1.0.1
This commit is contained in:
parent
e1a12efabe
commit
f6b2bc1fb5
|
|
@ -5,7 +5,7 @@ plugins {
|
||||||
id 'net.minecraftforge.gradle' version '[6.0,6.2)'
|
id 'net.minecraftforge.gradle' version '[6.0,6.2)'
|
||||||
}
|
}
|
||||||
|
|
||||||
version = '1.0.0'//'1.20.1-1.0.0'
|
version = '1.0.1'//'1.20.1-1.0.1'
|
||||||
group = 'xyz.nearmisses.patience'
|
group = 'xyz.nearmisses.patience'
|
||||||
|
|
||||||
base {
|
base {
|
||||||
|
|
|
||||||
|
|
@ -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.
|
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
|
||||||
mod_license=GPLv3
|
mod_license=GPLv3
|
||||||
# The mod version. See https://semver.org/
|
# The mod version. See https://semver.org/
|
||||||
mod_version=1.0.0
|
mod_version=1.0.1
|
||||||
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
|
# 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.
|
# This should match the base package used for the mod sources.
|
||||||
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
|
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ license="${mod_license}"
|
||||||
# The modid of the mod
|
# The modid of the mod
|
||||||
modId="mc_rebalance" #mandatory
|
modId="mc_rebalance" #mandatory
|
||||||
# The version number of the mod
|
# The version number of the mod
|
||||||
version="1.0.0" #mandatory
|
version="1.0.1" #mandatory
|
||||||
# A display name for the mod
|
# A display name for the mod
|
||||||
displayName="Minecraft Rebalance" #mandatory
|
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/
|
# A URL to query for updates for this mod. See the JSON update specification https://docs.minecraftforge.net/en/latest/misc/updatechecker/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue