Fix example
This commit is contained in:
parent
ee4cb7435b
commit
33fa47e7ba
@ -58,8 +58,8 @@ mobs:register_mob("npcbuildqueue:building_npc", {
|
|||||||
end
|
end
|
||||||
|
|
||||||
local pos = self.object:get_pos()
|
local pos = self.object:get_pos()
|
||||||
nbq.schedule_build(self, nbq.modpath .. "/schematics/house.meta.conf",
|
nbq.build_schematic(self, nbq.modpath .. "/schematics/house.meta.conf",
|
||||||
vector.add(pos, {x = 1, y = 0, z = 1}), "0", 1)
|
vector.add(pos, {x = 1, y = 0, z = 1}), "0", 0)
|
||||||
end,
|
end,
|
||||||
do_custom = nbq.build_process,
|
do_custom = nbq.build_process,
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user