add new lb

This commit is contained in:
TenPlus1 2018-10-16 17:50:12 +01:00
부모 a0cb8657df
커밋 01d71b2b29
2개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

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

파일 보기

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