1.15 port
This commit is contained in:
@@ -20,7 +20,7 @@ package appeng.client.gui.implementations;
|
||||
|
||||
|
||||
import net.minecraft.client.gui.GuiButton;
|
||||
import net.minecraft.entity.player.InventoryPlayer;
|
||||
import net.minecraft.entity.player.PlayerInventory;
|
||||
import net.minecraft.inventory.Container;
|
||||
import net.minecraft.inventory.Slot;
|
||||
|
||||
@@ -41,9 +41,9 @@ public class GuiCraftingTerm extends GuiMEMonitorable
|
||||
|
||||
private GuiImgButton clearBtn;
|
||||
|
||||
public GuiCraftingTerm( final InventoryPlayer inventoryPlayer, final ITerminalHost te )
|
||||
public GuiCraftingTerm( final PlayerInventory PlayerInventory, final ITerminalHost te )
|
||||
{
|
||||
super( inventoryPlayer, te, new ContainerCraftingTerm( inventoryPlayer, te ) );
|
||||
super( PlayerInventory, te, new ContainerCraftingTerm( PlayerInventory, te ) );
|
||||
this.setReservedSpace( 73 );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user