Prerequisites
Before you begin, ensure you have:- Java 17 or higher installed
- A Minecraft world to convert (backed up!)
- At least 4GB of available RAM
Always backup your worlds before conversion to prevent any data loss.
Choose your method
- Desktop App
- CLI
Desktop application quickstart
Download and install
Download the latest Chunker desktop application from the GitHub releases page.
Select your world
- Click Select World in the application
- Navigate to your Minecraft world folder:
- Java:
.minecraft/saves/WorldName - Bedrock: Check your game’s storage location
- Java:
- Select the world folder (or drag and drop)
Choose output format
- Click Export As
- Select the target edition and version
- For Java → Bedrock: Select a Bedrock version (e.g., 1.20.80)
- For Bedrock → Java: Select a Java version (e.g., 1.20.5)
- Click Continue
Learn more about the desktop app
Explore advanced features, settings, and troubleshooting
Available formats
To see all available output formats, run:EDITION_VERSION, such as:
JAVA_1_20_5BEDROCK_1_20_80JAVA_1_21_0
Common output formats
Common output formats
Java Edition
JAVA_1_20_6- Latest 1.20.xJAVA_1_21_0- Minecraft 1.21JAVA_1_19_4- Legacy 1.19JAVA_1_18_2- Legacy 1.18
BEDROCK_1_20_80- Current stableBEDROCK_1_21_0- Minecraft 1.21BEDROCK_1_19_80- Legacy 1.19
Common conversions
Java → Bedrock
Convert Java worlds to play on Bedrock platforms (mobile, console, Windows 10)
Bedrock → Java
Convert Bedrock worlds to play on Java Edition
Version upgrade
Upgrade old worlds to newer Minecraft versions
Version downgrade
Downgrade worlds to older versions (use with caution)
Troubleshooting
Out of memory error
Out of memory error
Increase Java heap size when running Chunker:
World not detected
World not detected
Make sure you’re selecting the world folder (not a region file or level.dat):
- Java: The folder containing
level.datandregion/directory - Bedrock: The folder containing
level.datanddb/directory
Conversion takes too long
Conversion takes too long
Large worlds can take significant time. Consider:
- Using pruning to convert only specific regions
- Increasing available memory
- Running on a machine with better performance
- Using an SSD instead of HDD
Missing blocks or items
Missing blocks or items
Some blocks and items don’t have direct equivalents between editions. Chunker uses best-effort mappings, but some content may:
- Convert to similar blocks
- Convert to placeholder blocks
- Be removed if no mapping exists
Next steps
Advanced configuration
Customize conversions with block mappings, pruning, and settings
CLI reference
Learn all CLI parameters and advanced usage
Supported versions
View all supported Minecraft versions
API integration
Integrate Chunker into your Java applications