Skip to content

Commit

Permalink
fix incompatibility with newer numismatics versions (fix #1)
Browse files Browse the repository at this point in the history
  • Loading branch information
JXSnack committed May 29, 2024
1 parent 2a7b6c4 commit 367a14c
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 @@
],
"depends": {
"create": "0.5.1-f-build.1417+mc1.20.1",
"numismatics": "1.0.4+fabric-mc1.20.1",
"numismatics": ">=1.0.4+fabric-mc1.20.1",
"fabricloader": ">=0.15.11",
"minecraft": "1.20.1",
"java": ">=17",
Expand Down

0 comments on commit 367a14c

Please sign in to comment.