Skip to content

Commit e5f1072

Browse files
committed
fix(fabric): correct protocol dependency
1 parent 3f1e254 commit e5f1072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"worldeditcui.mixins.json"
3838
],
3939
"depends": {
40-
"worldeditcui-protocol": "*",
40+
"worldeditcui_protocol": "*",
4141
"fabric-api-base": "*",
4242
"fabric-key-binding-api-v1": "^1.0.0",
4343
"fabric-networking-api-v1": "*",

0 commit comments

Comments
 (0)