mirror of
https://codeberg.org/tenplus1/bonemeal.git
synced 2024-11-14 12:00:17 +01:00
add lb custom function
This commit is contained in:
parent
2fd7407366
commit
c662f2f91e
|
@ -1,11 +1,22 @@
|
|||
|
||||
-- add lucky blocks
|
||||
|
||||
local function growy(pos, player)
|
||||
|
||||
local dpos = minetest.find_node_near(pos, 1, "group:soil")
|
||||
|
||||
if dpos then
|
||||
bonemeal:on_use(dpos, 5)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
if minetest.get_modpath("lucky_block") then
|
||||
|
||||
lucky_block:add_blocks({
|
||||
{"lig"},
|
||||
{"dro", {"bonemeal:mulch", "bonemeal:bonemeal", "bonemeal:fertiliser"}, 10},
|
||||
{"cus", growy},
|
||||
})
|
||||
|
||||
end -- END IF
|
||||
|
|
Loading…
Reference in New Issue
Block a user