diff options
author | Steelux <70096037+Steelux8@users.noreply.github.com> | 2022-02-07 17:48:26 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-07 18:48:26 +0100 |
commit | b5c956c38335e6fbb3519b88a894975acf0bf419 (patch) | |
tree | 9f86d3298464d4f9157b1b4246262d851f182e59 /src/main/java/gregtech/api/gui/widgets/GT_GuiTabLine.java | |
parent | eeb760b14b904c7e710c82ea454bf697a7f02670 (diff) | |
download | GT5-Unofficial-b5c956c38335e6fbb3519b88a894975acf0bf419.tar.gz GT5-Unofficial-b5c956c38335e6fbb3519b88a894975acf0bf419.tar.bz2 GT5-Unofficial-b5c956c38335e6fbb3519b88a894975acf0bf419.zip |
Large Boiler Whitelist and NEI Large Boiler Tab Update (#910)
* Whitelist for Advanced Boilers
- Added a whitelist system to check allowed fuels for the Titanium and Tungstensteel Boilers (thanks glow for the code);
- Removed fuel value checks for the advanced boilers, none are needed because the whitelist check does it all;
- Changed the boiler tooltip to clarify that the advanced boilers won't work if there is a fuel in the input bus that is not allowed to be burned.
* NEI Large Boiler Tab Updated
- Changed the burn times to reflect the speed at which the boilers now consume fuels;
- Changed the TItanium and Tungstensteel Boiler info to display "Not Allowed" on the fuels that aren't accepted by them.
* Re-added Previous Constructor as a Default Case
- Implemented the previous addRecipe constructor without the boolean, applying to all non-solid fuels, with a default value;
- Changed the boiler code to make the advanced Boilers ignore the fluid recipes (they're only supposed to burn the allowed solid fuels);
- Small NEI clarifications.
* Unnecessary Burn Time Calculation
- Removed the burn time calculation on the NEI handler for the fuels that can't run in the advanced boilers.
* Shortened Tungstensteel Boiler Line
- Made text shorter to not overflow past the NEI display.
* Properly implement solid fuel whitelist for Large Titanium/Tungsten Boilers
Co-authored-by: glowredman <fredcraft00@gmail.com>
Diffstat (limited to 'src/main/java/gregtech/api/gui/widgets/GT_GuiTabLine.java')
0 files changed, 0 insertions, 0 deletions