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

@ -104,7 +104,7 @@ mobs:register_mob("mobs_mc:killer_bunny", killer_bunny)
local spawn = {
name = "mobs_mc:rabbit",
chance = 5000,
chance = 15000,
active_object_count = 99,
min_light = 0,
max_light = minetest.LIGHT_MAX+1,