Fix README.txt and restore correct spawning frequency.
This commit is contained in:
parent
4814c16ba0
commit
a3b428fe14
|
@ -27,7 +27,7 @@ License
|
||||||
|
|
||||||
__advanced_npc__ is Copyright (C) 2016-2017 Hector Franqui (zorman2000), licensed under the GPLv3 license. See `license.txt` for details.
|
__advanced_npc__ is Copyright (C) 2016-2017 Hector Franqui (zorman2000), licensed under the GPLv3 license. See `license.txt` for details.
|
||||||
|
|
||||||
The `pathfinder.lua` file contains code slighlty modified from the [pathfinder mod](https://github.com/Yonaba/Jumper) by MarkBu, which is licensed as WTFPL. See `actions/pathfinder.lua` for details.
|
The `pathfinder.lua` file contains code slighlty modified from the [pathfinder mod](https://github.com/MarkuBu/pathfinder) by MarkBu, which is licensed as WTFPL. See `actions/pathfinder.lua` for details.
|
||||||
|
|
||||||
Current NPC textures are from mobs_redo mod.
|
Current NPC textures are from mobs_redo mod.
|
||||||
The following textures are by Zorman2000:
|
The following textures are by Zorman2000:
|
||||||
|
|
|
@ -620,8 +620,8 @@ if minetest.get_modpath("mg_villages") ~= nil then
|
||||||
minetest.register_abm({
|
minetest.register_abm({
|
||||||
label = "Replace mg_villages:plotmarker with Advanced NPC auto spawners",
|
label = "Replace mg_villages:plotmarker with Advanced NPC auto spawners",
|
||||||
nodenames = {"mg_villages:plotmarker"},
|
nodenames = {"mg_villages:plotmarker"},
|
||||||
interval = 10,--npc.spawner.replacement_interval,
|
interval = npc.spawner.replacement_interval,
|
||||||
chance = 1, --5,
|
chance = 5,
|
||||||
catch_up = true,
|
catch_up = true,
|
||||||
action = function(pos, node, active_object_count, active_object_count_wider)
|
action = function(pos, node, active_object_count, active_object_count_wider)
|
||||||
-- Check if replacement is needed
|
-- Check if replacement is needed
|
||||||
|
|
Loading…
Reference in New Issue
Block a user