This commit is contained in:
Anuken
2021-02-16 12:20:30 -05:00
parent 7bfe9bf914
commit 1ffdd9fd99
2 changed files with 1 additions and 2 deletions

View File

@@ -145,7 +145,6 @@ public class PowerNode extends PowerBlock{
getPotentialLinks(tile, other -> { getPotentialLinks(tile, other -> {
Drawf.square(other.x, other.y, other.block.size * tilesize / 2f + 2f, Pal.place); Drawf.square(other.x, other.y, other.block.size * tilesize / 2f + 2f, Pal.place);
insulators(tile.x, tile.y, other.tileX(), other.tileY(), cause -> { insulators(tile.x, tile.y, other.tileX(), other.tileY(), cause -> {
Drawf.square(cause.x, cause.y, cause.block.size * tilesize / 2f + 2f, Pal.plastanium); Drawf.square(cause.x, cause.y, cause.block.size * tilesize / 2f + 2f, Pal.plastanium);
}); });

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=733430e6bc8bf4d997f43e30a7009b9b84d3e0f0 archash=9882706f68a954ce9d29b64cb8224cd4ec3cedc3