aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-17flush buffer after use (#352)Glease
2022-09-16fix overflow cal when max input voltage over max (#80)Yang Xizhi
* fix overflow cal when max input voltage over max * int - 1
2022-09-16Add circuit slot support to super input bus (#349)Jakub
* Add circuit slot support to super input bus * Client side only * Fix server crash * Diffrent action
2022-09-16address some concerns in structure code (#350)Glease
2022-09-16duct tape fix for too many updates on an overloaded server preventing ↵Glease
structure check (#1384)
2022-09-15Merge pull request #18 from GTNewHorizons/improvementsJakub
Fix recipe time in NEI
2022-09-14Merge pull request #19 from GTNewHorizons/configJakub
Add cache regeneration trigger config
2022-09-14Add cache regeneration trigger configkuba6000
2022-09-14Bugfixes and Speed Increases for the LFTR Chain (#345)Steelux
* Bugfixes, Processing Speed and Gas Output Changes - Changed a few restrictions to allow this chain to be doable in IV, as intended; - Changed the EU/t of the 3 fuels to match the usage of 4 buffered dynamos, and reduced the burning time to keep the total energy per L the same; - Lowered the recipe time of some recipes done in multiblocks; - Other tooltip and bug fixes. * Spotless apply for branch LFTR_Work for #345 (#346) * update BS+Spotless * Fix healing device never getting discharged (#343) * spotlessApply Co-authored-by: Martin Robertz <dream-master@gmx.net> Co-authored-by: Jakub <53441451+kuba6000@users.noreply.github.com> Co-authored-by: Steelux <70096037+Steelux8@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Martin Robertz <dream-master@gmx.net> Co-authored-by: Jakub <53441451+kuba6000@users.noreply.github.com>
2022-09-14Rocketdyne Structure Fix and Cost Reduction (#347)Steelux
* Structure Fix and Recipe Change - Fixed Air Intake Hatches not being detected by the controller; - Reduced the amount of Tungstensteel needed by replacing some with Titanium. * Spotless apply for branch Rocketdyne_Changes for #347 (#348) Co-authored-by: Steelux <70096037+Steelux8@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <> * properly fix structure code * Changed Pipes and Stick Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Glease <4586901+Glease@users.noreply.github.com>
2022-09-14Fix inconsistencies (#1380)GDCloud
2022-09-13Fix time in NEIkuba6000
2022-09-13Merge pull request #97 from GDCloudstrike/StargateFixMartin Robertz
Fix dense plates in stargate-radiation-containment-plate recipe
2022-09-13Split to two slotsGDCloud
2022-09-13Fix dense platesGDCloud
2022-09-13Revert auto spotless disableElisis
2022-09-13Remove automatic Spotless PRElisis
2022-09-13fix localisation typo (#1379)Alexdoru
2022-09-13Fix healing device never getting discharged (#343)Jakub
2022-09-13Merge pull request #17 from GTNewHorizons/addWitherSkeletonJakub
Fix Wither Skeleton not working
2022-09-13Stone swordkuba6000
2022-09-13Add Wither Skeleton to entity listkuba6000
2022-09-12update BS+SpotlessMartin Robertz
2022-09-12fix voltage check (#79)Yang Xizhi
2022-09-12Fix machine item NBT not being saved (#344)miozune
2022-09-11Merge pull request #16 from GTNewHorizons/witherskeletonboubou19
Add Wither Skeleton spawn chance in nether
2022-09-11Add Wither skeleton spawnkuba6000
2022-09-11Quantum chest output systemGTNH-Colen
2022-09-11Merge pull request #42 from GTNewHorizons/LSC_FixMartin Robertz
Lsc fix
2022-09-11make ingots and plates mortar recipe shapelss (#1378)くぁーりぃ
2022-09-11Bump depGTNH-Colen
2022-09-11Fix LSCGTNH-Colen
2022-09-11Adv debug structure writer (#1362)Maxim
* Added advanced debug structure writer * Applied spotless * Removed testing variables * Added client only to rendering * Added one client side annotation too much * Included requested changes * Applied spotless * Introduced variables for tooltip keys
2022-09-11Less logs (#15)Jakub
* Less logs * Update MobRecipeLoader.java * clean
2022-09-11Adjust uncraftable recipe to make it craftable. (#1377)Connor-Colenso
Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
2022-09-11Fix description of Input Bus showing 1 more slot capacity (#1376)miozune
2022-09-11Fix global wireless EU bugging by transferring to world NBT system (#1371)Connor-Colenso
* Transfer to NBT * Half working, write only. * Fix load data * Works, thanks Kuba. * spotlessApply (#1372) Co-authored-by: Connor-Colenso <52056774+Connor-Colenso@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <> * Fix NPE in unit tests * Spotless * Move clear map * Spotless and import cleanup * Suppressions and warning corrections * Warnings, warnings, warnings smh. Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com> Co-authored-by: kuba6000 <kuba.123123.6000@gmail.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-09-11Use pre-defined methods to draw tooltips in GT_GUIContainer_DigitalTank (#1374)Alexdoru
* use pre defined methods to draw tooltip in GT_GUIContainer_DigitalTank * introduce private static final fields for string tooltip names
2022-09-10some text change (#1369)Alexdoru
* some text change * added colors with ON / OFF * correction
2022-09-10Waila improvements for basic machines (#1368)Vladislav Laetansky
* Fix waila facings for basic machines * Address review * Show process time only when machine is active * Show tick time for recipes with a duration less than a second * Address review
2022-09-10fix https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/11258 ↵Alexdoru
(#1370)
2022-09-10Fix incorrect casing id for Flotation Cell (#342)miozune
2022-09-09Add ticks display when recipe duration is under 1 second in NEI (#1367)くぁーりぃ
* add ticks display when recipe duration is under 1 second in NEI * spotless
2022-09-09Adapt to Wiremill Configuration Circuit support (#201)miozune
Former-commit-id: 125f0ce37b416ce53662728e8b21439534ff6e4b
2022-09-09Move GT Tank button position (#1363)くぁーりぃ
* move digital tank button position * spotless * spotlessApply (#1364) Co-authored-by: くぁーりぃ <39122497+Quarri6343@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-09-09Remove obsolete Wiremill recipes (#1366)miozune
2022-09-09Adapt to Wiremill Configuration Circuit support (#78)miozune
2022-09-09Adapt to Wiremill Configuration Circuit support (#341)miozune
2022-09-09Revert "fix chainsaw spawns water when harvests ice (#1358)" (#1365)Alexdoru
This reverts commit bab4770748defcaf093af1cce44656c829d4e78f.
2022-09-09Merge pull request #27 from GTNewHorizons/BwOreLocalizationFixMartin Robertz
Changed bw localization