Fix data pack load order issue, bump version to 1.3
This commit is contained in:
parent
974830e116
commit
2e7a7d38bc
@ -42,7 +42,7 @@ mod_name=Tinkering Abnormally
|
|||||||
# 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=MIT
|
mod_license=MIT
|
||||||
# The mod version. See https://semver.org/
|
# The mod version. See https://semver.org/
|
||||||
mod_version=1.2
|
mod_version=1.3
|
||||||
# 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
|
||||||
|
@ -65,29 +65,29 @@ description='''${mod_description}'''
|
|||||||
modId="tconstruct"
|
modId="tconstruct"
|
||||||
mandatory=true
|
mandatory=true
|
||||||
versionRange="${tinkers_version_range}"
|
versionRange="${tinkers_version_range}"
|
||||||
ordering="NONE"
|
ordering="AFTER"
|
||||||
side="BOTH"
|
side="BOTH"
|
||||||
[[dependencies."${mod_id}"]]
|
[[dependencies."${mod_id}"]]
|
||||||
modId="caverns_and_chasms"
|
modId="caverns_and_chasms"
|
||||||
mandatory=true
|
mandatory=true
|
||||||
versionRange="${cc_version_range}"
|
versionRange="${cc_version_range}"
|
||||||
ordering="NONE"
|
ordering="AFTER"
|
||||||
side="BOTH"
|
side="BOTH"
|
||||||
[[dependencies."${mod_id}"]]
|
[[dependencies."${mod_id}"]]
|
||||||
modId="atmospheric"
|
modId="atmospheric"
|
||||||
mandatory=false
|
mandatory=false
|
||||||
versionRange="${atm_version_range}"
|
versionRange="${atm_version_range}"
|
||||||
ordering="NONE"
|
ordering="AFTER"
|
||||||
side="BOTH"
|
side="BOTH"
|
||||||
[[dependencies."${mod_id}"]]
|
[[dependencies."${mod_id}"]]
|
||||||
modId="environmental"
|
modId="environmental"
|
||||||
mandatory=false
|
mandatory=false
|
||||||
versionRange="${env_version_range}"
|
versionRange="${env_version_range}"
|
||||||
ordering="NONE"
|
ordering="AFTER"
|
||||||
side="BOTH"
|
side="BOTH"
|
||||||
[[dependencies."${mod_id}"]]
|
[[dependencies."${mod_id}"]]
|
||||||
modId="upgrade_aquatic"
|
modId="upgrade_aquatic"
|
||||||
mandatory=false
|
mandatory=false
|
||||||
versionRange="${ua_version_range}"
|
versionRange="${ua_version_range}"
|
||||||
ordering="NONE"
|
ordering="AFTER"
|
||||||
side="BOTH"
|
side="BOTH"
|
||||||
|
Loading…
Reference in New Issue
Block a user