aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-23hotfix(SoundResource): off-by-one legacy id mapLéa Gris
2022-07-23Reverted accidental format changeminecraft7771
2022-07-23Long changes here were unnecessary, so reverted them to intminecraft7771
2022-07-23Added casts to long to fix overflow when doing the bit-manpulationminecraft7771
2022-07-23add(api/enums): particle and sound effect enumerations (#1154)Léa Gris
* add(api/enums): particle and sound effect enumerations - Adds new GregTech API enumerations: - `ParticleFX`: Enumerates known EntityFX particles. - `SoundResource`: Enumerates known sounds with, id and ResourceLocation. - Refactors code to use the new enumerations instead of string literals. - Uses `ParticleFX` and `onRandomDisplayTick` to improve or implement new particle effects for these machines: - BBF: Adds random flames in front of the firebox. - Steam machines: Changes pressure-exhaust particles to white vapour, rather than dark smoke. - Magic Energy Absorber: Adds random effect, of absorbed magical purple particles, by the EnderDragon Egg siphon. - Forge Hammer: Adds sparse random sparks, ejected from the main face.
2022-07-23update cleanroom's tooltip (#1156)Yang Xizhi
2022-07-23Added enhanced tooltips to every multiblock controllerminecraft7771
2022-07-23don't allow pollution machine in cleanroom (#1147)Yang Xizhi
2022-07-23Use accurate tanh, cache sievert decay (#168)greesyB
Former-commit-id: a69570a187bcc80037c871801b582544d4ff8805
2022-07-23Allow robot using toolbox to fix maintenance issues not specify the hatch ↵repo-alt
facing side (#1152)
2022-07-22Coil adjustmentsGTNH-Colen
2022-07-22AL description fix (#1155)chochem
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