Reduce mob_specific mob caps

This commit is contained in:
Wuzzy 2020-04-11 01:35:44 +02:00
parent a33bd015f5
commit 8e06e4e8b2
5 changed files with 7 additions and 7 deletions

View file

@ -102,7 +102,7 @@ local spawn = {
name = "mobs_mc:rabbit",
neighbors = {"air"},
chance = 15000,
active_object_count = 99,
active_object_count = 10,
min_light = 0,
max_light = minetest.LIGHT_MAX+1,
min_height = mobs_mc.spawn_height.overworld_min,