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

@ -30,11 +30,19 @@ stepheight = 3,
jump_height = 6,
fly = true,
stepheight = 3,
drops = {
{name = "animalworld:chicken_raw", chance = 1, min = 1, max = 1},
drops = function()
if minetest.get_modpath("animalia") then
return {
{ name = "animalia:poultry_raw", chance = 1, min = 1, max = 1 },
{ name = "animalia:feather", chance = 1, min = 1, max = 1 },
}
else
return {
{name = "animalworld:chicken_raw", chance = 1, min = 1, max = 1},
{name = "animalworld:chicken_feather", chance = 1, min = 1, max = 1},
},
}
end
end,
water_damage = 0,
lava_damage = 4,
light_damage = 0,