Minepack is a CLI toolkit for Minecraft Bedrock addon developers — validate, scaffold, build, and release packs with confidence.
NOTE: THIS PACKAGE IS STILL UNDER DEVELOPMENT!
Modern Minecraft Bedrock addon development lacks structured tooling. Many developers rely on manual folder setups, inconsistent validation methods, and custom build scripts. Minepack fills this gap with a clean, extensible, and scriptable CLI focused on real-world Bedrock workflows.
- 🔨
minepack new— Scaffold a new addon with sensible defaults - 🧪
minepack validate— Catch errors, warnings, and structural issues - 📦
minepack build— Prepare a distributable.mcaddonand output folder - 🚀
minepack release— Bundle and sign a ZIP release for distribution - 🖥️
minepack dev— Sync files to Minecraft’s development folders (Windows only) - 👀
minepack watch— Monitor for changes and sync live to Minecraft dev folders - ⚙️ Extensive config — Customize behavior with
.minepackrcorminepack.config.js
npx minepack new my-addon
cd my-addon
npx minepack validate
npx minepack build- Installation
- Configuration
- Commands
- Templates
- Validation Rules
- Troubleshooting
- FAQ
- Integrity & Trust
Minepack is designed to be:
- Predictable – What it does is obvious and visible
- Minimal – No GUIs, no magic, no bloat
- Extensible – Built with scripting and automation in mind
- Accurate – Validation and builds mirror Minecraft's actual behavior
It does not try to replace IDEs or offer a graphical experience. It complements your existing workflow — especially when using version control, CI, or automated release pipelines.
MIT — Copyright (c) Wayfind Entertainment LLC