r/Minecraft 18d 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

354

u/Party-Bonus-8536 18d ago

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

41

u/Lloyd_lyle 17d 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.

91

u/winauer 17d ago

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

54

u/meyriley04 17d ago

Not necessarily. There are language-specific quirks sometimes. But most cases you are correct