Skip to content

Commit

Permalink
Merge pull request #318 from MCTian-mi/roaster-extra-input
Browse files Browse the repository at this point in the history
Add extra 1 input for roaster
  • Loading branch information
bruberu authored Sep 25, 2024
2 parents 4165a00 + 421836c commit 7e709b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class SuSyRecipeMaps {
.setSlotOverlay(false, false, true, GuiTextures.MOLD_OVERLAY)
.setSound(GTSoundEvents.COMBUSTION);

public static final RecipeMap<CatalystRecipeBuilder> ROASTER_RECIPES = new RecipeMap<>("roaster", 2, 2, 2, 3, new CatalystRecipeBuilder(), false)
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)
Expand Down

0 comments on commit 7e709b4

Please sign in to comment.