OrderedSet86 / gtnh-flow

Factory Optimization Flowcharts for Gregtech: New Horizons
MIT License
84 stars 24 forks source link

Shows recipe input&output amount #33

Closed joegnis closed 6 months ago

joegnis commented 6 months ago

part of #27

Taking into account the number of parallels.

Example:

_test

Recipe:

image

joegnis commented 6 months ago

Oops, one issue found: if the number of an item input is too large, its number will become inaccurate on graph. I should use another function other than simply using userRound.

image