Torchmaster

Torchmaster

64M Downloads

[Bug]: Incorrect Key was corrected with same value

bahaynes opened this issue ยท 4 comments

commented

Torchmaster Version

21.1.2

Mod Loader

Neoforge

Mod Loader Version

21.1.68

What happened?

This log message prints excessively on the server when running:

mc-1  | [14:30:26] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Configuration LoadedConfig[config=SynchronizedConfig{DataHolder:{General=SynchronizedConfig{DataHolder:{beginnerTooltips=true, blockOnlyNaturalSpawns=true, lycanitesMobsBlockAll=true, blockVillageSieges=true, megaTorchRadius=64, dreadLampRadius=64, megaTorchEntityBlockListOverrides=[], dreadLampEntityBlockListOverrides=[], feralFlareRadius=16, feralFlareTickRate=5, feralFlareMinLightLevel=10, feralFlareLanternLightCountHardcap=255, frozenPearlDurability=1024, logSpawnChecks=false, aggressiveSpawnChecks=false}}}}, path=/data/config/torchmaster.toml, modConfig=net.neoforged.fml.config.ModConfig@2f21d988] is not correct. Correcting
mc-1  | [14:30:26] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Incorrect key General.megaTorchEntityBlockListOverrides was corrected from [] to its default, [].
mc-1  | [14:30:26] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Incorrect key General.dreadLampEntityBlockListOverrides was corrected from [] to its default, [].

This is on the atm10 modpack, hosted in itzg's docker image.

The file in question:

$ cat /mnt/faststorage/minecraft/atm10/data/config/torchmaster.toml
[General]
        #Show additional information in the tooltip of certain items and blocks
        beginnerTooltips = true
        #By default, mega torches only block natural spawns (i.e. from low light levels). Setting this to false will also block spawns from spawners
        blockOnlyNaturalSpawns = true
        #If this setting is enabled, the mega torch will block all natural spawn attempts from Lycanites Mobs in its radius
        lycanitesMobsBlockAll = true
        #If this setting is enabled, the mega torch will block village sieges from zombies
        blockVillageSieges = true
        #The radius of the mega torch in each direction (cube) with the torch at its center
        #Range: > 0
        megaTorchRadius = 64
        #The radius of the dread lamp in each direction (cube) with the torch at its center
        #Range: > 0
        dreadLampRadius = 64
        #Use this setting to override the internal lists for entity blocking
        #You can use this to block more entities or even allow certain entities to still spawn
        #The + prefix will add the entity to the list, effectivly denying its spawns
        #The - prefix will remove the entity from the list (if necessary), effectivly allowing its spawns
        #Note: Each entry needs to be put in quotes! Multiple Entries should be separated by comma.
        #Block zombies: "+minecraft:zombie"
        #Allow creepers: "-minecraft:creeper"
        megaTorchEntityBlockListOverrides = []
        #Same as the mega torch block list override, just for the dread lamp
        #Block squid: +minecraft:squid
        #Allow pigs: -minecraft:pig
        dreadLampEntityBlockListOverrides = []
        #The radius in which the feral flare should try to place lights
        #Range: 1 ~ 127
        feralFlareRadius = 16
        #Controls how often the flare should try to place lights. 1 means every tick, 10 every 10th tick, etc
        #Range: > 1
        feralFlareTickRate = 5
        #The target minimum light level to place lights for
        #Range: 0 ~ 15
        feralFlareMinLightLevel = 10
        #The maximum amount of invisble lights a feral flare lantern can place. Set to 0 to disable light placement.
        #Warning: Setting this value too high in conjunction with the feralFlareMinLightLevel and Radius can lead to world corruption!
        #(Badly compressed packet error)
        #Range: 0 ~ 32767
        feralFlareLanternLightCountHardcap = 255
        #Durability of the frozen pearl. Each removed light will remove one charge from the pearl. Set to 0 to disable durability
        #Range: 0 ~ 32767
        frozenPearlDurability = 1024
        #Print entity spawn checks to the debug log
        logSpawnChecks = false
        #Configures the spawn check to be more aggressive, effectivly overriding the CheckSpawn results of other mods
        aggressiveSpawnChecks = false

The file appears to be modified approximately once every second.

Relevant log output

