Allow multistep recipes in Java Edition and make the Bedrock Edition search more advanced.#101
Open
simon-glitch wants to merge 20 commits intomc-wiki:mainfrom
Open
Allow multistep recipes in Java Edition and make the Bedrock Edition search more advanced.#101simon-glitch wants to merge 20 commits intomc-wiki:mainfrom
simon-glitch wants to merge 20 commits intomc-wiki:mainfrom
Conversation
the rule needs a * in it
… Entries.g_recipe since that makes things simpler; make colorToRecipeJava actually check for 4 recipes and then use the best one;
git ignore update is important bc i've added a workspace here
… thing left to do now!
…o, this needs translation!
…aking it larger might be helpful; i doubt so though
…l server can handle way bigger numbers; feel free to change these for your system or whatever tho since we still need to sort out what the UI will look like;
this way it will do as big of a search as it can;
Contributor
Author
|
All of these notes relate to functions in Okay, so some notes.
Also,
Finally, in
|
…file; and also make it so search_be_filler only searches for a few colors (mostly ones that it can probably actually get);
…thers spots in the code; reverse black to white colors, since the app uses them in the opposite order; also, the more complex recipes seem to just ''not'' get used;
…; it should not give better results without compromising much on speed;
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This also improves the algorithm for finding a recipe for a given target color (the one used in
/src/tools/armorColor/worker.ts).Problem: I don't know exactly what the UI should look like.