summaryrefslogtreecommitdiff
path: root/cow.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2018-09-14 17:12:22 +0100
committerTenPlus1 <kinsellaja@yahoo.com>2018-09-14 17:12:22 +0100
commitb6f81c4abaaea39ae0f7e73b7feca11a848f05a1 (patch)
tree0608213e9de791e38a8a9f004078de775ca81f56 /cow.lua
parent04d6a3636b175f65b3d35a18353d508bcc26e123 (diff)
cow, sheep, warthog now pushablemobs_animal
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 1bc084f..fe372ff 100644
--- a/cow.lua
+++ b/cow.lua
@@ -29,6 +29,7 @@ mobs:register_mob("mobs_animal:cow", {
run_velocity = 2,
jump = true,
jump_height = 6,
+ pushable = true,
drops = {
{name = "mobs:meat_raw", chance = 1, min = 1, max = 3},
{name = "mobs:leather", chance = 1, min = 0, max = 2},