1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-01-11 10:30:25 +01:00

Update cow for multiple textures

This commit is contained in:
Ombridride 2014-12-09 14:06:19 +01:00
parent 99feb28ec3
commit d6b270e197

View File

@ -6,7 +6,11 @@ mobs:register_mob("mobs:cow", {
hp_min = 10,
hp_max = 15,
collisionbox = {-0.4, -0.01, -0.4, 0.4, 1, 0.4},
textures = {"mobs_cow.png"},
--textures = {"mobs_cow.png"},
available_textures = {
total = 1,
texture_1 = {"mobs_cow.png"},
},
visual = "mesh",
mesh = "mobs_cow.x",
makes_footstep_sound = true,