sort modifier

This commit is contained in:
thatsIch
2015-09-30 14:27:21 +02:00
parent ebda927fb5
commit 7dee5699cf
9 changed files with 31 additions and 31 deletions
@@ -59,7 +59,7 @@ public class BlockCraftingUnit extends AEBaseTileBlock
public static final PropertyBool POWERED = PropertyBool.create( "powered" );
public static final PropertyBool FORMED = PropertyBool.create( "formed" );
final public CraftingUnitType type;
public final CraftingUnitType type;
public BlockCraftingUnit( final CraftingUnitType type )
{