More fixes for unused configs
This commit is contained in:
parent
35e4675c6d
commit
0845b923b5
4 changed files with 3 additions and 9 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue