Skip to content
Snippets Groups Projects
Commit 86c46b3e authored by TenPlus1's avatar TenPlus1
Browse files

add lucky blocks

parent 7876f501
No related branches found
No related tags found
No related merge requests found
mobs
lucky_block?
......@@ -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
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment