mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
Increase zombie jump height
This commit is contained in:
parent
26cea30116
commit
a6d57c8945
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ local zombie = {
|
|||
fear_height = 8,
|
||||
pathfinding = 1,
|
||||
jump = true,
|
||||
jump_height = 1.25,
|
||||
jump_height = 3,
|
||||
group_attack = true,
|
||||
drops = {
|
||||
{name = "mcl_mobitems:rotten_flesh",
|
||||
|
|
Loading…
Reference in a new issue