Silver

Results 19 issues of Silver

Discussed on [discord](https://discord.com/channels/817576132726620200/832355328623902741/1091347253991587920), now in issue form! Theres currently 2 mods that need loader flags to work on quilt, being: - **Armored Elytra** (`armored-elytra`) needs to be loaded late so...

compatability

This took a while, probably lots of nitpicking to do (especially with javadoc) ### Changes: - Test mod is *significantly* improved - `TypedChatApiHook` is no longer api - Errors from...

library: management
t: refactor
t: new api
s: waiting for test

The subclasses of `TimerCallback` both use `call` while `TimerCallback` itself uses `handle` ![image](https://github.com/QuiltMC/quilt-mappings/assets/52360088/28d0c3a4-88c6-48d7-898e-5881a1d874cf)

bug
good first issue
t: refactor
v: release

yeah 😎 Inspired by the concept of https://github.com/FabricMC/fabric/pull/2820, banged out during class so might have fucked up some stuff. Wasnt able to include a lot of the goodies like `encodeNbt`...

## Intro: Due to the increasing data driven nature of Minecraft, builders or systems that would highly benefit from builders are becoming increasingly common, as well as in other libraries...

enhancement

## Intro: The [NBT](https://wiki.vg/NBT) format is the most commonly used format for data saving and transfer in Minecraft, but current internal APIs mostly work on single access and conversion per...

enhancement

if you pull in a dependency that uses fabric loader or fabric api, those dependencies are removed with qloom 1.2.3, but upgrading to 1.3.1 or later results in them not...

Most likely dies on java 9+ but can't tell because net.gudenau.lib:unsafe:1.2.14 fails on java 11 for me first Also fixes #9

Hey there, I came across this library and was wonder if there's an advantage over the [plugin channels](https://wiki.vg/Plugin_channels) system that I've been using in my mods? I haven't had many...