9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-25 18:09:17 +00:00
This commit is contained in:
Dreeam
2025-04-04 17:14:03 -04:00
parent f96b3e9f76
commit 4c835820f8
23 changed files with 127 additions and 22 deletions

View File

@@ -9,7 +9,7 @@ public class UseSpigotItemMergingMech extends ConfigModules {
return EnumConfigCategory.GAMEPLAY.getBaseKeyName() + ".use-spigot-item-merging-mechanism";
}
public static boolean enabled = true;
public static boolean enabled = false;
@Override
public void onLoaded() {