diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2018-01-26 14:29:15 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2018-01-26 14:29:15 +0000 |
commit | 6dbe2546f03456e3e9d106c7236f50ecceead7f5 (patch) | |
tree | 40f0c2d54fe413bd80b091c7b3611022b3ec14b9 /warthog.lua | |
parent | 5bf846df5dcaab64ec55f20de806d4d9ebc3f610 (diff) |
added raw/cooked mutton and rabbit, also rabbit hide, changed jump height for cow, sheep, chicken, warthog
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 2f69a5b..3d8f635 100644 --- a/warthog.lua +++ b/warthog.lua @@ -30,6 +30,7 @@ stepheight = 0.6, walk_velocity = 2, run_velocity = 3, jump = true, + jump_height = 6, follow = {"default:apple", "farming:potato"}, view_range = 10, drops = { |