{
if (this.selectedBody == GalacticraftCore.planetOverworld && this.canCreateSpaceStation())
{
final SpaceStationRecipe recipe = WorldUtil.getSpaceStationRecipe(this.selectedBody.getDimensionID());
if (recipe != null && recipe.matches(this.mc.thePlayer, false))
{
GalacticraftCore.packetPipeline.sendToServer(new PacketSimple(EnumSimplePacket.S_BIND_SPACE_STATION_ID, new Object[] { this.selectedBody.getDimensionID() }));
//Zoom in on Overworld to show the new SpaceStation if not already zoomed
if (this.selectionCount < 2)
{