[Fixed] AlloyingRecipes returned a null codec

This commit is contained in:
Frank 2023-12-19 16:18:54 +01:00
parent da6e084e20
commit 4aff004c8b

View file

@ -237,7 +237,7 @@ public class AlloyingRecipe implements Recipe<Container>, UnknownReceipBookCateg
@Override @Override
public Codec<AlloyingRecipe> codec() { public Codec<AlloyingRecipe> codec() {
return null; return CODEC;
} }
@Override @Override