This commit is contained in:
navid.sassan 2021-04-02 16:46:32 +02:00
parent 1cdfd66ce9
commit f28e3bb5d1

View File

@ -37,6 +37,7 @@ function recv()
local id, data = rednet.receive() local id, data = rednet.receive()
print(type(id)) print(type(id))
if id == redstone_toggle_id then if id == redstone_toggle_id then
print('id')
if type(data) == 'table' then if type(data) == 'table' then
print('table') print('table')
if data[1] == 'output_state' then if data[1] == 'output_state' then