projects
/
zefram
/
minetest
/
technic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0faa70
)
Remove a noisy debugging print
author
Zefram
<zefram@fysh.org>
Mon, 28 Jul 2014 12:29:39 +0000
(13:29 +0100)
committer
Zefram
<zefram@fysh.org>
Mon, 28 Jul 2014 12:29:39 +0000
(13:29 +0100)
technic/machines/register/recipes.lua
patch
|
blob
|
history
diff --git
a/technic/machines/register/recipes.lua
b/technic/machines/register/recipes.lua
index 1aba96b0ce1fbc9473b46809a8f9eda903267fee..28a0275a174659f64774b9d65c432d3613157172 100644
(file)
--- a/
technic/machines/register/recipes.lua
+++ b/
technic/machines/register/recipes.lua
@@
-80,7
+80,6
@@
function technic.get_recipe(typename, items)
local new_input = {}
for i, stack in ipairs(items) do
if stack:get_count() < recipe.input[stack:get_name()] then
- print(stack:get_name())
return nil
else
new_input[i] = ItemStack(stack)