Solid Canning Machine

This commit is contained in:
modmuss50 2019-08-19 13:52:42 +01:00
parent 2d34ebc480
commit 5511b598d7
12 changed files with 176 additions and 1 deletions

View file

@ -484,4 +484,10 @@ public class TechRebornConfig {
@Config(config = "misc", category = "general", key = "manualRefund", comment = "Allow refunding items used to craft the manual")
public static boolean allowManualRefund = true;
@Config(config = "machines", category = "solid_canning_machine", key = "solidCanningMachineMaxInput", comment = "Solid Canning Machine Max Input (Value in EU)")
public static int solidCanningMachineMaxInput = 32;
@Config(config = "machines", category = "solid_canning_machine", key = "solidCanningMachineMaxInput", comment = "Solid Canning Machine Max Energy (Value in EU)")
public static int solidCanningMachineMaxEnergy = 1_000;
}