Skip to content

Commit

Permalink
add 1 item output to vac chamber
Browse files Browse the repository at this point in the history
  • Loading branch information
planetme committed Dec 15, 2024
1 parent 175310a commit 7ab4924
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class SuSyRecipeMaps {
public static final RecipeMap<CatalystRecipeBuilder> ROASTER_RECIPES = new RecipeMap<>("roaster", 3, 2, 2, 3, new CatalystRecipeBuilder(), false)
.setSound(GTSoundEvents.COMBUSTION);

public static final RecipeMap<SimpleRecipeBuilder> VACUUM_CHAMBER = new RecipeMap<>("vacuum_chamber", 4, 1, 2, 2, new SimpleRecipeBuilder(), false)
public static final RecipeMap<SimpleRecipeBuilder> VACUUM_CHAMBER = new RecipeMap<>("vacuum_chamber", 4, 2, 2, 2, new SimpleRecipeBuilder(), false)
.setProgressBar(GuiTextures.PROGRESS_BAR_COMPRESS, ProgressWidget.MoveType.HORIZONTAL)
.setSound(GTSoundEvents.CENTRIFUGE);

Expand Down

0 comments on commit 7ab4924

Please sign in to comment.