forked from VoxeLibre/VoxeLibre
Fix glitch with Stray
This commit is contained in:
parent
9feaec95d9
commit
cd04f6d7ce
|
@ -109,7 +109,7 @@ mobs:register_mob("mobs_mc:skeleton", skeleton)
|
||||||
--###################
|
--###################
|
||||||
|
|
||||||
local stray = table.copy(skeleton)
|
local stray = table.copy(skeleton)
|
||||||
stray.mesh = "mobs_mc_stray.b3d"
|
stray.mesh = "mobs_mc_skeleton.b3d"
|
||||||
stray.textures = {
|
stray.textures = {
|
||||||
{
|
{
|
||||||
"mobs_mc_stray_overlay.png",
|
"mobs_mc_stray_overlay.png",
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 790 B After Width: | Height: | Size: 1021 B |
Loading…
Reference in New Issue