FabricMC / fabric-docs

[WIP] Official curated documentation for Fabric, a modding toolchain for Minecraft.
https://docs.fabricmc.net
Other
61 stars 83 forks source link

Recursive codecs name change #128

Closed Rubyboat1207 closed 3 months ago

Rubyboat1207 commented 3 months ago

Codecs#createRecursive does not exist anymore, and has been replaced with Codec#recurisve. Not sure when this change exactly occurred on the Minecraft Codebase, however I have updated the docs to reflect this.

All instances of Codecs#createRecursive have been replaced with Codec#recurisve, along with instances in any code examples. The usage of these functions is the same, so no extra changes were required. Additionally, I made sure not to update any 1.20.4 articles, as this was probably correct at the time.

netlify[bot] commented 3 months ago

Deploy Preview for nimble-elf-d9d491 ready!

Name Link
Latest commit c33c92a73e14234437400995001bcf239eda6e39
Latest deploy log https://app.netlify.com/sites/nimble-elf-d9d491/deploys/6687990298e77200083aa9e2
Deploy Preview https://deploy-preview-128--nimble-elf-d9d491.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

IMB11 commented 3 months ago

Seems like Mojang updated DFU separately from Minecraft (we've seen them do this with the likes of authlib and brigadier), which is why this wasn't originally caught as an issue. Thanks.