mirror of
https://notabug.org/TenPlus1/protector.git
synced 2025-01-10 03:17:34 +01:00
15 lines
301 B
Lua
15 lines
301 B
Lua
|
|
-- add lucky blocks
|
|
|
|
if minetest.get_modpath("lucky_block") then
|
|
|
|
lucky_block:add_blocks({
|
|
{"dro", {"protector:protect"}, 3},
|
|
{"dro", {"protector:protect2"}, 3},
|
|
{"dro", {"protector:door_wood"}, 1},
|
|
{"dro", {"protector:door_steel"}, 1},
|
|
{"dro", {"protector:chest"}, 1},
|
|
{"exp"},
|
|
})
|
|
end
|