Most of the 1.8 Port.

This commit is contained in:
AlgorithmX2
2015-06-15 19:44:59 -05:00
parent 17465e68e8
commit 38afde724b
824 changed files with 12120 additions and 9158 deletions
+2 -2
View File
@@ -21,13 +21,13 @@ package appeng.facade;
import net.minecraft.block.Block;
import net.minecraft.item.ItemStack;
import net.minecraftforge.common.util.ForgeDirection;
import appeng.api.util.AEPartLocation;
public interface IFacadeItem
{
FacadePart createPartFromItemStack( ItemStack is, ForgeDirection side );
FacadePart createPartFromItemStack( ItemStack is, AEPartLocation side );
ItemStack getTextureItem( ItemStack is );