What is Minecraft Creator Tools?
Minecraft Creator Tools is a comprehensive CLI and TypeScript library for building Minecraft Bedrock Edition add-ons. Whether you’re creating behavior packs, resource packs, or complete worlds, this toolset provides everything you need to develop, test, and validate your content.Powerful CLI
Validate projects, create add-ons, and manage local test servers
TypeScript Library
Rich API for working with Minecraft definitions programmatically
Local Testing
Run a local Minecraft server for rapid iteration
Project Templates
Bootstrap new projects with pre-configured templates
Key Features
Project Validation
Project Validation
Comprehensive validation for Minecraft add-ons including JSON schema validation, format version checks, and best practice recommendations. Catch errors before deployment.
Add-on Packaging
Add-on Packaging
Export your projects as
.mcaddon or .mcpack files ready for distribution. Automatically handles manifest generation and file organization.World Management
World Management
Parse and manipulate Minecraft world files including level.dat, NBT data, and LevelDB chunks. Perfect for world generators and data migration tools.
Rich Type System
Rich Type System
Full TypeScript definitions for entities, blocks, items, animations, particles, sounds, and more. Get autocomplete and type safety in your editor.
Use Cases
Minecraft Creator Tools is designed for:- Add-on Developers — Validate and package your behavior packs and resource packs
- Automation Engineers — Build CI/CD pipelines for Minecraft content
- Tool Builders — Create custom development tools on top of the TypeScript library
- World Creators — Parse and manipulate world data programmatically
- Template Authors — Create reusable project scaffolds for the community
Getting Started
Open Source
Minecraft Creator Tools is open source and developed by Mojang Studios. Report issues, contribute, or explore the source code on GitHub.View on GitHub
Check out the source code, report issues, and see what’s new
Resources
Minecraft Bedrock Docs
Official documentation for Minecraft Bedrock Edition creators
Report a Bug
Found an issue? Let us know
NPM Package
View the package on npm
Web Version
Try the web-based version of Creator Tools