diff options
| author | DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> | 2021-08-24 15:45:39 +0200 |
|---|---|---|
| committer | DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> | 2021-08-24 15:45:39 +0200 |
| commit | ef42ebc0252adf4e1b4401233fbc9ae0d0b8ce76 (patch) | |
| tree | 8ce9fb006716013f6816feb191caf7ba6661708c /src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Mining.java | |
| parent | 457d4cd1d409141ae991998238afa797eb1760e1 (diff) | |
| parent | e9f5c3c4547fd83fbfbfd64d4bf0437a7c0b0969 (diff) | |
| download | notenoughupdates-ef42ebc0252adf4e1b4401233fbc9ae0d0b8ce76.tar.gz notenoughupdates-ef42ebc0252adf4e1b4401233fbc9ae0d0b8ce76.tar.bz2 notenoughupdates-ef42ebc0252adf4e1b4401233fbc9ae0d0b8ce76.zip | |
Merge remote-tracking branch 'dokm/master'
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 | 7 |
1 files changed, 3 insertions, 4 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 0599963b..a80e587d 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 @@ -110,11 +110,10 @@ public class Mining { "\u00a73Mithril Powder: \u00a726,243",
"\u00a73Gemstone Powder: \u00a7d6,243",
"\u00a73Forge 1) \u00a79Diamonite\u00a77: \u00a7aReady!",
- "\u00a73Forge 2) \u00a77EMPTY\n\u00a73Forge 3) \u00a77EMPTY\n\u00a73Forge 4) \u00a77EMPTY",
"\u00a73Pickaxe CD: \u00a7a78s"}
)
@ConfigAccordionId(id = 2)
- public List<Integer> dwarvenText = new ArrayList<>(Arrays.asList(0, 1, 4, 2, 3, 5));
+ public List<Integer> dwarvenText2 = new ArrayList<>(Arrays.asList(0, 1, 2, 3, 4));
@Expose
@ConfigOption(
@@ -157,10 +156,10 @@ public class Mining { desc = "Change when the forge display gets shown"
)
@ConfigEditorDropdown(
- values = {"Dwarven mines", "DM+Crystal Hollows", "Everywhere except dungeons", "Everywhere"}
+ values = {"Dwarven Mines+Crystal Hollows", "Everywhere except dungeons", "Everywhere"}
)
@ConfigAccordionId(id = 2)
- public int forgeDisplayLocation = 0;
+ public int forgeDisplayEnabledLocations = 0;
@ConfigOption(
|
