Rock cutter is available earlier for ppl used to modded ore doubling. Closes #2463
This commit is contained in:
parent
7d415eb163
commit
a9850d0d61
5 changed files with 11 additions and 11 deletions
|
@ -242,10 +242,10 @@ public class TechRebornConfig {
|
|||
public static int omniToolHitCost = 125;
|
||||
|
||||
@Config(config = "items", category = "power", key = "rockCutterCharge", comment = "Energy Capacity for Rock Cutter")
|
||||
public static int rockCutterCharge = 400_000;
|
||||
public static int rockCutterCharge = 10_000;
|
||||
|
||||
@Config(config = "items", category = "power", key = "rockCutterCost", comment = "Energy Cost for Rock Cutter")
|
||||
public static int rockCutterCost = 500;
|
||||
public static int rockCutterCost = 10;
|
||||
|
||||
@Config(config = "items", category = "power", key = "lapotronPackCharge", comment = "Energy Capacity for Lapotron Pack")
|
||||
public static int lapotronPackCharge = 100_000_000;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue