try to fix #51

This commit is contained in:
PrototypeTrousers
2021-08-22 23:59:02 -03:00
parent 8f2a06e457
commit 01778794e5
5 changed files with 5 additions and 5 deletions
@@ -305,7 +305,7 @@ public class CraftingTreeProcess
void getPlan( final IItemList<IAEItemStack> plan )
{
for( IAEItemStack i : this.details.getCondensedOutputs() )
for( IAEItemStack i : this.details.getOutputs() )
{
i = i.copy();
i.setCountRequestable( i.getStackSize() * this.crafts );