Fix engine GUI not drawing the lendger "energy" icon properly
I'm starting to see a pattern here...
This commit is contained in:
parent
108adc1a03
commit
cbc6e70969
1 changed files with 2 additions and 1 deletions
|
@ -7,12 +7,13 @@ import buildcraft.core.gui.GuiBuildCraft;
|
|||
import buildcraft.core.utils.StringUtils;
|
||||
import buildcraft.energy.TileEngine;
|
||||
import net.minecraft.client.Minecraft;
|
||||
import net.minecraft.client.renderer.texture.TextureMap;
|
||||
import net.minecraft.inventory.IInventory;
|
||||
import net.minecraft.util.ResourceLocation;
|
||||
|
||||
public abstract class GuiEngine extends GuiBuildCraft {
|
||||
|
||||
private static final ResourceLocation ITEM_TEXTURE = new ResourceLocation("/gui/items.png");
|
||||
private static final ResourceLocation ITEM_TEXTURE = TextureMap.field_110576_c;
|
||||
|
||||
protected class EngineLedger extends Ledger {
|
||||
|
||||
|
|
Loading…
Reference in a new issue