diff options
| author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-02-08 18:29:09 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-08 18:29:09 -0500 |
| commit | 076733d8ad73a2cfccb910e0bb1dc71c00d8ded1 (patch) | |
| tree | f09524ceb73bf6a32536664a30dbabdbd3332e55 /src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/CustomArmour.java | |
| parent | 79e2b6cc14ce934ad3882a66d693cdc5db29c31c (diff) | |
| download | notenoughupdates-076733d8ad73a2cfccb910e0bb1dc71c00d8ded1.tar.gz notenoughupdates-076733d8ad73a2cfccb910e0bb1dc71c00d8ded1.tar.bz2 notenoughupdates-076733d8ad73a2cfccb910e0bb1dc71c00d8ded1.zip | |
Click on the hud to send command (#78)
* Click on the hud to run the command
* i forgor how much xp goes into slayer level 9
* Fix? I can't test it
* fix 2
* move pet inv display tooltip to the left of the inventory to avoid conflicts
Co-authored-by: nopothegamer <40329022+nopothegamer@users.noreply.github.com>
Co-authored-by: Lulonaut <67191924+Lulonaut@users.noreply.github.com>
Co-authored-by: Lulonaut <lulonaut@tutanota.de>
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 | 8 |
1 files changed, 8 insertions, 0 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 5ebbeb46..3fe9ebeb 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 @@ -17,6 +17,14 @@ public class CustomArmour { @Expose @ConfigOption( + name = "Click To Open Wardrobe", + desc = "Click on the hud to open /wardrobe" + ) + @ConfigEditorBoolean + public boolean sendWardrobeCommand = true; + + @Expose + @ConfigOption( name = "GUI Colour", desc = "Change the colour of the GUI" ) |
