Converting a Java world to Bedrock

You can convert a Minecraft Java world to Bedrock using third party tools like Chunker, but it is lossy: terrain and builds usually survive, while entities and container contents often do not, and modded content will not convert at all. Here is the honest process.

You can convert a Minecraft Java world to Bedrock using third party tools like Chunker, but it is lossy: terrain and builds usually survive, while entities and container contents often do not, and modded content will not convert at all. Here is the honest process.

Java and Bedrock are two different editions of Minecraft that store worlds in completely different formats. There is no official converter, so you rely on community tools. They do a decent job of the landscape, but expect to do cleanup afterwards.

What to expect before you touch anything

Be realistic about this. A converted world is a starting point, not a perfect copy.

  • Terrain and buildings usually carry over fine. Your base, your landscape, and your block by block builds should look right.
  • Entities generally do not survive reliably. That means mobs, item frames, armor stands, minecarts, and paintings can vanish or end up broken.
  • Container contents often do not carry over. Chests, barrels, shulkers, and furnaces may come across empty. Do not assume your stored loot is safe.
  • Modded Java content will not convert at all. Anything from Forge, Fabric, or a custom mod has no Bedrock equivalent, so those blocks and items are lost.
  • Redstone and command blocks can behave differently between editions, so complex contraptions may need rebuilding or tweaking.

If your world is heavily modded or leans on chest storage and redstone, weigh up whether converting is even worth it versus starting fresh on Bedrock.

Step 1: Back up first, always

  • Download a full copy of your Java world before you do anything else. Connect to your server over SFTP (secure file transfer), grab the world folder, and save it somewhere safe on your computer.
  • Keep that backup untouched. If the conversion goes badly you want the original sitting there intact. The Backups tab shows how many backup slots your server has.

Step 2: Get the Java world onto your computer

  • In the panel, open your server, go to the Settings tab, and grab your SFTP details.
  • Connect with an SFTP client such as FileZilla and download the world folder to your computer.
  • If you play Bedrock and Java from the same launcher, make sure you are grabbing the Java world, not a Bedrock one. They are stored separately.

Step 3: Run it through a converter

  • Download a reputable converter. Chunker is the widely used one and runs in your web browser, which keeps things simple.
  • Load your Java world folder into the converter as the input.
  • Set the output format to Bedrock and start the conversion. Larger worlds take longer and may need trimming to a smaller area first.
  • Read any warnings the tool shows you. Converters usually tell you up front what they cannot bring across, and that list is worth reading.
  • Download the converted Bedrock world when it finishes.

These are third party tools not built by GuavaHost, so their behaviour and support are down to their own developers. They can and do miss things, which is exactly why the backup in Step 1 matters.

Step 4: Upload the Bedrock world to your server

  • Make sure your GuavaHost server is set up for Bedrock. Check the server type on the Startup tab in the panel.
  • Stop the server from the Console tab before uploading.
  • Connect over SFTP and upload the converted world into the correct world location for your Bedrock server, keeping the folder structure the converter produced.
  • Start the server and connect using the IP and port shown at the top of the server view in the panel.

Step 5: Walk the world and clean up

  • Fly through your builds and confirm the terrain and structures came across.
  • Check your important chests and containers. Refill anything that came over empty from your notes or your backup.
  • Replace missing item frames, armor stands, and other entities by hand.
  • Test any redstone or command setups and rebuild whatever broke.

Troubleshooting

The converted world will not load on Bedrock. Confirm your server is actually running Bedrock, not Java, on the Startup tab, and that the world sits in the exact folder the server expects rather than nested inside an extra folder.

Chunks are missing or corrupted. Very large or very old worlds sometimes convert badly. Try converting a smaller region, or run the conversion again. If a specific area keeps failing, your original Java save may already have chunk damage.

Everything is there but the chests are empty. That is the expected lossy behaviour, not a bug. Container contents commonly do not survive the trip. This is why the backup exists, so you can reference what was stored and refill it.

Modded blocks turned into air or plain blocks. Modded Java content has no Bedrock equivalent and cannot convert. There is no fix for this beyond rebuilding those parts with vanilla Bedrock blocks.

Still stuck? Jump into our Discord at discord.gg/GuavaHost and the team will help you out.