forked from mtcontrib/mobs_animal
cow, sheep, warthog now pushable
This commit is contained in:
parent
04d6a3636b
commit
b6f81c4aba
1
cow.lua
1
cow.lua
@ -29,6 +29,7 @@ mobs:register_mob("mobs_animal:cow", {
|
|||||||
run_velocity = 2,
|
run_velocity = 2,
|
||||||
jump = true,
|
jump = true,
|
||||||
jump_height = 6,
|
jump_height = 6,
|
||||||
|
pushable = true,
|
||||||
drops = {
|
drops = {
|
||||||
{name = "mobs:meat_raw", chance = 1, min = 1, max = 3},
|
{name = "mobs:meat_raw", chance = 1, min = 1, max = 3},
|
||||||
{name = "mobs:leather", chance = 1, min = 0, max = 2},
|
{name = "mobs:leather", chance = 1, min = 0, max = 2},
|
||||||
|
@ -49,6 +49,7 @@ stepheight = 0.6,
|
|||||||
runaway = true,
|
runaway = true,
|
||||||
jump = true,
|
jump = true,
|
||||||
jump_height = 6,
|
jump_height = 6,
|
||||||
|
pushable = true,
|
||||||
drops = {
|
drops = {
|
||||||
{name = "mobs:mutton_raw", chance = 1, min = 1, max = 2},
|
{name = "mobs:mutton_raw", chance = 1, min = 1, max = 2},
|
||||||
{name = "wool:"..col[1], chance = 1, min = 1, max = 1},
|
{name = "wool:"..col[1], chance = 1, min = 1, max = 1},
|
||||||
|
@ -32,6 +32,7 @@ stepheight = 0.6,
|
|||||||
run_velocity = 3,
|
run_velocity = 3,
|
||||||
jump = true,
|
jump = true,
|
||||||
jump_height = 6,
|
jump_height = 6,
|
||||||
|
pushable = true,
|
||||||
follow = {"default:apple", "farming:potato"},
|
follow = {"default:apple", "farming:potato"},
|
||||||
view_range = 10,
|
view_range = 10,
|
||||||
drops = {
|
drops = {
|
||||||
|
Loading…
Reference in New Issue
Block a user