let one trunk give 5 woods for demonstration
This commit is contained in:
parent
b7037611ef
commit
f438a13d12
@ -13,7 +13,7 @@ local default_craft_wood_from_tree = function( tree_name, mod_prefix, nodes )
|
|||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
-- the amount of wood given might be a global config variable
|
-- the amount of wood given might be a global config variable
|
||||||
output = nodes.wood.node_name..' 2',
|
output = nodes.wood.node_name..' 5',
|
||||||
recipe = {
|
recipe = {
|
||||||
{ nodes.tree.node_name },
|
{ nodes.tree.node_name },
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user