Reimplemented cable and parts rendering.

This commit is contained in:
Sebastian Hartte
2016-08-29 09:47:17 +02:00
parent 0b756708d4
commit 7e027da804
358 changed files with 5964 additions and 1901 deletions
@@ -33,6 +33,7 @@ import net.minecraft.world.World;
import appeng.api.parts.SelectedPart;
import appeng.api.util.AEColor;
import appeng.client.render.cablebus.CableBusRenderState;
public class NullCableBusContainer implements ICableBusContainer
@@ -115,4 +116,11 @@ public class NullCableBusContainer implements ICableBusContainer
{
return 0;
}
@Override
public CableBusRenderState getRenderState()
{
return new CableBusRenderState();
}
}