zml

Results 88 comments of zml

It's on the roadmap, once #47 is completed (that specific PR is not up to date, glitch has a branch that has updated for FART)

tossing some notes here on how I think we'll get to a releasable state given FART can't be on the buildscript classpath as-is: - Add ServiceLoader discovery for transformers to...

We can probably add a method to the EventManager that takes an explicit Lookup for registration - beyond that interacting with the API outside a sponge-created class loader is at...

blocked -- we should support a component-aware variant of fluent logging before updating the dependency version -- and make sure our published metadata only transitively brings in older slf4j

As it's unlikely that any of the EssX team owns CMI, this is a lot more likely to happen if you or any other interested users can provide your data...

In about 5 minutes, I've done up a quick implementation of the plain-string replacement using existing API: ```java Component.textOfChildren(component).toBuilder().mapChildrenDeep(x -> { if (x.clickEvent() != null) { return (BuildableComponent) x.clickEvent(ClickEvent.clickEvent(x.clickEvent().action(), /*...

With the trouble that the Paper folks have had even thinking about evolving their conversations API, I think it would be best to keep this sort of API out of...

![Image](https://user-images.githubusercontent.com/629092/200240753-e3e73798-f8f5-433b-8bfd-c60eb25acfd2.png) Cannot reproduce on 22w43a, with adventure 4.11.0

@19Phin Don't bump unrelated issues for your support query. I don't really see how that question is related to Mixin in the first place either -- you probably want to...

> Do you think it would make more sense for the builder to have a fallback or parent method where you pass in your instance of the parent class or...