Skip to content

Commit 406120d

Browse files
committed
chore: release version 1.5.2
fix: correct mixin refmap configuration
1 parent 626bfc9 commit 406120d

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,8 @@
1919

2020
**Fixes**
2121
- Sound switches not working properly
22+
23+
## [1.5.2]
24+
25+
**Chores**
26+
- Correct mixin refmap configuration

build.forge.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ legacyForge {
4848
}
4949

5050
mixin {
51-
add(sourceSets.main.get(), "${prop("mod.id")}.mixins.refmap.json")
51+
add(sourceSets.main.get(), "${prop("mod.id")}.refmap.json")
5252
config("${prop("mod.id")}.mixins.json")
5353
}
5454

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ org.gradle.configuration-cache=false
55
mod.id=extrasounds
66
mod.name=ExtraSounds Next
77
mod.group=dev.arbor
8-
mod.version=1.5.1
8+
mod.version=1.5.2
99
mod.channel_tag=
1010
mod.authors=Arborsm, stashymane
1111
mod.contributors=

src/main/resources/extrasounds.mixins.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"package": "dev.arbor.extrasoundsnext.mixin",
3+
"refmap": "extrasounds.refmap.json",
34
"required": true,
45
"minVersion": "0.8",
56
"compatibilityLevel": "${java}",

0 commit comments

Comments
 (0)