Plastanium conveyor + bugfixes

This commit is contained in:
Anuken
2020-04-24 20:17:24 -04:00
parent 21946cafd1
commit 09e08a474b
33 changed files with 7961 additions and 7960 deletions

View File

@ -232,14 +232,17 @@ public class BlockRenderer implements Disposable{
if(block != Blocks.air){
block.drawBase(tile);
Draw.z(Layer.block);
if(entity != null){
if(entity.damaged()){
entity.drawCracks();
Draw.z(Layer.block);
}
if(entity.team() != player.team()){
entity.drawTeam();
Draw.z(Layer.block);
}
entity.drawLight();