View Issue Details

IDProjectCategoryView StatusLast Update
0001905Industrial-Craft²nuclear reactor and anything associatedpublic2016-06-16 15:40
Reporterantifluxfield Assigned To 
PrioritynormalSeverityminorReproducibilityN/A
Status newResolutionopen 
Summary0001905: algorithm error of reactor heat exchangers
DescriptionCodes in the dev file, line 93~95, ic2\core\item\reactor\ItemReactorHeatSwitch.class, processing the heat exchange with the reactor:
      if (Reactormed + mymed / 2.0D < 1.0D) add = this.switchSide / 2;
      if (Reactormed + mymed / 2.0D < 0.75D) add = this.switchSide / 4;
      if (Reactormed + mymed / 2.0D < 0.5D) add = this.switchSide / 8;
Steps To ReproduceStudying reactor designs, and looking through the src.
Additional InformationI wonder whether it is intentional. But I think 'switchReactor' should be the exact value using to limit the heat exchange with the REACTOR, not 'switchSide'.
TagsNo tags attached.
Minecraft Version1.9.4

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2016-06-16 15:40 antifluxfield New Issue