Fix absurdly high rabbit spawn rate

master
Wuzzy 2017-11-03 19:26:43 +01:00
parent ea8006b7fa
commit c4edd7e913
1 changed files with 1 additions and 1 deletions

View File

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