1
0
mirror of https://github.com/blert2112/mobs_water.git synced 2024-09-22 19:50:21 +02:00

sharks falls the mobs:meat_raw when they die

This commit is contained in:
R-one 2017-12-24 19:47:16 +01:00
parent dbfbd09df1
commit 0562049b24

View File

@ -56,6 +56,9 @@ if mobs.mod and mobs.mod == "redo" then
run_velocity = 6,
jump = false,
stepheight = 0.1,
drops = {
{name = "mobs:meat_raw", chance = 1, min = 1, max = 3},
},
fly = true,
fly_in = "default:water_source",
fall_speed = 0,
@ -107,6 +110,9 @@ if mobs.mod and mobs.mod == "redo" then
run_velocity = 4,
jump = false,
stepheight = 0.1,
drops = {
{name = "mobs:meat_raw", chance = 1, min = 1, max = 3},
},
fly = true,
fly_in = "default:water_source",
fall_speed = -1,
@ -142,6 +148,9 @@ if mobs.mod and mobs.mod == "redo" then
run_velocity = 4,
jump = false,
stepheight = 0.1,
drops = {
{name = "mobs:meat_raw", chance = 1, min = 1, max = 3},
},
fly = true,
fly_in = "default:water_source",
fall_speed = -1,