Skip to content

Instantly share code, notes, and snippets.

@RevoluPowered
Created February 15, 2023 22:58
Show Gist options
  • Save RevoluPowered/99212d855de8311e10dc39e738eba0eb to your computer and use it in GitHub Desktop.
Save RevoluPowered/99212d855de8311e10dc39e738eba0eb to your computer and use it in GitHub Desktop.
define COAL 1724793494
define COBALT -983091249
define COPPER -707307845
define GOLD -1348105509
define IRON 1758427767
define LEAD -190236170
define NICKEL 1830218956
define SILICON 1103972403
define SILVER -916518678
define URANIUM -1516581844
alias Sorter d0
alias CurrentItem r0
alias Matched r1
# set into specific mode for logic mode
s Sorter Mode 2
mainloop:
ls CurrentItem Sorter 0 OccupantHash
seq Matched CurrentItem GOLD # change to ore
s Sorter Output Matched
j mainloop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment