Applied Energistics 2

Applied Energistics 2

137M Downloads

Wireless Crafting Terminal doesn't return from a subscreen correctly

Mari023 opened this issue ยท 1 comments

commented

Adding

else if (menuHost instanceof WirelessCraftingTerminalMenuHost) {
    this.previousMenuIcon = AEItems.WIRELESS_CRAFTING_TERMINAL.stack();
    this.previousMenuType = WirelessCraftingTermMenu.TYPE;
} 

in AESubScreen before the normal wireless Terminal

would fix this

commented

maybe it would be a better idea to have some interface with a getPreviousMenuIcon() and a getPreviousMenuType() method