Skip to content

Instantly share code, notes, and snippets.

View jamie-34254's full-sized avatar
🐧
Noot noot

Jamie jamie-34254

🐧
Noot noot
  • United Kingdom
View GitHub Profile
View script.lua
while true do
local reactor = peripheral.warp("BigReactors-Reactor_0")
local low = 500000
local high = 9000000
local mon = peripheral.wrap("monitor_0")
if reactor.getEnergyStored() <=low then
reactor.setActive(true)
end