Created
February 15, 2023 22:58
-
-
Save RevoluPowered/99212d855de8311e10dc39e738eba0eb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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