1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-12-14 14:28:29 +01:00

Update mod mobs to multiple textures.

This commit is contained in:
Le_Docteur
2014-12-10 16:44:45 +01:00
parent 4de7f3e484
commit eb5ddbe8f3
4 changed files with 17 additions and 3 deletions

View File

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