Setup
Basics
- Conventions and Terminology
- Registries
- Development Tools
This is a list of third party library mods that provide various utilities.
If you've created a library, add it to the list if you have edit permissions (try to keep it in alphabetical order), or drag and drop the information you need onto the wiki. channel Fabric Discord server otherwise.
Name and Link | Description | Maintainer |
---|---|---|
ARRP | Creates resources and assets during runtime | HalfOf2 |
Artifice | Generated data/asset files and virtual resource pack API | Fudge |
SpoornPacks | Simple-to-use, single-line APIs for generating resource files, registration, and automatic injection | spoorn |
Name and Link | Description | Maintainer |
---|---|---|
Auto Config (1.14.x) | Annotation Based configuration API | sargunv |
Auto Config Updated (1.14-1.16) | Fork of AutoConfig for updated MC versions | sargunv, shedaniel |
Cloth Config | Client Sided Config Screen Builder (includes AutoConfig) | shedaniel |
CompleteConfig | Flexible configuration API | Lortseam |
Confabricate | Fabric wrapper of Sponge's Configurate with new utilities | zml2008 |
Fiber | Configuration system | 086, Pyrofab |
Oro Config | Light-weight JSON config with command and Cloth Config support | OroArmor |
Omega Config | Easy-to-use Config with robust features and GUI support | Draylar, Frqnny |
Paradox Config | Kotlin Based configuration API | RedstoneParadox |
Tweed | Configuration API allowing automation and synchronization | Siphalor |
Simple Config | Single-file simple to use config lib | magistermaks |
Name and Link | Description | Maintainer |
---|---|---|
BendyLib | API to swap and bend cuboids in existing and in new entities | KosmX |
ColoredGlowLib | API that renders glowing effect colors as RGB instead of fixed values based on teams | Emafire003 |
Custom Astral Body | API to control dimension sky, moon, and sun rendering | Vampire Studios |
GeckoLib | Powerful WYSIWYG animation library for use with animations made in blockbench. | bernie-g |
JMX | Adds increased functionality to making more advanced JSON Models with extra customizability | grondag |
Marionette | Animation API for creating and animating entity models | RedstoneParadox |
Myron | OBJ model loading library | Frqnny |
Satin | Simple wrapper for Post Process Shaders | Pyrofab |
Name and Link | Description | Maintainer |
---|---|---|
Banner++ | Allows mods to add new banner patterns | kvverti |
Caelus | API to provide developers access to elytra flight mechanics | TheIllusiveC4 |
ExpandAbility | Provides increased control over vanilla effects and abilities | Florens |
Fabric Shield Lib | Library to add new shields cleanly without mixins | CrimsonDawn45 |
Gourmet | Allows making items edible | deltanedas |
Statement | Extra configurability in manipulating blockstates of already existing blocks | Virtuoel |
Wandering Tradesmen | Allows you to make your own custom tradesman using LibCD scripts! | Lingardium |
Name and Link | Description | Maintainer |
---|---|---|
Arctree | Eases the awful process of creating trees in Minecraft | RedGrapefruit09 |
Cardinal Components API | Dynamic data attachments for various game objects (Blocks, Entities, Worlds…) | OnyxStudios, Pyrofab |
CrowdinTranslate | Pulls translated language files from Crowdin and renames them to MC conventions. Can work at compile time or runtime. | Giselbaer |
Curios | A flexible and expandable accessory/equipment API | TheIllusiveC4 |
FreshCoffee | A library mod that ensures you are running a supported version of Java and can install a supported one if you are not. | TheBrokenRail |
ItemNBT | Greatly enhances the item NBT features in the game with the help of reflection and dark magic | RedGrapefruit09 |
LibCBE | Allows conditional creation of block entities | BoogieMonster1O1 |
LibMultiPart | Adding multiple parts to a single (custom) block | AlexIIL |
LibSchem | A schematic parser and placer that supports the sponge schematic v2 schema | BoogieMonster1O1 |
Locki | An API for locking slots in a player's inventory | Pyrofab |
Magna | Easily create tools that breaks more than 1 block at a time | Draylar |
Matrix | Annotation based item/block registering library | Dimensional Development |
Meal API | Add foods that are more “filling” | FoundationGames |
Mesh | All-round utility library, automatic registration, recipe generation, multiblocks (WIP) | UpcraftLP |
NBT Crafting | Extends the JSON recipe system to work with NBT data | Siphalor |
oωo | Flexible automatic registration, easy particle wrapper, custom item groups, mod compat helper system and general utility functions aimed at reducing code verbosity in content mods | glisco |
Pehkui | Manipulates the size of entities | Virtuoel |
Piglib | Allows adding to the items Piglins will accept for bartering, as well as armor that will prevent them becoming aggressive, through tags | Shnupbups |
Rayon | Rigid body simulation for Minecraft | Lazurite |
Reach Entity Attributes | Entity attributes to modify reach distance and attack range | JamiesWhiteShirt |
Size Entity Attribute Attributes | Entity attributes to modify width and height dimensions | MoriyaShiine |
Tesseract | World API with optimization and extra control | Vatuu Komalia |
Towelette | API to easily allow mods to make their blocks waterloggable | Virtuoel |
Trinkets | Data driven accessory api | Emi |
Name and Link | Description | Maintainer |
---|---|---|
LibBlockAttributes | Block and Item attributes, item management, and fluid management | AlexIIL |
PlayerAbilityLib | Compatibility library allowing multiple mods to interact with PlayerAbilities | Pyrofab |
Wrenchable | Compatibility library allowing mods to make their wrenches compatible with other mods | Zundrel |
FallFlyingLib | Compatibility library allowing multiple mods to implement their own Elytra alternatives | AdrianTodt |
Name and Link | Description | Maintainer |
---|---|---|
CottonEnergy | Energy API | Cotton |
EnergonRelics API | Energy API For The Mod EnergonRelics | TheBrokenRail |
Energy | The standard Energy API created and used by Team Reborn | Team Reborn, modmuss50 |
LibPow | Flavoured energy API designed for flexibility | enderger |
To answer a common question about the Energy API: If you are just looking for the API that is most commonly used because you want to support most other energy-using mods, you should use TechReborn Energy. However, this can lead to balancing problems because different mods take different approaches to how much power something costs. So if you care about balancing, or if you want to protect your energy system from other mods, or if you just don't care about working capacity between mods, take a look at the other options and choose the one that suits your needs.
Name and Link | Description | Maintainer |
---|---|---|
Drawer | Automatic NBT and PacketByteBuf serializer/deserializer (Kotlin only) | Fudge |
FibLib | API for sending false data to clients | Haven King |
LibNetworkStack | Object-based networking, auto-net id assignment, buffered packets | AlexIIL |
Name and Link | Description | Maintainer |
---|---|---|
GrossFabricHacks | Adds hooks for very early initialization, mass class transformation and other hacks | HalfOf2 |
Working Scheduler | A working and comprehensive tick scheduler | Fudge |