mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2024-12-27 16:12:23 -05:00
Make RecipeBookAdd#Entry public
This commit is contained in:
parent
f4c07f23b5
commit
748ab283bf
1 changed files with 1 additions and 1 deletions
|
@ -60,6 +60,6 @@ public class ClientboundRecipeBookAddPacket implements MinecraftPacket {
|
|||
out.writeBoolean(this.replace);
|
||||
}
|
||||
|
||||
private record Entry(RecipeDisplayEntry contents, boolean notification, boolean highlight) {
|
||||
public record Entry(RecipeDisplayEntry contents, boolean notification, boolean highlight) {
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue