aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-16Add combs ore dict (#1468)Jakub
2022-10-15BS+SAMartin Robertz
2022-10-15add tc coin to macerator recipeMartin Robertz
2022-10-14fix tool class using the wrong modid in optionals (#1466)Glease
2022-10-14Allow PA to handle Long EUt (#1465)BlueWeabo
2022-10-13Fix Fluid Detector RS signal (#1464)Charles Gagnon
2022-10-13Fix Super tank capacity in Waila (#1463)Charles Gagnon
2022-10-13Interface IAlleleBeeAcceleratableEffect moved to Forestry (#1462)Jakub
* Bump Forestry * Interface IAlleleBeeAcceleratableEffect moved to Forestry
2022-10-12Add interface to implement Bee effects that can be accelerated (#1460)Jakub
* Add IAlleleBeeAcceleratableEffect * Still feeling the rainbow * Use float * NBT * No more gendustry * Production modifier is counted from 0 now * Extract bee cycles length * spotless
2022-10-12No more duplicated key II (#1457)iouter
* no more duplicated key II * spotlessApply
2022-10-12Add a Heating Counter for LHE Explosions (#1455)Steelux
* Add a Heating Counter for LHE Explosions - Change the LHE code to start counting up to a specific value on every tick where there's no distilled water, only exploding after a certain time has passed without water, instead of instantly. * Fixes * spotlessApply (#1456) 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>
2022-10-12Guard against cover data setter (#1458)miozune
2022-10-12fix comb localization (#1454)iouter
2022-10-12Revert the change to Paperbark trees, also removes harvestcraft from ↵Alastors
dependency (#1459) * Update dependencies.gradle * Update GT_Mod.java * Delete Harvestcraft.java
2022-10-09Forgot one recipe (#1453)Jakub
2022-10-09Added the remaining tiered components to enums (#1452)Sampsa
2022-10-09Apply new Bees formula in Industrial Apiary and move all gendustry upgrades ↵Jakub
to Gregtech (#1447) * Update forestry * Apply new formula (+uncap the chance) * Yeet gendustry upgrades * Conversion recipes * Add upgrade frame * Remove recipes * Gendustry way * Yeet gendustry * Fix
2022-10-09digital chests improvements (#1450)Glease
* unify super chest and quantum chest code base * add item info to waila * add an input filter to digital chests
2022-10-09pump no uncommanded auto retract (#1449)Glease
2022-10-09duct tape by right click (#1451)Glease
2022-10-09only save necessary info on super tank break (#1448)Glease
2022-10-07Add Processing Option for GT++ Solar Salt in the LHE (#1444)Steelux
* Add Processing Option for Solar Salt in the LHE - Add an option to process GT++ Solar Salt in the Large Heat Exchanger, to avoid people having to build the Thermal Boiler specifically for this purpose. * spotlessApply (#1445) 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>
2022-10-07Added batch mode to Processing Arrays adding up to 128 parallel (#1446)Sampsa
* Added batch mode to Processing Arrays simulating up to 128 back-to-back recipe completions * Fix copy-paste mistake
2022-10-07Cryotheum bee change (#1443)Runakai1
* Add Blizz comb * apply spotless * Wrong way around
2022-10-07Indium Bee nerf (#1442)Runakai1
* Indium Bee nerf Also, in another PR, will be blacklisted from mutatron * Wrong alias * keep old comb chance
2022-10-06Add Tea Bee (#1439)Runakai1
* Add Tea Bee Fertilizer, Ash parents 10% chance for tea * Fix spelling mistake * Kuba my lord requested change * Spotless plus removed mod dep * stuff changed * more stuff changed * Bee gone nocturnal
2022-10-06Less max PA parallels (#1438)BlueWeabo
2022-10-05Allow Redstone, Energy, and item to pass through Fluid Filter Cover (#1437)miozune
2022-10-05Fix recipe conflict with plate and slab for some Botania materials (#1436)miozune
* Fix recipe conflict with Livingrock plate and slab * Livingwood and Dreamwood
2022-10-05Port pocket multitool from gt6 (#1435)iouter
* Pocket Multitool * :spotlessApply * Revert ":spotlessApply" This reverts commit f1421c537c25627bb3d56ddca4fa610d90b16b07. * :spotlessApply again
2022-10-03Switch HF and phatlic acid (#1433)Runakai1
2022-10-03Wrong Mod Dep (#1434)Runakai1
2022-10-03Add additional number formatting to GT5u and fix localisation issue with ↵Connor-Colenso
volumetric flasks (#1431) * Format large cells. * Add number formatting and fix localisation issue. * Add number formatting for radioactive cells. * Add number formatting for coal boiler. * Add number formatting for GT turbine items. * Add number formatting for GT credits. * Add number formatting for breeder cells. * spotlessApply (#1432) Co-authored-by: Connor-Colenso <52056774+Connor-Colenso@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <> Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-10-03Fix typo in NEI handler (1 ticks should be written as 1 tick). (#1430)Connor-Colenso
Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
2022-10-02minor_typo(javadoc): Documentation typos in IGT_RegisteredFluid's JavaDoc ↵Léa Gris
(#1428)
2022-10-01Underground Fluid Fix (Fluorine, Liquid Air) (#1418)chochem
* underground fluid fix * spotless
2022-10-01merge togetherMartin Robertz
2022-10-01Merge branch 'advanced_redstone_covers'Martin Robertz
# Conflicts: # src/main/java/gregtech/api/util/GT_Utility.java
2022-10-01spotlessMartin Robertz
2022-10-01update BS+SAMartin Robertz
2022-10-01With recent changes, Allow PA to handle cell-less recipes (#1346)BlueWeabo
* add recipe maps, and allow PA to handle more than 1 fluid output * add some null checks * add forestry combs to the recipe map * safety null checks. * spotless
2022-10-01refactor(fluid_api): fluent interface (#1407)Léa Gris
* refactor(fluid_api): fluent interface Improves the initial construction model into a fluent interface. See: https://java-design-patterns.com/patterns/fluentinterface/ This change provides the built and saved states of a GT_Fluid, with their own interface, so that: object state validations are performed at build time, rather than causing an `IllegalStateException` to be thrown at runtime, with the previous implementation. This also allows the IDE to display and check the applicable methods for the GT_Fluid object's state, as it moves through the call chain. * hotfix off-by-one in FluidState.fromValue * minor: deduplicate buildAndRegister action * fix(withIconsFrom): needs dependency management Cracked fluid Icons were copied too early from non-cracked fluid within the `IGT_FluidBuilder`'s implementation. At this stage, the source Fluid has not registered its own icons yet, so the Cracked fluid got null Icons (fallback to Error checkerboard). This commit delegates the copy of the source fluid's Icons, to the `run` Icons texture's registration task; ensuring the source Fluid runs its own Icons textures registration before copying them, as a light-weight dependency management.
2022-10-01no-more-duplicate-key (#1424)iouter
2022-10-01added current parallelism in the integrated ore factory desc (#1426)boubou19
* added current parallelism in the integrated ore factory desc * spotlessApply (#1427) Co-authored-by: boubou19 <miisterunknown@gmail.com> Co-authored-by: GitHub GTNH Actions <> * updated lang file * update lang file Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-09-30fix inconsistency between oredict recipe and naive recipe (#1423)Glease
also unified the logic for two recipes as much as it makes sense
2022-09-30fix cleanroom showing wrong eu usage while starting up (#1425)Glease
2022-09-29Fix black bronze mixer recipe taking less electrum than it should (#1422)Glease
* Fix black bronze mixer recipe taking less electrum than it should * forget to commit this line as well
2022-09-27Proper fix for charger slot in Regulator not dropping item stored when ↵miozune
broken (#1420)
2022-09-27Revert "Fix charger slot in Regulator not dropping item stored (#1417)" (#1419)Connor-Colenso
This reverts commit 697925c533c870f5f5b18d4b59287d9557d2de27.
2022-09-27Fix charger slot in Regulator not dropping item stored (#1417)miozune