mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-11 10:30:25 +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},
|
||||
makes_footstep_sound = true,
|
||||
view_range = 16,
|
||||
walk_velocity = 0.2,
|
||||
run_velocity = 0.9,
|
||||
walk_velocity = 2,
|
||||
run_velocity = 4,
|
||||
damage = 0,
|
||||
drops = {
|
||||
{name = "default:torch",
|
||||
|
Loading…
Reference in New Issue
Block a user