OSDN Git Service

要チェック!!!
[chemicraft/chemicraft.git] / common / pcc / chemicraft / core / gui / GuiPyrolysisTable.java
@@ -1,10 +1,10 @@
-package pcc.chemicraft.gui;
+package pcc.chemicraft.core.gui;
 
 import net.minecraft.client.gui.inventory.GuiContainer;
 import net.minecraft.entity.player.EntityPlayer;
-import pcc.chemicraft.ChemiCraft;
-import pcc.chemicraft.container.ContainerPyrolysisTable;
-import pcc.chemicraft.tileentity.TileEntityPyrolysisTable;
+import pcc.chemicraft.core.ChemiCraftCore;
+import pcc.chemicraft.core.container.ContainerPyrolysisTable;
+import pcc.chemicraft.core.tileentity.TileEntityPyrolysisTable;
 
 public class GuiPyrolysisTable extends GuiContainer{
 
@@ -18,7 +18,7 @@ public class GuiPyrolysisTable extends GuiContainer{
 
        @Override
        protected void drawGuiContainerBackgroundLayer(float var1, int var2, int var3) {
-               this.mc.renderEngine.bindTexture(this.mc.renderEngine.getTexture(ChemiCraft.instance.GUI_PYROLYSIS_TEXTURE));
+               this.mc.renderEngine.bindTexture(this.mc.renderEngine.getTexture(ChemiCraftCore.instance.GUI_PYROLYSIS_TEXTURE));
                this.drawTexturedModalRect(this.guiLeft, this.guiTop, 0, 0, this.xSize, this.ySize);
                System.out.println((int) (13F / this.tileentity.getFuelRestTime()));
                System.out.println(this.tileentity.getFuelRestTime());