aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-31Remove Recipes for LCR Rocket FuelsSteelux8
- Removed the recipes in the processing lines that make the LCR rocket fuels, other than CBD. The fuels should still be usable as before, if they were crafted in advance.
2022-07-31Actually remove the passive lossAlexandre Tardif
2022-07-31Remove the loss from buck convertersAlexandre Tardif
2022-07-31Merge pull request #62 from alexandre-tardif/fix/ender-link-fluid-shiftMartin Robertz
Fix Ender fluid link cover saving data so it doesn't shift fluid when updating
2022-07-31Transform old stored fluidsAlexandre Tardif
2022-07-31Switched diode UHV craft SC UHV->UV, a bit of comment and apparence ↵RIONDY 'POPlol333' Adam
formating (#173) Former-commit-id: 771bb6426b5ffe49d9d127e2873a29622f3b8a6b
2022-07-31Buffed Oganesson in Fusion to Beat Replication (#131)Steelux
- Changed the Oganesson fusion recipe to reduce total EU cost from around 750M EU to 215M, which matches the EU cost in the replicator multi. - Changed the recipe time to make the crafting faster, but not nearly as fast as the replicator multi. Former-commit-id: f325233720c1dd283dff139f38559efb01b44bb5
2022-07-31Merge pull request #65 from GTNewHorizons/UMV-StuffMartin Robertz
UMV part usage
2022-07-31Change Durability Loss Speed in XL Turbines (#250)Steelux
- Change the values for the speed of durability loss of rotors in XL Turbines, given that this loss scales with EU/t, and is not a fixed number as the speed of the multiblock changes.
2022-07-31Reduce MT Sunnarium recipe time to 30s at EV (#246)xSkewer
* Reduce MT Sunnarium to 600t (30s) at EV * Correct numbers
2022-07-31Disable input filter on input buses by default (#1167)xSkewer
2022-07-31Fix clicking FluidDisplay not working with digital tank overflow mode (#1149)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-31comment (#1153)Jakub
2022-07-31fix sc steam turbine do damage turbine in loose mode (#60)Yang Xizhi
2022-07-31fix small ore and cass ore (#1150)Yang Xizhi
2022-07-31Require Super Glue in Higher Graphene Production (#256)Steelux
* Require Super Glue in Higher Graphene Production - Edited the existing Super Glue recipes to make Graphene with some wafer inputs, to match the other PR that makes these the only option with these wafers. * Fix Europium Wafer Input Amount
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-31Allow input bus separation on the Alloy Blast Smelter (#257)xSkewer
2022-07-30Merge pull request #66 from chochem/better-xsmdConnor-Colenso
Allow xsmds for wetwaremainframe
2022-07-30Merge pull request #63 from alexandre-tardif/fix/recipe-front-rotation-toolConnor-Colenso
Add a recipe for the Front rotation tool
2022-07-30allow xsmd for wetwaremainframechochem
2022-07-30Botania Materials with custom textures (#1168)Connor-Colenso
* Move materials to new class and remove some old comments. * Move materials to new class and remove some old comments. * New mat textures * RGB Fixes * Change material stats Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
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-30Definitely intendedGTNH-Colen
2022-07-30OppsGTNH-Colen
2022-07-30UMV part usageGTNH-Colen
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-30Make Fusion Reactor shut down on energy shortage (#1174)miozune
2022-07-30Fix plasma turbine fuel overflow (#1173)Alexandre Tardif
* Allow PA to parallel over 64 for UEV+ machines * Uncap parallel for locked recipes * Fix fuel overflow for Plasma Turbines Co-authored-by: Alexandre Tardif <alexandre.tardif@nexusinno.com>
2022-07-30Merge pull request #64 from GTNewHorizons/Stargate-UMVboubou19
SG UEV parts -> UMV parts
2022-07-30UMV part usageGTNH-Colen
2022-07-30Add a recipe for the Front rotation tool.Alexandre Tardif
2022-07-30Allow Bacterial Vat overclock via double hatches (#172)Alexandre Tardif
Co-authored-by: Alexandre Tardif <alexandre.tardif@nexusinno.com> Former-commit-id: ff1fe0d84153897645eeb32d28ef3df0511e5a43
2022-07-30LCR Coil, Aesthetics (#1172)RIONDY 'POPlol333' Adam
2022-07-30Expose some of the NEI methods and fields to addons (#1159)miozune
* Expose NEI description y offset so that large GUI from addons can fit in * more protected * more protected
2022-07-29New coil textures. Credit to GDCloud and BlueRaven. (#1170)Connor-Colenso
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-29Merge pull request #61 from alexandre-tardif/fix/ender-link-cover-text-frequencyConnor-Colenso
Change ender fluid link covers frequency to be text instead of a color hex
2022-07-29Fix ConcurrentModificationException (#59)DianeXD
2022-07-29Merge pull request #56 from GTNewHorizons/Coil-Adjustmentsboubou19
Endgame adjustments
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-29Enable back piston work and use compacted inputs to check the recipe. ↵Jakub
(GTNewHorizons/bartworks#169) * Piston and compacted inputs * tx * Input Hatch in structure info * Maintenance hatch in structure info * Rewrite piston process * Config value
2022-07-29Enable back piston work and use compacted inputs to check the recipe. (#169)Jakub
* Piston and compacted inputs * tx * Input Hatch in structure info * Maintenance hatch in structure info * Rewrite piston process * Config value Former-commit-id: 98c522eeb02d75c009213cc1df5ef50b860497ea