mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-02-02 21:30:20 +01:00
Update the DM for multiple textures
This commit is contained in:
parent
b4a95f223f
commit
69d4d5dcad
@ -8,7 +8,13 @@ mobs:register_mob("mobs:dungeon_master", {
|
|||||||
collisionbox = {-0.7, -0.01, -0.7, 0.7, 2.6, 0.7},
|
collisionbox = {-0.7, -0.01, -0.7, 0.7, 2.6, 0.7},
|
||||||
visual = "mesh",
|
visual = "mesh",
|
||||||
mesh = "mobs_dungeon_master.x",
|
mesh = "mobs_dungeon_master.x",
|
||||||
textures = {"mobs_dungeon_master.png"},
|
--textures = {"mobs_dungeon_master.png"},
|
||||||
|
available_textures = {
|
||||||
|
total = 3,
|
||||||
|
texture_1 = {"mobs_dungeon_master.png"},
|
||||||
|
texture_2 = {"mobs_dungeon_master_cobblestone.png"},
|
||||||
|
texture_3 = {"mobs_dungeon_master_strangewhite.png"},
|
||||||
|
},
|
||||||
visual_size = {x=8, y=8},
|
visual_size = {x=8, y=8},
|
||||||
makes_footstep_sound = true,
|
makes_footstep_sound = true,
|
||||||
view_range = 16,
|
view_range = 16,
|
||||||
|
Loading…
Reference in New Issue
Block a user