GregTechCEu / gregicality-multiblocks

(1.12) Adding many new multiblocks to GregTech CE Unofficial
MIT License
14 stars 23 forks source link

[BUG] Parlllel Control Hatch works abnormally #19

Closed Mobius0526 closed 1 year ago

Mobius0526 commented 1 year ago

for example: Iron ore → Crushed iron ore 2eu/t 20s The number of parallels is set to 1 → 2eu/t 20s The number of parallels is set to 2 → 6eu/t 20s The number of parallels is set to 3 → 8eu/t 20s The number of parallels is set to 128(use LV Energy Hatch) → 66eu/t 20s The intelligent parllel control hatch thinks that 64 / 2 = 32, so it uses 32 parallelism, but it does not know that it consumes an extra energy

PrototypeTrousers commented 1 year ago

will be fixed by GregTechCEu/GregTech/pull/1120 The extra energy consumption is not intended.

xeals commented 1 year ago

I'm still observing this behaviour on v1.1.6 of GCYM and v2.5.0 of GTCEu.

Large (Thermal) Centrifuge Unit processing any crushed ore (20s @ 30EU/t) with 1 MV energy hatch (256EU/t limit):

In each case above 1 parallel modifier there's an extra recipe's worth in power being added.

Mobius0526 commented 1 year ago

I'm still observing this behaviour on v1.1.6 of GCYM and v2.5.0 of GTCEu.

Large (Thermal) Centrifuge Unit processing any crushed ore (20s @ 30EU/t) with 1 MV energy hatch (256EU/t limit):

  • 1x parallel: 10s @ 120EU/t (1 overclock)
  • 2x parallel: 20s @ 90EU/t (no overclock); expecting 10s @ 240EU/t
  • 3x parallel: 20s @ 120EU/t (no overclock)

In each case above 1 parallel modifier there's an extra recipe's worth in power being added.

This issue has been closed. Your submission error may not be found