forked from thunderdog1138/star_wars
Delete 'mods/mobs/lucky_block.lua'
This commit is contained in:
parent
9f7560af23
commit
9914c9895c
|
@ -1,18 +0,0 @@
|
||||||
|
|
||||||
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", {"default:stick"}, 10},
|
|
||||||
{"dro", {"mobs:net"}, 1},
|
|
||||||
{"dro", {"mobs:lasso"}, 1},
|
|
||||||
{"dro", {"mobs:shears"}, 1},
|
|
||||||
{"dro", {"mobs:protector"}, 1},
|
|
||||||
{"dro", {"mobs:fence_wood"}, 10},
|
|
||||||
{"dro", {"mobs:fence_top"}, 12},
|
|
||||||
{"lig"}
|
|
||||||
})
|
|
||||||
end
|
|
Loading…
Reference in New Issue