Hello, Helmod calculates wrong values for recipes where some inputs and outputs are the same.
I observed this with the 'pressure-containment-data' recipe from space exploration mod.
The recipe has this properties:
ingredients:
- 5 empty-data
- 1 storage-tank
- 10000 space-water
results:
- 5 pressure-containment-data
- 50 scrap
- 9900 space-water
Helmod does not show the space-water at all when I create a production block just asking for 5'pressure-containment-data' items (should be 10000-9900 --> 100)
When I add 200 'space-water' barreling recipe (50 water per item) it tells me I need 200 Space water overall (should be 10000-9900+10000 --> 10100).
revisions:
- factorio: 0.17.59
- helmod: 0.8.14
- space-exploration: 0.1.127