Skip to content

Commit

Permalink
server recipes: make group non-final (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
dphaldes authored Dec 3, 2024
1 parent ea77f15 commit 15c29db
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

0 comments on commit 15c29db

Please sign in to comment.