sandstone-game-event-mod
v1.1.4
Published
A Sandstone datapack library depending on a mod for utilizing Game Events
Downloads
4
Readme
Sandstone Game Event Mod Library (WIP)
This library depends on the host running a mod that adds data-driven game events in this format.
picoblaze implements this feature.
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