oops, add integrated circuit to default non blocking items

This commit is contained in:
PrototypeTrousers
2022-02-15 19:33:56 -03:00
parent b4e237244a
commit a2c2a4df0f
2 changed files with 13 additions and 12 deletions
@@ -55,7 +55,6 @@ public class NonBlockingItems
if( metaItem.getItem( ModItemMeta[1] ) != null )
{
NON_BLOCKING_MAP.get( modid ).add( AEItemStack.fromItemStack( metaItem2.getStackForm() ) );
break;
}
else
{
@@ -69,6 +68,7 @@ public class NonBlockingItems
AELog.error( "Item not found on nonBlocking config: " + s );
}
}
break;
}
}
else