Skip to content

A CLI toolkit for Minecraft Bedrock addon developers. Validate, scaffold, build, and release packs with confidence.

License

Notifications You must be signed in to change notification settings

WayfindEntertainment/Minepack

Minepack

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!

Why Minepack?

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.

Key Features

  • 🔨 minepack new — Scaffold a new addon with sensible defaults
  • 🧪 minepack validate — Catch errors, warnings, and structural issues
  • 📦 minepack build — Prepare a distributable .mcaddon and 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 .minepackrc or minepack.config.js

Quick Start

npx minepack new my-addon
cd my-addon
npx minepack validate
npx minepack build

Documentation

Philosophy

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.

License

MIT — Copyright (c) Wayfind Entertainment LLC

About

A CLI toolkit for Minecraft Bedrock addon developers. Validate, scaffold, build, and release packs with confidence.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published