From 63deaa61e5fd2d1ed90496f92ce894752f9a749d Mon Sep 17 00:00:00 2001 From: Joshua Date: Thu, 14 Dec 2017 13:58:42 -0500 Subject: Modified recipe for Letter Machine --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'init.lua') 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'}, } }) -- cgit v1.2.3