Project Init:
- Clone repo
- npm install //install all dependencies
Workflow:
- Complete .env and manifest.json for bp and rp
- Write scripts/other bp and rp modifications
- Run build and package to create main.js and copy packs to directory specified in .env
Debugging Init:
- Start debugging in vs code to open the port
- Open Minecraft and enter a world where the scripts are enabled then enter /script debugger connect
For Dementia:
- npm run build for scripts in package.json
- npx just-scripts for scripts in just.config.ts
- node script.js for any other script
- tsc script.ts for direct tranpilation