als@lemmy.blahaj.zone to Linux Gaming@lemmy.worldEnglish · 1 month agoMinecraft are switching to a Vulkan renderer in their next major updatewww.minecraft.netexternal-linkmessage-square19linkfedilinkarrow-up1203arrow-down12
arrow-up1201arrow-down1external-linkMinecraft are switching to a Vulkan renderer in their next major updatewww.minecraft.netals@lemmy.blahaj.zone to Linux Gaming@lemmy.worldEnglish · 1 month agomessage-square19linkfedilink
minus-squareKogasa@programming.devlinkfedilinkEnglisharrow-up9·1 month agoThey stopped obfuscating the code so I imagine it’s a bit easier for mod framework devs now: https://www.minecraft.net/en-us/article/removing-obfuscation-in-java-edition It’s still not a modding API though so it’ll always take some work when the game updates
minus-squaredev_null@lemmy.mllinkfedilinkEnglisharrow-up4·1 month agoIt’s mostly symbolic, Mojang was releasing deobfuscation mapping files anyway, so anyone could reverse the obfuscation. Now they just don’t obfuscate in the first place. It doesn’t make much difference, just removes a small chore to modding.
They stopped obfuscating the code so I imagine it’s a bit easier for mod framework devs now: https://www.minecraft.net/en-us/article/removing-obfuscation-in-java-edition
It’s still not a modding API though so it’ll always take some work when the game updates
It’s mostly symbolic, Mojang was releasing deobfuscation mapping files anyway, so anyone could reverse the obfuscation. Now they just don’t obfuscate in the first place. It doesn’t make much difference, just removes a small chore to modding.