Modification du nombre de planches à 6 lors de la fabrication.
This commit is contained in:
parent
7f083804e9
commit
0f97ade109
4
init.lua
4
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"},
|
||||
}
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user