Convert Bedrock Seeds to Java Edition
Transform your Minecraft Bedrock Edition seeds into Java Edition compatible formats with our easy-to-use converter tool.
Minecraft’s Bedrock and Java Editions don’t always speak the same language when it comes to world seeds—especially if your seed is negative. If you want to explore the same world with friends (or just keep your favorite landscape), you’ll need to convert it. That’s what this tool is for!
Paste your Bedrock seed above and we’ll handle the rest. It’s quick, easy, and you’ll be back to building in no time.
- Positive seeds: Good news—these work the same in both versions. No changes needed!
- Negative seeds: Just add 4294967296to your Bedrock seed. That’s it! You’ve got your Java seed.
This is the same trick Minecraft uses behind the scenes to convert 32-bit seeds to 64-bit ones.
| Bedrock Seed | Conversion | Java Seed | 
|---|---|---|
| -12345 | -12345 + 4294967296 | 4294954951 | 
| 98765 | Already positive | 98765 | 
| -2147483648 | -2147483648 + 4294967296 | 2147483648 | 
- Terrain generation may still differ slightly between versions
- Structure locations might not be exactly the same
- Some biomes may generate differently
- Village layouts and compositions might vary
- Always test the converted seed before starting a major project
This is normal due to different generation algorithms. Try exploring further from spawn.
Structure generation varies between versions. Try using /locate command to find similar structures.
Double-check the conversion math and ensure you're using the correct Minecraft version.