forked from VoxeLibre/VoxeLibre
Mobs:creeper: fix missing comma
This commit is contained in:
parent
80af7a29a9
commit
89a2c3f681
|
@ -117,7 +117,7 @@ mcl_mobs.register_mob("mobs_mc:creeper", {
|
|||
animation = {
|
||||
stand_start = 0,
|
||||
stand_end = 23,
|
||||
walk_speed = 100
|
||||
walk_speed = 100,
|
||||
walk_start = 0,
|
||||
walk_end = 40,
|
||||
run_speed = 100,
|
||||
|
|
Loading…
Reference in New Issue