MultiLoader-Enabled Modding - Library mod that allows for developing mods that run on Fabric and NeoForge
Find a file
juniper 991f2837e1
All checks were successful
/ build (push) Successful in 56m28s
Update .forgejo/workflows/maven.yml
2026-04-19 13:24:21 +01:00
.forgejo/workflows Update .forgejo/workflows/maven.yml 2026-04-19 13:24:21 +01:00
buildSrc feat: run client entrypoints and load example mod (not working in fabric) 2026-04-15 17:54:52 -05:00
common Fix project exploding because there are no tests 2026-04-19 11:03:18 +01:00
fabric Fix project exploding because there are no tests 2026-04-19 11:03:18 +01:00
gradle/wrapper Multiloader template 2026-04-11 20:31:41 +01:00
neoforge Fix project exploding because there are no tests 2026-04-19 11:03:18 +01:00
.gitignore feat: add some apis 2026-04-13 23:21:45 -05:00
build.gradle Multiloader template 2026-04-11 20:31:41 +01:00
gradle.properties Update gradle.properties common data 2026-04-19 11:23:10 +01:00
gradlew Multiloader template 2026-04-11 20:31:41 +01:00
gradlew.bat Multiloader template 2026-04-11 20:31:41 +01:00
LICENSE Add LICENSE 2026-04-16 22:02:41 +01:00
README.md Add README.md 2026-04-16 22:14:22 +01:00
settings.gradle Fix project exploding because there are no tests 2026-04-19 11:03:18 +01:00

MLEM API

MLEM is a lightweight modding API used for developing multiloader Fabric/Neoforge mods, a simple wrapper over Neoforge and Fabric APIs.

If you're a player, this mod will do nothing on its own - It's only a dependency for other mods.

Using MLEM API

A good starting place is our template you can copy and modify to use as a starting point for your mods. As for its features, you can refer to the wiki which details all of the features of the API and how to implement them in your project.

Warning

This project is WIP and the API could receive substantial, breaking, changes