1.15 port
This commit is contained in:
@@ -22,7 +22,7 @@ package appeng.client.gui.implementations;
|
||||
import java.io.IOException;
|
||||
|
||||
import net.minecraft.client.gui.GuiButton;
|
||||
import net.minecraft.entity.player.InventoryPlayer;
|
||||
import net.minecraft.entity.player.PlayerInventory;
|
||||
|
||||
import appeng.api.implementations.guiobjects.INetworkTool;
|
||||
import appeng.client.gui.AEBaseGui;
|
||||
@@ -39,9 +39,9 @@ public class GuiNetworkTool extends AEBaseGui
|
||||
|
||||
private GuiToggleButton tFacades;
|
||||
|
||||
public GuiNetworkTool( final InventoryPlayer inventoryPlayer, final INetworkTool te )
|
||||
public GuiNetworkTool( final PlayerInventory PlayerInventory, final INetworkTool te )
|
||||
{
|
||||
super( new ContainerNetworkTool( inventoryPlayer, te ) );
|
||||
super( new ContainerNetworkTool( PlayerInventory, te ) );
|
||||
this.ySize = 166;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user