Open
Conversation
JakeShirley
approved these changes
Feb 5, 2026
rlandav
reviewed
Feb 5, 2026
| 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). |
Collaborator
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.
Contributor
Author
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
Collaborator
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 :)
Contributor
Author
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?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Typo fix, added links to the npm packages.