This commit is contained in:
epCode 2022-06-07 15:38:41 -07:00
parent b991bb5291
commit 9ece73a92f
1 changed files with 1 additions and 1 deletions

View File

@ -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
}
}