Time Nick Message 00:08 delta23 hello 00:08 delta23 what happens if a mod tries to set_node in a region of the map that hasn't been generated yet ? 06:18 BuckarooBanzai delta23: it may be overwritten by the mapgen afterwards, or maybe it doesn't work at all ;) 06:19 BuckarooBanzai to be safe you can call `minetest.emerge_area` on the region and wait for the callback to do your thing 06:21 delta23 hm