reduce monsters

master
Juraj Vajda 2018-01-13 01:05:14 -05:00
parent b334029484
commit 66bcb65929
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ mobs:spawn({
chance = 7000,
min_light = 0,
max_light = 14,
active_object_count = 3,
active_object_count = 1,
day_toggle = false,
})

View File

@ -85,7 +85,7 @@ mobs:spawn({
chance = 7000,
min_light = 0,
max_light = 14,
active_object_count = 2,
active_object_count = 1,
day_toggle = false,
})