diff options
| author | Vixid <52578495+Vixid1@users.noreply.github.com> | 2023-01-12 06:45:40 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-12 17:45:40 +1100 |
| commit | 6caaa18996b52fcbacea7789094e5486bb2ea349 (patch) | |
| tree | a07397a32d80f782d39c66f9e97c4eaf47b20e76 /src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections | |
| parent | 49c9345807ed4d13d035e27a0665e2f7c63b0c9e (diff) | |
| download | notenoughupdates-6caaa18996b52fcbacea7789094e5486bb2ea349.tar.gz notenoughupdates-6caaa18996b52fcbacea7789094e5486bb2ea349.tar.bz2 notenoughupdates-6caaa18996b52fcbacea7789094e5486bb2ea349.zip | |
Bonzo Mask Durability Cooldown (#531)
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections')
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ItemOverlays.java | 16 |
1 files changed, 16 insertions, 0 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 d477b62b..081fd4b3 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 @@ -468,4 +468,20 @@ public class ItemOverlays { @ConfigEditorBoolean public boolean pickaxeAbility = true; + @Expose + @ConfigOption( + name = "Bonzo Mask Ability Cooldown", + desc = "Show the cooldown duration of a bonzo mask ability as the durability." + ) + @ConfigEditorBoolean + public boolean bonzoAbility = true; + + @Expose + @ConfigOption( + name = "Spirit Mask Ability Cooldown", + desc = "Show the cooldown duration of the spirit mask ability as the durability." + ) + @ConfigEditorBoolean + public boolean spiritAbility = true; + } |
