Skip to content

Commit

Permalink
Update mods.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
PanSzelescik committed Jun 14, 2024
1 parent 0797281 commit f4a5e44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
modLoader = "javafml"
loaderVersion = "[50,)"
loaderVersion = "[51,)"
license = "All Rights Reserved"
issueTrackerURL="https://github.com/PanSzelescik/colorize/issues"
[[mods]]
Expand All @@ -14,13 +14,13 @@ Right click on the dye on some blocks to color them!
[[dependencies.colorize]]
modId = "forge"
mandatory = true
versionRange = "[50.0.0,)"
versionRange = "[51.0.0,)"
ordering = "NONE"
side = "BOTH"
[[dependencies.colorize]]
modId = "minecraft"
mandatory = true
versionRange = "[1.20.6,)"
versionRange = "[1.21,)"
ordering = "NONE"
side = "BOTH"
[[dependencies.colorize]]
Expand Down

0 comments on commit f4a5e44

Please sign in to comment.