9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-23 17:09:29 +00:00

Fix config category

This commit is contained in:
Dreeam
2024-02-28 21:35:52 -05:00
parent 20fc654252
commit 71f9709da9
2 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ index 1d0c724137c002801b3dbb239278f2a1c82c1d77..8895e7d35af8650503853b6fc7432f66
this.player.resetLastActionTime();
diff --git a/src/main/java/org/dreeam/leaf/config/modules/gameplay/ConfigurableMaxUseItemDistance.java b/src/main/java/org/dreeam/leaf/config/modules/gameplay/ConfigurableMaxUseItemDistance.java
new file mode 100644
index 0000000000000000000000000000000000000000..9275e1861adb1ad2e313fcf0ca76a29824358339
index 0000000000000000000000000000000000000000..24519e6a4143c80bfbf31a97eea21f15e5263ee4
--- /dev/null
+++ b/src/main/java/org/dreeam/leaf/config/modules/gameplay/ConfigurableMaxUseItemDistance.java
@@ -0,0 +1,25 @@
@@ -35,7 +35,7 @@ index 0000000000000000000000000000000000000000..9275e1861adb1ad2e313fcf0ca76a298
+
+ @Override
+ public EnumConfigCategory getCategory() {
+ return EnumConfigCategory.MISC;
+ return EnumConfigCategory.GAMEPLAY;
+ }
+
+ @Override

View File

@@ -21,7 +21,7 @@ index 2c19d6687e1554373e4c7f43a8fec8e770942f50..fbee057a90fb47f4b31388cdff052fba
ItemEntity.merge(other, itemstack1, this, itemstack);
diff --git a/src/main/java/org/dreeam/leaf/config/modules/gameplay/UseSpigotItemMergingMech.java b/src/main/java/org/dreeam/leaf/config/modules/gameplay/UseSpigotItemMergingMech.java
new file mode 100644
index 0000000000000000000000000000000000000000..68c80a2019e1f142baa60b17f87d247c2a4a1d03
index 0000000000000000000000000000000000000000..839ced49d6da8b52669052f57b80e9d2a547aa5d
--- /dev/null
+++ b/src/main/java/org/dreeam/leaf/config/modules/gameplay/UseSpigotItemMergingMech.java
@@ -0,0 +1,21 @@
@@ -35,7 +35,7 @@ index 0000000000000000000000000000000000000000..68c80a2019e1f142baa60b17f87d247c
+
+ @Override
+ public EnumConfigCategory getCategory() {
+ return EnumConfigCategory.PERFORMANCE;
+ return EnumConfigCategory.GAMEPLAY;
+ }
+
+ @Override