Skip to content

Instantly share code, notes, and snippets.

@tuefekci
Created October 14, 2022 17:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tuefekci/37a7754cdce640b1446ddb137546c332 to your computer and use it in GitHub Desktop.
Save tuefekci/37a7754cdce640b1446ddb137546c332 to your computer and use it in GitHub Desktop.
Factorio MoonLogic
out = {}
if green['signal-green'] == 1 then
out['signal-x-tile'] = green['signal-x-tile']
out['signal-y-tile'] = green['signal-y-tile']
else
out['signal-x-tile'] = red['signal-x-tile']
out['signal-y-tile'] = red['signal-y-tile']
end
delay = 2 * 60
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment