[Fixed] AlloyingRecipes returned a null
codec
This commit is contained in:
parent
da6e084e20
commit
4aff004c8b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue