Implements opening containers from items with and without a block context.

This commit is contained in:
Sebastian Hartte
2020-06-14 21:23:42 +02:00
parent bdd522e8d9
commit d43e8d19dd
30 changed files with 342 additions and 204 deletions
@@ -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 )