Download CC: BallistiX Updated — Minecraft Mods — ModStock

CC: BallistiX Updated

Active

Downloads

1

Last update

4 months ago

Versions

1.20.1 — 1.21.1
Client and server
Forge
Neoforge
Technological
Utils
Addons

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()