aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-05-10Fixed the controller texture for the turbines.PlayerCache is not called ↵Pilad
anywhere? (#878) * Fixed the controller texture for the turbines. * The file is not called anywhere? This file doesn't seem to be used anywhere. Maybe it's worth removing?
2024-05-04Make DTPF lose fuel efficiency over time instead of instantly (#2574)NotAPenguin
* track idle time in MultiBlockBase * save idle time in MTE NBT * decay DTPF fuel efficiency overtime properly * spotless * track idle time in DTPF instead of base MTE * small refactor to simplify logic * Delete unused resetDiscount method * Remove unused override
2024-05-04updateMartin Robertz
2024-05-04updateMartin Robertz
2024-05-04Add void miner support for everglades (#877)Lyfts
add void miner support for everglades Co-authored-by: Martin Robertz <dream-master@gmx.net>
2024-05-04Add any block to void miner drops (#7)Lyfts
* make it possible to add any block to void miner drops * oops this needs to be opposite
2024-05-03Slight change to ampoc logic (#2590)chochem
* better safeguard for negative oc count. * add new unit test
2024-05-03updateMartin Robertz
2024-05-02Add constants for tier indexes (#2578)Guillaume Mercier
* Add constants for tier indexes. Just following up on: https://github.com/GTNewHorizons/KubaTech/pull/122#discussion_r1568228992 * spotless apply
2024-04-30updateMartin Robertz
2024-04-30updateMartin Robertz
2024-04-30GT recipe.cfg cleanup (#871)chochem
remove recipe.cfg uses from gt++
2024-04-30GT recipe.cfg cleanup (#2579)chochem
* ichorium block fixes * alu ingot fix * iridium ore fix * gt vanilla assembling fixes * ic2 assembler recipe fix * forestry assembler recipe fixes * spotless * electrolyzer * more iridium ore fixes * another ichorium block fix * obsidian stick fix * remove unused railcraft obsidian recipes * remove disabled melon recipe * bring custom plasma fuel values to code * spotless * remove most recipe config uses * fully remove recipe.cfg * dont change recipemapbackend for now
2024-04-28updateMartin Robertz
2024-04-28Volumetric flask UI fixes. (#2587)Abdiel Kavash
* Volumetric flask UI fix. * Remove unsafe cast.
2024-04-28Only trigger Machine Controller Cover Safe Mode when a shutdown was ↵Abdiel Kavash
critical. (#2586) * Only trigger Machine Controller Cover Safe Mode when a shutdown was critical. * spotless
2024-04-24updateMartin Robertz
2024-04-24Fix Drone Centre Memory Leak (#2582)RealSilverMoon
* Fix: downlink connect to various centres * Spawn drone item after destroying * Update lang * Save to nbt
2024-04-23remove duplicate wheat maceration (#2585)chochem
2024-04-22Fix steam multi bonuses and document them (#875)chochem
fix steam multi bonusses and documentation
2024-04-22Fix Waila for steam multis (#876)chochem
* Fix Waila for steam multis * dep and name update
2024-04-22Add accessor for Waila steam multi fix (#2584)chochem
* add accessor for Waila steam multi fix * Update src/main/java/gregtech/api/metatileentity/implementations/GT_MetaTileEntity_MultiBlockBase.java Co-authored-by: Raven Szewczyk <git@eigenraven.me> --------- Co-authored-by: Raven Szewczyk <git@eigenraven.me>
2024-04-22updateMartin Robertz
2024-04-20Generate plasmas and plasma cells for a couple materials (#2583)GDCloud
* add some plasmas & plasma cells * wrong material
2024-04-20Downtier dehydrator multiblock from ZPM to LuV (#873)NotAPenguin
* Make multiblock dehydrator use tier 6 (LuV) materials instead of tier 7 (ZPM) * Use IV energy core instead of LuV * Revert accidental change to wire tier
2024-04-19Fix Thermal Boiler accepting energy hatches. (#872)Abdiel Kavash
2024-04-18updateMartin Robertz
2024-04-18Swap around order of if-tests in machine explosion check to slightly speed ↵NotAPenguin
up MTE updates (#2580) Re-order some logic in machine rain explosion check
2024-04-18Fix AAL crashing (#37)HoleFish
Fixes https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/15848, mainly by reverting #31 and saving 2 variables `curBatchItemsFromME` and `curBatchFluidsFromME` as an alternative. I'm not sure how it will do to https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/15962, https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/15612 and https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/15836, but the previous `getInputHatchContent()` was totally wrong. Need tests to confirm whether those issues are fixed. --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2024-04-18updateMartin Robertz
2024-04-17Remove unwanted trivial cbd recipe (#870)chochem
remove unwanted cbd recipe
2024-04-17updateMartin Robertz
2024-04-17Fix plat exploits (#6)chochem
* fix plat exploits * fix
2024-04-16updateMartin Robertz
2024-04-16Improve charcoal pile igniter tooltip (#2570)Daniel Gealow
* Improve charcoal pile igniter tooltip Clarify and expand the structure guidelines * Reformat long line
2024-04-16Fix small boiler NPE (#2576)HoleFish
fix
2024-04-16updateMartin Robertz
2024-04-16Allow wire cutter to toggle batch mode on MABS (#868)NotAPenguin
* Allow wire cutter to toggle batch mode on MABS * Spotless apply for branch fix/tool-batch-mode for #868 (#869) spotlessApply Co-authored-by: GitHub GTNH Actions <> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-04-16updateMartin Robertz
2024-04-15clean up inconsistent state mutation (#2567)Glease
2024-04-15fix (#4)HoleFish
2024-04-15Fix typo in bee mutation tooltip (#2573)NotAPenguin
fix typo in bee tooltip
2024-04-15Fix broken input separation (#2572)HoleFish
fix
2024-04-15fix fake tank capacity for waila (#2571)Quetz4l
2024-04-13Allow single-block pump to ignore replaceable blocks, and water (#2568)D-Cysteine
* Allow single-block pump to ignore fire * Use `isReplaceable` and replace water * Update comments
2024-04-13Fix voltage for a few cover recipes (#2569)chochem
they are meant to be LV
2024-04-13Fix AL crash with ME hatches (#2566)HoleFish
* fix * refactor
2024-04-12updateMartin Robertz
2024-04-12Fix multiblock structure check bugs related to borosilicate glass. (#3)Abdiel Kavash
* uBS + uD * Borosilicate Glass check fix * Non-exotic Energy Hatch fix. * Replace for loops.
2024-04-12updateMartin Robertz