Update the DM for multiple textures

This commit is contained in:
Ombridride 2014-12-09 14:09:14 +01:00
parent b4a95f223f
commit 69d4d5dcad
1 changed files with 7 additions and 1 deletions

View File

@ -8,7 +8,13 @@ mobs:register_mob("mobs:dungeon_master", {
collisionbox = {-0.7, -0.01, -0.7, 0.7, 2.6, 0.7},
visual = "mesh",
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},
makes_footstep_sound = true,
view_range = 16,