Axolotl whitespace fixes

This commit is contained in:
cora 2022-11-25 03:30:06 +01:00
parent 99db678a44
commit 67e8f13a96
1 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@ local axolotl = {
hp_max = 14, hp_max = 14,
xp_min = 1, xp_min = 1,
xp_max = 7, xp_max = 7,
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,
@ -61,7 +61,7 @@ local axolotl = {
{"mobs_mc_axolotl_pink.png"}, {"mobs_mc_axolotl_pink.png"},
{"mobs_mc_axolotl_black.png"}, {"mobs_mc_axolotl_black.png"},
{"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",
@ -101,7 +101,7 @@ local axolotl = {
reach = 2, reach = 2,
attack_type = "dogfight", attack_type = "dogfight",
attack_animals = true, attack_animals = true,
specific_attack = { specific_attack = {
"extra_mobs_cod", "extra_mobs_cod",
"mobs_mc:sheep", "mobs_mc:sheep",
"extra_mobs_glow_squid", "extra_mobs_glow_squid",