UniLib
A common set of Utilities, designed for over 50 versions of Minecraft!
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
UniLib
UniLib
A common set of Utilities, designed for over 50 versions of Minecraft!
General Notes
* This mod identifies as a will not run mod * This means it will not run on the Server's side. * Fabric and Quilt mod loaders will simply ignore the mod, while other mod loaders may crash. * Some versions of the mod for Minecraft 1.14.x and above require the will not run and the %%MD1%% * Some versions of the mod for Minecraft 1.13.x require the %%MD2%% and the %%MD3%% * Some versions of the mod for Minecraft 1.1.0 and below require %%MD4%%
Features
This library mod offers various API utilities that have been developed over the years, initially part of CraftPresence, that have been designed to work on over 50 versions of Minecraft, from the earliest Alphas to the latest Releases.
These APIs range from utilities that can help with Rendering/UI design, Update Checker and Translation ease-of-access, as well as the APIs provided through the sibling-project, UniCore
Disclaimers & Additional Info
Minecraft Issues + Additional Build Info
Despite best efforts, issues can occur due to the state of the Minecraft Codebase.
These issues can hinder certain portions of the backend in addition to cause certain parts of the mod to not work.
With this in mind, please note the following:
* Miscellaneous Issues * As more parts of the game become data-driven, some modded data is no longer able to be automatically retrieved without first being in the world. * Miscellaneous Issues * `MC-112292`: When interacting with the `RenderUtils#drawItemStack` method, used in the v2 Item Renderer, blocks using certain renderers may fail to display properly. * Additionally, on 1.15.x exclusively, z-level issues may occur on Screens using this method * Miscellaneous Issues * Due to obfuscation issues in earlier versions of Minecraft, incorrect data may appear when using certain parts of the mod.
Additionally, some settings or API calls may perform differently under certain MC versions.
Support
Need some assistance with one of my mods or wish to provide feedback?
I can be contacted via the following methods:
* Email * CurseForge * Discord :: %%MD0%%
Additionally, codebase documentation for this mod is available here with further guides available on the wiki
Licensing
This Mod is under the MIT License as well as the Apache 2.0 License
This project currently makes usage of the following dependencies internally:
* UniCore by CDAGaming * Classgraph by lukehutch * Lenni Reflect by Lenni0451