Update to support removal of ic2 api

This commit is contained in:
modmuss50 2016-05-12 19:16:40 +01:00
parent 9ecd52436b
commit b0fbd5aea0
36 changed files with 36 additions and 36 deletions

View file

@ -1,6 +1,6 @@
package techreborn.items.tools; package techreborn.items.tools;
import ic2.api.tile.IWrenchable; import reborncore.common.IWrenchable;
import me.modmuss50.jsonDestroyer.api.ITexturedItem; import me.modmuss50.jsonDestroyer.api.ITexturedItem;
import net.minecraft.block.BlockDynamicLiquid; import net.minecraft.block.BlockDynamicLiquid;
import net.minecraft.block.BlockStaticLiquid; import net.minecraft.block.BlockStaticLiquid;

View file

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

View file

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

View file

@ -1,6 +1,5 @@
package techreborn.tiles; package techreborn.tiles;
import ic2.api.tile.IWrenchable;
import net.minecraft.entity.player.EntityPlayer; import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.inventory.ISidedInventory; import net.minecraft.inventory.ISidedInventory;
import net.minecraft.item.ItemStack; import net.minecraft.item.ItemStack;
@ -9,6 +8,7 @@ import net.minecraft.util.EnumFacing;
import reborncore.api.power.EnumPowerTier; import reborncore.api.power.EnumPowerTier;
import reborncore.api.recipe.IRecipeCrafterProvider; import reborncore.api.recipe.IRecipeCrafterProvider;
import reborncore.api.tile.IInventoryProvider; import reborncore.api.tile.IInventoryProvider;
import reborncore.common.IWrenchable;
import reborncore.common.powerSystem.TilePowerAcceptor; import reborncore.common.powerSystem.TilePowerAcceptor;
import reborncore.common.recipes.RecipeCrafter; import reborncore.common.recipes.RecipeCrafter;
import reborncore.common.util.Inventory; import reborncore.common.util.Inventory;

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,6 +1,6 @@
package techreborn.tiles; package techreborn.tiles;
import ic2.api.tile.IWrenchable; import reborncore.common.IWrenchable;
import net.minecraft.entity.player.EntityPlayer; import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.item.ItemStack; import net.minecraft.item.ItemStack;
import net.minecraft.util.EnumFacing; import net.minecraft.util.EnumFacing;

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,6 +1,6 @@
package techreborn.tiles; package techreborn.tiles;
import ic2.api.tile.IWrenchable; import reborncore.common.IWrenchable;
import net.minecraft.entity.player.EntityPlayer; import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.item.ItemStack; import net.minecraft.item.ItemStack;
import net.minecraft.util.EnumFacing; import net.minecraft.util.EnumFacing;

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,6 +1,6 @@
package techreborn.tiles.generator; package techreborn.tiles.generator;
import ic2.api.tile.IWrenchable; import reborncore.common.IWrenchable;
import net.minecraft.block.state.IBlockState; import net.minecraft.block.state.IBlockState;
import net.minecraft.entity.player.EntityPlayer; import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.item.ItemStack; import net.minecraft.item.ItemStack;

View file

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

View file

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

View file

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

View file

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

View file

@ -1,6 +1,6 @@
package techreborn.tiles.storage; package techreborn.tiles.storage;
import ic2.api.tile.IWrenchable; import reborncore.common.IWrenchable;
import net.minecraft.block.Block; import net.minecraft.block.Block;
import net.minecraft.entity.player.EntityPlayer; import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.item.ItemStack; import net.minecraft.item.ItemStack;

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,6 +1,6 @@
package techreborn.tiles.transformers; package techreborn.tiles.transformers;
import ic2.api.tile.IWrenchable; import reborncore.common.IWrenchable;
import net.minecraft.block.Block; import net.minecraft.block.Block;
import net.minecraft.entity.player.EntityPlayer; import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.item.ItemStack; import net.minecraft.item.ItemStack;