Skip to content

Commit 325cbb1

Browse files
committed
fix: πŸ› Fixed Tank Upgrade stack multiplier configuration
1 parent ad6dd1e commit 325cbb1

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
@@ -13,7 +13,7 @@ loader_version_range=[4,)
1313
mod_id=sophisticatedcore
1414
mod_name=Sophisticated Core
1515
mod_license=All Rights Reserved
16-
mod_version=1.4.95
16+
mod_version=1.4.96
1717
mod_group_id=net.p3pp3rf1y
1818
mod_authors=P3pp3rF1y
1919
mod_description=A library / shared functionality mod for Sophisticated Storage and Backpacks

β€Ž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 ModConfigSpec.IntValue maxInputOutput;
99

1010
public BatteryUpgradeConfig(ModConfigSpec.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)