Err too much.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
package appeng.integration.abstraction;
|
||||
|
||||
import net.minecraft.item.ItemStack;
|
||||
import net.minecraft.tileentity.TileEntity;
|
||||
import net.minecraftforge.common.ForgeDirection;
|
||||
|
||||
public interface ITE
|
||||
{
|
||||
@@ -9,4 +11,6 @@ public interface ITE
|
||||
|
||||
void addPulverizerRecipe(int i, ItemStack blkQuartzOre, ItemStack matQuartz, ItemStack matQuartzDust);
|
||||
|
||||
boolean isPipe(TileEntity te, ForgeDirection opposite);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user