Skip to content

Commit 90fa53e

Browse files
authored
Fix Ultimate Battery CWU/t (GregTechCEu#1988)
1 parent f7641a8 commit 90fa53e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/gregtech/loaders/recipe/BatteryRecipes.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ private static void gemBatteries() {
419419
.output(ULTIMATE_BATTERY)
420420
.research(b -> b
421421
.researchStack(ENERGY_CLUSTER.getStackForm())
422-
.CWUt(128)
422+
.CWUt(144)
423423
.EUt(VA[UHV]))
424424
.buildAndRegister();
425425
}

0 commit comments

Comments
 (0)