Update PowerNode.java
This commit is contained in:
@@ -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());
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user