Skip to content

Commit

Permalink
Change version
Browse files Browse the repository at this point in the history
  • Loading branch information
PanSzelescik authored Jun 14, 2024
1 parent c60274c commit 70dff16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions neoforged/src/main/resources/META-INF/neoforge.mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ Right click on the dye on some blocks to color them!
[[dependencies.colorize]]
modId = "neoforge"
type = "required"
versionRange = "[20.5.0-beta,)"
versionRange = "[21.0.0-beta,)"
ordering = "NONE"
side = "BOTH"
[[dependencies.colorize]]
modId = "minecraft"
type = "required"
versionRange = "[1.20.5,)"
versionRange = "[1.21,)"
ordering = "NONE"
side = "BOTH"
[[dependencies.colorize]]
Expand Down

0 comments on commit 70dff16

Please sign in to comment.