stuff and things

This commit is contained in:
gigabit101 2016-03-21 15:30:32 +00:00
parent dfbc4045e6
commit 8f382f2239
5 changed files with 180 additions and 3 deletions

View file

@ -2,7 +2,6 @@ package techreborn.parts;
import mcmultipart.MCMultiPartMod;
import mcmultipart.microblock.IMicroblock;
import mcmultipart.multipart.ICollidableMultipart;
import mcmultipart.multipart.IMultipartContainer;
import mcmultipart.multipart.INormallyOccludingPart;
import mcmultipart.multipart.ISlottedPart;
@ -54,7 +53,7 @@ import java.util.Map;
/**
* Created by modmuss50 on 02/03/2016.
*/
public abstract class CableMultipart extends Multipart implements INormallyOccludingPart, ISlottedPart, ITickable, ICableType, ICollidableMultipart {
public abstract class CableMultipart extends Multipart implements INormallyOccludingPart, ISlottedPart, ITickable, ICableType {
public Vecs3dCube[] boundingBoxes = new Vecs3dCube[14];
public float center = 0.6F;