Skip to content

Commit

Permalink
Fix #193
Browse files Browse the repository at this point in the history
  • Loading branch information
Juuxel committed Jul 26, 2021
1 parent e43b2d3 commit a998616
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions fabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ loom {
// FIXME: This is only needed for remapping the AW itself.
// kotlin integration tests in loom when?
setAccessWidener(accessWidenerFile)

// :gloom:
mixin {
add(sourceSets.main.get()) {
include("mixins.*.json")
}
}
}

sourceSets {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kotlin.code.style = official
kotlin.stdlib.default.dependency = false

# Adorn
mod-version = 2.1.2
mod-version = 2.1.3

# Minecraft
minecraft-version = 1.17.1
Expand Down

0 comments on commit a998616

Please sign in to comment.