File tree Expand file tree Collapse file tree 4 files changed +6
-10
lines changed Expand file tree Collapse file tree 4 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -16,4 +16,5 @@ classes/
16
16
.metadata
17
17
.vscode
18
18
.settings
19
- * .launch
19
+ * .launch
20
+ .architectury-transformer /
Original file line number Diff line number Diff line change @@ -14,8 +14,7 @@ dependencies {
14
14
// Do NOT use other classes from fabric loader
15
15
modImplementation " net.fabricmc:fabric-loader:${ rootProject.fabric_loader_version} "
16
16
17
- implementation " com.github.LlamaLad7:MixinExtras:${ rootProject.mixinextras_version} "
18
- annotationProcessor " com.github.LlamaLad7:MixinExtras:${ rootProject.mixinextras_version} "
17
+ implementation(annotationProcessor(" com.github.llamalad7.mixinextras:mixinextras-common:${ rootProject.mixinextras_version} " ))
19
18
}
20
19
21
20
publishing {
Original file line number Diff line number Diff line change @@ -32,9 +32,7 @@ dependencies {
32
32
33
33
modImplementation " com.terraformersmc:modmenu:${ rootProject.modmenu_version} "
34
34
35
- implementation " com.github.LlamaLad7:MixinExtras:${ rootProject.mixinextras_version} "
36
- annotationProcessor " com.github.LlamaLad7:MixinExtras:${ rootProject.mixinextras_version} "
37
- include " com.github.LlamaLad7:MixinExtras:${ rootProject.mixinextras_version} "
35
+ include(implementation(annotationProcessor(" com.github.llamalad7.mixinextras:mixinextras-fabric:${ rootProject.mixinextras_version} " )))
38
36
39
37
modImplementation " com.ptsmods:devlogin:3.1.1"
40
38
Original file line number Diff line number Diff line change @@ -52,9 +52,8 @@ dependencies {
52
52
53
53
modImplementation " thedarkcolour:kotlinforforge:${ forge_kotlin_version} "
54
54
55
- annotationProcessor(shadowCommon(" com.github.LlamaLad7:MixinExtras:${ mixinextras_version} " ))
56
- implementation(" com.github.LlamaLad7:MixinExtras:${ mixinextras_version} " )
57
- forgeRuntimeLibrary(" com.github.LlamaLad7:MixinExtras:${ mixinextras_version} " )
55
+ implementation(annotationProcessor(" com.github.llamalad7.mixinextras:mixinextras-common:${ mixinextras_version} " ))
56
+ implementation(include(" com.github.llamalad7.mixinextras:mixinextras-forge:${ mixinextras_version} " ))
58
57
59
58
// modImplementation "com.ptsmods:devlogin:3.1.1"
60
59
}
@@ -70,7 +69,6 @@ processResources {
70
69
shadowJar {
71
70
exclude " fabric.mod.json"
72
71
exclude " architectury.common.json"
73
- relocate ' com.llamalad7.mixinextras' , ' me.cael.capes.shaded.com.llamalad7.mixinextras'
74
72
75
73
mergeServiceFiles()
76
74
You can’t perform that action at this time.
0 commit comments