Mixinbooter

Allows any mixins that work on mods to work effortlessly. With a single class and an annotation. On 1.12.2.
Alternatives To Mixinbooter
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Mixin1,142
a month ago1August 22, 2021101mitJava
Mixin is a trait/mixin and bytecode weaving framework for Java using ASM
React Emoji203122176 years ago15April 09, 201716mitJavaScript
An emoji mixin for React
Mixingradle80
a month ago8mitGroovy
Gradle plugin that adds the Mixin technology capability to your project.
Mixinbooter24
7 days ago3lgpl-2.1Java
Allows any mixins that work on mods to work effortlessly. With a single class and an annotation. On 1.12.2.
Abitbol1614129 days ago12March 08, 2021otherJavaScript
The classiest javascript class library of the world
Cakephp Phpstan14
a year ago5December 27, 20212PHP
CakePHP 4 extension for PHPStan
React Annotator12
8 years ago1mitJavaScript
A React mixin to allow for user annotations directly on images.
Jcomposition9
6 years ago1apache-2.0Java
Composition over inheritance. Lightweight Java/Android API for creating a compositions at compile-time
Jmixer9
2 years agootherJava
JMixer is the implementation of a mixin mechanism for the Java language
Micromixin4
3 days agobsd-2-clauseJava
A reimplementation of Sponge's Mixin Framework, a high-level java bytecode modification framework.
Alternatives To Mixinbooter
Select To Compare


Alternative Project Comparisons
Readme

MixinBooter

Allows any mixins that work on mods to work effortlessly on 1.8 - 1.12.2

For Developers:

  • Add CleanroomMC's repository and depend on MixinBooter's maven entry:
repositories {
    maven {
        url 'https://maven.cleanroommc.com'
    }
}

dependencies {
    compile 'zone.rong:mixinbooter:8.2'
}

Pseudo-Changelog:

  • As of 4.2, MixinBooter's API has changed and all mods that uses mixins are encouraged to depend on MixinBooter, even those that mixin into vanilla/forge/library classes. To avoid mixin version mismatches with mods crashing trying to implement modded mixins (looking at you VanillaFix). Thanks to @embeddedt recommending and helping me introduce this change!

  • As of 5.0, MixinExtras by @LlamaLad7 is shaded. Available for developers to use.

  • As of 8.0, MixinBooter will now work from 1.8 - 1.12.2. One single build works with all these versions! (TODO: LiteLoader support?)

Tidbits:

  • Consult IEarlyMixinLoader for mixins that affects vanilla, forge, or any classes that is passed to the classloader extremely early (e.g. Guava).
  • Consult ILateMixinLoader for mixins that affects mods.
  • @MixinLoader annotation is, as of 4.2, deprecated. The functionality is akin to ILateMixinLoader.
Popular Annotation Projects
Popular Mixins Projects
Popular Machine Learning Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Java
Mod
Minecraft
Annotations
Mixins