File tree Expand file tree Collapse file tree 4 files changed +12
-7
lines changed
Expand file tree Collapse file tree 4 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 10.7] - 2025-09-30
4+
5+ ### Changed
6+ - Updated MixinExtras from 0.5.0-rc.1 to 0.5.0
7+
38## [ 10.6] - 2025-03-25
49
510### Changed
Original file line number Diff line number Diff line change 33
44- Current Mixin Version: [ UniMix 0.15.3 forked by CleanroomMC, derived from 0.8.7 branch by LegacyModdingMC] ( https://github.com/CleanroomMC/UniMix )
55
6- - Current MixinExtra Version: [ 0.5.0-rc.1 ] ( https://github.com/LlamaLad7/MixinExtras )
6+ - Current MixinExtra Version: [ 0.5.0] ( https://github.com/LlamaLad7/MixinExtras )
77
88### Pseudo-Changelog:
99
@@ -38,16 +38,16 @@ dependencies {
3838 annotationProcessor 'com.google.code.gson:gson:2.8.9'
3939
4040 // ForgeGradle:
41- implementation ('zone.rong:mixinbooter:10.6 ') {
41+ implementation ('zone.rong:mixinbooter:10.7 ') {
4242 transitive = false
4343 }
44- annotationProcessor ('zone.rong:mixinbooter:10.6 ') {
44+ annotationProcessor ('zone.rong:mixinbooter:10.7 ') {
4545 transitive = false
4646 }
4747
4848 // RetroFuturaGradle:
49- String mixinBooter = modUtils.enableMixins('zone.rong:mixinbooter:10.6 ')
50- // modUtils.enableMixins('zone.rong:mixinbooter:10.6 ', 'mod_id.mixins.refmap.json') << add refmap name as 2nd arg (optional)
49+ String mixinBooter = modUtils.enableMixins('zone.rong:mixinbooter:10.7 ')
50+ // modUtils.enableMixins('zone.rong:mixinbooter:10.7 ', 'mod_id.mixins.refmap.json') << add refmap name as 2nd arg (optional)
5151 api (mixinBooter) {
5252 transitive = false
5353 }
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ dependencies {
7878 mixin (mixinDep) {
7979 transitive = false
8080 }
81- embed ' io.github.llamalad7:mixinextras-common:0.5.0-rc.1 '
81+ embed ' io.github.llamalad7:mixinextras-common:0.5.0'
8282 annotationProcessor ' org.ow2.asm:asm-debug-all:5.2'
8383 annotationProcessor ' com.google.guava:guava:24.1.1-jre'
8484 annotationProcessor ' com.google.code.gson:gson:2.8.6'
Original file line number Diff line number Diff line change 11org.gradle.jvmargs =-Xmx3G
2- mod_version =10.6
2+ mod_version =10.7
33mod_name =MixinBooter
44version_type =release
You can’t perform that action at this time.
0 commit comments