-
Notifications
You must be signed in to change notification settings - Fork 3
How to use
Use telescope to find and observe celestial bodies. Place Mission Control Center next to Telescope, so it can fetch data from Telescope. Select the mission in MCS and activate. Once mission completes you hit Analyze Complete Missions button to unlock planets for travel.
You can place comparator in front of Telescope, and it will output redstone signal by observation progress.
component.telescope
telescope.getObservationStatus()
telescope.getResearchedBodies()
telescope.rotateTelescope(x, y)
component.mission_control_station
mission_control_station.getMissionsInfo()
mission_control_station.selectMission(name) mission_control_station.activateMission() mission_control_station.missionDuration()
mission_control_station.getSpaceStations()
mission_control_station.getLocatableObjects()
mission_control_station.selectSpaceStation(name)
mission_control_station.selectObjectToLocate(name)
mission_control_station.locateObject()
mission_control_station.getLocationData()
mission_control_station.setCoordinates(x,z)