From ca0786f54902c1e042096d855d1a573ed5ea8755 Mon Sep 17 00:00:00 2001 From: TheOnlyJoeEnderman Date: Thu, 27 Oct 2022 04:33:38 +0000 Subject: [PATCH] add animations to axolotl they do not appear in-game. If you can fix it, please do. --- mods/ENTITIES/mobs_mc/axolotl.lua | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/mods/ENTITIES/mobs_mc/axolotl.lua b/mods/ENTITIES/mobs_mc/axolotl.lua index 1140fe710..291fb861e 100644 --- a/mods/ENTITIES/mobs_mc/axolotl.lua +++ b/mods/ENTITIES/mobs_mc/axolotl.lua @@ -55,13 +55,18 @@ random = "mobs_mc_axolotl", distance = 16, }, animation = { - stand_start = 1, - stand_end = 20, - walk_start = 1, - walk_end = 20, - run_start = 1, - run_end = 20, + stand_start = 40, + stand_end = 80, + walk_start = 140, + walk_end = 190, + run_start = 140, + run_end = 190, }, + + follow = { + "mcl_fishing:clownfish_raw" + }, + visual_size = {x=3, y=3}, makes_footstep_sound = false, fly = true,