mirror of
https://codeberg.org/tenplus1/mob_horse.git
synced 2025-01-08 17:00:20 +01:00
add lucky blocks
This commit is contained in:
parent
7876f5018a
commit
86c46b3ecf
@ -1 +1,2 @@
|
|||||||
mobs
|
mobs
|
||||||
|
lucky_block?
|
||||||
|
12
init.lua
12
init.lua
@ -251,3 +251,15 @@ minetest.register_craft({
|
|||||||
{"default:diamond", "", "default:diamond"},
|
{"default:diamond", "", "default:diamond"},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
-- lucky blocks
|
||||||
|
if minetest.get_modpath("lucky_block") then
|
||||||
|
|
||||||
|
lucky_block:add_blocks({
|
||||||
|
{"dro", {"mobs:horseshoe_steel"}},
|
||||||
|
{"dro", {"mobs:horseshoe_bronze"}},
|
||||||
|
{"dro", {"mobs:horseshoe_mese"}},
|
||||||
|
{"dro", {"mobs:horseshoe_diamond"}},
|
||||||
|
})
|
||||||
|
|
||||||
|
end
|
Loading…
Reference in New Issue
Block a user