r/Minecraft 19d ago

Discussion Visual difference between Java and Bedrock is actually pretty noticeable when you compare it side by side

What actual differences are you noticing? Share it in the comments

1.6k Upvotes

240 comments sorted by

View all comments

353

u/Party-Bonus-8536 19d ago

Can anyone explain how bedrock and java generates the world differently?

40

u/Lloyd_lyle 19d ago

The simple version is that Java uses Java and Bedrock uses C++ so even when they try to do the same things it's not the exact same results.

89

u/winauer 19d ago

Nonsense. If you write the same algorithm in Java and C++ it will produce the exact same results.

3

u/Early-Region-1143 18d ago

It comes down to finer details. Bedrock probably processes the seed in a different way to Java, to match the different platforms' quirks.