mobs float on water

master
Juraj Vajda 2016-12-03 23:14:15 +01:00
parent cd7ee9d149
commit e5d8f2eab4
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ local bunny_evil_def = {
run_velocity = 4,
view_range = 15,
jump = true,
floats = 0,
floats = 1,
drops = {
{name = "mobs:meat_raw", chance = 5, min = 1, max = 1},
},

View File

@ -31,7 +31,7 @@ local mummy_def = {
run_velocity = 1.5,
view_range = 15,
jump = true,
floats = 0,
floats = 1,
drops = {
{name = "default:sandstone", chance = 5, min = 1, max = 2},
{name = "default:sandstonebrick", chance = 5, min = 1, max = 2},