feat(mixin): add mixin recording feature#13
Open
SettingDust wants to merge 22 commits into
Open
Conversation
Contributor
Author
|
Build time mixin almost done. But has fatal issue with multiple targets. Since the mixin isn't designed for compile/build time and applying multiple times. Mixin extras isn't supporting initialize multiple times at the same time. Can someone help me to implement it? I can provide some example and advice, since I've implemented a new isolate mixin service targeting add-ons from a forge mod but an add-on loader. I'm going to implement the include extract first. If no one. I'll back after it. |
…mixin # Conflicts: # gradle.properties # minecraft-codev-includes/src/main/kotlin/net/msrandom/minecraftcodev/includes/ExtractIncludes.kt
…mixin # Conflicts: # minecraft-codev-forge/src/main/kotlin/net/msrandom/minecraftcodev/forge/task/ResolvePatchedMinecraft.kt
…mixin # Conflicts: # minecraft-codev-forge/src/main/kotlin/net/msrandom/minecraftcodev/forge/task/ResolvePatchedMinecraft.kt # minecraft-codev-remapper/src/main/kotlin/net/msrandom/minecraftcodev/remapper/JarRemapper.kt
a4a2f42 to
434db97
Compare
434db97 to
a45f6f1
Compare
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.
Depends on #12