mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-24 11:53:46 +01:00
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)
|
||||
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 |
Loading…
Reference in New Issue
Block a user