diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2018-01-26 15:32:16 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2018-01-26 15:32:16 +0000 |
commit | 05c8f7b36467dd5f8dda13224bb0610fb8b68445 (patch) | |
tree | e1cb3c2dc7e7d82d059ae60fa8be2be80beb3ee2 | |
parent | 6dbe2546f03456e3e9d106c7236f50ecceead7f5 (diff) |
bunnies run away from player and hogs
-rw-r--r-- | bunny.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ stepheight = 0.6, walk_velocity = 1, run_velocity = 2, runaway = true, + runaway_from = {"mobs_animal:pumba", "player"}, jump = true, jump_height = 6, drops = { |