Remove power usage from phase bridge endpoints (#1910)
This commit is contained in:
committed by
GitHub
parent
81af481d3a
commit
14c9050103
@@ -356,6 +356,11 @@ public class ItemBridge extends Block{
|
|||||||
return rel != rel2;
|
return rel != rel2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean shouldConsume(){
|
||||||
|
return linkValid(tile, world.tile(link));
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Point2 config(){
|
public Point2 config(){
|
||||||
return Point2.unpack(link).sub(tile.x, tile.y);
|
return Point2.unpack(link).sub(tile.x, tile.y);
|
||||||
|
|||||||
Reference in New Issue
Block a user