Fixed up the Tile Entity mess a bit, still need to look at the CableBus stuff a bit though.
This commit is contained in:
@@ -30,7 +30,6 @@ public class BlockItemGen extends AEBaseTileBlock
|
||||
public BlockItemGen()
|
||||
{
|
||||
super( Material.IRON );
|
||||
this.setTileEntity( TileItemGen.class );
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user