Download ModMixinLoader — Minecraft Mods — MetaMods

ModMixinLoader

Active

Downloads

0

Last update

2 years ago
Client
Libraries

ModMixinLoader

This library significantly simplifies the process of applying mixins to other Minecraft modifications.

Normally, it's impossible to inject mixins into other mods during the loading stage because the target modifications haven't been loaded yet. ModMixinLoader solves this problem by allowing you to configure the mixin.json file to require pre-loading of specific mods, ensuring your mixins work correctly.

For Users

This modification is a library required for the operation of other mods. Simply install it in your mods folder, and you're all set.

For Developers

1. Set up a basic Forge mod project with mixin support.

2. Create a new directory named modmixins inside your resources folder (path: /resources/modmixins/).

3. Place your mixin JSON files inside this folder.

4. Add a new key mods to your mixin.json that accepts an array of mod IDs required for the mixins to function.

5. Everything is ready! Now your mixins will be correctly applied to the specified modifications.

Project members
focamacho

focamacho

Created: 3 Jul 2023

ID: 37010