User contributions

Jump to: navigation, search
Search for contributions
 
 
      
 
   

  • 12:11, 23 June 2021 diff hist -24 ReprocessingCompressed ore values were wrong
  • 10:26, 23 June 2021 diff hist +114 ReprocessingThe compression ratio numbers were completely wrong, they were using (oreVolume / compressedOreVolume) instead of ((oreVolume * 100) / compressedOreVolume). I changed the column to decimal, and inverted the values, I feel it's more useful this way, as you can do (oreVolume * compressionRatio) to get the total compressed ore volume.