Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix some recipemaps
Browse files Browse the repository at this point in the history
TechLord22 committed Dec 10, 2023
1 parent a22f080 commit ed0819a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/gregtech/api/recipes/RecipeMaps.java
Original file line number Diff line number Diff line change
@@ -218,7 +218,7 @@ public final class RecipeMaps {
.itemInputs(2)
.itemOutputs(2)
.fluidInputs(1)
.fluidInputs(1)
.fluidOutputs(1)
.itemSlotOverlay(GuiTextures.DUST_OVERLAY, false)
.itemSlotOverlay(GuiTextures.CRYSTAL_OVERLAY, true)
.progressBar(GuiTextures.PROGRESS_BAR_CRYSTALLIZATION)
@@ -756,7 +756,7 @@ public final class RecipeMaps {
.itemInputs(1)
.itemOutputs(3)
.itemSlotOverlay(GuiTextures.CRUSHED_ORE_OVERLAY, false)
.itemSlotOverlay(GuiTextures.CRUSHED_ORE_OVERLAY, true)
.itemSlotOverlay(GuiTextures.DUST_OVERLAY, true)
.progressBar(GuiTextures.PROGRESS_BAR_MAGNET)
.sound(GTSoundEvents.ARC)
.build();

0 comments on commit ed0819a

Please sign in to comment.