add tooltip callback. Paint craftables in blue. middle click to craft

from JEI
This commit is contained in:
PrototypeTrousers
2022-10-18 05:20:55 -03:00
parent daf4910548
commit 9b263c5501
9 changed files with 201 additions and 9 deletions
@@ -26,6 +26,7 @@ import appeng.container.slot.SlotCraftingTerm;
import appeng.helpers.IContainerCraftingPacket;
import appeng.parts.reporting.PartCraftingTerminal;
import appeng.tile.inventory.AppEngInternalInventory;
import appeng.util.IConfigManagerHost;
import appeng.util.inv.IAEAppEngInventory;
import appeng.util.inv.InvOperation;
import appeng.util.inv.WrapperInvItemHandler;
@@ -119,4 +120,8 @@ public class ContainerCraftingTerm extends ContainerMEMonitorable implements IAE
public IRecipe getCurrentRecipe() {
return this.currentRecipe;
}
public IConfigManagerHost getGui() {
return super.getGui();
}
}