View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001905 | Industrial-Craft² | nuclear reactor and anything associated | public | 2016-06-16 15:40 | 2016-06-16 15:40 |
| Reporter | antifluxfield | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | N/A |
| Status | new | Resolution | open | ||
| Summary | 0001905: algorithm error of reactor heat exchangers | ||||
| Description | Codes 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 Reproduce | Studying reactor designs, and looking through the src. | ||||
| Additional Information | I 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'. | ||||
| Tags | No tags attached. | ||||
| Minecraft Version | 1.9.4 | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2016-06-16 15:40 | antifluxfield | New Issue |