summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cow.lua1
-rw-r--r--sheep.lua1
-rw-r--r--warthog.lua1
3 files changed, 3 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},
diff --git a/sheep.lua b/sheep.lua
index afbb42e..8df5107 100644
--- a/sheep.lua
+++ b/sheep.lua
@@ -49,6 +49,7 @@ stepheight = 0.6,
runaway = true,
jump = true,
jump_height = 6,
+ pushable = true,
drops = {
{name = "mobs:mutton_raw", chance = 1, min = 1, max = 2},
{name = "wool:"..col[1], chance = 1, min = 1, max = 1},
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 = {