Skip to content

Commit

Permalink
Mark incompatible with Minecraft 1.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
opekope2 committed Dec 1, 2024
1 parent 01ecb69 commit ce6697a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FabricMod/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"fabric-api": ">=$fabric_api",
"fabric-language-kotlin": ">=$fabric_language_kotlin",
"architectury": ">=$architectury",
"minecraft": ">=$minecraft",
"minecraft": ">=$minecraft <1.21.2",
"java": ">=$java"
},
"custom": {
Expand Down
2 changes: 1 addition & 1 deletion NeoForgeMod/src/main/resources/META-INF/neoforge.mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ side = "BOTH"
[[dependencies.avm_staff]]
modId = "minecraft"
type = "required"
versionRange = "[$minecraft,)"
versionRange = "[$minecraft,1.21.2)"
ordering = "NONE"
side = "BOTH"

Expand Down

0 comments on commit ce6697a

Please sign in to comment.