summaryrefslogtreecommitdiff
path: root/cow.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2018-01-26 14:29:15 +0000
committerTenPlus1 <kinsellaja@yahoo.com>2018-01-26 14:29:15 +0000
commit6dbe2546f03456e3e9d106c7236f50ecceead7f5 (patch)
tree40f0c2d54fe413bd80b091c7b3611022b3ec14b9 /cow.lua
parent5bf846df5dcaab64ec55f20de806d4d9ebc3f610 (diff)
added raw/cooked mutton and rabbit, also rabbit hide, changed jump height for cow, sheep, chicken, warthog
Diffstat (limited to 'cow.lua')
-rw-r--r--cow.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/cow.lua b/cow.lua
index 77d35d9..95176be 100644
--- a/cow.lua
+++ b/cow.lua
@@ -27,6 +27,7 @@ mobs:register_mob("mobs_animal:cow", {
walk_velocity = 1,
run_velocity = 2,
jump = true,
+ jump_height = 6,
drops = {
{name = "mobs:meat_raw", chance = 1, min = 1, max = 3},
{name = "mobs:leather", chance = 1, min = 1, max = 2},