disabled printing craft recipes(should have disabled before commit last time)

This commit is contained in:
kaadmy 2015-09-23 11:20:05 -07:00
parent 08829b7951
commit e37e11849a

View File

@ -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