Skip to content

Commit

Permalink
MixinBooter 8.9 (beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rongmario committed Nov 2, 2023
1 parent 3e219a3 commit 883fa60
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [8.9] - 2023-11-02

### Changed
- Updated MixinExtras from 0.2.0-beta.9 to 0.2.1-beta.2, now supports wrapping of object instantiations with `@WrapOperation`

## [8.8] - 2023-10-31

### Changed
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

- Current Mixin Version: [UniMix 0.12.2 forked by CleanroomMC, derived from 0.8.5 branch by LegacyModdingMC](https://github.com/CleanroomMC/UniMix)

- Current MixinExtra Version: [0.2.0-beta.9](https://github.com/LlamaLad7/MixinExtras)
- Current MixinExtra Version: [0.2.1-beta.2](https://github.com/LlamaLad7/MixinExtras)

### For Developers:

Expand All @@ -24,16 +24,16 @@ dependencies {
annotationProcessor 'com.google.code.gson:gson:2.8.9'
// ForgeGradle:
implementation ('zone.rong:mixinbooter:8.8') {
implementation ('zone.rong:mixinbooter:8.9') {
transitive = false
}
annotationProcessor ('zone.rong:mixinbooter:8.8') {
annotationProcessor ('zone.rong:mixinbooter:8.9') {
transitive = false
}
// RetroFuturaGradle:
String mixinBooter = modUtils.enableMixins('zone.rong:mixinbooter:8.8')
// modUtils.enableMixins('zone.rong:mixinbooter:8.8', 'mod_id.mixins.refmap.json') << add refmap name as 2nd arg (optional)
String mixinBooter = modUtils.enableMixins('zone.rong:mixinbooter:8.9')
// modUtils.enableMixins('zone.rong:mixinbooter:8.9', 'mod_id.mixins.refmap.json') << add refmap name as 2nd arg (optional)
api (mixinBooter) {
transitive = false
}
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.jvmargs=-Xmx3G
mod_version=8.8
mod_version=8.9
mod_name=MixinBooter
version_type=release
version_type=beta

0 comments on commit 883fa60

Please sign in to comment.