1
0
mirror of https://codeberg.org/tenplus1/mobs_redo.git synced 2025-06-28 06:30:18 +02:00

add "all" to immune_to table, optimized floating code

This commit is contained in:
TenPlus1
2018-05-30 10:55:39 +01:00
parent 82c8386eb3
commit 12a3c8975f
5 changed files with 43 additions and 10 deletions

View File

@ -6,10 +6,12 @@ if minetest.get_modpath("lucky_block") then
{"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},
{"lig"},
})
end