CC: BallistiX Updated
This mod is an updated version of the original "cc-ballistx" project by Presti, which I adapted for modern Minecraft versions. The main function of the mod is adding a special controller that allows managing BallistiX missile silos through the computer system.
How to Use
To connect computer control to BallistiX missile silos, you need to install the silo controller directly under the central block of the silo itself. After installation, you will be able to access the peripheral device named "siloController".
Access to the controller can be obtained in several ways:
- Using the peripheral search function: peripheral.find("siloController")
- Applying the wrap function to access from a specific side: peripheral.wrap("top")
Available Controller Functions
The silo controller provides the following set of functions for programming:
Launch Control:
- launch() - standard missile launch
- launchWithPosition(int x, int y, int z) - launch with specified target coordinates
Communication Settings:
- getFrequency() - get current frequency
- setFrequency(int freq) - set new frequency
Coordinate Operations:
- getPosition() - get current coordinates
- setPosition(int x, int y, int z) - set new coordinates
Ammunition Information:
- getExplosiveType() - type of explosive
- getExplosiveAmount() - amount of explosive
- getMissileType() - missile type
- getMissileAmount() - missile quantity
Energy Monitoring:
- getPower() - current energy level
- getMaxPower() - maximum energy capacity