Katherine
Katherine
Since this issue has been confirmed(?) to be related to QSL's registry sync networking code specifically, might it make sense to move this to its issue tracker instead? ([QuiltMC/quilt-standard-libraries](https://github.com/QuiltMC/quilt-standard-libraries/issues)) (I...
Should an issue be opened on their tracker, then? I assume this has already been discussed elsewhere, given the member names in quilt_velocity_patch (haha), but I can't find where that...
I think it would be quite a lot more convenient for the user to be able to use TextPlaceholderAPI instead of raw JSON in the config, for the few settings...
That's great! I did try to implement it myself a few weeks ago, but determined I wasn't familiar enough with the codebase to implement TextPlaceholderAPI alongside the JSON-based config that...
Years later, this is unfortunately still an issue, though now much more difficult to diagnose... `TrackedData` fields should *never* be registered to an existing entity via mixin. The reason being:...
> I have not see this issue in large modpacks myself... I've seen it happen much more frequently with Quilt rather than Fabric, for whatever reason. (Quilt is mostly just...
[FabricProxy-Lite](https://github.com/OKTW-Network/FabricProxy-Lite) works around this with its "hackEarlySend" config option. > **LuckPerms need enable `hackEarlySend` in config.** > > Because Fabric-API can't send packet before QUERY_START event, so player info(UUID) will...