Misc balance / Fixed unobtainable achievement

This commit is contained in:
Anuken
2022-10-25 21:54:28 -04:00
parent ac32b0a1e0
commit ac44ef5b96
7 changed files with 20 additions and 9 deletions

View File

@@ -176,7 +176,7 @@ public class Conveyor extends Block implements Autotiler{
@Override
public void payloadDraw(){
Draw.rect(block.fullIcon,x, y);
Draw.rect(block.fullIcon, x, y);
}
@Override