You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
bad 311c3c82ab Initial commit 2 years ago
.sandstone Initial commit 2 years ago
build/minesochism Initial commit 2 years ago
src Initial commit 2 years ago
README.md Initial commit 2 years ago
package.json Initial commit 2 years ago
sandstone.config.ts Initial commit 2 years ago
tsconfig.json Initial commit 2 years ago
yarn.lock Initial commit 2 years ago

README.md

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