Skip to content

Commit

Permalink
Change metadata for assembly line recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
StaffiX committed Jan 7, 2025
1 parent 4fec67d commit 91520a1
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 45 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import static gregtech.api.util.GTRecipeBuilder.SECONDS;
import static gregtech.api.util.GTRecipeConstants.AssemblyLine;
import static gregtech.api.util.GTRecipeConstants.RESEARCH_ITEM;
import static gregtech.api.util.GTRecipeConstants.RESEARCH_TIME;

import net.minecraftforge.fluids.FluidRegistry;

Expand All @@ -29,9 +28,10 @@ public void run() {
.metadata(GTRecipeConstants.ADDITIVE_AMOUNT, 32).duration(1 * SECONDS).eut(TierEU.RECIPE_LV)
.addTo(implosionRecipes);

// Heavy Duty Alloy Ingot T4
GTValues.RA.stdBuilder()
.metadata(RESEARCH_ITEM, GTModHandler.getModItem(GalacticraftMars.ID, "item.itemBasicAsteroids", 1L, 0))
.metadata(RESEARCH_TIME, 2 * MINUTES + 5 * SECONDS)
.metadata(SCANNING, new SCANNING(12 * MINUTES, TierEU.RECIPE_EV))
.itemInputs(
GTModHandler.getModItem(GalacticraftMars.ID, "item.itemBasicAsteroids", 1L, 0),
CustomItemList.IceCompressedPlate.get(3L),
Expand Down
Loading

0 comments on commit 91520a1

Please sign in to comment.