Conversation
| This repository contains a set of scripting libraries for use with the Minecraft Scripting modules in creating content for the game. The repository is structured as a javascript "monorepo" that contains multiple packages. These packages are fully javascript and are typically intended to server as helper libraries that can be commonly used when creating content. The libraries are provided both through NPM, but also in pre-bundled forms in cases where user workflows do not leverage techniques such as bundling for their own content creation. | ||
| This repository contains a set of scripting libraries for use with the Minecraft Scripting modules in creating content for the game. The repository is structured as a javascript "monorepo" that contains multiple packages. These packages are fully javascript and are typically intended to serve as helper libraries that can be commonly used when creating content. The libraries are provided both through NPM, but also in pre-bundled forms in cases where user workflows do not leverage techniques such as bundling for their own content creation. | ||
|
|
||
| The published NPM libraries for these are available at [@minecraft/gameplay-utilities](https://www.npmjs.com/package/@minecraft/gameplay-utilities) and [@minecraft/math](https://www.npmjs.com/package/@minecraft/math). |
There was a problem hiding this comment.
I would also point at the release page here too: https://github.com/Mojang/minecraft-scripting-libraries/releases
Also, listing each package we publish won't scale, there are more packages we publish to NPM than just these two.
There was a problem hiding this comment.
Good call. There are but not from this repo right? I just find I always google them and they are surprisingly hard to find haha
There was a problem hiding this comment.
There is core-build-tasks, the linting packages, the generator as well that are published too. Quite a few :)
There was a problem hiding this comment.
Ah true yeah that's a good point. Maybe will update it to point at Jake's NPM page that has them all listed then?
Typo fix, added links to the npm packages.