Перейти к содержимому
Mineforgian

CC: BallistiX Updated

Adds support for BallistiX silos to CC: Tweaked

Загрузки
13K
Подписчики
5
Обновлён
15 июня 2026 г.
Лицензия
GPL-3.0-only

Опубликован 17 сентября 2024 г.

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

Ченджлог

1.21.1-1.6.2Релиз1.21.1 · 15 июня 2026 г.
  • Remove electrodynamics dependency
1.21.1-1.6.1Релиз1.21.1 · 24 февраля 2026 г.
  • Fix crash with new version of Ballistix
1.21.1-1.6Релиз1.21.1 · 11 декабря 2025 г.
  • Now uses block model from CC Ballistix Reborn with permission from CamoHax
  • Fix block not breaking or dropping in survival
1.21.1-1.5Релиз1.21.1 · 23 июля 2025 г.
  • Migrate to use the new version of silos from ballistix 0.9 (won't work with older versions anymore)
  • Add getPower() and getMaxPower() functions
  • add checks so launch() returns false if the missile can't launch
1.21.1-1.4Релиз1.21.1 · 8 февраля 2025 г.
  • Rewrite in neoforge for 1.21.1
1.20.1-1.3Релиз1.20.1 · 17 сентября 2024 г.

*Updated for 1.20.1

*Changed name of some function to better make sense (e.g. getMissileTyp() -> getMissileType())

Full Changelog: https://github.com/Thorium0/CCBX/commits/1.3

Комментарии

Загружаем…