mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-15 15:41:06 +01:00
Fix glitch with Stray
This commit is contained in:
parent
597b66ddcb
commit
397f22b907
2 changed files with 1 additions and 1 deletions
|
@ -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: 1,021 B |
Loading…
Reference in a new issue