Skip to content

Commit fc46669

Browse files
committed
Update to 10.7, updated MixinExtras
1 parent 05fc6c7 commit fc46669

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

CHANGELOG.md

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

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-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
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

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.6
2+
mod_version=10.7
33
mod_name=MixinBooter
44
version_type=release

0 commit comments

Comments
 (0)