diff --git a/mods/mobs/cow.lua b/mods/mobs/cow.lua index 5a78edae..49b96d62 100644 --- a/mods/mobs/cow.lua +++ b/mods/mobs/cow.lua @@ -8,8 +8,9 @@ mobs:register_mob("mobs:cow", { collisionbox = {-0.4, -0.01, -0.4, 0.4, 1, 0.4}, --textures = {"mobs_cow.png"}, available_textures = { - total = 1, + total = 2, texture_1 = {"mobs_cow.png"}, + texture_2 = {"mobs_cow_brown.png"}, }, visual = "mesh", mesh = "mobs_cow.x", diff --git a/mods/mobs/models/mobs_cow_brown.png b/mods/mobs/models/mobs_cow_brown.png new file mode 100755 index 00000000..ed5834bf Binary files /dev/null and b/mods/mobs/models/mobs_cow_brown.png differ