projects
/
zefram
/
minetest
/
pipeworks.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61d7bde
)
fix small typos (False -> false)
author
Vanessa Ezekowitz
<vanessaezekowitz@gmail.com>
Sat, 21 Dec 2013 08:26:26 +0000
(
03:26
-0500)
committer
Vanessa Ezekowitz
<vanessaezekowitz@gmail.com>
Sat, 21 Dec 2013 08:26:26 +0000
(
03:26
-0500)
autocrafter.lua
patch
|
blob
|
history
diff --git
a/autocrafter.lua
b/autocrafter.lua
index 195bd1e2e93069e7265ed72d6d26461dbc79f985..070b3de01701bd326b5febf7b309c6334a2593fc 100644
(file)
--- a/
autocrafter.lua
+++ b/
autocrafter.lua
@@
-30,11
+30,11
@@
local function autocraft(inventory, pos)
local recipeUnchanged = true
for i = 1, 9 do
if recipe[i]:get_name() ~= recipe_last[i]:get_name() then
- recipeUnchanged =
F
alse
+ recipeUnchanged =
f
alse
break
end
if recipe[i]:get_count() ~= recipe_last[i]:get_count() then
- recipeUnchanged =
F
alse
+ recipeUnchanged =
f
alse
break
end
end