diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2018-09-14 17:12:22 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2018-09-14 17:12:22 +0100 |
commit | b6f81c4abaaea39ae0f7e73b7feca11a848f05a1 (patch) | |
tree | 0608213e9de791e38a8a9f004078de775ca81f56 /warthog.lua | |
parent | 04d6a3636b175f65b3d35a18353d508bcc26e123 (diff) |
cow, sheep, warthog now pushablemobs_animal
Diffstat (limited to 'warthog.lua')
-rw-r--r-- | warthog.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/warthog.lua b/warthog.lua index 92418e2..c8d3362 100644 --- a/warthog.lua +++ b/warthog.lua @@ -32,6 +32,7 @@ stepheight = 0.6, run_velocity = 3, jump = true, jump_height = 6, + pushable = true, follow = {"default:apple", "farming:potato"}, view_range = 10, drops = { |