A book is a book is a book
This commit is contained in:
parent
5b4d4ff498
commit
ae1b86def2
17 changed files with 1162 additions and 41 deletions
|
@ -1548,7 +1548,7 @@ public class AlchemicalWizardry
|
|||
continue;
|
||||
}
|
||||
|
||||
strLine = strLine.replace('”', '"').replace('“','"');
|
||||
strLine = strLine.replace('”', '"').replace('“','"').replace("…", "...").replace('’', '\'').replace('–', '-');
|
||||
|
||||
if(Minecraft.getMinecraft() != null && Minecraft.getMinecraft().fontRenderer != null)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue