1.16.4 PacketPlayOutRecipes field not found
DevJoey opened this issue ยท 1 comments
Describe the bug
A clear and concise description of what the bug is.
In The packet class there are that fields
private Action a;
private List b;
private List c;
private RecipeBookSettings d;
but if in try this using plib using this code https://pastebin.com/YsYBZdmw it says no fields exists with minecraftkey
Stacktrace https://pastebin.com/H7vGNrtb
To Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Version Info
Provide your ProtocolLib install info with /protocol dump
through pastebin.
Additional context
Add any other context about the problem here.