disabled printing craft recipes(should have disabled before commit last time)
This commit is contained in:
parent
08829b7951
commit
e37e11849a
@ -41,7 +41,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
Block a user