1.15 port

This commit is contained in:
yueh
2020-05-18 14:02:45 +02:00
parent 0ea86c939c
commit 16d6d55d7f
630 changed files with 4211 additions and 12664 deletions
@@ -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.client.gui.AEBaseGui;
import appeng.client.gui.widgets.GuiTabButton;
@@ -39,9 +39,9 @@ public class GuiChest extends AEBaseGui
private GuiTabButton priority;
public GuiChest( final InventoryPlayer inventoryPlayer, final TileChest te )
public GuiChest( final PlayerInventory PlayerInventory, final TileChest te )
{
super( new ContainerChest( inventoryPlayer, te ) );
super( new ContainerChest( PlayerInventory, te ) );
this.ySize = 166;
}