Sheep run away when hit

This commit is contained in:
cora 2022-07-19 05:20:17 +02:00
parent 69c689bfb7
commit 96b628d418
1 changed files with 2 additions and 0 deletions

View File

@ -70,6 +70,8 @@ mcl_mobs:register_mob("mobs_mc:sheep", {
color = "unicolor_white",
makes_footstep_sound = true,
walk_velocity = 1,
runaway = true,
runaway_from = {"mobs_mc:wolf"},
drops = {
{name = "mcl_mobitems:mutton",
chance = 1,