Small improvements to cable rendering

This commit is contained in:
modmuss50 2016-05-10 13:10:27 +01:00
parent 5ca379667d
commit 25280e9e7e
2 changed files with 64 additions and 13 deletions

View file

@ -53,7 +53,7 @@ public class MultipartFluidPipe extends Multipart implements INormallyOccludingP
public static final IUnlistedProperty<Boolean> SOUTH = Properties.toUnlisted(PropertyBool.create("south"));
public static final IUnlistedProperty<Boolean> WEST = Properties.toUnlisted(PropertyBool.create("west"));
public static final IProperty<EnumFluidPipeTypes> TYPE = PropertyEnum.create("type", EnumFluidPipeTypes.class);
public static final int thickness = 11;
public static final double thickness = 11;
public Vecs3dCube[] boundingBoxes = new Vecs3dCube[14];
public float center = 0.6F;
public float offset = 0.10F;