Skip to content

Update README.md#118

Open
AlexDenfordSkyboxLabs wants to merge 1 commit intomainfrom
AlexDenfordSkyboxLabs-patch-1
Open

Update README.md#118
AlexDenfordSkyboxLabs wants to merge 1 commit intomainfrom
AlexDenfordSkyboxLabs-patch-1

Conversation

@AlexDenfordSkyboxLabs
Copy link
Contributor

@AlexDenfordSkyboxLabs AlexDenfordSkyboxLabs commented Feb 5, 2026

Typo fix, added links to the npm packages.

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).
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is core-build-tasks, the linting packages, the generator as well that are published too. Quite a few :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants