mirror of
https://github.com/FabricMC/fabric.git
synced 2025-04-23 13:04:06 -04:00
* Fix behavior change in `SingleVariantStorage` serialization 25w09a port added `orElseThrow()` call in `readNbt`, changing the behavior for missing `variant` field. This previously used `fallback` (or, if the `codec` was somehow a unit codec/could accept empty NBT, successfully decoded), but the change made it throw. This makes it use the fallback in both cases. Given that it is unlikely for a variant to use a unit codec, the remaining change is deemed acceptable. * Fix handling of incorrect NBT type in `AttachmentSerializingImpl` * fix typo * Remove broken wandering trader trade registration code * Fix typo |
||
---|---|---|
.. | ||
src | ||
build.gradle |