Skip to content

Commit c9df4d6

Browse files
committed
Fix incorrect build metadata.
1 parent 8207a06 commit c9df4d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Fabric/src/main/resources/fabric.mod.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"depends": {
3434
"fabricloader": ">=0.11",
3535
"fabric": "*",
36-
"minecraft": "1.17.x",
37-
"java": ">=16"
36+
"minecraft": "1.18.x",
37+
"java": ">=17"
3838
},
3939
"custom": {
4040
"modmenu": {

0 commit comments

Comments
 (0)