Pattern progress.

This commit is contained in:
AlgorithmX2
2014-06-08 11:25:46 -05:00
parent 87bd8f3c22
commit 44986692ef
2 changed files with 32 additions and 2 deletions
+1 -1
View File
@@ -156,7 +156,7 @@ public class CraftingCache implements IGridCache, ICraftingProviderHelper, ICell
Set<ICraftingPatternDetails> methods = craftableItems.get( out );
if ( methods == null )
methods = craftableItems.put( out, new TreeSet() );
craftableItems.put( out, methods = new TreeSet() );
methods.add( details );
sg.postAlterationOfStoredItems( StorageChannel.ITEMS, out, new BaseActionSource() );