Begin work on Wireless Terminal Gui.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package appeng.container.implementations;
|
||||
|
||||
import net.minecraft.entity.player.InventoryPlayer;
|
||||
import appeng.api.implementations.guiobjects.IPortableCell;
|
||||
|
||||
public class ContainerWirelessTerm extends ContainerMEPortableCell
|
||||
{
|
||||
|
||||
public ContainerWirelessTerm(InventoryPlayer ip, IPortableCell montiorable) {
|
||||
super( ip, montiorable );
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user