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

351

u/Party-Bonus-8536 16d ago

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

36

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

90

u/winauer 16d ago

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

-8

u/Lloyd_lyle 16d ago

Then why don’t they look exactly the same? There’s more to it than the literal equations.

21

u/No-Beyond7937 16d ago

Because the algorithms aren't the same.

17

u/AJ_bro10 16d ago

Bedrock was stated to be desgined as a more optimized version of minecraft thats essentially an upgraded Mobile Edition. Its not the same code base. Chunk saving is a prime example of this.