Support unobfuscated versions#37
Conversation
|
Yarn and intermediary are not required for the unobfuscated versions. You need to use |
Yes, they don't exist and will not. This needs to be handled properly when Yarn is used for fallback to work or to skip unobf versions (in case a user includes them with versions that do have Yarn). This is what I did in these commits. I have tested this and everything seems to work fine except for |
Turns out this issue in not unique to unobf. snapshots. I will be fixing it in #31. |
This comment was marked as resolved.
This comment was marked as resolved.
|
imo yes - and this is for a separate PR but since 0.17 Loader has much improved version normalization so the overrides could do with some cleaning up |
Actually I found out some more dependencies can be updated without (at least from brief testing) breaking anything. |
This comment was marked as resolved.
This comment was marked as resolved.
|
Does this mess up version history or is there any way to only include unobfuscated versions? |
No, they get committed to a separate branch.
Currently only by selecting them manually with If you want to exclude them I'd suggest using |
This comment was marked as resolved.
This comment was marked as resolved.
I absolutely agree on this idea, I like the |
|
Please don't merge this yet, I might add some tests later.
They are experimental (and also technically have different names) so I think mods are not likely to target them, and we should follow this trend and only prefer them after they become the standard (that is starting with |
This comment was marked as outdated.
This comment was marked as outdated.
|
The CI fail as follows: This exposes a flaw in |
|
@WinPlay02 @4lve Besides the unrelated issue above this should be ready. All previously discussed features are added. |
WinPlay02
left a comment
There was a problem hiding this comment.
Thanks for implementing this (also to @davepusey for their contributions)
Adds support for the new 'unobfuscated' experimental snapshots.
Closes #35.
Credit to @davepusey for initial work and helpful ideas on this.