Nerf gem tools, remove config option to skip registering them as conditional registration is a bad idea, use mods such as KubeJS to hide the items.

This commit is contained in:
modmuss50 2020-11-01 20:15:07 +00:00
parent 98857f5119
commit 5d41fe7d7c
3 changed files with 54 additions and 59 deletions

View file

@ -163,9 +163,6 @@ public class TechRebornConfig {
public static int solidFuelGeneratorOutputAmount = 10;
// Items
@Config(config = "items", category = "general", key = "enableGemTools", comment = "Enable Gem armor and tools")
public static boolean enableGemArmorAndTools = true;
@Config(config = "items", category = "power", key = "nanoSaberCharge", comment = "Energy Capacity for Nano Saber")
public static int nanosaberCharge = 1_000_000;