node-minecraft-data icon indicating copy to clipboard operation
node-minecraft-data copied to clipboard

Provide easy access to minecraft-data in node.js

Results 11 node-minecraft-data issues
Sort by recently updated
recently updated
newest added

it would reduce the size of nmd package on disk decompression cost at run time would probably be minimal

ref https://github.com/PrismarineJS/minecraft-data/pull/836, really want to have it!

I want to know whether a block is a trapdoor. Minecraft uses tag `#trapdoors` to track all trapdoors. Ref: https://minecraft.wiki/w/Tag

Currently, consuming the library pollutes `node_modules` with over 100MB of data that most of the time is never actually used. A simple way to largely reduce this would be splitting...

I'm writing a bot and I need to modify every position packet (0x14 and 0x15 to be precise) but every way I found requires me to change code in node_modules...

E.g when you're trying to compare PE version with PC one It should probably just return false instead

As the scale of Minecraft-Data increases, this can add unneeded size to the node_modules. It would be more efficient to download the required resources as needed at runtime. This might...

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.13 to 22.0.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=20.14.13&new-version=22.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies