Spawner: Adds LBM to replace mg_villages:plotmarker with advanced_npc:auto_spawner (WIP).

Adds initial scan code (WIP).
This commit is contained in:
Zorman2000
2017-03-18 10:32:37 -04:00
parent 2e2815b559
commit f5fbda142e
3 changed files with 128 additions and 2 deletions

View File

@ -32,7 +32,8 @@ dofile(path .. "/trade/prices.lua")
dofile(path .. "/actions/actions.lua")
dofile(path .. "/actions/places.lua")
dofile(path .. "/actions/pathfinder.lua")
dofile(path .. "/random_data.lua")
dofile(path .. "/actions/node_registry.lua")
dofile(path .. "/random_data.lua")
dofile(path .. "/spawner.lua")
print (S("[Mod] Advanced NPC loaded"))