mirror of
https://codeberg.org/tenplus1/bonemeal.git
synced 2025-01-08 17:20:24 +01:00
tidy lucky blocks
This commit is contained in:
parent
e630074a9f
commit
02b1c4c235
@ -27,4 +27,4 @@ Changelog:
|
|||||||
- 0.5 - Added support for default bush and acacia bush saplings
|
- 0.5 - Added support for default bush and acacia bush saplings
|
||||||
- 0.6 - Using newer functions, Minetest 0.4.16 and above needed to run
|
- 0.6 - Using newer functions, Minetest 0.4.16 and above needed to run
|
||||||
|
|
||||||
Lucky Blocks: 2
|
Lucky Blocks: 5
|
||||||
|
@ -13,10 +13,12 @@ end
|
|||||||
|
|
||||||
if minetest.get_modpath("lucky_block") then
|
if minetest.get_modpath("lucky_block") then
|
||||||
|
|
||||||
lucky_block:add_blocks({
|
lucky_block:add_blocks({
|
||||||
{"lig"},
|
{"lig"},
|
||||||
{"dro", {"bonemeal:mulch", "bonemeal:bonemeal", "bonemeal:fertiliser"}, 10},
|
{"dro", {"bonemeal:mulch"}, 10},
|
||||||
|
{"dro", {"bonemeal:bonemeal"}, 10},
|
||||||
|
{"dro", {"bonemeal:fertiliser"}, 10},
|
||||||
{"cus", growy},
|
{"cus", growy},
|
||||||
})
|
})
|
||||||
|
|
||||||
end -- END IF
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user