diff --git a/mods/mobs/sheep.lua b/mods/mobs/sheep.lua index 7ef7676f..d9bc3c38 100755 --- a/mods/mobs/sheep.lua +++ b/mods/mobs/sheep.lua @@ -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, diff --git a/mods/mobs/textures/mobs_sheep.png b/mods/mobs/textures/mobs_sheep.png deleted file mode 100755 index 6844413e..00000000 Binary files a/mods/mobs/textures/mobs_sheep.png and /dev/null differ diff --git a/mods/mobs/textures/mobs_sheep_white.png b/mods/mobs/textures/mobs_sheep_white.png index 17342547..6844413e 100755 Binary files a/mods/mobs/textures/mobs_sheep_white.png and b/mods/mobs/textures/mobs_sheep_white.png differ