quilt-standard-libraries icon indicating copy to clipboard operation
quilt-standard-libraries copied to clipboard

A set of libraries to assist in making Quilt mods.

Results 108 quilt-standard-libraries issues
Sort by recently updated
recently updated
newest added

This is a list of the Fabric API modules that need to be ported to QSL for the `transfer` library. Feel free to make a PR for any module in...

good first issue
help wanted

While porting the API I noticed some issues with it, especially the `CRASH_REPORT_CREATION` event. The event pass `CrashReport`, if you want to add a new section you'll do `CrashReport#addElement`, but...

question
discussion
library: core

Preface: I recognize this is not where the repo's priority is right now, and considering how much of a rough draft this PR is, don't waste your time reviewing it...

new: module
new: library

Add events to simplify and and better compatibility mods wanting to listen to and/or modify chat.

Armor textures and models are painful to setup the needed mixins for. APIs for these would simplify things quite a lot. I might PR these myself if I find the...

## Why? Recipe Book is one of Minecraft's greatest additions, it makes recipes more accessible, especially to new players. Despite some people not liking it's UI, it's still an useful...

enhancement
discussion

As of Minecraft 1.16, the following items are special-cased using `ItemStack.isOf` calls (AKA `ItemStack.getItem() == SPECIFIC_ITEM_INSTANCE`): - Bows - Crossbows - Shields - Elytras This essentially means adding a new...

enhancement
discussion
library: item

> this might be somewhat questionable, but including the "core" module of the qsl might be a good idea in a default installation not sure how they would get updated...

discussion
library: core

An API to create easy datagen using Minecraft's existing datagen system would be a very useful tool for modders. There could be default methods to create data for common things...

discussion

(Following up the #1.) > It'd also be nice to be able to disable certain stuff from registry sync, even if added to registry. As stated there, having "forced" registry...

enhancement