1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-07-05 01:20:22 +02: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

@ -122,7 +122,7 @@ mobs:register_mob("mobs:cow", {
-- spawn on default;green;prairie grass between 0 and 20 light, 1 in 11000 chance, 1 cow in area up to 31000 in height
mobs:spawn_specific("mobs:cow", {"default:dirt_with_grass"}, {"air"}, 8, 20, 30, 10000, 1, -31000, 31000, true)
-- register spawn egg
mobs:register_egg("mobs:cow", "Cow", "default_grass.png", 1)
mobs:register_egg("mobs:cow", "Cow", "mobs_cow_inv.png", 1)
-- leather
minetest.register_craftitem("mobs:leather", {