diff --git a/CHANGELOG.md b/CHANGELOG.md index dbbc2d4..c7ce642 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [10.4] - 2025-01-24 + +### Changed +- Made reading mod metadata quicker and simpler +- Updated MixinExtras to 0.5.0-beta.5 + +### Fixed +- SpongeForge compatibility, due to a Forge oversight + ## [10.3] - 2025-01-14 ### Added diff --git a/README.md b/README.md index e81178d..346f71b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ - Current Mixin Version: [UniMix 0.15.3 forked by CleanroomMC, derived from 0.8.7 branch by LegacyModdingMC](https://github.com/CleanroomMC/UniMix) -- Current MixinExtra Version: [0.5.0-beta4](https://github.com/LlamaLad7/MixinExtras) +- Current MixinExtra Version: [0.5.0-beta5](https://github.com/LlamaLad7/MixinExtras) ### For Developers: @@ -24,16 +24,16 @@ dependencies { annotationProcessor 'com.google.code.gson:gson:2.8.9' // ForgeGradle: - implementation ('zone.rong:mixinbooter:10.3') { + implementation ('zone.rong:mixinbooter:10.4') { transitive = false } - annotationProcessor ('zone.rong:mixinbooter:10.3') { + annotationProcessor ('zone.rong:mixinbooter:10.4') { transitive = false } // RetroFuturaGradle: - String mixinBooter = modUtils.enableMixins('zone.rong:mixinbooter:10.3') - // modUtils.enableMixins('zone.rong:mixinbooter:10.3', 'mod_id.mixins.refmap.json') << add refmap name as 2nd arg (optional) + String mixinBooter = modUtils.enableMixins('zone.rong:mixinbooter:10.4') + // modUtils.enableMixins('zone.rong:mixinbooter:10.4', 'mod_id.mixins.refmap.json') << add refmap name as 2nd arg (optional) api (mixinBooter) { transitive = false } diff --git a/gradle.properties b/gradle.properties index 1316513..cf5c6e6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ org.gradle.jvmargs=-Xmx3G -mod_version=10.3 +mod_version=10.4 mod_name=MixinBooter version_type=release \ No newline at end of file