-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
ReIndev Support #80
ReIndev Support #80
Conversation
4bb1b69
to
9396f7e
Compare
src/api/kotlin/xyz/wagyourtail/unimined/api/minecraft/patch/reindev/ReIndevPatcher.kt
Outdated
Show resolved
Hide resolved
...n/xyz/wagyourtail/unimined/internal/minecraft/patch/reindev/NoTransformReIndevTransformer.kt
Outdated
Show resolved
Hide resolved
...n/xyz/wagyourtail/unimined/internal/minecraft/patch/reindev/NoTransformReIndevTransformer.kt
Outdated
Show resolved
Hide resolved
4a05ffd
to
f6c0f75
Compare
override val minecrafts = defaultedMapOf<SourceSet, MinecraftConfig> { | ||
MinecraftProvider(project, it) | ||
} | ||
override val minecrafts = mutableMapOf<SourceSet, MinecraftConfig>() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This may be a point of contention, but it was necessary to make this work.
Let me know what you think!
src/main/kotlin/xyz/wagyourtail/unimined/UniminedExtensionImpl.kt
Outdated
Show resolved
Hide resolved
src/api/kotlin/xyz/wagyourtail/unimined/api/UniminedExtension.kt
Outdated
Show resolved
Hide resolved
src/api/kotlin/xyz/wagyourtail/unimined/api/UniminedExtension.kt
Outdated
Show resolved
Hide resolved
src/api/kotlin/xyz/wagyourtail/unimined/api/UniminedExtension.kt
Outdated
Show resolved
Hide resolved
f6c0f75
to
cbf9a53
Compare
I'm ready to change FoxLoader for this project need if needed. Reference: https://github.com/Fox2Code/FoxLoader FoxLoader has some transformers applied on top of the base ReIndev game like what NeoForged does. |
cbf9a53
to
c554330
Compare
c554330
to
606f113
Compare
606f113
to
e096460
Compare
...n/xyz/wagyourtail/unimined/internal/minecraft/patch/fabric/FabricLikeMinecraftTransformer.kt
Outdated
Show resolved
Hide resolved
"ReIndev-none" | ||
) { | ||
|
||
override var prodNamespace: MappingNamespaceTree.Namespace = provider.mappings.OFFICIAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This actually does nothing, the same way it does nothing in NoTransformMinecraftTransformer
. The value is already set to this in the super class.
cc: @wagyourtail
Extends MinecraftProvider and provides ReIndev jars from cdn.Fox2Code.com
e096460
to
9ae2990
Compare
2904d41
to
dd215d9
Compare
I've just realized, shouldn't prs target |
it depends |
ReIndevProvider
to enable getting the Minecraft: ReIndev jar as a Minecraft jar.To-do
AddNoTransformReIndevTransformer
for ReIndev jar moddingReplaced with
ReIndevProvider
FoxLoaderReIndevTransformer
for FoxLoader moddingWill do in a later PR