Skip to content

Commit

Permalink
fix power per second
Browse files Browse the repository at this point in the history
  • Loading branch information
JustAHuman-xD authored Feb 23, 2024
1 parent 98d7d47 commit e41ba5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/me/sfiguz7/transcendence/lists/TEItems.java
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ public final class TEItems {
"",
LoreBuilder.machine(MachineTier.END_GAME, MachineType.GENERATOR),
LoreBuilder.powerBuffer(65536),
LoreBuilder.powerPerSecond(1536)
LoreBuilder.powerPerSecond(1356)
);
public static final SlimefunItemStack ZOT_OVERLOADER = new SlimefunItemStack("ZOT_OVERLOADER",
Material.WHITE_CONCRETE,
Expand Down

0 comments on commit e41ba5c

Please sign in to comment.