Code cleaning

Remove outdated comment. Fix spaces on lines 40, 67, 70.
This commit is contained in:
TheOnlyJoeEnderman 2022-11-16 07:58:07 +00:00
parent 6a9387b752
commit 50e6dd94b2
1 changed files with 3 additions and 4 deletions

View File

@ -37,9 +37,8 @@ local axolotl = {
hp_min = 14, hp_min = 14,
hp_max = 14, hp_max = 14,
xp_min = 1, xp_min = 1,
xp_max = 7, xp_max = 7,
-- Random look at player works, but it looks away instead of towards.
head_swivel = "head.control", head_swivel = "head.control",
bone_eye_height = -1, bone_eye_height = -1,
head_eye_height = -0.5, head_eye_height = -0.5,
@ -64,7 +63,7 @@ local axolotl = {
{"mobs_mc_axolotl_purple.png"}, {"mobs_mc_axolotl_purple.png"},
{"mobs_mc_axolotl_white.png"} {"mobs_mc_axolotl_white.png"}
}, },
sounds = { sounds = {
random = "mobs_mc_axolotl", random = "mobs_mc_axolotl",
damage = "mobs_mc_axolotl_hurt", damage = "mobs_mc_axolotl_hurt",
distance = 16, distance = 16,