Описание
Use the **_most recent_** version of your preferred mod loader!
### MONOLIB DOES NOT PROVIDE ANY NEW GAMEPLAY, BLOCKS, ITEMS, OR ENTITIES.
---
MonoLib is the cornerstone library for mods published by [Lupin](https://modrinth.com/user/Lupin) and authored by [Jason13](https://modrinth.com/user/jason13official/mods), designed to decrease code repetition across many projects. This library is open for use by anyone, but it's designed around our needs specifically. This mod has many similarities to [Botania by Vazkii](https://modrinth.com/mod/botania), [Collective by Serilum](https://modrinth.com/mod/collective), and [Bookshelf by DarkhaxDev](https://modrinth.com/mod/bookshelf-lib); from event callbacks and commands to registration binding, there's plenty of utility found inside.
MonoLib is released as loader-specific jar files, which can be imported via [Modrinth's maven](https://support.modrinth.com/en/articles/8801191-modrinth-maven).
**MonoLib only being supported for Minecraft versions 1.20.1, 1.21.1, 1.21.4, and 1.21.5 currently.**
---
This project was made possible via these previous works:
**Collective**, a shared library with common code for all of Serilum's mods [https://modrinth.com/mod/collective](https://modrinth.com/mod/collective)
**Botania**, a tech mod themed around natural magic [https://modrinth.com/mod/botania](https://modrinth.com/mod/botania)
**Bookshelf**, a collection of code, frameworks, utilities, and other resources [https://modrinth.com/mod/bookshelf-lib](https://modrinth.com/mod/bookshelf-lib)
**Forgix**, a Gradle plugin/an Architectury addon to merge mod-loaders into one jar! wahh technology [https://github.com/PacifistMC/Forgix](https://github.com/PacifistMC/Forgix)
**MultiLoader-Template**, a template for a Forge + Fabric project setup using a common source set. [https://github.com/jaredlll08/MultiLoader-Template](https://github.com/jaredlll08/MultiLoader-Template)