Spawner: Assign sits, furnaces and storage nodes to spawned NPCs.
Small basic schedule change: NPCs now sit from 12-1 on whatever sit they 'own'. Fixed /restore_plotmarkers not clearing all metadata. NPC: Attempted to add a fix for the children growing on their own (due to mobs_redo).
This commit is contained in:
parent
3df43ab580
commit
fd4cec0d63
2
npc.lua
2
npc.lua
|
@ -943,7 +943,7 @@ mobs:register_mob("advanced_npc:npc", {
|
|||
--self.textures = {"mobs_npc_child_male1.png"}
|
||||
--self.base_texture = "mobs_npc_child_male1.png"
|
||||
--self.object:set_properties(self)
|
||||
npc.log("INFO", "NPC places: "..dump(self.places_map))
|
||||
--npc.log("INFO", "NPC places: "..dump(self.places_map))
|
||||
npc.log("DEBUG", "Right-clicked NPC: "..dump(self))
|
||||
|
||||
-- Receive gift or start chat. If player has no item in hand
|
||||
|
|
Loading…
Reference in New Issue
Block a user