fix portable cell not working

This commit is contained in:
PrototypeTrousers
2023-02-21 10:09:31 -03:00
parent bf1a3b7751
commit d8b20f53a9
4 changed files with 248 additions and 144 deletions
@@ -39,7 +39,7 @@ import net.minecraftforge.items.IItemHandler;
import net.minecraftforge.items.wrapper.PlayerInvWrapper;
public class ContainerWirelessCraftingTerminal extends ContainerMEPortableCell implements IContainerCraftingPacket {
public class ContainerWirelessCraftingTerminal extends ContainerMEPortableTerminal implements IContainerCraftingPacket {
private final AppEngInternalInventory output = new AppEngInternalInventory(this, 1);
private final SlotCraftingMatrix[] craftingSlots = new SlotCraftingMatrix[9];