aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-28Changed case count on microwave grinder and switchminecraft7771
2022-07-27Fix when FluidStack is nullAlexandre Tardif
2022-07-27Prevent internal ender tank to shift thier fluid by saving them by name ↵Alexandre Tardif
instead of by ID
2022-07-28Merge remote-tracking branch 'origin/master'GTNH-Colen
2022-07-27Add new foils (#253)Connor-Colenso
Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
2022-07-27Remove extra spacingAlexandre Tardif
2022-07-27Changed ender link covers frequency to be text instead of a color hexAlexandre Tardif
2022-07-27Merge pull request #60 from alexandre-tardif/fix/ender-link-privateConnor-Colenso
Fix ender link cover private mode
2022-07-27Fix electric implosion compressor not accepting fluid recipes. (#164)Connor-Colenso
* Bump dep * Attempt to fix EIC. * actually fix not performing fluid recipes Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com> Co-authored-by: miozune <miozune@gmail.com> Former-commit-id: fb5bb37ec76e3394434e2456779bcfe4b8c071a3
2022-07-27Fix Samarium Simple Washermiozune
2022-07-27Make ender link cover private channel workAlexandre Tardif
2022-07-27Rework Turbine Materials and Useless Space Ores (#1146)Steelux
- Changed the flow calculation system to account for multipliers, which can be customized for every material without changing existing material stats; - Greatly improved materials matching some space ores that aren't used for anything (these ores will get tiered EBF recipes like Oriharukon did); - Changed some other materials that currently aren't used for turbines.
2022-07-27Merge pull request #22 from GTNewHorizons/fix-replacementMartin Robertz
Various fixes for ore processing replacements
2022-07-27Some LES bug fixes (#57)DianeXD
* Add mod check to prevent unexpected crash * Fix wrong NBTbase type * Fix some missing Essentia * Change incorrect text * careless * Use the correct random function
2022-07-27Fix duplicated recipes being generated for Large Centrifuge (#55)miozune
* Fix duplicated recipes being generated for Large Centrifuge * load before gtpp * longer timeout
2022-07-27longer timeoutmiozune
2022-07-27Add water voiding recipe for Calcium Acetate Solution (#1163)miozune
2022-07-27Move Industrial Apiary to gregtech (#1107)Jakub
* Industrial Apiary * Make Forestry not required. * Add support for gendustry upgrades and lower energy demand * Add item validation to input slots and fix battery + special slots * Automation upgrade support and bug fixes * Better canWork check and flower detection * GUI work * Better detection of modifier update * Add button to cancel process * Add textures * Tooltip changes * Add convert crafting * Make top and sides glow * Bug fix * New textures * Add bee effects * Make all tooltips translatable * Implement GT Apiary Upgrades * Prevent inserting too many upgrades * Just require gendustry instead of checking it everywhere * Add blacklist (bug fix) and use hashsets instead of arrays * Cache beemember to do effects * Make blacklist automatic * Add acceleration upgrades for all tiers (LV -> UV) * Lock the machine to maxspeed by default * Correct required energy in info tooltip * Use isUpgrade method instead of manually checking * Lower amperage to 4 * Save locked speed to nbt
2022-07-27EIG: Add support for several seeds (GTNewHorizons/bartworks#167)Jakub
* Support seed food (carrot/potato) * Fix netherwart * Fix stem seeds (melon like) * Add support for cactus and sugar cane
2022-07-27EIG: Add support for several seeds (#167)Jakub
* Support seed food (carrot/potato) * Fix netherwart * Fix stem seeds (melon like) * Add support for cactus and sugar cane Former-commit-id: 9b9b181c42d7ccca3d2ec6b2f88d1cdc53c99b74
2022-07-27Merge pull request #59 from alexandre-tardif/fix/powerpassConnor-Colenso
Fix Power Pass cover
2022-07-26Fix Power Pass coverAlexandre Tardif
2022-07-26Allow PA to parallel over 64 for UEV+ machines (#1162)Alexandre Tardif
* Allow PA to parallel over 64 for UEV+ machines * Uncap parallel for locked recipes
2022-07-26Correct melting point for Hydrazine (#252)miozune
2022-07-26Merge pull request #58 from minecraft7771/ParametrizerX_BugfixMartin Robertz
Parametrizer X Bugfix
2022-07-26New material + item + texture changes. (#1161)Connor-Colenso
Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
2022-07-25Improved tesla tower tooltipminecraft7771
2022-07-25Update NEI (#1158)miozune
2022-07-25Fix configuration circuit usage for bigger boilers (#1139)repo-alt
* Fix configuration circuit usage for bigger boilers * isIntegratedCircuit refactored
2022-07-25Set Huge Turbines to Higher Efficiency than Large (#1151)Steelux
- Changed Huge Turbines (the rotor items) so that they have 25% efficiency added to what Large Turbines have, instead of 20% less.
2022-07-25For Cloud <3GTNH-Colen
2022-07-25FixesGTNH-Colen
2022-07-25OppsGTNH-Colen
2022-07-25Bump depGTNH-Colen
2022-07-25Prelim UMV parts recipes + Stargate adjustment + Reformat GT parts codeGTNH-Colen
2022-07-24load before gtpp, not sure why this is workingmiozune
2022-07-24Various fixes for ore processing replacementsmiozune
2022-07-24Added Quantum Processing Machine tooltipminecraft7771
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