Some REI compat fix

This commit is contained in:
Aleksey 2020-10-06 21:31:55 +03:00
parent 228be812e3
commit 50f93efbf9
3 changed files with 7 additions and 8 deletions

View file

@ -45,7 +45,7 @@ public class REIAnvilDisplay implements TransferRecipeDisplay {
@Override
public @NotNull Identifier getRecipeCategory() {
return AnvilSmithingRecipe.ID;
return REIPlugin.SMITHING;
}
@Override