This commit is contained in:
ZHAY10086
2026-07-02 16:56:56 +08:00
parent 6e8de90c52
commit 41c76e04e1
1287 changed files with 20910 additions and 6637 deletions
+3 -1
View File
@@ -233,7 +233,9 @@ recipes.addShaped(<techreborn:part:30>*4,
recipes.removeShaped(<techreborn:industrial_centrifuge>);
mods.thermalexpansion.Transposer.addFillRecipe(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "fluidhelium", Amount: 1000}}), <techreborn:dynamiccell>, <fluid:helium>*1000, 2200);
mods.thermalexpansion.Transposer.addFillRecipe(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "fluidhelium", Amount: 1000}}), <techreborn:dynamiccell>, <fluid:fluidhelium>*1000, 2200);
mods.thermalexpansion.Transposer.addFillRecipe(<techreborn:dynamiccell>.withTag({Fluid: {FluidName: "helium", Amount: 1000}}), <techreborn:dynamiccell>, <fluid:helium>*1000, 2200);
recipes.removeShaped(<techreborn:distillation_tower>);