You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: