Flonja

Results 34 comments of Flonja

This pull request will now be reliant on https://github.com/PrismarineJS/minecraft-data/pull/755 getting accepted

> Another thing to keep in mind here doing translations for legacy pre-flattening data to new data is that Block.fromString ... Using `Block.fromString` requires me to reformat the (temp) `legacy.json`...

So after I fix the failing test would this be ready for a merge? Or does something else need to be done first?

> Then you can open a PR to prismarine-block to fix Block.fromString to fix syntax support per my comment above. Your comment was unclear, can you clarify a bit more?

So I was trying to finish the PR just now, but realized that there isn't an updated version for `prismarine-block`, so I'll push the changes that I can currently make...

Problem still occurs (Edited to add:) Furnace recipes too ![image](https://github.com/df-mc/dragonfly/assets/20887403/34c4846c-7e20-44b1-91c8-571c620d8f15) ![image](https://github.com/df-mc/dragonfly/assets/20887403/9117065e-b0cf-43a7-97a6-861ba62df8c0)

~~What's the entire buffer of `ServerToClientHandshake`?~~ nvm

After some debugging in the Discord server, a "patch" got written: (of course this would have to be copied onto other types as well) ```diff func (r *Reader) Varuint32(x *uint32)...

I can't really help with the first issue, since there isn't enough information (missing a buffer & chunk dump) For the second issue, it seems like this is to combat...