updated
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
local reactor = peripheral.find("fissionReactorLogicAdapter")
|
||||
local modem = peripheral.wrap("back")
|
||||
|
||||
local function report()
|
||||
local reactor = peripheral.find("fissionReactorLogicAdapter")
|
||||
return reactor.getTemerature()
|
||||
end
|
||||
|
||||
return { report = report }
|
||||
Reference in New Issue
Block a user