mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-25 22:58:47 +07:00
Remove power usage from phase bridge endpoints (#1910)
This commit is contained in:
parent
81af481d3a
commit
14c9050103
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user