Skip to content

Commit

Permalink
enable mixins
Browse files Browse the repository at this point in the history
  • Loading branch information
PssbleTrngle committed Jul 28, 2023
1 parent 218eb88 commit 39a996b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ val yarn_mappings: String by extra
val continuity_version: String by extra

fabric {
enableMixins()

mappings {
dependencies.create("net.fabricmc:yarn:${yarn_mappings}:v2")
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/knowmyname.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"injectors": {
"defaultRequire": 1
},
"refmap": "${mod_id}.mixins.refmap.json"
"refmap": "${mod_id}.refmap.json"
}

0 comments on commit 39a996b

Please sign in to comment.