aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-22Disable actually adding anything to the registry so that we can get this ↵Jason Mitchell
merged and incrementally add to it
2022-07-22MultiTileEntity MultiBlocksJason Mitchell
2022-07-22Update buildscript (minus spotless) for hodgepodge dependency mixin requirementJason Mitchell
2022-07-22MultiTileEntityJason Mitchell
2022-07-21Show voltage tier of transformer for Waila (#1148)miozune
2022-07-21Reduce cost of fluid filter covers (#1145)xSkewer
2022-07-21Merge pull request #38 from GTNewHorizons/solderMartin Robertz
Use UEV solder for UHV capacitor
2022-07-21Replace Assline Solder in Bartworks Recipes (#166)miozune
Former-commit-id: b5fe2e62a73a53aed07a5bc07e6a953059237db6
2022-07-21Merge pull request #55 from GTNewHorizons/solderMartin Robertz
Replace Assline Solder in TecTech Recipes
2022-07-21Use UEV solder for UHV capacitormiozune
2022-07-21Replace Assline Solder in TecTech Recipesmiozune
2022-07-20fix ethanol disappear and add conversion recipe for certain fluid (#247)Yang Xizhi
2022-07-20Fix logic error (#165)miozune
Former-commit-id: adf27be1063578c13724c1bea2402d3e4f26e1ff
2022-07-19Fix negative saw (#249)DianeXD
2022-07-19Standardize Anti-Knock Agent recipes (#1143)miozune
* Standardize Anti-Knock Agent recipes * Fix cell amount
2022-07-19Correct duration and EUt for Endstone / Netherrack centrifuge (#1142)miozune
2022-07-19Chemical Plant fixes (#248)miozune
2022-07-19Add whitelist to ignore ItemData check for EBF no gas recipe generation (#163)miozune
Former-commit-id: 3651df53dd82bd208f88aecd425d50404ed74d2a
2022-07-19Fix endstone and netherrack dust recipes (#1141)xSkewer
2022-07-18generate silicon EBF recipe (#1140)chochem
2022-07-18EIG: Refuse to run instead of voiding when power is downgraded ↵Jakub
(GTNewHorizons/bartworks#161) * Just refuse to run instead of voiding * Update GT_MetaTileEntity_ExtremeIndustrialGreenhouse.java Co-authored-by: Martin Robertz <dream-master@gmx.net>
2022-07-18EIG: Refuse to run instead of voiding when power is downgraded (#161)Jakub
* Just refuse to run instead of voiding * Update GT_TileEntity_ExtremeIndustrialGreenhouse.java Co-authored-by: Martin Robertz <dream-master@gmx.net> Former-commit-id: 61e71b86cd83f3ce1755aa892acac4ac60ee92b4
2022-07-18Allow showing multiple recipe owners (#1136)miozune
2022-07-18feat(tile): onRandomDisplayTick (#1138)Léa Gris
Adds onRandomDisplayTick method to the IGregTechTileEntity interface that can proxy randomDisplayTick from block. This allows to delegate block particles to the tile, with a client-side-only processing. Includes reference implementation for the Bronze Boiler
2022-07-17Unlock structurelib autoplace to accept up to eternal coils. (#1134)Connor-Colenso
Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
2022-07-16[ci skip] Migrate github actions to GTNH-Actions-WorkflowsJason Mitchell
2022-07-16[ci skip] Migrate github actions to GTNH-Actions-WorkflowsJason Mitchell
2022-07-16[ci skip] Migrate github actions to GTNH-Actions-WorkflowsJason Mitchell
2022-07-16[ci skip] Migrate github actions to GTNH-Actions-WorkflowsJason Mitchell
2022-07-16[ci skip] Migrate github actions to GTNH-Actions-WorkflowsJason Mitchell
2022-07-16[ci skip] Migrate github actions to GTNH-Actions-WorkflowsJason Mitchell
2022-07-16[ci skip] Migrate github actions to GTNH-Actions-WorkflowsJason Mitchell
2022-07-16[ci skip] Migrate github actions to GTNH-Actions-WorkflowsJason Mitchell
2022-07-16[ci skip] Migrate github actions to GTNH-Actions-WorkflowsJason Mitchell
Former-commit-id: 4c683a3f96cf515fe536bc8c38f21ec00cdcd83b
2022-07-16Migrate github actions to GTNH-Actions-WorkflowsJason Mitchell
2022-07-16QoL for Forestry Tree breeding; have the GT scanner analyze (similar to ↵Jason Mitchell
crops) and display info on leaves genome (#1137)
2022-07-15Prevent XL Turbines from exploding from low tier dynamo (#241)xSkewer
Seems sensible, not sure why this wasn't the case already honestly.
2022-07-15Add recipe owner display (#1135)miozune
2022-07-15Don't modify unrelated recipes (#54)miozune
2022-07-15Merge pull request #21 from GTNewHorizons/modified-checkConnor-Colenso
Don't modify unrelated recipes
2022-07-15Less hacky way to get material owner (#160)miozune
Former-commit-id: dd9f3b2d70fd2aaca62348cf9612a9ad3cf14377
2022-07-15Don't modify unrelated recipesmiozune
2022-07-15Fix accidental nerf to circuit assembler (#159)miozune
* Fix accidental nerf to circuit assembler * No hacky oredict Former-commit-id: a47e1c837c549ea03a9a3993052d90397568098b
2022-07-15Expand item limit for Neutron Activator & Add back Low Quality Naquadria ↵miozune
Sulphate to the outputs from Concentrated Enriched-Naquadah Sludge (#53) * Expand item limit for Neutron Activator & Add back Low Quality Naquadria Sulphate to the outputs from Concentrated Enriched-Naquadah Sludge * updateBuildScript & spotlessApply
2022-07-15Fix large mixer not performing fluid only recipes unless any of items ↵miozune
supplied (#245)
2022-07-14Fixed oversight by me, whoops (#244)ScriptedPiky
Made the Quantum Anomaly recipe the intended 25 seconds instead of 500 seconds. This stuff is confusing as hell. The recipe still is processed at UV tier
2022-07-14Werkstoff bridge (#243)miozune
2022-07-14DTPF Fixes (#1132)Connor-Colenso
* Add overclocking. Require 1 of any energy hatch to form. Change TT support to allow recipes to start as long as total voltage is sufficient. * More OpV purging + cleanup * Save EU_per_tick to NBT. Reset EU_per_tick when machine stops to 0. Change a few comments * Fix typo * Fix typo * Fix DTPF not getting correct fuel discount. Clean up code a bit. Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
2022-07-14fix npe from get output (#1133)Yang Xizhi
2022-07-13more tiers of quad input hatches (#1123)Yang Xizhi