Fixes JEI recipes/usages keys not working in Grids
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
# Refined Storage Changelog
|
# Refined Storage Changelog
|
||||||
|
|
||||||
|
### 1.9.4
|
||||||
|
- Fixes JEI recipes/usages keys not working in Grids (raoulvdberge)
|
||||||
|
|
||||||
### 1.9.3
|
### 1.9.3
|
||||||
- Port to Minecraft 1.16.2 (raoulvdberge)
|
- Port to Minecraft 1.16.2 (raoulvdberge)
|
||||||
- Fixed duplication bug with the Constructor (Darkere)
|
- Fixed duplication bug with the Constructor (Darkere)
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ public class RSJeiPlugin implements IModPlugin {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void registerGuiHandlers(IGuiHandlerRegistration registration) {
|
public void registerGuiHandlers(IGuiHandlerRegistration registration) {
|
||||||
// TODO registration.addGuiContainerHandler(BaseScreen.class, new GuiContainerHandler());
|
registration.addGenericGuiContainerHandler(BaseScreen.class, new GuiContainerHandler());
|
||||||
|
|
||||||
// TODO: https://github.com/mezz/JustEnoughItems/issues/1307
|
// TODO: https://github.com/mezz/JustEnoughItems/issues/1307
|
||||||
// registration.addGhostIngredientHandler(BaseScreen.class, new GhostIngredientHandler());
|
// registration.addGhostIngredientHandler(BaseScreen.class, new GhostIngredientHandler());
|
||||||
|
|||||||
Reference in New Issue
Block a user