mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-05 15:23:50 +01:00
9 lines
123 B
Lua
9 lines
123 B
Lua
|
|
if minetest.get_modpath("lucky_block") then
|
|
|
|
lucky_block:add_blocks({
|
|
{"dro", {"mobs:nametag"}, 1},
|
|
{"lig"},
|
|
})
|
|
end
|