Skip to content

Commit

Permalink
chore: update dependency required versions
Browse files Browse the repository at this point in the history
  • Loading branch information
klikli-dev committed Mar 24, 2023
1 parent c1136a2 commit 26200b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"

0 comments on commit 26200b0

Please sign in to comment.