Skip to content

Commit

Permalink
MixinBooter 9.0 (beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rongmario committed Jan 30, 2024
1 parent 421ae4c commit 2640877
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [9.0] - 2024-01-30

### Added
- `IMixinConfigHijacker` API, allows denial of mixin configurations from being applied (idea: @Desoroxxx)

### Changed
- Updated MixinExtras to 0.3.5

### Fixed
- Mixin information being duplicated in crash reports in certain situations

## [8.9] - 2023-11-02

### Changed
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.jvmargs=-Xmx3G
mod_version=8.9
mod_version=9.0
mod_name=MixinBooter
version_type=beta
2 changes: 2 additions & 0 deletions src/main/java/zone/rong/mixinbooter/IMixinConfigHijacker.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
* Hijackers are used to stop certain mixin configurations from ever being applied.
* Usage is similar to {@link IEarlyMixinLoader}, implement it in your coremod class.
* Requested by: @Desoroxxx
*
* @since 9.0
*/
public interface IMixinConfigHijacker {

Expand Down

0 comments on commit 2640877

Please sign in to comment.