1
0
mirror of https://github.com/Suiranoil/SkinRestorer.git synced 2026-01-16 04:42:12 +00:00

separate mod version from project version

This commit is contained in:
2024-07-31 20:05:50 +03:00
parent fece751f0f
commit 6ad656c388
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ plugins {
base {
archivesName = "${mod_id}-${project.name}"
version = "${version}+${minecraft_version}"
version = "${mod_version}+${minecraft_version}"
}
java {

View File

@@ -2,13 +2,13 @@
# Every field you add must be added to the root build.gradle expandProps map.
# Project
version=2.0.1
group=net.lionarius.skinrestorer
java_version=21
# Common
minecraft_version=1.21
mod_name=SkinRestorer
mod_version=2.0.1
mod_author=Lionarius
mod_id=skinrestorer
license=MIT