@Interface removal for IPipeTile

It was causing an NoClassDefFoundError

In case you need proof, here's the crash log:
http://pastebin.com/9unZd9LG
This commit is contained in:
SoraZodia 2014-12-15 00:00:23 -10:00
parent ee585c05dc
commit 14a7383e6a

View file

@ -41,11 +41,8 @@ import cpw.mods.fml.relauncher.SideOnly;
import io.netty.buffer.ByteBuf;
import buildcraft.api.transport.IPipe;
import buildcraft.api.transport.IPipeTile;
import codechicken.lib.vec.Vector3;
@Interface(iface = "buildcraft.api.transport.IPipeTile", modid = "BuildCraftAPI|transport")
public class PartLogisticalTransporter extends PartSidedPipe implements ILogisticalTransporter
{
public static TransmitterIcons transporterIcons = new TransmitterIcons(3, 2);