fix rabbit behavior (needs MineClone2/MineClone2#4198)

This commit is contained in:
nixnoxus 2024-02-25 19:05:44 +01:00
parent 5076b44da1
commit ae0e5f5eec
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ local rabbit = {
makes_footstep_sound = false,
walk_velocity = 1,
run_velocity = 3.7,
avoid_from = {"mobs_mc:wolf"},
follow_velocity = 1.1,
floats = 1,
runaway = true,