A lightweight Architectury-style library for shared mod code across Fabric and NeoForge (Minecraft 1.21.1).
Note: For regular users, this library does nothing on its own. It's a tool for mod developers to write shared code that works on both Fabric and NeoForge without needing separate implementations. All you need to do is drop the mod JAR in your
modsfolder, and it will work as a dependency for any mods that use it.
Documentation for the library can be found at mods.matthiesen.dev
- Ember's Text API - Use fancy text effects anywhere, including custom fonts!
| Minecraft Version | Library Version |
|---|---|
| 1.21.1 | 1.x.x |
MIT - see LICENSE.