Started work on fixing nanosaber

This commit is contained in:
Prospector 2016-06-05 03:57:38 -07:00
parent a719a1c563
commit 4c01fa8864
7 changed files with 156 additions and 108 deletions

View file

@ -82,6 +82,7 @@ public class ConfigTechReborn
public static boolean FreqTransmitterChat;
public static boolean FreqTransmitterTooltip;
public static boolean NanosaberChat;
// EU/T
public static int CloakingDeviceEUTick;
// Crafting
@ -373,6 +374,10 @@ public class ConfigTechReborn
.get(CATEGORY_FEATURES, "Frequency Transmitter tooltips", true, "Allow Frequency Transmitter to display tooltip info")
.getBoolean(true);
NanosaberChat = config
.get(CATEGORY_FEATURES, "Nanosaber Chat messages", true, "Allow Nanosaber chat messages")
.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