More recipes and organized imports
This commit is contained in:
parent
9712d3828f
commit
9b5a57bedb
31 changed files with 149 additions and 89 deletions
|
@ -1,7 +1,6 @@
|
|||
package techreborn.client;
|
||||
|
||||
|
||||
import cpw.mods.fml.common.network.IGuiHandler;
|
||||
import net.minecraft.entity.player.EntityPlayer;
|
||||
import net.minecraft.world.World;
|
||||
import techreborn.client.container.ContainerQuantumChest;
|
||||
|
@ -13,6 +12,7 @@ import techreborn.client.gui.GuiThermalGenerator;
|
|||
import techreborn.tiles.TileQuantumChest;
|
||||
import techreborn.tiles.TileQuantumTank;
|
||||
import techreborn.tiles.TileThermalGenerator;
|
||||
import cpw.mods.fml.common.network.IGuiHandler;
|
||||
|
||||
public class GuiHandler implements IGuiHandler {
|
||||
|
||||
|
|
|
@ -5,7 +5,6 @@ import net.minecraft.inventory.Container;
|
|||
import net.minecraft.inventory.Slot;
|
||||
import net.minecraft.item.ItemStack;
|
||||
import techreborn.client.SlotFake;
|
||||
import techreborn.util.FluidUtils;
|
||||
import techreborn.util.ItemUtils;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue