Flonja
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  
~~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...
Good catch, just edited my patch