diff options
author | RoseGoldIsntGay <yoavkau@gmail.com> | 2022-01-19 00:09:27 +0200 |
---|---|---|
committer | RoseGoldIsntGay <yoavkau@gmail.com> | 2022-01-19 00:09:27 +0200 |
commit | c3fd62c5c1cb96a4c80e09dff8e440fc1088e902 (patch) | |
tree | 81c61ebfd3b1380db794090b3c1a486a54af64c6 /src/main/java/rosegoldaddons/Config.java | |
parent | 5934e8bd301bbbec23d172f88255fac1b9435563 (diff) | |
download | RGA-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.java | 4 |
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; |