Mixin VS fabric-example-mod

Compare Mixin vs fabric-example-mod and see what are their differences.

Mixin

Mixin is a trait/mixin and bytecode weaving framework for Java using ASM (by SpongePowered)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
Mixin fabric-example-mod
13 30
1,309 1,485
0.8% 3.0%
6.0 5.2
3 months ago 15 days ago
Java Java
MIT License Creative Commons Zero v1.0 Universal
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Mixin

Posts with mentions or reviews of Mixin. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-13.

fabric-example-mod

Posts with mentions or reviews of fabric-example-mod. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-02.
  • I'm currently having trouble updating my mod from 1.19.4 to 1.20
    1 project | /r/fabricmc | 17 Jun 2023
  • How do voxel games like Minecraft store and load worlds?
    4 projects | /r/gamedev | 2 Feb 2023
    For accessing a decompiled minecraft source, I think the easiest way is to grab something people use to write mods (like the fabric example mod or the quilt template mod or the forge getting started guide), open it in an IDE like eclipse or intellij, then just don't write a mod and click around in the source instead. Keep the copyrights in mind
  • Mod Request Help
    1 project | /r/fabricmc | 7 Jan 2023
    If you're making a fabric mod, then you can just use the Fabric Example Mod as template
  • How to export a mod from VSC?
    1 project | /r/fabricmc | 22 Nov 2022
    This is the template I used, and this is what I used to setup the enviroment, I already coded an item into the mod and it all works, but when I go onto the debug tab on the left and run the code, it opens a new game rather than giving me a share-able .jar file I can drag in myself.
  • I am trying to make a mod
    1 project | /r/fabricmc | 1 Sep 2022
    You need to go back to the example mod page, and start again from the 1.18 template. There's a dropdown in the top left to switch between versions. If you can't find it, here's a direct link.
  • Does anyone know how I can make mods for fabric?
    1 project | /r/fabricmc | 28 Aug 2022
    Get an IDE you like (I recommend IntelliJ IDEA community with the Minecraft Dev plugin) and download/fork the example mod. That'll give you a good base
  • Problem Creating a Minecraft Mod
    1 project | /r/Minecraft | 11 Jun 2022
    Hello, I am trying to create a Minecraft mod with Visual Studio Code using the template provided by Fabric (https://github.com/FabricMC/fabric-example-mod/tree/1.17). When running the mod in the VS Code testing environment both with and without debugging, it works just as expected. However, when I compile it into a jar file and put it into a normal Fabric 1.17.1 installation, Fabric does not seem to recognize it as a mod and just launches without it. Additionally, when I open the jar with 7-zip, there does not seem to be anything specific to the mod. There are no .class files from my code and no assets. It is as if the compiler just puts in the base components, and cannot find the source code or assets. The mod is for 1.17.1. Any help would be appreciated. Thank you.
  • Trying to modify minecraft title screen
    1 project | /r/fabricmc | 1 Jun 2022
    Are you using the template https://github.com/fabricmc/fabric-example-mod
  • Writing Minecraft Mods And "Where Do I Start?"
    1 project | /r/feedthebeast | 23 May 2022
    I started modding using Fabric; specifically a combination of the tutorial on the wiki, reading how other mods do stuff, and asking on the Discord. Once you're familiar with how Minecraft works internally using one mod-loader it's easy enough to transfer to the others (or multiple at once, using Architectury as pointed out), but I wouldn't start off with this. The example mod also gets you a setup you can modify at will.
  • Can't use fabric-example-mod
    1 project | /r/fabricmc | 7 May 2022
    I've been trying to use this the example mod from github for hours, but I just cannot get it to work. I keep receiving a "build failed" error on startup (something like "filename: failed") with no context to go off of. I have downloaded Java, and Intellij works fine for other coding projects. I have no idea what is causing this.

What are some alternatives?

When comparing Mixin and fabric-example-mod you can also consider the following projects:

Visual Studio Code - Visual Studio Code

MCP-Reborn - MCP-Reborn is an MCP (Mod Coder Pack) for Minecraft for making modded clients and researching its code. (1.13-1.20.1)

MCPConfig - Public facing repo for MCP SRG mappings.

LambDynamicLights - A dynamic lights mod for Minecraft with Fabric.

bytecode-viewer - A Java 8+ Jar & Android APK Reverse Engineering Suite (Decompiler, Editor, Debugger & More)

yarn - Libre Minecraft mappings, free to use for everyone. No exceptions.

jabel - Jabel - unlock Javac 9+ syntax when targeting Java 8

GeneratorFabricMod - Prompts the user for various information and outputs a skeleton mod for the Fabric toolchain

Perses - A project to cause (controlled) destruction on your jvm application

MinecraftDev - Plugin for IntelliJ IDEA that gives special support for Minecraft modding projects.

vineflower - Modern Java decompiler aiming to be as accurate as possible, with an emphasis on output quality. Fork of the Fernflower decompiler.