diff options
| author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2022-09-07 09:30:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-07 17:30:30 +1000 |
| commit | f518f70869961dc32112e6a7ef6192e6a8ca4db7 (patch) | |
| tree | 6d42c130c8485f6c3996265e75e60e3965b15826 /src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Mining.java | |
| parent | b8f012f3a8dcdb2e700401d2c19208d9abf38d49 (diff) | |
| download | notenoughupdates-f518f70869961dc32112e6a7ef6192e6a8ca4db7.tar.gz notenoughupdates-f518f70869961dc32112e6a7ef6192e6a8ca4db7.tar.bz2 notenoughupdates-f518f70869961dc32112e6a7ef6192e6a8ca4db7.zip | |
todo and forge with tab (#255)
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Mining.java')
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Mining.java | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Mining.java b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Mining.java index 2f31261d..727ad329 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Mining.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Mining.java @@ -207,6 +207,16 @@ public class Mining { @ConfigAccordionId(id = 2) public int forgeDisplayEnabledLocations = 0; + @Expose + @ConfigOption( + name = "Forge Tab", + desc = "Only show the forge display when tab list is open\n" + + "\u00A7cThis only works outside of Dwarven Caves!" + ) + @ConfigEditorBoolean + @ConfigAccordionId(id = 2) + public boolean forgeDisplayOnlyShowTab = false; + @ConfigOption( name = "Metal Detector Solver", desc = "" |
