Skip to content

Commit

Permalink
Fixed minimum Minecraft version
Browse files Browse the repository at this point in the history
IDK why this wasn't merged
  • Loading branch information
TheSuperGamer20578 committed Sep 19, 2023
1 parent 3ff1cc2 commit 4071a56
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 @@ -19,7 +19,7 @@
"cloth-config": "*",
"fabric": "*",
"fabricloader": "*",
"minecraft": ">=1.19 <1.20",
"minecraft": ">=1.19",
"java": ">=11"
},
"entrypoints": {
Expand Down

0 comments on commit 4071a56

Please sign in to comment.