aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/rosegoldaddons/Config.java
diff options
context:
space:
mode:
authorRoseGoldIsntGay <yoavkau@gmail.com>2022-01-18 22:48:36 +0200
committerRoseGoldIsntGay <yoavkau@gmail.com>2022-01-18 22:48:36 +0200
commit5934e8bd301bbbec23d172f88255fac1b9435563 (patch)
treec2f26deb2579e321ca98a297e24ee7865b97a80d /src/main/java/rosegoldaddons/Config.java
parent252dedff670a8a456ae557b8ac7f1727bb7fd1b1 (diff)
downloadRGA-5934e8bd301bbbec23d172f88255fac1b9435563.tar.gz
RGA-5934e8bd301bbbec23d172f88255fac1b9435563.tar.bz2
RGA-5934e8bd301bbbec23d172f88255fac1b9435563.zip
2.5.4-pre1
- Include ores setting also works for mithril nuker and not just hardstone - Moved memes to memes category (too much scrolling) - Custom Item Macro will now start with a use instead of waiting for the first loop to finish - Fixed prioritize full blocks in gemstone nuker - Deleted tpme (i forgot why i even made it it's literally empty)
Diffstat (limited to 'src/main/java/rosegoldaddons/Config.java')
-rw-r--r--src/main/java/rosegoldaddons/Config.java12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/main/java/rosegoldaddons/Config.java b/src/main/java/rosegoldaddons/Config.java
index bee9391..82418f4 100644
--- a/src/main/java/rosegoldaddons/Config.java
+++ b/src/main/java/rosegoldaddons/Config.java
@@ -117,7 +117,7 @@ public class Config extends Vigilant {
category = "Mining", subcategory = "General")
public boolean ignoreTitanium = false;
- @Property(type = PropertyType.SWITCH, name = "Include Ores", description = "Hardstone Nuker will also nuke ores",
+ @Property(type = PropertyType.SWITCH, name = "Include Ores", description = "Hardstone & Mithril Nukers will also nuke ores",
category = "Mining", subcategory = "General")
public boolean includeOres = false;
@@ -134,13 +134,17 @@ public class Config extends Vigilant {
public int slayerTypeIndex = 0;
@Property(type = PropertyType.SWITCH, name = "Potato Mode", description = "This brings back memories...",
- category = "RoseGoldAddons", subcategory = "General")
+ category = "Memes", subcategory = "General")
public boolean guilag = false;
- @Property(type = PropertyType.SWITCH, name = "Hilarity", description = "Those pesky admins!",
- category = "RoseGoldAddons", subcategory = "General")
+ @Property(type = PropertyType.SWITCH, name = "Hilarity", description = "Pls no wipe mr admin :(",
+ category = "Memes", subcategory = "General")
public boolean funnyStuff = true;
+ @Property(type = PropertyType.SLIDER, name = "Intensity", description = "I love hilarity so much I want to see it more please!",
+ category = "Memes", subcategory = "General", min = 1, max = 3000)
+ public int skiblock = 3000;
+
@Property(type = PropertyType.SWITCH, name = "Nucleus ESP", description = "ESP for rare items dropped from nucleus",
category = "ESP", subcategory = "General")
public boolean nucleusESP = false;