ForgeHooksClient.bindTexture(getTextureName(block.getTextureFile()), 0);
lastTexture = block.getTextureFile();
}
if (block.canRenderInPass(renderPass)) {
renderBlocks.renderBlockByRenderType(block, x, y, z);
}
}
}
} catch (Exception e) {
Settings.logger.log(e);