Vitaly
Vitaly
closes https://github.com/ipatalas/vscode-postfix-ts/issues/90 Let me know what do you think. If its okay to add here I'll add tests.
For now, we can only use `when` to narrow down locations, in which postfixes are suggested. However there are variable name conventions (such as `Idx` or `Index`). Just a few...
closes #323 ~~Still a lot of commits to pick, but decided to open early to run a few checks (like jsdoc description & remove docs, generator).~~ awaiting feedback I have...
https://wiki.vg/Command_Data on login server seems to send `declare_commands` ([`0x10`](https://wiki.vg/Protocol#Commands)) packet that looks like this: packet data example ``` { nodes: [ { "flags": { "unused": 0, "has_custom_suggestions": 0, "has_redirect_node": 0,...
I was trying to extract all interaction shapes I needed with a quick parse script on js and also decided to do the same for other blocks data from 1.20.2...
fixes https://github.com/PrismarineJS/minecraft-data/issues/833
similar to https://github.com/PrismarineJS/minecraft-data/pull/829 want to propose having interaction shapes which is essential for p web client and bot.cursorAtBlock to work correctly. As far as I remember its currently not possible...
sound ids (those are used in sound packet) are completely different between versions, however this is not a case with sound names. Anyway it’s always much easier to work with...
e.g. grass was renamed again in 1.20.3. Would be useful to track such data renames for compatibility (e.g. for some external data that is bound to specific version). Not possible...
... or add a way to skip this check, because for some characters like `|` this is simply not correct (e.g. you can have 45 bars on the line): `|||||||||||||||||||||||||||||||||||||||||||||`