Updated localizations path

This commit is contained in:
Adubbz 2013-07-03 16:07:31 +10:00
parent 58db4a15d1
commit 65b4553c19
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import cpw.mods.fml.common.registry.LanguageRegistry;
public class Localizations
{
private static final String localizationLocation = "/assets/BiomesOPlenty/lang/";
private static final String localizationLocation = "/assets/biomesoplenty/lang/";
public static ResourceLocation[] localeFiles = { new ResourceLocation(localizationLocation + "en_US.xml"), new ResourceLocation(localizationLocation + "de_DE.xml"), new ResourceLocation(localizationLocation + "nl_NL.xml") };