No description
| .sandstone | ||
| build/minesochism | ||
| src | ||
| package.json | ||
| README.md | ||
| sandstone.config.ts | ||
| tsconfig.json | ||
| yarn.lock | ||
Sandstone project
To build the datapack, run:
npm run build
// or
yarn build
// or
sand build
To automatically rebuild the datapack on each change, run:
npm run watch
// or
yarn watch
// or
sand watch