Fixed Crash in Portable Cell.
Can no longer pick up Open Portable Cell. Can no longer insert Portable Cell into itself.
This commit is contained in:
@@ -2,12 +2,13 @@ package appeng.client.gui.implementations;
|
||||
|
||||
import net.minecraft.entity.player.InventoryPlayer;
|
||||
import appeng.api.implementations.guiobjects.IPortableCell;
|
||||
import appeng.container.implementations.ContainerMEPortableCell;
|
||||
|
||||
public class GuiMEPortableCell extends GuiMEMonitorable
|
||||
{
|
||||
|
||||
public GuiMEPortableCell(InventoryPlayer inventoryPlayer, IPortableCell te) {
|
||||
super( inventoryPlayer, te );
|
||||
super( inventoryPlayer, te, new ContainerMEPortableCell( inventoryPlayer, null ) );
|
||||
maxRows = 3;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user