Fix leather recipes

This commit is contained in:
Wuzzy 2017-01-16 23:41:59 +01:00
parent b73ba9b270
commit 8633ff3aa5
3 changed files with 2 additions and 9 deletions

View file

@ -2,14 +2,7 @@
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