minetest-france/mods/mobs_redo/lucky_block.lua
dicebox e4fc58c772 git subrepo clone https://github.com/tenplus1/mobs_redo.git mods/mobs_redo
subrepo:
  subdir:   "mods/mobs_redo"
  merged:   "da5e8ef"
upstream:
  origin:   "https://github.com/tenplus1/mobs_redo.git"
  branch:   "master"
  commit:   "da5e8ef"
git-subrepo:
  version:  "0.3.1"
  origin:   "https://github.com/ingydotnet/git-subrepo"
  commit:   "a7ee886"
2017-02-10 18:26:15 +01:00

16 lines
346 B
Lua

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