animalworld Rezepte gefixt/kompatibel gemacht
This commit is contained in:
parent
0859a56f8f
commit
a063db5d3b
34 changed files with 1012 additions and 359 deletions
|
@ -33,6 +33,18 @@ mobs:register_mob("animalworld:rat", {
|
|||
{name = "mobs:meat_raw", chance = 1, min = 1, max = 3},
|
||||
|
||||
},
|
||||
drops = function()
|
||||
if minetest.get_modpath("animalia") then
|
||||
return {
|
||||
{ name = "animalia:rat_raw", chance = 1, min = 1, max = 3 },
|
||||
}
|
||||
else
|
||||
return {
|
||||
{name = "mobs:meat_raw", chance = 1, min = 1, max = 3},
|
||||
}
|
||||
end
|
||||
end,
|
||||
|
||||
water_damage = 0,
|
||||
lava_damage = 5,
|
||||
light_damage = 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue