Skip to content

Commit

Permalink
Ensure minotaur does not run on forge
Browse files Browse the repository at this point in the history
  • Loading branch information
triphora committed Jun 25, 2024
1 parent 88efc93 commit ecf36a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ apply from: '../gradle/loader.gradle'

architectury.forge()

remapJar {
enabled = false
}
tasks.remapJar.enabled = false
tasks.modrinth.enabled = false

loom.forge {
mixinConfig 'emcutils-common.mixins.json'
Expand Down
1 change: 0 additions & 1 deletion neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ architectury.neoForge()
loom {
neoForge {
accessWidenerPath.set project(":common").file("src/main/resources/emcutils.accesswidener")
//convertAccessWideners.set true
}
}

Expand Down

0 comments on commit ecf36a3

Please sign in to comment.