mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-16 16:11:06 +01:00
Fix husk
This commit is contained in:
parent
b991bb5291
commit
9ece73a92f
1 changed files with 1 additions and 1 deletions
|
@ -125,8 +125,8 @@ local husk = table.copy(zombie)
|
|||
husk.description = S("Husk")
|
||||
husk.textures = {
|
||||
{
|
||||
"mobs_mc_empty.png", -- armor
|
||||
"mobs_mc_husk.png", -- texture
|
||||
"mobs_mc_empty.png", -- armor
|
||||
"mobs_mc_empty.png", -- wielded_item
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue