Mojang announced a big change is coming to Minecraft: Java Edition, one that could make it a whole lot easier to make mods and perhaps make them more exciting.

While Minecraft has a long history of modding and there’s some truly massive mods out there, the game has been using obfuscation to make it more difficult to pick it apart. Something that is quite normal in the software industry as one tool in the box to protect games. But, that’s now going to change as they’re completely removing the obfuscation!

    • SSUPII@sopuli.xyz
      link
      fedilink
      English
      arrow-up
      6
      ·
      edit-2
      16 days ago
      > Minecraft: Java Edition
      > PDB files
      

      Strangely Java is different from “Microsoft Java” (also known as C#)

      • Akagigahara@lemmy.world
        link
        fedilink
        English
        arrow-up
        3
        ·
        16 days ago

        It’s short for program database. It’s a compliation artefact when compiling and iirc exclusively in C#.

        It’s used to have more information during debugging. I don’t fully know what’s in there, but I assume stuff like function and variable names.

      • logan_hero@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        2
        ·
        16 days ago

        Debug file that used to ship with Bedrock Dedicated Server until a year ago, helped with server debugging and such. Didn’t affect official mods replacement of “addons” just the server software.