Age | Commit message (Collapse) | Author |
|
|
|
* Fix recipe conflict with Livingrock plate and slab
* Livingwood and Dreamwood
|
|
* Pocket Multitool
* :spotlessApply
* Revert ":spotlessApply"
This reverts commit f1421c537c25627bb3d56ddca4fa610d90b16b07.
* :spotlessApply again
|
|
|
|
|
|
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>
|
|
Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
|
|
(#1428)
|
|
* underground fluid fix
* spotless
|
|
|
|
# Conflicts:
# src/main/java/gregtech/api/util/GT_Utility.java
|
|
|
|
|
|
* 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
|
|
* 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.
|
|
|
|
* 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>
|
|
also unified the logic for two recipes as much as it makes sense
|
|
|
|
* Fix black bronze mixer recipe taking less electrum than it should
* forget to commit this line as well
|
|
broken (#1420)
|
|
This reverts commit 697925c533c870f5f5b18d4b59287d9557d2de27.
|
|
|
|
(#1416)
|
|
* Adapt Distillation Tower GUI for configuration circuit
* Ore Drilling Plant & Pyrolyse Oven
|
|
* Add chemical formula to ore tooltip
* Spotless apply for branch feature/ore-tooltip for #1413 (#1414)
Co-authored-by: Glease <4586901+Glease@users.noreply.github.com>
Co-authored-by: GitHub GTNH Actions <>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
* Stop muffler when they are removed from the structure and when the controller is broken
* Refactoring of muffler toggling
|
|
|
|
(#1408)" (#1410)
This reverts commit da0b22e96b959f9b79af7466f6dd319528b43b2c.
|
|
multipliers in plasma turbine (#1409)
|
|
|
|
|
|
Reverts changes from https://github.com/GTNewHorizons/GT5-Unofficial/pull/1150
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|