Skip to content

Commit

Permalink
wrong duration
Browse files Browse the repository at this point in the history
  • Loading branch information
GDCloudstrike committed Dec 22, 2024
1 parent 9d2038d commit e4e0492
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public void run() {
.addTo(fluidExtractionRecipes);

GTValues.RA.stdBuilder().itemInputs(GTModHandler.getModItem(TinkerConstruct.ID, "GlassBlock", 1L, 0))
.fluidOutputs(Materials.Glass.getMolten(144L)).duration(30 * TICKS).eut(54)
.fluidOutputs(Materials.Glass.getMolten(144L)).duration(24 * TICKS).eut(54)
.recipeCategory(RecipeCategories.fluidExtractorRecycling)
.addTo(fluidExtractionRecipes);

Expand Down

0 comments on commit e4e0492

Please sign in to comment.