Research block tweaks / Merged in #1927

This commit is contained in:
Anuken
2020-06-19 12:26:41 -04:00
parent 15623fbe5c
commit 2280ed6071
26 changed files with 4605 additions and 4439 deletions

View File

@ -235,6 +235,7 @@ public class BlockRenderer implements Disposable{
if(block != Blocks.air){
block.drawBase(tile);
Draw.reset();
Draw.z(Layer.block);
if(entity != null){