mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-24 20:03:45 +01:00
mobs:hoglin: fix conversion of tabs to spaces
This commit is contained in:
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
Block a user