Skip to content

Commit

Permalink
Snapshot progress
Browse files Browse the repository at this point in the history
  • Loading branch information
miyucomics committed Mar 7, 2024
1 parent e010e9b commit ccfb525
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ dependencies {
implementation("at.petra-k.hexcasting:hexcasting-fabric-$minecraftVersion:$hexcastingVersion") {
exclude module: "phosphor"
exclude module: "emi"
exclude module: "pehkui"
}
modCompileOnly "vazkii.patchouli:Patchouli-xplat:$minecraftVersion-$patchouliVersion"
compileOnly(annotationProcessor("com.github.llamalad7.mixinextras:mixinextras-common:${mixinExtrasVersion}"))
Expand Down
6 changes: 4 additions & 2 deletions fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ loom {
accessWidenerPath = project(":common").loom.accessWidenerPath
}

afterEvaluate {
tasks.genSourcesWithCfr.dependsOn ':common:unpickJar'
}

configurations {
common
shadowCommon
Expand All @@ -31,9 +35,7 @@ dependencies {
exclude group: "net.fabricmc", module: "fabric-loader"
}
modImplementation("at.petra-k.hexcasting:hexcasting-fabric-${minecraftVersion}:${hexcastingVersion}") {
exclude module: "Pehkui"
exclude module: "phosphor"
exclude module: "emi"
}
modImplementation "at.petra-k.paucal:paucal-fabric-${minecraftVersion}:${paucalVersion}"
modImplementation "vazkii.patchouli:Patchouli:${minecraftVersion}-${patchouliVersion}-FABRIC"
Expand Down

0 comments on commit ccfb525

Please sign in to comment.