UltraLib
🟡 Updated this year⚠️ Install Order · 2 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
Preview

🔍 Analysis
- 👍 0.0% endorsement rate
- 🏆 #12 of 901 fabric mods in this game by downloads
📋 About This Mod
This is my penultimate library mod, meant for easing data-driven development and feature registration. It is non-intrusive (meaning no-mixins and such for broad compatibilty) and is purely a collection of helpful Java classes.
Currently includes: - `OptionalObject`: A way for parsing optional data from JSON - `LatchedKeyBinding`: Keybindings that only run once per click - `SortedList`: Sorting a list by weight - `UltraConfig`: Extremely light-weight config - `SimpleDataLoader`, `RunnableDataLoader`, `DetachedRunableDataLoader`: Different methods of loading json data - `Creator`: A `Function` with registry that allows for turning one object into another by a specified id. Mainly used for data-driven features. - `Lists`: Repackaging of the Apache Commons class because its not included on the client by default
### UltraDRY! - UltraLib now offers some utilities to help keep things (https://en.wikipedia.org/wiki/Don%27t_repeat_yourself). - Opt-in by adding this to your client init: `UltraLib.registerPackage(this.getClass(), MOD_ID);` - Now you can grab multiple things with ease!: - Mod-specific identifiers with `UltraLib.id(String id);` - Mod translations with `UltraLib.getText(String title, String... paths);` - You can even get your logger wtih `UltraLib.log();`! - More examples (https://github.com/Sygikal/UltraLib/blob/master/src/main/java/dev/sygii/ultralib/UltraLib.java)
📊 Mod Details
- Game
- Minecraft Mods
- Author
- Sygikal
- Version
- 1.0.7+1.20.1
- Downloads
- 16,886
- Endorsements
- 3
- Category
- fabric
- Created
- 9/16/2025
- Updated
- 11/22/2025
- Game Versions
- 1.20.1
- Tags
- library, management, utility
🔧 How to Install Minecraft Mods Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Mods →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Mods versions does UltraLib support?
The author lists 1.20.1. Other versions may work but are untested by the author.
What is the latest version of UltraLib?
Version 1.0.7+1.20.1, published 2025-11-22 with 16,886 downloads recorded at the source.
Keep browsing — more Minecraft Mods mods await