Open Terrain Generator mod extends the options for setting up the generation of the game world. But in most cases it is needed to support other mods that add new…
GeckoLib is a useful library for modders that makes it easy to create 3D animations, particles and other objects. It makes it much easier to add new mobs and blocks…
The LambDynamicLights mod adds realistic lighting from all sources to Minecraft. For example, you can carry a torch in your hands and illuminate the area around. Spectral arrows, burning and…
The Bookshelf API is a small library of useful functions for mod creators. Players may need it to run some mods, such as Enchantment Descriptions. Install it only if it…
Baubles is a small addition to Minecraft, which is also an API for mod makers. It almost does not contain content, and only slightly expands the inventory slots. After installing…
Fabric API is the add-on needed to run most mods for Fabric loader. This library does not add anything to the game, it is needed only to launch other mods….
The Architectury API is a small library that is needed to run some mods. Using it, developers can quickly create mods for two loaders at the same time (Forge and…
Obfuscate is a useful library for mod developers. It simplifies many actions with the player model and other objects. The library was created by the famous modder MrCrayfish and is…
MixinBootstrap is needed to run some popular mods, for example, Forge version of Immersive Portals. It is necessary to use the Mixin framework and does not affect the game. Installing…
Collective is a small library used by many mods. Thanks to it, developers can achieve good optimization, because several add-ons can reuse functions. Install it only if the mod requires…
Cloth Config API is a library from shedaniel that is needed for some mods to work. Its use allows mod developers to simplify the creation of settings screens. The Forge…
Curios API is a developer library that is required for some mods to work properly. Adds a special user-friendly graphical interface with which you can add various blocks and items…