Implications:
- Proper naming, as Mojang devs intended (less confusion)
- No delay in being able to use concepts of newer versions, until they're mapped
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!
Implications:
Nice now release the PDB files
Sir, this is java
> Minecraft: Java Edition
> PDB files
Strangely Java is different from "Microsoft Java" (also known as C#)
Whats pdb
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.
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.