1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-07-07 18:30:28 +02:00

replace mobs spawn by news function spawn_specific

change invert min_light and max_light for slimes and lava
add chmod 755 textures mobs
This commit is contained in:
2015-07-16 19:02:10 +02:00
parent 25a5d20501
commit f2182809d9
30 changed files with 45 additions and 47 deletions

View File

@ -70,7 +70,7 @@ mobs:register_mob("mobs:dungeon_master", {
},
})
-- spawn on stone between 20 and -1 light, 1 in 7000 chance, 1 dungeon master in area starting at -100 and below
mobs:register_spawn("mobs:dungeon_master", {"default:stone", "default:sandstone", "nether:netherrack"}, 20, -1, 7000, 1, -250)
mobs:spawn_specific("mobs:dungeon_master", {"default:stone", "default:sandstone", "nether:netherrack"}, {"air"}, -1, 20, 30, 7000, 1, -31000, -250)
-- register spawn egg
mobs:register_egg("mobs:dungeon_master", "Dungeon Master", "fire_basic_flame.png", 1)