forked from mtcontrib/mob_horse
add lucky blocks
This commit is contained in:
parent
7876f5018a
commit
86c46b3ecf
@ -1 +1,2 @@
|
||||
mobs
|
||||
lucky_block?
|
||||
|
12
init.lua
12
init.lua
@ -251,3 +251,15 @@ minetest.register_craft({
|
||||
{"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