From 0f97ade109322cb5848754b6473d7ff42e4bcee5 Mon Sep 17 00:00:00 2001 From: sys4-fr Date: Sun, 16 Sep 2018 15:17:46 +0200 Subject: [PATCH] =?UTF-8?q?Modification=20du=20nombre=20de=20planches=20?= =?UTF-8?q?=C3=A0=206=20lors=20de=20la=20fabrication.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index 5779a18..9d55200 100644 --- a/init.lua +++ b/init.lua @@ -150,9 +150,9 @@ minetest.register_alias("default:mg_cherry_sapling", "cherry_tree:cherry_sapling -- Crafting minetest.register_craft( { - output = 'cherry_tree:cherry_plank 4', + output = "cherry_tree:cherry_plank 6", recipe = { - {'cherry_tree:cherry_tree'}, + {"cherry_tree:cherry_tree"}, } })