|
|
Reporter | Kaldskryke | Assigned To | Thunderdark | |
---|
Priority | normal | Severity | minor | Reproducibility | always |
---|
Status | resolved | Resolution | fixed | |
---|
Product Version | Builds for MC 1.7.10 | |
---|
|
|
Summary | 0001198: Steam generator input tank becomes filled with steam. |
---|
Description | There is a typo in line 113 of the steam generator class. It's supposed to make sure that any "leftover" steam that can't find a place to go will explode. Any leftover water gets returned to the tank. It's checking for types "3" and "4", which would correspond to steam and superheated steam, but the enumeration in getoutputtyp goes from 0-3 rather than 1-4. So if you have any leftover steam (actually type 2), it will get put into the tank which stops the generator from working well. |
---|
Steps To Reproduce | Produce steam with the pressure valve set to 22bar and the flowrate of 1mB, and a heat input of exactly 110hu/t. Allow the output object (for example, a steam turbine) to fill up so that the steam is supposed to explode. |
---|
Tags | No tags attached. |
---|
|
|
Minecraft Version | |
---|
|
|