CC: BallistiX Updated
Adds support for BallistiX silos to CC: Tweaked
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
CC: BallistiX Updated
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. Also thanks to CamoHax for the block model.
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() - getPower() & getMaxPower()