animalworld Rezepte gefixt/kompatibel gemacht
This commit is contained in:
parent
0859a56f8f
commit
a063db5d3b
34 changed files with 1012 additions and 359 deletions
|
@ -36,11 +36,19 @@ stepheight = 3,
|
|||
fall_damage = 0,
|
||||
stepheight = 3,
|
||||
stay_near = {{"naturalbiomes:bamboo_leaves", "naturalbiomes:bambooforest_groundgrass"}, 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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue