mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-18 00:08:25 +01:00
3 times less NPC male
This commit is contained in:
parent
d04581d629
commit
4494702a9b
@ -118,6 +118,6 @@ mobs:register_mob("mobs:npc", {
|
||||
})
|
||||
|
||||
-- spawning enable for now
|
||||
mobs:spawn_specific("mobs:npc", {"default:dirt_with_grass", "default:dirt", "default:junglegrass", "default:sand"}, {"air"}, -1, 20, 30, 100000, 1, -31000, 31000, true)
|
||||
mobs:spawn_specific("mobs:npc", {"default:dirt_with_grass", "default:dirt", "default:junglegrass", "default:sand"}, {"air"}, -1, 20, 30, 300000, 1, -31000, 31000, true)
|
||||
-- register spawn egg
|
||||
mobs:register_egg("mobs:npc", "Npc", "mobs_npc_male_inv.png", 1)
|
||||
|
Loading…
Reference in New Issue
Block a user