Skip to content

Commit 41d1fdb

Browse files
committed
Merge 1.21(.1) into 1.21.4
* 1.21(.1): Add changelog and update mod_version (1.4.10|2) Use legacy mixin annotation processor (1.4.10|1)
2 parents f5a23c2 + 85535a8 commit 41d1fdb

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
<!--publish=false-->
1+
<!--publish=false-->
2+
### 1.4.10:
3+
- Fix crash on startup introduced in `1.4.9` due to a bug in a newer Loom version used for compiling

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ repositories {
3030
}
3131

3232
loom {
33+
mixin {
34+
useLegacyMixinAp = true
35+
}
3336
accessWidenerPath = file("src/main/resources/mstv-base.accesswidener")
3437
}
3538

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ mod_id = mstv-base
1717
mod_name = More Stick Variants (MStV)
1818
mod_name_short = More Stick Variants
1919
mod_description = This mod adds more variants of the Stick Item. It is a base mod to help craft other variants using recipes with sticks as ingredients.
20-
mod_version = 1.4.9
20+
mod_version = 1.4.10
2121
mod_license = MIT
2222
maven_group = de.pnku
2323

0 commit comments

Comments
 (0)