diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index 6b38ed042..f6b569815 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="[44,)" #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="MIT and CC-BY-4.0" @@ -48,12 +48,12 @@ An open-source magic mod built around classical alchemy to replicate and transmu [[dependencies.theurgy]] modId = "forge" mandatory = true -versionRange = "[1.19.3-44.0.5,)" +versionRange = "[1.19.4-45.0.23,)" side = "BOTH" [[dependencies.theurgy]] modId = "modonomicon" mandatory = true -versionRange = "[1.19.3-1.21.0,)" +versionRange = "[1.19.4-1.30.0,)" side = "BOTH"