fabric
fabric copied to clipboard
add `Codec`s for `FluidVariant` and `ResourceAmount<FluidVariant>`
Adds Codec
fields for these two types, which might be useful for the new recipe serializers, which now use RecipeSerializer#codec
for reading from json, instead of receiving JsonObject
and reading it imperatively like it was before.