Updated localizations path
This commit is contained in:
parent
58db4a15d1
commit
65b4553c19
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ import cpw.mods.fml.common.registry.LanguageRegistry;
|
||||||
|
|
||||||
public class Localizations
|
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") };
|
public static ResourceLocation[] localeFiles = { new ResourceLocation(localizationLocation + "en_US.xml"), new ResourceLocation(localizationLocation + "de_DE.xml"), new ResourceLocation(localizationLocation + "nl_NL.xml") };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue