mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-25 18:20:36 +01:00
Reduce the move speed of the Creeper
This commit is contained in:
parent
266cbb887c
commit
fa5b78901b
@ -26,8 +26,8 @@ mobs:register_mob("mobs:creeper", {
|
|||||||
explode= "tnt_explode",
|
explode= "tnt_explode",
|
||||||
},
|
},
|
||||||
-- speed and jump
|
-- speed and jump
|
||||||
walk_velocity = 2,
|
walk_velocity = 1.5,
|
||||||
run_velocity = 4,
|
run_velocity = 3.5,
|
||||||
jump = true,
|
jump = true,
|
||||||
view_range = 16,
|
view_range = 16,
|
||||||
-- drops mese or diamond when dead
|
-- drops mese or diamond when dead
|
||||||
|
Loading…
Reference in New Issue
Block a user