Age | Commit message (Collapse) | Author |
|
Removed JD comments
|
|
Update ore dictionary logger header language
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Large Boilers now accept distilled water (w/o exploding)
|
|
Fix #194 Annoying sounds with Forestry Worktable
|
|
#186: Hatch names and descriptive tooltips
|
|
|
|
|
|
Returning from the default clause of a switch stops eclipse from bitching about unhandled enums.
|
|
|
|
|
|
|
|
|
|
|
|
getSlots() static method added
|
|
|
|
|
|
|
|
|
|
|
|
Large steam turbine do not consume steam as MFR installed. Simply caused by MFR changed regular steam "fluid.steam" to "fluid.mfr.steam.still.name".
|
|
|
|
Turbines don't shut down automatically
|
|
Turbines no longer shut down automatically when they lose steam. Instead, efficiency drops 10% per cycle when inactive.
|
|
* Can now adjust the minimum threshold for Superheated steam via Integrated Circuits inside the LHE
* Restored full useWater reliance
* HotCoolant now increases efficiency at same rate as lava (80 instead of 20, feel free to revert)
* Please double-check math on Lava output.
|
|
Removed requirement for getAverage()
|
|
Removed requirement of getAverage()
|
|
* Math fixes (no more crazy output numbers)
* getAverage() references removed
* multiple input hatch support (first fluid-type handled only in case user tries to fuel with different-valued plasma types simultaneously)
* 125% maximum overflow inefficiency
|
|
* Math fixes (no more crazy output numbers)
* getAverage() references removed
* multiple input hatch support (no more exploits by feeding HP Steam to multiple hatches)
* 125% maximum overflow inefficiency
* Output ties directly to actual HP Steam consumed
|
|
* Math fixes (no more crazy output numbers)
* getAverage() references removed
* multiple input hatch support (first fluid-type handled only in case user tries to fuel with methane + hydrogen simultaneously)
* 125% maximum overflow inefficiency
|
|
We now do gradual output changes depending on the difference in current and target output level
|
|
* Ratio now 1:160 (perfect)
* Now use useWater properly as intended
* NOT using math.Round() or math.Floor()
|
|
* Multiple input hatches now handled properly.
* Now use 125% maximum input consumption and penalty
* We now track averageFlow and totalFlow separately: we don't want turbine byproducts generated from the average, but the actual consumption.
Notes from last pull:
* We track 125% allowance via remainingFlow. We do still attempt to pull 125% from each hatch, but only up to our 125% overall allowance. (So even with two hatches, we can still only pull 500 steam total from a 400 steam rotor)
* With remainingFlow, we gain optimization: we don't even check unnecessary hatches if the first one provided enough steam.
* Reinstated averageFlow.
* added a ton of comments for your convenience.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
version 5.08.20
|
|
moar bugfixes
|
|
Fix iron worldgen exploit
|
|
|
|
RF Support and finished Processing array
|