try to fix #51

This commit is contained in:
PrototypeTrousers
2021-09-18 21:42:10 -03:00
parent e6ccc24ae0
commit b607e018e6
4 changed files with 4 additions and 4 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 );