Skip to content

Commit

Permalink
Stricter Minecraft version checking in mods.toml
Browse files Browse the repository at this point in the history
Signed-off-by: unilock <[email protected]>
  • Loading branch information
unilock committed Sep 10, 2024
1 parent 96ccff7 commit c184f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ side = "BOTH"
[[dependencies.emi_loot]]
modId = "minecraft"
mandatory = true
versionRange = "[1.20,)"
versionRange = "[1.20,1.20.1]"
ordering = "NONE"
side = "BOTH"

Expand Down

0 comments on commit c184f1c

Please sign in to comment.