1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-12-16 15:15:27 +01:00

added mobs menu spawner to spawn monster easy

added inventory textures mobs
This commit is contained in:
2015-08-17 22:52:29 +02:00
parent 2cbe90902d
commit aaa1cc8fa1
32 changed files with 75 additions and 15 deletions

View File

@@ -62,7 +62,7 @@ mobs:register_mob("mobs:minotaur", {
-- spawns on desert sand between -1 and 20 light, 1 in 20000 chance, 1 Minotaur in area up to 31000 in height
mobs:spawn_specific("mobs:minotaur", {"watershed:drygrass"}, {"air"}, -1, 20, 30, 100000, 1, -31000, 31000, false)
-- register spawn egg
mobs:register_egg("mobs:minotaur", "Minotaur", "default_desert_sand.png", 1)
mobs:register_egg("mobs:minotaur", "Minotaur", "mobs_minotaur_inv.png", 1)
minetest.register_craftitem("mobs:minotaur_eye", {
description = "Minotaur Eye",