Skip to content

Commit a013da7

Browse files
committed
Fix dependencies in fabric metadata
1 parent 351c6bd commit a013da7

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

src/main/resources/elytra-infinite.mixins.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"required": true,
33
"minVersion": "0.8",
44
"package": "meanwhile131.elytrainfinite.mixin",
5-
"compatibilityLevel": "JAVA_21",
5+
"compatibilityLevel": "JAVA_25",
66
"mixins": [],
77
"client": [
88
"LivingEntityInvoker"

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,9 @@
2828
],
2929
"depends": {
3030
"fabricloader": ">=0.18.4",
31-
"minecraft": "~26.1-snapshot-2",
31+
"minecraft": "~26.1-alpha.2",
3232
"java": ">=25",
3333
"fabric-api": "*",
34-
"fabric-key-binding-api-v1": "*",
3534
"yet_another_config_lib_v3": "*"
3635
},
3736
"recommends": {

0 commit comments

Comments
 (0)