diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-09-24 13:15:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-24 13:15:07 +0200 |
| commit | 9a0db0280a0863ca6bfd372bd2305ff9e4d81978 (patch) | |
| tree | acd65ee91c576d25fc1cb0f7002f06f633e65191 /src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/CustomArmour.java | |
| parent | ed610c9c1aa705e064638fc532a8447ae550e0b6 (diff) | |
| download | notenoughupdates-9a0db0280a0863ca6bfd372bd2305ff9e4d81978.tar.gz notenoughupdates-9a0db0280a0863ca6bfd372bd2305ff9e4d81978.tar.bz2 notenoughupdates-9a0db0280a0863ca6bfd372bd2305ff9e4d81978.zip | |
Fixed Typo, fixed Seasoned Mineman perk in pv and added text that it requires preenabled stuff (#307)
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/CustomArmour.java')
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/CustomArmour.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/CustomArmour.java b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/CustomArmour.java index 6c47b7a6..d7f82a66 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/CustomArmour.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/CustomArmour.java @@ -29,7 +29,8 @@ public class CustomArmour { @Expose @ConfigOption( name = "Enable Equipment Hud", - desc = "Shows an overlay in your inventory showing your 4 extra armour slots" + desc = "Shows an overlay in your inventory showing your 4 extra armour slots" + + "\u00A7cRequires Hide Potion Effects to be enabled" ) @ConfigEditorBoolean public boolean enableArmourHud = true; |
