1
0
mirror of https://codeberg.org/tenplus1/bonemeal.git synced 2025-07-15 23:00:23 +02:00

added lucky blocks

This commit is contained in:
TenPlus1
2017-07-24 20:17:20 +01:00
parent 3a74785675
commit 2fd7407366
4 changed files with 17 additions and 1 deletions

11
lucky_block.lua Normal file
View File

@ -0,0 +1,11 @@
-- add lucky blocks
if minetest.get_modpath("lucky_block") then
lucky_block:add_blocks({
{"lig"},
{"dro", {"bonemeal:mulch", "bonemeal:bonemeal", "bonemeal:fertiliser"}, 10},
})
end -- END IF