# 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= Use config file specified by PATH --debug Disable GUI and show debug log ``` ## License MIT — Copyright (c) 2025 Eming Kwok