Make crafter respond

This commit is contained in:
osmarks 2018-04-30 21:07:27 +01:00
parent 7c2905c95c
commit 128793ee1a
1 changed files with 1 additions and 0 deletions

View File

@ -78,4 +78,5 @@ while true do
if msg and msg.cmd and msg.cmd == "craft" and msg.item then
craft(msg.item)
end
rednet.send(id, "OK", "dragon")
end