diff options
author | Schlaumeyer <51930935+SchIaumeyer@users.noreply.github.com> | 2022-04-01 12:45:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-01 12:45:21 +0200 |
commit | c60f9085f61c5f489bcf11da806ddc498fba1692 (patch) | |
tree | d908274ed8c7a9ac401a9a2ec5c8e95c5df6b456 | |
parent | 924f5da75b3c5ab8bdcfee8b9f16496c6e07f8f0 (diff) | |
download | NotEnoughUpdates-c60f9085f61c5f489bcf11da806ddc498fba1692.tar.gz NotEnoughUpdates-c60f9085f61c5f489bcf11da806ddc498fba1692.tar.bz2 NotEnoughUpdates-c60f9085f61c5f489bcf11da806ddc498fba1692.zip |
Fixed typo from original repo (#105)
https://github.com/Moulberry/NotEnoughUpdates/pull/273
-rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ItemOverlays.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ItemOverlays.java b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ItemOverlays.java index 0a5ec6c2..2fedf559 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ItemOverlays.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ItemOverlays.java @@ -348,7 +348,7 @@ public class ItemOverlays { @Expose @ConfigOption( name = "Pickaxe Ability Cooldown", - desc = "Show the cooldown duration off the pickaxe ability as the durability." + desc = "Show the cooldown duration of the pickaxe ability as the durability." ) @ConfigEditorBoolean public boolean pickaxeAbility = true; |