Essential standard libraries for the Quilt ecosystem.
The Quilt Standard Libraries gives modders Quilt-exclusive tools to add new and exciting features to their mods.
Note: At the moment, the Quilt Standard Libraries are in beta, meaning issues may arise and should still be treated as experimental. Please make an issue or talk to the QSL team on discord or on the forum before writing any PRs.
The repository has 2 main parts:
- The
library
folder. This contains all the libraries that are part of the Quilt Standard Libraries. - The
build-logic
folder. This is an included build in Gradle and contains most of the buildscript used inside the libraries. This keeps the buildscripts inside thelibrary
folder as minimal as possible; definitions of data rather than logic.
Here are multiple charts of features available in QSL which also serves as a comparison chart with Fabric API.
The charts are organized by QSL libraries.
Quick legend:
- β = Included
- β = Not Included/Not Yet
- π = No plans
- π§ = Work In Progress
Feature | QSL | Fabric API |
---|---|---|
Auto Test Server argument | β | β |
Event API | β | β |
Event API - Phases | β | β |
Event API - Events as Entrypoints | β | β |
Gametest API | β | β |
Initializer Entrypoints | β | β (in loader) |
Networking API | β | β |
Feature | QSL | Fabric API |
---|---|---|
Crash report extra context | β | β |
Crash report extra context API | β | β |
Feature | QSL | Fabric API |
---|---|---|
Client Lifecycle Events | β | β |
Client Tick Events | β | β |
Client World Tick Events | β | β |
Client Block Entity Events | β | β |
Client Chunk Events | β | β |
Common Lifecycle Events | β | β |
Server Lifecycle Events | β | β |
Server Tick Events | β | β |
Server World Load Events | β | β |
Server World Tick Events | β | β |
Server Block Entity Events | β | β |
Server Chunk Events | β | β |
Feature | QSL | Fabric API |
---|---|---|
Addition Events | β | β |
Addition Events Helper | β | β |
Registry Syncing | β | β |
Registry Syncing - Exclude Specific Entries | β | β |
Feature | QSL | Fabric API |
---|---|---|
Load mod resources. | β | β |
Resource Loader Events | β | β (in lifecycle, non equivalent) |
Built-in resource pack API | β | β |
Programmer Art API | β | β |
Group resource pack API | β | π |
Resource Pack Provider API | β | β |
Resource Reloaders | β | β |
Resource Reloaders - Advanced Sorting | β | β |
Virtual Resource Packs | β | β |
Feature | QSL | Fabric API |
---|---|---|
Extended Block Settings | β | β |
Extended Material Builder | β | β |
Block Render Layers API | β | β |
All Block Constructors Are Public | β | β |
Block Entity Type registration helper | β | β |
Block Entity Type post-creation supported block editing | β | π |
Block Entity Syncing Helper | β | β |
Block Content Registry - Flammable | β | β |
Block Content Registry - Flammable (data-driven) | β | π |
Block Content Registry - Flattenable | β | β |
Block Content Registry - Flattenable (data-driven) | β | π |
Block Content Registry - Oxidation | β | β |
Block Content Registry - Oxidation (data-driven) | β | π |
Block Content Registry - Sculk Frequency | β | β |
Block Content Registry - Sculk Frequency (data-driven) | β | π |
Block Content Registry - Strippable | β | β |
Block Content Registry - Strippable (data-driven) | β | π |
Block Content Registry - Tileable | β | β |
Block Content Registry - Tileable (data-driven) | β | π |
Block Content Registry - Waxing | β | β |
Block Content Registry - Waxing (data-driven) | β | π |
Feature | QSL | Fabric API |
---|---|---|
Advancement Criterion Registration Helper | β | β |
Recipe API | β | π |
Registry Entry Attachments | β | π |
Client-fallback/Client-only tags | β | β (fallback only) |
Client-fallback/Client-only tags - integration within Vanilla methods | β | π |
Convention Tags | β | β |
Data Generation | π§ | β |
Loot Table API | β | β |
Resource Conditions | β | β |
Component API (like CCA or Forge capabilities) | π§ | β |
Feature | QSL | Fabric API |
---|---|---|
EntityType registration helpers | β | β |
Entity Events | β | β |
Multipart Entity API | β | β |
Point of interest helper | β | β |
Status Effects API | β | β |
Tracked Data Handler Registry | β | β |
Trade offer API | β | β |
Feature | QSL | Fabric API |
---|---|---|
Screen API | β | β |
Item Tooltip Event | β | β |
Tooltip Component - Event | β | β |
Key Binds API | π§ | β |
Screen Handler API | β | β |
Feature | QSL | Fabric API |
---|---|---|
Item Extension - Bow | β | β |
Item Extension - Crossbow | β | β |
Item Groups | β | β |
Item Settings | β | β |
Item Settings - Custom Item Setting | β | β |
Item Content Registry - Composter | β | β |
Item Content Registry - Composter (data-driven) | β | π |
Item Content Registry - Fuel | β | β |
Item Content Registry - Fuel (data-driven) | β | π |
Feature | QSL | Fabric API |
---|---|---|
Commands | β | β |
Client Commands | β | β |
Game Rules | β | β |
Entity Selector Options | β | β |
Message API | β | β |
Feature | QSL | Fabric API |
---|---|---|
Renderer API | β | β |
Data Attachment | β | β |
Hud Render API | β | β (limited Event) |
Built-in Item Rendering | β | β |
Block Entity Renderer Registry | β | β |
Armor Rendering | β | β |
Color Provider Registry | β | β |
Entity Renderer Registry | β | β |
Entity Model Layer Registry | β | β |
Living Entity Feature Renderer Registration Event | β | β |
Data-driven Entity Models | π§ | π |
Data-driven Animations | π§ | π |
World Render Events | β | β |
Fluid Rendering | β | β |
Feature | QSL | Fabric API |
---|---|---|
Transfer API | β | β |
Feature | QSL | Fabric API |
---|---|---|
Biome Modifications API | β | β |
Add Nether Biomes | β | β |
Add End Biomes | β | β |
Dimension API | β | β |
Surface Rule API | β | β |
Feature | QSL | Fabric API |
---|---|---|
Modded DFU API | β | β |
API Lookup API | π§ (through Component API) | β |