Fix README.txt and restore correct spawning frequency.

This commit is contained in:
Hector Franqui
2017-06-17 13:21:24 -04:00
parent 4814c16ba0
commit a3b428fe14
2 changed files with 3 additions and 3 deletions

View File

@ -620,8 +620,8 @@ if minetest.get_modpath("mg_villages") ~= nil then
minetest.register_abm({
label = "Replace mg_villages:plotmarker with Advanced NPC auto spawners",
nodenames = {"mg_villages:plotmarker"},
interval = 10,--npc.spawner.replacement_interval,
chance = 1, --5,
interval = npc.spawner.replacement_interval,
chance = 5,
catch_up = true,
action = function(pos, node, active_object_count, active_object_count_wider)
-- Check if replacement is needed