From d32fc302cc77fe09b97ea0630ea866484edd953e Mon Sep 17 00:00:00 2001 From: Zeg9 Date: Sat, 12 Jan 2013 10:50:09 +0100 Subject: [PATCH] Make recipe give 4 nodes instead of one --- protector/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protector/init.lua b/protector/init.lua index 837a765..50ed08f 100644 --- a/protector/init.lua +++ b/protector/init.lua @@ -221,7 +221,7 @@ minetest.register_craftitem(protector.item, { }) minetest.register_craft({ - output = protector.node, + output = '"' .. protector.node .. '" 4', recipe = { {"default:stone","default:stone","default:stone"}, {"default:stone","default:steel_ingot","default:stone"},