Final touches

This commit is contained in:
ElCeejo 2024-01-10 17:45:08 -08:00
parent 68d484eb07
commit 8408a73851
4 changed files with 15 additions and 4 deletions

View file

@ -47,10 +47,7 @@ creatura.register_mob("animalia:grizzly_bear", {
run = {range = {x = 81, y = 99}, speed = 20, frame_blend = 0.3, loop = true},
melee = {range = {x = 101, y = 120}, speed = 30, frame_blend = 0.3, loop = false}
},
follow = {
"group:food_berry",
"group:food_fish"
},
follow = animalia.food_bear,
drops = {
{name = "animalia:pelt_bear", min = 1, max = 3, chance = 1}
},