mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-11 18:40:25 +01:00
Update dirt monster for multiple textures
This commit is contained in:
parent
d6b270e197
commit
b4a95f223f
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user