From b41a58009b78315e72c40a9831e621fdab15b0bc Mon Sep 17 00:00:00 2001 From: Ombridride Date: Thu, 26 Feb 2015 01:43:12 +0100 Subject: [PATCH] Comment the cow_brown, for the moment --- mods/mobs/cow.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/mobs/cow.lua b/mods/mobs/cow.lua index 3c2a919c..5a1a91a3 100755 --- a/mods/mobs/cow.lua +++ b/mods/mobs/cow.lua @@ -8,9 +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 = 2, + total = 1, -- à mettre à 2 quand "mobs_cow_brown.png" sera compatible texture_1 = {"mobs_cow.png"}, - texture_2 = {"mobs_cow_brown.png"}, + --texture_2 = {"mobs_cow_brown.png"}, -- dé-commenter quand "mobs_cow_brown.png" sera compatible }, visual = "mesh", mesh = "mobs_cow.x",