Skip to content

Commit

Permalink
a bit more
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAPenguin0 committed Sep 7, 2024
1 parent 25fdfa2 commit 3f0b41b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1625,7 +1625,7 @@ public void run() {

GTValues.RA.stdBuilder()
.itemInputs(com.dreammaster.item.ItemList.StargateCrystalDust.getIS().splitStack(64))
.fluidInputs(MaterialsUEVplus.StargateCrystalSlurry.getFluid(100_000_000L))
.fluidInputs(MaterialsUEVplus.StargateCrystalSlurry.getFluid(128_000_000L))
.itemOutputs(GTModHandler.getModItem(SGCraft.ID, "sgCoreCrystal", 1L)).duration(7 * 24 * HOURS * 2)
.eut(TierEU.RECIPE_MAX).metadata(COIL_HEAT, 100_000).addTo(blastFurnaceRecipes); // ^ 2 weeks

Expand Down

0 comments on commit 3f0b41b

Please sign in to comment.