Skip to content

Commit

Permalink
i forgot how to read a manual
Browse files Browse the repository at this point in the history
  • Loading branch information
CaelTheColher committed Jun 11, 2023
1 parent 2aa3374 commit b95a9f4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ classes/
.metadata
.vscode
.settings
*.launch
*.launch
.architectury-transformer/
3 changes: 1 addition & 2 deletions common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ dependencies {
// Do NOT use other classes from fabric loader
modImplementation "net.fabricmc:fabric-loader:${rootProject.fabric_loader_version}"

implementation "com.github.LlamaLad7:MixinExtras:${rootProject.mixinextras_version}"
annotationProcessor "com.github.LlamaLad7:MixinExtras:${rootProject.mixinextras_version}"
implementation(annotationProcessor("com.github.llamalad7.mixinextras:mixinextras-common:${rootProject.mixinextras_version}"))
}

publishing {
Expand Down
4 changes: 1 addition & 3 deletions fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ dependencies {

modImplementation "com.terraformersmc:modmenu:${rootProject.modmenu_version}"

implementation "com.github.LlamaLad7:MixinExtras:${rootProject.mixinextras_version}"
annotationProcessor "com.github.LlamaLad7:MixinExtras:${rootProject.mixinextras_version}"
include "com.github.LlamaLad7:MixinExtras:${rootProject.mixinextras_version}"
include(implementation(annotationProcessor("com.github.llamalad7.mixinextras:mixinextras-fabric:${rootProject.mixinextras_version}")))

modImplementation "com.ptsmods:devlogin:3.1.1"

Expand Down
6 changes: 2 additions & 4 deletions forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,8 @@ dependencies {

modImplementation "thedarkcolour:kotlinforforge:${forge_kotlin_version}"

annotationProcessor(shadowCommon("com.github.LlamaLad7:MixinExtras:${mixinextras_version}"))
implementation("com.github.LlamaLad7:MixinExtras:${mixinextras_version}")
forgeRuntimeLibrary("com.github.LlamaLad7:MixinExtras:${mixinextras_version}")
implementation(annotationProcessor("com.github.llamalad7.mixinextras:mixinextras-common:${mixinextras_version}"))
implementation(include("com.github.llamalad7.mixinextras:mixinextras-forge:${mixinextras_version}"))

// modImplementation "com.ptsmods:devlogin:3.1.1"
}
Expand All @@ -70,7 +69,6 @@ processResources {
shadowJar {
exclude "fabric.mod.json"
exclude "architectury.common.json"
relocate 'com.llamalad7.mixinextras', 'me.cael.capes.shaded.com.llamalad7.mixinextras'

mergeServiceFiles()

Expand Down

0 comments on commit b95a9f4

Please sign in to comment.