mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-28 13:53:45 +01:00
Sheep run away when hit
This commit is contained in:
parent
69c689bfb7
commit
96b628d418
@ -70,6 +70,8 @@ mcl_mobs:register_mob("mobs_mc:sheep", {
|
|||||||
color = "unicolor_white",
|
color = "unicolor_white",
|
||||||
makes_footstep_sound = true,
|
makes_footstep_sound = true,
|
||||||
walk_velocity = 1,
|
walk_velocity = 1,
|
||||||
|
runaway = true,
|
||||||
|
runaway_from = {"mobs_mc:wolf"},
|
||||||
drops = {
|
drops = {
|
||||||
{name = "mcl_mobitems:mutton",
|
{name = "mcl_mobitems:mutton",
|
||||||
chance = 1,
|
chance = 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user