1.15 port
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
package appeng.fluids.client.gui;
|
||||
|
||||
|
||||
import net.minecraft.entity.player.InventoryPlayer;
|
||||
import net.minecraft.entity.player.PlayerInventory;
|
||||
|
||||
import appeng.client.gui.implementations.GuiUpgradeable;
|
||||
import appeng.core.localization.GuiText;
|
||||
@@ -40,9 +40,9 @@ public class GuiFluidIO extends GuiUpgradeable
|
||||
{
|
||||
private final PartSharedFluidBus bus;
|
||||
|
||||
public GuiFluidIO( InventoryPlayer inventoryPlayer, PartSharedFluidBus te )
|
||||
public GuiFluidIO( PlayerInventory PlayerInventory, PartSharedFluidBus te )
|
||||
{
|
||||
super( new ContainerFluidIO( inventoryPlayer, te ) );
|
||||
super( new ContainerFluidIO( PlayerInventory, te ) );
|
||||
this.bus = te;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user