Revert "Move IC2 api"

This reverts commit ac43b5afc4.
This commit is contained in:
modmuss50 2016-02-20 17:06:46 +00:00
parent ac43b5afc4
commit 457178842c
30 changed files with 30 additions and 30 deletions

View file

@ -1,6 +1,6 @@
package techreborn.tiles;
import api.tile.IWrenchable;
import ic2.api.tile.IWrenchable;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.item.ItemStack;
import net.minecraft.nbt.NBTTagCompound;

View file

@ -1,6 +1,6 @@
package techreborn.tiles;
import api.tile.IWrenchable;
import ic2.api.tile.IWrenchable;
import net.minecraft.block.Block;
import net.minecraft.block.material.Material;
import net.minecraft.entity.player.EntityPlayer;

View file

@ -1,6 +1,6 @@
package techreborn.tiles;
import api.tile.IWrenchable;
import ic2.api.tile.IWrenchable;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.inventory.IInventory;
import net.minecraft.inventory.ISidedInventory;

View file

@ -1,6 +1,6 @@
package techreborn.tiles;
import api.tile.IWrenchable;
import ic2.api.tile.IWrenchable;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.inventory.IInventory;
import net.minecraft.inventory.ISidedInventory;

View file

@ -1,6 +1,6 @@
package techreborn.tiles;
import api.tile.IWrenchable;
import ic2.api.tile.IWrenchable;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.inventory.IInventory;
import net.minecraft.inventory.ISidedInventory;

View file

@ -1,6 +1,6 @@
package techreborn.tiles;
import api.tile.IWrenchable;
import ic2.api.tile.IWrenchable;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.inventory.IInventory;
import net.minecraft.inventory.ISidedInventory;

View file

@ -1,6 +1,6 @@
package techreborn.tiles;
import api.tile.IWrenchable;
import ic2.api.tile.IWrenchable;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.inventory.IInventory;
import net.minecraft.inventory.ISidedInventory;

View file

@ -1,6 +1,6 @@
package techreborn.tiles;
import api.tile.IWrenchable;
import ic2.api.tile.IWrenchable;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.inventory.IInventory;
import net.minecraft.inventory.ISidedInventory;

View file

@ -1,6 +1,6 @@
package techreborn.tiles;
import api.tile.IWrenchable;
import ic2.api.tile.IWrenchable;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.inventory.IInventory;
import net.minecraft.item.ItemStack;

View file

@ -1,6 +1,6 @@
package techreborn.tiles;
import api.tile.IWrenchable;
import ic2.api.tile.IWrenchable;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.inventory.IInventory;
import net.minecraft.item.ItemStack;

View file

@ -1,6 +1,6 @@
package techreborn.tiles;
import api.tile.IWrenchable;
import ic2.api.tile.IWrenchable;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.inventory.IInventory;
import net.minecraft.inventory.ISidedInventory;

View file

@ -1,6 +1,6 @@
package techreborn.tiles;
import api.tile.IWrenchable;
import ic2.api.tile.IWrenchable;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.inventory.IInventory;
import net.minecraft.inventory.ISidedInventory;

View file

@ -1,6 +1,6 @@
package techreborn.tiles;
import api.tile.IWrenchable;
import ic2.api.tile.IWrenchable;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.inventory.IInventory;
import net.minecraft.inventory.ISidedInventory;

View file

@ -1,6 +1,6 @@
package techreborn.tiles;
import api.tile.IWrenchable;
import ic2.api.tile.IWrenchable;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.inventory.IInventory;
import net.minecraft.inventory.ISidedInventory;

View file

@ -1,7 +1,7 @@
package techreborn.tiles;
import api.tile.IWrenchable;
import ic2.api.tile.IWrenchable;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.inventory.IInventory;
import net.minecraft.inventory.ISidedInventory;

View file

@ -1,6 +1,6 @@
package techreborn.tiles;
import api.tile.IWrenchable;
import ic2.api.tile.IWrenchable;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.inventory.IInventory;
import net.minecraft.item.ItemStack;

View file

@ -1,6 +1,6 @@
package techreborn.tiles;
import api.tile.IWrenchable;
import ic2.api.tile.IWrenchable;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.inventory.IInventory;
import net.minecraft.item.ItemStack;

View file

@ -1,6 +1,6 @@
package techreborn.tiles;
import api.tile.IWrenchable;
import ic2.api.tile.IWrenchable;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.inventory.Container;
import net.minecraft.inventory.IInventory;

View file

@ -1,6 +1,6 @@
package techreborn.tiles;
import api.tile.IWrenchable;
import ic2.api.tile.IWrenchable;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.init.Blocks;
import net.minecraft.inventory.IInventory;

View file

@ -1,6 +1,6 @@
package techreborn.tiles;
import api.tile.IWrenchable;
import ic2.api.tile.IWrenchable;
import net.minecraft.block.state.IBlockState;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.inventory.IInventory;

View file

@ -1,6 +1,6 @@
package techreborn.tiles.generator;
import api.tile.IWrenchable;
import ic2.api.tile.IWrenchable;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.inventory.IInventory;
import net.minecraft.item.ItemStack;

View file

@ -1,6 +1,6 @@
package techreborn.tiles.generator;
import api.tile.IWrenchable;
import ic2.api.tile.IWrenchable;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.init.Blocks;
import net.minecraft.inventory.IInventory;

View file

@ -1,6 +1,6 @@
package techreborn.tiles.generator;
import api.tile.IWrenchable;
import ic2.api.tile.IWrenchable;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.inventory.IInventory;
import net.minecraft.item.ItemStack;

View file

@ -1,6 +1,6 @@
package techreborn.tiles.generator;
import api.tile.IWrenchable;
import ic2.api.tile.IWrenchable;
import net.minecraft.block.Block;
import net.minecraft.block.material.Material;
import net.minecraft.entity.player.EntityPlayer;

View file

@ -1,6 +1,6 @@
package techreborn.tiles.generator;
import api.tile.IWrenchable;
import ic2.api.tile.IWrenchable;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.init.Blocks;
import net.minecraft.item.ItemStack;

View file

@ -1,6 +1,6 @@
package techreborn.tiles.generator;
import api.tile.IWrenchable;
import ic2.api.tile.IWrenchable;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.inventory.IInventory;
import net.minecraft.item.ItemStack;

View file

@ -1,6 +1,6 @@
package techreborn.tiles.teir1;
import api.tile.IWrenchable;
import ic2.api.tile.IWrenchable;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.inventory.IInventory;
import net.minecraft.inventory.ISidedInventory;

View file

@ -1,6 +1,6 @@
package techreborn.tiles.teir1;
import api.tile.IWrenchable;
import ic2.api.tile.IWrenchable;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.inventory.IInventory;
import net.minecraft.inventory.ISidedInventory;

View file

@ -1,6 +1,6 @@
package techreborn.tiles.teir1;
import api.tile.IWrenchable;
import ic2.api.tile.IWrenchable;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.inventory.IInventory;
import net.minecraft.inventory.ISidedInventory;

View file

@ -1,6 +1,6 @@
package techreborn.tiles.teir1;
import api.tile.IWrenchable;
import ic2.api.tile.IWrenchable;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.inventory.IInventory;
import net.minecraft.inventory.ISidedInventory;