Minecraft: Java Edition has been obfuscated since its release. This obfuscation meant that people couldn’t see our source code. Instead, everything was scrambled – and those who wanted to mod Java Edition had to try and piece together what every class and function in the code did.

Modding is at the heart of Java Edition – and obfuscation makes modding harder. We’re excited about this change to remove obfuscation, as it should make it quicker and easier for modders to create and improve mods. Now you won’t have to untangle tricky code or deal with unclear names. What’s more, de-bugging will become more straightforward, and crash logs will actually be readable!

surprisingly fantastic and consumer friendly move from mojang, good on them

    • Warl0k3@lemmy.world
      link
      fedilink
      English
      arrow-up
      46
      ·
      edit-2
      16 hours ago

      As I understand it no, the modloaders will still handle things like file management and conflicts and load orders and etc. Individual mods could implement solutions for that, but it makes more sense to centralize that effort around the modloaders.

      What this will do is make it much less tedious to develop the mods in the first place.

      (I may be wrong and the role of modloaders may have changed in the six years since I was last active in the modding scene without my knowing it)

    • Truscape@lemmy.blahaj.zone
      link
      fedilink
      English
      arrow-up
      20
      ·
      16 hours ago

      Modloaders also mainly exist due to the onerous terms of any mojang/minecraft API for java edition that would exist - Forge/Fabric/etc… are designed to rip open the game and then stitch it back together with the desired goodies. Anything official would probably still have strings that would bind the modders, so modders won’t embrace the system wholeheartedly (similar to how datapacks can’t replace mods).