Skip to content

Commit 29adb63

Browse files
Fix VB version requirement on fabric
1 parent 51dfa63 commit 29adb63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"depends": {
2525
"viafabric": ">=0.4.14",
26-
"viabackwards": ">=5.3.3-SNAPSHOT"
26+
"viabackwards": ">=5.3.2"
2727
},
2828
"custom": {
2929
"modmenu:api": true,

0 commit comments

Comments
 (0)