Skip to content

Commit

Permalink
Set versión bound to >1.20.1
Browse files Browse the repository at this point in the history
Prevents running it (and crashing) on 1.20/1.20.1
  • Loading branch information
altrisi committed Aug 11, 2023
1 parent b197c5e commit 3493e2c
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 @@ -33,7 +33,7 @@
"accessWidener" : "carpet.accesswidener",

"depends": {
"minecraft": ">1.19.4",
"minecraft": ">1.20.1",
"fabricloader": ">=0.14.18",
"java": ">=17"
}
Expand Down

0 comments on commit 3493e2c

Please sign in to comment.