aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-08Fix saving null strings to NBT, optimize importsTec
2022-02-08update deps and buildscriptbombcar
2022-02-08Merge branch 'develop'Tec
2022-02-08Fix textures in itemsTec
2022-02-08Merge branch 'release/5.0.3'Tec
2022-02-08Small changesTec
2022-02-08recipes for Pre-Assembler and minor fixGlodBlock
2022-02-08minor fixGlodBlock
2022-02-07update buildscripts (#116)bombcar
Co-authored-by: Jason Mitchell <mitchej@gmail.com>
2022-02-07Bumped GT5U and NEI dependenciesYannickMG
2022-02-07Removed duplicate implementation of GT5U's NEI Rect handlerYannickMG
2022-02-07Change GT++ versionTec
2022-02-07remove dependenciesTec
2022-02-07Merge branch 'master' into developTec
2022-02-07Change GT++ versionTec
(cherry picked from commit 5bd1be82b8a4004f0d26cc41d4f1f1c10c2ef7a1)
2022-02-07Add world edit cuiTec
(cherry picked from commit 719fdf6f550c0ab9c69eedefed55aefbf5a07187) (cherry picked from commit 26559493eb8460c5d32f577d7d7fa9733155c631)
2022-02-07Revert "Cleanup master dependencies"Tec
This reverts commit 527bac2a9c75b0aa57eaf7540e4b046bab68d913. (cherry picked from commit ef47ffd57dc4697aee7f5db7ac4c65c5e0780efb)
2022-02-07Merge tag '5.0.2' into developTec
2022-02-07Merge branch 'develop'Tec
2022-02-07Change GT++ versionTec
2022-02-07Add world edit cuiTec
(cherry picked from commit 719fdf6f550c0ab9c69eedefed55aefbf5a07187)
2022-02-07Revert "Cleanup master dependencies"Tec
This reverts commit 527bac2a9c75b0aa57eaf7540e4b046bab68d913.
2022-02-07Large Boiler Whitelist and NEI Large Boiler Tab Update (#910)Steelux
* 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>
2022-02-07Minor Things (#114)Alkalus
Added some foils for @GTNH-Colen. Fixed scanner output on LRE. Formatting~ Fix Crop Manager giving stacks > 64.
2022-02-07finish precise assembler, no recipe yetGlodBlock
2022-02-07recipe GUI for Precise AssemblerGlodBlock
2022-02-07add Precise Assembler structureGlodBlock
2022-02-07salt cropsGlodBlock
2022-02-07Update zh_CN.lang (#15)Kiwi
2022-02-07Merge pull request #2 from Elisis/mainElisis
Hopefully fix IOOB error on world load
2022-02-07Merge branch 'master' into mainElisis
2022-02-07Hopefully fix IOOB error on world loadunknown
2022-02-06Licensebombcar
2022-02-07fix versions (#925)bombcar
2022-02-06restore our buildscrpitsbombcar
2022-02-07Merge branch 'Elisis:main' into masterMartin Robertz
2022-02-07remove avr code submoduleMartin Robertz
2022-02-07ignore bat filesMartin Robertz
2022-02-07Merge remote-tracking branch 'Technus/master' into upstreamMartin Robertz
2022-02-07Explicit license for Botdustries-derived content. Proper hint localization ↵unknown
for digester
2022-02-06update dependencies, including buildscript and buildcraft (#89)bombcar
* update dependencies, including buildscript and buildcraft * buildcraft version Former-commit-id: b7f729464519a278c498260b5fc71fafc34e39c7
2022-02-06Merge branch 'feature/Locale' into developTec
2022-02-06Some super scriptingTec
2022-02-07Merge branch 'Elisis:main' into masterElisis
2022-02-06update dependencies, including buildscript (#924)bombcar
2022-02-06More locale workTec
2022-02-06Merge pull request #113 from Kiwi233/masterMartin Robertz
Update zh_CN.lang
2022-02-06Update zh_CN.lang (#923)Kiwi
* Update zh_CN.lang * Update zh_CN.lang Co-authored-by: [Kiwi233] <[huaxia0611@qq.com]>
2022-02-06Provide a runtime solution for number rendering. (#922)Daniel
* 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
2022-02-06two new materials and wireGlodBlock