| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Jason Mitchell <mitchej@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
(cherry picked from commit 5bd1be82b8a4004f0d26cc41d4f1f1c10c2ef7a1)
|
|
(cherry picked from commit 719fdf6f550c0ab9c69eedefed55aefbf5a07187)
(cherry picked from commit 26559493eb8460c5d32f577d7d7fa9733155c631)
|
|
This reverts commit 527bac2a9c75b0aa57eaf7540e4b046bab68d913.
(cherry picked from commit ef47ffd57dc4697aee7f5db7ac4c65c5e0780efb)
|
|
|
|
|
|
|
|
(cherry picked from commit 719fdf6f550c0ab9c69eedefed55aefbf5a07187)
|
|
This reverts commit 527bac2a9c75b0aa57eaf7540e4b046bab68d913.
|
|
* 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>
|
|
Added some foils for @GTNH-Colen.
Fixed scanner output on LRE.
Formatting~
Fix Crop Manager giving stacks > 64.
|
|
|
|
|
|
|
|
|
|
|
|
Hopefully fix IOOB error on world load
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
for digester
|
|
* update dependencies, including buildscript and buildcraft
* buildcraft version
Former-commit-id: b7f729464519a278c498260b5fc71fafc34e39c7
|
|
|
|
|
|
|
|
|
|
|
|
Update zh_CN.lang
|
|
* Update zh_CN.lang
* Update zh_CN.lang
Co-authored-by: [Kiwi233] <[huaxia0611@qq.com]>
|
|
* Provide a runtime solution for number rendering.
This should adapt based on locale selected by user instead of the system locale.
Also fixes 'nbsp' issue in some locales like pl_PL.
* Add missing imports
* Add missing imports
|
|
|