testing
This commit is contained in:
parent
1cdfd66ce9
commit
f28e3bb5d1
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user