From c3fd62c5c1cb96a4c80e09dff8e440fc1088e902 Mon Sep 17 00:00:00 2001 From: RoseGoldIsntGay Date: Wed, 19 Jan 2022 00:09:27 +0200 Subject: 2.5.4 new hardstone shape --- src/main/java/rosegoldaddons/Config.java | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/main/java/rosegoldaddons/Config.java') 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; -- cgit