Skip to content

Commit

Permalink
I'm so derp. Fixed #12
Browse files Browse the repository at this point in the history
  • Loading branch information
dries007 committed Jul 5, 2016
1 parent 58facad commit 55621b9
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 179 deletions.
4 changes: 2 additions & 2 deletions src/main/java/net/doubledoordev/d3core/D3Core.java
Expand Up @@ -139,7 +139,7 @@ public void onConfigChanged(ConfigChangedEvent.OnConfigChangedEvent event)

private void updateConfig()
{
configuration.setCategoryLanguageKey(MODID, "d3.core.config.core").setCategoryComment(MODID, I18n.format("d3.core.config.core"));
configuration.setCategoryLanguageKey(MODID, "d3.core.config.core").setCategoryComment(MODID, "d3.core.config.core");

debug = configuration.getBoolean("isDebug", MODID, debug, "Enable isDebug mode", "d3.core.config.isDebug");
silliness = configuration.getBoolean("silliness", MODID, silliness, "Enable silliness\nBut seriously, you can disable name changes, drops and block helmets with this setting.", "d3.core.config.silliness");
Expand All @@ -154,7 +154,7 @@ private void updateConfig()
getDevPerks().update(silliness);

final String catTooltips = MODID + ".tooltips";
configuration.setCategoryLanguageKey(catTooltips, "d3.core.config.tooltips").addCustomCategoryComment(catTooltips, I18n.format("d3.core.config.tooltips"));
configuration.setCategoryLanguageKey(catTooltips, "d3.core.config.tooltips").addCustomCategoryComment(catTooltips, "d3.core.config.tooltips");

EventHandler.I.enableStringID = configuration.getBoolean("enableStringID", catTooltips, true, "Example: minecraft:gold_ore", "d3.core.config.tooltips.enableStringID");
EventHandler.I.enableUnlocalizedName = configuration.getBoolean("enableUnlocalizedName", catTooltips, true, "Example: tile.oreGold", "d3.core.config.tooltips.enableUnlocalizedName");
Expand Down
54 changes: 0 additions & 54 deletions src/main/resources/assets/D3Core/lang/en_US.lang

This file was deleted.

21 changes: 0 additions & 21 deletions src/main/resources/assets/D3Core/lang/pl_PL.lang

This file was deleted.

48 changes: 0 additions & 48 deletions src/main/resources/assets/D3Core/lang/ru_RU.lang

This file was deleted.

54 changes: 0 additions & 54 deletions src/main/resources/assets/D3Core/lang/zh_CN.lang

This file was deleted.

0 comments on commit 55621b9

Please sign in to comment.