Skip to content

Commit

Permalink
Merge pull request #389 from WideMann/main
Browse files Browse the repository at this point in the history
Fluid output amount change for rotary kiln
  • Loading branch information
bruberu authored Feb 11, 2025
2 parents 6357321 + aa95ca6 commit 25f6c1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ public class SuSyRecipeMaps {
public static final RecipeMap<SimpleRecipeBuilder> EUV_LITHOGRAPHY = new RecipeMap<>("euv_lithography", 3, 3, 3, 3, new SimpleRecipeBuilder(), false)
.setSound(GTSoundEvents.ELECTROLYZER);

public static final RecipeMap<SimpleRecipeBuilder> ROTARY_KILN = new RecipeMap<>("rotary_kiln", 3, 2, 3, 1, new SimpleRecipeBuilder(), false)
public static final RecipeMap<SimpleRecipeBuilder> ROTARY_KILN = new RecipeMap<>("rotary_kiln", 3, 2, 3, 2, new SimpleRecipeBuilder(), false)
.setProgressBar(GuiTextures.PROGRESS_BAR_ARC_FURNACE, ProgressWidget.MoveType.HORIZONTAL)
.setSound(GTSoundEvents.MACERATOR);

Expand Down

0 comments on commit 25f6c1f

Please sign in to comment.