Compatibility
Minecraft: Java Edition
1.21.1
1.20.1
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed GPL-3.0-only
Published 7 months ago
Updated 2 months ago
This is a fork I made to update the mod "cc-ballistx" originally by Presti, which adds a peripheral which allows control over the missile silo from the BallistX mod.
To interact with BallistiX Silos with a Computer you will need to place the Silo Controller below the center block of the Silo. After that you can access the peripheral, via its name "siloController" (e.g. peripheral.find("siloController"), or using the wrap function to get it from a direction (e.g. peripheral.wrap("top").
The silo controller has these functions:
- launch() & launchWithPosition(int x, int y, int z)
- getFrequency() & setFrequency(int freq)
- getPosition() & setPosition(int x, int y, int z)
- getExplosiveType() & getExplosiveAmount()
- getMissileType() & getMissileAmount()