more fixes

This commit is contained in:
PrototypeTrousers
2023-01-28 20:28:10 -03:00
parent 36197a5dc6
commit 03ed421331
9 changed files with 135 additions and 121 deletions
@@ -139,6 +139,8 @@ public class ContainerWirelessCraftingTerminal extends ContainerMEPortableCell i
public IItemHandler getInventoryByName(final String name) {
if (name.equals("player")) {
return new PlayerInvWrapper(this.getInventoryPlayer());
} else if (name.equals("crafting")) {
return this.craftingGrid;
}
return null;
}