Update to 1.19

This commit is contained in:
Tara Piccari 2024-01-31 19:01:08 -07:00
parent ce4667b6b4
commit 2039236aec
9 changed files with 97 additions and 77 deletions

View file

@ -6,7 +6,7 @@
# The name of the mod loader type to load - for regular FML @Mod mods it should be javafml
modLoader="javafml" #mandatory
# A version range to match for said mod loader - for regular FML @Mod it will be the forge version
loaderVersion="[40,)" #mandatory This is typically bumped every Minecraft version by Forge. See our download page for lists of versions.
loaderVersion="[43,)" #mandatory This is typically bumped every Minecraft version by Forge. See our download page for lists of versions.
# The license for you mod. This is mandatory metadata and allows for easier comprehension of your redistributive properties.
# Review your options at https://choosealicense.com/. All rights reserved is the default copyright stance, and is thus the default here.
license="GPLv3"
@ -51,7 +51,7 @@ modId="forge" #mandatory
# Does this dependency have to exist - if not, ordering below must be specified
mandatory=true #mandatory
# The version range of the dependency
versionRange="[40,)" #mandatory
versionRange="[43,)" #mandatory
# An ordering relationship for the dependency - BEFORE or AFTER required if the relationship is not mandatory
ordering="NONE"
# Side this dependency is applied on - BOTH, CLIENT or SERVER
@ -61,10 +61,10 @@ side="BOTH"
modId="minecraft"
mandatory=true
# This version range declares a minimum of the current minecraft version up to but not including the next major version
versionRange="[1.18.2,1.19)"
versionRange="[1.19,1.20)"
ordering="NONE"
side="BOTH"
[[dependencies.libzontreck]]
[[dependencies.ariasessentials]]
modId="libzontreck"
mandatory=true
versionRange="[1.10,1.11)"

View file

@ -2,7 +2,7 @@
"pack": {
"description": "Aria's Essentials resources",
"pack_format": 9,
"forge:resource_pack_format": 8,
"forge:data_pack_format": 9
"forge:resource_pack_format": 9,
"forge:data_pack_format": 10
}
}