(fossbros dni)

  • palordrolap
    link
    fedilink
    1216 hours ago

    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.