aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-06-26LFTR chemistry fixes + samarium (III) chloride chemical formula fix (#2645)hallucinogender
* Update RecipeLoader_Nuclear.java Start of LFTR fixes. * Update MaterialGenerator.java * Corrected chemical formula of Li2CO3 + Ca(OH)2 * Fixed samarium chloride chemical formula * Revert item to fluid ratio change * Second round of fixes - Revert item:fluid ratio change from initial fix attempt - Recipes: - Autoclave: - 1 zirconium dust + 4000 chlorine = 1 zirconium pellet - Blast furnace: - Fixed chemistry of lithium tetrafluoroberyllate - Uses solid rule - Chemical bath: - Fixed chemistry of lithium fluoride from lithium carbonate - Chemical reactor: - Fixed chemistry of producing Li2CO3 + Ca(OH)2 compound dust - Ca(OH)2 is treated as 1 calcium + 2 oxygen + 2 hydrogen rather than 1 calcium + 2 hydroxide - This is for consistency with how it is produced and used elsewhere - Fixed chemistry of lithium fluoride from lithium hydroxide - Fixed chemistry of producing lithium hydroxide fluid - Fixed chemistry of beryllium hydroxide production - Uses solid rule - Fixed chemistry of ammonium bifluoride production - Uses solid rule - Fixed chemistry of sodium fluoride production - Dehydrator: - Fixed chemistry of using Li2CO3 + Ca(OH)2 compound dust - See previous note regarding calcium hydroxide - Fixed chemistry in both recipes for zirconium tetrafluoride dust - Preliminary fix for ammonium tetrafluoroberyllate production - Requires cell volume fix for molten fluids - Otherwise requires migrating to LCR - Preliminary fix for ammonium tetrafluoroberyllate dehydrating - Requires cell volume fix for molten fluids - Otherwise requires migrating to LCR - Macerator: - 1 zirconium pellet = 5 ZrCl4 dust - Mixer: - Fixed chemistry of uranium tetrafluoride production - This breaks LFTR balance, to be fixed once chemistry is fixed * Ammonium tetrafluoroberyllate recipes Fixes ammonium tetrafluoroberyllate recipes to circumvent currently-incorrect cell volumes by using dust forms of beryllium hydroxide, ammonium bifluoride, and beryllium fluoride. * Lithium tetrafluoroberyllate melting fix Reverted previous change to item:fluid ratio for lithium tetrafluoroberyllate. * Chemical formula adjustments Adjusted formula of calcium hydroxide to be consistent with how it is used everywhere (i.e. 1 part calcium, 2 parts oxygen, and 2 parts hydrogen, rather than 1 part calcium and 2 parts hydroxide as the previous formula implied). Also adjusted formula and name of the lithium carbonate + calcium hydroxide compound. * sa+bs * Update WerkstoffMaterialPool.java --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2024-06-26Remove crates (#2687)boubou19
* remove crates * Add placeholder oreprefix To be used in cases where a prefix is removed that isnt at the end of a list. Causes blank items for existing items * spotless --------- Co-authored-by: Caedis <Caedis@users.noreply.github.com>
2024-06-25Microoptimizations for GT_MetaTileEntity_BasicTank.onPreTick (#2688)Raven Szewczyk
2024-06-24Move some mixins to hodgepodge (#2633)Jason Mitchell
* Move some mixins to hodgepodge
2024-06-24make crop tooltip appropriate (#2684)chochem
change tooltip
2024-06-24Clean crafting achievements (#2662)boubou19
* clean up crafting achievements * spotless
2024-06-24Add oredict for LV and HV circuits (try no 2) (#2682)chochem
* blacklist ic2 ciruits from unificator * fix 2 circuit oredicts * move cleanroom assembler recipe * remove unittest that needs nhcoremod to work * fix electronic circuit recipe * move recipe to better place and avoid duplicates * move fluid filter recipe
2024-06-24Put some sanity in GT_MetaGenerated_Item_02/03 and in ↵boubou19
GT_MetaGenerated_Tool_01 (#2659) * enum work * sorting the class * extracting the enum in its own class * initial enum work for GT_MetaGenerated_Item_03 * split * finished enum work * extract enum in its own class * migrate to enum * remove duplicated recipes * sorted enums * extracted enum in its own class * spotless * fix compilation errors * spotless * fix mistake
2024-06-24Put some sanity in GT_MetaGenerated_Item_01 (#2649)boubou19
* set coin ids in enum * extract coin shapeless recipes * Arrows * splitting more * mold shapes * big split * split behaviors * spotless * enumerated shapes * more enum work * continuing enum work * new batch of enum work * last enum work * Sort enum by IDs * move enum into its own class * public field
2024-06-23Fix EBF & multi smelter scanner info (#2681)HoleFish
fix
2024-06-21Fix a vat recipe conflict (#2677)chochem
add circuit
2024-06-19Add bonus for using higher tier CoAl casings (#2668)GDCloud
* add bonus for higher tier casings * add tooltip info
2024-06-17Sludge fixes (and buff) (#2667)chochem
what a sludge
2024-06-15Add DetravScannerMod to mods enum (#2663)ah-OOG-ah
2024-06-12Fix random stocking hatch extraction fail (#2655)Jakub
2024-06-12Fix stocking bus division by zero (#2658)NotAPenguin
Fix stocking bus divide by zero when loading a data stick without refreshTime tag
2024-06-09Fix typo in wind meter (#2653)Reagan
Fix typo in wind mete
2024-06-09Fix Mega ABS coils discount (#2646)skyinr
Fix Coil Discount
2024-06-09Add configurable tick rate to yottank via EM parameters (#2643)Jakub
* Add configurable tick rate to yottank * More precise * Fix possible logic bug
2024-06-08Change percentages in maintenance cover to reflect reality (#2644)Pxx500
change precentages
2024-06-07Maintenance cleanup (#2632)HoleFish
* cleanup * waila * fix & compatibility --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2024-06-07Allow the controller slots of multiblocks to be automated (#2639)NotAPenguin
Allow multiblock controllers to mark internal slots as automatable, and mark the controller slot of PA, AAL and CAL as such
2024-06-07Add Steam Multi (#2631)evgengoldwar
* add Steam Centrifuge * add Steam Washer * Change Steam Washer * Change Steam Multi * Fix tooltip Washer * Change Washer * Change Steam Multi * add id comment * update deps + sa * Added centrifuge tiers * Added washer tiers * Added compressor tiers * Added macerator tiers * Delete fixAllMaintenanceIssue(); * Delete fixAllMaintenanceIssue(); * Changed recipes * Added meaningful names * sa + update bs --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2024-06-06Fix a small logic bug in Bartworks' glass (#2640)初夏同学
2024-06-06Fix Crop Manager description (#2642)Marek Frydrych
2024-06-06Update GT_Proxy.java to Remove Natura OreDict Restriction. (#2641)nman1300
2024-06-05Make GT++ weights consistent with the other weights (#2636)boubou19
2024-06-03Added One Time Rebalance Button to LSC (#2635)reign
* Added one time use instant rebalance button to LSC * Update src/main/java/common/tileentities/GTMTE_LapotronicSuperCapacitor.java Co-authored-by: NotAPenguin <michiel.vandeginste@gmail.com> --------- Co-authored-by: NotAPenguin <michiel.vandeginste@gmail.com>
2024-05-30Complete backend rework of the EIG (#2616)Raven Szewczyk
* Complete backend rework of the EIG * Mergening Related Updates Also some loader references refactoring * fix (cherry picked from commit 7fd5d7417bddfb6e49ede3986d9a547f15b21289) * More Mergening fixes Updates the declaration of the stem mixin to match the new format. * Inline EIG IC2 bucket constants addresses: https://github.com/GTNewHorizons/GT5-Unofficial/pull/2616#discussion_r1620596497 * Fix Seed Removal in regular seed simulations Should address https://github.com/GTNewHorizons/GT5-Unofficial/pull/2616#discussion_r1620583338 --------- Co-authored-by: Guillaume Mercier <10gui-gui10@live.ca> Co-authored-by: Martin Robertz <dream-master@gmx.net>
2024-05-29Concrete backfiller - Added the ability to fill liquid (#2623)evgengoldwar
* lang file * sa * Update GT_MetaTileEntity_ConcreteBackfillerBase.java remove star imports * Restore original logic * Save and load NBT --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2024-05-27Bartworks cleanup (#2628)HoleFish
* cleanup * fix typo
2024-05-27add 3rd recipe for platinum concentrate precipitation (#2622)Glease
* add 3rd recipe for platinum concentrate precipitation * use static imports * hide the transitional recipe and add a line of comment as reminder * unhide
2024-05-27Fix AAL not loading parallel count from NBT correctly (#2627)NotAPenguin
2024-05-27Prevent crash when custom drops are disabled in core mod (#2625)Jakub
* Null check * Spotless apply for branch drops for #2625 (#2626) spotlessApply Co-authored-by: GitHub GTNH Actions <> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-05-26Asm->Mixin conversion (#2620)Raven Szewczyk
* Set up early and late mixins hodgepodge-style * Port bartworks asm to mixins * Wire up bartworks asm configs * Fix wrong mixin targets * Remove the coremod dependency * update deps --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2024-05-26Leaves, Breads and Pizzas re texture (#2606)BlueHero233
* Leaves, Breads and Pizzas re texture * Crop Blocks Added
2024-05-26fix line mode toggle broken on MP (#2611)Glease
* fix line mode toggle broken on MP * fix more client only method * spotless * change to client initiated mode switch instead
2024-05-26Mod load check refactors (#2621)chochem
* deprecate LoaderReference * replace all uses of LoaderReference * delete loaderreference * mod loaded checks in gagreg * remove modloaded checks for merged mods
2024-05-25remove need of nhcoremod for items (#2617)chochem
* remove need of nhcoremod for items * add comments
2024-05-25Fix startup crashRaven Szewczyk
2024-05-25Fix Lanthanides tagsRaven Szewczyk
2024-05-25Merge Lanthanides sourcesRaven Szewczyk
2024-05-25Merge Lanthanides root and mcmod.infoRaven Szewczyk
2024-05-25Relocate KubaTech mixinsRaven Szewczyk
2024-05-25Fix TagsRaven Szewczyk
2024-05-25Migrate kubatech source codeRaven Szewczyk
2024-05-25Migrate KubaTech root and mcmod.infoRaven Szewczyk
2024-05-25Fix GoodGenerator TagsRaven Szewczyk
2024-05-25Move GoodGen sourcesRaven Szewczyk
2024-05-25Migrate GoodGen root and mcmod.infoRaven Szewczyk