mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-04 23:31:05 +01:00
mobs:hoglin: fix conversion of tabs to spaces
This commit is contained in:
parent
7f823f0155
commit
cc470b9d88
1 changed files with 4 additions and 4 deletions
|
@ -94,10 +94,10 @@ zoglin.description = S("Zoglin")
|
|||
zoglin.fire_resistant = 1
|
||||
zoglin.textures = {"extra_mobs_zoglin.png"}
|
||||
sounds = {
|
||||
random = "extra_mobs_hoglin.2",
|
||||
damage = "extra_mobs_hoglin_hurt",
|
||||
death = "extra_mobs_hoglin_hurt",
|
||||
distance = 16,
|
||||
random = "extra_mobs_hoglin.2",
|
||||
damage = "extra_mobs_hoglin_hurt",
|
||||
death = "extra_mobs_hoglin_hurt",
|
||||
distance = 16,
|
||||
},
|
||||
zoglin.do_custom = function()
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue