Various small fixes for 1.12

This commit is contained in:
Philipp Rustemeier
2018-03-14 22:37:46 +01:00
parent 489fb82fbd
commit 62c2a9e9b8
604 changed files with 299 additions and 130 deletions
@@ -267,7 +267,7 @@ public class GuiWizardHandbook extends GuiScreen {
BufferedReader bufferedreader = null;
String textFilepath = "wizardry:texts/handbook_"
String textFilepath = "ebwizardry:texts/handbook_"
+ Minecraft.getMinecraft().getLanguageManager().getCurrentLanguage().getLanguageCode() + ".txt";
try{
@@ -281,7 +281,7 @@ public class GuiWizardHandbook extends GuiScreen {
Wizardry.logger.info(
"Wizard handbook text file missing for the current language. Using default (English - US) instead.");
textFilepath = "wizardry:texts/handbook_en_US.txt";
textFilepath = "ebwizardry:texts/handbook_en_US.txt";
try {