Skip to content

Commit

Permalink
server recipes: make group non-final
Browse files Browse the repository at this point in the history
  • Loading branch information
dphaldes authored Dec 3, 2024
1 parent ea77f15 commit 1ee5a47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ public abstract class SimpleRecipeBuilder implements RecipeBuilder {
protected final ItemStack result;
protected final Map<String, Criterion<?>> criteria = new LinkedHashMap<>();
@Nullable
protected final String group;
protected String group;

// It is common for constructors to accept the result item stack.
// Alternatively, static builder methods are also possible.
Expand Down

1 comment on commit 1ee5a47

@neoforged-pages-deployments
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploying with Cloudflare Pages

Name Result
Last commit: 1ee5a475bfe2ec03761aaa2dde81c15fc7cf4d13
Status: ✅ Deploy successful!
Preview URL: https://0df75897.neoforged-docs-previews.pages.dev
PR Preview URL: https://pr-210.neoforged-docs-previews.pages.dev

Please sign in to comment.