Skip to content

Commit

Permalink
Fix refmap not being included
Browse files Browse the repository at this point in the history
  • Loading branch information
DenWav committed Jan 17, 2017
1 parent da55930 commit 2b3cc40
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ minecraft {
runDir = "run"
}

sourceSets {
main {
refMap = "mixins.extendedhotbar.refmap.json"
}
}

mixin {
defaultObfuscationEnv notch
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
modVersion=1.1
modVersion=1.1.1
modGroup=com.demonwav
modBaseName=extendedhotbar
mcVersion=1.11.2
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/mixins.extendedhotbar.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"required": true,
"minVersion": "0.6",
"package": "com.demonwav.extendedhotbar.mixin",
"refmap": "mixins.extendedhotbar.refmap.json",
"mixins": [
"MixinGuiInGame"
],
Expand Down

0 comments on commit 2b3cc40

Please sign in to comment.