1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-07-05 01:20:22 +02:00

Add 2 new cow textures

This commit is contained in:
BUISSON-DEBON Quentin
2015-09-14 21:08:00 +02:00
parent bbbd2927d2
commit 7afc4e69c5
58 changed files with 4 additions and 3 deletions

View File

@ -18,8 +18,9 @@ mobs:register_mob("mobs:cow", {
visual = "mesh",
mesh = "mobs_cow.b3d",
textures = {
{"mobs_cow.png"},
--{"mobs_cow_brown.png"}, -- dé-commenter quand "mobs_cow_brown.png" sera compatible
{"mobs_cow_lightbrown.png"},
{"mobs_cow_brown.png"},
{"mobs_cow_white.png"},
},
blood_texture = "mobs_blood.png",
-- sounds
@ -79,7 +80,7 @@ mobs:register_mob("mobs:cow", {
self.gotten = true -- milked
return
end
end
end
mobs:capture_mob(self, clicker, 0, 5, 60, false, nil)
end,
})