Files
reactor/README.md
T
jiangchen 40fa421f89 @
Reactor Monitor v0.3.0 - bugfix release

Fixes applied to original code:
- instantiateControl: handle nil cfg (redstone mode "none")
- check(): preserve error message before reactor stops
- profile_count_mismatch: disable reactor and redstone, not zombie
- component.proxy pcall protection in MonitorWindow:onLoad
- instantiateItem nil guard
- App:start crash recovery with emergency shutdown
- emergencyShutdown method forces redstone off on fatal error

Co-Authored-By: Claude <noreply@anthropic.com>
@
2026-07-21 22:38:40 +08:00

1.4 KiB

Reactor Monitor

Minecraft GTNH (GregTech: New Horizons) IC2 nuclear reactor control program for OpenComputers.

Version

0.3.0

Description

Reactor Monitor is an OpenComputers program that automatically manages IC2 nuclear reactors in the GTNH modpack. It monitors reactor temperature, automatically swaps fuel rods and coolant cells according to configured profiles, and provides redstone-based global control.

Features

  • Automatic temperature management — switches between heatup/working/cooldown profiles based on reactor heat
  • Automated item swapping — replaces damaged fuel rods and consumed coolant cells via transposer
  • Redstone control — supports vanilla redstone, ProjectRed bundled cable, and direct reactor adapter
  • Multi-reactor support — manage multiple reactor instances simultaneously
  • GUI configuration — interactive setup interface with keyboard navigation
  • i18n support — English and Simplified Chinese

Requirements

  • OpenComputers mod with OpenOS
  • Transposer (for item transfer)
  • IC2 Nuclear Reactor
  • GTNH 2.9.0+

Usage

reactor [COMMAND] [OPTION...]

COMMANDs:
  setup  Configure app and reactor instances
  run    [default] Run reactors
  help   Show help message

OPTIONs:
  --config=<PATH>  Use config file specified by PATH
  --debug          Disable GUI and show debug log

License

MIT — Copyright (c) 2025 Eming Kwok