mobs:hoglin: fix conversion of tabs to spaces
parent
7f823f0155
commit
cc470b9d88
|
@ -94,10 +94,10 @@ zoglin.description = S("Zoglin")
|
||||||
zoglin.fire_resistant = 1
|
zoglin.fire_resistant = 1
|
||||||
zoglin.textures = {"extra_mobs_zoglin.png"}
|
zoglin.textures = {"extra_mobs_zoglin.png"}
|
||||||
sounds = {
|
sounds = {
|
||||||
random = "extra_mobs_hoglin.2",
|
random = "extra_mobs_hoglin.2",
|
||||||
damage = "extra_mobs_hoglin_hurt",
|
damage = "extra_mobs_hoglin_hurt",
|
||||||
death = "extra_mobs_hoglin_hurt",
|
death = "extra_mobs_hoglin_hurt",
|
||||||
distance = 16,
|
distance = 16,
|
||||||
},
|
},
|
||||||
zoglin.do_custom = function()
|
zoglin.do_custom = function()
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in New Issue