Adjust dungeon spawns.

This commit is contained in:
Duane 2016-08-06 03:28:00 -05:00
parent f91d3d1070
commit 3244b2f1ff
2 changed files with 2 additions and 2 deletions

View file

@ -418,7 +418,7 @@ minetest.register_abm({
nodenames = {"fun_caves:dungeon_floor_1"},
neighbors = {'air'},
interval = 10 * time_factor,
chance = 1000,
chance = 2000,
catch_up = false,
action = function(pos, node)
if not (pos and node) then