
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
sandstone
Advanced tools

Sandstone is a Typescript library for Minecraft Datapacks, Resource Packs, etc. It allows easy creation, debug and sharing of Minecraft functions, loot tables, predicates etc...
Interested? Join our Discord:
Sandstone tells you what a command expects, and autocompletes complicated arguments for you.
You don't need to remember commands syntax anymore.

This autocompletion works for all resources: commands, predicates, loot tables, advancements...
You can have multiple functions, advancements, loot tables per files - or you can keep the vanilla organization, and have only 1 per file. Sandstone allows you to organize your packs as you prefer, without sticking to Mojang's conventions.
You also benefit from all the capabilities of a real programming language: multiline comments, indentation, documentation...
Sandstone includes common and heavily optimized abstractions:
if, else if and elseor, and and notwhile and forThese statements are most of the time more optimized than hand-written code, since they switch between different implementations to get the fastest one. They have been studied and designed for performance.
However, you stay free: you can keep using only vanilla commands, if you prefer - Sandstone does not get in your way.
Sharing commands has never been easier. Just publish your functions on NPM, and everyone can use them to improve their own packs. Whether it's some common code like raycasting, or some new abstractions like better /tellraw, the Sandstone ecosystem grows by the day.
You can finally stop reinventing the wheel.
If you want to support Sandstone, the simplest way is to star the repository! It's actually very encouraging.
See the Getting Started section on sandstone.dev to start using Sandstone!
FAQs
Sandstone, a Typescript library for Minecraft datapacks & resource packs.
The npm package sandstone receives a total of 42 weekly downloads. As such, sandstone popularity was classified as not popular.
We found that sandstone demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.