Skip to content

Commit

Permalink
made recipeMap in RecipeBuilder protected instead of private
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Jan 23, 2025
1 parent 86f5add commit 6fd9b59
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 RecipeBuilder {

private static String CURRENT_MOD_ID = Ref.SHARED_ID;

private RecipeMap<? extends RecipeBuilder> recipeMap;
protected RecipeMap<? extends RecipeBuilder> recipeMap;
protected List<ItemStack> itemsOutput = new ObjectArrayList<>();
protected List<Ingredient> ingredientInput = new ObjectArrayList<>();
protected List<FluidIngredient> fluidsInput = new ObjectArrayList<>();
Expand Down

0 comments on commit 6fd9b59

Please sign in to comment.