diff options
| author | Lorenz <ESs95s3P5z8Pheb> | 2022-07-23 08:40:56 +0200 |
|---|---|---|
| committer | Lorenz <ESs95s3P5z8Pheb> | 2022-07-23 08:40:56 +0200 |
| commit | b304774d77e92ce11ce90b6f47bbcf9e86d07e36 (patch) | |
| tree | b98d93ebde0274f14f083c9070144ce818b954f6 /src/main/java/at/hannibal2/skyhanni/config/Features.java | |
| parent | 5e6c9a8a98583bb3bb9ed43096a37c26432bf720 (diff) | |
| download | SkyHanni-b304774d77e92ce11ce90b6f47bbcf9e86d07e36.tar.gz SkyHanni-b304774d77e92ce11ce90b6f47bbcf9e86d07e36.tar.bz2 SkyHanni-b304774d77e92ce11ce90b6f47bbcf9e86d07e36.zip | |
adding anvil combine helper feature
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/Features.java')
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/Features.java | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/Features.java b/src/main/java/at/hannibal2/skyhanni/config/Features.java index 990bbae5c..a45ad3abd 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/Features.java +++ b/src/main/java/at/hannibal2/skyhanni/config/Features.java @@ -62,8 +62,8 @@ public class Features { public Dungeon dungeon = new Dungeon(); @Expose - @Category(name = "Items", desc = "Changing the behavior around items and the inventory.") - public Items items = new Items(); + @Category(name = "Inventory", desc = "Changing the behavior around items and the inventory.") + public Inventory inventory = new Inventory(); @Expose @Category(name = "Bazaar", desc = "Bazaar settings.") @@ -84,10 +84,4 @@ public class Features { @Expose @Category(name = "Debug", desc = "Debug and test stuff.") public Debug debug = new Debug(); - - - - - - } |
