Vitaly
Vitaly
> `useUnknownInCatchVariables` Its pretty straightforward. Changes type to be `any` in catch of try/catch blocks. https://www.typescriptlang.org/tsconfig#useUnknownInCatchVariables > `noFallthroughCasesInSwitch` Hm it turns out I was using https://eslint.org/docs/latest/rules/no-fallthrough instead of this one....
> If they're in typescript then users and maintainers of other packages will be confused how to use this in JavaScript That's why most modern docs websites have that JS/TS...
btw doing a similar thing in flying squid: https://github.com/PrismarineJS/flying-squid/pull/651 and `standard` crashes as soon as it sees `declare` (or any other ts-specific thing), tried to `ts-standard` but it introduces too...
im not really familiar with burger and honestly don't understand how it works Blocks.java code. I think the most reliable way would be to use https://github.com/PrismarineJS/minecraft-data-generator-server and then extract things...
> I can make a PR for the versions the extractor supports and see how it goes. I would highly appreciate it. I also had soundType field with another mapping...
> noOcculsion depends on the world apparently (can't just check if a block has Occlusion or not without passing in world and position) probably I'm missing something about it. why...
hey, do you have an idea what would be the best way to do this (or any other way you could think)?
had the same problem, why don't move the issue then?
I would also appreciate it if someone added creative/spectator support along with Elytra, currently trying to integrate it into the viewer
> [extremeheat/extracted_minecraft_data@`client1.13.2`/client/net/minecraft/util/datafix/fixes/BlockStateFlatteningMap.java#L533](https://github.com/extremeheat/extracted_minecraft_data/blob/client1.13.2/client/net/minecraft/util/datafix/fixes/BlockStateFlatteningMap.java?rgh-link-date=2023-12-18T00%3A56%3A22Z#L533) This is the repo I was looking for all that time, spent a few hours reading different files, and this is really good. I see a lot of...