View Issue Details

IDProjectCategoryView StatusLast Update
0001198Industrial-Craft²machinespublic2014-08-02 17:47
ReporterKaldskryke Assigned ToThunderdark  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product VersionBuilds for MC 1.7.10 
Summary0001198: Steam generator input tank becomes filled with steam.
DescriptionThere 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 ReproduceProduce 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.
TagsNo tags attached.
Minecraft Version

Activities

Thunderdark

2014-08-02 17:47

viewer   ~0002989

fixed in next Build

Issue History

Date Modified Username Field Change
2014-08-02 17:28 Kaldskryke New Issue
2014-08-02 17:47 Thunderdark Note Added: 0002989
2014-08-02 17:47 Thunderdark Status new => resolved
2014-08-02 17:47 Thunderdark Resolution open => fixed
2014-08-02 17:47 Thunderdark Assigned To => Thunderdark