This commit is contained in:
TenPlus1 2018-10-16 17:50:12 +01:00
rodič a0cb8657df
revize 01d71b2b29
2 změnil soubory, kde provedl 6 přidání a 1 odebrání

Zobrazit soubor

@ -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

Zobrazit soubor

@ -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