First pass of implementing rendering for crafting cubes (#7)

This commit is contained in:
Sebastian Hartte
2016-09-12 01:11:38 +02:00
parent f35a951b09
commit 5b6ed0cfd0
57 changed files with 980 additions and 173 deletions
@@ -465,6 +465,10 @@ public final class CraftingCPUCluster implements IAECluster, ICraftingCPU
private TileCraftingTile getCore()
{
if( this.machineSrc == null )
{
return null;
}
return (TileCraftingTile) this.machineSrc.via;
}