Vswe / Production

12 stars 11 forks source link

Broken crafting with stackable cells #36

Open JasonMcRay opened 8 years ago

JasonMcRay commented 8 years ago

When crafting certain items that require for example cell with certain liquid, and the cell is returned it consumes all the cells in the storage part of the Production Table.

Example:

GregTech Saltpeter Crafting: Requires: 1x Potassium Dust, 3x Oxygen Cell, 1x Nitrogen Cell Crafts into: 5x Saltpeter Dust Returns upon crafting: 4x Empty Cells (3 from Oxygen, and 1 from Nitrogen)

What happens: I put stack of each item into tthe storage area. I perform only 1 craft. It consumes all 2x64 cells (both nitrogen and oxygen) in the crafting storage area and will turn them all into TWO empty cells.