Sheep textures fixed (thanks JurajVajda)

This commit is contained in:
TenPlus1 2016-03-03 11:21:52 +00:00
parent 55e4898893
commit 4977f9a85e
2 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ for _, col in pairs(all_colours) do
visual = "mesh",
mesh = "mobs_sheep.b3d",
textures = {
{"mobs_sheep_wool.png^[colorize:" .. col[3] .. "^mobs_sheep_base.png"},
{"mobs_sheep_base.png^(mobs_sheep_wool.png^[colorize:" .. col[3] .. ")"},
},
gotten_texture = {"mobs_sheep_shaved.png"},
gotten_mesh = "mobs_sheep_shaved.b3d",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB