lower jump height.. from 16 to 14
This commit is contained in:
parent
e234b4064d
commit
07dbd2ded4
2
init.lua
2
init.lua
@ -150,7 +150,7 @@ mobs:register_mob("mobs_balrog:balrog", {
|
|||||||
walk_velocity = 3.5,
|
walk_velocity = 3.5,
|
||||||
run_velocity = 5.2,
|
run_velocity = 5.2,
|
||||||
walk_chance = WALK_CHANCE,
|
walk_chance = WALK_CHANCE,
|
||||||
jump_height = 16,
|
jump_height = 14,
|
||||||
stepheight = 2.2,
|
stepheight = 2.2,
|
||||||
view_range = VIEW_RANGE,
|
view_range = VIEW_RANGE,
|
||||||
damage = DAMAGE,
|
damage = DAMAGE,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user