mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-26 12:31:05 +01:00
Axolotl whitespace fixes
This commit is contained in:
parent
99db678a44
commit
67e8f13a96
1 changed files with 3 additions and 3 deletions
|
@ -38,7 +38,7 @@ local axolotl = {
|
|||
hp_max = 14,
|
||||
xp_min = 1,
|
||||
xp_max = 7,
|
||||
|
||||
|
||||
head_swivel = "head.control",
|
||||
bone_eye_height = -1,
|
||||
head_eye_height = -0.5,
|
||||
|
@ -61,7 +61,7 @@ local axolotl = {
|
|||
{"mobs_mc_axolotl_pink.png"},
|
||||
{"mobs_mc_axolotl_black.png"},
|
||||
{"mobs_mc_axolotl_purple.png"},
|
||||
{"mobs_mc_axolotl_white.png"}
|
||||
{"mobs_mc_axolotl_white.png"}
|
||||
},
|
||||
sounds = {
|
||||
random = "mobs_mc_axolotl",
|
||||
|
@ -101,7 +101,7 @@ local axolotl = {
|
|||
reach = 2,
|
||||
attack_type = "dogfight",
|
||||
attack_animals = true,
|
||||
specific_attack = {
|
||||
specific_attack = {
|
||||
"extra_mobs_cod",
|
||||
"mobs_mc:sheep",
|
||||
"extra_mobs_glow_squid",
|
||||
|
|
Loading…
Reference in a new issue