-
-
Notifications
You must be signed in to change notification settings - Fork 222
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
Several 1.20.2 recipes have invalid shape data (PC) #804
Comments
Interesting, looks like https://github.com/PrismarineJS/minecraft-data-generator-server does not output the recipes in the same shape that what ever tool was used for 1.20.1 does. Not sure how the tests didn't catch this. I guess because its still valid technically. I will see if I can fix that tool then, since it worked so well for everything else. |
Okay, I will be making a PR with the 1.20.2 data fixed and also adding a test to check that the iron door is not rotated. (Since that is a simple way to catch this.) |
Several recipes in https://github.com/PrismarineJS/minecraft-data/blob/master/data/pc/1.20.2/recipes.json have invalid shape data.
For example: The shape data for iron_door (688) has the orientation flipped in the 1.20.2 data:
The shape data is correct in the 1.20.0/1.20.1 data:
The text was updated successfully, but these errors were encountered: