Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Order in which jar resources are read is inconsistent with unmodified jar #918

Open
SpaceWalkerRS opened this issue Apr 7, 2024 · 1 comment

Comments

@SpaceWalkerRS
Copy link
Contributor

In MC 1.12.2 recipes are registered in the order in which they are read from disk. This causes issues when a Fabric modified client connects to a Vanilla server, 'cause it seems the recipes are read in a different order, leading to the client and server assigning different id's to the recipes.

@thdaele
Copy link

thdaele commented Apr 7, 2024

Here is a link to a repo that can be used to reproduce our observations.
Something to add to the previous message, it can be reproduced by a fabric client connecting to a vanilla server or by a vanilla client connecting to a fabric server.

Here both clients are connecting to a fabric server (see the repo), the left is a vanilla client and the right is a fabric client (see repo). The order of the recipes for the vanilla client is different on the server than on the client resulting in the client unable to use the recipebook.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants