Skip to content

Commit

Permalink
[1.19.2] Constrain Minecraft version to not run on 1.19.4
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Fireplace committed Jul 18, 2024
1 parent 71a11eb commit a64a8aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"depends": {
"fabricloader": ">=0.12.0",
"fabric": "*",
"minecraft": ">=1.19.2",
"minecraft": ">=1.19.2 <1.19.4",
"annotateddi": ">=4 <5"
},

Expand Down
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 @@ -25,7 +25,7 @@ side = "BOTH"
[[dependencies.fireplacelib]]
modId = "minecraft"
mandatory = true
versionRange = "[1.19.2,)"
versionRange = "[1.19.2,1.19.4)"
ordering = "NONE"
side = "BOTH"

Expand Down

0 comments on commit a64a8aa

Please sign in to comment.