Fix issue with export bus only crafting 1 thing.

API Sync.
This commit is contained in:
AlgorithmX2
2014-07-05 11:53:16 -05:00
parent 4d6193cd0f
commit a966c78c12
7 changed files with 276 additions and 162 deletions
-1
View File
@@ -289,7 +289,6 @@ public class CraftingGridCache implements ICraftingGrid, ICraftingProviderHelper
public IItemList getAvailableItems(IItemList out)
{
// add craftable items!
// for (ICraftingPatternDetails details : craftingMethods.keySet())
for (IAEItemStack st : craftableItems.keySet())
out.addCrafting( st );