case LibGuiIDs.GUI_ID_ICHOR_POUCH:
return new ContainerIchorPouch(player);
case LibGuiIDs.GUI_ID_WARP_GATE:
return new ContainerWarpGate((TileWarpGate) tile, player.inventory);
case LibGuiIDs.GUI_ID_REMOTE_PLACER:
return new ContainerRemotePlacer((TileRPlacer)tile,player.inventory);
}
return null;
}