Repair recipes - Fixed name
The wrapper was not adding the '.name' suffix
This commit is contained in:
parent
9d64709e5a
commit
b7448b213d
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ public class RRepairRecipeWrapper
|
|||
@Override
|
||||
public String getName( )
|
||||
{
|
||||
return this.item.getUnlocalizedName( );
|
||||
return this.item.getUnlocalizedName( ) + ".name";
|
||||
}
|
||||
|
||||
|
||||
|
|
Reference in a new issue