Capitalised enums to match conventions
This commit is contained in:
@@ -244,7 +244,7 @@ public class BlockCableBus extends AEBaseTileBlock
|
||||
|
||||
if( sp.part != null )
|
||||
{
|
||||
return sp.part.getItemStack( PartItemStack.Pick );
|
||||
return sp.part.getItemStack( PartItemStack.PICK );
|
||||
}
|
||||
else if( sp.facade != null )
|
||||
{
|
||||
|
||||
@@ -24,7 +24,7 @@ public class CableBusColor implements IBlockColor
|
||||
public int colorMultiplier( IBlockState state, IBlockAccess worldIn, BlockPos pos, int color )
|
||||
{
|
||||
|
||||
AEColor busColor = AEColor.Transparent;
|
||||
AEColor busColor = AEColor.TRANSPARENT;
|
||||
|
||||
if( state instanceof IExtendedBlockState )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user