aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.lua b/init.lua
index d0da70e..8db955e 100644
--- a/init.lua
+++ b/init.lua
@@ -88,9 +88,9 @@ minetest.register_craft({ output = "ehlphabet:block 8",
--RECIPE: build the machine!
minetest.register_craft({ output = "ehlphabet:machine",
recipe = {
- {'default:stick', '', 'default:stick'},
+ {'default:stick', 'default:coal_lump', 'default:stick'},
{'default:coal_lump', 'ehlphabet:block', 'default:coal_lump'},
- {'default:paper', '', 'default:paper'},
+ {'default:stick', 'default:coal_lump', 'default:stick'},
}
})