aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/loaders
AgeCommit message (Collapse)Author
2022-08-10fix variance being overnerfed (#1239)boubou19
2022-08-09changes SC UEV and UMV fluid from helium gas to liquid helium (#1231)RIONDY 'POPlol333' Adam
2022-08-09fix(warnings): remove broad wanings suppression (#1223)Léa Gris
* fix(warnings): remove broad wanings suppression This shell script was applied to remove all instances of `@SuppressWarnings("ALL")`: ```sh grep -lr '@SuppressWarnings([[:space:]]*"ALL"[[:space:]]*)' src/ | xargs -l1 \ sed -n -i.bak '/@SuppressWarnings([[:space:]]*"ALL"[[:space:]]*)/!p' ``` * nuke @SuppressWarnings("all") in GT_NEI_DefaultHandler Case insensitive: ```sh grep -lr '@SuppressWarnings([[:space:]]*"[Aa][Ll][Ll]"[[:space:]]*)' src/ | xargs -l1 \ sed -n -i.bak '/@SuppressWarnings([[:space:]]*"[Aa][Ll][Ll]"[[:space:]]*)/!p' find src -type f -name '*.bak' -delete ``` * fix(warnings): GT_NEI_DefaultHandler * fix(warnings): GT_Mod * fix(warnings): GT_Values * fix(warnings): Materials * fix(warnings): GT_BeeDefinition * fix(warnings): GT_PostLoad * fix(warnings): GT_Worldgenloader * fix(warnings): GT_PreLoad
2022-08-09Fix oversight (#1227)miozune
2022-08-09Fix machine sounds (#1229)miozune
2022-08-07Fix rotor recipe (#1220)miozune
2022-08-07Buff Space fluid pipes to have int limit as heat limit (#1222)RIONDY 'POPlol333' Adam
2022-08-06Tesseract trans metal increase (#1218)Connor-Colenso
* Remove energised from GT5 to move to core * Buff tesseract trans metal Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
2022-08-06Fix localization failure with driller (#1215)miozune
2022-08-06Add wiremill recipe for SC UEV Base (#1214)miozune
* Add wiremill recipe for SC UEV Base * Adding UIV and UMV SC (#1213) * fixing sphalerite electrolyze recipe * beginning of UIV/UMV SC * real sc mat * real umv sc craft * fixes sc umv heat temp * Fix ID conflict * Move wiremill recipe Co-authored-by: RIONDY 'POPlol333' Adam <76914762+POPlol333@users.noreply.github.com>
2022-08-06Adding UIV and UMV SC (#1213)RIONDY 'POPlol333' Adam
* fixing sphalerite electrolyze recipe * beginning of UIV/UMV SC * real sc mat * real umv sc craft * fixes sc umv heat temp
2022-08-06fix sulfur dichloride conflicts (#1212)Yang Xizhi
2022-08-05Botania fixes (#1208)miozune
2022-08-05Add ghost circuit slot for Mass Fabricator & add circuit to NEI fake recipe ↵miozune
(#1190)
2022-08-05fixing sphalerite electrolyze recipe (#1207)RIONDY 'POPlol333' Adam
2022-08-05Show original voltage (configurable) and amperage when overclocked (#1204)miozune
2022-08-03Assembler maintenance hatch (#1193)Runakai1
* Additional Maintenance Hatch Recipe * Revert "Additional Maintenance Hatch Recipe" This reverts commit c2168dc3f536021a75cc7c5636bb7093aa27baba. * Additional Maintenance Hatch Recipe
2022-08-03Use different config for Sodium Hydride from Sodium Hydroxide (#1189)miozune
2022-08-02Remove duplicated Glycerol electrolysis recipe (#1183)miozune
2022-07-31Update GT_MachineRecipeLoader.javaMartin Robertz
fix derp
2022-07-31Update GT_MachineRecipeLoader.javaMartin Robertz
@Runakai1 thats what @miozune means
2022-07-31Added Mixer Recipe (#1177)Runakai1
Adds a recipe to create nitration mixture in the mixer with both cells.
2022-07-31Better Endgame Wireless EU (#1144)Connor-Colenso
* Basis of changes * Adjust voltage tiers to remove OpV * Better textures, move IDs around etc. * Format cleanup * Log level change * Dynamos * More stuff * More OpV purging. * Fixes * Remove wire support. * Textures * IDs * Update hatch/dynamo * New number formatter * Add default method * Add save method on world close * Cleanup old comments/debug * Author * Author * Author * Author * Restructuring of code * Unit tests * More unit tests + cleanup * Fix ID shift + add spares Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
2022-07-31Bees balance changes (#1166)Runakai1
* Modified Bees and stuff, not yet ready * Added 4 bees, changed chances, changed fluid regulator Fluid regulators require a fluid detecor cover now to reduce conflicitng recipe conflicts Added Jaegermeister Bee as an endgame bee Added Sunnarium Bee Added Glowstone Bee Added Essentia Bee for future purposes (MagicBees) Reduced chances of combs, mistakenly too high * Updated bee chanes of a few Caelestis 4->10 Uranium 2->3 Plutonum 2-3 Naquadah 1->3 Thorium 2->3 Americium 3->5 Neutronium 1->2 * Recipe changes and one bee change Changed Circuit Number of fluid regulator changed mica bee foundation changed fluid extractor recipe * fixed iron comb producing meteoric iron instead of normal Co-authored-by: Martin Robertz <dream-master@gmx.net>
2022-07-31fix small ore and cass ore (#1150)Yang Xizhi
2022-07-31Require Better Glues in Graphene Production (#1179)Steelux
- Removed the regular glue recipes for Graphene, and left only Advanced Glue ones. If GT++ is loaded, the recipes with Europium and Americium Wafers will use Super Glue instead.
2022-07-30turned small and tiny dusts into dust for crops loots (#1178)boubou19
2022-07-30Add energised tesseract (#1175)Connor-Colenso
* New recipe methods. * Pulverise tesseracts * New pulveriser method * Cleanup code * Smelting/cooling methods * Super coolant * Add hot ingot * Expand DTPF UI * Add energised tesseract * Disable incorrect freezer recipe. * Remove compressor recipe + adjust values of transcendent metal a bit. * Fix missing textures Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
2022-07-30Transcendent metal (almost) (#1171)Connor-Colenso
* New recipe methods. * Pulverise tesseracts * New pulveriser method * Cleanup code * Smelting/cooling methods * Super coolant * Add hot ingot Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
2022-07-29Giga chad token (#1169)Connor-Colenso
Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
2022-07-29A few GT Apiary Upgrade changes (#1164)Jakub
* Upgrade changes * 6 * Handle some crazy bee outputs
2022-07-29Add singleblock fluid recipe for Nitrous Oxide (#1165)miozune
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-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-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-22MultiTileEntityJason Mitchell
2022-07-21Show voltage tier of transformer for Waila (#1148)miozune
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-19Fix endstone and netherrack dust recipes (#1141)xSkewer
2022-07-15Add recipe owner display (#1135)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-13more tiers of quad input hatches (#1123)Yang Xizhi
2022-07-13Fix dependency (#1131)miozune
2022-07-13Create GT_MachineRecipeLoader.java (#1130)Yang Xizhi
saltpeter and potassium nitrade is the same thing
2022-07-12Fix carelessness with Lava centrifuge (#1128)miozune
2022-07-11Fix ID shift with Poly SI (#1121)miozune
2022-07-10gate integrated ore factory at uhv (#1114)Yang Xizhi
close https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/10606