jiangchen f3f687abdc @
Initial commit: Reactor Monitor v0.3.0 with GTNH 2.9.0 fixes

- pcall protection for component.proxy() calls to prevent crashes
- Fixed slot indexing from 0-based to 1-based for OC compatibility
- Added nil guard in instantiateItem for unconfigured profile slots
- Fixed profile_count_mismatch zombie state (now disables redstone)
- Preserved error messages before reactor stop
- Added emergency shutdown on crash recovery
- English + Simplified Chinese i18n support

Co-Authored-By: Claude <noreply@anthropic.com>
@
2026-07-21 21:06:47 +08:00
@
2026-07-21 21:06:47 +08:00
@
2026-07-21 21:06:47 +08:00
@
2026-07-21 21:06:47 +08:00
@
2026-07-21 21:06:47 +08:00

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

S
Description
No description provided
Readme
55 KiB
Languages
Lua 100%