| Age | Commit message (Collapse) | Author |
|
Former-commit-id: 708159b2af4bd7f321f0e17122819393b1230ea0
|
|
* Add Blizz comb
* apply spotless
* Wrong way around
|
|
* Indium Bee nerf
Also, in another PR, will be blacklisted from mutatron
* Wrong alias
* keep old comb chance
|
|
* Initial commit
* added BW dependancy & runtime
* dimmminsishing returns on coil discount, fix other stuff
* Coil discount is now a linear function
* spotlessApply
* Add recipe
* Fixed scanner recipe
|
|
Does use transcendental metal now
|
|
* 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
|
|
|
|
- Fixed conflict between Dehydrator recipes due to fluid-to-dust recipes generating without circuits. Changing the "advanced" circuit to a default GT one fixes the problem.
|
|
Change way average is calculated for LSC (now shows actual useful values)
|
|
* handle drops with a smaller max stack size properly
also inverted a few if statements to reduce nesting levels. the effect and semantic is left the same
* optimize a bit
|
|
|
|
* Fix recipe conflict with Livingrock plate and slab
* Livingwood and Dreamwood
|
|
|
|
* Pocket Multitool
* :spotlessApply
* Revert ":spotlessApply"
This reverts commit f1421c537c25627bb3d56ddca4fa610d90b16b07.
* :spotlessApply again
|
|
|
|
Updated file structure, translation of chat messages after sleep
Co-Authored-By: poisoniks <115036062+poisoniks@users.noreply.github.com>
Co-authored-by: poisoniks <115036062+poisoniks@users.noreply.github.com>
|
|
|
|
Remove duplicate keys
Remove duplicate keys that had been commented out in #195.
Co-Authored-By: Kiwi <42833050+Kiwi233@users.noreply.github.com>
Co-authored-by: Kiwi <42833050+Kiwi233@users.noreply.github.com>
|
|
* ref(textures): replace deprecated texture objects with api
* :spotlessapply
|
|
|
|
|
|
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>
|
|
* Revert "Shift outputs when needed"
This reverts commit e476c41e8956a61de6e1d962c9bb40948db8c2b5.
* OC past 1 tick
* Fix
* ok
* Ye
* info
|
|
(#1428)
|
|
* underground fluid fix
* spotless
|
|
Former-commit-id: e9a70e6cfd99a1c592aa4c208ae2ae9db0768a02
|
|
|
|
|
|
|
|
|
|
Former-commit-id: 2a67e0b33f806ccc351820a54dcef1108384a8c0
|
|
|
|
# Conflicts:
# src/main/java/gregtech/api/util/GT_Utility.java
|
|
|
|
update BS+SA
Former-commit-id: 8e42dd9b2fbcb12e5d46a9328f49b91a1b99432c
|
|
|
|
* make sure that recipes are added elsewhere
* actual fix to the dusts
Former-commit-id: 0870a2e1c0106a90f7d5337f2d90c3162b74085b
|
|
* make electrolyzer recipes work in PA
* spotlessApply (#384)
Co-authored-by: BlueWeabo <76872108+BlueWeabo@users.noreply.github.com>
Co-authored-by: GitHub GTNH Actions <>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
* 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.
|
|
Former-commit-id: 950d0d9246903c4482aeee5084d380fd4b5e76f1
|
|
no-more-duplicate-key
|
|
|
|
|
|
* 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>
|
|
* buffed thallium
* swapped iron for zinc in thallium recipe
* botmium recipe time 480s -> 120s
* spotlessApply
* fix recipe mistakes
|
|
fix Tesla Tower can't recognize LuV coil
|
|
also unified the logic for two recipes as much as it makes sense
|
|
|