diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-05-11 14:38:16 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-05-11 14:38:16 +0800 |
| commit | 9201b65bc631d5cc471bc348e140e4e2c8f55f9c (patch) | |
| tree | dcc31de61cae74a01b27d68d9649a95fa786f713 /src/main/resources/fabric.mod.json | |
| parent | 68ba3c1f952c1e74129591fb8219056fddb1b5ee (diff) | |
| parent | 3712cc6a63c390275bf61c42bd514530f6d95481 (diff) | |
| download | RoughlyEnoughItems-9201b65bc631d5cc471bc348e140e4e2c8f55f9c.tar.gz RoughlyEnoughItems-9201b65bc631d5cc471bc348e140e4e2c8f55f9c.tar.bz2 RoughlyEnoughItems-9201b65bc631d5cc471bc348e140e4e2c8f55f9c.zip | |
Merge branch '1.14-dev' into 1.14
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 |
