Added older registries back in
This commit is contained in:
@@ -46,7 +46,6 @@ public class ItemCreativeStorageCell extends AEBaseItem implements ICellWorkbenc
|
||||
public ItemCreativeStorageCell(Properties props)
|
||||
{
|
||||
super(props);
|
||||
// FIXME this.setMaxStackSize( 1 );
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -44,12 +44,11 @@ import appeng.util.prioritylist.PrecisePriorityList;
|
||||
public class ItemViewCell extends AEBaseItem implements ICellWorkbenchItem
|
||||
{
|
||||
|
||||
public ItemViewCell()
|
||||
{
|
||||
super(new Item.Properties().maxStackSize(1));
|
||||
public ItemViewCell(Properties properties) {
|
||||
super(properties);
|
||||
}
|
||||
|
||||
public static IPartitionList<IAEItemStack> createFilter( final ItemStack[] list )
|
||||
public static IPartitionList<IAEItemStack> createFilter(final ItemStack[] list )
|
||||
{
|
||||
IPartitionList<IAEItemStack> myPartitionList = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user