aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/rosegoldaddons/Config.java
diff options
context:
space:
mode:
authorRoseGoldIsntGay <yoavkau@gmail.com>2022-01-19 00:09:27 +0200
committerRoseGoldIsntGay <yoavkau@gmail.com>2022-01-19 00:09:27 +0200
commitc3fd62c5c1cb96a4c80e09dff8e440fc1088e902 (patch)
tree81c61ebfd3b1380db794090b3c1a486a54af64c6 /src/main/java/rosegoldaddons/Config.java
parent5934e8bd301bbbec23d172f88255fac1b9435563 (diff)
downloadRGA-c3fd62c5c1cb96a4c80e09dff8e440fc1088e902.tar.gz
RGA-c3fd62c5c1cb96a4c80e09dff8e440fc1088e902.tar.bz2
RGA-c3fd62c5c1cb96a4c80e09dff8e440fc1088e902.zip
2.5.4
new hardstone shape
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 82418f4..fb0866b 100644
--- a/src/main/java/rosegoldaddons/Config.java
+++ b/src/main/java/rosegoldaddons/Config.java
@@ -89,6 +89,10 @@ public class Config extends Vigilant {
category = "Mining", subcategory = "General", max = 5)
public int hardrange = 0;
+ @Property(type = PropertyType.SELECTOR, name = "Hardstone Nuker Type", description = "Choose which pattern hardstone nuker will follow",
+ category = "Mining", subcategory = "General", options = {"Closest Block", "Facing Axis"})
+ public int hardIndex = 0;
+
@Property(type = PropertyType.SELECTOR, name = "Actions", description = "Type of action to perform when opening a brewing stand",
category = "Alchemy", subcategory = "General", options = {"Collect + Sell", "Insert Water Bottles", "Insert Nether Wart", "Insert Cane / Eye", "Insert Glowstone"})
public int alchindex = 0;