mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-02-18 13:43:44 +01:00
Increase zombie jump height
@ -26,7 +26,7 @@ local zombie = {
|
|||||||
fear_height = 8,
|
fear_height = 8,
|
||||||
pathfinding = 1,
|
pathfinding = 1,
|
||||||
jump = true,
|
jump = true,
|
||||||
jump_height = 1.25,
|
jump_height = 3,
|
||||||
group_attack = true,
|
group_attack = true,
|
||||||
drops = {
|
drops = {
|
||||||
{name = "mcl_mobitems:rotten_flesh",
|
{name = "mcl_mobitems:rotten_flesh",
|
||||||
|
Reference in New Issue
Block a user