positive loop support

This commit is contained in:
PrototypeTrousers
2022-03-25 21:09:52 -03:00
parent 1e9e8d2639
commit 8cc29734a2
5 changed files with 224 additions and 241 deletions
@@ -353,13 +353,4 @@ public class MECraftingInventory implements IMEInventory<IAEItemStack>
{
this.missingCache.add( extra );
}
void ignore( final IAEItemStack what )
{
final IAEItemStack list = this.localCache.findPrecise( what );
if( list != null )
{
list.setStackSize( 0 );
}
}
}