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

Update dirt monster for multiple textures

This commit is contained in:
Ombridride 2014-12-09 14:07:44 +01:00
parent d6b270e197
commit b4a95f223f

View File

@ -7,7 +7,11 @@ mobs:register_mob("mobs:dirt_monster", {
collisionbox = {-0.4, -0.01, -0.4, 0.4, 1.9, 0.4},
visual = "mesh",
mesh = "mobs_stone_monster.x",
textures = {"mobs_dirt_monster.png"},
--textures = {"mobs_dirt_monster.png"},
available_textures = {
total = 1,
texture_1 = {"mobs_dirt_monster.png"},
},
visual_size = {x=3, y=2.6},
makes_footstep_sound = true,
view_range = 16,