Go to file
bad 311c3c82ab Initial commit 2021-12-10 00:25:30 +01:00
.sandstone Initial commit 2021-12-10 00:25:30 +01:00
build/minesochism Initial commit 2021-12-10 00:25:30 +01:00
src Initial commit 2021-12-10 00:25:30 +01:00
README.md Initial commit 2021-12-10 00:25:30 +01:00
package.json Initial commit 2021-12-10 00:25:30 +01:00
sandstone.config.ts Initial commit 2021-12-10 00:25:30 +01:00
tsconfig.json Initial commit 2021-12-10 00:25:30 +01:00
yarn.lock Initial commit 2021-12-10 00:25:30 +01:00

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