aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/loaders/postload
AgeCommit message (Collapse)Author
2022-01-20Benzene Chain Improvements (#883)Steelux
- Changed the Charcoal fluid extraction recipe to run 4x faster, but take roughly the same amount of power; - Changed the outputs of the Wood Tar distillation to give slightly more useful outputs (Benzene, Toluene, Phenol) and less waste (Creosote, Dimethylbenzene until IV).
2022-01-18Oil Cracker Buff (#879)Steelux
- Buffed the Oil Cracker to consume less hydrogen than the LCR when hydro-cracking, and to output even more cracked fluid when steam-cracking. These buffs should make it worth to build right away compared to an LCR; - Increased the EU/t reduction from 5% to 10%, but with a limit of 50%, to give more value to early coil upgrades. Since oil setups like this aren't used at late tiers, it's more important to focus on the first tiers of coils; - Reworked the recipe time/energy cost. All recipes are now HV, matching the tier of the multi, but stay at 240 EU/t and run faster; Regarding Anti-Knock Agent: - Buffed the DT recipe to output more Anti-Knock Agent than the equivalent LCR recipe, and also reduced the total energy cost of the recipe. This recipe is part of a cycle between a Mixer and the DT, but the LCR does it it one step with perfect overclocking and without needing the height that the DT requires to do the recipe, which goes against the point of needing to distill to get Anti-Knock Agent.
2022-01-18ECE and Fuel Rebalances (#878)Steelux
* Large Boiler Rebalance - Changed Large Steel Boiler to output 1000 instead of 600 EU/t. - Changed Large Titanium Boiler to output 6000 instead of 800 EU/t. - Changed Large Titanium Boiler to output 6000 instead of 800 EU/t. - Changed Large Tungstensteel Boiler to output 18750 instead of 1000 EU/t. - Changed Titanium and Tungstensteel Boilers to output Superheated Steam instead of regular Steam. - Added an upper bound for the burn value that can be processed by the boilers, in order to prevent an overflow. - Added a lower bound for the burn value that can be processed by the boilers. This is a placeholder limitation intended to prevent the player from using the improved Titanium and Tungstensteel boilers to generate lots of power from easy solid fuels like Charcoal. A better way to implement this would be to make a whitelist of accepted fuels. The one I had in mind for these boilers was the Super Fuels, both the magic and non-magic ones. The last two boilers had terrible numbers for their tier. High numbers would allow for charcoal powergen up to IV or LuV, though, so the better boilers should only accept solid fuels that are difficult to make and need a processing chain. * Fuel Check, Water to Steam and Tooltip Fixes - Changed the Titanium and Tungstensteel Boilers to only consume the Super Fuels. They are checking for their burn values, which are unique - this is a hotfix, this should be implemented as a whitelist that can be changed in the config file, but I do not know how to do this; - Changed the code in the tooltips to differentiate between the two types of boilers without copypasting; - Changed the water consumption when producing Superheated Steam, to maintain the amount of Distilled Water. * Powergen Rebalance 1 - Changed Titanium Boiler from 6000 to 4000 EU/t; - Changed Tungstensteel Boiler from 18750 to 16000 EU/t. * ECE and Fuel Rebalance - Changed Biodiesel fuel value from 256k to 320k EU; - Changed Benzene fuel value from 288k to 360k EU; - Changed Cetane-Boosted Diesel fuel value from 720k to 1M EU; - Changed High Octane Gasoline fuel value from 1.728M to 2.5M EU; - Changed the recipe of Biodiesel to CBD to output 900L instead of 750L per 1000L of Biodiesel, to account for the fuel value change; - Reduced the LOX consumption of the ECE from 320 to 80 L/s. A quad Vacuum Freezer setup, with 3 HV and 1 EV can feed one ECE; - Small changes to the EU/t of the ECE due to it all being coded with ints in a specific format, where doubles caused several rounding errors. The boosted output amount is very similar to how it was before; - Added a condition to the LCE to not burn HOG if it does not have Oxygen to boost it, since it generated power without consuming any fuel due to its consumption being smaller than 1 L/t, and therefore rounded down to 0.
2021-12-30Refactors for easier reading (#839)Jason Mitchell
* Refactors * Common functionality to base classes * GT Pre/Postload broken into more modular pieces * Extract common (mainly cover related) functionality from BaseMetaTileEntity & BaseMetaPipeEntity
2021-12-30fix iron tank dupe (#840)bombcar
* fix iron tank dupe * fix dupe
2021-12-19fix salt water recipe (#826)Martin Robertz
* fix salt water recipe 1000 water get 1000 Salt water adjust mixing time to 5 secs change salt water to distilled water as well * add old recipe ratio back 2k water 2k saltwater per salt * Revert "add old recipe ratio back 2k water 2k saltwater per salt" This reverts commit e59bad2c9d115db9725a21b518bd945c4e180e65.
2021-12-18add a quick way to clear tank (#823)Yang Xizhi
2021-12-16ash recipe wasnt changedMartin Robertz
fix now to full dust
2021-12-16change how controlcircuits used to prevent circuits get consumed when added ↵Martin Robertz
to a recipe (#816)
2021-12-16fix recipe conflict (#815)Yang Xizhi
* fix recipe conflict the lubricant one ciruit is conflcit with the gas one. and also removed three duplicated recipes * add back the dt recipe * add ciruit
2021-12-15fix change the recipe of the stone dust to give full dust in output #9138 (#809)Martin Robertz
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/9138 remove alternative stone sudt recipes. Not used in GTNH
2021-12-15change ash centrifuge recipe using full dust (#812)Martin Robertz
remove config option
2021-12-13Tweaked flue amount for graphene (#799)Florexiz
Increased to 250mb of glue for sake of automation, 200 isn't really used
2021-12-13change graphene recipe again (#797)Glease
2021-12-10change Graphene recipes (#792)Martin Robertz
* change Graphene recipes add new tiered recipes * move graphene recipe one tier up
2021-12-09remove duplicate recipes (#789)bombcar
2021-12-08Try to fix GT covers limited to 1 plate #9028 (#787)Martin Robertz
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/9028 New railcraft tanks recipe conflicts #9026 https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/9026
2021-12-07fix Iridium alloy ingot missed recipe #9020Martin Robertz
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/9020
2021-12-06fix No recipe for Railcraft Osmium Tank #9010Martin Robertz
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/9010
2021-12-04https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/pull/8984#issuecomm ↵Martin Robertz
ent-986010006 (#778) put stackzize from snwoballs, enderpearls and eggs into gt code
2021-11-20Merge pull request #742 from GTNewHorizons/New_RC-TanksMartin Robertz
New rc tank assembler recipes
2021-11-19Merge pull request #738 from GTNewHorizons/tankchest-reworkMartin Robertz
2021-11-19Add MTBE as an alternative to ETBE in HOG productionGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-11-18make tank/chest keep its contents when harvstedGlodBlock
2021-11-17Change 2H2+O2=H2O recipeGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-11-15Merge pull request #731 from GTNewHorizons/patch-titanium-tweakMartin Robertz
Tweak rutile and magnesium chloride recipe time
2021-11-14fix derpMartin Robertz
(cherry picked from commit 44940486e339568159a73706ac70eda35876370f)
2021-11-14fix tank recipeMartin Robertz
(cherry picked from commit 9ce18d253432553b95860159ad6f7161d3e6c440)
2021-11-14add assembler recipes for new RC Tanks VipMartin Robertz
2021-11-14fix hsss mixer recipeMartin Robertz
(cherry picked from commit 40150c997c0ee325c6283fc943afff01f6589196)
2021-11-14fix hsss mixer recipeMartin Robertz
2021-11-14Tweak rutile and magnesium chloride recipe timeGlease
This makes the titanium foundry a little easier to build, as now the chemical reactor processing rutile and magnesium chloride can reach a 1:1 ratio, which is much easier to manage than the previous 5:3 ratio. Magnesium chloride recipe EU/t is increased to keep the overall EU consumption the same (312000EU).
2021-11-14fix recipe valuesMartin Robertz
2021-11-14fix black steel, red steel and blue steel mixer recipeMartin Robertz
2021-11-13Merge pull request #727 from D-Cysteine/fix-universal-cellMartin Robertz
Remove glass from universal fluid cell
2021-11-13Sulfur dioxide circuit to #3Florexiz
Changed circuit used in production of sulfur dioxide to prevent indirect conflict mentioned https://discord.com/channels/181078474394566657/522098956491030558/908819460318703667
2021-11-12Remove glass from universal fluid cellD-Cysteine
2021-11-11Add 4 Slots to mixer output at hvMartin Robertz
re add red steel and Blue Steel recipe (hv) change fluid tank in Ev Mixer
2021-11-09change circuit in hv Black Steel recipeMartin Robertz
2021-11-09Merge branch 'experimental' into No-Hand-MixingMartin Robertz
2021-11-09add new balck steel hv recipeMartin Robertz
2021-11-09change HSSG HSSE and HSSS recipe voltageMartin Robertz
fix Black bronze and Bismuth Bronze recipe
2021-11-08remove red steel, blue steel and black steel from hand craftingMartin Robertz
2021-11-07Merge pull request #719 from GTNewHorizons/patch-sulfuric-acid-dupeMartin Robertz
Remove sulfuric acid dupe in ITNT production cycle
2021-11-07Remove sulfuric acid dupe in ITNT production cycleGlease
Currently, it's 100L sulfuric acid -> 200L nitration mixture -> 200 diluted sulfuric acid -> 133l sulfuric acid. This sulfuric acid gain makes no sense at all. This change would reduce the sulfuric acid gained from recycling to 100L, the same as what you put into the reaction, making it sulfur neutral instead of sulfur positive.
2021-11-07fix a few colliding recipesDreamMasterXXL
(cherry picked from commit 81c04f063a6b550dbf83ea7f59c387948418fa97)
2021-11-07fix Phthalic Acid Cell recipe missing #8787DreamMasterXXL
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/8787 (cherry picked from commit d78eaaa01fc183568040702f321b9ba12c3f2407)
2021-11-06remove Handcraft mixer recipes.DreamMasterXXL
2021-11-03Fix VinylChloride recipeGlease
2021-10-30Merge branch 'experimental' into BoxinatorMartin Robertz