Fixed inverted sorter chains
This commit is contained in:
@@ -85,7 +85,7 @@ public class Sorter extends Block{
|
||||
}
|
||||
|
||||
boolean isSame(Tile tile, Tile other){
|
||||
return other != null && other.block() instanceof Sorter && other.<SorterEntity>entity().sortItem == tile.<SorterEntity>entity().sortItem;
|
||||
return other != null && other.block() instanceof Sorter;
|
||||
}
|
||||
|
||||
Tile getTileTarget(Item item, Tile dest, Tile source, boolean flip){
|
||||
|
||||
+1
-1
@@ -1,3 +1,3 @@
|
||||
org.gradle.daemon=true
|
||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||
archash=685a3d94c8dce72292765fcb492d8e9a7f1fac2a
|
||||
archash=e9f5ea632c36a9890d6a96c7e9f1cef62ad92b54
|
||||
|
||||
Reference in New Issue
Block a user