animalworld Rezepte gefixt/kompatibel gemacht
This commit is contained in:
parent
0859a56f8f
commit
a063db5d3b
34 changed files with 1012 additions and 359 deletions
|
@ -32,11 +32,19 @@ stepheight = 6,
|
|||
jump_height = 4,
|
||||
stepheight = 6,
|
||||
stay_near = {{"default:acacia_tree", "mcl_core:jungletree", "mcl_core:jungleleaves", "mcl_trees:leaves_jungle", "mcl_trees:leaves_mangrove", "default:acacia_leaves", "default:jungleleaves", "default:jungletree", "livingjungle:samauma_trunk", "livingjungle:samauma_leaves"}, 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