mc-1  | [14:40:45] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Configuration LoadedConfig[config=SynchronizedConfig{DataHolder:{General=SynchronizedConfig{DataHolder:{beginnerTooltips=true, blockOnlyNaturalSpawns=true, lycanitesMobsBlockAll=true, blockVillageSieges=true, megaTorchRadius=64, dreadLampRadius=64, megaTorchEntityBlockListOverrides=[], dreadLampEntityBlockListOverrides=[], feralFlareRadius=16, feralFlareTickRate=5, feralFlareMinLightLevel=10, feralFlareLanternLightCountHardcap=255, frozenPearlDurability=1024, logSpawnChecks=false, aggressiveSpawnChecks=false}}}}, path=/data/config/torchmaster.toml, modConfig=net.neoforged.fml.config.ModConfig@2f21d988] is not correct. Correcting
mc-1  | [14:40:45] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Incorrect key General.megaTorchEntityBlockListOverrides was corrected from [] to its default, [].
mc-1  | [14:40:45] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Incorrect key General.dreadLampEntityBlockListOverrides was corrected from [] to its default, [].
mc-1  | [14:40:45] [pool-5-thread-1/WARN] [ne.ne.fm.co.ConfigTracker/CONFIG]: Configuration file /data/config/torchmaster.toml is not correct. Correcting
mc-1  | [14:40:45] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Configuration LoadedConfig[config=SynchronizedConfig{DataHolder:{General=SynchronizedConfig{DataHolder:{beginnerTooltips=true, blockOnlyNaturalSpawns=true, lycanitesMobsBlockAll=true, blockVillageSieges=true, megaTorchRadius=64, dreadLampRadius=64, megaTorchEntityBlockListOverrides=[], dreadLampEntityBlockListOverrides=[], feralFlareRadius=16, feralFlareTickRate=5, feralFlareMinLightLevel=10, feralFlareLanternLightCountHardcap=255, frozenPearlDurability=1024, logSpawnChecks=false, aggressiveSpawnChecks=false}}}}, path=/data/config/torchmaster.toml, modConfig=net.neoforged.fml.config.ModConfig@2f21d988] is not correct. Correcting
mc-1  | [14:40:45] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Incorrect key General.megaTorchEntityBlockListOverrides was corrected from [] to its default, [].
mc-1  | [14:40:45] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Incorrect key General.dreadLampEntityBlockListOverrides was corrected from [] to its default, [].
mc-1  | [14:40:46] [pool-5-thread-1/WARN] [ne.ne.fm.co.ConfigTracker/CONFIG]: Configuration file /data/config/torchmaster.toml is not correct. Correcting
mc-1  | [14:40:46] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Configuration LoadedConfig[config=SynchronizedConfig{DataHolder:{General=SynchronizedConfig{DataHolder:{beginnerTooltips=true, blockOnlyNaturalSpawns=true, lycanitesMobsBlockAll=true, blockVillageSieges=true, megaTorchRadius=64, dreadLampRadius=64, megaTorchEntityBlockListOverrides=[], dreadLampEntityBlockListOverrides=[], feralFlareRadius=16, feralFlareTickRate=5, feralFlareMinLightLevel=10, feralFlareLanternLightCountHardcap=255, frozenPearlDurability=1024, logSpawnChecks=false, aggressiveSpawnChecks=false}}}}, path=/data/config/torchmaster.toml, modConfig=net.neoforged.fml.config.ModConfig@2f21d988] is not correct. Correcting
mc-1  | [14:40:46] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Incorrect key General.megaTorchEntityBlockListOverrides was corrected from [] to its default, [].
mc-1  | [14:40:46] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Incorrect key General.dreadLampEntityBlockListOverrides was corrected from [] to its default, [].
mc-1  | [14:40:46] [pool-5-thread-1/WARN] [ne.ne.fm.co.ConfigTracker/CONFIG]: Configuration file /data/config/torchmaster.toml is not correct. Correcting
mc-1  | [14:40:46] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Configuration LoadedConfig[config=SynchronizedConfig{DataHolder:{General=SynchronizedConfig{DataHolder:{beginnerTooltips=true, blockOnlyNaturalSpawns=true, lycanitesMobsBlockAll=true, blockVillageSieges=true, megaTorchRadius=64, dreadLampRadius=64, megaTorchEntityBlockListOverrides=[], dreadLampEntityBlockListOverrides=[], feralFlareRadius=16, feralFlareTickRate=5, feralFlareMinLightLevel=10, feralFlareLanternLightCountHardcap=255, frozenPearlDurability=1024, logSpawnChecks=false, aggressiveSpawnChecks=false}}}}, path=/data/config/torchmaster.toml, modConfig=net.neoforged.fml.config.ModConfig@2f21d988] is not correct. Correcting
mc-1  | [14:40:46] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Incorrect key General.megaTorchEntityBlockListOverrides was corrected from [] to its default, [].
mc-1  | [14:40:46] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Incorrect key General.dreadLampEntityBlockListOverrides was corrected from [] to its default, [].
mc-1  | [14:40:47] [pool-5-thread-1/WARN] [ne.ne.fm.co.ConfigTracker/CONFIG]: Configuration file /data/config/torchmaster.toml is not correct. Correcting
mc-1  | [14:40:47] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Configuration LoadedConfig[config=SynchronizedConfig{DataHolder:{General=SynchronizedConfig{DataHolder:{beginnerTooltips=true, blockOnlyNaturalSpawns=true, lycanitesMobsBlockAll=true, blockVillageSieges=true, megaTorchRadius=64, dreadLampRadius=64, megaTorchEntityBlockListOverrides=[], dreadLampEntityBlockListOverrides=[], feralFlareRadius=16, feralFlareTickRate=5, feralFlareMinLightLevel=10, feralFlareLanternLightCountHardcap=255, frozenPearlDurability=1024, logSpawnChecks=false, aggressiveSpawnChecks=false}}}}, path=/data/config/torchmaster.toml, modConfig=net.neoforged.fml.config.ModConfig@2f21d988] is not correct. Correcting
mc-1  | [14:40:47] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Incorrect key General.megaTorchEntityBlockListOverrides was corrected from [] to its default, [].
mc-1  | [14:40:47] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Incorrect key General.dreadLampEntityBlockListOverrides was corrected from [] to its default, [].
mc-1  | [14:40:47] [pool-5-thread-1/WARN] [ne.ne.fm.co.ConfigTracker/CONFIG]: Configuration file /data/config/torchmaster.toml is not correct. Correcting
mc-1  | [14:40:47] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Configuration LoadedConfig[config=SynchronizedConfig{DataHolder:{General=SynchronizedConfig{DataHolder:{beginnerTooltips=true, blockOnlyNaturalSpawns=true, lycanitesMobsBlockAll=true, blockVillageSieges=true, megaTorchRadius=64, dreadLampRadius=64, megaTorchEntityBlockListOverrides=[], dreadLampEntityBlockListOverrides=[], feralFlareRadius=16, feralFlareTickRate=5, feralFlareMinLightLevel=10, feralFlareLanternLightCountHardcap=255, frozenPearlDurability=1024, logSpawnChecks=false, aggressiveSpawnChecks=false}}}}, path=/data/config/torchmaster.toml, modConfig=net.neoforged.fml.config.ModConfig@2f21d988] is not correct. Correcting
mc-1  | [14:40:47] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Incorrect key General.megaTorchEntityBlockListOverrides was corrected from [] to its default, [].
mc-1  | [14:40:47] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Incorrect key General.dreadLampEntityBlockListOverrides was corrected from [] to its default, [].
mc-1  | [14:40:48] [pool-5-thread-1/WARN] [ne.ne.fm.co.ConfigTracker/CONFIG]: Configuration file /data/config/torchmaster.toml is not correct. Correcting
mc-1  | [14:40:48] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Configuration LoadedConfig[config=SynchronizedConfig{DataHolder:{General=SynchronizedConfig{DataHolder:{beginnerTooltips=true, blockOnlyNaturalSpawns=true, lycanitesMobsBlockAll=true, blockVillageSieges=true, megaTorchRadius=64, dreadLampRadius=64, megaTorchEntityBlockListOverrides=[], dreadLampEntityBlockListOverrides=[], feralFlareRadius=16, feralFlareTickRate=5, feralFlareMinLightLevel=10, feralFlareLanternLightCountHardcap=255, frozenPearlDurability=1024, logSpawnChecks=false, aggressiveSpawnChecks=false}}}}, path=/data/config/torchmaster.toml, modConfig=net.neoforged.fml.config.ModConfig@2f21d988] is not correct. Correcting
mc-1  | [14:40:48] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Incorrect key General.megaTorchEntityBlockListOverrides was corrected from [] to its default, [].
mc-1  | [14:40:48] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Incorrect key General.dreadLampEntityBlockListOverrides was corrected from [] to its default, [].
mc-1  | [14:40:48] [pool-5-thread-1/WARN] [ne.ne.fm.co.ConfigTracker/CONFIG]: Configuration file /data/config/torchmaster.toml is not correct. Correcting
mc-1  | [14:40:48] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Configuration LoadedConfig[config=SynchronizedConfig{DataHolder:{General=SynchronizedConfig{DataHolder:{beginnerTooltips=true, blockOnlyNaturalSpawns=true, lycanitesMobsBlockAll=true, blockVillageSieges=true, megaTorchRadius=64, dreadLampRadius=64, megaTorchEntityBlockListOverrides=[], dreadLampEntityBlockListOverrides=[], feralFlareRadius=16, feralFlareTickRate=5, feralFlareMinLightLevel=10, feralFlareLanternLightCountHardcap=255, frozenPearlDurability=1024, logSpawnChecks=false, aggressiveSpawnChecks=false}}}}, path=/data/config/torchmaster.toml, modConfig=net.neoforged.fml.config.ModConfig@2f21d988] is not correct. Correcting
mc-1  | [14:40:48] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Incorrect key General.megaTorchEntityBlockListOverrides was corrected from [] to its default, [].
mc-1  | [14:40:48] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Incorrect key General.dreadLampEntityBlockListOverrides was corrected from [] to its default, [].
mc-1  | [14:40:49] [pool-5-thread-1/WARN] [ne.ne.fm.co.ConfigTracker/CONFIG]: Configuration file /data/config/torchmaster.toml is not correct. Correcting
mc-1  | [14:40:49] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Configuration LoadedConfig[config=SynchronizedConfig{DataHolder:{General=SynchronizedConfig{DataHolder:{beginnerTooltips=true, blockOnlyNaturalSpawns=true, lycanitesMobsBlockAll=true, blockVillageSieges=true, megaTorchRadius=64, dreadLampRadius=64, megaTorchEntityBlockListOverrides=[], dreadLampEntityBlockListOverrides=[], feralFlareRadius=16, feralFlareTickRate=5, feralFlareMinLightLevel=10, feralFlareLanternLightCountHardcap=255, frozenPearlDurability=1024, logSpawnChecks=false, aggressiveSpawnChecks=false}}}}, path=/data/config/torchmaster.toml, modConfig=net.neoforged.fml.config.ModConfig@2f21d988] is not correct. Correcting
mc-1  | [14:40:49] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Incorrect key General.megaTorchEntityBlockListOverrides was corrected from [] to its default, [].
mc-1  | [14:40:49] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Incorrect key General.dreadLampEntityBlockListOverrides was corrected from [] to its default, [].
mc-1  | [14:40:49] [pool-5-thread-1/WARN] [ne.ne.fm.co.ConfigTracker/CONFIG]: Configuration file /data/config/torchmaster.toml is not correct. Correcting
mc-1  | [14:40:49] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Configuration LoadedConfig[config=SynchronizedConfig{DataHolder:{General=SynchronizedConfig{DataHolder:{beginnerTooltips=true, blockOnlyNaturalSpawns=true, lycanitesMobsBlockAll=true, blockVillageSieges=true, megaTorchRadius=64, dreadLampRadius=64, megaTorchEntityBlockListOverrides=[], dreadLampEntityBlockListOverrides=[], feralFlareRadius=16, feralFlareTickRate=5, feralFlareMinLightLevel=10, feralFlareLanternLightCountHardcap=255, frozenPearlDurability=1024, logSpawnChecks=false, aggressiveSpawnChecks=false}}}}, path=/data/config/torchmaster.toml, modConfig=net.neoforged.fml.config.ModConfig@2f21d988] is not correct. Correcting
mc-1  | [14:40:49] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Incorrect key General.megaTorchEntityBlockListOverrides was corrected from [] to its default, [].
mc-1  | [14:40:49] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Incorrect key General.dreadLampEntityBlockListOverrides was corrected from [] to its default, [].
mc-1  | [14:40:50] [pool-5-thread-1/WARN] [ne.ne.fm.co.ConfigTracker/CONFIG]: Configuration file /data/config/torchmaster.toml is not correct. Correcting
mc-1  | [14:40:50] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Configuration LoadedConfig[config=SynchronizedConfig{DataHolder:{General=SynchronizedConfig{DataHolder:{beginnerTooltips=true, blockOnlyNaturalSpawns=true, lycanitesMobsBlockAll=true, blockVillageSieges=true, megaTorchRadius=64, dreadLampRadius=64, megaTorchEntityBlockListOverrides=[], dreadLampEntityBlockListOverrides=[], feralFlareRadius=16, feralFlareTickRate=5, feralFlareMinLightLevel=10, feralFlareLanternLightCountHardcap=255, frozenPearlDurability=1024, logSpawnChecks=false, aggressiveSpawnChecks=false}}}}, path=/data/config/torchmaster.toml, modConfig=net.neoforged.fml.config.ModConfig@2f21d988] is not correct. Correcting
mc-1  | [14:40:50] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Incorrect key General.megaTorchEntityBlockListOverrides was corrected from [] to its default, [].
mc-1  | [14:40:50] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Incorrect key General.dreadLampEntityBlockListOverrides was corrected from [] to its default, [].
mc-1  | [14:40:50] [pool-5-thread-1/WARN] [ne.ne.fm.co.ConfigTracker/CONFIG]: Configuration file /data/config/torchmaster.toml is not correct. Correcting
mc-1  | [14:40:50] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Configuration LoadedConfig[config=SynchronizedConfig{DataHolder:{General=SynchronizedConfig{DataHolder:{beginnerTooltips=true, blockOnlyNaturalSpawns=true, lycanitesMobsBlockAll=true, blockVillageSieges=true, megaTorchRadius=64, dreadLampRadius=64, megaTorchEntityBlockListOverrides=[], dreadLampEntityBlockListOverrides=[], feralFlareRadius=16, feralFlareTickRate=5, feralFlareMinLightLevel=10, feralFlareLanternLightCountHardcap=255, frozenPearlDurability=1024, logSpawnChecks=false, aggressiveSpawnChecks=false}}}}, path=/data/config/torchmaster.toml, modConfig=net.neoforged.fml.config.ModConfig@2f21d988] is not correct. Correcting
mc-1  | [14:40:50] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Incorrect key General.megaTorchEntityBlockListOverrides was corrected from [] to its default, [].
mc-1  | [14:40:50] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Incorrect key General.dreadLampEntityBlockListOverrides was corrected from [] to its default, [].
mc-1  | [14:40:51] [pool-5-thread-1/WARN] [ne.ne.fm.co.ConfigTracker/CONFIG]: Configuration file /data/config/torchmaster.toml is not correct. Correcting
mc-1  | [14:40:51] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Configuration LoadedConfig[config=SynchronizedConfig{DataHolder:{General=SynchronizedConfig{DataHolder:{beginnerTooltips=true, blockOnlyNaturalSpawns=true, lycanitesMobsBlockAll=true, blockVillageSieges=true, megaTorchRadius=64, dreadLampRadius=64, megaTorchEntityBlockListOverrides=[], dreadLampEntityBlockListOverrides=[], feralFlareRadius=16, feralFlareTickRate=5, feralFlareMinLightLevel=10, feralFlareLanternLightCountHardcap=255, frozenPearlDurability=1024, logSpawnChecks=false, aggressiveSpawnChecks=false}}}}, path=/data/config/torchmaster.toml, modConfig=net.neoforged.fml.config.ModConfig@2f21d988] is not correct. Correcting
mc-1  | [14:40:51] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Incorrect key General.megaTorchEntityBlockListOverrides was corrected from [] to its default, [].
mc-1  | [14:40:51] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Incorrect key General.dreadLampEntityBlockListOverrides was corrected from [] to its default, [].
mc-1  | [14:40:51] [pool-5-thread-1/WARN] [ne.ne.fm.co.ConfigTracker/CONFIG]: Configuration file /data/config/torchmaster.toml is not correct. Correcting
mc-1  | [14:40:51] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Configuration LoadedConfig[config=SynchronizedConfig{DataHolder:{General=SynchronizedConfig{DataHolder:{beginnerTooltips=true, blockOnlyNaturalSpawns=true, lycanitesMobsBlockAll=true, blockVillageSieges=true, megaTorchRadius=64, dreadLampRadius=64, megaTorchEntityBlockListOverrides=[], dreadLampEntityBlockListOverrides=[], feralFlareRadius=16, feralFlareTickRate=5, feralFlareMinLightLevel=10, feralFlareLanternLightCountHardcap=255, frozenPearlDurability=1024, logSpawnChecks=false, aggressiveSpawnChecks=false}}}}, path=/data/config/torchmaster.toml, modConfig=net.neoforged.fml.config.ModConfig@2f21d988] is not correct. Correcting
mc-1  | [14:40:51] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Incorrect key General.megaTorchEntityBlockListOverrides was corrected from [] to its default, [].
mc-1  | [14:40:51] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Incorrect key General.dreadLampEntityBlockListOverrides was corrected from [] to its default, [].
mc-1  | [14:40:52] [pool-5-thread-1/WARN] [ne.ne.fm.co.ConfigTracker/CONFIG]: Configuration file /data/config/torchmaster.toml is not correct. Correcting
mc-1  | [14:40:52] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Configuration LoadedConfig[config=SynchronizedConfig{DataHolder:{General=SynchronizedConfig{DataHolder:{beginnerTooltips=true, blockOnlyNaturalSpawns=true, lycanitesMobsBlockAll=true, blockVillageSieges=true, megaTorchRadius=64, dreadLampRadius=64, megaTorchEntityBlockListOverrides=[], dreadLampEntityBlockListOverrides=[], feralFlareRadius=16, feralFlareTickRate=5, feralFlareMinLightLevel=10, feralFlareLanternLightCountHardcap=255, frozenPearlDurability=1024, logSpawnChecks=false, aggressiveSpawnChecks=false}}}}, path=/data/config/torchmaster.toml, modConfig=net.neoforged.fml.config.ModConfig@2f21d988] is not correct. Correcting
mc-1  | [14:40:52] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Incorrect key General.megaTorchEntityBlockListOverrides was corrected from [] to its default, [].
mc-1  | [14:40:52] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Incorrect key General.dreadLampEntityBlockListOverrides was corrected from [] to its default, [].
mc-1  | [14:40:52] [pool-5-thread-1/WARN] [ne.ne.fm.co.ConfigTracker/CONFIG]: Configuration file /data/config/torchmaster.toml is not correct. Correcting
mc-1  | [14:40:52] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Configuration LoadedConfig[config=SynchronizedConfig{DataHolder:{General=SynchronizedConfig{DataHolder:{beginnerTooltips=true, blockOnlyNaturalSpawns=true, lycanitesMobsBlockAll=true, blockVillageSieges=true, megaTorchRadius=64, dreadLampRadius=64, megaTorchEntityBlockListOverrides=[], dreadLampEntityBlockListOverrides=[], feralFlareRadius=16, feralFlareTickRate=5, feralFlareMinLightLevel=10, feralFlareLanternLightCountHardcap=255, frozenPearlDurability=1024, logSpawnChecks=false, aggressiveSpawnChecks=false}}}}, path=/data/config/torchmaster.toml, modConfig=net.neoforged.fml.config.ModConfig@2f21d988] is not correct. Correcting
mc-1  | [14:40:52] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Incorrect key General.megaTorchEntityBlockListOverrides was corrected from [] to its default, [].
mc-1  | [14:40:52] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Incorrect key General.dreadLampEntityBlockListOverrides was corrected from [] to its default, [].
mc-1  | [14:40:53] [pool-5-thread-1/WARN] [ne.ne.fm.co.ConfigTracker/CONFIG]: Configuration file /data/config/torchmaster.toml is not correct. Correcting
mc-1  | [14:40:53] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Configuration LoadedConfig[config=SynchronizedConfig{DataHolder:{General=SynchronizedConfig{DataHolder:{beginnerTooltips=true, blockOnlyNaturalSpawns=true, lycanitesMobsBlockAll=true, blockVillageSieges=true, megaTorchRadius=64, dreadLampRadius=64, megaTorchEntityBlockListOverrides=[], dreadLampEntityBlockListOverrides=[], feralFlareRadius=16, feralFlareTickRate=5, feralFlareMinLightLevel=10, feralFlareLanternLightCountHardcap=255, frozenPearlDurability=1024, logSpawnChecks=false, aggressiveSpawnChecks=false}}}}, path=/data/config/torchmaster.toml, modConfig=net.neoforged.fml.config.ModConfig@2f21d988] is not correct. Correcting
mc-1  | [14:40:53] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Incorrect key General.megaTorchEntityBlockListOverrides was corrected from [] to its default, [].
mc-1  | [14:40:53] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Incorrect key General.dreadLampEntityBlockListOverrides was corrected from [] to its default, [].
mc-1  | [14:40:53] [pool-5-thread-1/WARN] [ne.ne.fm.co.ConfigTracker/CONFIG]: Configuration file /data/config/torchmaster.toml is not correct. Correcting
mc-1  | [14:40:53] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Configuration LoadedConfig[config=SynchronizedConfig{DataHolder:{General=SynchronizedConfig{DataHolder:{beginnerTooltips=true, blockOnlyNaturalSpawns=true, lycanitesMobsBlockAll=true, blockVillageSieges=true, megaTorchRadius=64, dreadLampRadius=64, megaTorchEntityBlockListOverrides=[], dreadLampEntityBlockListOverrides=[], feralFlareRadius=16, feralFlareTickRate=5, feralFlareMinLightLevel=10, feralFlareLanternLightCountHardcap=255, frozenPearlDurability=1024, logSpawnChecks=false, aggressiveSpawnChecks=false}}}}, path=/data/config/torchmaster.toml, modConfig=net.neoforged.fml.config.ModConfig@2f21d988] is not correct. Correcting
mc-1  | [14:40:53] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Incorrect key General.megaTorchEntityBlockListOverrides was corrected from [] to its default, [].
mc-1  | [14:40:53] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Incorrect key General.dreadLampEntityBlockListOverrides was corrected from [] to its default, [].
mc-1  | [14:40:54] [pool-5-thread-1/WARN] [ne.ne.fm.co.ConfigTracker/CONFIG]: Configuration file /data/config/torchmaster.toml is not correct. Correcting
mc-1  | [14:40:54] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Configuration LoadedConfig[config=SynchronizedConfig{DataHolder:{General=SynchronizedConfig{DataHolder:{beginnerTooltips=true, blockOnlyNaturalSpawns=true, lycanitesMobsBlockAll=true, blockVillageSieges=true, megaTorchRadius=64, dreadLampRadius=64, megaTorchEntityBlockListOverrides=[], dreadLampEntityBlockListOverrides=[], feralFlareRadius=16, feralFlareTickRate=5, feralFlareMinLightLevel=10, feralFlareLanternLightCountHardcap=255, frozenPearlDurability=1024, logSpawnChecks=false, aggressiveSpawnChecks=false}}}}, path=/data/config/torchmaster.toml, modConfig=net.neoforged.fml.config.ModConfig@2f21d988] is not correct. Correcting
mc-1  | [14:40:54] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Incorrect key General.megaTorchEntityBlockListOverrides was corrected from [] to its default, [].
mc-1  | [14:40:54] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Incorrect key General.dreadLampEntityBlockListOverrides was corrected from [] to its default, [].
mc-1  | [14:40:54] [pool-5-thread-1/WARN] [ne.ne.fm.co.ConfigTracker/CONFIG]: Configuration file /data/config/torchmaster.toml is not correct. Correcting
mc-1  | [14:40:54] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Configuration LoadedConfig[config=SynchronizedConfig{DataHolder:{General=SynchronizedConfig{DataHolder:{beginnerTooltips=true, blockOnlyNaturalSpawns=true, lycanitesMobsBlockAll=true, blockVillageSieges=true, megaTorchRadius=64, dreadLampRadius=64, megaTorchEntityBlockListOverrides=[], dreadLampEntityBlockListOverrides=[], feralFlareRadius=16, feralFlareTickRate=5, feralFlareMinLightLevel=10, feralFlareLanternLightCountHardcap=255, frozenPearlDurability=1024, logSpawnChecks=false, aggressiveSpawnChecks=false}}}}, path=/data/config/torchmaster.toml, modConfig=net.neoforged.fml.config.ModConfig@2f21d988] is not correct. Correcting
mc-1  | [14:40:54] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Incorrect key General.megaTorchEntityBlockListOverrides was corrected from [] to its default, [].
mc-1  | [14:40:54] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Incorrect key General.dreadLampEntityBlockListOverrides was corrected from [] to its default, [].
mc-1  | [14:40:55] [pool-5-thread-1/WARN] [ne.ne.fm.co.ConfigTracker/CONFIG]: Configuration file /data/config/torchmaster.toml is not correct. Correcting
mc-1  | [14:40:55] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Configuration LoadedConfig[config=SynchronizedConfig{DataHolder:{General=SynchronizedConfig{DataHolder:{beginnerTooltips=true, blockOnlyNaturalSpawns=true, lycanitesMobsBlockAll=true, blockVillageSieges=true, megaTorchRadius=64, dreadLampRadius=64, megaTorchEntityBlockListOverrides=[], dreadLampEntityBlockListOverrides=[], feralFlareRadius=16, feralFlareTickRate=5, feralFlareMinLightLevel=10, feralFlareLanternLightCountHardcap=255, frozenPearlDurability=1024, logSpawnChecks=false, aggressiveSpawnChecks=false}}}}, path=/data/config/torchmaster.toml, modConfig=net.neoforged.fml.config.ModConfig@2f21d988] is not correct. Correcting
mc-1  | [14:40:55] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Incorrect key General.megaTorchEntityBlockListOverrides was corrected from [] to its default, [].
mc-1  | [14:40:55] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Incorrect key General.dreadLampEntityBlockListOverrides was corrected from [] to its default, [].
mc-1  | [14:40:55] [pool-5-thread-1/WARN] [ne.ne.fm.co.ConfigTracker/CONFIG]: Configuration file /data/config/torchmaster.toml is not correct. Correcting
mc-1  | [14:40:55] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Configuration LoadedConfig[config=SynchronizedConfig{DataHolder:{General=SynchronizedConfig{DataHolder:{beginnerTooltips=true, blockOnlyNaturalSpawns=true, lycanitesMobsBlockAll=true, blockVillageSieges=true, megaTorchRadius=64, dreadLampRadius=64, megaTorchEntityBlockListOverrides=[], dreadLampEntityBlockListOverrides=[], feralFlareRadius=16, feralFlareTickRate=5, feralFlareMinLightLevel=10, feralFlareLanternLightCountHardcap=255, frozenPearlDurability=1024, logSpawnChecks=false, aggressiveSpawnChecks=false}}}}, path=/data/config/torchmaster.toml, modConfig=net.neoforged.fml.config.ModConfig@2f21d988] is not correct. Correcting
mc-1  | [14:40:55] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Incorrect key General.megaTorchEntityBlockListOverrides was corrected from [] to its default, [].
mc-1  | [14:40:55] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Incorrect key General.dreadLampEntityBlockListOverrides was corrected from [] to its default, [].
mc-1  | [14:40:56] [pool-5-thread-1/WARN] [ne.ne.fm.co.ConfigTracker/CONFIG]: Configuration file /data/config/torchmaster.toml is not correct. Correcting
mc-1  | [14:40:56] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Configuration LoadedConfig[config=SynchronizedConfig{DataHolder:{General=SynchronizedConfig{DataHolder:{beginnerTooltips=true, blockOnlyNaturalSpawns=true, lycanitesMobsBlockAll=true, blockVillageSieges=true, megaTorchRadius=64, dreadLampRadius=64, megaTorchEntityBlockListOverrides=[], dreadLampEntityBlockListOverrides=[], feralFlareRadius=16, feralFlareTickRate=5, feralFlareMinLightLevel=10, feralFlareLanternLightCountHardcap=255, frozenPearlDurability=1024, logSpawnChecks=false, aggressiveSpawnChecks=false}}}}, path=/data/config/torchmaster.toml, modConfig=net.neoforged.fml.config.ModConfig@2f21d988] is not correct. Correcting
mc-1  | [14:40:56] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Incorrect key General.megaTorchEntityBlockListOverrides was corrected from [] to its default, [].
mc-1  | [14:40:56] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Incorrect key General.dreadLampEntityBlockListOverrides was corrected from [] to its default, [].
mc-1  | [14:40:56] [pool-5-thread-1/WARN] [ne.ne.fm.co.ConfigTracker/CONFIG]: Configuration file /data/config/torchmaster.toml is not correct. Correcting
mc-1  | [14:40:56] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Configuration LoadedConfig[config=SynchronizedConfig{DataHolder:{General=SynchronizedConfig{DataHolder:{beginnerTooltips=true, blockOnlyNaturalSpawns=true, lycanitesMobsBlockAll=true, blockVillageSieges=true, megaTorchRadius=64, dreadLampRadius=64, megaTorchEntityBlockListOverrides=[], dreadLampEntityBlockListOverrides=[], feralFlareRadius=16, feralFlareTickRate=5, feralFlareMinLightLevel=10, feralFlareLanternLightCountHardcap=255, frozenPearlDurability=1024, logSpawnChecks=false, aggressiveSpawnChecks=false}}}}, path=/data/config/torchmaster.toml, modConfig=net.neoforged.fml.config.ModConfig@2f21d988] is not correct. Correcting
mc-1  | [14:40:56] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Incorrect key General.megaTorchEntityBlockListOverrides was corrected from [] to its default, [].
mc-1  | [14:40:56] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Incorrect key General.dreadLampEntityBlockListOverrides was corrected from [] to its default, [].
mc-1  | [14:40:57] [pool-5-thread-1/WARN] [ne.ne.fm.co.ConfigTracker/CONFIG]: Configuration file /data/config/torchmaster.toml is not correct. Correcting
mc-1  | [14:40:57] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Configuration LoadedConfig[config=SynchronizedConfig{DataHolder:{General=SynchronizedConfig{DataHolder:{beginnerTooltips=true, blockOnlyNaturalSpawns=true, lycanitesMobsBlockAll=true, blockVillageSieges=true, megaTorchRadius=64, dreadLampRadius=64, megaTorchEntityBlockListOverrides=[], dreadLampEntityBlockListOverrides=[], feralFlareRadius=16, feralFlareTickRate=5, feralFlareMinLightLevel=10, feralFlareLanternLightCountHardcap=255, frozenPearlDurability=1024, logSpawnChecks=false, aggressiveSpawnChecks=false}}}}, path=/data/config/torchmaster.toml, modConfig=net.neoforged.fml.config.ModConfig@2f21d988] is not correct. Correcting
mc-1  | [14:40:57] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Incorrect key General.megaTorchEntityBlockListOverrides was corrected from [] to its default, [].
mc-1  | [14:40:57] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Incorrect key General.dreadLampEntityBlockListOverrides was corrected from [] to its default, [].
mc-1  | [14:40:57] [pool-5-thread-1/WARN] [ne.ne.fm.co.ConfigTracker/CONFIG]: Configuration file /data/config/torchmaster.toml is not correct. Correcting
mc-1  | [14:40:57] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Configuration LoadedConfig[config=SynchronizedConfig{DataHolder:{General=SynchronizedConfig{DataHolder:{beginnerTooltips=true, blockOnlyNaturalSpawns=true, lycanitesMobsBlockAll=true, blockVillageSieges=true, megaTorchRadius=64, dreadLampRadius=64, megaTorchEntityBlockListOverrides=[], dreadLampEntityBlockListOverrides=[], feralFlareRadius=16, feralFlareTickRate=5, feralFlareMinLightLevel=10, feralFlareLanternLightCountHardcap=255, frozenPearlDurability=1024, logSpawnChecks=false, aggressiveSpawnChecks=false}}}}, path=/data/config/torchmaster.toml, modConfig=net.neoforged.fml.config.ModConfig@2f21d988] is not correct. Correcting
mc-1  | [14:40:57] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Incorrect key General.megaTorchEntityBlockListOverrides was corrected from [] to its default, [].
mc-1  | [14:40:57] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Incorrect key General.dreadLampEntityBlockListOverrides was corrected from [] to its default, [].
mc-1  | [14:40:58] [pool-5-thread-1/WARN] [ne.ne.fm.co.ConfigTracker/CONFIG]: Configuration file /data/config/torchmaster.toml is not correct. Correcting
mc-1  | [14:40:58] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Configuration LoadedConfig[config=SynchronizedConfig{DataHolder:{General=SynchronizedConfig{DataHolder:{beginnerTooltips=true, blockOnlyNaturalSpawns=true, lycanitesMobsBlockAll=true, blockVillageSieges=true, megaTorchRadius=64, dreadLampRadius=64, megaTorchEntityBlockListOverrides=[], dreadLampEntityBlockListOverrides=[], feralFlareRadius=16, feralFlareTickRate=5, feralFlareMinLightLevel=10, feralFlareLanternLightCountHardcap=255, frozenPearlDurability=1024, logSpawnChecks=false, aggressiveSpawnChecks=false}}}}, path=/data/config/torchmaster.toml, modConfig=net.neoforged.fml.config.ModConfig@2f21d988] is not correct. Correcting
mc-1  | [14:40:58] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Incorrect key General.megaTorchEntityBlockListOverrides was corrected from [] to its default, [].
mc-1  | [14:40:58] [pool-5-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Incorrect key General.dreadLampEntityBlockListOverrides was corrected from [] to its default, [].
commented

Sorry if it's a duplicate! I was just hunting down some server lag on atm10 and noticed this in the log. Let me know if you need any more info.

commented

Sorry if it's a duplicate! I was just hunting down some server lag on atm10 and noticed this in the log. Let me know if you need any more info.

No worries. I just checked and I can't even see this log. It might be related to how your docker container is setup (configs read only?), but either way, I've created release 21.1.3 that handles verification of those 2 lists on a per entry level rather than the whole list. I'm not sure if this will fix it, but please give it a try when you have time.

You can get the build from the release page
https://github.com/Xalcon/TorchMaster/releases/tag/mc1.21.1-21.1.3-beta
And on curseforge and modrinth once they have been approved.

commented

I did get a report regarding this issue a few days ago already, but it wasn't exactly clear that this was happening. If I knew that the log is getting spammed, I would've released this sooner. I'll check if the most recent fix in the codebase actually helps and release it.

commented

This appears to be fixed for me with 21.1.3!

I do think Linux file permissions may have contributed, by default the config files are owned by UID 1000, but the process is running as root within the container, which causes some oddness, the other odd part was that it was editing the file and making .bak files, but it may not have been able to read it correctly.

Thanks!