mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-11 18:40:25 +01:00
Update cow for multiple textures
This commit is contained in:
parent
99feb28ec3
commit
d6b270e197
@ -6,7 +6,11 @@ mobs:register_mob("mobs:cow", {
|
|||||||
hp_min = 10,
|
hp_min = 10,
|
||||||
hp_max = 15,
|
hp_max = 15,
|
||||||
collisionbox = {-0.4, -0.01, -0.4, 0.4, 1, 0.4},
|
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",
|
visual = "mesh",
|
||||||
mesh = "mobs_cow.x",
|
mesh = "mobs_cow.x",
|
||||||
makes_footstep_sound = true,
|
makes_footstep_sound = true,
|
||||||
|
Loading…
Reference in New Issue
Block a user