126127128129130131132133134135136
case StillGUI: return new ContainerStill(player.inventory, (MachineStill) getTileForestry(world, x, y, z)); case WorktableGUI: return new ContainerWorktable(player, (TileWorktable) getTileForestry(world, x, y, z)); default: return null; }