mirror of
https://github.com/Minestom/Minestom.git
synced 2025-03-24 04:30:53 +01:00
Fix test
This commit is contained in:
parent
49397957a2
commit
88765dd703
@ -7,7 +7,7 @@ import org.jetbrains.annotations.NotNull;
|
||||
|
||||
public class ClientSetDisplayedRecipePacket extends ClientPlayPacket {
|
||||
|
||||
public String recipeId;
|
||||
public String recipeId = "";
|
||||
|
||||
@Override
|
||||
public void read(@NotNull BinaryReader reader) {
|
||||
|
@ -7,7 +7,7 @@ import org.jetbrains.annotations.NotNull;
|
||||
|
||||
public class ClientSetRecipeBookStatePacket extends ClientPlayPacket {
|
||||
|
||||
public BookType type;
|
||||
public BookType type = BookType.CRAFTING;
|
||||
public boolean bookOpen;
|
||||
public boolean filterActive;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user