Fix data pack load order issue, bump version to 1.3

This commit is contained in:
Jordy Goodridge 2024-06-04 01:29:19 -07:00
parent 974830e116
commit 2e7a7d38bc
2 changed files with 10 additions and 10 deletions

View File

@ -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.
mod_license=MIT
# 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.
# This should match the base package used for the mod sources.
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html

View File

@ -65,29 +65,29 @@ description='''${mod_description}'''
modId="tconstruct"
mandatory=true
versionRange="${tinkers_version_range}"
ordering="NONE"
ordering="AFTER"
side="BOTH"
[[dependencies."${mod_id}"]]
modId="caverns_and_chasms"
mandatory=true
versionRange="${cc_version_range}"
ordering="NONE"
ordering="AFTER"
side="BOTH"
[[dependencies."${mod_id}"]]
modId="atmospheric"
mandatory=false
versionRange="${atm_version_range}"
ordering="NONE"
side="BOTH"
modId="atmospheric"
mandatory=false
versionRange="${atm_version_range}"
ordering="AFTER"
side="BOTH"
[[dependencies."${mod_id}"]]
modId="environmental"
mandatory=false
versionRange="${env_version_range}"
ordering="NONE"
ordering="AFTER"
side="BOTH"
[[dependencies."${mod_id}"]]
modId="upgrade_aquatic"
mandatory=false
versionRange="${ua_version_range}"
ordering="NONE"
ordering="AFTER"
side="BOTH"