disabled printing craft recipes when clicked in the guide
This commit is contained in:
parent
cfaabea748
commit
92a501a827
|
@ -42,7 +42,7 @@ function craftingguide.get_formspec(name)
|
|||
local recipes = craftingguide.items[user.item]
|
||||
local recipe = recipes[user.itemno]
|
||||
|
||||
print(dump(recipe))
|
||||
-- print(dump(recipe))
|
||||
for slot_index, itemname in pairs(recipe.items) do
|
||||
local x = slot_index - 1
|
||||
|
||||
|
|
Loading…
Reference in New Issue