{"id":13740717,"url":"https://github.com/sandstone-mc/sandstone","last_synced_at":"2026-02-15T09:44:32.795Z","repository":{"id":42648335,"uuid":"267552414","full_name":"sandstone-mc/sandstone","owner":"sandstone-mc","description":"Sandstone | Next Generation Framework for Minecraft","archived":false,"fork":false,"pushed_at":"2026-02-09T06:49:47.000Z","size":13260,"stargazers_count":214,"open_issues_count":28,"forks_count":18,"subscribers_count":8,"default_branch":"master","last_synced_at":"2026-02-09T12:32:51.103Z","etag":null,"topics":["datapack","library","minecraft","resourcepack","sandstone","typescript"],"latest_commit_sha":null,"homepage":"https://sandstone.dev/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sandstone-mc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["MulverineX"],"custom":["https://paypal.me/FlorianErnst0"]}},"created_at":"2020-05-28T09:48:29.000Z","updated_at":"2026-02-09T06:49:50.000Z","dependencies_parsed_at":"2023-11-14T09:25:57.385Z","dependency_job_id":"28589c81-19b9-4de3-ad7e-d3848d902089","html_url":"https://github.com/sandstone-mc/sandstone","commit_stats":{"total_commits":524,"total_committers":18,"mean_commits":29.11111111111111,"dds":0.2958015267175572,"last_synced_commit":"7e0b614ee73f6ba9608a477aa9f42cbe46e93e59"},"previous_names":["themrzz/sandstone"],"tags_count":88,"template":false,"template_full_name":null,"purl":"pkg:github/sandstone-mc/sandstone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandstone-mc%2Fsandstone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandstone-mc%2Fsandstone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandstone-mc%2Fsandstone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandstone-mc%2Fsandstone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sandstone-mc","download_url":"https://codeload.github.com/sandstone-mc/sandstone/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandstone-mc%2Fsandstone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29475298,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T06:58:05.414Z","status":"ssl_error","status_checked_at":"2026-02-15T06:58:05.085Z","response_time":118,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["datapack","library","minecraft","resourcepack","sandstone","typescript"],"created_at":"2024-08-03T04:00:51.554Z","updated_at":"2026-02-15T09:44:32.777Z","avatar_url":"https://github.com/sandstone-mc.png","language":"TypeScript","funding_links":["https://github.com/sponsors/MulverineX","https://paypal.me/FlorianErnst0"],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"\u003cdiv align=\"center\"\u003e\u003cimg src=https://vignette.wikia.nocookie.net/minecraft/images/d/d6/Sandstone.png/\u003e\u003c/div\u003e\n\n# Sandstone\n\n![GitHub](https://img.shields.io/github/license/sandstone-mc/sandstone)\n![GitHub last commit](https://img.shields.io/github/last-commit/sandstone-mc/sandstone?color=blue)\n![Version](https://img.shields.io/badge/version-alpha-success)\n![Discord](https://img.shields.io/discord/800035701243772969?color=%237289DA\u0026label=discord)\n\nSandstone is a Typescript library for Minecraft Datapacks, Resource Packs, etc. It allows easy creation, debug and sharing of Minecraft functions, loot tables, predicates etc...\n\nInterested? Join our Discord:\n\n[![Discord](https://invidget.switchblade.xyz/4tzM5aXDRe)](https://discord.gg/4tzM5aXDRe)\n\n## Features\n\n## 💻 Perfect autocompletion \u0026 IDE support\n\nSandstone tells you what a command expects, and autocompletes complicated arguments for you.\n\nYou don't need to remember commands syntax anymore.\n\n![autocomplete](https://raw.githubusercontent.com/sandstone-mc/sandstone/4d3d74210b74ccf0bb807b90c35c1920ce1aa44a/docs/readme/autocomplete.gif)\n\nThis autocompletion works for all resources: commands, predicates, loot tables, advancements...\n\n## 📂 Better organisation of resources\nYou 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.\n\nYou also benefit from all the capabilities of a real programming language: multiline comments, indentation, documentation...\n\n## 🚀 Useful and heavily optimized abstractions\n\nSandstone includes common and heavily optimized abstractions:\n- Control statements, with `if`, `else if` and `else`\n- Boolean logic, with `or`, `and` and `not`\n- Loops, with `while` and `for`\n- Sleep statement, which waits a certain time before running the next commands\n\nThese 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.\n\nHowever, you stay free: you can keep using only vanilla commands, if you prefer - Sandstone does not get in your way.\n\n## 👐 Easy to share\nSharing 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.\n\nYou can finally stop reinventing the wheel.\n\n# Supporting Sandstone\n\nIf you want to support Sandstone, the simplest way is to star the repository! It's actually very encouraging.\n\n[![GitHub Repo stars](https://img.shields.io/github/stars/sandstone-mc/sandstone?style=social)](https://github.com/sandstone-mc/sandstone/blob/master/README.md)\n\n# Getting started\n\nSee the [Getting Started](https://sandstone.dev/docs) section on [sandstone.dev](https://sandstone.dev/) to start using Sandstone!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsandstone-mc%2Fsandstone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsandstone-mc%2Fsandstone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsandstone-mc%2Fsandstone/lists"}