Skip to content

Commit

Permalink
sa
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Jan 8, 2025
1 parent e6b7ccb commit a07dd32
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/main/java/bartworks/common/loaders/recipes/Assembler.java
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
package bartworks.common.loaders.recipes;

import static gregtech.api.enums.Mods.GregTech;
import static gregtech.api.recipe.RecipeMaps.assemblerRecipes;
import static gregtech.api.util.GTModHandler.getModItem;
import static gregtech.api.util.GTRecipeBuilder.HOURS;
import static gregtech.api.util.GTRecipeBuilder.SECONDS;
import static gregtech.api.util.GTRecipeBuilder.TICKS;

import bartworks.system.material.WerkstoffLoader;
import net.minecraft.item.ItemStack;
import net.minecraftforge.fluids.FluidRegistry;

Expand Down Expand Up @@ -128,13 +125,12 @@ public void run() {
ItemList.MACHINE_HULLS[3].get(1),
ItemList.Electric_Pump_HV.get(2),
GTOreDictUnificator.get(OrePrefixes.circuit, Materials.EV, 4),
GTOreDictUnificator.get(OrePrefixes.pipeLarge, Materials.StainlessSteel, 2)
)
GTOreDictUnificator.get(OrePrefixes.pipeLarge, Materials.StainlessSteel, 2))
.itemOutputs(ItemList.Distillation_Tower.get(1))
.duration(10 * SECONDS)
.eut(30)
.addTo(assemblerRecipes);

GTValues.RA.stdBuilder()
.itemInputs(
ItemList.Hatch_Input_HV.get(64),
Expand Down

0 comments on commit a07dd32

Please sign in to comment.