stack conveyor looks weird on payload conveyors (#6295)
This commit is contained in:
@@ -154,6 +154,11 @@ public class StackConveyor extends Block implements Autotiler{
|
||||
super.drawCracks();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void payloadDraw(){
|
||||
Draw.rect(block.fullIcon, x, y);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onProximityUpdate(){
|
||||
super.onProximityUpdate();
|
||||
|
||||
Reference in New Issue
Block a user