You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With 1.21.4, the way recipes are sent/handled has changed, instead of being sent to the client. its now only handled on the server and not sent to the client, with the UpdateRecipesPacket only being used to define which items can go in which crafting inputs. You'll have to read the slots sent from the ContainerClick event and return a result if its a valid recipe
We probably won't need to use UpdateRecipes for now, but if you want more info, Update Recipes Packet is not fully complete yet, so you'll have to look at the source to understand the packet more.
The text was updated successfully, but these errors were encountered:
With 1.21.4, the way recipes are sent/handled has changed, instead of being sent to the client. its now only handled on the server and not sent to the client, with the UpdateRecipesPacket only being used to define which items can go in which crafting inputs. You'll have to read the slots sent from the ContainerClick event and return a result if its a valid recipe
We probably won't need to use UpdateRecipes for now, but if you want more info, Update Recipes Packet is not fully complete yet, so you'll have to look at the source to understand the packet more.
The text was updated successfully, but these errors were encountered: