this post was submitted on 30 Oct 2025
57 points (100.0% liked)

Modded Minecraft

1369 readers
1 users here now

The Blocky, Modded Side of Lemmy

Rules: -Play nicely with others here

-Discussion should be at least somewhat related to modded Minecraft and all that entails

-Self-promotion is allowed within reason. Don't go overboard!

founded 2 years ago
MODERATORS
 

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!

top 7 comments
sorted by: hot top controversial new old
[–] 30p87@feddit.org 8 points 3 weeks ago

Implications:

  • Proper naming, as Mojang devs intended (less confusion)
  • No delay in being able to use concepts of newer versions, until they're mapped
[–] logan_hero@lemmy.dbzer0.com 4 points 3 weeks ago (3 children)

Nice now release the PDB files

[–] ceiphas@piefed.social 18 points 3 weeks ago

Sir, this is java

[–] SSUPII@sopuli.xyz 6 points 3 weeks ago* (last edited 3 weeks ago)
> Minecraft: Java Edition
> PDB files

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

[–] orochi02@feddit.org 3 points 3 weeks ago (2 children)
[–] Akagigahara@lemmy.world 3 points 3 weeks 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 2 points 3 weeks 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.