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

@ -32,11 +32,19 @@ stepheight = 3,
jump_height = 6,
stepheight = 3,
stay_near = {{"naturalbiomes:outback_leaves", "naturalbiomes:outback_trunk", "naturalbiomes:outback_bush_leaves", "livingdesert:cactus", "livingdesert:cactus3", "livingdesert:cactus2", "livingdesert:cactus4"}, 5},
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 = 1,
lava_damage = 4,
light_damage = 0,