add new lb

This commit is contained in:
TenPlus1 2018-10-16 17:50:12 +01:00
parent a0cb8657df
commit 01d71b2b29
2 changed files with 6 additions and 1 deletions

View File

@ -31,4 +31,4 @@ Changelog:
- 0.9 - Added support for farming redo's pea and beetroot crops, checks for place_param
- 1.0 - add_deco() now adds to existing item list while set_deco() replaces item list (thanks h-v-smacker)
Lucky Blocks: 5
Lucky Blocks: 6

View File

@ -19,6 +19,11 @@ if minetest.get_modpath("lucky_block") then
{"dro", {"bonemeal:bonemeal"}, 10},
{"dro", {"bonemeal:fertiliser"}, 10},
{"cus", growy},
{"nod", "default:chest", 0, {
{name = "bonemeal:mulch", max = 20},
{name = "bonemeal:bonemeal", max = 15},
{name = "bonemeal:fertiliser", max = 10},
}},
})
end