CCHBM is an addon mod to ComputerCraft and HBM's Nuclear Tech Mod Reloaded that adds many interfaces for HBM blocks as ComputerCraft peripherals allowing you to create your own missile launch designators and reactor panels.
The mod is currently in beta and as such lacks many fun features but currently has support for remote reactor controllers and launch pads
- Activate/deactivate rods (and read)
- Set automatic shutdown (and read)
- Change coolant compression level (and read)
- Check if linked
- Read (and max):
- Hull heat
- Core heat
- Water level
- Coolant level
- Steam level
- Rod level
- Launch missile
- Check missile presence
- Designate position (if manual designator is inserted)
- Find designated position
- Check power level
- [NYI] Get missile id
- Everything from previous +
- Solid fuel level
- Tank fluid types
- Tank fluid level
- Query information about specific column
- Raise/lower (set percentage) a specific column's rods, a specific group of rods, or all rods
Place a computer next to a launch pad or reactor and use peripheral.wrap()
with a side or peripheral.find()
with a peripheral such as "reactor_control"
or "launchpad"
to use the functions on it.
Peripheral API documentation can be found here: docs/peripherals.
New features can be suggested here: discussions/features-suggestions-ideas
Bugs can be reported here: issues/bug_report