diff options
Diffstat (limited to 'src/main/resources/fabric.mod.json')
| -rwxr-xr-x | src/main/resources/fabric.mod.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index b80d634b3..4cfb3c35b 100755 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -38,7 +38,8 @@ "cloth-config": ">=0.1.0" }, "mixins": [ - "roughlyenoughitems.mixins.json" + "mixin.roughlyenoughitems.mixins.json", + "listeners.roughlyenoughitems.mixins.json" ], "custom": { "modmenu:clientsideOnly": true |
