datapack-driver
v0.0.1
Published
Minecraft data pack generation framework with a build & debug toolchain. Placeholder release — the API is not implemented yet.
Maintainers
Readme
datapack-driver
Minecraft data pack generation framework with a build & debug toolchain.
Status: placeholder release. The package name is reserved, but no API is implemented yet. The only export is a
VERSIONconstant.
Install
npm install datapack-driverUsage
import { VERSION } from 'datapack-driver'
console.log(VERSION)Roadmap
- [ ] Data pack definition API (generate
pack.mcmeta, functions, tags, loot tables, recipes, …) - [ ] Build pipeline (compile a project into a ready-to-install
.zip) - [ ] Debug / dev-server tooling (hot reload into a running world)
Details are not settled yet — expect breaking changes until 1.0.0.
Development
npm install
npm run build # bundle ESM + .d.ts into dist/
npm run dev # watch mode
npm run typecheckLicense
MIT
