forked from VoxeLibre/VoxeLibre
add animations to axolotl
they do not appear in-game. If you can fix it, please do.
This commit is contained in:
parent
7f291aa109
commit
ca0786f549
|
@ -55,13 +55,18 @@ random = "mobs_mc_axolotl",
|
||||||
distance = 16,
|
distance = 16,
|
||||||
},
|
},
|
||||||
animation = {
|
animation = {
|
||||||
stand_start = 1,
|
stand_start = 40,
|
||||||
stand_end = 20,
|
stand_end = 80,
|
||||||
walk_start = 1,
|
walk_start = 140,
|
||||||
walk_end = 20,
|
walk_end = 190,
|
||||||
run_start = 1,
|
run_start = 140,
|
||||||
run_end = 20,
|
run_end = 190,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
follow = {
|
||||||
|
"mcl_fishing:clownfish_raw"
|
||||||
|
},
|
||||||
|
|
||||||
visual_size = {x=3, y=3},
|
visual_size = {x=3, y=3},
|
||||||
makes_footstep_sound = false,
|
makes_footstep_sound = false,
|
||||||
fly = true,
|
fly = true,
|
||||||
|
|
Loading…
Reference in New Issue