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

Provide minecraft assets in node.js

Results 5 node-minecraft-assets issues
Sort by recently updated
recently updated
newest added

* Add bedrock support * for now assets are just mapped to pc data * currently only testing bedrock 1.19.1, can add other versions later after updates to mc-data *...

eg https://www.planetminecraft.com/texture-pack/pixel-perfection-chorus-edit/

In versions 1.12.2 and below, some colored items (wool, concrete, glass, ...) had a single type and the color was coded into the item's metadata ```js const metadataToColor = {...

Hello, Could add typescript support like https://github.com/PrismarineJS/node-minecraft-data ? I have try to make it but i am really not familiar with json schema. Thanks.

https://github.com/PrismarineJS/node-minecraft-assets/blob/6af1e492393890dca6ddc7885930d9c83f55bba6/lib/loader.js#L36 I'm getting this error: `Error: ENOENT: no such file or directory, open '/Users/nthompson/Sites/minecraft-browser/node_modules/minecraft-assets/minecraft-assets/data/1.16.1/block/acacia_planks/.png'` Should it be `texture + '.png'` ?