mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-26 01:30:29 +01:00
Creeper run and walk more faster
This commit is contained in:
parent
1232033a0a
commit
2b8b7bdfa6
@ -14,8 +14,8 @@ mobs:register_mob("mobs:creeper", {
|
|||||||
visual_size = {x=4.5,y=4.5},
|
visual_size = {x=4.5,y=4.5},
|
||||||
makes_footstep_sound = true,
|
makes_footstep_sound = true,
|
||||||
view_range = 16,
|
view_range = 16,
|
||||||
walk_velocity = 0.2,
|
walk_velocity = 2,
|
||||||
run_velocity = 0.9,
|
run_velocity = 4,
|
||||||
damage = 0,
|
damage = 0,
|
||||||
drops = {
|
drops = {
|
||||||
{name = "default:torch",
|
{name = "default:torch",
|
||||||
|
Loading…
Reference in New Issue
Block a user