aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/rosegoldaddons/Config.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/rosegoldaddons/Config.java')
-rw-r--r--src/main/java/rosegoldaddons/Config.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/java/rosegoldaddons/Config.java b/src/main/java/rosegoldaddons/Config.java
index c0a0908..f3394e1 100644
--- a/src/main/java/rosegoldaddons/Config.java
+++ b/src/main/java/rosegoldaddons/Config.java
@@ -129,6 +129,10 @@ public class Config extends Vigilant {
category = "Mining", subcategory = "General")
public boolean includeOres = false;
+ @Property(type = PropertyType.SELECTOR, name = "Mithril Macro Priority", description = "Determine the order the macro will breaks blocks in",
+ category = "Mining", subcategory = "General", options = {"Highest value to lowest", "Lowest value to highest","Any"})
+ public int mithrilMacroPrio = 0;
+
@Property(type = PropertyType.SWITCH, name = "Pingless Mining", description = "Mines the next block before the previous block breaks, instabreak only",
category = "Mining", subcategory = "General")
public boolean pinglessMining = false;