Fix glitch with Stray

This commit is contained in:
epCode 2021-04-15 14:53:22 -07:00
parent 9feaec95d9
commit cd04f6d7ce
2 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ mobs:register_mob("mobs_mc:skeleton", skeleton)
--###################
local stray = table.copy(skeleton)
stray.mesh = "mobs_mc_stray.b3d"
stray.mesh = "mobs_mc_skeleton.b3d"
stray.textures = {
{
"mobs_mc_stray_overlay.png",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 790 B

After

Width:  |  Height:  |  Size: 1021 B