Most classes use getDisplayName()

This commit is contained in:
Zixxl 2015-06-16 17:14:17 +02:00
parent 891ee31ecb
commit 090e19375a

View file

@ -71,7 +71,7 @@ public class Inscriber {
@Override
public String getRecipeInfo() {
return stack.getUnlocalizedName();
return stack.getDisplayName();
}
}
}