-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
Add Shaped and Unshaped crafting support, as well as deserializing the entire recipe format #165
Conversation
ff638cf
to
4fe7e17
Compare
Please port the recipies to 1.21.2 |
4fe7e17
to
4572dab
Compare
Hi @Bryntet. Just wanted to say that 1. I really don't like the approche of having 1000 recipie files. 2. Im currently making an own extractor (see branch), Which can produce all recipes in one json file, With everything we need |
Yes sounds good! I will use the extractor :) |
d429bd5
to
86f62dd
Compare
332de47
to
134830c
Compare
69128a8
to
f60bee9
Compare
Ready for review. Couple of issues left: Dragging/shift-clicking is currently disabled in all crafting input/output slots items are kept currently in container even when closing it. |
f60bee9
to
f697151
Compare
LGTM. |
This PR aims to add deserialization of the minecraft Recipe format. It also adds support for the Shaped and Unshaped crafting forms, accessible from a craftingtable (
/craft
)