From 8dd6996243f46144471e6b581ae04475fd8d5389 Mon Sep 17 00:00:00 2001 From: Snorre Selmer Date: Sat, 13 Jan 2024 12:11:58 +0100 Subject: [PATCH] Update auto_item_sorter.ic10 Changed order or ores to be sorted --- auto_item_sorter.ic10 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/auto_item_sorter.ic10 b/auto_item_sorter.ic10 index 740d221..e05d6f0 100644 --- a/auto_item_sorter.ic10 +++ b/auto_item_sorter.ic10 @@ -14,16 +14,16 @@ alias IsItem r4 define INPUTSLOT 0 # Replace hashes below with the ones you need. -push 1724793494 # Coal -push -983091249 # Cobalt -push -707307845 # Copper -push -1348105509 # Gold 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 -190236170 # Lead #push 1103972403 # Silicon -#push -916518678 # Silver -#push -1516581844 # Uranium +¤push -983091249 # Cobalt start: # Loops over screws to instruct attached Sorters, @@ -50,4 +50,4 @@ reset: # Resets counter to zero so we can loop over again move counter 0 yield -j start \ No newline at end of file +j start