mobs float on water
This commit is contained in:
parent
cd7ee9d149
commit
e5d8f2eab4
@ -26,7 +26,7 @@ local bunny_evil_def = {
|
|||||||
run_velocity = 4,
|
run_velocity = 4,
|
||||||
view_range = 15,
|
view_range = 15,
|
||||||
jump = true,
|
jump = true,
|
||||||
floats = 0,
|
floats = 1,
|
||||||
drops = {
|
drops = {
|
||||||
{name = "mobs:meat_raw", chance = 5, min = 1, max = 1},
|
{name = "mobs:meat_raw", chance = 5, min = 1, max = 1},
|
||||||
},
|
},
|
@ -31,7 +31,7 @@ local mummy_def = {
|
|||||||
run_velocity = 1.5,
|
run_velocity = 1.5,
|
||||||
view_range = 15,
|
view_range = 15,
|
||||||
jump = true,
|
jump = true,
|
||||||
floats = 0,
|
floats = 1,
|
||||||
drops = {
|
drops = {
|
||||||
{name = "default:sandstone", chance = 5, min = 1, max = 2},
|
{name = "default:sandstone", chance = 5, min = 1, max = 2},
|
||||||
{name = "default:sandstonebrick", chance = 5, min = 1, max = 2},
|
{name = "default:sandstonebrick", chance = 5, min = 1, max = 2},
|
Loading…
Reference in New Issue
Block a user