Revert "Tweak mob spawn rates"

This reverts commit 522866193d.
This commit is contained in:
Wuzzy 2017-07-06 03:47:51 +02:00
parent 522866193d
commit 63be6a03e4
17 changed files with 33 additions and 33 deletions

View file

@ -122,7 +122,7 @@ mobs:register_mob("mobs_mc:creeper", {
})
mobs:spawn_specific("mobs_mc:creeper", mobs_mc.spawn.solid, {"air"},0, 7, 20, 5000, 1, -310, 31000)
mobs:spawn_specific("mobs_mc:creeper", mobs_mc.spawn.solid, {"air"},0, 7, 20, 16500, 1, -310, 31000)
-- compatibility
mobs:alias_mob("mobs:creeper", "mobs_mc:creeper")