diff --git a/gradle.properties b/gradle.properties index ee5a3f9..655251c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,5 +5,5 @@ org.gradle.daemon=false mc_version=1.19.4 forge_version=45.0.46 -myversion=1.1.4.0422230321 +myversion=1.1.4.0422230346 libz_version=1.0.7.0422230320 diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index 12ebb16..7289f15 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -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="[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. # Review your options at https://choosealicense.com/. All rights reserved is the default copyright stance, and is thus the default here. 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 mandatory=true #mandatory # 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 ordering="NONE" # Side this dependency is applied on - BOTH, CLIENT or SERVER @@ -65,12 +65,12 @@ Edit the config file to customize the alerts 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.4,1.20)" ordering="NONE" side="CLIENT" [[dependencies.watchmydurability]] modId="libzontreck" mandatory=true - versionRange="[1.0.6.0,1.0.7.0)" + versionRange="[1.0.7.0,1.0.8.0)" ordering="NONE" side="CLIENT" \ No newline at end of file