You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-Codec tip: most serializable Minecraft types will hold a static `CODEC` field for use (e.g. `BlockPos.CODEC` or `Identifier.CODEC`).If not, we bundle a `MoreCodecs` type which provides some common ones that are not included in the vanilla codebase (e.g. `MoreCodecs.TEXT`).
This issue corresponds to NucleoidMC/plasmid#286, as the README there is kept in sync with the documentation here.
The text was updated successfully, but these errors were encountered:
The
MoreCodecs.TEXT
field was removed in NucleoidMC/more-codecs@04e9bd9, but is still mentioned here:nucleoid-docs/docs/plasmid/getting-started.md
Line 86 in 48989fb
This issue corresponds to NucleoidMC/plasmid#286, as the README there is kept in sync with the documentation here.
The text was updated successfully, but these errors were encountered: