Releases: NucleoidMC/more-codecs
Releases · NucleoidMC/more-codecs
v0.3.5+1.21.2
What's Changed
- Update mod to Minecraft 1.21.1 by @haykam821 in #12
Full Changelog: v0.3.4+1.20.4...v0.3.5+1.21.2
v0.3.4+1.20.4
What's Changed
- Update mod to Minecraft 1.20.4 by @haykam821 in #11
Full Changelog: v0.3.3+1.20.2...v0.3.4+1.20.4
v0.3.3+1.20.2
What's Changed
- Update mod to Minecraft 1.20.2 by @haykam821 in #10
Full Changelog: v0.3.2+1.20...v0.3.3+1.20.2
v0.3.2+1.20
What's Changed
- Add a Codec for ColumnPos by @williambl in #7
- Update mod to Minecraft 1.20 by @haykam821 in #8
Full Changelog: v0.3.1+1.19.4...v0.3.2+1.20
v0.3.1+1.19.4
What's Changed
- Add a codec for Ingredient by @williambl in #3
- Remove deprecated codecs by @haykam821 in #5
- Add a codec for Box by @williambl in #2
- Update mod to Minecraft 1.19.4 by @haykam821 in #4
- Add codecs for URLs by @haykam821 in #6
New Contributors
- @williambl made their first contribution in #3
Full Changelog: v0.3.0+1.19.3...v0.3.1+1.19.4
more-codecs-0.3.0+1.19.3
- Update to Minecraft 1.19.3-rc1
more-codecs-0.2.2+1.18
DispatchMapCodec
: report errors while parsing keys- Add
MoreCodecs.propagatingOptionalFieldOf
for specifying optional fields that should propagate parse errors instead of treating as not present
more-codecs-0.2.1+1.18
- Update to 1.18
more-codecs-0.2.0
- Use non-mutable text for text codec in order to prevent unintentional mutations
more-codecs-0.1.5
- Add codec for parsing
TextColor