Skip to content

Commit

Permalink
Make RecipeBookAdd#Entry public
Browse files Browse the repository at this point in the history
  • Loading branch information
Camotoy committed Oct 20, 2024
1 parent f4c07f2 commit 748ab28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ public void serialize(ByteBuf out, MinecraftCodecHelper helper) {
out.writeBoolean(this.replace);
}

private record Entry(RecipeDisplayEntry contents, boolean notification, boolean highlight) {
public record Entry(RecipeDisplayEntry contents, boolean notification, boolean highlight) {
}
}

0 comments on commit 748ab28

Please sign in to comment.