forked from VoxeLibre/VoxeLibre
Remove spaces on line 70 (71)
Actually delete the spaces this time.
This commit is contained in:
parent
50e6dd94b2
commit
9e73c2cd46
|
@ -67,7 +67,7 @@ local axolotl = {
|
||||||
random = "mobs_mc_axolotl",
|
random = "mobs_mc_axolotl",
|
||||||
damage = "mobs_mc_axolotl_hurt",
|
damage = "mobs_mc_axolotl_hurt",
|
||||||
distance = 16,
|
distance = 16,
|
||||||
},
|
},
|
||||||
animation = {-- Stand: 1-20; Walk: 20-60; Swim: 61-81
|
animation = {-- Stand: 1-20; Walk: 20-60; Swim: 61-81
|
||||||
stand_start = 61, stand_end = 81, stand_speed = 15,
|
stand_start = 61, stand_end = 81, stand_speed = 15,
|
||||||
walk_start = 61, walk_end = 81, walk_speed = 15,
|
walk_start = 61, walk_end = 81, walk_speed = 15,
|
||||||
|
|
Loading…
Reference in New Issue