9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-26 02:19:19 +00:00

remove experimental tag on AsyncBlockFinding

This commit is contained in:
Taiyou06
2025-03-29 14:59:43 +01:00
parent e797ead637
commit faf2abdd88

View File

@@ -10,14 +10,12 @@ public class AsyncBlockFinding extends ConfigModules {
return EnumConfigCategory.ASYNC.getBaseKeyName() + ".async-block-finding";
}
@Experimental
public static boolean enabled = false;
public static boolean asyncBlockFindingInitialized;
@Override
public void onLoaded() {
config.addCommentRegionBased(getBasePath(), """
**Experimental feature**
This moves the expensive search calculations to a background thread while
keeping the actual block validation on the main thread.""",
"""