mirror of
https://git.minetest.land/Mineclonia/Mineclonia.git
synced 2024-11-01 15:32:39 +00:00
8 lines
127 B
Lua
8 lines
127 B
Lua
|
|
if minetest.get_modpath("lucky_block") then
|
|
|
|
lucky_block:add_blocks({
|
|
{"dro", {"mcl_mobs:nametag"}, 1},
|
|
{"lig"},
|
|
})
|
|
end
|