Bump default max energy config value of energy sword to match capacitor battery
This commit is contained in:
parent
2a8cabe577
commit
2930ca8841
@ -223,7 +223,7 @@ class EnergySwordItem : MatteryItem(Properties().stacksTo(1).rarity(Rarity.RARE)
|
||||
fun registerConfig(builder: ForgeConfigSpec.Builder) {
|
||||
builder.comment("Energy sword values").push("EnergySword")
|
||||
|
||||
_MAX_ENERGY = builder.defineDecimal("MAX_ENERGY", Decimal(500_000), Decimal.ZERO)
|
||||
_MAX_ENERGY = builder.defineDecimal("MAX_ENERGY", Decimal(2_000_000), Decimal.ZERO)
|
||||
_ENERGY_ZAP = builder.comment("Extra energy required when hitting androids").defineDecimal("ENERGY_ZAP", Decimal(4_000), Decimal.ZERO)
|
||||
_ENERGY_ZAP_VARIANCE = builder.comment("Random deviation from ENERGY_ZAP").defineDecimal("ENERGY_ZAP_VARIANCE", Decimal(800), Decimal.ZERO)
|
||||
_ENERGY_PER_SWING = builder.defineDecimal("ENERGY_PER_SWING", Decimal(2_000), Decimal.ZERO)
|
||||
|
Loading…
Reference in New Issue
Block a user