File tree Expand file tree Collapse file tree 3 files changed +15
-6
lines changed
Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 10.4] - 2025-01-24
4+
5+ ### Changed
6+ - Made reading mod metadata quicker and simpler
7+ - Updated MixinExtras to 0.5.0-beta.5
8+
9+ ### Fixed
10+ - SpongeForge compatibility, due to a Forge oversight
11+
312## [ 10.3] - 2025-01-14
413
514### Added
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-beta4 ] ( https://github.com/LlamaLad7/MixinExtras )
6+ - Current MixinExtra Version: [ 0.5.0-beta5 ] ( https://github.com/LlamaLad7/MixinExtras )
77
88### For Developers:
99
@@ -24,16 +24,16 @@ dependencies {
2424 annotationProcessor 'com.google.code.gson:gson:2.8.9'
2525
2626 // ForgeGradle:
27- implementation ('zone.rong:mixinbooter:10.3 ') {
27+ implementation ('zone.rong:mixinbooter:10.4 ') {
2828 transitive = false
2929 }
30- annotationProcessor ('zone.rong:mixinbooter:10.3 ') {
30+ annotationProcessor ('zone.rong:mixinbooter:10.4 ') {
3131 transitive = false
3232 }
3333
3434 // RetroFuturaGradle:
35- String mixinBooter = modUtils.enableMixins('zone.rong:mixinbooter:10.3 ')
36- // modUtils.enableMixins('zone.rong:mixinbooter:10.3 ', 'mod_id.mixins.refmap.json') << add refmap name as 2nd arg (optional)
35+ String mixinBooter = modUtils.enableMixins('zone.rong:mixinbooter:10.4 ')
36+ // modUtils.enableMixins('zone.rong:mixinbooter:10.4 ', 'mod_id.mixins.refmap.json') << add refmap name as 2nd arg (optional)
3737 api (mixinBooter) {
3838 transitive = false
3939 }
Original file line number Diff line number Diff line change 11org.gradle.jvmargs =-Xmx3G
2- mod_version =10.3
2+ mod_version =10.4
33mod_name =MixinBooter
44version_type =release
You can’t perform that action at this time.
0 commit comments