Skip to content

Commit 2b3cc40

Browse files
committed
Fix refmap not being included
1 parent da55930 commit 2b3cc40

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

build.gradle

+6
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ minecraft {
3434
runDir = "run"
3535
}
3636

37+
sourceSets {
38+
main {
39+
refMap = "mixins.extendedhotbar.refmap.json"
40+
}
41+
}
42+
3743
mixin {
3844
defaultObfuscationEnv notch
3945
}

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
modVersion=1.1
1+
modVersion=1.1.1
22
modGroup=com.demonwav
33
modBaseName=extendedhotbar
44
mcVersion=1.11.2

src/main/resources/mixins.extendedhotbar.json

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"required": true,
33
"minVersion": "0.6",
44
"package": "com.demonwav.extendedhotbar.mixin",
5+
"refmap": "mixins.extendedhotbar.refmap.json",
56
"mixins": [
67
"MixinGuiInGame"
78
],

0 commit comments

Comments
 (0)