Fixed inverted sorter chains

This commit is contained in:
Anuken
2019-11-19 19:16:35 -05:00
parent 4ce494cc22
commit cc7aaae52c
2 changed files with 2 additions and 2 deletions

View File

@@ -85,7 +85,7 @@ public class Sorter extends Block{
} }
boolean isSame(Tile tile, Tile other){ 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){ Tile getTileTarget(Item item, Tile dest, Tile source, boolean flip){

View File

@@ -1,3 +1,3 @@
org.gradle.daemon=true org.gradle.daemon=true
org.gradle.jvmargs=-Xms256m -Xmx1024m org.gradle.jvmargs=-Xms256m -Xmx1024m
archash=685a3d94c8dce72292765fcb492d8e9a7f1fac2a archash=e9f5ea632c36a9890d6a96c7e9f1cef62ad92b54