I'm trying to use this api (introduced in 0.12), but i'm not sure what parameters to provide .
According to http://lua-api.factorio.com/0.12.31/Lua ... ate_chunks it expects
are position and radius tiles ? or chunks ? or different units ?Parameters
position :: Position: Where to generate the new chunks.
radius :: uint: Radius from position to generate new chunks in.
when listening to on_chunk_generated i don't seem to receive creation events for the chunks i requested