Specific handler text not centered
Prometheus0000 opened this issue ยท 7 comments
@Override
public String getRecipeName() {
return " " + StatCollector.translateToLocal("tile.bloodAltar.name");
}
Y U do this, BM?
Is there a way to shift this for people not using our custom build of BM? It's not a huge issue, so we could just give up on it?
I see what you mean now, but the code is adding a giant space, regardless of the name.
// --- Nei Rename ---
// --- Blood Altar
<AWWayofTime:Altar>.displayName = "Altar of GregoriusT's Blood";
From the script file
Calling .trim()
here would solve this and all issues like this.