Skip to content

Commit baae749

Browse files
committed
Ease off the MC version deps for Fabric.
- Allow Fabric on MC 1.21.0 for those in the know * (It's just Neo that doesn't have MixinExtras 0.4.0+ in 1.21.0)
1 parent 27a5a60 commit baae749

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
@@ -40,8 +40,8 @@
4040
}
4141
},
4242
"depends": {
43-
"fabricloader": ">=0.16.1",
43+
"fabricloader": ">=0.16.0",
4444
"fabric-api": "*",
45-
"minecraft": ">=1.21.1 <1.21.2"
45+
"minecraft": ">=1.21 <1.21.2"
4646
}
4747
}

0 commit comments

Comments
 (0)