diff --git a/crafter.lua b/crafter.lua index f484891..b17d467 100644 --- a/crafter.lua +++ b/crafter.lua @@ -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 \ No newline at end of file