clear cells of craftable status

remove unsupported removal call
This commit is contained in:
Salomão
2021-06-14 10:20:58 -03:00
parent 7b91da58c0
commit e3c9c4ce65
2 changed files with 1 additions and 1 deletions
@@ -277,6 +277,7 @@ public class BasicCellInventory<T extends IAEStack<T>> extends AbstractCellInven
}
t.setStackSize( stackSize );
t.setCraftable( false );
if( stackSize > 0 )
{
@@ -312,7 +312,6 @@ class ItemHandlerAdapter implements IMEInventory<IAEItemStack>, IBaseMonitor<IAE
if( storedStack == null )
{
changes.add( cachedStack.setStackSize( -cachedStack.getStackSize() ) );
cachedAeStacksIterator.remove();
}
else if( cachedStack.getStackSize() != storedStack.getStackSize() )
{