Nano Saber energy storage is now configurable.

This commit is contained in:
drcrazy 2018-05-25 12:12:59 +03:00
parent e7644b6b68
commit 6d242b08d5
2 changed files with 11 additions and 13 deletions

View file

@ -39,6 +39,9 @@ public class ConfigTechReborn {
@ConfigRegistry(config = "misc", category = "general", key = "enableGemTools", comment = "Enable Gem armor and tools")
public static boolean enableGemArmorAndTools = true;
@ConfigRegistry(config = "items", category = "power", key = "nanoSaberCharge", comment = "Energy Capacity for Nano Saber (FE)")
public static int nanoSaberCharge = 640_000;
@ConfigRegistry(config = "items", category = "power", key = "ironDrillCharge", comment = "Energy Capacity for Iron Drill (FE)")
public static int IronDrillCharge = 40_000;