All Projects → TheMrZZ → sandstone

TheMrZZ / sandstone

Licence: MIT license
Sandstone | Next Generation Framework for Minecraft

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to sandstone

mecha
A powerful Minecraft command library.
Stars: ✭ 27 (-75.68%)
Mutual labels:  datapack
sandstone-edition
Build a Real-time RestApi.
Stars: ✭ 17 (-84.68%)
Mutual labels:  sandstone
VanillaModTutorial
Minecraft 原版模组入门教程
Stars: ✭ 29 (-73.87%)
Mutual labels:  datapack
Spyglass
Development tools for vanilla Minecraft: Java Edition data pack developers.
Stars: ✭ 163 (+46.85%)
Mutual labels:  datapack
Mechanization
The Minecraft Technology Based Datapack
Stars: ✭ 105 (-5.41%)
Mutual labels:  datapack
Datapack-Utilities
Some useful functions for the intrepid datapack developer.
Stars: ✭ 90 (-18.92%)
Mutual labels:  datapack
beet
The Minecraft pack development kit.
Stars: ✭ 51 (-54.05%)
Mutual labels:  datapack
OpenNoteBlockStudio
An open-source Minecraft music maker.
Stars: ✭ 408 (+267.57%)
Mutual labels:  datapack
worldgen
A datapack generator for Minecraft Java Edition 1.18.2 that creates custom biomes and dimensions
Stars: ✭ 34 (-69.37%)
Mutual labels:  datapack

Sandstone

GitHub GitHub last commit Version Discord

Sandstone is a Typescript library for Minecraft Datapacks. It allows easy creation, debug and sharing of Minecraft functions, loot tables, predicates etc...

Interested? Join our Discord:

Discord

Features

💻 Perfect autocompletion & IDE support

Sandstone tells you what a command expects, and autocompletes complicated arguments for you.

You don't need to remember commands syntax anymore.

autocomplete

This autocompletion works for all resources: commands, predicates, loot tables, advancements...

📂 Better organisation of resources

You can have multiple functions, advancements, loot tables per files - or you can keep the vanilla organisation, and have only 1 per file. Sandstone allows you to organise your data pack 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...

🚀 Useful and heavily optimized abstractions

Sandstone includes common and heavily optimized abstractions:

  • Control statements, with if, else if and else
  • Boolean logic, with or, and and not
  • Loops, with while and for
  • Sleep statement, which waits a certain time before running the next commands

These 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.

👐 Easy to share

Sharing commands has never been easier. Just publish your functions on NPM, and everyone can use them to improve their own datapacks. 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.

Supporting Sandstone

If you want to support Sandstone, the simplest way is to star the repository! It's actually very encouraging.

GitHub Repo stars

Getting started

See the Getting Started section on sandstone.dev to start using Sandstone!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].