This commit is contained in:
Sergeant Acoustic 2025-12-27 23:53:26 +00:00
parent 1909f78bd1
commit d2aae27480
3 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ plugins {
id 'org.parchmentmc.librarian.forgegradle' version '1.+'
}
version = '1.0.1'//'1.20.1-1.0.1'
version = "${mod_version}"
group = 'xyz.nearmisses.patience'
base {

View file

@ -48,7 +48,7 @@ mod_name=MC Rebalance
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
mod_license=GPLv3
# The mod version. See https://semver.org/
mod_version=1.0.1
mod_version=1.0.2
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
# This should match the base package used for the mod sources.
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html

View file

@ -20,7 +20,7 @@ license="${mod_license}"
# The modid of the mod
modId="mc_rebalance" #mandatory
# The version number of the mod
version="1.0.1" #mandatory
version="${mod_version}" #mandatory
# A display name for the mod
displayName="Minecraft Rebalance" #mandatory
# A URL to query for updates for this mod. See the JSON update specification https://docs.minecraftforge.net/en/latest/misc/updatechecker/