Mixin Helper

Mixin Helper

Utility mod for modpack developers that provides complete control over mixin behavior

von
2.4K Downloads
fabricforgeneoforgemanagementoptimizationutility
Server mit dieser Mod mieten

Über diese Mod

Mixin Helper

Take control of mixin conflicts in your modpack. Mixin Helper lets you blacklist, prioritize, and surgically modify mixins from any loaded mod — all from a single JSON config file. No code, no recompiling, no removing mods.

Documentation

Full documentation, guides, and examples at https://tysontheember.dev/mixin-helper/intro/


⚠️ USE AT YOUR OWN RISK ⚠️

This is an advanced tool. If you don't know what mixins are or how they work, this mod is not for you.

While there are guardrails Mixin Helper directly interferes with how other mods patch the game. Incorrect use will break things. This includes but is not limited to:

  • Game crashes with difficult-to-diagnose stacktraces
  • Broken mod features that may not be immediately obvious
  • World corruption — back up your worlds before making changes
  • Incompatible save files if disabled mixins affect world data

Do NOT report bugs to mod authors if you have modified their mixins with this tool. Any issues caused by Mixin Helper are your responsibility.


Features

  • Mixin Blacklisting — Disable individual mixins, entire mixin configs, or block all mixins targeting a specific class
  • Priority Control — Override mixin execution order to resolve load-order conflicts between mods
  • Method Removal — Neutralize or remove specific injected methods without disabling the entire mixin
  • Audit Report — Generate a detailed JSON report of every loaded mixin config, including annotations, to diagnose conflicts fast

Supported Versions

Minecraft Version Loader Status
1.20.1 Forge Fully Supported
1.20.1 Fabric Fully Supported
1.21.1 NeoForge Fully Supported
1.21.1 Fabric Fully Supported

How It Works

  1. Install Mixin Helper — drop the jar in your mods folder
  2. Launch the game — a default config is generated at config/mixinhelper.json
  3. Check the audit report at config/mixinhelper-report.json to see every mixin loaded in your game
  4. Edit the config to blacklist, reprioritize, or strip methods as needed
  5. Restart and you're done

Quick Example

Two mods crash because they both modify the same class? Blacklist the offending mixin:

{
  "enabled": true,
  "blacklist": {
    "mixins": ["com.conflictingmod.mixin.MixinLevelRenderer"],
    "mixinConfigs": [],
    "targetClasses": []
  }
}

Need finer control? Neutralize a single injected method instead of the whole mixin:

{
  "methodRemovals": {
    "rules": [
      {
        "targetClass": "net.minecraft.world.level.Level",
        "method": "brokenMethod",
        "action": "nop"
      }
    ]
  }
}

Use Cases

  • Modpack developers resolving mod conflicts without waiting for mod authors to fix them
  • Server admins disabling specific mod behaviors that cause instability
  • Debugging which mixins are causing crashes or unexpected behavior
  • Fine-tuning mod interactions by controlling execution order

Notes

  • Config changes require a full game restart — mixins load very early in startup
  • Mixin Helper itself has no mixins — it uses the Mixin plugin system to intercept other mods
  • Zero runtime performance impact — all work is done during startup

Verfügbare Versionen

Mixin Helper 1.1.1 (NeoForge 1.21.1)release
MC 1.21.1neoforge
12. Juni 2026
Mixin Helper 1.1.1 (Forge 1.20.1)release
MC 1.20.1forge
12. Juni 2026
Mixin Helper 1.1.1 (Fabric 1.21.1)release
MC 1.21.1fabric
12. Juni 2026
Mixin Helper 1.1.1 (Fabric 1.20.1)release
MC 1.20.1fabric
12. Juni 2026
Mixin Helper 1.1.0 (Forge 1.20.1)release
MC 1.20.1forge
23. März 2026

Mixin Helper auf dem Server installieren

1

Server bestellen

Bestelle einen Minecraft Java Server mit mindestens 3 GB RAM (4 GB empfohlen).

2

fabric Loader setzen

Wähle im Panel unter "Egg" den fabric-Loader und die passende Minecraft-Version (1.21.1).

3

Mod installieren

Öffne den Mod-Browser im Dashboard und suche nach "Mixin Helper". Klicke "Installieren" – fertig! Alternativ: Lade die .jar via SFTP in den /mods Ordner.

Kompatibilität

Mod-Loader

fabricforgeneoforge

Minecraft-Versionen

1.21.1, 1.20.1

Server-seitig

Nicht unterstützt

Empfohlener RAM

4 GB(min. 3 GB)

Häufige Fragen

Mixin Helper Server crasht beim Start – was tun?

Häufigste Ursache: falsche fabric-Version oder zu wenig RAM. Prüfe im Server-Log (latest.log), ob ein "OutOfMemoryError" oder "Mixin"-Fehler auftritt. Bei Mado Hosting: Stelle sicher, dass mindestens 3 GB RAM zugewiesen sind und der Loader zur Mod-Version passt (1.21.1). Über das Panel kannst du den Loader mit einem Klick wechseln.

Ist Mixin Helper mit fabric und forge und neoforge kompatibel?

Mixin Helper unterstützt offiziell fabric, forge, neoforge für Minecraft 1.21.1, 1.20.1. Achtung: Forge- und Fabric-Mods sind NICHT untereinander kompatibel – wähle einen Loader und bleibe dabei. Im Mado Dashboard werden inkompatible Loader-Kombinationen automatisch erkannt.

Server laggt mit Mixin Helper – wie optimiere ich die Performance?

Empfohlener RAM: 4 GB (+1 GB pro 8 Spieler). Prüfe mit /spark profiler, ob Mixin Helper den meisten Tick-Time verbraucht. Häufige Fixes: Server-View-Distance auf 8-10 reduzieren, bei Forge "performant" oder "starlight" als Zusatz-Mod installieren. Bei Mado Hosting läuft dein Server auf NVMe-SSDs mit dedizierten CPU-Kernen für minimale Latenz.

Modded Server mieten

Installiere Mixin Helper mit nur einem Klick auf deinem Server.

Empfohlener RAM
4 GBab €5.2/Monat
Min. 3 GB | +1 GB pro 8 Spieler
Jetzt Server erstellen
1-Klick Mod Installation
NVMe SSD Speicher
DDoS-Schutz inklusive

Details

Lizenz
GNU General Public License v3.0 only
Server-seitig
Nicht unterstützt

Unterstützte Versionen

1.21.11.20.1