Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# minecraft-scripting-libraries

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?


More details on each individual library are in the README files for individual packages. The packages are located generally within the libraries subfolder.

Expand Down