Tech Reborn

Tech Reborn

30M Downloads

No way to make Helium. Missing Centrifuge/Electrolyzer Recipes.

VermillionX opened this issue ยท 6 comments

commented

Latest version of TechReborn:
Recipes are missing for the electrolyzer and centrifuge to make a large number of things that they previously did.
Can no longer:

  • Centrifuge sap for rubber
  • Centrifuge Platinum Dust for Iridium Nuggets
  • Centrifuge Redstone Dust for small chrome and whatever else the recipe gave.
  • Electrolyze Endstone Dust for Helium and Helium3 (Required to make the fusion reactor)
  • Electrolyze Glowstone Dust for Helium and whatever else it gave.
    Doubtless there are others i'm missing.

On a similar note: I've had to re-add them from memory with Crafttweaker. But even those don't work properly as the centrifuge/electrolyzer have problems functioning with multiple inputs via crafttweaker'd recipes.
See here: #1433
Another player on the server i'm on.

commented

Sap is there:
image

Platinum dust is also there
image

Redstone is there
image

Endstone dust is a centrifuge recipe. Same for glowstone
image

These screenshots are from dev version. I've checked only sap on current release and it was there also.
Maybe some other mods are affecting these recipes. Anything interesting in startup log?

commented

Below are all the script changes made that are relevant to TechReborn's machines:

mods.techreborn.centrifuge.removeInputRecipe(<ore:dustBronze>);
mods.techreborn.centrifuge.removeInputRecipe(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "lava", Amount: 1000}}) * 16);
mods.techreborn.centrifuge.addRecipe(<techreborn:smalldust:53> * 18, <techreborn:smalldust:14> * 6, <techreborn:smalldust:17> * 3, <techreborn:smalldust:55>, <techreborn:dynamiccell>.withTag({Fluid: {FluidName: "lava", Amount: 1000}}) * 16, null, 12500, 1000);
mods.techreborn.compressor.removeRecipe(<ic2:plate:4>);
mods.techreborn.chemicalReactorRecipe.addRecipe(<ic2:dust:13> * 3, <techreborn:dynamiccell>.withTag({Fluid: {FluidName: "fluidcompressedair", Amount: 1000}}), <techreborn:dynamiccell>.withTag({Fluid: {FluidName: "fluidsilicon", Amount: 1000}}), 2500, 120);
mods.techreborn.centrifuge.addRecipe(<appliedenergistics2:material:5> * 4, <techreborn:dynamiccell> * 2, null, null, <techreborn:dynamiccell>.withTag({Fluid: {FluidName: "fluidsilicon", Amount: 1000}}) * 2, null, 3200, 120);
mods.techreborn.centrifuge.addRecipe(<ic2:nuclear:5>, <techreborn:dust:52> * 2, <ic2:dust:15> * 15, <minecraft:sand> * 8, <techreborn:dust:63> * 48, null, 42000, 80);
mods.techreborn.chemicalReactorRecipe.addRecipe(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "ic2distilled_water", Amount: 1000}}) * 8, <techreborn:dynamiccell>.withTag({Fluid: {FluidName: "water", Amount: 1000}}) * 8, <techreborn:dust:30>, 1400, 120);
mods.techreborn.chemicalReactorRecipe.addRecipe(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "fluidglyceryl", Amount: 1000}}) * 3, <techreborn:dynamiccell>.withTag({Fluid: {FluidName: "fluidnitrogen", Amount: 1000}}) * 2, <techreborn:dynamiccell>.withTag({Fluid: {FluidName: "fluidsulfuricacid", Amount: 1000}}), 600, 24);
mods.techreborn.centrifuge.addRecipe(<techreborn:smalldust:55>, <techreborn:nuggets:7>, <techreborn:dust:27> * 3, <minecraft:sand> * 6, <appliedenergistics2:material:45> * 21, <techreborn:dynamiccell>.withTag({Fluid: {FluidName: "fluidsulfuricacid", Amount: 1000}}), 1200, 200);
mods.techreborn.chemicalReactorRecipe.addRecipe(<forestry:phosphor>, <techreborn:dust:37>, <techreborn:dust:52>, 4000, 64);
mods.techreborn.centrifuge.addRecipe(<techreborn:part:35>, <techreborn:part:35>, <techreborn:dynamiccell> * 3, null, <techreborn:dynamiccell>.withTag({Fluid: {FluidName: "fluidcarbonfiber", Amount: 1000}}) * 3, null, 3200, 120);
mods.techreborn.centrifuge.addRecipe(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "fluidoil", Amount: 1000}}) * 32, <techreborn:dynamiccell>.withTag({Fluid: {FluidName: "fluidmethane", Amount: 1000}}) * 4, <minecraft:gravel> * 20, null, <thermalfoundation:ore_fluid:1> * 32, <techreborn:dynamiccell> * 36, 500, 120);
mods.techreborn.centrifuge.addRecipe(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "fluidoil", Amount: 1000}}) * 32, <techreborn:dynamiccell>.withTag({Fluid: {FluidName: "fluidmethane", Amount: 1000}}) * 4, <minecraft:sand> * 20, null, <thermalfoundation:ore_fluid> * 32, <techreborn:dynamiccell> * 36, 480, 120);
mods.techreborn.industrialElectrolyzer.addRecipe(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "fluidnitrogen", Amount: 1000}}) * 4, <techreborn:dynamiccell>.withTag({Fluid: {FluidName: "ic2oxygen", Amount: 1000}}) * 12, <techreborn:dynamiccell> * 16, null, <techreborn:dynamiccell>.withTag({Fluid: {FluidName: "fluidcompressedair", Amount: 1000}}) * 32, null, 480, 128);
mods.techreborn.scrapbox.removeRecipe(<techreborn:nuggets:16>);
mods.techreborn.scrapbox.removeRecipe(<techreborn:nuggets:17>);
mods.techreborn.scrapbox.removeRecipe(<techreborn:nuggets:7>);
mods.techreborn.vacuumFreezer.addRecipe(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "ice", Amount: 1000}}), <techreborn:dynamiccell>.withTag({Fluid: {FluidName: "ic2distilled_water", Amount: 1000}}), 300, 128);
mods.techreborn.vacuumFreezer.addRecipe(<quark:biome_cobblestone:1> * 16, <minecraft:cobblestone> * 16, 300, 32);
mods.techreborn.vacuumFreezer.addRecipe(<quark:biome_cobblestone> * 16, <minecraft:magma> * 16, 300, 32);
mods.techreborn.assemblingMachine.addRecipe(<techreborn:part:29> * 2, <techreborn:cable:5> * 8, <techreborn:plates:4> * 2, 160, 128);
mods.techreborn.assemblingMachine.addRecipe(<techreborn:part:30>, <techreborn:part:29>, <techreborn:plates:21> * 2, 320, 128);
mods.techreborn.assemblingMachine.addRecipe(<techreborn:part:25> * 8, <techreborn:part:30>, <techreborn:plates:34> * 8, 240, 128);
mods.techreborn.assemblingMachine.addRecipe(<techreborn:machine_frame>, <techreborn:part:25>, <techreborn:plates:34> * 6, 160, 128);
mods.techreborn.assemblingMachine.addRecipe(<techreborn:machine_frame:1>, <techreborn:part:25> * 3, <techreborn:machine_frame>, 200, 128);

mods.techreborn.fluidGen.addSemiFluid(<fluid:creosote>, 20);
mods.techreborn.fluidGen.addSemiFluid(<fluid:biomass>, 6.25);
mods.techreborn.fluidGen.addSemiFluid(<liquid:fluidchlorite>, 45);
mods.techreborn.fluidGen.addGasFluid(<liquid:ic2biogas>, 16.25);
mods.techreborn.fluidGen.addGasFluid(<liquid:ic2oxygen>, 12.5);
mods.techreborn.fluidGen.addGasFluid(<liquid:ic2hydrogen>, 15);
mods.techreborn.fluidGen.addGasFluid(<liquid:refined_oil>, 265);
mods.techreborn.fluidGen.addDieselFluid(<liquid:refined_fuel>, 299);
mods.techreborn.fluidGen.addDieselFluid(<liquid:biodiesel>, 150);
mods.techreborn.fluidGen.addDieselFluid(<liquid:bio.ethanol>, 150);

