You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Repository structure
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 the library folder as minimal as possible; definitions of data rather
than logic.
Features
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
Core Library
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
✔
✔
Crash Report
Feature
QSL
Fabric API
Crash report extra context
✔
✔
Crash report extra context API
✔
❌
Core - Lifecycle Events
Feature
QSL
Fabric API
Client Lifecycle Events
✔
✔
Client Tick Events
✔
✔
Client World Tick Events
✔
✔
Client Block Entity Events
❌
✔
Client Chunk Entity Events
❌
✔
Client Entity Events
❌
✔
Common Lifecycle Events
❌
✔
Server Lifecycle Events
✔
✔
Server Tick Events
✔
✔
Server World Load Events
✔
✔
Server World Tick Events
✔
✔
Server Block Entity Events
❌
✔
Server Chunk Entity Events
❌
✔
Server Entity Events
❌
✔
Core - Registry
Feature
QSL
Fabric API
Addition Events
✔
✔
Addition Events Helper
✔
❌
Registry Syncing
🚧
✔
Registry Syncing - Exclude Specific Entries
🚧
❌
Core - Resource Loader
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
🚧
❌
Block Library
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