Added config to disable gem tools and armour, closes #617
This commit is contained in:
parent
d3bd2bf70b
commit
1a0fb02516
3 changed files with 102 additions and 91 deletions
|
@ -141,6 +141,9 @@ public class ConfigTechReborn
|
|||
// EMC
|
||||
public static boolean UseConnectedTextures;
|
||||
public static boolean OreUnifer;
|
||||
|
||||
public static boolean enableGemArmorAndTools;
|
||||
|
||||
public static Configuration config;
|
||||
private static ConfigTechReborn instance = null;
|
||||
|
||||
|
@ -370,6 +373,8 @@ public class ConfigTechReborn
|
|||
.get(CATEGORY_FEATURES, "Frequency Transmitter tooltips", true, "Allow Frequency Transmitter to display tooltip info")
|
||||
.getBoolean(true);
|
||||
|
||||
enableGemArmorAndTools = config.get(CATEGORY_FEATURES, "Gem tools and armor", true, "Should the gem tools and armor be added to the game").getBoolean(true);
|
||||
|
||||
// Crafting
|
||||
ExpensiveMacerator = config
|
||||
.get(CATEGORY_CRAFTING, "Expensive Macerator", true, "Allow TechReborn to change the Macerator recipe")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue