add higher chance of spawning since there regulated amount of spawned mobs now

master
Juraj Vajda 2017-12-01 21:53:35 -05:00
parent f93f266fff
commit 06aeadaa8d
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ function spawners_mobs.create(mob_name, mod_prefix, size, offset, mesh, texture,
},
neighbors = {"air"},
interval = 10,
chance = 20,
chance = 10,
catch_up = false,
action = function(pos, node, active_object_count, active_object_count_wider)