File tree 3 files changed +11
-6
lines changed
3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 10.2] - 2024-11-16
4
+
5
+ ### Fixed
6
+ - Specified ordinality on a local capture for when the mixin is applied in brittle contexts
7
+
3
8
## [ 10.1] - 2024-11-04
4
9
5
10
### Fixed
Original file line number Diff line number Diff line change @@ -24,16 +24,16 @@ dependencies {
24
24
annotationProcessor 'com.google.code.gson:gson:2.8.9'
25
25
26
26
// ForgeGradle:
27
- implementation ('zone.rong:mixinbooter:10.1 ') {
27
+ implementation ('zone.rong:mixinbooter:10.2 ') {
28
28
transitive = false
29
29
}
30
- annotationProcessor ('zone.rong:mixinbooter:10.1 ') {
30
+ annotationProcessor ('zone.rong:mixinbooter:10.2 ') {
31
31
transitive = false
32
32
}
33
33
34
34
// RetroFuturaGradle:
35
- String mixinBooter = modUtils.enableMixins('zone.rong:mixinbooter:10.1 ')
36
- // modUtils.enableMixins('zone.rong:mixinbooter:10.1 ', 'mod_id.mixins.refmap.json') << add refmap name as 2nd arg (optional)
35
+ String mixinBooter = modUtils.enableMixins('zone.rong:mixinbooter:10.2 ')
36
+ // modUtils.enableMixins('zone.rong:mixinbooter:10.2 ', 'mod_id.mixins.refmap.json') << add refmap name as 2nd arg (optional)
37
37
api (mixinBooter) {
38
38
transitive = false
39
39
}
Original file line number Diff line number Diff line change 1
1
org.gradle.jvmargs =-Xmx3G
2
- mod_version =10.1
2
+ mod_version =10.2
3
3
mod_name =MixinBooter
4
- version_type =beta
4
+ version_type =release
You can’t perform that action at this time.
0 commit comments