Modification du nombre de planches à 6 lors de la fabrication.

This commit is contained in:
sys4-fr 2018-09-16 15:17:46 +02:00
parent 7f083804e9
commit 0f97ade109
1 changed files with 2 additions and 2 deletions

View File

@ -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"},
}
})