disabled printing craft recipes when clicked in the guide

This commit is contained in:
kaadmy 2015-09-06 16:17:54 -07:00
parent cfaabea748
commit 92a501a827
1 changed files with 1 additions and 1 deletions

View File

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