zml

Results 88 comments of zml

I think the blocker here is still incremental processing unfortunately

This is still probably worthehile at some level just for the real time feedback, but it doesn't have to be in depth at all

I'm not entirely sure how I feel about this yet so I'm hoping for feedback from more people. I do think `MiniMessageAudience` should be an interface that directly extends Audience...

That already exists with `ComponentLike`. I think making this interface more generic (in supporting non-MM serializers) would result in loss of functionality without benefits that outweigh that cost -- things...

A further potentially useful tool: Generate a diff from vanilla decompile to the classes produced by `-Dmixin.debug.export=true` This would: - execute some run task with the export enabled - run...

nah sorry, life's been super busy and seems like it will continue being busy - it seems reasonably possible to do a standalone remap task but it's not something I'd...

Looking at vanilla, plain NBT does not treat solely an `EndTag` as `null` -- that's a special case for the network protocol as handled via FriendlyByteBuf. We could add overloads...

can you give any concrete details?