Update auto_item_sorter.ic10

Changed order or ores to be sorted
This commit is contained in:
Snorre Selmer 2024-01-13 12:11:58 +01:00 committed by GitHub
parent 0b2dc37509
commit 8dd6996243
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,16 +14,16 @@ alias IsItem r4
define INPUTSLOT 0 define INPUTSLOT 0
# Replace hashes below with the ones you need. # Replace hashes below with the ones you need.
push 1724793494 # Coal
push -983091249 # Cobalt
push -707307845 # Copper
push -1348105509 # Gold
push 1758427767 # Iron push 1758427767 # Iron
push -190236170 # Lead push -1348105509 # Gold
push -1516581844 # Uranium
push -707307845 # Copper
push 1724793494 # Coal
push -916518678 # Silver
#push 1830218956 # Nickel #push 1830218956 # Nickel
¤push -190236170 # Lead
#push 1103972403 # Silicon #push 1103972403 # Silicon
#push -916518678 # Silver ¤push -983091249 # Cobalt
#push -1516581844 # Uranium
start: start:
# Loops over screws to instruct attached Sorters, # Loops over screws to instruct attached Sorters,
@ -50,4 +50,4 @@ reset:
# Resets counter to zero so we can loop over again # Resets counter to zero so we can loop over again
move counter 0 move counter 0
yield yield
j start j start