aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-01-24Fix oc calculator (#2474)chochem
* add new test * voltage difference check iff no amperageOC * fix doubleEnergyHatchOC_Test (passes either way but is coded this way)
2024-01-23update bs+depsMartin Robertz
Former-commit-id: 1d80c0b2184d0dd7536867d37446b671438ba367
2024-01-23update bs+depsMartin Robertz
2024-01-23Convert GG to RA2 (#232)chochem
* convert assembler recipes to RA2 * deprecate custom builders * clean up and RA2 solder assembler recipes * use GT for mod load checks * should be safe to remove * RA2 remaining assembler recipes * RA2 mixer recipes * RA2 compressor recipes * RA2 forming press * ra2 electrolyzer * ra2 extruder * RA2 autoclave * ra2 vac freezer and remove duplicate * RA2 canner * RA2 unpacking * ra2 chembath * fluidextractor ra2 * use GT enum, no loadedlist * RA2 Bender * RA2 forgehammer * RA2 remaining chem bath * RA2 Implosion * RA2 EBF * RA2 centrifuge * RA2 fuel * RA2 macerator * RA2 single chem * RA2 multi chem * RA2 wiremill * RA2 fluid solidifier * RA2 fluid canner * RA2 universal chem * ra2 distillery * ra2 DT * RA2 universal dist * RA2 AL part 1 * RA2 AL part 2 * add missing modloaded check * RA2 fusion * ra2 plasma forge * ra2 cracking * fix BW overwrites for atomicseparationcatalyst * fix shirabon freezing
2024-01-23Calculate multiplier in a new wayHoleFish
Former-commit-id: 948c644cbf0f89d70b07dbca8444b26f0e839f94
2024-01-23update depsMartin Robertz
2024-01-22EBF tooltip (#2471)Abdiel Kavash
* update BS * EBF tooltip
2024-01-22Add Banded Iron EBF processing. (#2472)Abdiel Kavash
Banded Iron EBF processing.
2024-01-22Remove muffler from Dissolution Tank. (#85)Abdiel Kavash
2024-01-22update depsMartin Robertz
2024-01-22update bs+depsMartin Robertz
2024-01-22Fix broken gas in 2 recipes (#830)chochem
* its gas not fluid * sa
2024-01-22Fix fluidtank capacity of tool casting machines (#33)HoleFish
Close [#15391](https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/15391)
2024-01-22Fix QFT (#829)HoleFish
* Apply ParallelHelper methods * Plasma hatches support ME hatches * little change * Forced structure check * Batch Mode and sub 1t oc will not affect plasma consumption * Fix finding programmed circuit in input bus * highlight tooltips * Fix hatch requirement and machine tier check * spotless
2024-01-22Fix PA voltage check (#2470)HoleFish
check voltage
2024-01-21Add debug uncertainty (#267)HoleFish
* Add debug uncertainty * tier * recipe and text * Add debug uncertainty * tier * recipe and text * adjust recipe
2024-01-20Remove all usages of GT_ItemStack2 as Set/Map keys by using fastutil (#2465)tth05
* Replace Maps in GT_OreDictUnificator with fastutil implementations with custom hasher Removes the need to allocate a GT_ItemStack2 every time these Maps are accessed * Replace local HashMaps with Reference2LongArrayMaps in GT_Recipe and fix if condition * Remove GT_ItemStack2 usage from OrePrefixes * Update GTNHLib requirement in @Mod annotation * Don't modify stack argument when re-trying `setItemStack2DataMap` access with wildcard value
2024-01-20update depsMartin Robertz
2024-01-20update bs+depsMartin Robertz
2024-01-20Fix NEI preview (#84)Lyfts
2024-01-20remove acetylhydrazine and unsymmetricaldimethylhydrazine (#83)chochem
2024-01-20Fix void protection of dangote (#827)HoleFish
override canDumpToME
2024-01-20Fix XL Heat Exchanger description (#828)HoleFish
fix tooltips
2024-01-20Fix chemical plant (#821)HoleFish
* Fix chemical plant * mistake
2024-01-20Fix PCB coolant hatch (#2469)HoleFish
not setHatchRecipeMap
2024-01-20Fix void protection of distillation tower with ME output hatches (#2467)HoleFish
override canDumpFluidToME
2024-01-19Fix massfab (#2468)chochem
fix massfab
2024-01-19Fix Multi-Machine Manual Recipe (#826)chochem
use gt api for tool recipes
2024-01-16update deps+bsMartin Robertz
2024-01-16update bsMartin Robertz
2024-01-16Advanced Muffler Hatch improvements (#825)Abdiel Kavash
* Advanced Muffler Hatch improvements. * Without an air filter, performance degrades to the level of a basic muffler, not to zero.
2024-01-15Change Canola back to Rape seed (#2464)Caedis
* Revert "Canola is a better name than Rapeseed (id is staying the same) (#2443)" This reverts commit 2e7625ffed587d930afda7692db0c478e430a8c2. * Only rename visual item name, not internal name * Revert "Only rename visual item name, not internal name" This reverts commit d1a764338344c4871fd12cb4890c38bb1f9ca40b.
2024-01-14Fix wire cutter/soldering iron click on gt machines (#2463)Батьків Нестор-Євген Васильович
* Fix Copy-Paste Typo * Fix Copy-Paste Typo
2024-01-14update depsMartin Robertz
2024-01-14Feature/movefluid (#2459)Martin Robertz
* merge similar code into new utility function moveFluid * Spotless apply for branch feature/movefluid for #2455 (#2456) spotlessApply Co-authored-by: GitHub GTNH Actions <> * fix boolean logic * Spotless apply for branch feature/movefluid for #2459 (#2460) spotlessApply Co-authored-by: GitHub GTNH Actions <> * fix (cherry picked from commit dce33cb4bbc0b1405bcbee25b5f1f1e6384f0147) --------- Co-authored-by: Glease <4586901+Glease@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-01-14Add back tool mode to wrench (#2462)Батьків Нестор-Євген Васильович
2024-01-14Add new properties to parallel helper (#2454)HoleFish
* Add properties * init chanceGetter
2024-01-14fix steam turbine NPE (#2457)Glease
2024-01-14Fix Fluid Solidifying (#2461)chochem
remove equals overwrite
2024-01-13Add missing null check in pump cover (#2452)tth05
Removed in 02bedd5c0a96a654c6692edd1b7f2765fd9c46b4
2024-01-13update depsMartin Robertz
2024-01-13Cleanup a bit the GT_Achievements class (#2450)boubou19
* more readable code * move all equals comparisons to a switch * spotless
2024-01-13PCB coolant hatch supports ME hatch (#2451)HoleFish
add and apply drain method
2024-01-13Late review of #2446 Optional changes (#2449)Léa Gris
2024-01-12update depsMartin Robertz
2024-01-12update depsMartin Robertz
2024-01-12update deps +bsMartin Robertz
2024-01-12update depsMartin Robertz
2024-01-12update depsMartin Robertz
2024-01-12Make stocking bus/hatch autopull slot refresh timer adjustable (#2448)GDCloud
* add to stocking bus * add to stocking hatch * localisation stuff * nbt fix (maybe) * fix stocking hatch too * hasKey is cleaner