Storage Monitors don't render any quantity text when no item is specified to monitor anymore
This commit is contained in:
@@ -118,7 +118,9 @@ public class TileEntitySpecialRendererStorageMonitor extends TileEntitySpecialRe
|
||||
float factor = 2.0f;
|
||||
GlStateManager.scale(size * factor, size * factor, size);
|
||||
|
||||
Minecraft.getMinecraft().fontRenderer.drawString(amount, 0, 0, 0xFFFFFF);
|
||||
if (tile.getItemStack() != null) {
|
||||
Minecraft.getMinecraft().fontRenderer.drawString(amount, 0, 0, 0xFFFFFF);
|
||||
}
|
||||
|
||||
GlStateManager.popMatrix();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user