this post was submitted on 15 Dec 2024
212 points (95.7% liked)
Fediverse
28688 readers
711 users here now
A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).
If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!
Rules
- Posts must be on topic.
- Be respectful of others.
- Cite the sources used for graphs and other statistics.
- Follow the general Lemmy.world rules.
Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
minecraft is closed-source? there are no open-source clones?
Minecraft Bedrock is written in and compiled from C++ and is completely closed-source.
The original Java version is technically also closed-source, but Java bytecode is relatively easy to decompile to a high level and Mojang (and surprisingly, even Microsoft*) tend to look the other way when people do that.
It seems like this was written for the Java version, but I'm not completely sure whether it's simply a protocol conversion, in which case, the protocols are already well known, and converting it to work with Bedrock might not be too difficult.
Yes, there are open-source alternatives, but nowhere near as many people play those as play Minecraft, which is probably why that was the target platform and not one of the others.
*For now.
To add to this, Minecraft ~~Java~~ Bedrock used to ship their code with all the debug symbols included, making modding easy. Although these were recently removed, much to the displeasure of the modding community. Everyone should throw a vote at this feedback issue to request them back, btw:
https://feedback.minecraft.net/hc/en-us/community/posts/360054740151-Re-add-debugging-symbols-to-the-releases-of-bedrock-edition
The issue you linked is only about debug symbols in Bedrock edition.
Haha, dang it. Seems I got confused, turns out that was just a bedrock thing. Could've noticed that if I'd looked more closely at my own link 🙄