zml

Results 134 issues of zml

I'd like to introduce a streaming API for working with `adventure-nbt`, in order to become more flexible with data wrangling, and allow operations on the NBT stream without having to...

type: enhancement
area: nbt

Components support a `type` field starting in 1.20.3, which explicitly specifies the component type rather than relying on structural typing. For now it can be ignored without issue, but we...

type: enhancement
area: text-serialiser/gson
area: serialiser/configurate4

This PR is unlikely to be merged in the near future, it's mostly here as an experiment with the new preview feature in Java 21. Some open questions for once...

type: enhancement
status: blocked
area: text-minimessage
status: needs discussion

Right now, compaction entirely ignores virtual components -- but this tends to produce overly bulky components when combined with MiniMessage's gradient/rainbow functionality. We can probably cull more layers of nesting...

type: enhancement
area: api

**SpongeAPI** | [Sponge](https://github.com/SpongePowered/Sponge/pull/3834) - Remove TicketTypes from being in the registry. They are not within the registry whatsoever in the base game nor is a resource id required to create...

api-11

one of many (so many) steps towards supporting ModLauncher 10 on the impl side - fix eig - decide what to do with maven-artifact - longer-term, get adventure and configurate...

api: 10

@gravityfox wants to be able to have some sort of region priority system -- and it some other cases it makes sense for some contexts to be placed before others....

system: permission

I've got a setup where Loom is applied to my `settings.gradle` for repository declaration, but a decompile plugin (hi @Juuxel) is applied in a specific subproject. Because of how Gradle...

There are a few alternative decompilers available for loom -- it would be nice to be able to have an easy way to change the default used with a plain...

enhancement

Right now, if a transformer (such as a Mixin) from mod A fails to apply to a class that is loaded during the execution of the entrypoint of mod B,...

enhancement