All parameters on one line (for now)

Easier picking of 1.7 changes
This commit is contained in:
yueh
2016-01-01 02:02:05 +01:00
parent e08ab38c52
commit f84b9a7e1d
147 changed files with 840 additions and 1506 deletions
@@ -86,7 +86,8 @@ public enum MaterialType
// Adv Cards
AdvCard( 28 ),
CardFuzzy( 29 ), CardSpeed( 30 ),
CardFuzzy( 29 ),
CardSpeed( 30 ),
CardInverter( 31 ),
Cell2SpatialPart( 32, AEFeature.SpatialIO ),
@@ -279,8 +279,7 @@ public final class MultiItem extends AEBaseItem implements IStorageComponent, IU
protected void getCheckedSubItems( final Item sameItem, final CreativeTabs creativeTab, final List<ItemStack> itemStacks )
{
final List<MaterialType> types = Arrays.asList( MaterialType.values() );
Collections.sort( types, new Comparator<MaterialType>()
{
Collections.sort( types, new Comparator<MaterialType>(){
@Override
public int compare( final MaterialType o1, final MaterialType o2 )