Skip to content

Commit

Permalink
v3.1.1 Add backwards Compatibility
Browse files Browse the repository at this point in the history
  - from Minecraft 1.21 down to Minecraft 1.17
  - from Fabric Loader 0.15.11 down to Fabric Loader 0.14.20
  - from Java 22 down to Java 17
  • Loading branch information
audaki committed May 25, 2024
1 parent c72a6ec commit 67fa99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
],
"depends": {
"fabricloader": "*",
"minecraft": ">=1.20 <1.22",
"minecraft": ">=1.20 <=1.21.99",
"java": ">=17"
},
"suggests": {
Expand Down

0 comments on commit 67fa99a

Please sign in to comment.