Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit 5e8e4c9

Browse files
committed
all remaining missing translations
- hope me didn't miss more
1 parent a56152c commit 5e8e4c9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/main/java/io/github/axolotlclient/modules/tnttime/TntTime.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public class TntTime extends AbstractModule {
2121

2222
private final OptionCategory category = new OptionCategory("tnttime");
2323
public final BooleanOption enabled = new BooleanOption("enabled", false);
24-
private final IntegerOption decimalPlaces = new IntegerOption("decimalPlaces", 2, 0, 6);
24+
private final IntegerOption decimalPlaces = new IntegerOption("decimalplaces", 2, 0, 6);
2525

2626
public static TntTime getInstance() {
2727
return Instance;

src/main/resources/assets/axolotlclient/lang/en_US.lang

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ dynamic=Dynamic
177177
itemupdatehud=Item Update HUD
178178
packdisplayhud=Pack Display HUD
179179
realtimehud=Real Time HUD
180+
format=Format
180181
showSeconds=Show Seconds
181182
timeout=Timeout
182183
text=Text

0 commit comments

Comments
 (0)