From f438a13d12e92e568cabc14fde65a7ca11d6fbd3 Mon Sep 17 00:00:00 2001 From: Sokomine Date: Fri, 23 Oct 2015 04:47:43 +0200 Subject: [PATCH] let one trunk give 5 woods for demonstration --- trees.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trees.lua b/trees.lua index dddf5c5..c3521f1 100644 --- a/trees.lua +++ b/trees.lua @@ -13,7 +13,7 @@ local default_craft_wood_from_tree = function( tree_name, mod_prefix, nodes ) minetest.register_craft({ -- the amount of wood given might be a global config variable - output = nodes.wood.node_name..' 2', + output = nodes.wood.node_name..' 5', recipe = { { nodes.tree.node_name }, }