ccSensors collect information from machines and blocks from around the Minecraft world. Those readings can be viewed on the sensor terminal or (even better) be used in ComputerCraft lua programs for anything.
Getting Started
- Place a Sensor Controller next to a Computer
- Shift-right click to open the sensor Controller GUI and hit the 'New' button to register a new frequency
- Place blank transmitter card in the matching bottom-left slot and click 'Encode' to get an encoded transmitter to be used with that particular remote sensor.
- Place a Sensor (can be placed anywhere), right-click on it, and put the transmitter card in the bottom-left slot. The Sensor will now send data to the Controller that encoded the Transmitter Card. You can rename the Sensor from the default name 'Sensor', as well.
- Place a SensorModule Card into the other bottom-left slot of the Sensor GUI.
- Open the computer terminal and run:
/ccSensors/console
to run the sample console program.
- Use the arrow and <enter> keys to select a Sensor, Probe, and Target, then choose "getreading" to get the results. You can use this program to monitor everything from IC2 reactor heats to how much EMC is in your Antimatter Relays.
Youtube Tutorials
Where to go from here
Add sensors, controllers and write your own lua programs...the sky is the limit![1]
Blocks Added
Items Added
References