Update PowerNode.java

This commit is contained in:
Anuken
2019-10-26 08:51:26 -04:00
committed by GitHub
parent df0d81db7c
commit b582c79593

View File

@@ -115,7 +115,7 @@ public class PowerNode extends PowerBlock{
tempTiles.sort(Structs.comparingFloat(t -> t.dst2(tile)));
tempTiles.each(valid, other -> {
if(!tile.entity.power.links.contains(other.pos())){
tile.configure(other.pos());
tile.configureAny(other.pos());
}
});