More fixes for unused configs

This commit is contained in:
drcrazy 2020-04-06 14:05:44 +03:00
parent 35e4675c6d
commit 0845b923b5
4 changed files with 3 additions and 9 deletions

View file

@ -309,12 +309,6 @@ public class TechRebornConfig {
// Machines
@Config(config = "machines", category = "grinder", key = "GrinderInput", comment = "Grinder Max Input (Value in EU)")
public static int grinderMaxInput = 32;
@Config(config = "machines", category = "grinder", key = "GrinderMaxEnergy", comment = "Grinder Max Energy (Value in EU)")
public static int grinderMaxEnergy = 1_000;
@Config(config = "machines", category = "lesu", key = "LesuMaxEnergyPerBlock", comment = "LESU Max Energy Per Block")
public static int lesuStoragePerBlock = 1_000_000;