PSJahn

Results 9 comments of PSJahn

The imports are different after 1.19.3-ish, this pull request solved this exact issue: https://github.com/Hexeption/MCP-Reborn/pull/263

Check under "other" in gradle tasks. there is one named "reobfjar". Haven't tested this but might be a solution to your problem

> I believe this is a bug, it is trying to write to the `actions` field instead of the `entries` field because the `actions` field happens to be a `Collection`...

Use Forge MDK instead of MCP.

Since this is a bug in vanilla, I do not think the Fabric API should tinker with it as it shouldn't modify the behavior on its own.

The crashing after logging in seems to be fixed in the latest commit build! (However, the youtube music webpage is opened after logging in successfully, it would maybe be better...

> I may have misunderstood you, but can't you already do this with [AttachmentSyncPredicate](https://github.com/FabricMC/fabric/blob/efd7c830ae75ef1af97b3e94c33a02312663d0cb/fabric-data-attachment-api-v1/src/main/java/net/fabricmc/fabric/api/attachment/v1/AttachmentSyncPredicate.java#L33)? Maybe you should describe your problem in more detail and then a potential solution. Say this...