Implements opening containers from items with and without a block context.
This commit is contained in:
@@ -139,6 +139,10 @@ public class GuiMEMonitorable<T extends ContainerMEMonitorable> extends AEBaseME
|
||||
{
|
||||
this.myName = GuiText.Terminal;
|
||||
}
|
||||
else
|
||||
{
|
||||
throw new IllegalArgumentException("Invalid GUI target given: " + te);
|
||||
}
|
||||
}
|
||||
|
||||
public void postUpdate( final List<IAEItemStack> list )
|
||||
|
||||
Reference in New Issue
Block a user