diff options
| author | shedaniel <daniel@shedaniel.me> | 2020-01-02 18:38:48 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2020-01-02 18:38:48 +0800 |
| commit | ad2e63a77b1b04fc709db7f9c990b34fe6bbdc3b (patch) | |
| tree | 927db9bf433b5cbed050686278dc3c7dfd2425ef /src/main/resources | |
| parent | 7908d223d913a1ac9e929730652923d934d2b4b4 (diff) | |
| download | RoughlyEnoughItems-ad2e63a77b1b04fc709db7f9c990b34fe6bbdc3b.tar.gz RoughlyEnoughItems-ad2e63a77b1b04fc709db7f9c990b34fe6bbdc3b.tar.bz2 RoughlyEnoughItems-ad2e63a77b1b04fc709db7f9c990b34fe6bbdc3b.zip | |
Fix #232
Diffstat (limited to 'src/main/resources')
| -rwxr-xr-x | src/main/resources/mixin.roughlyenoughitems.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main/resources/mixin.roughlyenoughitems.json b/src/main/resources/mixin.roughlyenoughitems.json index da39a2b7e..e44c85e3d 100755 --- a/src/main/resources/mixin.roughlyenoughitems.json +++ b/src/main/resources/mixin.roughlyenoughitems.json @@ -6,8 +6,7 @@ "mixins": [], "client": [ "MixinBrewingRecipeRegistry", - "MixinItemStack", - "MixinItemRenderer" + "MixinItemStack" ], "injectors": { "defaultRequire": 1 |
