mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2024-12-30 23:17:53 +02:00
...and missing token
This commit is contained in:
parent
3c463dd8da
commit
73edbf6b8c
@ -39,6 +39,15 @@ journey.import = Token.register(
|
||||
end
|
||||
)
|
||||
|
||||
journey.check_import = Token.register(
|
||||
function(data)
|
||||
if not data then
|
||||
return
|
||||
end
|
||||
script.raise_event(events.check_import, data)
|
||||
end
|
||||
)
|
||||
|
||||
local function on_chunk_generated(event)
|
||||
local surface = event.surface
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user