fixes #55
This commit is contained in:
parent
9ae298eacc
commit
40ca57331c
14 changed files with 76 additions and 5 deletions
|
@ -52,7 +52,7 @@ public abstract class GenericRecipeHander extends TemplateRecipeHandler {
|
|||
|
||||
@Override
|
||||
public String getRecipeName() {
|
||||
return getNeiBaseRecipe().getRecipeName();
|
||||
return RecipeHandler.getUserFreindlyName(getNeiBaseRecipe().getRecipeName());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue