fix our sheep texture

This commit is contained in:
crabman77 2015-09-17 20:39:18 +02:00
parent 87a9feb1ca
commit b38df03d76
3 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ minetest.register_entity("mobs:sheep", {
visual = "mesh",
mesh = "mobs_sheep.b3d",
visual_size = {x = 1, y = 1},
textures = {"mobs_sheep.png"},
textures = {"mobs_sheep_white.png"},
velocity = {x = 0, y = 0, z = 0},
collisionbox = {-0.4, -1, -0.4, 0.4, 0.3, 0.4},
is_visible = true,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 774 B

After

Width:  |  Height:  |  Size: 3.2 KiB