1
0
mirror of https://codeberg.org/tenplus1/bonemeal.git synced 2025-07-12 13:20:28 +02:00

support for fern saplings in plantlife mod (thanks nixnoxus)

This commit is contained in:
tenplus1
2022-01-12 08:19:42 +00:00
parent 2d7dbc735c
commit 79f9cb3294
6 changed files with 31 additions and 9 deletions

View File

@ -22,8 +22,7 @@ if minetest.get_modpath("lucky_block") then
{"nod", "default:chest", 0, {
{name = "bonemeal:mulch", max = 20},
{name = "bonemeal:bonemeal", max = 15},
{name = "bonemeal:fertiliser", max = 10},
}},
{name = "bonemeal:fertiliser", max = 10}
}}
})
end