Patch for mods.toml to support 1.19 (oops)

This commit is contained in:
Aria 2023-04-22 03:47:29 -07:00
parent 574faa7b8d
commit 8289bdecaf
2 changed files with 5 additions and 5 deletions

View file

@ -5,5 +5,5 @@ org.gradle.daemon=false
mc_version=1.19.4 mc_version=1.19.4
forge_version=45.0.46 forge_version=45.0.46
myversion=1.1.4.0422230321 myversion=1.1.4.0422230346
libz_version=1.0.7.0422230320 libz_version=1.0.7.0422230320

View file

@ -6,7 +6,7 @@
# The name of the mod loader type to load - for regular FML @Mod mods it should be javafml # The name of the mod loader type to load - for regular FML @Mod mods it should be javafml
modLoader="javafml" #mandatory modLoader="javafml" #mandatory
# A version range to match for said mod loader - for regular FML @Mod it will be the forge version # 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="[45,)" #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. # 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. # Review your options at https://choosealicense.com/. All rights reserved is the default copyright stance, and is thus the default here.
license="GPL-v3" license="GPL-v3"
@ -55,7 +55,7 @@ Edit the config file to customize the alerts
# Does this dependency have to exist - if not, ordering below must be specified # Does this dependency have to exist - if not, ordering below must be specified
mandatory=true #mandatory mandatory=true #mandatory
# The version range of the dependency # The version range of the dependency
versionRange="[40,)" #mandatory versionRange="[45,)" #mandatory
# An ordering relationship for the dependency - BEFORE or AFTER required if the relationship is not mandatory # An ordering relationship for the dependency - BEFORE or AFTER required if the relationship is not mandatory
ordering="NONE" ordering="NONE"
# Side this dependency is applied on - BOTH, CLIENT or SERVER # Side this dependency is applied on - BOTH, CLIENT or SERVER
@ -65,12 +65,12 @@ Edit the config file to customize the alerts
modId="minecraft" modId="minecraft"
mandatory=true mandatory=true
# This version range declares a minimum of the current minecraft version up to but not including the next major version # 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.4,1.20)"
ordering="NONE" ordering="NONE"
side="CLIENT" side="CLIENT"
[[dependencies.watchmydurability]] [[dependencies.watchmydurability]]
modId="libzontreck" modId="libzontreck"
mandatory=true mandatory=true
versionRange="[1.0.6.0,1.0.7.0)" versionRange="[1.0.7.0,1.0.8.0)"
ordering="NONE" ordering="NONE"
side="CLIENT" side="CLIENT"