Remove power usage from phase bridge endpoints (#1910)

This commit is contained in:
Patrick 'Quezler' Mounier 2020-04-25 16:32:00 +02:00 committed by GitHub
parent 81af481d3a
commit 14c9050103
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -356,6 +356,11 @@ public class ItemBridge extends Block{
return rel != rel2;
}
@Override
public boolean shouldConsume(){
return linkValid(tile, world.tile(link));
}
@Override
public Point2 config(){
return Point2.unpack(link).sub(tile.x, tile.y);