Skip to content

Commit 5b4b008

Browse files
committed
Colored GT cables may connect to AE
1 parent 9e4f1bf commit 5b4b008

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/appeng/tile/powersink/GTPowerSink.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ public boolean outputsEnergyTo(byte b) {
4141

4242
@Override
4343
public byte getColorization() {
44-
return 0;
44+
return -1;
4545
}
4646

4747
@Override
4848
public byte setColorization(byte b) {
49-
return 0;
49+
return -1;
5050
}
5151

5252
@Override

0 commit comments

Comments
 (0)