Make crafter respond
This commit is contained in:
parent
7c2905c95c
commit
128793ee1a
@ -78,4 +78,5 @@ while true do
|
|||||||
if msg and msg.cmd and msg.cmd == "craft" and msg.item then
|
if msg and msg.cmd and msg.cmd == "craft" and msg.item then
|
||||||
craft(msg.item)
|
craft(msg.item)
|
||||||
end
|
end
|
||||||
|
rednet.send(id, "OK", "dragon")
|
||||||
end
|
end
|
Loading…
Reference in New Issue
Block a user