1
0
Fork 0

Mobs:creeper: fix missing comma

This commit is contained in:
Bakawun 2023-12-12 10:11:31 +00:00 committed by bakawun
parent 80af7a29a9
commit 89a2c3f681
1 changed files with 1 additions and 1 deletions

View File

@ -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,