invalidate cached itemstack if its gonna be used in a real insertion

This commit is contained in:
PrototypeTrousers
2022-03-12 11:03:04 -03:00
parent 6d151bb890
commit cfa9fa2843
4 changed files with 8 additions and 6 deletions
@@ -305,6 +305,7 @@ public class CraftingTreeProcess
containerItems = new ArrayList<>();
}
this.bytes++;
o.setCachedItemStack( is );
containerItems.add( o );
}
}