Add config gui

Remove unused config
This commit is contained in:
modmuss50 2018-01-30 23:20:21 +00:00
parent 9cd916f9ce
commit 7f26541237
3 changed files with 17 additions and 3 deletions

View file

@ -35,8 +35,6 @@ public class ConfigTechReborn {
@ConfigRegistry(config = "recipes", category = "ic2", key = "deduplicate", comment = "Changes a lot of recipes and hides blocks to integrate TechReborn into IC2")
public static boolean REMOVE_DUPLICATES = false;
@ConfigRegistry(config = "client", category = "hud", key = "showChargeHud", comment = "Show the charge hud")
public static boolean ShowChargeHud = true;
@ConfigRegistry(config = "misc", category = "general", key = "enableGemTools", comment = "Enable Gem armor and tools")
public static boolean enableGemArmorAndTools = true;