Skip to content

Commit e6381f7

Browse files
committed
fix: πŸ› Fixed Tank Upgrade stack multiplier configuration
1 parent d31b6cc commit e6381f7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

β€Žgradle.propertiesβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ mod_id=sophisticatedcore
77
mod_name=Sophisticated Core
88
mod_license=All Rights Reserved
99
mod_group_id=net.p3pp3rf1y
10-
mod_version=1.3.76
10+
mod_version=1.3.77
1111
sonar_project_key=sophisticatedcore:SophisticatedCore
1212
github_package_url=https://maven.pkg.github.com/P3pp3rF1y/SophisticatedCore
1313

β€Žsrc/main/java/net/p3pp3rf1y/sophisticatedcore/upgrades/battery/BatteryUpgradeConfig.javaβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public class BatteryUpgradeConfig {
88
public final ForgeConfigSpec.IntValue maxInputOutput;
99

1010
public BatteryUpgradeConfig(ForgeConfigSpec.Builder builder) {
11-
builder.comment("Tank Upgrade Settings").push("tankUpgrade");
11+
builder.comment("Battery Upgrade Settings").push("batteryUpgrade");
1212
energyPerSlotRow = builder.comment("Energy in FE the battery upgrade will have per row of storage slots").defineInRange("energyPerSlotRow", 10000, 500,
1313
50000);
1414
stackMultiplierRatio = builder.comment(

0 commit comments

Comments
Β (0)