fix JEI integration

This commit is contained in:
PrototypeTrousers
2023-02-05 23:04:20 -03:00
parent dcd36b3b2f
commit 15dff5d53d
6 changed files with 35 additions and 32 deletions
@@ -82,8 +82,4 @@ public class GuiCraftingTerm extends GuiMEMonitorable {
protected String getBackground() {
return "guis/crafting.png";
}
public ItemRepo getRepo() {
return this.repo;
}
}
@@ -90,8 +90,4 @@ public class GuiWirelessCraftingTerminal extends GuiMEMonitorable {
protected String getBackground() {
return "guis/crafting.png";
}
public ItemRepo getRepo() {
return this.repo;
}
}