Codestech1

Results 42 comments of Codestech1
trafficstars

I noticed that it happens only when at least one connection with player was made

> Can you compile other rust program? It might be the toolchain that does not support windows. Maybe rustc in v1.66 helps Why can't I do this via javac? 😭😭😭

> Can indeed reproduce; Why do you need a module-info.java? It fixed it for me when I deleted this. There are some advenateges when using java modules. For example you...

The serialization works now, but i need to clean it up, add backwards compatibility (old nbt), add javadocs and deserialization. But the hardest part with understanding how everything realted to...

Component deserialization works properly (tested with a large component with many children and styling), component serialization however doesn't serialize lists of components (children, etc.) as anything else than compounds. I'll...

Another TODO: The hover event serializer should serialize legacy `show achievement` hover events with `value` key instead of `contents` key

I forgot to add tests for hover event and click event, i'm adding them right now

Ok, it's ready now, i think

I've added a possibility to (de)-serialize a style without a component, because it's useful for new chat type registry in Minecraft. For example Minestom uses adventure styles to (de)-serialize the...

After ~ 3 months i can say that it's stable. I've not noticed any issues with the serializer. I was using it in my server software - Jet - for...