mods.techreborn.distillationTower.addRecipe(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "ic2distilled_water", Amount: 1000}}) * 16, null, null, null, <techreborn:dynamiccell>.withTag({Fluid: {FluidName: "water", Amount: 1000}}) * 16, null, 1800, 10);
mods.techreborn.distillationTower.addRecipe(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "refined_oil", Amount: 1000}}) * 10, null, null, null, <techreborn:dynamiccell>.withTag({Fluid: {FluidName: "coal", Amount: 1000}}) * 10, null, 1200, 13);
mods.techreborn.distillationTower.addRecipe(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "bio.ethanol", Amount: 1000}}) * 16, <techreborn:dynamiccell> * 24, <ic2:crafting:20> * 3, null, <techreborn:dynamiccell>.withTag({Fluid: {FluidName: "biomass", Amount: 1000}}) * 40, null, 1200, 18);

Not included are normal crafting recipes added/removed.

Note: The removal of Bronze Dust from the centrifuge was because you have a dupe. You get more dusts back from centrifuging than is used to craft the dust.
The same goes for IC2 lapis plates being made from any dye.

commented

Removed crafttweaker's scripts and that fixed it.
It seems that if a recipe is removed from the centrifuge (in this case, it was the lava recipe because that's OP af), it takes out several others for no apparent reason.

commented

Can you post your CT script to remove lava, please?

commented

I've took your script, commented out everything not related to centrifuge and also commented out new centrifuge recipes with AE stuff due to not having AE in dev env.

Recipes are still there.
image

This is what I have now:

mods.techreborn.centrifuge.removeInputRecipe(<ore:dustBronze>);
mods.techreborn.centrifuge.removeInputRecipe(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "lava", Amount: 1000}}) * 16);

mods.techreborn.centrifuge.addRecipe(<techreborn:smalldust:53> * 18, <techreborn:smalldust:14> * 6, <techreborn:smalldust:17> * 3, <techreborn:smalldust:55>, <techreborn:dynamiccell>.withTag({Fluid: {FluidName: "lava", Amount: 1000}}) * 16, null, 12500, 1000);
//mods.techreborn.centrifuge.addRecipe(<appliedenergistics2:material:5> * 4, <techreborn:dynamiccell> * 2, null, null, <techreborn:dynamiccell>.withTag({Fluid: {FluidName: "fluidsilicon", Amount: 1000}}) * 2, null, 3200, 120);
mods.techreborn.centrifuge.addRecipe(<ic2:nuclear:5>, <techreborn:dust:52> * 2, <ic2:dust:15> * 15, <minecraft:sand> * 8, <techreborn:dust:63> * 48, null, 42000, 80);
//mods.techreborn.centrifuge.addRecipe(<techreborn:smalldust:55>, <techreborn:nuggets:7>, <techreborn:dust:27> * 3, <minecraft:sand> * 6, <appliedenergistics2:material:45> * 21, <techreborn:dynamiccell>.withTag({Fluid: {FluidName: "fluidsulfuricacid", Amount: 1000}}), 1200, 200);

mods.techreborn.centrifuge.addRecipe(<techreborn:part:35>, <techreborn:part:35>, <techreborn:dynamiccell> * 3, null, <techreborn:dynamiccell>.withTag({Fluid: {FluidName: "fluidcarbonfiber", Amount: 1000}}) * 3, null, 3200, 120);
mods.techreborn.centrifuge.addRecipe(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "fluidoil", Amount: 1000}}) * 32, <techreborn:dynamiccell>.withTag({Fluid: {FluidName: "fluidmethane", Amount: 1000}}) * 4, <minecraft:gravel> * 20, null, <thermalfoundation:ore_fluid:1> * 32, <techreborn:dynamiccell> * 36, 500, 120);
mods.techreborn.centrifuge.addRecipe(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "fluidoil", Amount: 1000}}) * 32, <techreborn:dynamiccell>.withTag({Fluid: {FluidName: "fluidmethane", Amount: 1000}}) * 4, <minecraft:sand> * 20, null, <thermalfoundation:ore_fluid> * 32, <techreborn:dynamiccell> * 36, 480, 120);

Lava removal is fine. Can you test with latest dev version?
https://jenkins.modmuss50.me/job/Team%20Reborn/job/TechReborn/job/1.12/lastSuccessfulBuild/artifact/build/libs/TechReborn-1.12.2-2.12.2.469-universal.jar

Latest RC was released yesterday, I think, so feel free to get it from Curse

commented

Not reproducible