From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Helvetica Volubi Date: Fri, 5 Jun 2026 16:10:25 +0800 Subject: [PATCH] Carpet Features Compatible diff --git a/src/main/java/me/earthme/luminol/config/modules/experiment/CommandConfig.java b/src/main/java/me/earthme/luminol/config/modules/experiment/CommandConfig.java index f079a1cd99d648dc7ca97fb65406b7a42ad5a74e..30f78cbae7aea3e9fcee6d97f229ddf8e8344299 100644 --- a/src/main/java/me/earthme/luminol/config/modules/experiment/CommandConfig.java +++ b/src/main/java/me/earthme/luminol/config/modules/experiment/CommandConfig.java @@ -23,9 +23,4 @@ public class CommandConfig implements IConfigModule { """) @HotReloadUnsupported public static boolean waypointsAndWaypointCommand = false; - @ConfigInfo(name = "enable_tick_command", comments = """ - Only freeze/unfreeze/step/query command is allowed if you enabled it. - WARN: This should disabled in production environment! - """) - public static boolean tick = false; } diff --git a/src/main/java/me/earthme/luminol/config/modules/optimizations/OptimizedDragonRespawnConfig.java b/src/main/java/me/earthme/luminol/config/modules/optimizations/OptimizedDragonRespawnConfig.java deleted file mode 100644 index f791feed92abd750ac10775c05150f122ecbe886..0000000000000000000000000000000000000000 --- a/src/main/java/me/earthme/luminol/config/modules/optimizations/OptimizedDragonRespawnConfig.java +++ /dev/null @@ -1,12 +0,0 @@ -package me.earthme.luminol.config.modules.optimizations; - -import me.earthme.luminol.config.IConfigModule; -import me.earthme.luminol.config.flags.ConfigClassInfo; -import me.earthme.luminol.config.flags.ConfigInfo; -import me.earthme.luminol.enums.EnumConfigCategory; - -@ConfigClassInfo(category = EnumConfigCategory.OPTIMIZATIONS, name = "end_dragon") -public class OptimizedDragonRespawnConfig implements IConfigModule { - @ConfigInfo(name = "optimized_dragon_respawn") - public static boolean optimizedRespawn = false; -}