Skip to content

Commit b2d5c3b

Browse files
committed
Bump to 10.4
1 parent 95d81f9 commit b2d5c3b

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
org.gradle.jvmargs=-Xmx3G
2-
mod_version=10.3
2+
mod_version=10.4
33
mod_name=MixinBooter
44
version_type=release

0 commit comments

Comments
 (0)