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

@ -964,7 +964,7 @@ mobs:register_mob("advanced_npc:npc", {
-- Spawn
mobs:spawn({
name = "advanced_npc:npc",
nodes = {"mg_villages:plotmarker", "default:stone"},
nodes = {"mg_villages:plotmarker"},
min_light = 3,
active_object_count = 1,
interval = 5,