1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-10-01 17:00:31 +02:00

Comment the cow_brown, for the moment

This commit is contained in:
Ombridride 2015-02-26 01:43:12 +01:00
parent bbb599d703
commit b41a58009b

View File

@ -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",