Skip to content

Commit

Permalink
Fix glass lens recycle category (#2566)
Browse files Browse the repository at this point in the history
  • Loading branch information
YoungOnionMC authored Dec 17, 2024
1 parent cab145c commit 4efdaeb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -389,11 +389,13 @@ public static void init(Consumer<FinishedRecipe> provider) {
EXTRACTOR_RECIPES.recipeBuilder("extract_" + item.get()).EUt(VA[LV]).duration(15)
.inputItems(item)
.outputFluids(Glass.getFluid(108))
.category(GTRecipeCategories.EXTRACTOR_RECYCLING)
.save(provider);

MACERATOR_RECIPES.recipeBuilder("macerate_" + item.get()).EUt(VA[LV]).duration(15)
.inputItems(item)
.outputItems(dustSmall, Glass, 3)
.category(GTRecipeCategories.MACERATOR_RECYCLING)
.save(provider);
}

Expand Down

0 comments on commit 4efdaeb

Please sign in to comment.