diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-04-13 16:39:32 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-04-13 16:39:32 +0800 |
| commit | fc9daed9710b159155b989d07a690ba10be2dc68 (patch) | |
| tree | 2809155ee254402c0d84b459d3bfd4b356e3f4de /src/main/resources | |
| parent | 2570a35b35ec29b6677e318f2bf3d5b6640bf106 (diff) | |
| download | RoughlyEnoughItems-fc9daed9710b159155b989d07a690ba10be2dc68.tar.gz RoughlyEnoughItems-fc9daed9710b159155b989d07a690ba10be2dc68.tar.bz2 RoughlyEnoughItems-fc9daed9710b159155b989d07a690ba10be2dc68.zip | |
Bug fixes
Diffstat (limited to 'src/main/resources')
| -rwxr-xr-x | src/main/resources/roughlyenoughitems.mixins.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/resources/roughlyenoughitems.mixins.json b/src/main/resources/roughlyenoughitems.mixins.json index 205734ddf..0fcdc8327 100755 --- a/src/main/resources/roughlyenoughitems.mixins.json +++ b/src/main/resources/roughlyenoughitems.mixins.json @@ -7,7 +7,8 @@ "client": [ "MixinContainerScreen", "MixinBrewingRecipeRegistry", - "MixinRecipeBookGui" + "MixinRecipeBookGui", + "MixinCreativePlayerInventoryScreen" ], "injectors": { "defaultRequire": 1 |
