[+] Create mine with seed setting

This commit is contained in:
Hykilpikonna
2020-02-19 18:06:19 -05:00
parent ea75b6f0b9
commit 0105b5046e
+7
View File
@@ -830,6 +830,13 @@ public final class Settings {
*/
public final Setting<Boolean> mineScanDroppedItems = new Setting<>(true);
// Hyritone start
/**
* Detect ore locations with a separate world seed.
*/
public final Setting<Boolean> mineWithSeed = new Setting<>(false);
// Hyritone end
/**
* While mining, wait this number of milliseconds after mining an ore to see if it will drop an item
* instead of immediately going onto the next one