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
@@ -19,7 +19,7 @@
package appeng.client.gui.implementations;
import net.minecraft.entity.player.InventoryPlayer;
import net.minecraft.entity.player.PlayerInventory;
import appeng.client.gui.AEBaseGui;
import appeng.container.implementations.ContainerQNB;
@@ -30,9 +30,9 @@ import appeng.tile.qnb.TileQuantumBridge;
public class GuiQNB extends AEBaseGui
{
public GuiQNB( final InventoryPlayer inventoryPlayer, final TileQuantumBridge te )
public GuiQNB( final PlayerInventory PlayerInventory, final TileQuantumBridge te )
{
super( new ContainerQNB( inventoryPlayer, te ) );
super( new ContainerQNB( PlayerInventory, te ) );
this.ySize = 166;
}