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

@@ -52,5 +52,5 @@ mobs:register_mob("mobs:creeper", {
speed_normal = 15, speed_run = 15,
},
})
mobs:register_spawn("mobs:creeper", {"default:dirt_with_grass"}, 20, 8, 20000, 1, 31000)
mobs:spawn_specific("mobs:creeper", {"default:dirt_with_grass"}, {"air"}, 8, 20, 30, 20000, 1, -31000, 31000)
mobs:register_egg("mobs:creeper", "Creeper", "mobs_creeper_inv.png", 1)