stack conveyor looks weird on payload conveyors (#6295)

This commit is contained in:
Matthew Peng 2021-11-03 10:37:02 -07:00 committed by GitHub
parent 996193ea69
commit 7884bbd299
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -153,6 +153,11 @@ public class StackConveyor extends Block implements Autotiler{
Draw.z(Layer.block - 0.15f);
super.drawCracks();
}
@Override
public void payloadDraw(){
Draw.rect(block.fullIcon, x, y);
}
@Override
public void onProximityUpdate(){