Update Mobs redo and add mobs_mc, modified

This commit is contained in:
Wuzzy 2017-01-16 17:40:08 +01:00
parent 8619545f48
commit 8a5fc728ad
275 changed files with 88778 additions and 19881 deletions

15
mods/mobs/lucky_block.lua Normal file
View file

@ -0,0 +1,15 @@
if minetest.get_modpath("lucky_block") then
lucky_block:add_blocks({
{"dro", {"mobs:meat_raw"}, 5},
{"dro", {"mobs:meat"}, 5},
{"dro", {"mobs:nametag"}, 1},
{"dro", {"mobs:leather"}, 5},
{"dro", {"mobs:net"}, 1},
{"dro", {"mobs:magic_lasso"}, 1},
{"dro", {"mobs:shears"}, 1},
{"dro", {"mobs:protector"}, 1},
{"lig"},
})
end