Update GuiFiller.java
This commit is contained in:
parent
cbc6e70969
commit
5b37c2e505
1 changed files with 2 additions and 1 deletions
|
@ -11,6 +11,7 @@ import buildcraft.builders.TileFiller;
|
|||
import buildcraft.core.DefaultProps;
|
||||
import buildcraft.core.gui.GuiBuildCraft;
|
||||
import buildcraft.core.utils.StringUtils;
|
||||
import net.minecraft.client.renderer.texture.TextureMap;
|
||||
import net.minecraft.inventory.IInventory;
|
||||
import net.minecraft.util.ResourceLocation;
|
||||
import org.lwjgl.opengl.GL11;
|
||||
|
@ -18,7 +19,7 @@ import org.lwjgl.opengl.GL11;
|
|||
public class GuiFiller extends GuiBuildCraft {
|
||||
|
||||
private static final ResourceLocation TEXTURE = new ResourceLocation("buildcraft", DefaultProps.TEXTURE_PATH_GUI + "/filler.png");
|
||||
private static final ResourceLocation BLOCK_TEXTURE = new ResourceLocation("/terrain.png");
|
||||
private static final ResourceLocation BLOCK_TEXTURE = TextureMap.field_110575_b;
|
||||
IInventory playerInventory;
|
||||
TileFiller filler;
|
||||
|
||||
|
|
Loading…
Reference in a new issue