More character support, made menus collapsible

This commit is contained in:
Anuken
2017-12-27 23:05:10 -05:00
parent c693674ac6
commit b25c611c33
35 changed files with 569 additions and 343 deletions

View File

@@ -95,11 +95,11 @@ public class BlockRenderer{
}
if(block.expanded || !expanded){
if(block.layer != null){
if(block.layer != null && block.isLayer(tile)){
addRequest(tile, block.layer);
}
if(block.layer2 != null){
if(block.layer2 != null && block.isLayer2(tile)){
addRequest(tile, block.layer2);
}
}