Add mapping module with initial configuration and resource generation#244
Open
ksqeib wants to merge 3 commits intoElytrium:masterfrom
Open
Add mapping module with initial configuration and resource generation#244ksqeib wants to merge 3 commits intoElytrium:masterfrom
ksqeib wants to merge 3 commits intoElytrium:masterfrom
Conversation
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.
I found that I couldn't generate 26.1 resources no matter what while building my own.(Now with the new code, it is easy to observe that the error is due to a low Java version.)
Then I found that these resource generators were all written using Gradle, which not only runs slowly but also makes it difficult to troubleshoot errors.
So I tried other ways to solve this problem, and most of the code was written by AI. If there is any problem, I sincerely request correction.
We can write it this way, and in the future, we can improve the speed of the first build through multi-threaded downloads and other means.
I think so, and we are also considering adding some configuration files to specify the generated version interval or skipping this process in the future.
Yes, I simply replaced the content you implemented with using Java code.