Skip to content

Commit

Permalink
correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Faboslav committed Aug 29, 2024
1 parent 55383dc commit 8b4df4e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies {
}

// Repurposed Structures
modImplementation(modrinth("repurposed-structures-fabric", "${prop('repurposed_structures_version')}-fabric"))
modCompileOnly(modrinth("repurposed-structures-fabric", "${prop('repurposed_structures_version')}-fabric"))
}

processResources {
Expand Down
8 changes: 8 additions & 0 deletions forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ loom {

mixinConfig "structurify-common.mixins.json"
mixinConfig "structurify-forge.mixins.json"

mixin {
useLegacyMixinAp = true
}
}

runConfigs.all {
Expand All @@ -63,6 +67,10 @@ configurations {
}
}

configurations.configureEach {
resolutionStrategy.force("net.sf.jopt-simple:jopt-simple:5.0.4")
}

java {
withSourcesJar()

Expand Down

0 comments on commit 8b4df4e

Please sign in to comment.