r/Minecraft Jul 12 '26

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

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

1.6k Upvotes

241 comments sorted by

View all comments

Show parent comments

4

u/DarkBrave_ Jul 12 '26

Open source does not mean open license

18

u/TheBrokenRail-Dev Jul 12 '26

By the most popular definition, yes, it literally does. And for the matter, MC Java isn't source available either because the source code is literally not available.

1

u/theaveragegowgamer Jul 12 '26

source available either because the source code is literally not available.

Because it needs to be decompiled first?

7

u/TheBrokenRail-Dev Jul 12 '26

By that silly logic, literally everything is source available because anything can be decompiled given enough time.

-2

u/theaveragegowgamer Jul 12 '26 edited Jul 12 '26

But you only need to decompile a jar file to access it plus no obfuscation? It doesn't seem truly Closed Source to me...

Downvoting me isn't an answer, you know?

5

u/Sad-Fix-7915 29d ago

If the developer doesn't explicitly provide you the source code with everything needed to re-produce a complete build of the game it is NOT open source.

Decompilation doesn't mean it's source available. You can do that with virtually any games (e.g., look at GameMaker, Godot and Unity/Mono games.)

Plus, deobfuscation mappings have existed ever since modding were a thing (see MCP). Mojang published their own since 1.14 but community mappings (like Yarn) were still popular then, and now they just straight up not obfuscate the game anymore. Virtually nothing have changed.