mirror of
https://codeberg.org/tenplus1/bonemeal.git
synced 2024-11-13 19:50:16 +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.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
|
||||
|
||||
lucky_block:add_blocks({
|
||||
{"lig"},
|
||||
{"dro", {"bonemeal:mulch", "bonemeal:bonemeal", "bonemeal:fertiliser"}, 10},
|
||||
{"cus", growy},
|
||||
})
|
||||
lucky_block:add_blocks({
|
||||
{"lig"},
|
||||
{"dro", {"bonemeal:mulch"}, 10},
|
||||
{"dro", {"bonemeal:bonemeal"}, 10},
|
||||
{"dro", {"bonemeal:fertiliser"}, 10},
|
||||
{"cus", growy},
|
||||
})
|
||||
|
||||
end -- END IF
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user