animalworld Rezepte gefixt/kompatibel gemacht

This commit is contained in:
N-Nachtigal 2025-05-17 21:05:03 +02:00
parent 0859a56f8f
commit a063db5d3b
34 changed files with 1012 additions and 359 deletions

View file

@ -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,