Update Luminol & remove a unused config

This commit is contained in:
Helvetica Volubi
2026-06-19 23:28:39 +08:00
parent 4df4d07ae9
commit 74d0b5ca5f
4 changed files with 2 additions and 9 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ release=true
# true for push to repo, false for skip push repo, auto for detect by release value # true for push to repo, false for skip push repo, auto for detect by release value
pushRepo=auto pushRepo=auto
luminolRef=6dbf8f3ee48c8fcb791be55706a33a8f29c5a042 luminolRef=759512e8faeb00821dde5e194b2c91ce755ea2d2
org.gradle.configuration-cache=true org.gradle.configuration-cache=true
org.gradle.caching=true org.gradle.caching=true
@@ -17,11 +17,4 @@ public class GlobalEntitiesCounter implements IConfigModule {
@HotReloadUnsupported @HotReloadUnsupported
@ConfigInfo(name = "async", comments = "Enable Asynchronous(maybe cause bugs)") @ConfigInfo(name = "async", comments = "Enable Asynchronous(maybe cause bugs)")
public static boolean async = false; public static boolean async = false;
@HotReloadUnsupported
@ConfigInfo(name = "always_count", comments = """
Always count entities.
If you want to count entities loaded by chunk loader,
you must to enabled it.""")
public static boolean alwaysCount = false;
} }
@@ -11,7 +11,6 @@ import me.earthme.luminol.enums.EnumConfigCategory;
*/ */
@ConfigClassInfo(category = EnumConfigCategory.EXPERIMENT, name = "redstone") @ConfigClassInfo(category = EnumConfigCategory.EXPERIMENT, name = "redstone")
public class RedStoneConfig implements IConfigModule { public class RedStoneConfig implements IConfigModule {
@ConfigInfo(name = "old-block-remove-behaviour") @ConfigInfo(name = "old-block-remove-behaviour")
public static boolean oldBlockRemoveBehaviour = false; public static boolean oldBlockRemoveBehaviour = false;
} }
@@ -8,6 +8,7 @@ import me.earthme.luminol.enums.EnumConfigCategory;
@ConfigClassInfo(category = EnumConfigCategory.REMOVED, name = "removed_config") @ConfigClassInfo(category = EnumConfigCategory.REMOVED, name = "removed_config")
public class RemovedConfig implements IConfigModule { public class RemovedConfig implements IConfigModule {
@TransformedConfig(name = "always_count", directory = {"experiment", "global_entities_counter"})
@TransformedConfig(name = "enabled", directory = {"misc", "auto_update"}) @TransformedConfig(name = "enabled", directory = {"misc", "auto_update"})
@ConfigInfo(name = "removed", comments = @ConfigInfo(name = "removed", comments =
""" """