[18Feb2026 13:26:30.093] [main/INFO] [net.neoforged.fml.startup.Entrypoint/]: JVM Uptime at startup: 43ms
[18Feb2026 13:26:30.098] [main/INFO] [net.neoforged.fml.loading.FMLLoader/]: Starting FancyModLoader version 10.0.36 (DEDICATED_SERVER in PROD)
[18Feb2026 13:26:30.098] [main/INFO] [net.neoforged.fml.loading.FMLLoader/]: Game directory: /home/********/DEBUG] [net.neoforged.fml.loading.FMLPaths/CORE]: Path GAMEDIR is /home/********/DEBUG] [net.neoforged.fml.loading.FMLPaths/CORE]: Path JIJ_CACHEDIR is /home/********/.cache/jij
[18Feb2026 13:26:30.099] [main/DEBUG] [net.neoforged.fml.loading.FMLPaths/CORE]: Path MODSDIR is /home/********/mods
[18Feb2026 13:26:30.099] [main/DEBUG] [net.neoforged.fml.loading.FMLPaths/CORE]: Path CONFIGDIR is /home/********/config
[18Feb2026 13:26:30.099] [main/DEBUG] [net.neoforged.fml.loading.FMLPaths/CORE]: Path FMLCONFIG is /home/********/config/fml.toml
[18Feb2026 13:26:30.136] [ForkJoinPool.commonPool-worker-1/DEBUG] [net.neoforged.fml.loading.EarlyServiceDiscovery/]: /home/********/mods/sodium-neoforge-0.8.2+mc1.21.11.jar contains early service net.neoforged.neoforgespi.earlywindow.GraphicsBootstrapper
[18Feb2026 13:26:30.141] [main/DEBUG] [net.neoforged.fml.loading.EarlyServiceDiscovery/]: libraries/net/neoforged/fancymodloader/loader/10.0.36/loader-10.0.36.jar contains early service net.neoforged.neoforgespi.locating.IModFileReader
[18Feb2026 13:26:30.143] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file libraries/net/neoforged/fancymodloader/loader/10.0.36/loader-10.0.36.jar with languages []
[18Feb2026 13:26:30.143] [ForkJoinPool.commonPool-worker-1/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/sodium-neoforge-0.8.2+mc1.21.11.jar with languages []
[18Feb2026 13:26:30.150] [ForkJoinPool.commonPool-worker-1/DEBUG] [net.neoforged.fml.loading.EarlyServiceDiscovery/]: libraries/net/neoforged/fancymodloader/earlydisplay/10.0.36/earlydisplay-10.0.36.jar contains early service net.neoforged.neoforgespi.earlywindow.ImmediateWindowProvider
[18Feb2026 13:26:30.150] [ForkJoinPool.commonPool-worker-1/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file libraries/net/neoforged/fancymodloader/earlydisplay/10.0.36/earlydisplay-10.0.36.jar with languages []
[18Feb2026 13:26:30.150] [main/INFO] [net.neoforged.fml.loading.EarlyServiceDiscovery/]: Found 3 early service jars (out of 157) in 23ms
[18Feb2026 13:26:30.151] [main/INFO] [net.neoforged.fml.loading.FMLLoader/]: Loading FML Early Services:
[18Feb2026 13:26:30.151] [main/INFO] [net.neoforged.fml.loading.FMLLoader/]: - libraries/net/neoforged/fancymodloader/earlydisplay/10.0.36/earlydisplay-10.0.36.jar
[18Feb2026 13:26:30.153] [main/INFO] [net.neoforged.fml.loading.FMLLoader/]: - mods/sodium-neoforge-0.8.2+mc1.21.11.jar
[18Feb2026 13:26:30.154] [main/INFO] [net.neoforged.fml.loading.FMLLoader/]: - libraries/net/neoforged/fancymodloader/loader/10.0.36/loader-10.0.36.jar
[18Feb2026 13:26:30.158] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: Found 1 implementations of GraphicsBootstrapper:
[18Feb2026 13:26:30.158] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: net.caffeinemc.mods.sodium.service.SodiumWorkarounds from mods/sodium-neoforge-0.8.2+mc1.21.11.jar
[18Feb2026 13:26:30.158] [main/INFO] [net.neoforged.fml.loading.ImmediateWindowHandler/]: Running graphics bootstrap plugin sodium
[18Feb2026 13:26:30.160] [main/INFO] [Sodium-GraphicsAdapterProbe/]: Searching for graphics cards...
[18Feb2026 13:26:30.165] [main/WARN] [Sodium-GraphicsAdapterProbe/]: Failed to query PCI device name for 0x1a03:0x2000
java.io.IOException: Cannot run program "lspci": error=2, No such file or directory
at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1170) ~[?:?]
at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1089) ~[?:?]
at java.base/java.lang.Runtime.exec(Runtime.java:681) ~[?:?]
at java.base/java.lang.Runtime.exec(Runtime.java:530) ~[?:?]
at FML Early Services//net.caffeinemc.mods.sodium.client.compatibility.environment.probe.GraphicsAdapterProbe.getPciDeviceName$Linux(GraphicsAdapterProbe.java:109) ~[sodium-neoforge-0.8.2+mc1.21.11.jar:?]
at FML Early Services//net.caffeinemc.mods.sodium.client.compatibility.environment.probe.GraphicsAdapterProbe.findAdapters$Linux(GraphicsAdapterProbe.java:85) ~[sodium-neoforge-0.8.2+mc1.21.11.jar:?]
at FML Early Services//net.caffeinemc.mods.sodium.client.compatibility.environment.probe.GraphicsAdapterProbe.findAdapters(GraphicsAdapterProbe.java:37) ~[sodium-neoforge-0.8.2+mc1.21.11.jar:?]
at FML Early Services//net.caffeinemc.mods.sodium.service.SodiumWorkarounds.bootstrap(SodiumWorkarounds.java:18) ~[sodium-neoforge-0.8.2+mc1.21.11.jar:?]
at net.neoforged.fml.loading.ImmediateWindowHandler.lambda$load$0(ImmediateWindowHandler.java:32) [loader-10.0.36.jar:10.0]
at java.base/java.lang.Iterable.forEach(Iterable.java:75) [?:?]
at net.neoforged.fml.loading.ImmediateWindowHandler.load(ImmediateWindowHandler.java:30) [loader-10.0.36.jar:10.0]
at net.neoforged.fml.loading.FMLLoader.create(FMLLoader.java:334) [loader-10.0.36.jar:10.0]
at net.neoforged.fml.startup.Entrypoint.startup(Entrypoint.java:65) [loader-10.0.36.jar:10.0]
at net.neoforged.fml.startup.Server.main(Server.java:17) [loader-10.0.36.jar:10.0]
Caused by: java.io.IOException: error=2, No such file or directory
at java.base/java.lang.ProcessImpl.forkAndExec(Native Method) ~[?:?]
at java.base/java.lang.ProcessImpl.<init>(ProcessImpl.java:295) ~[?:?]
at java.base/java.lang.ProcessImpl.start(ProcessImpl.java:225) ~[?:?]
at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1126) ~[?:?]
[18Feb2026 13:26:30.181] [main/INFO] [Sodium-GraphicsAdapterProbe/]: Found graphics adapter: LinuxPciAdapterInfo[vendor=UNKNOWN, name=<unknown>, pciVendorId=0x1a03, pciDeviceId=0x2000]
[18Feb2026 13:26:30.183] [main/WARN] [Sodium-Workarounds/]: Unable to determine desktop session type because the environment variable XDG_SESSION_TYPE is not set! Your user session may not be configured correctly.
[18Feb2026 13:26:30.183] [main/INFO] [net.neoforged.fml.loading.ImmediateWindowHandler/]: Not loading early display in headless mode.
[18Feb2026 13:26:30.186] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: Found 4 implementations of IModFileCandidateLocator:
[18Feb2026 13:26:30.187] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: 1000 - [built-in] net.neoforged.fml.loading.moddiscovery.locators.GameLocator from libraries/net/neoforged/fancymodloader/loader/10.0.36/loader-10.0.36.jar
[18Feb2026 13:26:30.187] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: 1000 - [built-in] net.neoforged.fml.loading.moddiscovery.locators.InDevFolderLocator from libraries/net/neoforged/fancymodloader/loader/10.0.36/loader-10.0.36.jar
[18Feb2026 13:26:30.187] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: 1000 - [built-in] net.neoforged.fml.loading.moddiscovery.locators.InDevJarLocator from libraries/net/neoforged/fancymodloader/loader/10.0.36/loader-10.0.36.jar
[18Feb2026 13:26:30.187] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: 0 - [built-in] net.neoforged.fml.loading.moddiscovery.locators.ModsFolderLocator from libraries/net/neoforged/fancymodloader/loader/10.0.36/loader-10.0.36.jar
[18Feb2026 13:26:30.188] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: Found 2 implementations of IModFileReader:
[18Feb2026 13:26:30.188] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: 0 - net.neoforged.fml.loading.moddiscovery.readers.JarModsDotTomlModFileReader from libraries/net/neoforged/fancymodloader/loader/10.0.36/loader-10.0.36.jar
[18Feb2026 13:26:30.188] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: -1000 - net.neoforged.fml.loading.moddiscovery.readers.NestedLibraryModReader from libraries/net/neoforged/fancymodloader/loader/10.0.36/loader-10.0.36.jar
[18Feb2026 13:26:30.189] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: Found 1 implementations of IDependencyLocator:
[18Feb2026 13:26:30.189] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: 0 - net.neoforged.fml.loading.moddiscovery.locators.JarInJarDependencyLocator from libraries/net/neoforged/fancymodloader/loader/10.0.36/loader-10.0.36.jar
[18Feb2026 13:26:30.193] [main/INFO] [net.neoforged.fml.loading.moddiscovery.locators.GameLocator/]: Failed to find common Minecraft classes and resources on the classpath. Assuming we're launching production.
[18Feb2026 13:26:30.196] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate libraries/net/neoforged/minecraft-server-patched/21.11.32-beta/minecraft-server-patched-21.11.32-beta.jar
[18Feb2026 13:26:30.207] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file minecraft-server-patched-21.11.32-beta.jar with {minecraft} mods - versions {1.21.11}
[18Feb2026 13:26:30.209] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file libraries/net/neoforged/minecraft-server-patched/21.11.32-beta/minecraft-server-patched-21.11.32-beta.jar with languages [LanguageSpec[languageName=minecraft, acceptedVersions=null]]
[18Feb2026 13:26:30.210] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate libraries/net/neoforged/neoforge/21.11.32-beta/neoforge-21.11.32-beta-universal.jar
[18Feb2026 13:26:30.212] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file neoforge-21.11.32-beta-universal.jar with {neoforge} mods - versions {21.11.32-beta}
[18Feb2026 13:26:30.212] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file libraries/net/neoforged/neoforge/21.11.32-beta/neoforge-21.11.32-beta-universal.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[3,]]]
[18Feb2026 13:26:30.214] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=neoforge.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.214] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/********/mods/sodium-neoforge-0.8.2+mc1.21.11.jar because it was already located earlier
[18Feb2026 13:26:30.220] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/********/mods/sodium-neoforge-0.8.2+mc1.21.11.jar because it was already located earlier
[18Feb2026 13:26:30.224] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/[1.21.11] SecurityCraft v1.10.1-beta1.jar
[18Feb2026 13:26:30.229] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file [1.21.11] SecurityCraft v1.10.1-beta1.jar with {securitycraft} mods - versions {1.10.1-beta1}
[18Feb2026 13:26:30.229] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/[1.21.11] SecurityCraft v1.10.1-beta1.jar with languages [LanguageSpec[languageName=null, acceptedVersions=null]]
[18Feb2026 13:26:30.229] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=securitycraft.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.230] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/[Neoforge]ctov-1.21.11-3.6.1a.jar
[18Feb2026 13:26:30.232] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file [Neoforge]ctov-1.21.11-3.6.1a.jar with {ctov} mods - versions {3.6.1a}
[18Feb2026 13:26:30.232] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/[Neoforge]ctov-1.21.11-3.6.1a.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[1,)]]
[18Feb2026 13:26:30.232] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=ctov.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.232] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=ctov-common.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.233] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/advancednetherite-neoforge-2.3.1-1.21.11.jar
[18Feb2026 13:26:30.234] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file advancednetherite-neoforge-2.3.1-1.21.11.jar with {advancednetherite} mods - versions {2.3.1}
[18Feb2026 13:26:30.234] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/advancednetherite-neoforge-2.3.1-1.21.11.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[2,)]]
[18Feb2026 13:26:30.234] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/AI-Improvements-1.21.11-0.5.4.jar
[18Feb2026 13:26:30.235] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file AI-Improvements-1.21.11-0.5.4.jar with {aiimprovements} mods - versions {0.5.4}
[18Feb2026 13:26:30.235] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/AI-Improvements-1.21.11-0.5.4.jar with languages [LanguageSpec[languageName=null, acceptedVersions=null]]
[18Feb2026 13:26:30.235] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/alternate_current-mc1.21.11-1.9.0.jar
[18Feb2026 13:26:30.236] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file alternate_current-mc1.21.11-1.9.0.jar with {alternate_current} mods - versions {1.9.0}
[18Feb2026 13:26:30.236] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/alternate_current-mc1.21.11-1.9.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[4,)]]
[18Feb2026 13:26:30.236] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=alternate-current.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.237] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/appleskin-neoforge-mc1.21.11-3.0.7.jar
[18Feb2026 13:26:30.237] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file appleskin-neoforge-mc1.21.11-3.0.7.jar with {appleskin} mods - versions {3.0.7+mc1.21.11}
[18Feb2026 13:26:30.237] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/appleskin-neoforge-mc1.21.11-3.0.7.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[2,)]]
[18Feb2026 13:26:30.238] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/architectury-19.0.1-neoforge.jar
[18Feb2026 13:26:30.238] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file architectury-19.0.1-neoforge.jar with {architectury} mods - versions {19.0.1}
[18Feb2026 13:26:30.238] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/architectury-19.0.1-neoforge.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[1,)]]
[18Feb2026 13:26:30.238] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=architectury.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.238] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=architectury-common.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.239] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/ArmorPoser-neoforge-1.21.11-13.0.1.jar
[18Feb2026 13:26:30.239] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ArmorPoser-neoforge-1.21.11-13.0.1.jar with {armorposer} mods - versions {13.0.1}
[18Feb2026 13:26:30.239] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/ArmorPoser-neoforge-1.21.11-13.0.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[4,)]]
[18Feb2026 13:26:30.240] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=armorposer.neoforge.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.240] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/bagus_lib-1.21.11-22.7.0.jar
[18Feb2026 13:26:30.241] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file bagus_lib-1.21.11-22.7.0.jar with {bagus_lib} mods - versions {1.21.11-22.7.0}
[18Feb2026 13:26:30.241] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/bagus_lib-1.21.11-22.7.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[4,)]]
[18Feb2026 13:26:30.241] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=bagus_lib.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.241] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/balm-neoforge-1.21.11-21.11.5.jar
[18Feb2026 13:26:30.242] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file balm-neoforge-1.21.11-21.11.5.jar with {balm} mods - versions {21.11.5}
[18Feb2026 13:26:30.242] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/balm-neoforge-1.21.11-21.11.5.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[1,)]]
[18Feb2026 13:26:30.242] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=balm.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.242] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=balm.api.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.242] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=balm.neoforge.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.242] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/biolith-neoforge-3.5.0-beta.3.jar
[18Feb2026 13:26:30.243] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file biolith-neoforge-3.5.0-beta.3.jar with {biolith} mods - versions {3.5.0-beta.3}
[18Feb2026 13:26:30.243] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/biolith-neoforge-3.5.0-beta.3.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[1,)]]
[18Feb2026 13:26:30.243] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=biolith.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.243] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=biolith.neoforge.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.243] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar
[18Feb2026 13:26:30.244] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar with {c2me} mods - versions {0.3.6+alpha.0.80+1.21.11}
[18Feb2026 13:26:30.244] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=*]]
[18Feb2026 13:26:30.244] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/carryon-neoforge-1.21.11-2.9.0.jar
[18Feb2026 13:26:30.245] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file carryon-neoforge-1.21.11-2.9.0.jar with {carryon} mods - versions {2.9.0}
[18Feb2026 13:26:30.245] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/carryon-neoforge-1.21.11-2.9.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[4,)]]
[18Feb2026 13:26:30.245] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=carryon.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.245] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=carryon.neoforge.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.246] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/clientsort-neoforge-2.1.6+1.21.11.jar
[18Feb2026 13:26:30.246] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file clientsort-neoforge-2.1.6+1.21.11.jar with {clientsort} mods - versions {2.1.6+1.21.11}
[18Feb2026 13:26:30.246] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/clientsort-neoforge-2.1.6+1.21.11.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[1,)]]
[18Feb2026 13:26:30.246] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=clientsort.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.246] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=clientsort.neoforge.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.247] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/cloth-config-21.11.153-neoforge.jar
[18Feb2026 13:26:30.247] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file cloth-config-21.11.153-neoforge.jar with {cloth_config} mods - versions {21.11.153}
[18Feb2026 13:26:30.247] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/cloth-config-21.11.153-neoforge.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[1,)]]
[18Feb2026 13:26:30.247] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/Clumps-neoforge-1.21.11-29.0.0.1.jar
[18Feb2026 13:26:30.248] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Clumps-neoforge-1.21.11-29.0.0.1.jar with {clumps} mods - versions {**.**.**.**}
[18Feb2026 13:26:30.248] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/Clumps-neoforge-1.21.11-29.0.0.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[4,)]]
[18Feb2026 13:26:30.248] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=clumps.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.248] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/collective-1.21.11-8.13.jar
[18Feb2026 13:26:30.249] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file collective-1.21.11-8.13.jar with {collective} mods - versions {8.13}
[18Feb2026 13:26:30.249] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/collective-1.21.11-8.13.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=*]]
[18Feb2026 13:26:30.249] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=collective_neoforge.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.249] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/corpse-neoforge-1.21.11-1.1.16.jar
[18Feb2026 13:26:30.250] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file corpse-neoforge-1.21.11-1.1.16.jar with {corpse} mods - versions {1.21.11-1.1.16}
[18Feb2026 13:26:30.250] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/corpse-neoforge-1.21.11-1.1.16.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=*]]
[18Feb2026 13:26:30.250] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/CreativeCore_NEOFORGE_v2.14.9_mc1.21.11.jar
[18Feb2026 13:26:30.251] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file CreativeCore_NEOFORGE_v2.14.9_mc1.21.11.jar with {creativecore} mods - versions {2.14.9}
[18Feb2026 13:26:30.251] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/CreativeCore_NEOFORGE_v2.14.9_mc1.21.11.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[1,)]]
[18Feb2026 13:26:30.251] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=creativecore.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.251] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=creativecore.forge.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.251] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/cupboard-1.21.11-3.1.jar
[18Feb2026 13:26:30.252] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file cupboard-1.21.11-3.1.jar with {cupboard} mods - versions {3.1}
[18Feb2026 13:26:30.252] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/cupboard-1.21.11-3.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[4,500)]]
[18Feb2026 13:26:30.252] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=cupboard.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.252] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/DnT-ancient-city-overhaul-v3.2.2 [NeoForge].jar
[18Feb2026 13:26:30.253] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file DnT-ancient-city-overhaul-v3.2.2 [NeoForge].jar with {mr_dungeons_andtavernsancientcityoverhaul} mods - versions {1-v3.2.2}
[18Feb2026 13:26:30.253] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/DnT-ancient-city-overhaul-v3.2.2 [NeoForge].jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[1,)]]
[18Feb2026 13:26:30.253] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/DnT-desert-temple-overhaul-v2.1 [NeoForge].jar
[18Feb2026 13:26:30.253] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file DnT-desert-temple-overhaul-v2.1 [NeoForge].jar with {mr_dungeons_andtavernsdeserttempleoverhaul} mods - versions {1-v2.1}
[18Feb2026 13:26:30.254] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/DnT-desert-temple-overhaul-v2.1 [NeoForge].jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[1,)]]
[18Feb2026 13:26:30.254] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/DnT-jungle-temple-overhaul-v2.1 [NeoForge].jar
[18Feb2026 13:26:30.254] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file DnT-jungle-temple-overhaul-v2.1 [NeoForge].jar with {mr_dungeons_andtavernsjungletempleoverhaul} mods - versions {1-v2.1}
[18Feb2026 13:26:30.254] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/DnT-jungle-temple-overhaul-v2.1 [NeoForge].jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[1,)]]
[18Feb2026 13:26:30.254] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/DnT-nether-fortress-overhaul-v3.1 [NeoForge].jar
[18Feb2026 13:26:30.255] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file DnT-nether-fortress-overhaul-v3.1 [NeoForge].jar with {mr_dungeons_andtavernsnetherfortressoverhaul} mods - versions {1-v3.1}
[18Feb2026 13:26:30.255] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/DnT-nether-fortress-overhaul-v3.1 [NeoForge].jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[1,)]]
[18Feb2026 13:26:30.255] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/DnT-ocean-monument-overhaul-v2.2 [NeoForge].jar
[18Feb2026 13:26:30.255] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file DnT-ocean-monument-overhaul-v2.2 [NeoForge].jar with {mr_dungeons_andtavernsoceanmonumentoverhaul} mods - versions {1-v2.2}
[18Feb2026 13:26:30.255] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/DnT-ocean-monument-overhaul-v2.2 [NeoForge].jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[1,)]]
[18Feb2026 13:26:30.256] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/DnT-pillager-outpost-overhaul-v3.3 [NeoForge].jar
[18Feb2026 13:26:30.256] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file DnT-pillager-outpost-overhaul-v3.3 [NeoForge].jar with {mr_dungeons_andtavernspillageroutpostoverhaul} mods - versions {1-v3.3}
[18Feb2026 13:26:30.256] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/DnT-pillager-outpost-overhaul-v3.3 [NeoForge].jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[1,)]]
[18Feb2026 13:26:30.256] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/DnT-woodland-mansion-overhaul-v2 [NeoForge].jar
[18Feb2026 13:26:30.256] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file DnT-woodland-mansion-overhaul-v2 [NeoForge].jar with {mr_dungeons_andtavernswoodlandmansionoverhaul} mods - versions {1-v2}
[18Feb2026 13:26:30.257] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/DnT-woodland-mansion-overhaul-v2 [NeoForge].jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[1,)]]
[18Feb2026 13:26:30.257] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/doubledoors-1.21.11-7.2.jar
[18Feb2026 13:26:30.257] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file doubledoors-1.21.11-7.2.jar with {doubledoors} mods - versions {7.2}
[18Feb2026 13:26:30.257] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/doubledoors-1.21.11-7.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=*]]
[18Feb2026 13:26:30.257] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=doubledoors_neoforge.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.258] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/dungeons-and-taverns-v5.1.0 [NeoForge].jar
[18Feb2026 13:26:30.259] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file dungeons-and-taverns-v5.1.0 [NeoForge].jar with {mr_dungeons_andtaverns} mods - versions {1-v5.1.0}
[18Feb2026 13:26:30.259] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/dungeons-and-taverns-v5.1.0 [NeoForge].jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[1,)]]
[18Feb2026 13:26:30.259] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/easy-piglins-neoforge-1.21.11-1.1.7.jar
[18Feb2026 13:26:30.259] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file easy-piglins-neoforge-1.21.11-1.1.7.jar with {easy_piglins} mods - versions {1.21.11-1.1.7}
[18Feb2026 13:26:30.259] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/easy-piglins-neoforge-1.21.11-1.1.7.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=*]]
[18Feb2026 13:26:30.260] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/easy-villagers-neoforge-1.21.11-1.1.40.jar
[18Feb2026 13:26:30.260] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file easy-villagers-neoforge-1.21.11-1.1.40.jar with {easy_villagers} mods - versions {1.21.11-1.1.40}
[18Feb2026 13:26:30.260] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/easy-villagers-neoforge-1.21.11-1.1.40.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=*]]
[18Feb2026 13:26:30.260] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/elytratrims-neoforge-4.6.2+1.21.11.jar
[18Feb2026 13:26:30.261] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file elytratrims-neoforge-4.6.2+1.21.11.jar with {elytratrims} mods - versions {4.6.2}
[18Feb2026 13:26:30.261] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/elytratrims-neoforge-4.6.2+1.21.11.jar with languages [LanguageSpec[languageName=null, acceptedVersions=null]]
[18Feb2026 13:26:30.261] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=elytratrims.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.261] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/ExplorersCompass-1.21.11-3.0.5-neoforge.jar
[18Feb2026 13:26:30.261] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ExplorersCompass-1.21.11-3.0.5-neoforge.jar with {explorerscompass} mods - versions {1.21.11-3.0.5-neoforge}
[18Feb2026 13:26:30.262] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/ExplorersCompass-1.21.11-3.0.5-neoforge.jar with languages [LanguageSpec[languageName=null, acceptedVersions=null]]
[18Feb2026 13:26:30.262] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/Explorify v1.6.4 f15-88.mod.jar
[18Feb2026 13:26:30.262] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Explorify v1.6.4 f15-88.mod.jar with {explorify} mods - versions {1.6.4}
[18Feb2026 13:26:30.262] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/Explorify v1.6.4 f15-88.mod.jar with languages [LanguageSpec[languageName=lowcodefml, acceptedVersions=[1,)]]
[18Feb2026 13:26:30.262] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/FallingTree-1.21.11-1.21.11.3.jar
[18Feb2026 13:26:30.263] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file FallingTree-1.21.11-1.21.11.3.jar with {fallingtree} mods - versions {**.**.**.**}
[18Feb2026 13:26:30.263] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/FallingTree-1.21.11-1.21.11.3.jar with languages [LanguageSpec[languageName=null, acceptedVersions=null]]
[18Feb2026 13:26:30.263] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/ferritecore-8.0.3-neoforge.jar
[18Feb2026 13:26:30.302] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ferritecore-8.0.3-neoforge.jar with {ferritecore} mods - versions {8.0.3}
[18Feb2026 13:26:30.303] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/ferritecore-8.0.3-neoforge.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[1,)]]
[18Feb2026 13:26:30.303] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=ferritecore.fastmap.mixin.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.303] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=ferritecore.blockstatecache.mixin.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.303] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=ferritecore.threaddetec.mixin.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.303] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=ferritecore.accessors.mixin.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.304] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/framework-neoforge-1.21.11-0.13.8.jar
[18Feb2026 13:26:30.320] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file framework-neoforge-1.21.11-0.13.8.jar with {framework} mods - versions {0.13.8}
[18Feb2026 13:26:30.320] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/framework-neoforge-1.21.11-0.13.8.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[2,)]]
[18Feb2026 13:26:30.320] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=framework.common.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.321] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/friendsandfoes-neoforge-4.0.19+mc1.21.11.jar
[18Feb2026 13:26:30.322] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file friendsandfoes-neoforge-4.0.19+mc1.21.11.jar with {friendsandfoes} mods - versions {4.0.19}
[18Feb2026 13:26:30.322] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/friendsandfoes-neoforge-4.0.19+mc1.21.11.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=*]]
[18Feb2026 13:26:30.322] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=friendsandfoes-neoforge.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.322] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=friendsandfoes-common.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.322] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/fusion-1.2.11b-neoforge-mc1.21.11.jar
[18Feb2026 13:26:30.323] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file fusion-1.2.11b-neoforge-mc1.21.11.jar with {fusion} mods - versions {1.2.11+b}
[18Feb2026 13:26:30.323] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/fusion-1.2.11b-neoforge-mc1.21.11.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[1,)]]
[18Feb2026 13:26:30.323] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=fusion.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.323] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/Geophilic v3.4.6.mod.jar
[18Feb2026 13:26:30.323] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Geophilic v3.4.6.mod.jar with {geophilic} mods - versions {3.4.6}
[18Feb2026 13:26:30.323] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/Geophilic v3.4.6.mod.jar with languages [LanguageSpec[languageName=lowcodefml, acceptedVersions=[1,)]]
[18Feb2026 13:26:30.324] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/guns++-5.9.3.jar
[18Feb2026 13:26:30.324] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file guns++-5.9.3.jar with {mr_guns} mods - versions {5.9.3}
[18Feb2026 13:26:30.324] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/guns++-5.9.3.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[1,)]]
[18Feb2026 13:26:30.324] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/hunters_return-1.21.11-28.5.0.jar
[18Feb2026 13:26:30.325] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file hunters_return-1.21.11-28.5.0.jar with {hunters_return} mods - versions {1.21.11-28.5.0}
[18Feb2026 13:26:30.325] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/hunters_return-1.21.11-28.5.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[4,)]]
[18Feb2026 13:26:30.325] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=hunters_return.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.325] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/Jade-1.21.11-NeoForge-21.0.1.jar
[18Feb2026 13:26:30.326] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Jade-1.21.11-NeoForge-21.0.1.jar with {jade} mods - versions {21.0.1+neoforge}
[18Feb2026 13:26:30.326] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/Jade-1.21.11-NeoForge-21.0.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=*]]
[18Feb2026 13:26:30.326] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=jade.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.326] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/jamlib-neoforge-1.3.5+1.21.11.jar
[18Feb2026 13:26:30.326] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file jamlib-neoforge-1.3.5+1.21.11.jar with {jamlib} mods - versions {1.3.5+1.21.11}
[18Feb2026 13:26:30.326] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/jamlib-neoforge-1.3.5+1.21.11.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[1,)]]
[18Feb2026 13:26:30.326] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=jamlib.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.326] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=jamlib.client.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.327] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/jei-1.21.11-neoforge-27.4.0.15.jar
[18Feb2026 13:26:30.327] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file jei-1.21.11-neoforge-27.4.0.15.jar with {jei} mods - versions {**.**.**.**}
[18Feb2026 13:26:30.327] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/jei-1.21.11-neoforge-27.4.0.15.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[4,)]]
[18Feb2026 13:26:30.328] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/journeymap-neoforge-1.21.11-6.0.0-beta.54.jar
[18Feb2026 13:26:30.328] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file journeymap-neoforge-1.21.11-6.0.0-beta.54.jar with {journeymap} mods - versions {1.21.11-6.0.0-beta.54}
[18Feb2026 13:26:30.328] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/journeymap-neoforge-1.21.11-6.0.0-beta.54.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[1,)]]
[18Feb2026 13:26:30.328] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=journeymap.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.328] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=journeymap.neoforge.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.328] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/kleeslabs-neoforge-1.21.11-21.11.3.jar
[18Feb2026 13:26:30.329] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file kleeslabs-neoforge-1.21.11-21.11.3.jar with {kleeslabs} mods - versions {21.11.3}
[18Feb2026 13:26:30.329] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/kleeslabs-neoforge-1.21.11-21.11.3.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[1,)]]
[18Feb2026 13:26:30.329] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=kleeslabs.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.329] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=kleeslabs.neoforge.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.329] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/konkrete_neoforge_1.9.14_MC_1.21.11.jar
[18Feb2026 13:26:30.329] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file konkrete_neoforge_1.9.14_MC_1.21.11.jar with {konkrete} mods - versions {1.9.14}
[18Feb2026 13:26:30.329] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/konkrete_neoforge_1.9.14_MC_1.21.11.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[2,)]]
[18Feb2026 13:26:30.330] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=konkrete.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.330] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=konkrete.neoforge.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.330] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar
[18Feb2026 13:26:30.330] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar with {krypton_fnp} mods - versions {0.2.27-1.21.9}
[18Feb2026 13:26:30.330] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[4,)]]
[18Feb2026 13:26:30.330] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=krypton_fnp.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.331] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/lithium-neoforge-0.21.2+mc1.21.11.jar
[18Feb2026 13:26:30.331] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file lithium-neoforge-0.21.2+mc1.21.11.jar with {lithium} mods - versions {0.21.2+mc1.21.11}
[18Feb2026 13:26:30.331] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/lithium-neoforge-0.21.2+mc1.21.11.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=*]]
[18Feb2026 13:26:30.331] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=lithium.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.331] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=lithium-neoforge.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.331] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/lithostitched-1.5.7-neoforge-1.21.11.jar
[18Feb2026 13:26:30.332] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file lithostitched-1.5.7-neoforge-1.21.11.jar with {lithostitched} mods - versions {1.5.7}
[18Feb2026 13:26:30.332] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/lithostitched-1.5.7-neoforge-1.21.11.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[1,)]]
[18Feb2026 13:26:30.332] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=lithostitched.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.332] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=lithostitched.12111.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.332] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=lithostitched.neoforge.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.332] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/littlejoys-neoforge-1.21.11-21.11.2.jar
[18Feb2026 13:26:30.332] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file littlejoys-neoforge-1.21.11-21.11.2.jar with {littlejoys} mods - versions {21.11.2}
[18Feb2026 13:26:30.332] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/littlejoys-neoforge-1.21.11-21.11.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[1,)]]
[18Feb2026 13:26:30.332] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=littlejoys.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.333] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=littlejoys.neoforge.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.333] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/longer_following_time-merged-1.21.9-1.1.0.jar
[18Feb2026 13:26:30.333] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file longer_following_time-merged-1.21.9-1.1.0.jar with {longer_following_time} mods - versions {1.1.0}
[18Feb2026 13:26:30.333] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/longer_following_time-merged-1.21.9-1.1.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[4,)]]
[18Feb2026 13:26:30.333] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=neoforge-longer_following_time.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.333] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=neoforge-longer_following_time.neoforge.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.334] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/medieval_buildings-1.21.1-1.1.2-neoforge.jar
[18Feb2026 13:26:30.334] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file medieval_buildings-1.21.1-1.1.2-neoforge.jar with {medieval_buildings} mods - versions {1.1.2}
[18Feb2026 13:26:30.334] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/medieval_buildings-1.21.1-1.1.2-neoforge.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[1,)]]
[18Feb2026 13:26:30.334] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=mixins.medieval_buildings.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.334] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/medieval_buildings_end_edition-1.21.X-1.0.5-neoforge.jar
[18Feb2026 13:26:30.335] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file medieval_buildings_end_edition-1.21.X-1.0.5-neoforge.jar with {medievalend} mods - versions {1.0.5}
[18Feb2026 13:26:30.335] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/medieval_buildings_end_edition-1.21.X-1.0.5-neoforge.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[1,)]]
[18Feb2026 13:26:30.335] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=mixins.medievalend.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.335] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/medieval_buildings_nether_edition-1.21.9-1.0.1-neoforge.jar
[18Feb2026 13:26:30.336] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file medieval_buildings_nether_edition-1.21.9-1.0.1-neoforge.jar with {medieval_nether} mods - versions {1.0.1}
[18Feb2026 13:26:30.336] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/medieval_buildings_nether_edition-1.21.9-1.0.1-neoforge.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[1,)]]
[18Feb2026 13:26:30.336] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=mixins.medieval_nether.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.336] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/melody_neoforge_1.0.15_MC_1.21.11.jar
[18Feb2026 13:26:30.336] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file melody_neoforge_1.0.15_MC_1.21.11.jar with {melody} mods - versions {1.0.15}
[18Feb2026 13:26:30.336] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/melody_neoforge_1.0.15_MC_1.21.11.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[2,)]]
[18Feb2026 13:26:30.337] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=melody.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.337] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=melody.neoforge.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.337] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/monolib-neoforge-1.21.10-3.1.1.jar
[18Feb2026 13:26:30.337] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file monolib-neoforge-1.21.10-3.1.1.jar with {monolib} mods - versions {3.1.1}
[18Feb2026 13:26:30.337] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/monolib-neoforge-1.21.10-3.1.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[4,)]]
[18Feb2026 13:26:30.337] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=monolib.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.337] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=monolib.neoforge.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.338] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/moogs_structure_lib-1.1.0-1.21.11-neoforge.jar
[18Feb2026 13:26:30.338] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file moogs_structure_lib-1.1.0-1.21.11-neoforge.jar with {moogs_structures} mods - versions {1.1.0-1.21.11}
[18Feb2026 13:26:30.338] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/moogs_structure_lib-1.1.0-1.21.11-neoforge.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[2,)]]
[18Feb2026 13:26:30.338] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=moogs_structures-neoforge.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.338] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=moogs_structures-common.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.338] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/MoogsVoyagerStructures-1.21-5.0.3.jar
[18Feb2026 13:26:30.339] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file MoogsVoyagerStructures-1.21-5.0.3.jar with {mvs} mods - versions {5.0.3}
[18Feb2026 13:26:30.339] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/MoogsVoyagerStructures-1.21-5.0.3.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[1,)]]
[18Feb2026 13:26:30.339] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/moretotems-neoforge-1.21.11-2.24.0.jar
[18Feb2026 13:26:30.339] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file moretotems-neoforge-1.21.11-2.24.0.jar with {moretotems} mods - versions {2.24.0}
[18Feb2026 13:26:30.339] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/moretotems-neoforge-1.21.11-2.24.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[4,)]]
[18Feb2026 13:26:30.339] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=moretotems.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.339] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=moretotems.neoforge.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.340] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/MutantMonsters-v21.11.2-mc1.21.11-NeoForge.jar
[18Feb2026 13:26:30.340] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file MutantMonsters-v21.11.2-mc1.21.11-NeoForge.jar with {mutantmonsters} mods - versions {21.11.2}
[18Feb2026 13:26:30.340] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/MutantMonsters-v21.11.2-mc1.21.11-NeoForge.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=*]]
[18Feb2026 13:26:30.340] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=mutantmonsters.common.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.340] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=mutantmonsters.neoforge.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.340] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/NaturesCompass-1.21.11-3.0.5-neoforge.jar
[18Feb2026 13:26:30.341] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file NaturesCompass-1.21.11-3.0.5-neoforge.jar with {naturescompass} mods - versions {1.21.11-3.0.5-neoforge}
[18Feb2026 13:26:30.341] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/NaturesCompass-1.21.11-3.0.5-neoforge.jar with languages [LanguageSpec[languageName=null, acceptedVersions=null]]
[18Feb2026 13:26:30.341] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/netherportalfix-neoforge-1.21.11-21.11.3.jar
[18Feb2026 13:26:30.341] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file netherportalfix-neoforge-1.21.11-21.11.3.jar with {netherportalfix} mods - versions {21.11.3}
[18Feb2026 13:26:30.341] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/netherportalfix-neoforge-1.21.11-21.11.3.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[1,)]]
[18Feb2026 13:26:30.341] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=netherportalfix.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.341] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=netherportalfix.neoforge.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.342] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/pipez-neoforge-1.21.11-1.2.27.jar
[18Feb2026 13:26:30.342] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file pipez-neoforge-1.21.11-1.2.27.jar with {pipez} mods - versions {1.21.11-1.2.27}
[18Feb2026 13:26:30.342] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/pipez-neoforge-1.21.11-1.2.27.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=*]]
[18Feb2026 13:26:30.342] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/PuzzlesLib-v21.11.11-mc1.21.11-NeoForge.jar
[18Feb2026 13:26:30.343] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file PuzzlesLib-v21.11.11-mc1.21.11-NeoForge.jar with {puzzleslib} mods - versions {21.11.11}
[18Feb2026 13:26:30.343] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/PuzzlesLib-v21.11.11-mc1.21.11-NeoForge.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=*]]
[18Feb2026 13:26:30.343] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=puzzleslib.common.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.343] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=puzzleslib.neoforge.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.343] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/rechiseled-1.1.6-neoforge-mc1.21.11.jar
[18Feb2026 13:26:30.344] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file rechiseled-1.1.6-neoforge-mc1.21.11.jar with {rechiseled} mods - versions {1.1.6}
[18Feb2026 13:26:30.344] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/rechiseled-1.1.6-neoforge-mc1.21.11.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[1,)]]
[18Feb2026 13:26:30.344] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=rechiseled.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.365] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/refurbished_furniture-neoforge-1.21.11-1.0.21.jar
[18Feb2026 13:26:30.397] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file refurbished_furniture-neoforge-1.21.11-1.0.21.jar with {refurbished_furniture} mods - versions {1.0.21}
[18Feb2026 13:26:30.397] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/refurbished_furniture-neoforge-1.21.11-1.0.21.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[2,)]]
[18Feb2026 13:26:30.397] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=refurbished_furniture.common.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.397] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/ResourcefulLib-neoforge-1.21.11-3.11.0.jar
[18Feb2026 13:26:30.398] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ResourcefulLib-neoforge-1.21.11-3.11.0.jar with {resourcefullib} mods - versions {3.11.0}
[18Feb2026 13:26:30.398] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/ResourcefulLib-neoforge-1.21.11-3.11.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[1,)]]
[18Feb2026 13:26:30.398] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=resourcefullib.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.398] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/revampedwolf-1.21.11-21.0.0.jar
[18Feb2026 13:26:30.398] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file revampedwolf-1.21.11-21.0.0.jar with {revampedwolf} mods - versions {1.21.11-21.0.0}
[18Feb2026 13:26:30.398] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/revampedwolf-1.21.11-21.0.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[4,)]]
[18Feb2026 13:26:30.398] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=revampedwolf.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.399] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/rightclickharvest-neoforge-4.6.0+1.21.11.jar
[18Feb2026 13:26:30.399] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file rightclickharvest-neoforge-4.6.0+1.21.11.jar with {rightclickharvest} mods - versions {4.6.0+1.21.11}
[18Feb2026 13:26:30.399] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/rightclickharvest-neoforge-4.6.0+1.21.11.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[1,)]]
[18Feb2026 13:26:30.399] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=rightclickharvest.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.399] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/Searchables-neoforge-1.21.11-1.0.2.jar
[18Feb2026 13:26:30.400] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Searchables-neoforge-1.21.11-1.0.2.jar with {searchables} mods - versions {1.0.2}
[18Feb2026 13:26:30.400] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/Searchables-neoforge-1.21.11-1.0.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[4,)]]
[18Feb2026 13:26:30.400] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=searchables.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.400] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=searchables.neoforge.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.400] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/skinlayers3d-neoforge-1.10.1-mc1.21.11.jar
[18Feb2026 13:26:30.400] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file skinlayers3d-neoforge-1.10.1-mc1.21.11.jar with {skinlayers3d} mods - versions {1.10.1}
[18Feb2026 13:26:30.400] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/skinlayers3d-neoforge-1.10.1-mc1.21.11.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[1,)]]
[18Feb2026 13:26:30.400] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=skinlayers3d.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.400] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/snowundertrees-1.21.11-1.5.jar
[18Feb2026 13:26:30.401] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file snowundertrees-1.21.11-1.5.jar with {snowundertrees} mods - versions {1.5}
[18Feb2026 13:26:30.401] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/snowundertrees-1.21.11-1.5.jar with languages [LanguageSpec[languageName=null, acceptedVersions=null]]
[18Feb2026 13:26:30.401] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/********/mods/sodium-neoforge-0.8.2+mc1.21.11.jar because it was already located earlier
[18Feb2026 13:26:30.401] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/sophisticatedbackpacks-1.21.11-3.25.27.1489.jar
[18Feb2026 13:26:30.402] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file sophisticatedbackpacks-1.21.11-3.25.27.1489.jar with {sophisticatedbackpacks} mods - versions {3.25.27}
[18Feb2026 13:26:30.402] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/sophisticatedbackpacks-1.21.11-3.25.27.1489.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[4,)]]
[18Feb2026 13:26:30.402] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/sophisticatedcore-1.21.11-1.3.111.1356.jar
[18Feb2026 13:26:30.402] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file sophisticatedcore-1.21.11-1.3.111.1356.jar with {sophisticatedcore} mods - versions {1.3.111}
[18Feb2026 13:26:30.402] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/sophisticatedcore-1.21.11-1.3.111.1356.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[4,)]]
[18Feb2026 13:26:30.402] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=sophisticatedcore.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.403] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/sophisticatedstorage-1.21.11-1.5.23.1421.jar
[18Feb2026 13:26:30.403] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file sophisticatedstorage-1.21.11-1.5.23.1421.jar with {sophisticatedstorage} mods - versions {1.5.23}
[18Feb2026 13:26:30.403] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/sophisticatedstorage-1.21.11-1.5.23.1421.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[4,)]]
[18Feb2026 13:26:30.403] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/sound-physics-remastered-neoforge-1.21.11-1.5.1.jar
[18Feb2026 13:26:30.404] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file sound-physics-remastered-neoforge-1.21.11-1.5.1.jar with {sound_physics_remastered} mods - versions {1.21.11-1.5.1}
[18Feb2026 13:26:30.404] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/sound-physics-remastered-neoforge-1.21.11-1.5.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=*]]
[18Feb2026 13:26:30.404] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=sound_physics_remastered.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.404] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/spark-1.10.156-neoforge.jar
[18Feb2026 13:26:30.404] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file spark-1.10.156-neoforge.jar with {spark} mods - versions {1.10.156}
[18Feb2026 13:26:30.404] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/spark-1.10.156-neoforge.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[2,)]]
[18Feb2026 13:26:30.404] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/supermartijn642configlib-1.1.8-neoforge-mc1.21.11.jar
[18Feb2026 13:26:30.405] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file supermartijn642configlib-1.1.8-neoforge-mc1.21.11.jar with {supermartijn642configlib} mods - versions {1.1.8}
[18Feb2026 13:26:30.405] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/supermartijn642configlib-1.1.8-neoforge-mc1.21.11.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[1,)]]
[18Feb2026 13:26:30.405] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/supermartijn642corelib-1.1.19-neoforge-mc1.21.11.jar
[18Feb2026 13:26:30.405] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file supermartijn642corelib-1.1.19-neoforge-mc1.21.11.jar with {supermartijn642corelib} mods - versions {1.1.19}
[18Feb2026 13:26:30.406] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/supermartijn642corelib-1.1.19-neoforge-mc1.21.11.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[1,)]]
[18Feb2026 13:26:30.406] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=supermartijn642corelib.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.406] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/trashslot-neoforge-1.21.11-21.11.4.jar
[18Feb2026 13:26:30.406] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file trashslot-neoforge-1.21.11-21.11.4.jar with {trashslot} mods - versions {21.11.4}
[18Feb2026 13:26:30.406] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/trashslot-neoforge-1.21.11-21.11.4.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[1,)]]
[18Feb2026 13:26:30.406] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=trashslot.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.406] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=trashslot.neoforge.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.406] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/unlocked_typing-merged-1.21.9-1.0.1.jar
[18Feb2026 13:26:30.407] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file unlocked_typing-merged-1.21.9-1.0.1.jar with {unlocked_typing} mods - versions {1.0.1}
[18Feb2026 13:26:30.407] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/unlocked_typing-merged-1.21.9-1.0.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[4,)]]
[18Feb2026 13:26:30.407] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=neoforge-unlocked_typing.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.407] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=neoforge-unlocked_typing.neoforge.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.407] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/villagernames-1.21.11-8.3.jar
[18Feb2026 13:26:30.407] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file villagernames-1.21.11-8.3.jar with {villagernames} mods - versions {8.3}
[18Feb2026 13:26:30.407] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/villagernames-1.21.11-8.3.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=*]]
[18Feb2026 13:26:30.407] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=villagernames_neoforge.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.408] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/voicechat-neoforge-1.21.11-2.6.11.jar
[18Feb2026 13:26:30.408] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file voicechat-neoforge-1.21.11-2.6.11.jar with {voicechat,voicechat_api} mods - versions {1.21.11-2.6.11,2.6.0}
[18Feb2026 13:26:30.408] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/voicechat-neoforge-1.21.11-2.6.11.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=*]]
[18Feb2026 13:26:30.408] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/waystones-neoforge-1.21.11-21.11.4.jar
[18Feb2026 13:26:30.409] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file waystones-neoforge-1.21.11-21.11.4.jar with {waystones} mods - versions {21.11.4}
[18Feb2026 13:26:30.409] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/waystones-neoforge-1.21.11-21.11.4.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[1,)]]
[18Feb2026 13:26:30.409] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=waystones.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.409] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=waystones.neoforge.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.409] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/weaponmaster-neoforge-1.21.11.jar
[18Feb2026 13:26:30.409] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file weaponmaster-neoforge-1.21.11.jar with {weaponmaster_ydm} mods - versions {4.4.1}
[18Feb2026 13:26:30.409] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/weaponmaster-neoforge-1.21.11.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[2,)]]
[18Feb2026 13:26:30.409] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=weaponmaster_ydm.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.409] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/xptome-1.21.11-2.4.2.jar
[18Feb2026 13:26:30.410] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file xptome-1.21.11-2.4.2.jar with {xpbook} mods - versions {2.4.2}
[18Feb2026 13:26:30.410] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/xptome-1.21.11-2.4.2.jar with languages [LanguageSpec[languageName=null, acceptedVersions=null]]
[18Feb2026 13:26:30.410] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=xptome.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.410] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar
[18Feb2026 13:26:30.410] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar with {yet_another_config_lib_v3} mods - versions {3.8.2+1.21.11-neoforge}
[18Feb2026 13:26:30.410] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[1,)]]
[18Feb2026 13:26:30.410] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=yacl.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.460] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/.cache/jij/8caec74dffb17d697fe21a800e3e9634b84039a2d23afc112988edf271eb84c1/yabn-1.0.3.jar with languages []
[18Feb2026 13:26:30.463] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/.cache/jij/25b115be403b14579086e215d0b723effe9824e1b5285e8195e6aab61b1e97fb/bytecodecs-1.1.3.jar with languages []
[18Feb2026 13:26:30.466] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/.cache/jij/62a3821c724fadfda346c1e2d83b0c506a0c4074be269a52bf4e3192c7dd92bc/common-image-3.12.0.jar with languages []
[18Feb2026 13:26:30.469] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/.cache/jij/bfacfeb02acac47dbfd1fab0002eaeca65547d04249498b654320c9e0fdf6647/common-io-3.12.0.jar with languages []
[18Feb2026 13:26:30.473] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/.cache/jij/5c65e504b5b64d80683e0fa70a1dd154dd83d4de7da37f21e950f5a9c03bc66d/common-lang-3.12.0.jar with languages []
[18Feb2026 13:26:30.477] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/.cache/jij/34c6f91bf3b217ed0115bce8283238fbd0264562aa682b4226a3960d0ede9815/imageio-core-3.12.0.jar with languages []
[18Feb2026 13:26:30.478] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/.cache/jij/797d026b67d07e6d5eb00a1ab53a55acaab6f80a71c5ee325572093eb90c0caa/imageio-metadata-3.12.0.jar with languages []
[18Feb2026 13:26:30.479] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/.cache/jij/43dc447ccfe34c5c5c6f5d31190270e1f9bf65f60375d697ae2a8ff433468526/imageio-webp-3.12.0.jar with languages []
[18Feb2026 13:26:30.480] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/.cache/jij/4ef02cf5a6e54cf32ced063002a7a243b6086e2886905274faf2f0a80babf2c9/gson-0.2.1.jar with languages []
[18Feb2026 13:26:30.480] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/.cache/jij/5a9c7d005c7c4b07474b8e07e25f33116a923f7db19c92673f1ac47461f8a57d/json-0.2.1.jar with languages []
[18Feb2026 13:26:30.482] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/.cache/jij/e6b762f15e4891178dddd74e4d57318f518ce278000129efa41f85410b132ccc/pngj-2.1.0.jar with languages []
[18Feb2026 13:26:30.483] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/.cache/jij/c63217658fbb00b966716a6ec87f72fb989513d037bcd3d21ef4f442029af73d/journeymap-api-neoforge-2.0.0-1.21.11-SNAPSHOT.jar
[18Feb2026 13:26:30.484] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file journeymap-api-neoforge-2.0.0-1.21.11-SNAPSHOT.jar with {journeymap_api} mods - versions {2.0.0-1.21.11-SNAPSHOT}
[18Feb2026 13:26:30.484] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/.cache/jij/c63217658fbb00b966716a6ec87f72fb989513d037bcd3d21ef4f442029af73d/journeymap-api-neoforge-2.0.0-1.21.11-SNAPSHOT.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[1,)]]
[18Feb2026 13:26:30.484] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/.cache/jij/71631547820750d9874150863b94a197538e027a6b96d5fd215ba90f149d8669/common-networking-neoforge-1.0.22-1.21.11.jar
[18Feb2026 13:26:30.485] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file common-networking-neoforge-1.0.22-1.21.11.jar with {commonnetworking} mods - versions {1.0.22-1.21.11}
[18Feb2026 13:26:30.485] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/.cache/jij/71631547820750d9874150863b94a197538e027a6b96d5fd215ba90f149d8669/common-networking-neoforge-1.0.22-1.21.11.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[2,)]]
[18Feb2026 13:26:30.490] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/.cache/jij/9c617719248f8b89847348fc7ea5e705739c147ae5e172551264d225bc9f2507/mixinextras-neoforge-0.5.0.jar with languages []
[18Feb2026 13:26:30.490] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/.cache/jij/54bb3c61f37ced77ba30dc02ca5b2f71ced259612101a8b1325855cff9d9755c/net.neoforged.neoforge-coremods-21.11.32-beta.jar with languages []
[18Feb2026 13:26:30.491] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/.cache/jij/cdf9850d93d09beabfc8bd940498d4544a9b3896502271cc740f1200b4a40976/jankson-1.2.3.jar with languages []
[18Feb2026 13:26:30.492] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/.cache/jij/edfe657253c35002e27bc97cd607d3a12ab640522a6bdb4275812575ef2d4222/cloth-config-coremods-21.11.153.jar with languages []
[18Feb2026 13:26:30.500] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/.cache/jij/04721e2e7b2ccaac5fbd1a4de85f86de9c1e764cd5fc921ee409dfe42a24df1b/TRansition-1.0.11-1.21.11-neoforge-SNAPSHOT.jar
[18Feb2026 13:26:30.500] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file TRansition-1.0.11-1.21.11-neoforge-SNAPSHOT.jar with {transition} mods - versions {1.0.11}
[18Feb2026 13:26:30.500] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/.cache/jij/04721e2e7b2ccaac5fbd1a4de85f86de9c1e764cd5fc921ee409dfe42a24df1b/TRansition-1.0.11-1.21.11-neoforge-SNAPSHOT.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[1,)]]
[18Feb2026 13:26:30.500] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=transition.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.503] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/.cache/jij/26ae6c15c07c56d01cdbd4f0caae9d60aebd214a5412062c3f0b19f7710db6d2/TRender-1.0.10-1.21.11-neoforge-SNAPSHOT.jar
[18Feb2026 13:26:30.503] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file TRender-1.0.10-1.21.11-neoforge-SNAPSHOT.jar with {trender} mods - versions {1.0.10}
[18Feb2026 13:26:30.503] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/.cache/jij/26ae6c15c07c56d01cdbd4f0caae9d60aebd214a5412062c3f0b19f7710db6d2/TRender-1.0.10-1.21.11-neoforge-SNAPSHOT.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[1,)]]
[18Feb2026 13:26:30.504] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=trender.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.504] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/.cache/jij/eba38efdf6193037049797a4c747ffbaa0b5e93f66a0a3eb8a61fef2c92384ba/c2me-rewrites-chunkio-mc1.21.11-0.3.6+alpha.0.80.jar
[18Feb2026 13:26:30.504] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file c2me-rewrites-chunkio-mc1.21.11-0.3.6+alpha.0.80.jar with {c2me_rewrites_chunkio} mods - versions {0.3.6+alpha.0.80+1.21.11}
[18Feb2026 13:26:30.505] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/.cache/jij/eba38efdf6193037049797a4c747ffbaa0b5e93f66a0a3eb8a61fef2c92384ba/c2me-rewrites-chunkio-mc1.21.11-0.3.6+alpha.0.80.jar with languages [LanguageSpec[languageName=lowcodefml, acceptedVersions=*]]
[18Feb2026 13:26:30.505] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=c2me-rewrites-chunkio.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.505] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/.cache/jij/fbfe88d94b5c0f51d8495d9e1b3ce84ceb6addec673fc860b46a7b81ad6f8908/c2me-fixes-chunkio-threading-issues-mc1.21.11-0.3.6+alpha.0.80.jar
[18Feb2026 13:26:30.505] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file c2me-fixes-chunkio-threading-issues-mc1.21.11-0.3.6+alpha.0.80.jar with {c2me_fixes_chunkio_threading_issues} mods - versions {0.3.6+alpha.0.80+1.21.11}
[18Feb2026 13:26:30.505] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/.cache/jij/fbfe88d94b5c0f51d8495d9e1b3ce84ceb6addec673fc860b46a7b81ad6f8908/c2me-fixes-chunkio-threading-issues-mc1.21.11-0.3.6+alpha.0.80.jar with languages [LanguageSpec[languageName=lowcodefml, acceptedVersions=*]]
[18Feb2026 13:26:30.505] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=c2me-fixes-chunkio-threading-issues.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.510] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/.cache/jij/4c1949fed34ed57faaebd8ff13b3c3873d36cee5084099d04b747056bed212b8/c2me-opts-natives-math-mc1.21.11-0.3.6+alpha.0.80.jar
[18Feb2026 13:26:30.510] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file c2me-opts-natives-math-mc1.21.11-0.3.6+alpha.0.80.jar with {c2me_opts_natives_math} mods - versions {0.3.6+alpha.0.80+1.21.11}
[18Feb2026 13:26:30.510] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/.cache/jij/4c1949fed34ed57faaebd8ff13b3c3873d36cee5084099d04b747056bed212b8/c2me-opts-natives-math-mc1.21.11-0.3.6+alpha.0.80.jar with languages [LanguageSpec[languageName=lowcodefml, acceptedVersions=*]]
[18Feb2026 13:26:30.510] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=c2me-opts-natives-math.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.511] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/.cache/jij/0881af4fca2cd0466c436d7992080aa7ce117784cc44d40e0ddd514a26157a86/c2me-rewrites-chunk-serializer-mc1.21.11-0.3.6+alpha.0.80.jar
[18Feb2026 13:26:30.511] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file c2me-rewrites-chunk-serializer-mc1.21.11-0.3.6+alpha.0.80.jar with {c2me_rewrites_chunk_serializer} mods - versions {0.3.6+alpha.0.80+1.21.11}
[18Feb2026 13:26:30.511] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/.cache/jij/0881af4fca2cd0466c436d7992080aa7ce117784cc44d40e0ddd514a26157a86/c2me-rewrites-chunk-serializer-mc1.21.11-0.3.6+alpha.0.80.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=*]]
[18Feb2026 13:26:30.511] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=c2me-rewrites-chunk-serializer.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.512] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/.cache/jij/53918886a9cdbd166bc6529290f363e624b5d1b58aa9f8679c88239e4949ed7f/c2me-client-uncapvd-mc1.21.11-0.3.6+alpha.0.80.jar
[18Feb2026 13:26:30.512] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file c2me-client-uncapvd-mc1.21.11-0.3.6+alpha.0.80.jar with {c2me_client_uncapvd} mods - versions {0.3.6+alpha.0.80+1.21.11}
[18Feb2026 13:26:30.512] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/.cache/jij/53918886a9cdbd166bc6529290f363e624b5d1b58aa9f8679c88239e4949ed7f/c2me-client-uncapvd-mc1.21.11-0.3.6+alpha.0.80.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=*]]
[18Feb2026 13:26:30.512] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=c2me-client-uncapvd.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.512] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/.cache/jij/dd8dfc00f03f3939d6a97276ac2e0b7d85bf3b7b4df9f40b361e9934ac3c5d8b/c2me-opts-scheduling-mc1.21.11-0.3.6+alpha.0.80.jar
[18Feb2026 13:26:30.513] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file c2me-opts-scheduling-mc1.21.11-0.3.6+alpha.0.80.jar with {c2me_opts_scheduling} mods - versions {0.3.6+alpha.0.80+1.21.11}
[18Feb2026 13:26:30.513] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/.cache/jij/dd8dfc00f03f3939d6a97276ac2e0b7d85bf3b7b4df9f40b361e9934ac3c5d8b/c2me-opts-scheduling-mc1.21.11-0.3.6+alpha.0.80.jar with languages [LanguageSpec[languageName=lowcodefml, acceptedVersions=*]]
[18Feb2026 13:26:30.513] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=c2me-opts-scheduling.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.513] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/.cache/jij/ded6d8b8e38eaffdf8afda443bbeb4fdfaf06c5471b159ded9641f2775259b73/mixinsquared-neoforge-0.2.0-beta.6.jar with languages []
[18Feb2026 13:26:30.514] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/.cache/jij/95cec7d83c32f8f20f9cf7d2fd0e8abd89082ec0f2e6566aab5c6428d755e868/c2me-threading-lighting-mc1.21.11-0.3.6+alpha.0.80.jar
[18Feb2026 13:26:30.514] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file c2me-threading-lighting-mc1.21.11-0.3.6+alpha.0.80.jar with {c2me_threading_lighting} mods - versions {0.3.6+alpha.0.80+1.21.11}
[18Feb2026 13:26:30.514] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/.cache/jij/95cec7d83c32f8f20f9cf7d2fd0e8abd89082ec0f2e6566aab5c6428d755e868/c2me-threading-lighting-mc1.21.11-0.3.6+alpha.0.80.jar with languages [LanguageSpec[languageName=lowcodefml, acceptedVersions=*]]
[18Feb2026 13:26:30.514] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=c2me-threading-lighting.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.515] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/.cache/jij/f487f89b96ee67d68c1e59e70785fbf9e14233047bedffbf62eac08d276bfb4a/asyncutil-0.1.0.jar with languages []
[18Feb2026 13:26:30.516] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/.cache/jij/526e971991c038296562943d330108e9a8323b058ffa8b7161c97cc40467fbf0/c2me-opts-worldgen-general-mc1.21.11-0.3.6+alpha.0.80.jar
[18Feb2026 13:26:30.516] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file c2me-opts-worldgen-general-mc1.21.11-0.3.6+alpha.0.80.jar with {c2me_opts_worldgen_general} mods - versions {0.3.6+alpha.0.80+1.21.11}
[18Feb2026 13:26:30.516] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/.cache/jij/526e971991c038296562943d330108e9a8323b058ffa8b7161c97cc40467fbf0/c2me-opts-worldgen-general-mc1.21.11-0.3.6+alpha.0.80.jar with languages [LanguageSpec[languageName=lowcodefml, acceptedVersions=*]]
[18Feb2026 13:26:30.516] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=c2me-opts-worldgen-general.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.516] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/.cache/jij/7eac31a9d4be532f40d5a71957a796ccd0b8d37a36a07fd0cf609ab5c6e6bab6/c2me-server-utils-mc1.21.11-0.3.6+alpha.0.80.jar
[18Feb2026 13:26:30.517] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file c2me-server-utils-mc1.21.11-0.3.6+alpha.0.80.jar with {c2me_server_utils} mods - versions {0.3.6+alpha.0.80+1.21.11}
[18Feb2026 13:26:30.517] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/.cache/jij/7eac31a9d4be532f40d5a71957a796ccd0b8d37a36a07fd0cf609ab5c6e6bab6/c2me-server-utils-mc1.21.11-0.3.6+alpha.0.80.jar with languages [LanguageSpec[languageName=lowcodefml, acceptedVersions=*]]
[18Feb2026 13:26:30.517] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=c2me-server-utils.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.517] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/.cache/jij/8b544a2b501d57e0b18cca6bc9804e0f8a383678c78c6413740a43b4694ee5ca/c2me-notickvd-mc1.21.11-0.3.6+alpha.0.80.jar
[18Feb2026 13:26:30.518] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file c2me-notickvd-mc1.21.11-0.3.6+alpha.0.80.jar with {c2me_notickvd} mods - versions {0.3.6+alpha.0.80+1.21.11}
[18Feb2026 13:26:30.518] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/.cache/jij/8b544a2b501d57e0b18cca6bc9804e0f8a383678c78c6413740a43b4694ee5ca/c2me-notickvd-mc1.21.11-0.3.6+alpha.0.80.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=*]]
[18Feb2026 13:26:30.518] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=c2me-notickvd.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.518] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/.cache/jij/60caf50b1b2b810897b5a54699459a13a674af63d0e53296c9fb3616c822aa0c/reactive-streams-1.0.4.jar with languages []
[18Feb2026 13:26:30.519] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/.cache/jij/90ef4db29fb4d415ad5784aa48bef93610d85dec6db0dfa71df2edbc65a490f6/c2me-fixes-general-threading-issues-mc1.21.11-0.3.6+alpha.0.80.jar
[18Feb2026 13:26:30.519] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file c2me-fixes-general-threading-issues-mc1.21.11-0.3.6+alpha.0.80.jar with {c2me_fixes_general_threading_issues} mods - versions {0.3.6+alpha.0.80+1.21.11}
[18Feb2026 13:26:30.519] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/.cache/jij/90ef4db29fb4d415ad5784aa48bef93610d85dec6db0dfa71df2edbc65a490f6/c2me-fixes-general-threading-issues-mc1.21.11-0.3.6+alpha.0.80.jar with languages [LanguageSpec[languageName=lowcodefml, acceptedVersions=*]]
[18Feb2026 13:26:30.519] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=c2me-fixes-general-threading-issues.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.520] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/.cache/jij/3f51e8e5086dfa833a0753f07f633174552d0b2da099ea2caf440b0950550e54/c2me-opts-chunkio-mc1.21.11-0.3.6+alpha.0.80.jar
[18Feb2026 13:26:30.520] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file c2me-opts-chunkio-mc1.21.11-0.3.6+alpha.0.80.jar with {c2me_opts_chunkio} mods - versions {0.3.6+alpha.0.80+1.21.11}
[18Feb2026 13:26:30.520] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/.cache/jij/3f51e8e5086dfa833a0753f07f633174552d0b2da099ea2caf440b0950550e54/c2me-opts-chunkio-mc1.21.11-0.3.6+alpha.0.80.jar with languages [LanguageSpec[languageName=lowcodefml, acceptedVersions=*]]
[18Feb2026 13:26:30.520] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=c2me-opts-chunkio.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.521] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/.cache/jij/d4d8a289280296ca55533565c7bffa144f4d874016ecb032cb85656d55b47300/c2me-fixes-worldgen-threading-issues-mc1.21.11-0.3.6+alpha.0.80.jar
[18Feb2026 13:26:30.521] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file c2me-fixes-worldgen-threading-issues-mc1.21.11-0.3.6+alpha.0.80.jar with {c2me_fixes_worldgen_threading_issues} mods - versions {0.3.6+alpha.0.80+1.21.11}
[18Feb2026 13:26:30.522] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/.cache/jij/d4d8a289280296ca55533565c7bffa144f4d874016ecb032cb85656d55b47300/c2me-fixes-worldgen-threading-issues-mc1.21.11-0.3.6+alpha.0.80.jar with languages [LanguageSpec[languageName=lowcodefml, acceptedVersions=*]]
[18Feb2026 13:26:30.522] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=c2me-fixes-worldgen-threading-issues.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.522] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/.cache/jij/8e07118ead6c0141af92ef063caeea806b5d8c83e2f2cf31f7a88e4382f2d727/exp4j-0.4.8.jar with languages []
[18Feb2026 13:26:30.524] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/.cache/jij/2fdc6122c9ae7b9408e23e84f4c22ef9deaa9d3fb49f5d6d01584bfcb561417c/c2me-opts-dfc-mc1.21.11-0.3.6+alpha.0.80.jar
[18Feb2026 13:26:30.524] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file c2me-opts-dfc-mc1.21.11-0.3.6+alpha.0.80.jar with {c2me_opts_dfc} mods - versions {0.3.6+alpha.0.80+1.21.11}
[18Feb2026 13:26:30.524] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/.cache/jij/2fdc6122c9ae7b9408e23e84f4c22ef9deaa9d3fb49f5d6d01584bfcb561417c/c2me-opts-dfc-mc1.21.11-0.3.6+alpha.0.80.jar with languages [LanguageSpec[languageName=lowcodefml, acceptedVersions=*]]
[18Feb2026 13:26:30.524] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=c2me-opts-dfc.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.525] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/.cache/jij/050a219a37a6f6c047e22f7f240c72bd7ede279f8626580c45fa4d544f54db67/c2me-rewrites-chunk-system-mc1.21.11-0.3.6+alpha.0.80.jar
[18Feb2026 13:26:30.525] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file c2me-rewrites-chunk-system-mc1.21.11-0.3.6+alpha.0.80.jar with {c2me_rewrites_chunk_system} mods - versions {0.3.6+alpha.0.80+1.21.11}
[18Feb2026 13:26:30.525] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/.cache/jij/050a219a37a6f6c047e22f7f240c72bd7ede279f8626580c45fa4d544f54db67/c2me-rewrites-chunk-system-mc1.21.11-0.3.6+alpha.0.80.jar with languages [LanguageSpec[languageName=lowcodefml, acceptedVersions=*]]
[18Feb2026 13:26:30.526] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=c2me-rewrites-chunk-system.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.526] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/.cache/jij/98e8d9e874e870449b52482e579a2e94fdc201102daae80006e6b56d4ae299eb/c2me-opts-math-mc1.21.11-0.3.6+alpha.0.80.jar
[18Feb2026 13:26:30.526] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file c2me-opts-math-mc1.21.11-0.3.6+alpha.0.80.jar with {c2me_opts_math} mods - versions {0.3.6+alpha.0.80+1.21.11}
[18Feb2026 13:26:30.526] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/.cache/jij/98e8d9e874e870449b52482e579a2e94fdc201102daae80006e6b56d4ae299eb/c2me-opts-math-mc1.21.11-0.3.6+alpha.0.80.jar with languages [LanguageSpec[languageName=lowcodefml, acceptedVersions=*]]
[18Feb2026 13:26:30.526] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=c2me-opts-math.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.527] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/.cache/jij/7d340be59232a1632a7a994704352e765304e0db941df77942ef7f952c85cc43/c2me-fixes-worldgen-vanilla-bugs-mc1.21.11-0.3.6+alpha.0.80.jar
[18Feb2026 13:26:30.527] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file c2me-fixes-worldgen-vanilla-bugs-mc1.21.11-0.3.6+alpha.0.80.jar with {c2me_fixes_worldgen_vanilla_bugs} mods - versions {0.3.6+alpha.0.80+1.21.11}
[18Feb2026 13:26:30.527] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/.cache/jij/7d340be59232a1632a7a994704352e765304e0db941df77942ef7f952c85cc43/c2me-fixes-worldgen-vanilla-bugs-mc1.21.11-0.3.6+alpha.0.80.jar with languages [LanguageSpec[languageName=lowcodefml, acceptedVersions=*]]
[18Feb2026 13:26:30.527] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=c2me-fixes-worldgen-vanilla-bugs.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.528] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/.cache/jij/dc095c262a17329d21086ee894dbd56532e45ffc4b01358d56bfd58f757b6252/c2me-opts-allocs-mc1.21.11-0.3.6+alpha.0.80.jar
[18Feb2026 13:26:30.528] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file c2me-opts-allocs-mc1.21.11-0.3.6+alpha.0.80.jar with {c2me_opts_allocs} mods - versions {0.3.6+alpha.0.80+1.21.11}
[18Feb2026 13:26:30.528] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/.cache/jij/dc095c262a17329d21086ee894dbd56532e45ffc4b01358d56bfd58f757b6252/c2me-opts-allocs-mc1.21.11-0.3.6+alpha.0.80.jar with languages [LanguageSpec[languageName=lowcodefml, acceptedVersions=*]]
[18Feb2026 13:26:30.528] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=c2me-opts-allocs.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.544] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/.cache/jij/0fb47ec92fe5796cc3b1dc4c729cc129c659f5adac8f7c3c0ef1fa21c2e9e32f/rxjava-3.1.12.jar with languages []
[18Feb2026 13:26:30.546] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/.cache/jij/326ce0f222b1027e7580f77755dafc42521ace186f7a3f74d8bcad4afbc94dcd/c2me-base-mc1.21.11-0.3.6+alpha.0.80-all.jar
[18Feb2026 13:26:30.546] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file c2me-base-mc1.21.11-0.3.6+alpha.0.80-all.jar with {c2me_base} mods - versions {0.3.6+alpha.0.80+1.21.11}
[18Feb2026 13:26:30.546] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/.cache/jij/326ce0f222b1027e7580f77755dafc42521ace186f7a3f74d8bcad4afbc94dcd/c2me-base-mc1.21.11-0.3.6+alpha.0.80-all.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=*]]
[18Feb2026 13:26:30.546] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=c2me-base.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.547] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/.cache/jij/dfc2074d0a843b463cdfc8f44297d6753651ec02e8bc2951ad068f0dbd352f15/c2me-opts-worldgen-vanilla-mc1.21.11-0.3.6+alpha.0.80.jar
[18Feb2026 13:26:30.547] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file c2me-opts-worldgen-vanilla-mc1.21.11-0.3.6+alpha.0.80.jar with {c2me_opts_worldgen_vanilla} mods - versions {0.3.6+alpha.0.80+1.21.11}
[18Feb2026 13:26:30.547] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/.cache/jij/dfc2074d0a843b463cdfc8f44297d6753651ec02e8bc2951ad068f0dbd352f15/c2me-opts-worldgen-vanilla-mc1.21.11-0.3.6+alpha.0.80.jar with languages [LanguageSpec[languageName=lowcodefml, acceptedVersions=*]]
[18Feb2026 13:26:30.547] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=c2me-opts-worldgen-vanilla.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.550] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/.cache/jij/09ecd99c3d9c78e10387786090f9f44c714426f8cf8d5c34639cf4295e1460e6/jctools-core-4.0.5.jar with languages []
[18Feb2026 13:26:30.557] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/.cache/jij/aa0ea3253e166d4221cf33391dbdea73976c816812357fcfdb93a9edda1f9c53/net.caffeinemc.sodium-neoforge-0.8.2+mc1.21.11-mod.jar
[18Feb2026 13:26:30.557] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file net.caffeinemc.sodium-neoforge-0.8.2+mc1.21.11-mod.jar with {sodium} mods - versions {0.8.2+mc1.21.11}
[18Feb2026 13:26:30.557] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/.cache/jij/aa0ea3253e166d4221cf33391dbdea73976c816812357fcfdb93a9edda1f9c53/net.caffeinemc.sodium-neoforge-0.8.2+mc1.21.11-mod.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[4,)]]
[18Feb2026 13:26:30.557] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=sodium-common.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.557] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=sodium-neoforge.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.558] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/********/.cache/jij/eda522f5eb2df98db6f122bdaad5d24c2e28c09b43e9f2b309c6fd8183f70cf0/kuma-api-neoforge-21.11.12.jar
[18Feb2026 13:26:30.558] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file kuma-api-neoforge-21.11.12.jar with {kuma_api} mods - versions {21.11.12}
[18Feb2026 13:26:30.558] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/.cache/jij/eda522f5eb2df98db6f122bdaad5d24c2e28c09b43e9f2b309c6fd8183f70cf0/kuma-api-neoforge-21.11.12.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[1,)]]
[18Feb2026 13:26:30.558] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=kuma_api.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.558] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config MixinConfig[config=kuma_api.neoforge.mixins.json, requiredMods=[], behaviorVersion=null]
[18Feb2026 13:26:30.562] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/.cache/jij/70f3446085136371991b98881411d2e63665db6d6d51832b478215d5396b01d8/velocity-native-3.4.0-SNAPSHOT.jar with languages []
[18Feb2026 13:26:30.563] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/.cache/jij/ad37b74d609ed99ab9b28454362e7b312c5c81478aaf61d051128c11eba23359/sewlia-config-1.0.0-20250810.044244-13.jar with languages []
[18Feb2026 13:26:30.565] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/.cache/jij/ef779af5d29a9dde8cc70ce0341f5c6f7735e23edff9685ceaa9d35359b7bb7f/snakeyaml-2.4.jar with languages []
[18Feb2026 13:26:30.576] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/.cache/jij/6558a3d233da56a20934b32159f9db5f86ed5816ef098f78a2c223dc6abb79dd/kotlin-stdlib-2.2.21.jar with languages []
[18Feb2026 13:26:30.578] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/********/.cache/jij/f4c369efa82f65210a54b78e7cab51cb24944e3650ba070c8d074f868d7f19ac/MixinSquared-0.2.0-beta.6.jar with languages []
[18Feb2026 13:26:30.597] [main/INFO] [net.neoforged.fml.loading.moddiscovery.locators.JarInJarDependencyLocator/]: Found 52 dependencies adding them to mods collection
[18Feb2026 13:26:30.601] [main/INFO] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]:
3d-Skin-Layers 1.10.1 (skinlayers3d)
Advanced Netherite 2.3.1 (advancednetherite)
AI-Improvements 0.5.4 (aiimprovements)
Alternate Current 1.9.0 (alternate_current)
AppleSkin 3.0.7+mc1.21.11 (appleskin)
Architectury 19.0.1 (architectury)
Armor Poser 13.0.1 (armorposer)
Bagus Lib 1.21.11-22.7.0 (bagus_lib)
Biolith 3.5.0-beta.3 (biolith)
ChoiceTheorem's Overhauled Village 3.6.1a (ctov)
ClientSort 2.1.6+1.21.11 (clientsort)
Cloth Config v20 API 21.11.153 (cloth_config)
Clumps **.**.**.** (clumps)
Collective 8.13 (collective)
Common Networking 1.0.22-1.21.11 (commonnetworking)
Concurrent Chunk Management Engine 0.3.6+alpha.0.80+1.21.11 (c2me)
Concurrent Chunk Management Engine (Base) 0.3.6+alpha.0.80+1.21.11 (c2me_base)
Concurrent Chunk Management Engine (Client/Uncap View Distance) 0.3.6+alpha.0.80+1.21.11 (c2me_client_uncapvd)
Concurrent Chunk Management Engine (Fixes/Chunk IO/Threading Issues) 0.3.6+alpha.0.80+1.21.11 (c2me_fixes_chunkio_threading_issues)
Concurrent Chunk Management Engine (Fixes/General/Threading Issues) 0.3.6+alpha.0.80+1.21.11 (c2me_fixes_general_threading_issues)
Concurrent Chunk Management Engine (Fixes/WorldGen/Threading Issues) 0.3.6+alpha.0.80+1.21.11 (c2me_fixes_worldgen_threading_issues)
Concurrent Chunk Management Engine (Fixes/WorldGen/Vanilla Bugs) 0.3.6+alpha.0.80+1.21.11 (c2me_fixes_worldgen_vanilla_bugs)
Concurrent Chunk Management Engine (No Tick View Distance) 0.3.6+alpha.0.80+1.21.11 (c2me_notickvd)
Concurrent Chunk Management Engine (Optimizations/Chunk IO) 0.3.6+alpha.0.80+1.21.11 (c2me_opts_chunkio)
Concurrent Chunk Management Engine (Optimizations/Density Function Compiler) 0.3.6+alpha.0.80+1.21.11 (c2me_opts_dfc)
Concurrent Chunk Management Engine (Optimizations/General WorldGen) 0.3.6+alpha.0.80+1.21.11 (c2me_opts_worldgen_general)
Concurrent Chunk Management Engine (Optimizations/Math) 0.3.6+alpha.0.80+1.21.11 (c2me_opts_math)
Concurrent Chunk Management Engine (Optimizations/Memory Allocations) 0.3.6+alpha.0.80+1.21.11 (c2me_opts_allocs)
Concurrent Chunk Management Engine (Optimizations/Natives Math) 0.3.6+alpha.0.80+1.21.11 (c2me_opts_natives_math)
Concurrent Chunk Management Engine (Optimizations/Scheduling) 0.3.6+alpha.0.80+1.21.11 (c2me_opts_scheduling)
Concurrent Chunk Management Engine (Optimizations/Vanilla WorldGen) 0.3.6+alpha.0.80+1.21.11 (c2me_opts_worldgen_vanilla)
Concurrent Chunk Management Engine (Rewrites/Chunk IO) 0.3.6+alpha.0.80+1.21.11 (c2me_rewrites_chunkio)
Concurrent Chunk Management Engine (Rewrites/Chunk Serializer) 0.3.6+alpha.0.80+1.21.11 (c2me_rewrites_chunk_serializer)
Concurrent Chunk Management Engine (Rewrites/Chunk System) 0.3.6+alpha.0.80+1.21.11 (c2me_rewrites_chunk_system)
Concurrent Chunk Management Engine (Server Utils) 0.3.6+alpha.0.80+1.21.11 (c2me_server_utils)
Concurrent Chunk Management Engine (Threading/Lighting) 0.3.6+alpha.0.80+1.21.11 (c2me_threading_lighting)
Corpse 1.21.11-1.1.16 (corpse)
CreativeCore 2.14.9 (creativecore)
Cupboard mod 3.1 (cupboard)
Double Doors 7.2 (doubledoors)
Dungeons and Taverns 1-v5.1.0 (mr_dungeons_andtaverns)
Dungeons and Taverns Ancient City Overhaul 1-v3.2.2 (mr_dungeons_andtavernsancientcityoverhaul)
Dungeons and Taverns Desert Temple Overhaul 1-v2.1 (mr_dungeons_andtavernsdeserttempleoverhaul)
Dungeons and Taverns Jungle Temple Overhaul 1-v2.1 (mr_dungeons_andtavernsjungletempleoverhaul)
Dungeons and Taverns Nether Fortress Overhaul 1-v3.1 (mr_dungeons_andtavernsnetherfortressoverhaul)
Dungeons and Taverns Ocean Monument Overhaul 1-v2.2 (mr_dungeons_andtavernsoceanmonumentoverhaul)
Dungeons and Taverns Pillager Outpost Overhaul 1-v3.3 (mr_dungeons_andtavernspillageroutpostoverhaul)
Dungeons and Taverns Woodland Mansion Overhaul 1-v2 (mr_dungeons_andtavernswoodlandmansionoverhaul)
Easy Piglins 1.21.11-1.1.7 (easy_piglins)
Easy Villagers 1.21.11-1.1.40 (easy_villagers)
Elytra Trims 4.6.2 (elytratrims)
Explorer's Compass 1.21.11-3.0.5-neoforge (explorerscompass)
Explorify 1.6.4 (explorify)
FallingTree **.**.**.** (fallingtree)
Ferrite Core 8.0.3 (ferritecore)
Framework 0.13.8 (framework)
Friends&Foes 4.0.19 (friendsandfoes)
Geophilic 3.4.6 (geophilic)
Hunters Return 1.21.11-28.5.0 (hunters_return)
Jade 21.0.1+neoforge (jade)
JamLib 1.3.5+1.21.11 (jamlib)
Journeymap 1.21.11-6.0.0-beta.54 (journeymap)
JourneyMap API 2.0.0-1.21.11-SNAPSHOT (journeymap_api)
Just Enough Items **.**.**.** (jei)
KleeSlabs 21.11.3 (kleeslabs)
Konkrete 1.9.14 (konkrete)
Krypton FNP 0.2.27-1.21.9 (krypton_fnp)
KumaAPI 21.11.12 (kuma_api)
Lithium 0.21.2+mc1.21.11 (lithium)
Lithostitched 1.5.7 (lithostitched)
Little Joys 21.11.2 (littlejoys)
Longer Following Time 1.1.0 (longer_following_time)
Medieval Buildings 1.1.2 (medieval_buildings)
Medieval Buildings [The End Edition] 1.0.5 (medievalend)
Medieval Buildings [The Nether Edition] 1.0.1 (medieval_nether)
Minecraft 1.21.11 (minecraft)
Moog's Structure Lib 1.1.0-1.21.11 (moogs_structures)
MoogsVoyagerStructures 5.0.3 (mvs)
MoreTotems 2.24.0 (moretotems)
MrCrayfish's Furniture Mod: Refurbished 1.0.21 (refurbished_furniture)
Mutant Monsters 21.11.2 (mutantmonsters)
Nature's Compass 1.21.11-3.0.5-neoforge (naturescompass)
NeoForge 21.11.32-beta (neoforge)
NetherPortalFix 21.11.3 (netherportalfix)
Pipez 1.21.11-1.2.27 (pipez)
Puzzles Lib 21.11.11 (puzzleslib)
Rechiseled 1.1.6 (rechiseled)
Resourceful Lib 3.11.0 (resourcefullib)
RevampedWolf 1.21.11-21.0.0 (revampedwolf)
Right Click Harvest 4.6.0+1.21.11 (rightclickharvest)
Searchables 1.0.2 (searchables)
SecurityCraft 1.10.1-beta1 (securitycraft)
Simple Voice Chat 1.21.11-2.6.11 (voicechat)
Snow Under Trees 1.5 (snowundertrees)
Sodium 0.8.2+mc1.21.11 (sodium)
Sophisticated Backpacks 3.25.27 (sophisticatedbackpacks)
Sophisticated Core 1.3.111 (sophisticatedcore)
Sophisticated Storage 1.5.23 (sophisticatedstorage)
Sound Physics Remastered 1.21.11-1.5.1 (sound_physics_remastered)
SuperMartijn642's Config Library 1.1.8 (supermartijn642configlib)
SuperMartijn642's Core Lib 1.1.19 (supermartijn642corelib)
TRansition 1.0.11 (transition)
TrashSlot 21.11.4 (trashslot)
Unlocked Typing 1.0.1 (unlocked_typing)
Villager Names 8.3 (villagernames)
Waystones 21.11.4 (waystones)
YDM's Weapon Master 4.4.1 (weaponmaster_ydm)
YetAnotherConfigLib 3.8.2+1.21.11-neoforge (yet_another_config_lib_v3)
[18Feb2026 13:26:30.604] [main/DEBUG] [net.neoforged.fml.loading.ModSorter/]: Configured system mods: [minecraft, neoforge]
[18Feb2026 13:26:30.604] [main/DEBUG] [net.neoforged.fml.loading.ModSorter/]: Found system mod: minecraft
[18Feb2026 13:26:30.604] [main/DEBUG] [net.neoforged.fml.loading.ModSorter/]: Found system mod: neoforge
[18Feb2026 13:26:30.607] [main/DEBUG] [net.neoforged.fml.loading.ModSorter/LOADING]: Found 222 mod requirements (208 mandatory, 14 optional)
[18Feb2026 13:26:30.608] [main/DEBUG] [net.neoforged.fml.loading.ModSorter/LOADING]: Found 0 mod requirements missing (0 mandatory, 0 optional)
[18Feb2026 13:26:30.917] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.7 Source=file:/home/********/libraries/net/fabricmc/sponge-mixin/0.16.5+mixin.0.8.7/sponge-mixin-0.16.5+mixin.0.8.7.jar Service=FML Env=SERVER
[18Feb2026 13:26:30.979] [main/DEBUG] [mixin/]: Initialising Mixin Platform Manager
[18Feb2026 13:26:30.979] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleVirtual(fml:18c85)
[18Feb2026 13:26:30.979] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleVirtual(fml:18c85)
[18Feb2026 13:26:30.980] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleVirtual(fml:18c85)
[18Feb2026 13:26:30.980] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleVirtual(fml:18c85)
[18Feb2026 13:26:30.980] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleVirtual(fml:18c85)
[18Feb2026 13:26:30.980] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleVirtual(fml:18c85)]
[18Feb2026 13:26:30.980] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleVirtual(fml:18c85)]
[18Feb2026 13:26:30.981] [main/INFO] [net.neoforged.fml.loading.FMLLoader/]: Loading FML Plugins:
[18Feb2026 13:26:30.981] [main/INFO] [net.neoforged.fml.loading.FMLLoader/]: - mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > json-0.2.1.jar
[18Feb2026 13:26:30.981] [main/INFO] [net.neoforged.fml.loading.FMLLoader/]: - mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > imageio-webp-3.12.0.jar
[18Feb2026 13:26:30.981] [main/INFO] [net.neoforged.fml.loading.FMLLoader/]: - mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar > sewlia-config-1.0.0-20250810.044244-13.jar
[18Feb2026 13:26:30.981] [main/INFO] [net.neoforged.fml.loading.FMLLoader/]: - mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > common-lang-3.12.0.jar
[18Feb2026 13:26:30.981] [main/INFO] [net.neoforged.fml.loading.FMLLoader/]: - mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > asyncutil-0.1.0.jar
[18Feb2026 13:26:30.981] [main/INFO] [net.neoforged.fml.loading.FMLLoader/]: - mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > reactive-streams-1.0.4.jar
[18Feb2026 13:26:30.982] [main/INFO] [net.neoforged.fml.loading.FMLLoader/]: - mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > imageio-metadata-3.12.0.jar
[18Feb2026 13:26:30.982] [main/INFO] [net.neoforged.fml.loading.FMLLoader/]: - mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar > snakeyaml-2.4.jar
[18Feb2026 13:26:30.982] [main/INFO] [net.neoforged.fml.loading.FMLLoader/]: - mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > exp4j-0.4.8.jar
[18Feb2026 13:26:30.982] [main/INFO] [net.neoforged.fml.loading.FMLLoader/]: - mods/journeymap-neoforge-1.21.11-6.0.0-beta.54.jar > pngj-2.1.0.jar
[18Feb2026 13:26:30.982] [main/INFO] [net.neoforged.fml.loading.FMLLoader/]: - mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > mixinsquared-neoforge-0.2.0-beta.6.jar > MixinSquared-0.2.0-beta.6.jar
[18Feb2026 13:26:30.982] [main/INFO] [net.neoforged.fml.loading.FMLLoader/]: - mods/elytratrims-neoforge-4.6.2+1.21.11.jar > kotlin-stdlib-2.2.21.jar
[18Feb2026 13:26:30.982] [main/INFO] [net.neoforged.fml.loading.FMLLoader/]: - mods/ResourcefulLib-neoforge-1.21.11-3.11.0.jar > yabn-1.0.3.jar
[18Feb2026 13:26:30.982] [main/INFO] [net.neoforged.fml.loading.FMLLoader/]: - mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > gson-0.2.1.jar
[18Feb2026 13:26:30.982] [main/INFO] [net.neoforged.fml.loading.FMLLoader/]: - ~libraries/net/neoforged/neoforge/21.11.32-beta/neoforge-21.11.32-beta-universal.jar > net.neoforged.neoforge-coremods-21.11.32-beta.jar
[18Feb2026 13:26:30.983] [main/INFO] [net.neoforged.fml.loading.FMLLoader/]: - mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar > velocity-native-3.4.0-SNAPSHOT.jar
[18Feb2026 13:26:30.983] [main/INFO] [net.neoforged.fml.loading.FMLLoader/]: - mods/cloth-config-21.11.153-neoforge.jar > cloth-config-coremods-21.11.153.jar
[18Feb2026 13:26:30.983] [main/INFO] [net.neoforged.fml.loading.FMLLoader/]: - mods/ResourcefulLib-neoforge-1.21.11-3.11.0.jar > bytecodecs-1.1.3.jar
[18Feb2026 13:26:30.983] [main/INFO] [net.neoforged.fml.loading.FMLLoader/]: - mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > rxjava-3.1.12.jar
[18Feb2026 13:26:30.983] [main/INFO] [net.neoforged.fml.loading.FMLLoader/]: - mods/jamlib-neoforge-1.3.5+1.21.11.jar > jankson-1.2.3.jar
[18Feb2026 13:26:30.983] [main/INFO] [net.neoforged.fml.loading.FMLLoader/]: - mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > common-image-3.12.0.jar
[18Feb2026 13:26:30.983] [main/INFO] [net.neoforged.fml.loading.FMLLoader/]: - mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > imageio-core-3.12.0.jar
[18Feb2026 13:26:30.983] [main/INFO] [net.neoforged.fml.loading.FMLLoader/]: - mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > common-io-3.12.0.jar
[18Feb2026 13:26:30.983] [main/INFO] [net.neoforged.fml.loading.FMLLoader/]: - mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > jctools-core-4.0.5.jar
[18Feb2026 13:26:30.987] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: Found 2 implementations of IModLanguageLoader:
[18Feb2026 13:26:30.987] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: net.neoforged.fml.javafmlmod.FMLJavaModLanguageProvider from libraries/net/neoforged/fancymodloader/loader/10.0.36/loader-10.0.36.jar
[18Feb2026 13:26:30.987] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: net.neoforged.fml.mclanguageprovider.MinecraftModLanguageProvider from libraries/net/neoforged/fancymodloader/loader/10.0.36/loader-10.0.36.jar
[18Feb2026 13:26:30.987] [main/DEBUG] [net.neoforged.fml.loading.LanguageProviderLoader/CORE]: Found language provider javafml, version 10.0
[18Feb2026 13:26:30.988] [main/DEBUG] [net.neoforged.fml.loading.LanguageProviderLoader/CORE]: Found language provider minecraft, version 10.0
[18Feb2026 13:26:30.988] [main/WARN] [net.neoforged.fml.loading.LanguageProviderLoader/]: Mod jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > c2me-fixes-worldgen-threading-issues-mc1.21.11-0.3.6+alpha.0.80.jar) is using the deprecated 'lowcodefml' language loader. This warning can be fixed by simply removing the modLoader and loaderVersion settings from neoforge.mods.toml.
[18Feb2026 13:26:30.989] [main/WARN] [net.neoforged.fml.loading.LanguageProviderLoader/]: Mod jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > c2me-opts-natives-math-mc1.21.11-0.3.6+alpha.0.80.jar) is using the deprecated 'lowcodefml' language loader. This warning can be fixed by simply removing the modLoader and loaderVersion settings from neoforge.mods.toml.
[18Feb2026 13:26:30.989] [main/WARN] [net.neoforged.fml.loading.LanguageProviderLoader/]: Mod jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > c2me-fixes-general-threading-issues-mc1.21.11-0.3.6+alpha.0.80.jar) is using the deprecated 'lowcodefml' language loader. This warning can be fixed by simply removing the modLoader and loaderVersion settings from neoforge.mods.toml.
[18Feb2026 13:26:30.989] [main/WARN] [net.neoforged.fml.loading.LanguageProviderLoader/]: Mod jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > c2me-opts-math-mc1.21.11-0.3.6+alpha.0.80.jar) is using the deprecated 'lowcodefml' language loader. This warning can be fixed by simply removing the modLoader and loaderVersion settings from neoforge.mods.toml.
[18Feb2026 13:26:30.989] [main/WARN] [net.neoforged.fml.loading.LanguageProviderLoader/]: Mod jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > c2me-fixes-worldgen-vanilla-bugs-mc1.21.11-0.3.6+alpha.0.80.jar) is using the deprecated 'lowcodefml' language loader. This warning can be fixed by simply removing the modLoader and loaderVersion settings from neoforge.mods.toml.
[18Feb2026 13:26:30.989] [main/WARN] [net.neoforged.fml.loading.LanguageProviderLoader/]: Mod jar(mods/Geophilic v3.4.6.mod.jar) is using the deprecated 'lowcodefml' language loader. This warning can be fixed by simply removing the modLoader and loaderVersion settings from neoforge.mods.toml.
[18Feb2026 13:26:30.989] [main/WARN] [net.neoforged.fml.loading.LanguageProviderLoader/]: Mod jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > c2me-fixes-chunkio-threading-issues-mc1.21.11-0.3.6+alpha.0.80.jar) is using the deprecated 'lowcodefml' language loader. This warning can be fixed by simply removing the modLoader and loaderVersion settings from neoforge.mods.toml.
[18Feb2026 13:26:30.989] [main/WARN] [net.neoforged.fml.loading.LanguageProviderLoader/]: Mod jar(mods/Explorify v1.6.4 f15-88.mod.jar) is using the deprecated 'lowcodefml' language loader. This warning can be fixed by simply removing the modLoader and loaderVersion settings from neoforge.mods.toml.
[18Feb2026 13:26:30.989] [main/WARN] [net.neoforged.fml.loading.LanguageProviderLoader/]: Mod jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > c2me-opts-dfc-mc1.21.11-0.3.6+alpha.0.80.jar) is using the deprecated 'lowcodefml' language loader. This warning can be fixed by simply removing the modLoader and loaderVersion settings from neoforge.mods.toml.
[18Feb2026 13:26:30.990] [main/WARN] [net.neoforged.fml.loading.LanguageProviderLoader/]: Mod jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > c2me-rewrites-chunkio-mc1.21.11-0.3.6+alpha.0.80.jar) is using the deprecated 'lowcodefml' language loader. This warning can be fixed by simply removing the modLoader and loaderVersion settings from neoforge.mods.toml.
[18Feb2026 13:26:30.990] [main/WARN] [net.neoforged.fml.loading.LanguageProviderLoader/]: Mod jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > c2me-opts-allocs-mc1.21.11-0.3.6+alpha.0.80.jar) is using the deprecated 'lowcodefml' language loader. This warning can be fixed by simply removing the modLoader and loaderVersion settings from neoforge.mods.toml.
[18Feb2026 13:26:30.990] [main/WARN] [net.neoforged.fml.loading.LanguageProviderLoader/]: Mod jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > c2me-threading-lighting-mc1.21.11-0.3.6+alpha.0.80.jar) is using the deprecated 'lowcodefml' language loader. This warning can be fixed by simply removing the modLoader and loaderVersion settings from neoforge.mods.toml.
[18Feb2026 13:26:30.990] [main/WARN] [net.neoforged.fml.loading.LanguageProviderLoader/]: Mod jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > c2me-rewrites-chunk-system-mc1.21.11-0.3.6+alpha.0.80.jar) is using the deprecated 'lowcodefml' language loader. This warning can be fixed by simply removing the modLoader and loaderVersion settings from neoforge.mods.toml.
[18Feb2026 13:26:30.990] [main/WARN] [net.neoforged.fml.loading.LanguageProviderLoader/]: Mod jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > c2me-opts-worldgen-vanilla-mc1.21.11-0.3.6+alpha.0.80.jar) is using the deprecated 'lowcodefml' language loader. This warning can be fixed by simply removing the modLoader and loaderVersion settings from neoforge.mods.toml.
[18Feb2026 13:26:30.990] [main/WARN] [net.neoforged.fml.loading.LanguageProviderLoader/]: Mod jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > c2me-opts-scheduling-mc1.21.11-0.3.6+alpha.0.80.jar) is using the deprecated 'lowcodefml' language loader. This warning can be fixed by simply removing the modLoader and loaderVersion settings from neoforge.mods.toml.
[18Feb2026 13:26:30.990] [main/WARN] [net.neoforged.fml.loading.LanguageProviderLoader/]: Mod jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > c2me-server-utils-mc1.21.11-0.3.6+alpha.0.80.jar) is using the deprecated 'lowcodefml' language loader. This warning can be fixed by simply removing the modLoader and loaderVersion settings from neoforge.mods.toml.
[18Feb2026 13:26:30.990] [main/WARN] [net.neoforged.fml.loading.LanguageProviderLoader/]: Mod jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > c2me-opts-worldgen-general-mc1.21.11-0.3.6+alpha.0.80.jar) is using the deprecated 'lowcodefml' language loader. This warning can be fixed by simply removing the modLoader and loaderVersion settings from neoforge.mods.toml.
[18Feb2026 13:26:30.991] [main/WARN] [net.neoforged.fml.loading.LanguageProviderLoader/]: Mod jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > c2me-opts-chunkio-mc1.21.11-0.3.6+alpha.0.80.jar) is using the deprecated 'lowcodefml' language loader. This warning can be fixed by simply removing the modLoader and loaderVersion settings from neoforge.mods.toml.
[18Feb2026 13:26:30.992] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/]: Adding Access Transformer META-INF/accesstransformer.cfg in jar(mods/sophisticatedcore-1.21.11-1.3.111.1356.jar)
[18Feb2026 13:26:31.007] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/]: Adding Access Transformer META-INF/accesstransformer.cfg in jar(~libraries/net/neoforged/neoforge/21.11.32-beta/neoforge-21.11.32-beta-universal.jar)
[18Feb2026 13:26:31.019] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/]: Adding Access Transformer META-INF/accesstransformergenerated.cfg in jar(~libraries/net/neoforged/neoforge/21.11.32-beta/neoforge-21.11.32-beta-universal.jar)
[18Feb2026 13:26:31.078] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/]: Adding Access Transformer META-INF/accesstransformer.cfg in jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar)
[18Feb2026 13:26:31.079] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/]: Adding Access Transformer META-INF/accesstransformer.cfg in jar(mods/bagus_lib-1.21.11-22.7.0.jar)
[18Feb2026 13:26:31.080] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/]: Adding Access Transformer META-INF/accesstransformer.cfg in jar(mods/sophisticatedbackpacks-1.21.11-3.25.27.1489.jar)
[18Feb2026 13:26:31.081] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/]: Adding Access Transformer META-INF/accesstransformer.cfg in jar(mods/biolith-neoforge-3.5.0-beta.3.jar)
[18Feb2026 13:26:31.082] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/]: Adding Access Transformer META-INF/accesstransformer.cfg in jar(mods/clientsort-neoforge-2.1.6+1.21.11.jar)
[18Feb2026 13:26:31.083] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/]: Adding Access Transformer META-INF/accesstransformer.cfg in jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > c2me-base-mc1.21.11-0.3.6+alpha.0.80-all.jar)
[18Feb2026 13:26:31.085] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/]: Adding Access Transformer META-INF/accesstransformer.cfg in jar(mods/cloth-config-21.11.153-neoforge.jar)
[18Feb2026 13:26:31.086] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/]: Adding Access Transformer META-INF/accesstransformer.cfg in jar(mods/konkrete_neoforge_1.9.14_MC_1.21.11.jar)
[18Feb2026 13:26:31.087] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/]: Adding Access Transformer META-INF/accesstransformer.cfg in jar(mods/easy-piglins-neoforge-1.21.11-1.1.7.jar)
[18Feb2026 13:26:31.088] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/]: Adding Access Transformer META-INF/accesstransformer.cfg in jar(mods/supermartijn642corelib-1.1.19-neoforge-mc1.21.11.jar)
[18Feb2026 13:26:31.089] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/]: Adding Access Transformer META-INF/accesstransformer.cfg in jar(mods/spark-1.10.156-neoforge.jar)
[18Feb2026 13:26:31.090] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/]: Adding Access Transformer META-INF/accesstransformer.cfg in jar(mods/collective-1.21.11-8.13.jar)
[18Feb2026 13:26:31.091] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/]: Adding Access Transformer META-INF/accesstransformer.cfg in jar(mods/unlocked_typing-merged-1.21.9-1.0.1.jar)
[18Feb2026 13:26:31.092] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/]: Adding Access Transformer META-INF/accesstransformer.cfg in jar(mods/architectury-19.0.1-neoforge.jar)
[18Feb2026 13:26:31.095] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/]: Adding Access Transformer META-INF/accesstransformer.cfg in jar(mods/AI-Improvements-1.21.11-0.5.4.jar)
[18Feb2026 13:26:31.096] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/]: Adding Access Transformer META-INF/accesstransformer.cfg in jar(mods/cupboard-1.21.11-3.1.jar)
[18Feb2026 13:26:31.097] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/]: Adding Access Transformer META-INF/accesstransformer.cfg in jar(mods/refurbished_furniture-neoforge-1.21.11-1.0.21.jar)
[18Feb2026 13:26:31.104] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/]: Adding Access Transformer META-INF/accesstransformer.cfg in jar(mods/moogs_structure_lib-1.1.0-1.21.11-neoforge.jar)
[18Feb2026 13:26:31.105] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/]: Adding Access Transformer META-INF/accesstransformer.cfg in jar(mods/framework-neoforge-1.21.11-0.13.8.jar)
[18Feb2026 13:26:31.106] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/]: Adding Access Transformer META-INF/neoforge.accesstransformer.cfg in jar(mods/FallingTree-1.21.11-1.21.11.3.jar)
[18Feb2026 13:26:31.106] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/]: Adding Access Transformer META-INF/accesstransformer.cfg in jar(mods/MutantMonsters-v21.11.2-mc1.21.11-NeoForge.jar)
[18Feb2026 13:26:31.107] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/]: Adding Access Transformer META-INF/accesstransformer.cfg in jar(mods/rechiseled-1.1.6-neoforge-mc1.21.11.jar)
[18Feb2026 13:26:31.108] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/]: Adding Access Transformer META-INF/accesstransformer.cfg in jar(mods/sophisticatedstorage-1.21.11-1.5.23.1421.jar)
[18Feb2026 13:26:31.108] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/]: Adding Access Transformer META-INF/accesstransformer.cfg in jar(mods/jei-1.21.11-neoforge-27.4.0.15.jar)
[18Feb2026 13:26:31.109] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/]: Adding Access Transformer META-INF/accesstransformer.cfg in jar(mods/lithostitched-1.5.7-neoforge-1.21.11.jar)
[18Feb2026 13:26:31.110] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/]: Adding Access Transformer META-INF/accesstransformer.cfg in jar(mods/lithium-neoforge-0.21.2+mc1.21.11.jar)
[18Feb2026 13:26:31.111] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/]: Adding Access Transformer META-INF/accesstransformer.cfg in jar(mods/journeymap-neoforge-1.21.11-6.0.0-beta.54.jar)
[18Feb2026 13:26:31.112] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/]: Adding Access Transformer META-INF/accesstransformer.cfg in jar(mods/snowundertrees-1.21.11-1.5.jar)
[18Feb2026 13:26:31.113] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/]: Adding Access Transformer META-INF/accesstransformer.cfg in jar(mods/fusion-1.2.11b-neoforge-mc1.21.11.jar)
[18Feb2026 13:26:31.114] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/]: Adding Access Transformer META-INF/accesstransformer.cfg in jar(mods/sodium-neoforge-0.8.2+mc1.21.11.jar) > jar(mods/sodium-neoforge-0.8.2+mc1.21.11.jar > net.caffeinemc.sodium-neoforge-0.8.2+mc1.21.11-mod.jar)
[18Feb2026 13:26:31.115] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/]: Adding Access Transformer META-INF/accesstransformer.cfg in jar(mods/hunters_return-1.21.11-28.5.0.jar)
[18Feb2026 13:26:31.116] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/]: Adding Access Transformer META-INF/accesstransformer.cfg in jar(mods/friendsandfoes-neoforge-4.0.19+mc1.21.11.jar)
[18Feb2026 13:26:31.117] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/]: Adding Access Transformer META-INF/accesstransformer.cfg in jar(mods/elytratrims-neoforge-4.6.2+1.21.11.jar)
[18Feb2026 13:26:31.118] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/]: Adding Access Transformer META-INF/accesstransformer.cfg in jar(mods/Jade-1.21.11-NeoForge-21.0.1.jar)
[18Feb2026 13:26:31.119] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/]: Adding Access Transformer META-INF/accesstransformer.cfg in jar(mods/easy-villagers-neoforge-1.21.11-1.1.40.jar)
[18Feb2026 13:26:31.120] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/]: Adding Access Transformer META-INF/accesstransformer.cfg in jar(mods/[1.21.11] SecurityCraft v1.10.1-beta1.jar)
[18Feb2026 13:26:31.128] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/]: Adding Access Transformer META-INF/accesstransformer.cfg in jar(mods/appleskin-neoforge-mc1.21.11-3.0.7.jar)
[18Feb2026 13:26:31.129] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/]: Adding Access Transformer META-INF/accesstransformer.cfg in jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar)
[18Feb2026 13:26:31.130] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/]: Adding Access Transformer META-INF/accesstransformer.cfg in jar(mods/PuzzlesLib-v21.11.11-mc1.21.11-NeoForge.jar)
[18Feb2026 13:26:31.175] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/]: Adding Access Transformer META-INF/accesstransformer.cfg in jar(mods/xptome-1.21.11-2.4.2.jar)
[18Feb2026 13:26:31.180] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: Found 5 implementations of ClassProcessor:
[18Feb2026 13:26:31.180] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: [built-in] net.neoforged.fml.common.asm.AccessTransformerService from libraries/net/neoforged/fancymodloader/loader/10.0.36/loader-10.0.36.jar
[18Feb2026 13:26:31.180] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: [built-in] net.neoforged.fml.common.asm.enumextension.RuntimeEnumExtender from libraries/net/neoforged/fancymodloader/loader/10.0.36/loader-10.0.36.jar
[18Feb2026 13:26:31.180] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: [built-in] net.neoforged.fml.common.asm.SimpleProcessorsGroup from libraries/net/neoforged/fancymodloader/loader/10.0.36/loader-10.0.36.jar
[18Feb2026 13:26:31.180] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: [built-in] net.neoforged.fml.loading.mixin.FMLMixinClassProcessor from libraries/net/neoforged/fancymodloader/loader/10.0.36/loader-10.0.36.jar
[18Feb2026 13:26:31.180] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: me.shedaniel.clothconfigcoremods.ClothConfigClassProcessor from mods/cloth-config-21.11.153-neoforge.jar > cloth-config-coremods-21.11.153.jar
[18Feb2026 13:26:31.188] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: Found 1 implementations of ClassProcessorProvider:
[18Feb2026 13:26:31.188] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: net.neoforged.neoforge.coremods.NeoForgeCoreMod from ~libraries/net/neoforged/neoforge/21.11.32-beta/neoforge-21.11.32-beta-universal.jar > net.neoforged.neoforge-coremods-21.11.32-beta.jar
[18Feb2026 13:26:31.584] [main/INFO] [net.neoforged.fml.loading.FMLLoader/]: Building game content classloader:
- advancednetherite (jar(mods/advancednetherite-neoforge-2.3.1-1.21.11.jar))
- aiimprovements (jar(mods/AI-Improvements-1.21.11-0.5.4.jar))
- alternate_current (jar(mods/alternate_current-mc1.21.11-1.9.0.jar))
- appleskin (jar(mods/appleskin-neoforge-mc1.21.11-3.0.7.jar))
- architectury (jar(mods/architectury-19.0.1-neoforge.jar))
- armorposer (jar(mods/ArmorPoser-neoforge-1.21.11-13.0.1.jar))
- bagus_lib (jar(mods/bagus_lib-1.21.11-22.7.0.jar))
- balm (jar(mods/balm-neoforge-1.21.11-21.11.5.jar))
- biolith (jar(mods/biolith-neoforge-3.5.0-beta.3.jar))
- c2me (jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar))
- c2me_base (jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > c2me-base-mc1.21.11-0.3.6+alpha.0.80-all.jar))
- c2me_client_uncapvd (jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > c2me-client-uncapvd-mc1.21.11-0.3.6+alpha.0.80.jar))
- c2me_fixes_chunkio_threading_issues (jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > c2me-fixes-chunkio-threading-issues-mc1.21.11-0.3.6+alpha.0.80.jar))
- c2me_fixes_general_threading_issues (jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > c2me-fixes-general-threading-issues-mc1.21.11-0.3.6+alpha.0.80.jar))
- c2me_fixes_worldgen_threading_issues (jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > c2me-fixes-worldgen-threading-issues-mc1.21.11-0.3.6+alpha.0.80.jar))
- c2me_fixes_worldgen_vanilla_bugs (jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > c2me-fixes-worldgen-vanilla-bugs-mc1.21.11-0.3.6+alpha.0.80.jar))
- c2me_notickvd (jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > c2me-notickvd-mc1.21.11-0.3.6+alpha.0.80.jar))
- c2me_opts_allocs (jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > c2me-opts-allocs-mc1.21.11-0.3.6+alpha.0.80.jar))
- c2me_opts_chunkio (jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > c2me-opts-chunkio-mc1.21.11-0.3.6+alpha.0.80.jar))
- c2me_opts_dfc (jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > c2me-opts-dfc-mc1.21.11-0.3.6+alpha.0.80.jar))
- c2me_opts_math (jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > c2me-opts-math-mc1.21.11-0.3.6+alpha.0.80.jar))
- c2me_opts_natives_math (jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > c2me-opts-natives-math-mc1.21.11-0.3.6+alpha.0.80.jar))
- c2me_opts_scheduling (jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > c2me-opts-scheduling-mc1.21.11-0.3.6+alpha.0.80.jar))
- c2me_opts_worldgen_general (jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > c2me-opts-worldgen-general-mc1.21.11-0.3.6+alpha.0.80.jar))
- c2me_opts_worldgen_vanilla (jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > c2me-opts-worldgen-vanilla-mc1.21.11-0.3.6+alpha.0.80.jar))
- c2me_rewrites_chunk_serializer (jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > c2me-rewrites-chunk-serializer-mc1.21.11-0.3.6+alpha.0.80.jar))
- c2me_rewrites_chunk_system (jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > c2me-rewrites-chunk-system-mc1.21.11-0.3.6+alpha.0.80.jar))
- c2me_rewrites_chunkio (jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > c2me-rewrites-chunkio-mc1.21.11-0.3.6+alpha.0.80.jar))
- c2me_server_utils (jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > c2me-server-utils-mc1.21.11-0.3.6+alpha.0.80.jar))
- c2me_threading_lighting (jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > c2me-threading-lighting-mc1.21.11-0.3.6+alpha.0.80.jar))
- carryon (jar(mods/carryon-neoforge-1.21.11-2.9.0.jar))
- clientsort (jar(mods/clientsort-neoforge-2.1.6+1.21.11.jar))
- cloth_config (jar(mods/cloth-config-21.11.153-neoforge.jar))
- clumps (jar(mods/Clumps-neoforge-1.21.11-29.0.0.1.jar))
- collective (jar(mods/collective-1.21.11-8.13.jar))
- commonnetworking (jar(mods/journeymap-neoforge-1.21.11-6.0.0-beta.54.jar > common-networking-neoforge-1.0.22-1.21.11.jar))
- corpse (jar(mods/corpse-neoforge-1.21.11-1.1.16.jar))
- creativecore (jar(mods/CreativeCore_NEOFORGE_v2.14.9_mc1.21.11.jar))
- ctov (jar(mods/[Neoforge]ctov-1.21.11-3.6.1a.jar))
- cupboard (jar(mods/cupboard-1.21.11-3.1.jar))
- doubledoors (jar(mods/doubledoors-1.21.11-7.2.jar))
- easy_piglins (jar(mods/easy-piglins-neoforge-1.21.11-1.1.7.jar))
- easy_villagers (jar(mods/easy-villagers-neoforge-1.21.11-1.1.40.jar))
- elytratrims (jar(mods/elytratrims-neoforge-4.6.2+1.21.11.jar))
- explorerscompass (jar(mods/ExplorersCompass-1.21.11-3.0.5-neoforge.jar))
- explorify (jar(mods/Explorify v1.6.4 f15-88.mod.jar))
- fallingtree (jar(mods/FallingTree-1.21.11-1.21.11.3.jar))
- ferritecore (jar(mods/ferritecore-8.0.3-neoforge.jar))
- framework (jar(mods/framework-neoforge-1.21.11-0.13.8.jar))
- friendsandfoes (jar(mods/friendsandfoes-neoforge-4.0.19+mc1.21.11.jar))
- fusion (jar(mods/fusion-1.2.11b-neoforge-mc1.21.11.jar))
- geophilic (jar(mods/Geophilic v3.4.6.mod.jar))
- hunters_return (jar(mods/hunters_return-1.21.11-28.5.0.jar))
- jade (jar(mods/Jade-1.21.11-NeoForge-21.0.1.jar))
- jamlib (jar(mods/jamlib-neoforge-1.3.5+1.21.11.jar))
- jei (jar(mods/jei-1.21.11-neoforge-27.4.0.15.jar))
- journeymap (jar(mods/journeymap-neoforge-1.21.11-6.0.0-beta.54.jar))
- journeymap_api (jar(mods/journeymap-neoforge-1.21.11-6.0.0-beta.54.jar > journeymap-api-neoforge-2.0.0-1.21.11-SNAPSHOT.jar))
- kleeslabs (jar(mods/kleeslabs-neoforge-1.21.11-21.11.3.jar))
- konkrete (jar(mods/konkrete_neoforge_1.9.14_MC_1.21.11.jar))
- krypton_fnp (jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar))
- kuma_api (jar(mods/balm-neoforge-1.21.11-21.11.5.jar > kuma-api-neoforge-21.11.12.jar))
- lithium (jar(mods/lithium-neoforge-0.21.2+mc1.21.11.jar))
- lithostitched (jar(mods/lithostitched-1.5.7-neoforge-1.21.11.jar))
- littlejoys (jar(mods/littlejoys-neoforge-1.21.11-21.11.2.jar))
- longer_following_time (jar(mods/longer_following_time-merged-1.21.9-1.1.0.jar))
- medieval_buildings (jar(mods/medieval_buildings-1.21.1-1.1.2-neoforge.jar))
- medieval_nether (jar(mods/medieval_buildings_nether_edition-1.21.9-1.0.1-neoforge.jar))
- medievalend (jar(mods/medieval_buildings_end_edition-1.21.X-1.0.5-neoforge.jar))
- melody (jar(mods/melody_neoforge_1.0.15_MC_1.21.11.jar))
- minecraft (jar(~libraries/net/neoforged/minecraft-server-patched/21.11.32-beta/minecraft-server-patched-21.11.32-beta.jar))
- mixinextras.neoforge (jar(~libraries/net/neoforged/neoforge/21.11.32-beta/neoforge-21.11.32-beta-universal.jar > mixinextras-neoforge-0.5.0.jar))
- mixinsquared.neoforge.beta._6 (jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > mixinsquared-neoforge-0.2.0-beta.6.jar))
- monolib (jar(mods/monolib-neoforge-1.21.10-3.1.1.jar))
- moogs_structures (jar(mods/moogs_structure_lib-1.1.0-1.21.11-neoforge.jar))
- moretotems (jar(mods/moretotems-neoforge-1.21.11-2.24.0.jar))
- mr_dungeons_andtaverns (jar(mods/dungeons-and-taverns-v5.1.0 [NeoForge].jar))
- mr_dungeons_andtavernsancientcityoverhaul (jar(mods/DnT-ancient-city-overhaul-v3.2.2 [NeoForge].jar))
- mr_dungeons_andtavernsdeserttempleoverhaul (jar(mods/DnT-desert-temple-overhaul-v2.1 [NeoForge].jar))
- mr_dungeons_andtavernsjungletempleoverhaul (jar(mods/DnT-jungle-temple-overhaul-v2.1 [NeoForge].jar))
- mr_dungeons_andtavernsnetherfortressoverhaul (jar(mods/DnT-nether-fortress-overhaul-v3.1 [NeoForge].jar))
- mr_dungeons_andtavernsoceanmonumentoverhaul (jar(mods/DnT-ocean-monument-overhaul-v2.2 [NeoForge].jar))
- mr_dungeons_andtavernspillageroutpostoverhaul (jar(mods/DnT-pillager-outpost-overhaul-v3.3 [NeoForge].jar))
- mr_dungeons_andtavernswoodlandmansionoverhaul (jar(mods/DnT-woodland-mansion-overhaul-v2 [NeoForge].jar))
- mr_guns (jar(mods/guns++-5.9.3.jar))
- mutantmonsters (jar(mods/MutantMonsters-v21.11.2-mc1.21.11-NeoForge.jar))
- mvs (jar(mods/MoogsVoyagerStructures-1.21-5.0.3.jar))
- naturescompass (jar(mods/NaturesCompass-1.21.11-3.0.5-neoforge.jar))
- neoforge (jar(~libraries/net/neoforged/neoforge/21.11.32-beta/neoforge-21.11.32-beta-universal.jar))
- net.neoforged.fml.generated (empty(VirtualJar/net.neoforged.fml.generated))
- netherportalfix (jar(mods/netherportalfix-neoforge-1.21.11-21.11.3.jar))
- pipez (jar(mods/pipez-neoforge-1.21.11-1.2.27.jar))
- puzzleslib (jar(mods/PuzzlesLib-v21.11.11-mc1.21.11-NeoForge.jar))
- rechiseled (jar(mods/rechiseled-1.1.6-neoforge-mc1.21.11.jar))
- refurbished_furniture (jar(mods/refurbished_furniture-neoforge-1.21.11-1.0.21.jar))
- resourcefullib (jar(mods/ResourcefulLib-neoforge-1.21.11-3.11.0.jar))
- revampedwolf (jar(mods/revampedwolf-1.21.11-21.0.0.jar))
- rightclickharvest (jar(mods/rightclickharvest-neoforge-4.6.0+1.21.11.jar))
- searchables (jar(mods/Searchables-neoforge-1.21.11-1.0.2.jar))
- securitycraft (jar(mods/[1.21.11] SecurityCraft v1.10.1-beta1.jar))
- skinlayers3d (jar(mods/skinlayers3d-neoforge-1.10.1-mc1.21.11.jar))
- snowundertrees (jar(mods/snowundertrees-1.21.11-1.5.jar))
- sodium (jar(mods/sodium-neoforge-0.8.2+mc1.21.11.jar > net.caffeinemc.sodium-neoforge-0.8.2+mc1.21.11-mod.jar))
- sophisticatedbackpacks (jar(mods/sophisticatedbackpacks-1.21.11-3.25.27.1489.jar))
- sophisticatedcore (jar(mods/sophisticatedcore-1.21.11-1.3.111.1356.jar))
- sophisticatedstorage (jar(mods/sophisticatedstorage-1.21.11-1.5.23.1421.jar))
- sound_physics_remastered (jar(mods/sound-physics-remastered-neoforge-1.21.11-1.5.1.jar))
- spark (jar(mods/spark-1.10.156-neoforge.jar))
- supermartijn642configlib (jar(mods/supermartijn642configlib-1.1.8-neoforge-mc1.21.11.jar))
- supermartijn642corelib (jar(mods/supermartijn642corelib-1.1.19-neoforge-mc1.21.11.jar))
- transition (jar(mods/skinlayers3d-neoforge-1.10.1-mc1.21.11.jar > TRansition-1.0.11-1.21.11-neoforge-SNAPSHOT.jar))
- trashslot (jar(mods/trashslot-neoforge-1.21.11-21.11.4.jar))
- trender (jar(mods/skinlayers3d-neoforge-1.10.1-mc1.21.11.jar > TRender-1.0.10-1.21.11-neoforge-SNAPSHOT.jar))
- unlocked_typing (jar(mods/unlocked_typing-merged-1.21.9-1.0.1.jar))
- villagernames (jar(mods/villagernames-1.21.11-8.3.jar))
- voicechat (jar(mods/voicechat-neoforge-1.21.11-2.6.11.jar))
- waystones (jar(mods/waystones-neoforge-1.21.11-21.11.4.jar))
- weaponmaster_ydm (jar(mods/weaponmaster-neoforge-1.21.11.jar))
- xpbook (jar(mods/xptome-1.21.11-2.4.2.jar))
- yet_another_config_lib_v3 (jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar))
[18Feb2026 13:26:31.700] [main/INFO] [net.neoforged.fml.loading.FMLLoader/]: Built game content classloader in 498ms
[18Feb2026 13:26:31.727] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by weaponmaster_ydm.mixins.json is lower than the default level supported by the current mixin service (JAVA_21).
[18Feb2026 13:26:31.727] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by weaponmaster_ydm.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[18Feb2026 13:26:31.727] [main/DEBUG] [mixin/]: Mixin config weaponmaster_ydm.mixins.json does not specify "minVersion" or "requiredFeatures" property
[18Feb2026 13:26:31.730] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by kuma_api.mixins.json is lower than the default level supported by the current mixin service (JAVA_21).
[18Feb2026 13:26:31.730] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by kuma_api.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[18Feb2026 13:26:31.731] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by netherportalfix.mixins.json is lower than the default level supported by the current mixin service (JAVA_21).
[18Feb2026 13:26:31.731] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by netherportalfix.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[18Feb2026 13:26:31.732] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by netherportalfix.neoforge.mixins.json is lower than the default level supported by the current mixin service (JAVA_21).
[18Feb2026 13:26:31.732] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by netherportalfix.neoforge.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[18Feb2026 13:26:31.733] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by sophisticatedcore.mixins.json is lower than the default level supported by the current mixin service (JAVA_21).
[18Feb2026 13:26:31.733] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by sophisticatedcore.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[18Feb2026 13:26:31.733] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by kleeslabs.mixins.json is lower than the default level supported by the current mixin service (JAVA_21).
[18Feb2026 13:26:31.733] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by kleeslabs.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[18Feb2026 13:26:31.734] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by kleeslabs.neoforge.mixins.json is lower than the default level supported by the current mixin service (JAVA_21).
[18Feb2026 13:26:31.734] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by kleeslabs.neoforge.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[18Feb2026 13:26:31.736] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by biolith.mixins.json is lower than the default level supported by the current mixin service (JAVA_21).
[18Feb2026 13:26:31.736] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by biolith.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[18Feb2026 13:26:31.736] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by biolith.neoforge.mixins.json is lower than the default level supported by the current mixin service (JAVA_21).
[18Feb2026 13:26:31.736] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by biolith.neoforge.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[18Feb2026 13:26:31.737] [main/DEBUG] [mixin/]: Compatibility level JAVA_16 specified by mixins.medievalend.json is lower than the default level supported by the current mixin service (JAVA_21).
[18Feb2026 13:26:31.737] [main/DEBUG] [mixin/]: Compatibility level JAVA_16 specified by mixins.medievalend.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[18Feb2026 13:26:31.737] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by mixins.medieval_buildings.json is lower than the default level supported by the current mixin service (JAVA_21).
[18Feb2026 13:26:31.737] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by mixins.medieval_buildings.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[18Feb2026 13:26:31.775] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by balm.mixins.json is lower than the default level supported by the current mixin service (JAVA_21).
[18Feb2026 13:26:31.775] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by balm.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[18Feb2026 13:26:31.775] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by balm.api.mixins.json is lower than the default level supported by the current mixin service (JAVA_21).
[18Feb2026 13:26:31.775] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by balm.api.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[18Feb2026 13:26:31.777] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by melody.mixins.json is lower than the default level supported by the current mixin service (JAVA_21).
[18Feb2026 13:26:31.777] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by melody.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[18Feb2026 13:26:31.777] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by melody.neoforge.mixins.json is lower than the default level supported by the current mixin service (JAVA_21).
[18Feb2026 13:26:31.777] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by melody.neoforge.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[18Feb2026 13:26:31.778] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by moretotems.mixins.json is lower than the default level supported by the current mixin service (JAVA_21).
[18Feb2026 13:26:31.778] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by moretotems.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[18Feb2026 13:26:31.778] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by moretotems.neoforge.mixins.json is lower than the default level supported by the current mixin service (JAVA_21).
[18Feb2026 13:26:31.778] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by moretotems.neoforge.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[18Feb2026 13:26:31.778] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by ctov.mixins.json is lower than the default level supported by the current mixin service (JAVA_21).
[18Feb2026 13:26:31.778] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by ctov.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[18Feb2026 13:26:31.779] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by ctov-common.mixins.json is lower than the default level supported by the current mixin service (JAVA_21).
[18Feb2026 13:26:31.779] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by ctov-common.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[18Feb2026 13:26:31.780] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by konkrete.mixins.json is lower than the default level supported by the current mixin service (JAVA_21).
[18Feb2026 13:26:31.780] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by konkrete.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[18Feb2026 13:26:31.780] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by konkrete.neoforge.mixins.json is lower than the default level supported by the current mixin service (JAVA_21).
[18Feb2026 13:26:31.780] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by konkrete.neoforge.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[18Feb2026 13:26:31.781] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by supermartijn642corelib.mixins.json is lower than the default level supported by the current mixin service (JAVA_21).
[18Feb2026 13:26:31.781] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by supermartijn642corelib.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[18Feb2026 13:26:31.781] [main/DEBUG] [mixin/]: Compatibility level JAVA_18 specified by neoforge-longer_following_time.mixins.json is lower than the default level supported by the current mixin service (JAVA_21).
[18Feb2026 13:26:31.781] [main/DEBUG] [mixin/]: Compatibility level JAVA_18 specified by neoforge-longer_following_time.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[18Feb2026 13:26:31.782] [main/DEBUG] [mixin/]: Compatibility level JAVA_18 specified by searchables.mixins.json is lower than the default level supported by the current mixin service (JAVA_21).
[18Feb2026 13:26:31.782] [main/DEBUG] [mixin/]: Compatibility level JAVA_18 specified by searchables.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[18Feb2026 13:26:31.788] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by littlejoys.mixins.json is lower than the default level supported by the current mixin service (JAVA_21).
[18Feb2026 13:26:31.788] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by littlejoys.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[18Feb2026 13:26:31.789] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by littlejoys.neoforge.mixins.json is lower than the default level supported by the current mixin service (JAVA_21).
[18Feb2026 13:26:31.789] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by littlejoys.neoforge.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[18Feb2026 13:26:31.789] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by resourcefullib.mixins.json is lower than the default level supported by the current mixin service (JAVA_21).
[18Feb2026 13:26:31.789] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by resourcefullib.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[18Feb2026 13:26:31.789] [main/DEBUG] [mixin/]: Compatibility level JAVA_18 specified by neoforge-unlocked_typing.mixins.json is lower than the default level supported by the current mixin service (JAVA_21).
[18Feb2026 13:26:31.789] [main/DEBUG] [mixin/]: Compatibility level JAVA_18 specified by neoforge-unlocked_typing.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[18Feb2026 13:26:31.790] [main/DEBUG] [mixin/]: Compatibility level JAVA_16 specified by architectury.mixins.json is lower than the default level supported by the current mixin service (JAVA_21).
[18Feb2026 13:26:31.790] [main/DEBUG] [mixin/]: Compatibility level JAVA_16 specified by architectury.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[18Feb2026 13:26:31.790] [main/DEBUG] [mixin/]: Compatibility level JAVA_16 specified by architectury-common.mixins.json is lower than the default level supported by the current mixin service (JAVA_21).
[18Feb2026 13:26:31.790] [main/DEBUG] [mixin/]: Compatibility level JAVA_16 specified by architectury-common.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[18Feb2026 13:26:31.791] [main/DEBUG] [mixin/]: Compatibility level JAVA_18 specified by monolib.mixins.json is lower than the default level supported by the current mixin service (JAVA_21).
[18Feb2026 13:26:31.791] [main/DEBUG] [mixin/]: Compatibility level JAVA_18 specified by monolib.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[18Feb2026 13:26:31.794] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by trashslot.mixins.json is lower than the default level supported by the current mixin service (JAVA_21).
[18Feb2026 13:26:31.794] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by trashslot.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[18Feb2026 13:26:31.794] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by trashslot.neoforge.mixins.json is lower than the default level supported by the current mixin service (JAVA_21).
[18Feb2026 13:26:31.794] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by trashslot.neoforge.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[18Feb2026 13:26:31.795] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by rechiseled.mixins.json is lower than the default level supported by the current mixin service (JAVA_21).
[18Feb2026 13:26:31.795] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by rechiseled.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[18Feb2026 13:26:31.795] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by lithostitched.mixins.json is lower than the default level supported by the current mixin service (JAVA_21).
[18Feb2026 13:26:31.795] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by lithostitched.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[18Feb2026 13:26:31.795] [main/DEBUG] [mixin/]: Mixin config lithostitched.mixins.json does not specify "minVersion" or "requiredFeatures" property
[18Feb2026 13:26:31.795] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by lithostitched.12111.mixins.json is lower than the default level supported by the current mixin service (JAVA_21).
[18Feb2026 13:26:31.795] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by lithostitched.12111.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[18Feb2026 13:26:31.795] [main/DEBUG] [mixin/]: Mixin config lithostitched.12111.mixins.json does not specify "minVersion" or "requiredFeatures" property
[18Feb2026 13:26:31.796] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by lithostitched.neoforge.mixins.json is lower than the default level supported by the current mixin service (JAVA_21).
[18Feb2026 13:26:31.796] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by lithostitched.neoforge.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[18Feb2026 13:26:31.796] [main/DEBUG] [mixin/]: Mixin config lithostitched.neoforge.mixins.json does not specify "minVersion" or "requiredFeatures" property
[18Feb2026 13:26:31.796] [main/DEBUG] [mixin/]: Mixin config lithium.mixins.json does not specify "minVersion" or "requiredFeatures" property
[18Feb2026 13:26:31.796] [main/DEBUG] [mixin/]: Mixin config lithium-neoforge.mixins.json does not specify "minVersion" or "requiredFeatures" property
[18Feb2026 13:26:31.797] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by waystones.mixins.json is lower than the default level supported by the current mixin service (JAVA_21).
[18Feb2026 13:26:31.797] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by waystones.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[18Feb2026 13:26:31.797] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by waystones.neoforge.mixins.json is lower than the default level supported by the current mixin service (JAVA_21).
[18Feb2026 13:26:31.797] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by waystones.neoforge.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[18Feb2026 13:26:31.798] [main/DEBUG] [mixin/]: Compatibility level JAVA_18 specified by clumps.mixins.json is lower than the default level supported by the current mixin service (JAVA_21).
[18Feb2026 13:26:31.798] [main/DEBUG] [mixin/]: Compatibility level JAVA_18 specified by clumps.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[18Feb2026 13:26:31.798] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by journeymap.mixins.json is lower than the default level supported by the current mixin service (JAVA_21).
[18Feb2026 13:26:31.798] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by journeymap.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[18Feb2026 13:26:31.798] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by journeymap.neoforge.mixins.json is lower than the default level supported by the current mixin service (JAVA_21).
[18Feb2026 13:26:31.798] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by journeymap.neoforge.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[18Feb2026 13:26:31.798] [main/DEBUG] [mixin/]: Compatibility level JAVA_16 specified by alternate-current.mixins.json is lower than the default level supported by the current mixin service (JAVA_21).
[18Feb2026 13:26:31.798] [main/DEBUG] [mixin/]: Compatibility level JAVA_16 specified by alternate-current.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[18Feb2026 13:26:31.799] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by fusion.mixins.json is lower than the default level supported by the current mixin service (JAVA_21).
[18Feb2026 13:26:31.799] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by fusion.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[18Feb2026 13:26:31.799] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by sodium-common.mixins.json is lower than the default level supported by the current mixin service (JAVA_21).
[18Feb2026 13:26:31.799] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by sodium-common.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[18Feb2026 13:26:31.799] [main/DEBUG] [mixin/]: Mixin config sodium-common.mixins.json does not specify "minVersion" or "requiredFeatures" property
[18Feb2026 13:26:31.800] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by sodium-neoforge.mixins.json is lower than the default level supported by the current mixin service (JAVA_21).
[18Feb2026 13:26:31.800] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by sodium-neoforge.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[18Feb2026 13:26:31.800] [main/DEBUG] [mixin/]: Mixin config sodium-neoforge.mixins.json does not specify "minVersion" or "requiredFeatures" property
[18Feb2026 13:26:31.802] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by sound_physics_remastered.mixins.json is lower than the default level supported by the current mixin service (JAVA_21).
[18Feb2026 13:26:31.802] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by sound_physics_remastered.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[18Feb2026 13:26:31.802] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by jamlib.mixins.json is lower than the default level supported by the current mixin service (JAVA_21).
[18Feb2026 13:26:31.802] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by jamlib.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[18Feb2026 13:26:31.802] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by jamlib.client.mixins.json is lower than the default level supported by the current mixin service (JAVA_21).
[18Feb2026 13:26:31.802] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by jamlib.client.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[18Feb2026 13:26:31.802] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by rightclickharvest.mixins.json is lower than the default level supported by the current mixin service (JAVA_21).
[18Feb2026 13:26:31.802] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by rightclickharvest.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[18Feb2026 13:26:31.804] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by ferritecore.fastmap.mixin.json is lower than the default level supported by the current mixin service (JAVA_21).
[18Feb2026 13:26:31.805] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by ferritecore.fastmap.mixin.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[18Feb2026 13:26:31.805] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by ferritecore.blockstatecache.mixin.json is lower than the default level supported by the current mixin service (JAVA_21).
[18Feb2026 13:26:31.805] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by ferritecore.blockstatecache.mixin.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[18Feb2026 13:26:31.805] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by ferritecore.threaddetec.mixin.json is lower than the default level supported by the current mixin service (JAVA_21).
[18Feb2026 13:26:31.805] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by ferritecore.threaddetec.mixin.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[18Feb2026 13:26:31.805] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by ferritecore.accessors.mixin.json is lower than the default level supported by the current mixin service (JAVA_21).
[18Feb2026 13:26:31.805] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by ferritecore.accessors.mixin.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[18Feb2026 13:26:31.806] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by yacl.mixins.json is lower than the default level supported by the current mixin service (JAVA_21).
[18Feb2026 13:26:31.806] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by yacl.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[18Feb2026 13:26:31.806] [main/DEBUG] [mixin/]: Mixin config yacl.mixins.json does not specify "minVersion" or "requiredFeatures" property
[18Feb2026 13:26:31.806] [main/DEBUG] [mixin/]: Compatibility level JAVA_16 specified by mixins.medieval_nether.json is lower than the default level supported by the current mixin service (JAVA_21).
[18Feb2026 13:26:31.806] [main/DEBUG] [mixin/]: Compatibility level JAVA_16 specified by mixins.medieval_nether.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[18Feb2026 13:26:31.808] [main/DEBUG] [mixin/]: Processing launch tasks for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleVirtual(fml:18c85)]
[18Feb2026 13:26:31.808] [main/DEBUG] [mixin/]: Processing launch tasks for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleVirtual(fml:18c85)]
[18Feb2026 13:26:31.808] [main/DEBUG] [mixin/]: Adding agents for Mixin Container jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > json-0.2.1.jar)
[18Feb2026 13:26:31.808] [main/DEBUG] [mixin/]: Adding mixin platform agents for container jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > json-0.2.1.jar)
[18Feb2026 13:26:31.808] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > json-0.2.1.jar)
[18Feb2026 13:26:31.808] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > json-0.2.1.jar)
[18Feb2026 13:26:31.808] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > json-0.2.1.jar)
[18Feb2026 13:26:31.808] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > json-0.2.1.jar)
[18Feb2026 13:26:31.808] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > json-0.2.1.jar)]
[18Feb2026 13:26:31.808] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > json-0.2.1.jar)]
[18Feb2026 13:26:31.808] [main/DEBUG] [mixin/]: Adding agents for Mixin Container jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > imageio-webp-3.12.0.jar)
[18Feb2026 13:26:31.808] [main/DEBUG] [mixin/]: Adding mixin platform agents for container jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > imageio-webp-3.12.0.jar)
[18Feb2026 13:26:31.808] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > imageio-webp-3.12.0.jar)
[18Feb2026 13:26:31.808] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > imageio-webp-3.12.0.jar)
[18Feb2026 13:26:31.808] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > imageio-webp-3.12.0.jar)
[18Feb2026 13:26:31.808] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > imageio-webp-3.12.0.jar)
[18Feb2026 13:26:31.808] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > imageio-webp-3.12.0.jar)]
[18Feb2026 13:26:31.808] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > imageio-webp-3.12.0.jar)]
[18Feb2026 13:26:31.808] [main/DEBUG] [mixin/]: Adding agents for Mixin Container jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar) > jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar > sewlia-config-1.0.0-20250810.044244-13.jar)
[18Feb2026 13:26:31.808] [main/DEBUG] [mixin/]: Adding mixin platform agents for container jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar) > jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar > sewlia-config-1.0.0-20250810.044244-13.jar)
[18Feb2026 13:26:31.808] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar) > jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar > sewlia-config-1.0.0-20250810.044244-13.jar)
[18Feb2026 13:26:31.808] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar) > jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar > sewlia-config-1.0.0-20250810.044244-13.jar)
[18Feb2026 13:26:31.808] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar) > jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar > sewlia-config-1.0.0-20250810.044244-13.jar)
[18Feb2026 13:26:31.808] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar) > jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar > sewlia-config-1.0.0-20250810.044244-13.jar)
[18Feb2026 13:26:31.808] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar) > jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar > sewlia-config-1.0.0-20250810.044244-13.jar)]
[18Feb2026 13:26:31.808] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar) > jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar > sewlia-config-1.0.0-20250810.044244-13.jar)]
[18Feb2026 13:26:31.808] [main/DEBUG] [mixin/]: Adding agents for Mixin Container jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > common-lang-3.12.0.jar)
[18Feb2026 13:26:31.808] [main/DEBUG] [mixin/]: Adding mixin platform agents for container jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > common-lang-3.12.0.jar)
[18Feb2026 13:26:31.808] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > common-lang-3.12.0.jar)
[18Feb2026 13:26:31.809] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > common-lang-3.12.0.jar)
[18Feb2026 13:26:31.809] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > common-lang-3.12.0.jar)
[18Feb2026 13:26:31.809] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > common-lang-3.12.0.jar)
[18Feb2026 13:26:31.809] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > common-lang-3.12.0.jar)]
[18Feb2026 13:26:31.809] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > common-lang-3.12.0.jar)]
[18Feb2026 13:26:31.809] [main/DEBUG] [mixin/]: Adding agents for Mixin Container jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > asyncutil-0.1.0.jar)
[18Feb2026 13:26:31.809] [main/DEBUG] [mixin/]: Adding mixin platform agents for container jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > asyncutil-0.1.0.jar)
[18Feb2026 13:26:31.809] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > asyncutil-0.1.0.jar)
[18Feb2026 13:26:31.809] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > asyncutil-0.1.0.jar)
[18Feb2026 13:26:31.809] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > asyncutil-0.1.0.jar)
[18Feb2026 13:26:31.809] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > asyncutil-0.1.0.jar)
[18Feb2026 13:26:31.809] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > asyncutil-0.1.0.jar)]
[18Feb2026 13:26:31.809] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > asyncutil-0.1.0.jar)]
[18Feb2026 13:26:31.809] [main/DEBUG] [mixin/]: Adding agents for Mixin Container jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > reactive-streams-1.0.4.jar)
[18Feb2026 13:26:31.809] [main/DEBUG] [mixin/]: Adding mixin platform agents for container jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > reactive-streams-1.0.4.jar)
[18Feb2026 13:26:31.809] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > reactive-streams-1.0.4.jar)
[18Feb2026 13:26:31.809] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > reactive-streams-1.0.4.jar)
[18Feb2026 13:26:31.809] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > reactive-streams-1.0.4.jar)
[18Feb2026 13:26:31.809] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > reactive-streams-1.0.4.jar)
[18Feb2026 13:26:31.809] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > reactive-streams-1.0.4.jar)]
[18Feb2026 13:26:31.809] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > reactive-streams-1.0.4.jar)]
[18Feb2026 13:26:31.809] [main/DEBUG] [mixin/]: Adding agents for Mixin Container jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > imageio-metadata-3.12.0.jar)
[18Feb2026 13:26:31.809] [main/DEBUG] [mixin/]: Adding mixin platform agents for container jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > imageio-metadata-3.12.0.jar)
[18Feb2026 13:26:31.809] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > imageio-metadata-3.12.0.jar)
[18Feb2026 13:26:31.809] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > imageio-metadata-3.12.0.jar)
[18Feb2026 13:26:31.809] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > imageio-metadata-3.12.0.jar)
[18Feb2026 13:26:31.809] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > imageio-metadata-3.12.0.jar)
[18Feb2026 13:26:31.809] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > imageio-metadata-3.12.0.jar)]
[18Feb2026 13:26:31.809] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > imageio-metadata-3.12.0.jar)]
[18Feb2026 13:26:31.809] [main/DEBUG] [mixin/]: Adding agents for Mixin Container jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar) > jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar > snakeyaml-2.4.jar)
[18Feb2026 13:26:31.809] [main/DEBUG] [mixin/]: Adding mixin platform agents for container jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar) > jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar > snakeyaml-2.4.jar)
[18Feb2026 13:26:31.809] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar) > jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar > snakeyaml-2.4.jar)
[18Feb2026 13:26:31.809] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar) > jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar > snakeyaml-2.4.jar)
[18Feb2026 13:26:31.809] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar) > jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar > snakeyaml-2.4.jar)
[18Feb2026 13:26:31.809] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar) > jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar > snakeyaml-2.4.jar)
[18Feb2026 13:26:31.809] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar) > jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar > snakeyaml-2.4.jar)]
[18Feb2026 13:26:31.809] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar) > jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar > snakeyaml-2.4.jar)]
[18Feb2026 13:26:31.809] [main/DEBUG] [mixin/]: Adding agents for Mixin Container jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > exp4j-0.4.8.jar)
[18Feb2026 13:26:31.809] [main/DEBUG] [mixin/]: Adding mixin platform agents for container jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > exp4j-0.4.8.jar)
[18Feb2026 13:26:31.809] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > exp4j-0.4.8.jar)
[18Feb2026 13:26:31.809] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > exp4j-0.4.8.jar)
[18Feb2026 13:26:31.809] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > exp4j-0.4.8.jar)
[18Feb2026 13:26:31.809] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > exp4j-0.4.8.jar)
[18Feb2026 13:26:31.809] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > exp4j-0.4.8.jar)]
[18Feb2026 13:26:31.810] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > exp4j-0.4.8.jar)]
[18Feb2026 13:26:31.810] [main/DEBUG] [mixin/]: Adding agents for Mixin Container jar(mods/journeymap-neoforge-1.21.11-6.0.0-beta.54.jar) > jar(mods/journeymap-neoforge-1.21.11-6.0.0-beta.54.jar > pngj-2.1.0.jar)
[18Feb2026 13:26:31.810] [main/DEBUG] [mixin/]: Adding mixin platform agents for container jar(mods/journeymap-neoforge-1.21.11-6.0.0-beta.54.jar) > jar(mods/journeymap-neoforge-1.21.11-6.0.0-beta.54.jar > pngj-2.1.0.jar)
[18Feb2026 13:26:31.810] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for jar(mods/journeymap-neoforge-1.21.11-6.0.0-beta.54.jar) > jar(mods/journeymap-neoforge-1.21.11-6.0.0-beta.54.jar > pngj-2.1.0.jar)
[18Feb2026 13:26:31.810] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container jar(mods/journeymap-neoforge-1.21.11-6.0.0-beta.54.jar) > jar(mods/journeymap-neoforge-1.21.11-6.0.0-beta.54.jar > pngj-2.1.0.jar)
[18Feb2026 13:26:31.810] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for jar(mods/journeymap-neoforge-1.21.11-6.0.0-beta.54.jar) > jar(mods/journeymap-neoforge-1.21.11-6.0.0-beta.54.jar > pngj-2.1.0.jar)
[18Feb2026 13:26:31.810] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container jar(mods/journeymap-neoforge-1.21.11-6.0.0-beta.54.jar) > jar(mods/journeymap-neoforge-1.21.11-6.0.0-beta.54.jar > pngj-2.1.0.jar)
[18Feb2026 13:26:31.810] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/journeymap-neoforge-1.21.11-6.0.0-beta.54.jar) > jar(mods/journeymap-neoforge-1.21.11-6.0.0-beta.54.jar > pngj-2.1.0.jar)]
[18Feb2026 13:26:31.810] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/journeymap-neoforge-1.21.11-6.0.0-beta.54.jar) > jar(mods/journeymap-neoforge-1.21.11-6.0.0-beta.54.jar > pngj-2.1.0.jar)]
[18Feb2026 13:26:31.810] [main/DEBUG] [mixin/]: Adding agents for Mixin Container jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > mixinsquared-neoforge-0.2.0-beta.6.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > mixinsquared-neoforge-0.2.0-beta.6.jar > MixinSquared-0.2.0-beta.6.jar)
[18Feb2026 13:26:31.810] [main/DEBUG] [mixin/]: Adding mixin platform agents for container jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > mixinsquared-neoforge-0.2.0-beta.6.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > mixinsquared-neoforge-0.2.0-beta.6.jar > MixinSquared-0.2.0-beta.6.jar)
[18Feb2026 13:26:31.810] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > mixinsquared-neoforge-0.2.0-beta.6.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > mixinsquared-neoforge-0.2.0-beta.6.jar > MixinSquared-0.2.0-beta.6.jar)
[18Feb2026 13:26:31.810] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > mixinsquared-neoforge-0.2.0-beta.6.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > mixinsquared-neoforge-0.2.0-beta.6.jar > MixinSquared-0.2.0-beta.6.jar)
[18Feb2026 13:26:31.810] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > mixinsquared-neoforge-0.2.0-beta.6.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > mixinsquared-neoforge-0.2.0-beta.6.jar > MixinSquared-0.2.0-beta.6.jar)
[18Feb2026 13:26:31.810] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > mixinsquared-neoforge-0.2.0-beta.6.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > mixinsquared-neoforge-0.2.0-beta.6.jar > MixinSquared-0.2.0-beta.6.jar)
[18Feb2026 13:26:31.810] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > mixinsquared-neoforge-0.2.0-beta.6.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > mixinsquared-neoforge-0.2.0-beta.6.jar > MixinSquared-0.2.0-beta.6.jar)]
[18Feb2026 13:26:31.810] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > mixinsquared-neoforge-0.2.0-beta.6.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > mixinsquared-neoforge-0.2.0-beta.6.jar > MixinSquared-0.2.0-beta.6.jar)]
[18Feb2026 13:26:31.810] [main/DEBUG] [mixin/]: Adding agents for Mixin Container jar(mods/elytratrims-neoforge-4.6.2+1.21.11.jar) > jar(mods/elytratrims-neoforge-4.6.2+1.21.11.jar > kotlin-stdlib-2.2.21.jar)
[18Feb2026 13:26:31.810] [main/DEBUG] [mixin/]: Adding mixin platform agents for container jar(mods/elytratrims-neoforge-4.6.2+1.21.11.jar) > jar(mods/elytratrims-neoforge-4.6.2+1.21.11.jar > kotlin-stdlib-2.2.21.jar)
[18Feb2026 13:26:31.810] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for jar(mods/elytratrims-neoforge-4.6.2+1.21.11.jar) > jar(mods/elytratrims-neoforge-4.6.2+1.21.11.jar > kotlin-stdlib-2.2.21.jar)
[18Feb2026 13:26:31.810] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container jar(mods/elytratrims-neoforge-4.6.2+1.21.11.jar) > jar(mods/elytratrims-neoforge-4.6.2+1.21.11.jar > kotlin-stdlib-2.2.21.jar)
[18Feb2026 13:26:31.810] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for jar(mods/elytratrims-neoforge-4.6.2+1.21.11.jar) > jar(mods/elytratrims-neoforge-4.6.2+1.21.11.jar > kotlin-stdlib-2.2.21.jar)
[18Feb2026 13:26:31.810] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container jar(mods/elytratrims-neoforge-4.6.2+1.21.11.jar) > jar(mods/elytratrims-neoforge-4.6.2+1.21.11.jar > kotlin-stdlib-2.2.21.jar)
[18Feb2026 13:26:31.810] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/elytratrims-neoforge-4.6.2+1.21.11.jar) > jar(mods/elytratrims-neoforge-4.6.2+1.21.11.jar > kotlin-stdlib-2.2.21.jar)]
[18Feb2026 13:26:31.810] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/elytratrims-neoforge-4.6.2+1.21.11.jar) > jar(mods/elytratrims-neoforge-4.6.2+1.21.11.jar > kotlin-stdlib-2.2.21.jar)]
[18Feb2026 13:26:31.810] [main/DEBUG] [mixin/]: Adding agents for Mixin Container jar(mods/ResourcefulLib-neoforge-1.21.11-3.11.0.jar) > jar(mods/ResourcefulLib-neoforge-1.21.11-3.11.0.jar > yabn-1.0.3.jar)
[18Feb2026 13:26:31.810] [main/DEBUG] [mixin/]: Adding mixin platform agents for container jar(mods/ResourcefulLib-neoforge-1.21.11-3.11.0.jar) > jar(mods/ResourcefulLib-neoforge-1.21.11-3.11.0.jar > yabn-1.0.3.jar)
[18Feb2026 13:26:31.810] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for jar(mods/ResourcefulLib-neoforge-1.21.11-3.11.0.jar) > jar(mods/ResourcefulLib-neoforge-1.21.11-3.11.0.jar > yabn-1.0.3.jar)
[18Feb2026 13:26:31.810] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container jar(mods/ResourcefulLib-neoforge-1.21.11-3.11.0.jar) > jar(mods/ResourcefulLib-neoforge-1.21.11-3.11.0.jar > yabn-1.0.3.jar)
[18Feb2026 13:26:31.810] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for jar(mods/ResourcefulLib-neoforge-1.21.11-3.11.0.jar) > jar(mods/ResourcefulLib-neoforge-1.21.11-3.11.0.jar > yabn-1.0.3.jar)
[18Feb2026 13:26:31.810] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container jar(mods/ResourcefulLib-neoforge-1.21.11-3.11.0.jar) > jar(mods/ResourcefulLib-neoforge-1.21.11-3.11.0.jar > yabn-1.0.3.jar)
[18Feb2026 13:26:31.810] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/ResourcefulLib-neoforge-1.21.11-3.11.0.jar) > jar(mods/ResourcefulLib-neoforge-1.21.11-3.11.0.jar > yabn-1.0.3.jar)]
[18Feb2026 13:26:31.810] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/ResourcefulLib-neoforge-1.21.11-3.11.0.jar) > jar(mods/ResourcefulLib-neoforge-1.21.11-3.11.0.jar > yabn-1.0.3.jar)]
[18Feb2026 13:26:31.810] [main/DEBUG] [mixin/]: Adding agents for Mixin Container jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > gson-0.2.1.jar)
[18Feb2026 13:26:31.810] [main/DEBUG] [mixin/]: Adding mixin platform agents for container jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > gson-0.2.1.jar)
[18Feb2026 13:26:31.810] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > gson-0.2.1.jar)
[18Feb2026 13:26:31.810] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > gson-0.2.1.jar)
[18Feb2026 13:26:31.810] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > gson-0.2.1.jar)
[18Feb2026 13:26:31.810] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > gson-0.2.1.jar)
[18Feb2026 13:26:31.810] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > gson-0.2.1.jar)]
[18Feb2026 13:26:31.810] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > gson-0.2.1.jar)]
[18Feb2026 13:26:31.810] [main/DEBUG] [mixin/]: Adding agents for Mixin Container jar(~libraries/net/neoforged/neoforge/21.11.32-beta/neoforge-21.11.32-beta-universal.jar) > jar(~libraries/net/neoforged/neoforge/21.11.32-beta/neoforge-21.11.32-beta-universal.jar > net.neoforged.neoforge-coremods-21.11.32-beta.jar)
[18Feb2026 13:26:31.810] [main/DEBUG] [mixin/]: Adding mixin platform agents for container jar(~libraries/net/neoforged/neoforge/21.11.32-beta/neoforge-21.11.32-beta-universal.jar) > jar(~libraries/net/neoforged/neoforge/21.11.32-beta/neoforge-21.11.32-beta-universal.jar > net.neoforged.neoforge-coremods-21.11.32-beta.jar)
[18Feb2026 13:26:31.811] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for jar(~libraries/net/neoforged/neoforge/21.11.32-beta/neoforge-21.11.32-beta-universal.jar) > jar(~libraries/net/neoforged/neoforge/21.11.32-beta/neoforge-21.11.32-beta-universal.jar > net.neoforged.neoforge-coremods-21.11.32-beta.jar)
[18Feb2026 13:26:31.811] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container jar(~libraries/net/neoforged/neoforge/21.11.32-beta/neoforge-21.11.32-beta-universal.jar) > jar(~libraries/net/neoforged/neoforge/21.11.32-beta/neoforge-21.11.32-beta-universal.jar > net.neoforged.neoforge-coremods-21.11.32-beta.jar)
[18Feb2026 13:26:31.811] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for jar(~libraries/net/neoforged/neoforge/21.11.32-beta/neoforge-21.11.32-beta-universal.jar) > jar(~libraries/net/neoforged/neoforge/21.11.32-beta/neoforge-21.11.32-beta-universal.jar > net.neoforged.neoforge-coremods-21.11.32-beta.jar)
[18Feb2026 13:26:31.811] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container jar(~libraries/net/neoforged/neoforge/21.11.32-beta/neoforge-21.11.32-beta-universal.jar) > jar(~libraries/net/neoforged/neoforge/21.11.32-beta/neoforge-21.11.32-beta-universal.jar > net.neoforged.neoforge-coremods-21.11.32-beta.jar)
[18Feb2026 13:26:31.811] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:jar(~libraries/net/neoforged/neoforge/21.11.32-beta/neoforge-21.11.32-beta-universal.jar) > jar(~libraries/net/neoforged/neoforge/21.11.32-beta/neoforge-21.11.32-beta-universal.jar > net.neoforged.neoforge-coremods-21.11.32-beta.jar)]
[18Feb2026 13:26:31.811] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:jar(~libraries/net/neoforged/neoforge/21.11.32-beta/neoforge-21.11.32-beta-universal.jar) > jar(~libraries/net/neoforged/neoforge/21.11.32-beta/neoforge-21.11.32-beta-universal.jar > net.neoforged.neoforge-coremods-21.11.32-beta.jar)]
[18Feb2026 13:26:31.811] [main/DEBUG] [mixin/]: Adding agents for Mixin Container jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar) > jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar > velocity-native-3.4.0-SNAPSHOT.jar)
[18Feb2026 13:26:31.811] [main/DEBUG] [mixin/]: Adding mixin platform agents for container jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar) > jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar > velocity-native-3.4.0-SNAPSHOT.jar)
[18Feb2026 13:26:31.811] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar) > jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar > velocity-native-3.4.0-SNAPSHOT.jar)
[18Feb2026 13:26:31.811] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar) > jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar > velocity-native-3.4.0-SNAPSHOT.jar)
[18Feb2026 13:26:31.811] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar) > jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar > velocity-native-3.4.0-SNAPSHOT.jar)
[18Feb2026 13:26:31.811] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar) > jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar > velocity-native-3.4.0-SNAPSHOT.jar)
[18Feb2026 13:26:31.811] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar) > jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar > velocity-native-3.4.0-SNAPSHOT.jar)]
[18Feb2026 13:26:31.811] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar) > jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar > velocity-native-3.4.0-SNAPSHOT.jar)]
[18Feb2026 13:26:31.811] [main/DEBUG] [mixin/]: Adding agents for Mixin Container jar(mods/cloth-config-21.11.153-neoforge.jar) > jar(mods/cloth-config-21.11.153-neoforge.jar > cloth-config-coremods-21.11.153.jar)
[18Feb2026 13:26:31.811] [main/DEBUG] [mixin/]: Adding mixin platform agents for container jar(mods/cloth-config-21.11.153-neoforge.jar) > jar(mods/cloth-config-21.11.153-neoforge.jar > cloth-config-coremods-21.11.153.jar)
[18Feb2026 13:26:31.811] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for jar(mods/cloth-config-21.11.153-neoforge.jar) > jar(mods/cloth-config-21.11.153-neoforge.jar > cloth-config-coremods-21.11.153.jar)
[18Feb2026 13:26:31.811] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container jar(mods/cloth-config-21.11.153-neoforge.jar) > jar(mods/cloth-config-21.11.153-neoforge.jar > cloth-config-coremods-21.11.153.jar)
[18Feb2026 13:26:31.811] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for jar(mods/cloth-config-21.11.153-neoforge.jar) > jar(mods/cloth-config-21.11.153-neoforge.jar > cloth-config-coremods-21.11.153.jar)
[18Feb2026 13:26:31.811] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container jar(mods/cloth-config-21.11.153-neoforge.jar) > jar(mods/cloth-config-21.11.153-neoforge.jar > cloth-config-coremods-21.11.153.jar)
[18Feb2026 13:26:31.811] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/cloth-config-21.11.153-neoforge.jar) > jar(mods/cloth-config-21.11.153-neoforge.jar > cloth-config-coremods-21.11.153.jar)]
[18Feb2026 13:26:31.811] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/cloth-config-21.11.153-neoforge.jar) > jar(mods/cloth-config-21.11.153-neoforge.jar > cloth-config-coremods-21.11.153.jar)]
[18Feb2026 13:26:31.811] [main/DEBUG] [mixin/]: Adding agents for Mixin Container jar(mods/ResourcefulLib-neoforge-1.21.11-3.11.0.jar) > jar(mods/ResourcefulLib-neoforge-1.21.11-3.11.0.jar > bytecodecs-1.1.3.jar)
[18Feb2026 13:26:31.811] [main/DEBUG] [mixin/]: Adding mixin platform agents for container jar(mods/ResourcefulLib-neoforge-1.21.11-3.11.0.jar) > jar(mods/ResourcefulLib-neoforge-1.21.11-3.11.0.jar > bytecodecs-1.1.3.jar)
[18Feb2026 13:26:31.811] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for jar(mods/ResourcefulLib-neoforge-1.21.11-3.11.0.jar) > jar(mods/ResourcefulLib-neoforge-1.21.11-3.11.0.jar > bytecodecs-1.1.3.jar)
[18Feb2026 13:26:31.811] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container jar(mods/ResourcefulLib-neoforge-1.21.11-3.11.0.jar) > jar(mods/ResourcefulLib-neoforge-1.21.11-3.11.0.jar > bytecodecs-1.1.3.jar)
[18Feb2026 13:26:31.811] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for jar(mods/ResourcefulLib-neoforge-1.21.11-3.11.0.jar) > jar(mods/ResourcefulLib-neoforge-1.21.11-3.11.0.jar > bytecodecs-1.1.3.jar)
[18Feb2026 13:26:31.811] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container jar(mods/ResourcefulLib-neoforge-1.21.11-3.11.0.jar) > jar(mods/ResourcefulLib-neoforge-1.21.11-3.11.0.jar > bytecodecs-1.1.3.jar)
[18Feb2026 13:26:31.811] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/ResourcefulLib-neoforge-1.21.11-3.11.0.jar) > jar(mods/ResourcefulLib-neoforge-1.21.11-3.11.0.jar > bytecodecs-1.1.3.jar)]
[18Feb2026 13:26:31.811] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/ResourcefulLib-neoforge-1.21.11-3.11.0.jar) > jar(mods/ResourcefulLib-neoforge-1.21.11-3.11.0.jar > bytecodecs-1.1.3.jar)]
[18Feb2026 13:26:31.811] [main/DEBUG] [mixin/]: Adding agents for Mixin Container jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > rxjava-3.1.12.jar)
[18Feb2026 13:26:31.811] [main/DEBUG] [mixin/]: Adding mixin platform agents for container jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > rxjava-3.1.12.jar)
[18Feb2026 13:26:31.811] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > rxjava-3.1.12.jar)
[18Feb2026 13:26:31.811] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > rxjava-3.1.12.jar)
[18Feb2026 13:26:31.811] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > rxjava-3.1.12.jar)
[18Feb2026 13:26:31.811] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > rxjava-3.1.12.jar)
[18Feb2026 13:26:31.811] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > rxjava-3.1.12.jar)]
[18Feb2026 13:26:31.811] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > rxjava-3.1.12.jar)]
[18Feb2026 13:26:31.811] [main/DEBUG] [mixin/]: Adding agents for Mixin Container jar(mods/jamlib-neoforge-1.3.5+1.21.11.jar) > jar(mods/jamlib-neoforge-1.3.5+1.21.11.jar > jankson-1.2.3.jar)
[18Feb2026 13:26:31.811] [main/DEBUG] [mixin/]: Adding mixin platform agents for container jar(mods/jamlib-neoforge-1.3.5+1.21.11.jar) > jar(mods/jamlib-neoforge-1.3.5+1.21.11.jar > jankson-1.2.3.jar)
[18Feb2026 13:26:31.811] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for jar(mods/jamlib-neoforge-1.3.5+1.21.11.jar) > jar(mods/jamlib-neoforge-1.3.5+1.21.11.jar > jankson-1.2.3.jar)
[18Feb2026 13:26:31.811] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container jar(mods/jamlib-neoforge-1.3.5+1.21.11.jar) > jar(mods/jamlib-neoforge-1.3.5+1.21.11.jar > jankson-1.2.3.jar)
[18Feb2026 13:26:31.811] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for jar(mods/jamlib-neoforge-1.3.5+1.21.11.jar) > jar(mods/jamlib-neoforge-1.3.5+1.21.11.jar > jankson-1.2.3.jar)
[18Feb2026 13:26:31.811] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container jar(mods/jamlib-neoforge-1.3.5+1.21.11.jar) > jar(mods/jamlib-neoforge-1.3.5+1.21.11.jar > jankson-1.2.3.jar)
[18Feb2026 13:26:31.812] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/jamlib-neoforge-1.3.5+1.21.11.jar) > jar(mods/jamlib-neoforge-1.3.5+1.21.11.jar > jankson-1.2.3.jar)]
[18Feb2026 13:26:31.812] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/jamlib-neoforge-1.3.5+1.21.11.jar) > jar(mods/jamlib-neoforge-1.3.5+1.21.11.jar > jankson-1.2.3.jar)]
[18Feb2026 13:26:31.812] [main/DEBUG] [mixin/]: Adding agents for Mixin Container jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > common-image-3.12.0.jar)
[18Feb2026 13:26:31.812] [main/DEBUG] [mixin/]: Adding mixin platform agents for container jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > common-image-3.12.0.jar)
[18Feb2026 13:26:31.812] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > common-image-3.12.0.jar)
[18Feb2026 13:26:31.812] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > common-image-3.12.0.jar)
[18Feb2026 13:26:31.812] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > common-image-3.12.0.jar)
[18Feb2026 13:26:31.812] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > common-image-3.12.0.jar)
[18Feb2026 13:26:31.812] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > common-image-3.12.0.jar)]
[18Feb2026 13:26:31.812] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > common-image-3.12.0.jar)]
[18Feb2026 13:26:31.812] [main/DEBUG] [mixin/]: Adding agents for Mixin Container jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > imageio-core-3.12.0.jar)
[18Feb2026 13:26:31.812] [main/DEBUG] [mixin/]: Adding mixin platform agents for container jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > imageio-core-3.12.0.jar)
[18Feb2026 13:26:31.812] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > imageio-core-3.12.0.jar)
[18Feb2026 13:26:31.812] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > imageio-core-3.12.0.jar)
[18Feb2026 13:26:31.812] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > imageio-core-3.12.0.jar)
[18Feb2026 13:26:31.812] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > imageio-core-3.12.0.jar)
[18Feb2026 13:26:31.812] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > imageio-core-3.12.0.jar)]
[18Feb2026 13:26:31.812] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > imageio-core-3.12.0.jar)]
[18Feb2026 13:26:31.812] [main/DEBUG] [mixin/]: Adding agents for Mixin Container jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > common-io-3.12.0.jar)
[18Feb2026 13:26:31.812] [main/DEBUG] [mixin/]: Adding mixin platform agents for container jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > common-io-3.12.0.jar)
[18Feb2026 13:26:31.812] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > common-io-3.12.0.jar)
[18Feb2026 13:26:31.812] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > common-io-3.12.0.jar)
[18Feb2026 13:26:31.812] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > common-io-3.12.0.jar)
[18Feb2026 13:26:31.812] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > common-io-3.12.0.jar)
[18Feb2026 13:26:31.812] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > common-io-3.12.0.jar)]
[18Feb2026 13:26:31.812] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > common-io-3.12.0.jar)]
[18Feb2026 13:26:31.812] [main/DEBUG] [mixin/]: Adding agents for Mixin Container jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > jctools-core-4.0.5.jar)
[18Feb2026 13:26:31.812] [main/DEBUG] [mixin/]: Adding mixin platform agents for container jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > jctools-core-4.0.5.jar)
[18Feb2026 13:26:31.812] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > jctools-core-4.0.5.jar)
[18Feb2026 13:26:31.812] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > jctools-core-4.0.5.jar)
[18Feb2026 13:26:31.812] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > jctools-core-4.0.5.jar)
[18Feb2026 13:26:31.812] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > jctools-core-4.0.5.jar)
[18Feb2026 13:26:31.812] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > jctools-core-4.0.5.jar)]
[18Feb2026 13:26:31.812] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > jctools-core-4.0.5.jar)]
[18Feb2026 13:26:31.812] [main/DEBUG] [mixin/]: Adding agents for Mixin Container jar(~libraries/net/neoforged/neoforge/21.11.32-beta/neoforge-21.11.32-beta-universal.jar) > jar(~libraries/net/neoforged/neoforge/21.11.32-beta/neoforge-21.11.32-beta-universal.jar > mixinextras-neoforge-0.5.0.jar)
[18Feb2026 13:26:31.812] [main/DEBUG] [mixin/]: Adding mixin platform agents for container jar(~libraries/net/neoforged/neoforge/21.11.32-beta/neoforge-21.11.32-beta-universal.jar) > jar(~libraries/net/neoforged/neoforge/21.11.32-beta/neoforge-21.11.32-beta-universal.jar > mixinextras-neoforge-0.5.0.jar)
[18Feb2026 13:26:31.812] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for jar(~libraries/net/neoforged/neoforge/21.11.32-beta/neoforge-21.11.32-beta-universal.jar) > jar(~libraries/net/neoforged/neoforge/21.11.32-beta/neoforge-21.11.32-beta-universal.jar > mixinextras-neoforge-0.5.0.jar)
[18Feb2026 13:26:31.812] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container jar(~libraries/net/neoforged/neoforge/21.11.32-beta/neoforge-21.11.32-beta-universal.jar) > jar(~libraries/net/neoforged/neoforge/21.11.32-beta/neoforge-21.11.32-beta-universal.jar > mixinextras-neoforge-0.5.0.jar)
[18Feb2026 13:26:31.812] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for jar(~libraries/net/neoforged/neoforge/21.11.32-beta/neoforge-21.11.32-beta-universal.jar) > jar(~libraries/net/neoforged/neoforge/21.11.32-beta/neoforge-21.11.32-beta-universal.jar > mixinextras-neoforge-0.5.0.jar)
[18Feb2026 13:26:31.812] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container jar(~libraries/net/neoforged/neoforge/21.11.32-beta/neoforge-21.11.32-beta-universal.jar) > jar(~libraries/net/neoforged/neoforge/21.11.32-beta/neoforge-21.11.32-beta-universal.jar > mixinextras-neoforge-0.5.0.jar)
[18Feb2026 13:26:31.812] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:jar(~libraries/net/neoforged/neoforge/21.11.32-beta/neoforge-21.11.32-beta-universal.jar) > jar(~libraries/net/neoforged/neoforge/21.11.32-beta/neoforge-21.11.32-beta-universal.jar > mixinextras-neoforge-0.5.0.jar)]
[18Feb2026 13:26:31.812] [main/DEBUG] [mixin/]: Registering mixin config: mixinextras.init.mixins.json source=jar(~libraries/net/neoforged/neoforge/21.11.32-beta/neoforge-21.11.32-beta-universal.jar) > jar(~libraries/net/neoforged/neoforge/21.11.32-beta/neoforge-21.11.32-beta-universal.jar > mixinextras-neoforge-0.5.0.jar)
[18Feb2026 13:26:31.813] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:jar(~libraries/net/neoforged/neoforge/21.11.32-beta/neoforge-21.11.32-beta-universal.jar) > jar(~libraries/net/neoforged/neoforge/21.11.32-beta/neoforge-21.11.32-beta-universal.jar > mixinextras-neoforge-0.5.0.jar)]
[18Feb2026 13:26:31.813] [main/DEBUG] [mixin/]: Registering mixin config: mixinextras.init.mixins.json source=jar(~libraries/net/neoforged/neoforge/21.11.32-beta/neoforge-21.11.32-beta-universal.jar) > jar(~libraries/net/neoforged/neoforge/21.11.32-beta/neoforge-21.11.32-beta-universal.jar > mixinextras-neoforge-0.5.0.jar)
[18Feb2026 13:26:31.813] [main/DEBUG] [mixin/]: Adding agents for Mixin Container jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > mixinsquared-neoforge-0.2.0-beta.6.jar)
[18Feb2026 13:26:31.813] [main/DEBUG] [mixin/]: Adding mixin platform agents for container jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > mixinsquared-neoforge-0.2.0-beta.6.jar)
[18Feb2026 13:26:31.813] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > mixinsquared-neoforge-0.2.0-beta.6.jar)
[18Feb2026 13:26:31.813] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > mixinsquared-neoforge-0.2.0-beta.6.jar)
[18Feb2026 13:26:31.813] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > mixinsquared-neoforge-0.2.0-beta.6.jar)
[18Feb2026 13:26:31.813] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > mixinsquared-neoforge-0.2.0-beta.6.jar)
[18Feb2026 13:26:31.813] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > mixinsquared-neoforge-0.2.0-beta.6.jar)]
[18Feb2026 13:26:31.813] [main/DEBUG] [mixin/]: Registering mixin config: mixinsquared.init.mixins.json source=jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > mixinsquared-neoforge-0.2.0-beta.6.jar)
[18Feb2026 13:26:31.814] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > mixinsquared-neoforge-0.2.0-beta.6.jar)]
[18Feb2026 13:26:31.814] [main/DEBUG] [mixin/]: Registering mixin config: mixinsquared.init.mixins.json source=jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > mixinsquared-neoforge-0.2.0-beta.6.jar)
[18Feb2026 13:26:31.814] [main/DEBUG] [mixin/]: inject() running with 27 agents
[18Feb2026 13:26:31.814] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleVirtual(fml:18c85)]
[18Feb2026 13:26:31.814] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleVirtual(fml:18c85)]
[18Feb2026 13:26:31.814] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > json-0.2.1.jar)]
[18Feb2026 13:26:31.814] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > json-0.2.1.jar)]
[18Feb2026 13:26:31.814] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > imageio-webp-3.12.0.jar)]
[18Feb2026 13:26:31.814] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > imageio-webp-3.12.0.jar)]
[18Feb2026 13:26:31.814] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar) > jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar > sewlia-config-1.0.0-20250810.044244-13.jar)]
[18Feb2026 13:26:31.814] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar) > jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar > sewlia-config-1.0.0-20250810.044244-13.jar)]
[18Feb2026 13:26:31.814] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > common-lang-3.12.0.jar)]
[18Feb2026 13:26:31.814] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > common-lang-3.12.0.jar)]
[18Feb2026 13:26:31.814] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > asyncutil-0.1.0.jar)]
[18Feb2026 13:26:31.814] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > asyncutil-0.1.0.jar)]
[18Feb2026 13:26:31.814] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > reactive-streams-1.0.4.jar)]
[18Feb2026 13:26:31.814] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > reactive-streams-1.0.4.jar)]
[18Feb2026 13:26:31.814] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > imageio-metadata-3.12.0.jar)]
[18Feb2026 13:26:31.814] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > imageio-metadata-3.12.0.jar)]
[18Feb2026 13:26:31.814] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar) > jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar > snakeyaml-2.4.jar)]
[18Feb2026 13:26:31.814] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar) > jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar > snakeyaml-2.4.jar)]
[18Feb2026 13:26:31.814] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > exp4j-0.4.8.jar)]
[18Feb2026 13:26:31.814] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > exp4j-0.4.8.jar)]
[18Feb2026 13:26:31.814] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/journeymap-neoforge-1.21.11-6.0.0-beta.54.jar) > jar(mods/journeymap-neoforge-1.21.11-6.0.0-beta.54.jar > pngj-2.1.0.jar)]
[18Feb2026 13:26:31.814] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/journeymap-neoforge-1.21.11-6.0.0-beta.54.jar) > jar(mods/journeymap-neoforge-1.21.11-6.0.0-beta.54.jar > pngj-2.1.0.jar)]
[18Feb2026 13:26:31.814] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > mixinsquared-neoforge-0.2.0-beta.6.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > mixinsquared-neoforge-0.2.0-beta.6.jar > MixinSquared-0.2.0-beta.6.jar)]
[18Feb2026 13:26:31.814] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > mixinsquared-neoforge-0.2.0-beta.6.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > mixinsquared-neoforge-0.2.0-beta.6.jar > MixinSquared-0.2.0-beta.6.jar)]
[18Feb2026 13:26:31.814] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/elytratrims-neoforge-4.6.2+1.21.11.jar) > jar(mods/elytratrims-neoforge-4.6.2+1.21.11.jar > kotlin-stdlib-2.2.21.jar)]
[18Feb2026 13:26:31.814] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/elytratrims-neoforge-4.6.2+1.21.11.jar) > jar(mods/elytratrims-neoforge-4.6.2+1.21.11.jar > kotlin-stdlib-2.2.21.jar)]
[18Feb2026 13:26:31.814] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/ResourcefulLib-neoforge-1.21.11-3.11.0.jar) > jar(mods/ResourcefulLib-neoforge-1.21.11-3.11.0.jar > yabn-1.0.3.jar)]
[18Feb2026 13:26:31.814] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/ResourcefulLib-neoforge-1.21.11-3.11.0.jar) > jar(mods/ResourcefulLib-neoforge-1.21.11-3.11.0.jar > yabn-1.0.3.jar)]
[18Feb2026 13:26:31.814] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > gson-0.2.1.jar)]
[18Feb2026 13:26:31.814] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > gson-0.2.1.jar)]
[18Feb2026 13:26:31.814] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:jar(~libraries/net/neoforged/neoforge/21.11.32-beta/neoforge-21.11.32-beta-universal.jar) > jar(~libraries/net/neoforged/neoforge/21.11.32-beta/neoforge-21.11.32-beta-universal.jar > net.neoforged.neoforge-coremods-21.11.32-beta.jar)]
[18Feb2026 13:26:31.814] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:jar(~libraries/net/neoforged/neoforge/21.11.32-beta/neoforge-21.11.32-beta-universal.jar) > jar(~libraries/net/neoforged/neoforge/21.11.32-beta/neoforge-21.11.32-beta-universal.jar > net.neoforged.neoforge-coremods-21.11.32-beta.jar)]
[18Feb2026 13:26:31.814] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar) > jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar > velocity-native-3.4.0-SNAPSHOT.jar)]
[18Feb2026 13:26:31.814] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar) > jar(mods/krypton_fnp-neoforge-1.21.10-0.2.27-1.21.9.jar > velocity-native-3.4.0-SNAPSHOT.jar)]
[18Feb2026 13:26:31.814] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/cloth-config-21.11.153-neoforge.jar) > jar(mods/cloth-config-21.11.153-neoforge.jar > cloth-config-coremods-21.11.153.jar)]
[18Feb2026 13:26:31.814] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/cloth-config-21.11.153-neoforge.jar) > jar(mods/cloth-config-21.11.153-neoforge.jar > cloth-config-coremods-21.11.153.jar)]
[18Feb2026 13:26:31.814] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/ResourcefulLib-neoforge-1.21.11-3.11.0.jar) > jar(mods/ResourcefulLib-neoforge-1.21.11-3.11.0.jar > bytecodecs-1.1.3.jar)]
[18Feb2026 13:26:31.814] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/ResourcefulLib-neoforge-1.21.11-3.11.0.jar) > jar(mods/ResourcefulLib-neoforge-1.21.11-3.11.0.jar > bytecodecs-1.1.3.jar)]
[18Feb2026 13:26:31.814] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > rxjava-3.1.12.jar)]
[18Feb2026 13:26:31.814] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > rxjava-3.1.12.jar)]
[18Feb2026 13:26:31.814] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/jamlib-neoforge-1.3.5+1.21.11.jar) > jar(mods/jamlib-neoforge-1.3.5+1.21.11.jar > jankson-1.2.3.jar)]
[18Feb2026 13:26:31.814] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/jamlib-neoforge-1.3.5+1.21.11.jar) > jar(mods/jamlib-neoforge-1.3.5+1.21.11.jar > jankson-1.2.3.jar)]
[18Feb2026 13:26:31.814] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > common-image-3.12.0.jar)]
[18Feb2026 13:26:31.814] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > common-image-3.12.0.jar)]
[18Feb2026 13:26:31.814] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > imageio-core-3.12.0.jar)]
[18Feb2026 13:26:31.814] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > imageio-core-3.12.0.jar)]
[18Feb2026 13:26:31.815] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > common-io-3.12.0.jar)]
[18Feb2026 13:26:31.815] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar) > jar(mods/yet_another_config_lib_v3-3.8.2+1.21.11-neoforge.jar > common-io-3.12.0.jar)]
[18Feb2026 13:26:31.815] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > jctools-core-4.0.5.jar)]
[18Feb2026 13:26:31.815] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > jctools-core-4.0.5.jar)]
[18Feb2026 13:26:31.815] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:jar(~libraries/net/neoforged/neoforge/21.11.32-beta/neoforge-21.11.32-beta-universal.jar) > jar(~libraries/net/neoforged/neoforge/21.11.32-beta/neoforge-21.11.32-beta-universal.jar > mixinextras-neoforge-0.5.0.jar)]
[18Feb2026 13:26:31.815] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:jar(~libraries/net/neoforged/neoforge/21.11.32-beta/neoforge-21.11.32-beta-universal.jar) > jar(~libraries/net/neoforged/neoforge/21.11.32-beta/neoforge-21.11.32-beta-universal.jar > mixinextras-neoforge-0.5.0.jar)]
[18Feb2026 13:26:31.815] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > mixinsquared-neoforge-0.2.0-beta.6.jar)]
[18Feb2026 13:26:31.815] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar) > jar(mods/c2me-neoforge-mc1.21.11-0.3.6+alpha.0.80.jar > mixinsquared-neoforge-0.2.0-beta.6.jar)]
[18Feb2026 13:26:31.816] [main/DEBUG] [mixin/]: Preparing mixins for MixinEnvironment[DEFAULT]
[18Feb2026 13:26:31.816] [main/DEBUG] [mixin/]: Selecting config weaponmaster_ydm.mixins.json
[18Feb2026 13:26:31.818] [main/DEBUG] [mixin/]: Selecting config c2me-fixes-worldgen-threading-issues.mixins.json
[18Feb2026 13:26:31.841] [main/DEBUG] [MixinExtras|Service/]: com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.5.0) is taking over from null
[18Feb2026 13:26:31.856] [main/DEBUG] [mixin/]: Registering new injector for @Inject with org.spongepowered.asm.mixin.injection.struct.CallbackInjectionInfo
[18Feb2026 13:26:31.856] [main/DEBUG] [mixin/]: Registering new injector for @ModifyArg with org.spongepowered.asm.mixin.injection.struct.ModifyArgInjectionInfo
[18Feb2026 13:26:31.857] [main/DEBUG] [mixin/]: Registering new injector for @ModifyArgs with org.spongepowered.asm.mixin.injection.struct.ModifyArgsInjectionInfo
[18Feb2026 13:26:31.857] [main/DEBUG] [mixin/]: Registering new injector for @Redirect with org.spongepowered.asm.mixin.injection.struct.RedirectInjectionInfo
[18Feb2026 13:26:31.858] [main/DEBUG] [mixin/]: Registering new injector for @ModifyVariable with org.spongepowered.asm.mixin.injection.struct.ModifyVariableInjectionInfo
[18Feb2026 13:26:31.858] [main/DEBUG] [mixin/]: Registering new injector for @ModifyConstant with org.spongepowered.asm.mixin.injection.struct.ModifyConstantInjectionInfo
[18Feb2026 13:26:31.863] [main/INFO] [C2ME Modules Manager/]: Initializing com.ishland.c2me.fixes.worldgen.threading_issues.mixin
[18Feb2026 13:26:31.964] [main/DEBUG] [mixin/]: Selecting config c2me.mixins.json
[18Feb2026 13:26:31.964] [main/DEBUG] [mixin/]: Selecting config kuma_api.mixins.json
[18Feb2026 13:26:31.964] [main/WARN] [mixin/]: Reference map 'kuma_api.refmap.json' for kuma_api.mixins.json could not be read. If this is a development environment you can ignore this message
[18Feb2026 13:26:31.964] [main/DEBUG] [mixin/]: Selecting config kuma_api.neoforge.mixins.json
[18Feb2026 13:26:31.964] [main/DEBUG] [mixin/]: Selecting config netherportalfix.mixins.json
[18Feb2026 13:26:31.965] [main/WARN] [mixin/]: Reference map 'netherportalfix.refmap.json' for netherportalfix.mixins.json could not be read. If this is a development environment you can ignore this message
[18Feb2026 13:26:31.965] [main/DEBUG] [mixin/]: Selecting config netherportalfix.neoforge.mixins.json
[18Feb2026 13:26:31.965] [main/DEBUG] [mixin/]: Selecting config c2me-rewrites-chunk-serializer.mixins.json
[18Feb2026 13:26:31.965] [main/INFO] [C2ME Modules Manager/]: Initializing com.ishland.c2me.rewrites.chunk_serializer.mixin
[18Feb2026 13:26:31.965] [main/INFO] [C2ME Modules Manager/]: Disabling com.ishland.c2me.rewrites.chunk_serializer.mixin
[18Feb2026 13:26:31.966] [main/DEBUG] [mixin/]: Selecting config c2me-opts-natives-math.mixins.json
[18Feb2026 13:26:31.966] [main/INFO] [C2ME Modules Manager/]: Initializing com.ishland.c2me.opts.natives_math.mixin
[18Feb2026 13:26:31.966] [main/WARN] [C2ME Modules Manager/]: Error loading module entrypoint: com.ishland.c2me.opts.natives_math.ModuleEntryPoint
java.lang.UnsupportedClassVersionError: com/ishland/c2me/opts/natives_math/ModuleEntryPoint has been compiled by a more recent version of the Java Runtime (class file version 66.0), this version of the Java Runtime only recognizes class file versions up to 65.0
at java.base/java.lang.ClassLoader.defineClass1(Native Method) ~[?:?]
at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1027) ~[?:?]
at net.neoforged.fml.classloading.ModuleClassLoader.readerToClass(ModuleClassLoader.java:229) ~[loader-10.0.36.jar:10.0]
at net.neoforged.fml.classloading.ModuleClassLoader.loadClass(ModuleClassLoader.java:245) ~[loader-10.0.36.jar:10.0]
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526) ~[?:?]
at java.base/java.lang.Class.forName0(Native Method) [?:?]
at java.base/java.lang.Class.forName(Class.java:421) [?:?]
at java.base/java.lang.Class.forName(Class.java:412) [?:?]
at TRANSFORMER/c2me_base@0.3.6+alpha.0.80+1.21.11/com.ishland.c2me.base.common.ModuleMixinPlugin.onLoad(ModuleMixinPlugin.java:28) ~[c2me-base-mc1.21.11-0.3.6+alpha.0.80-all.jar:?]
at org.spongepowered.asm.mixin.transformer.PluginHandle.onLoad(PluginHandle.java:119) ~[sponge-mixin-0.16.5+mixin.0.8.7.jar:0.16.5+mixin.0.8.7]
at org.spongepowered.asm.mixin.transformer.MixinConfig.onSelect(MixinConfig.java:790) ~[sponge-mixin-0.16.5+mixin.0.8.7.jar:0.16.5+mixin.0.8.7]
at org.spongepowered.asm.mixin.transformer.MixinProcessor.selectConfigs(MixinProcessor.java:546) ~[sponge-mixin-0.16.5+mixin.0.8.7.jar:0.16.5+mixin.0.8.7]
at org.spongepowered.asm.mixin.transformer.MixinProcessor.select(MixinProcessor.java:508) ~[sponge-mixin-0.16.5+mixin.0.8.7.jar:0.16.5+mixin.0.8.7]
at org.spongepowered.asm.mixin.transformer.MixinProcessor.checkSelect(MixinProcessor.java:486) ~[sponge-mixin-0.16.5+mixin.0.8.7.jar:0.16.5+mixin.0.8.7]
at org.spongepowered.asm.mixin.transformer.MixinProcessor.lockAndSelect(MixinProcessor.java:438) ~[sponge-mixin-0.16.5+mixin.0.8.7.jar:0.16.5+mixin.0.8.7]
at org.spongepowered.asm.mixin.transformer.MixinProcessor.couldTransformClass(MixinProcessor.java:398) ~[sponge-mixin-0.16.5+mixin.0.8.7.jar:0.16.5+mixin.0.8.7]
at org.spongepowered.asm.mixin.transformer.MixinTransformer.couldTransformClass(MixinTransformer.java:265) ~[sponge-mixin-0.16.5+mixin.0.8.7.jar:0.16.5+mixin.0.8.7]
at net.neoforged.fml.loading.mixin.FMLMixinClassProcessor.processesClass(FMLMixinClassProcessor.java:73) ~[loader-10.0.36.jar:10.0]
at net.neoforged.fml.loading.mixin.FMLMixinClassProcessor.handlesClass(FMLMixinClassProcessor.java:58) ~[loader-10.0.36.jar:10.0]
at net.neoforged.fml.classloading.transformation.ClassProcessorSet.transformersFor(ClassProcessorSet.java:101) ~[loader-10.0.36.jar:10.0]
at net.neoforged.fml.classloading.transformation.ClassTransformer.transform(ClassTransformer.java:60) ~[loader-10.0.36.jar:10.0]
at net.neoforged.fml.classloading.transformation.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:47) ~[loader-10.0.36.jar:10.0]
at net.neoforged.fml.classloading.ModuleClassLoader.readerToClass(ModuleClassLoader.java:224) ~[loader-10.0.36.jar:10.0]
at net.neoforged.fml.classloading.ModuleClassLoader.loadClass(ModuleClassLoader.java:245) ~[loader-10.0.36.jar:10.0]
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526) ~[?:?]
at java.base/java.lang.Class.forName0(Native Method) [?:?]
at java.base/java.lang.Class.forName(Class.java:534) [?:?]
at java.base/java.lang.Class.forName(Class.java:513) [?:?]
at net.neoforged.fml.startup.Entrypoint.createMainMethodCallable(Entrypoint.java:148) [loader-10.0.36.jar:10.0]
at net.neoforged.fml.startup.Server.main(Server.java:18) [loader-10.0.36.jar:10.0]
[18Feb2026 13:26:31.967] [main/INFO] [C2ME Modules Manager/]: Disabling com.ishland.c2me.opts.natives_math.mixin
[18Feb2026 13:26:31.968] [main/DEBUG] [mixin/]: Selecting config sophisticatedcore.mixins.json
[18Feb2026 13:26:31.968] [main/DEBUG] [mixin/]: Selecting config kleeslabs.mixins.json
[18Feb2026 13:26:31.968] [main/WARN] [mixin/]: Reference map 'kleeslabs.refmap.json' for kleeslabs.mixins.json could not be read. If this is a development environment you can ignore this message
[18Feb2026 13:26:31.968] [main/DEBUG] [mixin/]: Selecting config kleeslabs.neoforge.mixins.json
[18Feb2026 13:26:31.968] [main/DEBUG] [mixin/]: Selecting config c2me-fixes-general-threading-issues.mixins.json
[18Feb2026 13:26:31.968] [main/INFO] [C2ME Modules Manager/]: Initializing com.ishland.c2me.fixes.general.threading_issues.mixin
[18Feb2026 13:26:31.969] [main/DEBUG] [mixin/]: Selecting config villagernames_neoforge.mixins.json
[18Feb2026 13:26:31.970] [main/DEBUG] [mixin/]: Selecting config neoforge.mixins.json
[18Feb2026 13:26:31.970] [main/DEBUG] [mixin/]: Selecting config krypton_fnp.mixins.json
[18Feb2026 13:26:31.976] [main/DEBUG] [one.pkg.config.SewliaConfig/]: Processing configuration field: var1 -> compressionLevel
[18Feb2026 13:26:31.976] [main/DEBUG] [one.pkg.config.SewliaConfig/]: Processing configuration field: var2 -> permitOversizedPackets
[18Feb2026 13:26:31.976] [main/DEBUG] [one.pkg.config.SewliaConfig/]: Processing configuration field: var3 -> enabled
[18Feb2026 13:26:31.976] [main/DEBUG] [one.pkg.config.SewliaConfig/]: Processing configuration field: var4 -> linux-fallback-min-size
[18Feb2026 13:26:31.976] [main/DEBUG] [one.pkg.config.SewliaConfig/]: Processing configuration field: var5 -> repetitive-threshold
[18Feb2026 13:26:31.976] [main/DEBUG] [one.pkg.config.SewliaConfig/]: Processing configuration field: var6 -> enabled
[18Feb2026 13:26:31.976] [main/DEBUG] [one.pkg.config.SewliaConfig/]: Processing configuration field: var7 -> sync
[18Feb2026 13:26:31.976] [main/DEBUG] [one.pkg.config.SewliaConfig/]: Processing configuration field: var8 -> allow-wide-var-int
[18Feb2026 13:26:31.976] [main/DEBUG] [one.pkg.config.SewliaConfig/]: Processing configuration field: var9 -> loginVT
[18Feb2026 13:26:31.976] [main/DEBUG] [one.pkg.config.SewliaConfig/]: Processing configuration field: var10 -> textFilterVT
[18Feb2026 13:26:31.977] [main/DEBUG] [one.pkg.config.SewliaConfig/]: Processing configuration field: var11 -> utilVT
[18Feb2026 13:26:31.977] [main/DEBUG] [one.pkg.config.SewliaConfig/]: Processing configuration field: var12 -> bestVarLong
[18Feb2026 13:26:31.977] [main/DEBUG] [one.pkg.config.SewliaConfig/]: Processing configuration field: var13 -> clientEncrypt
[18Feb2026 13:26:31.977] [main/DEBUG] [one.pkg.config.SewliaConfig/]: Processing configuration field: var14 -> allocatorMaxOrder
[18Feb2026 13:26:32.005] [main/DEBUG] [one.pkg.config.SewliaConfig/]: Loading configuration ModConfig
[18Feb2026 13:26:32.005] [main/DEBUG] [one.pkg.config.SewliaConfig/]: Processing configuration field: var1 -> compressionLevel
[18Feb2026 13:26:32.005] [main/DEBUG] [one.pkg.config.SewliaConfig/]: Processing configuration field: var2 -> permitOversizedPackets
[18Feb2026 13:26:32.005] [main/DEBUG] [one.pkg.config.SewliaConfig/]: Processing configuration field: var3 -> enabled
[18Feb2026 13:26:32.005] [main/DEBUG] [one.pkg.config.SewliaConfig/]: Processing configuration field: var4 -> linux-fallback-min-size
[18Feb2026 13:26:32.005] [main/DEBUG] [one.pkg.config.SewliaConfig/]: Processing configuration field: var5 -> repetitive-threshold
[18Feb2026 13:26:32.005] [main/DEBUG] [one.pkg.config.SewliaConfig/]: Processing configuration field: var6 -> enabled
[18Feb2026 13:26:32.005] [main/DEBUG] [one.pkg.config.SewliaConfig/]: Processing configuration field: var7 -> sync
[18Feb2026 13:26:32.005] [main/DEBUG] [one.pkg.config.SewliaConfig/]: Processing configuration field: var8 -> allow-wide-var-int
[18Feb2026 13:26:32.006] [main/DEBUG] [one.pkg.config.SewliaConfig/]: Processing configuration field: var9 -> loginVT
[18Feb2026 13:26:32.006] [main/DEBUG] [one.pkg.config.SewliaConfig/]: Processing configuration field: var10 -> textFilterVT
[18Feb2026 13:26:32.006] [main/DEBUG] [one.pkg.config.SewliaConfig/]: Processing configuration field: var11 -> utilVT
[18Feb2026 13:26:32.006] [main/DEBUG] [one.pkg.config.SewliaConfig/]: Processing configuration field: var12 -> bestVarLong
[18Feb2026 13:26:32.006] [main/DEBUG] [one.pkg.config.SewliaConfig/]: Processing configuration field: var13 -> clientEncrypt
[18Feb2026 13:26:32.006] [main/DEBUG] [one.pkg.config.SewliaConfig/]: Processing configuration field: var14 -> allocatorMaxOrder
[18Feb2026 13:26:32.012] [main/INFO] [one.pkg.config.SewliaConfig/]: All configurations saved
[18Feb2026 13:26:32.014] [main/DEBUG] [one.pkg.config.SewliaConfig/]: Reloading configuration ModConfig
[18Feb2026 13:26:32.014] [main/INFO] [one.pkg.config.SewliaConfig/]: Reloaded configuration: ModConfig
[18Feb2026 13:26:32.015] [main/INFO] [one.pkg.config.SewliaConfig/]: Successfully initialized configuration manager, loaded 1 configuration classes
[18Feb2026 13:26:32.015] [main/WARN] [mixin/]: Reference map 'krypton_fnp.refmap.json' for krypton_fnp.mixins.json could not be read. If this is a development environment you can ignore this message
[18Feb2026 13:26:32.015] [main/DEBUG] [mixin/]: Selecting config bagus_lib.mixins.json
[18Feb2026 13:26:32.015] [main/WARN] [mixin/]: Reference map 'bagus_lib.refmap.json' for bagus_lib.mixins.json could not be read. If this is a development environment you can ignore this message
[18Feb2026 13:26:32.015] [main/DEBUG] [mixin/]: Selecting config biolith.mixins.json
[18Feb2026 13:26:32.015] [main/DEBUG] [mixin/]: Selecting config biolith.neoforge.mixins.json
[18Feb2026 13:26:32.016] [main/DEBUG] [mixin/]: Selecting config c2me-opts-math.mixins.json
[18Feb2026 13:26:32.016] [main/INFO] [C2ME Modules Manager/]: Initializing com.ishland.c2me.opts.math.mixin
[18Feb2026 13:26:32.017] [main/DEBUG] [mixin/]: Selecting config mixins.medievalend.json
[18Feb2026 13:26:32.017] [main/WARN] [mixin/]: Reference map 'mixins.medievalend.refmap.json' for mixins.medievalend.json could not be read. If this is a development environment you can ignore this message
[18Feb2026 13:26:32.017] [main/DEBUG] [mixin/]: Selecting config mixins.medieval_buildings.json
[18Feb2026 13:26:32.017] [main/WARN] [mixin/]: Reference map 'mixins.medieval_buildings.refmap.json' for mixins.medieval_buildings.json could not be read. If this is a development environment you can ignore this message
[18Feb2026 13:26:32.017] [main/DEBUG] [mixin/]: Selecting config clientsort.mixins.json
[18Feb2026 13:26:32.018] [main/WARN] [mixin/]: Reference map 'clientsort.refmap.json' for clientsort.mixins.json could not be read. If this is a development environment you can ignore this message
[18Feb2026 13:26:32.018] [main/DEBUG] [mixin/]: Selecting config clientsort.neoforge.mixins.json
[18Feb2026 13:26:32.018] [main/WARN] [mixin/]: Reference map 'clientsort.refmap.json' for clientsort.neoforge.mixins.json could not be read. If this is a development environment you can ignore this message
[18Feb2026 13:26:32.018] [main/DEBUG] [mixin/]: Selecting config balm.mixins.json
[18Feb2026 13:26:32.018] [main/WARN] [mixin/]: Reference map 'balm.refmap.json' for balm.mixins.json could not be read. If this is a development environment you can ignore this message
[18Feb2026 13:26:32.018] [main/DEBUG] [mixin/]: Selecting config balm.api.mixins.json
[18Feb2026 13:26:32.018] [main/WARN] [mixin/]: Reference map 'balm.refmap.json' for balm.api.mixins.json could not be read. If this is a development environment you can ignore this message
[18Feb2026 13:26:32.018] [main/DEBUG] [mixin/]: Selecting config balm.neoforge.mixins.json
[18Feb2026 13:26:32.018] [main/DEBUG] [mixin/]: Selecting config carryon.mixins.json
[18Feb2026 13:26:32.019] [main/WARN] [mixin/]: Reference map 'carryon.refmap.json' for carryon.mixins.json could not be read. If this is a development environment you can ignore this message
[18Feb2026 13:26:32.019] [main/DEBUG] [mixin/]: Selecting config carryon.neoforge.mixins.json
[18Feb2026 13:26:32.019] [main/DEBUG] [mixin/]: Selecting config melody.mixins.json
[18Feb2026 13:26:32.019] [main/WARN] [mixin/]: Reference map 'melody.refmap.json' for melody.mixins.json could not be read. If this is a development environment you can ignore this message
[18Feb2026 13:26:32.019] [main/DEBUG] [mixin/]: Selecting config melody.neoforge.mixins.json
[18Feb2026 13:26:32.019] [main/WARN] [mixin/]: Reference map 'melody.refmap.json' for melody.neoforge.mixins.json could not be read. If this is a development environment you can ignore this message
[18Feb2026 13:26:32.020] [main/DEBUG] [mixin/]: Selecting config c2me-base.mixins.json
[18Feb2026 13:26:32.020] [main/INFO] [C2ME Modules Manager/]: Initializing com.ishland.c2me.base.mixin
[18Feb2026 13:26:32.030] [main/DEBUG] [io.netty.util.internal.logging.InternalLoggerFactory/]: Using SLF4J as the default logging framework
[18Feb2026 13:26:32.032] [main/DEBUG] [io.netty.util.internal.PlatformDependent0/]: Java version: 21
[18Feb2026 13:26:32.032] [main/DEBUG] [io.netty.util.internal.PlatformDependent0/]: -Dio.netty.noUnsafe: false
[18Feb2026 13:26:32.032] [main/DEBUG] [io.netty.util.internal.PlatformDependent0/]: sun.misc.Unsafe.theUnsafe: available
[18Feb2026 13:26:32.033] [main/DEBUG] [io.netty.util.internal.PlatformDependent0/]: sun.misc.Unsafe base methods: all available
[18Feb2026 13:26:32.033] [main/DEBUG] [io.netty.util.internal.PlatformDependent0/]: java.nio.Buffer.address: available
[18Feb2026 13:26:32.034] [main/DEBUG] [io.netty.util.internal.PlatformDependent0/]: java.nio.Bits.unaligned: available, true
[18Feb2026 13:26:32.034] [main/DEBUG] [io.netty.util.internal.PlatformDependent0/]: java.nio.DirectByteBuffer.<init>(long, {int,long}): unavailable
[18Feb2026 13:26:32.035] [main/DEBUG] [io.netty.util.internal.PlatformDependent/]: sun.misc.Unsafe: available
[18Feb2026 13:26:32.035] [main/DEBUG] [io.netty.util.internal.PlatformDependent/]: -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
[18Feb2026 13:26:32.035] [main/DEBUG] [io.netty.util.internal.PlatformDependent/]: -Dio.netty.bitMode: 64 (sun.arch.data.model)
[18Feb2026 13:26:32.035] [main/DEBUG] [io.netty.util.internal.PlatformDependent/]: -Dio.netty.maxDirectMemory: -1 bytes
[18Feb2026 13:26:32.035] [main/DEBUG] [io.netty.util.internal.CleanerJava9/]: java.nio.ByteBuffer.cleaner(): available
[18Feb2026 13:26:32.035] [main/DEBUG] [io.netty.util.internal.PlatformDependent/]: -Dio.netty.noPreferDirect: false
[18Feb2026 13:26:32.037] [main/DEBUG] [io.netty.util.internal.PlatformDependent/]: -Dio.netty.jfr.enabled: true
[18Feb2026 13:26:32.038] [main/INFO] [C2ME Config System/]: Global Executor Parallelism: 3 configured, 3 evaluated, 3 default evaluated
[18Feb2026 13:26:32.040] [main/DEBUG] [mixin/]: Selecting config moretotems.mixins.json
[18Feb2026 13:26:32.040] [main/WARN] [mixin/]: Reference map 'moretotems.refmap.json' for moretotems.mixins.json could not be read. If this is a development environment you can ignore this message
[18Feb2026 13:26:32.040] [main/DEBUG] [mixin/]: Selecting config moretotems.neoforge.mixins.json
[18Feb2026 13:26:32.040] [main/DEBUG] [mixin/]: Selecting config ctov.mixins.json
[18Feb2026 13:26:32.040] [main/DEBUG] [mixin/]: Selecting config ctov-common.mixins.json
[18Feb2026 13:26:32.040] [main/DEBUG] [mixin/]: Selecting config c2me-fixes-worldgen-vanilla-bugs.mixins.json
[18Feb2026 13:26:32.040] [main/INFO] [C2ME Modules Manager/]: Initializing com.ishland.c2me.fixes.worldgen.vanilla_bugs.mixin
[18Feb2026 13:26:32.041] [main/DEBUG] [mixin/]: Selecting config revampedwolf.mixins.json
[18Feb2026 13:26:32.041] [main/WARN] [mixin/]: Reference map 'revampedwolf.refmap.json' for revampedwolf.mixins.json could not be read. If this is a development environment you can ignore this message
[18Feb2026 13:26:32.041] [main/DEBUG] [mixin/]: Selecting config konkrete.mixins.json
[18Feb2026 13:26:32.042] [main/WARN] [mixin/]: Reference map 'konkrete.refmap.json' for konkrete.mixins.json could not be read. If this is a development environment you can ignore this message
[18Feb2026 13:26:32.042] [main/DEBUG] [mixin/]: Selecting config konkrete.neoforge.mixins.json
[18Feb2026 13:26:32.042] [main/WARN] [mixin/]: Reference map 'konkrete.refmap.json' for konkrete.neoforge.mixins.json could not be read. If this is a development environment you can ignore this message
[18Feb2026 13:26:32.042] [main/DEBUG] [mixin/]: Selecting config c2me-fixes-chunkio-threading-issues.mixins.json
[18Feb2026 13:26:32.042] [main/INFO] [C2ME Modules Manager/]: Initializing com.ishland.c2me.fixes.chunkio.threading_issues.mixin
[18Feb2026 13:26:32.043] [main/DEBUG] [mixin/]: Selecting config c2me-client-uncapvd.mixins.json
[18Feb2026 13:26:32.043] [main/INFO] [C2ME Modules Manager/]: Initializing com.ishland.c2me.client.uncapvd.mixin
[18Feb2026 13:26:32.044] [main/DEBUG] [mixin/]: Selecting config supermartijn642corelib.mixins.json
[18Feb2026 13:26:32.045] [main/WARN] [mixin/]: Reference map 'supermartijn642corelib.mixins.refmap.json' for supermartijn642corelib.mixins.json could not be read. If this is a development environment you can ignore this message
[18Feb2026 13:26:32.045] [main/DEBUG] [mixin/]: Selecting config neoforge-longer_following_time.mixins.json
[18Feb2026 13:26:32.045] [main/WARN] [mixin/]: Reference map 'longer_following_time.refmap.json' for neoforge-longer_following_time.mixins.json could not be read. If this is a development environment you can ignore this message
[18Feb2026 13:26:32.045] [main/DEBUG] [mixin/]: Selecting config neoforge-longer_following_time.neoforge.mixins.json
[18Feb2026 13:26:32.047] [main/INFO] [Longer Following Time/]: Loaded neoforge.com.cursee.longer_following_time.platform.NeoForgePlatformHelper@1937eaff for service interface neoforge.com.cursee.longer_following_time.platform.services.IPlatformHelper
[18Feb2026 13:26:32.047] [main/INFO] [Longer Following Time/]: /home/********/config/longer_following_time.toml exists, loadin configuration from file.
[18Feb2026 13:26:32.049] [main/ERROR] [mixin/]: Failed reading REFMAP JSON from : java.lang.NullPointerException Cannot invoke "org.spongepowered.asm.mixin.refmap.ReferenceMapper.setResourceName(String)" because "mapper" is null
[18Feb2026 13:26:32.049] [main/WARN] [mixin/]: Reference map '' for neoforge-longer_following_time.neoforge.mixins.json could not be read. If this is a development environment you can ignore this message
[18Feb2026 13:26:32.049] [main/DEBUG] [mixin/]: Selecting config c2me-opts-dfc.mixins.json
[18Feb2026 13:26:32.049] [main/INFO] [C2ME Modules Manager/]: Initializing com.ishland.c2me.opts.dfc.mixin
[18Feb2026 13:26:32.050] [main/DEBUG] [mixin/]: Selecting config collective_neoforge.mixins.json
[18Feb2026 13:26:32.051] [main/DEBUG] [mixin/]: Selecting config searchables.mixins.json
[18Feb2026 13:26:32.051] [main/WARN] [mixin/]: Reference map 'searchables.refmap.json' for searchables.mixins.json could not be read. If this is a development environment you can ignore this message
[18Feb2026 13:26:32.051] [main/DEBUG] [mixin/]: Selecting config searchables.neoforge.mixins.json
[18Feb2026 13:26:32.051] [main/WARN] [mixin/]: Reference map 'searchables.refmap.json' for searchables.neoforge.mixins.json could not be read. If this is a development environment you can ignore this message
[18Feb2026 13:26:32.051] [main/DEBUG] [mixin/]: Selecting config littlejoys.mixins.json
[18Feb2026 13:26:32.051] [main/WARN] [mixin/]: Reference map 'littlejoys.refmap.json' for littlejoys.mixins.json could not be read. If this is a development environment you can ignore this message
[18Feb2026 13:26:32.051] [main/DEBUG] [mixin/]: Selecting config littlejoys.neoforge.mixins.json
[18Feb2026 13:26:32.051] [main/DEBUG] [mixin/]: Selecting config resourcefullib.mixins.json
[18Feb2026 13:26:32.051] [main/DEBUG] [mixin/]: Selecting config neoforge-unlocked_typing.mixins.json
[18Feb2026 13:26:32.051] [main/WARN] [mixin/]: Reference map 'unlocked_typing.refmap.json' for neoforge-unlocked_typing.mixins.json could not be read. If this is a development environment you can ignore this message
[18Feb2026 13:26:32.051] [main/DEBUG] [mixin/]: Selecting config neoforge-unlocked_typing.neoforge.mixins.json
[18Feb2026 13:26:32.052] [main/DEBUG] [mixin/]: Selecting config architectury.mixins.json
[18Feb2026 13:26:32.052] [main/DEBUG] [mixin/]: Selecting config architectury-common.mixins.json
[18Feb2026 13:26:32.052] [main/DEBUG] [mixin/]: Selecting config cupboard.mixins.json
[18Feb2026 13:26:32.052] [main/WARN] [mixin/]: Reference map 'cupboard.refmap.json' for cupboard.mixins.json could not be read. If this is a development environment you can ignore this message
[18Feb2026 13:26:32.052] [main/DEBUG] [mixin/]: Selecting config transition.mixins.json
[18Feb2026 13:26:32.052] [main/DEBUG] [mixin/]: Selecting config refurbished_furniture.common.mixins.json
[18Feb2026 13:26:32.052] [main/WARN] [mixin/]: Reference map 'refurbished_furniture.refmap.json' for refurbished_furniture.common.mixins.json could not be read. If this is a development environment you can ignore this message
[18Feb2026 13:26:32.052] [main/DEBUG] [mixin/]: Selecting config monolib.mixins.json
[18Feb2026 13:26:32.053] [main/WARN] [mixin/]: Reference map 'monolib.refmap.json' for monolib.mixins.json could not be read. If this is a development environment you can ignore this message
[18Feb2026 13:26:32.053] [main/DEBUG] [mixin/]: Selecting config monolib.neoforge.mixins.json
[18Feb2026 13:26:32.053] [main/DEBUG] [mixin/]: Selecting config moogs_structures-neoforge.mixins.json
[18Feb2026 13:26:32.053] [main/DEBUG] [mixin/]: Selecting config moogs_structures-common.mixins.json
[18Feb2026 13:26:32.053] [main/DEBUG] [mixin/]: Selecting config framework.common.mixins.json
[18Feb2026 13:26:32.053] [main/WARN] [mixin/]: Reference map 'framework.refmap.json' for framework.common.mixins.json could not be read. If this is a development environment you can ignore this message
[18Feb2026 13:26:32.053] [main/DEBUG] [mixin/]: Selecting config c2me-rewrites-chunkio.mixins.json
[18Feb2026 13:26:32.053] [main/INFO] [C2ME Modules Manager/]: Initializing com.ishland.c2me.rewrites.chunkio.mixin
[18Feb2026 13:26:32.054] [main/DEBUG] [mixin/]: Selecting config c2me-opts-allocs.mixins.json
[18Feb2026 13:26:32.055] [main/INFO] [C2ME Modules Manager/]: Initializing com.ishland.c2me.opts.allocs.mixin
[18Feb2026 13:26:32.055] [main/DEBUG] [mixin/]: Selecting config doubledoors_neoforge.mixins.json
[18Feb2026 13:26:32.055] [main/DEBUG] [mixin/]: Selecting config c2me-threading-lighting.mixins.json
[18Feb2026 13:26:32.055] [main/INFO] [C2ME Modules Manager/]: Initializing com.ishland.c2me.threading.lighting.mixin
[18Feb2026 13:26:32.056] [main/DEBUG] [mixin/]: Selecting config trashslot.mixins.json
[18Feb2026 13:26:32.056] [main/WARN] [mixin/]: Reference map 'trashslot.refmap.json' for trashslot.mixins.json could not be read. If this is a development environment you can ignore this message
[18Feb2026 13:26:32.056] [main/DEBUG] [mixin/]: Selecting config trashslot.neoforge.mixins.json
[18Feb2026 13:26:32.056] [main/DEBUG] [mixin/]: Selecting config mutantmonsters.common.mixins.json
[18Feb2026 13:26:32.056] [main/DEBUG] [mixin/]: Selecting config mutantmonsters.neoforge.mixins.json
[18Feb2026 13:26:32.057] [main/DEBUG] [mixin/]: Selecting config rechiseled.mixins.json
[18Feb2026 13:26:32.057] [main/DEBUG] [mixin/]: Selecting config lithostitched.mixins.json
[18Feb2026 13:26:32.057] [main/DEBUG] [mixin/]: Selecting config lithostitched.12111.mixins.json
[18Feb2026 13:26:32.057] [main/DEBUG] [mixin/]: Selecting config lithostitched.neoforge.mixins.json
[18Feb2026 13:26:32.057] [main/DEBUG] [mixin/]: Selecting config lithium.mixins.json
[18Feb2026 13:26:32.066] [main/DEBUG] [Lithium/]: Loaded net.caffeinemc.mods.lithium.neoforge.NeoForgeMixinOverrides@3f50b680 for service interface net.caffeinemc.mods.lithium.common.services.PlatformMixinOverrides
[18Feb2026 13:26:32.069] [main/INFO] [Lithium/]: Loaded configuration file for Lithium: 162 options available, 0 override(s) found.
[18Feb2026 13:26:32.070] [main/DEBUG] [Lithium/]: Loaded net.caffeinemc.mods.lithium.neoforge.NeoForgeRuntimeInformation@30c1da48 for service interface net.caffeinemc.mods.lithium.common.services.PlatformRuntimeInformation
[18Feb2026 13:26:32.070] [main/DEBUG] [mixin/]: Selecting config lithium-neoforge.mixins.json
[18Feb2026 13:26:32.070] [main/DEBUG] [mixin/]: Selecting config trender.mixins.json
[18Feb2026 13:26:32.070] [main/DEBUG] [mixin/]: Selecting config waystones.mixins.json
[18Feb2026 13:26:32.071] [main/WARN] [mixin/]: Reference map 'waystones.refmap.json' for waystones.mixins.json could not be read. If this is a development environment you can ignore this message
[18Feb2026 13:26:32.071] [main/DEBUG] [mixin/]: Selecting config waystones.neoforge.mixins.json
[18Feb2026 13:26:32.071] [main/DEBUG] [mixin/]: Selecting config clumps.mixins.json
[18Feb2026 13:26:32.071] [main/WARN] [mixin/]: Reference map 'clumps.refmap.json' for clumps.mixins.json could not be read. If this is a development environment you can ignore this message
[18Feb2026 13:26:32.071] [main/DEBUG] [mixin/]: Selecting config journeymap.mixins.json
[18Feb2026 13:26:32.071] [main/WARN] [mixin/]: Reference map 'journeymap-refmap.json' for journeymap.mixins.json could not be read. If this is a development environment you can ignore this message
[18Feb2026 13:26:32.071] [main/DEBUG] [mixin/]: Selecting config journeymap.neoforge.mixins.json
[18Feb2026 13:26:32.071] [main/DEBUG] [mixin/]: Selecting config alternate-current.mixins.json
[18Feb2026 13:26:32.071] [main/DEBUG] [mixin/]: Selecting config c2me-rewrites-chunk-system.mixins.json
[18Feb2026 13:26:32.072] [main/INFO] [C2ME Modules Manager/]: Initializing com.ishland.c2me.rewrites.chunksystem.mixin
[18Feb2026 13:26:32.074] [main/DEBUG] [mixin/]: Selecting config fusion.mixins.json
[18Feb2026 13:26:32.082] [main/DEBUG] [mixin/]: Selecting config sodium-common.mixins.json
[18Feb2026 13:26:32.084] [main/DEBUG] [Sodium (Service)/]: Loaded net.caffeinemc.mods.sodium.neoforge.ForgeMixinOverrides@7c601d50 for service interface net.caffeinemc.mods.sodium.client.services.PlatformMixinOverrides
[18Feb2026 13:26:32.086] [main/DEBUG] [Sodium (Service)/]: Loaded net.caffeinemc.mods.sodium.neoforge.NeoForgeRuntimeInformation@50f097b5 for service interface net.caffeinemc.mods.sodium.client.services.PlatformRuntimeInformation
[18Feb2026 13:26:32.086] [main/INFO] [Sodium/]: Loaded configuration file for Sodium: 43 options available, 0 override(s) found
[18Feb2026 13:26:32.086] [main/DEBUG] [mixin/]: Selecting config sodium-neoforge.mixins.json
[18Feb2026 13:26:32.086] [main/DEBUG] [mixin/]: Selecting config skinlayers3d.mixins.json
[18Feb2026 13:26:32.086] [main/WARN] [mixin/]: Reference map 'skinlayers3d.refmap.mixins.json' for skinlayers3d.mixins.json could not be read. If this is a development environment you can ignore this message
[18Feb2026 13:26:32.086] [main/DEBUG] [mixin/]: Selecting config hunters_return.mixins.json
[18Feb2026 13:26:32.086] [main/DEBUG] [mixin/]: Selecting config c2me-opts-worldgen-vanilla.mixins.json
[18Feb2026 13:26:32.087] [main/INFO] [C2ME Modules Manager/]: Initializing com.ishland.c2me.opts.worldgen.vanilla.mixin
[18Feb2026 13:26:32.087] [main/DEBUG] [mixin/]: Selecting config c2me-opts-scheduling.mixins.json
[18Feb2026 13:26:32.088] [main/INFO] [C2ME Modules Manager/]: Initializing com.ishland.c2me.opts.scheduling.mixin
[18Feb2026 13:26:32.089] [main/DEBUG] [mixin/]: Selecting config friendsandfoes-neoforge.mixins.json
[18Feb2026 13:26:32.089] [main/WARN] [mixin/]: Reference map 'friendsandfoes.refmap.json' for friendsandfoes-neoforge.mixins.json could not be read. If this is a development environment you can ignore this message
[18Feb2026 13:26:32.089] [main/DEBUG] [mixin/]: Selecting config friendsandfoes-common.mixins.json
[18Feb2026 13:26:32.090] [main/WARN] [mixin/]: Reference map 'friendsandfoes.refmap.json' for friendsandfoes-common.mixins.json could not be read. If this is a development environment you can ignore this message
[18Feb2026 13:26:32.090] [main/DEBUG] [mixin/]: Selecting config elytratrims.mixins.json
[18Feb2026 13:26:32.090] [main/DEBUG] [mixin/]: Selecting config sound_physics_remastered.mixins.json
[18Feb2026 13:26:32.090] [main/WARN] [mixin/]: Reference map 'sound_physics_remastered.refmap.json' for sound_physics_remastered.mixins.json could not be read. If this is a development environment you can ignore this message
[18Feb2026 13:26:32.090] [main/DEBUG] [mixin/]: Selecting config jamlib.mixins.json
[18Feb2026 13:26:32.090] [main/DEBUG] [mixin/]: Selecting config jamlib.client.mixins.json
[18Feb2026 13:26:32.090] [main/DEBUG] [mixin/]: Selecting config rightclickharvest.mixins.json
[18Feb2026 13:26:32.090] [main/DEBUG] [mixin/]: Selecting config jade.mixins.json
[18Feb2026 13:26:32.090] [main/DEBUG] [mixin/]: Selecting config armorposer.neoforge.mixins.json
[18Feb2026 13:26:32.090] [main/DEBUG] [mixin/]: Selecting config creativecore.mixins.json
[18Feb2026 13:26:32.091] [main/WARN] [mixin/]: Reference map 'creativecore.mixins.refmap.json' for creativecore.mixins.json could not be read. If this is a development environment you can ignore this message
[18Feb2026 13:26:32.091] [main/DEBUG] [mixin/]: Selecting config creativecore.forge.mixins.json
[18Feb2026 13:26:32.091] [main/WARN] [mixin/]: Reference map 'creativecore.mixins.refmap.json' for creativecore.forge.mixins.json could not be read. If this is a development environment you can ignore this message
[18Feb2026 13:26:32.091] [main/DEBUG] [mixin/]: Selecting config c2me-server-utils.mixins.json
[18Feb2026 13:26:32.091] [main/INFO] [C2ME Modules Manager/]: Initializing com.ishland.c2me.server.utils.mixin
[18Feb2026 13:26:32.091] [main/DEBUG] [mixin/]: Selecting config securitycraft.mixins.json
[18Feb2026 13:26:32.092] [main/WARN] [mixin/]: Reference map 'securitycraft.refmap.json' for securitycraft.mixins.json could not be read. If this is a development environment you can ignore this message
[18Feb2026 13:26:32.092] [main/DEBUG] [mixin/]: Selecting config c2me-notickvd.mixins.json
[18Feb2026 13:26:32.092] [main/INFO] [C2ME Modules Manager/]: Initializing com.ishland.c2me.notickvd.mixin
[18Feb2026 13:26:32.096] [main/DEBUG] [io.netty.util.internal.PlatformDependent/]: org.jctools-core.MpscChunkedArrayQueue: available
[18Feb2026 13:26:32.099] [main/DEBUG] [mixin/]: Selecting config c2me-opts-worldgen-general.mixins.json
[18Feb2026 13:26:32.099] [main/INFO] [C2ME Modules Manager/]: Initializing com.ishland.c2me.opts.worldgen.general.mixin
[18Feb2026 13:26:32.100] [main/DEBUG] [mixin/]: Selecting config c2me-opts-chunkio.mixins.json
[18Feb2026 13:26:32.100] [main/INFO] [C2ME Modules Manager/]: Initializing com.ishland.c2me.opts.chunkio.mixin
[18Feb2026 13:26:32.101] [main/DEBUG] [mixin/]: Selecting config ferritecore.fastmap.mixin.json
[18Feb2026 13:26:32.107] [main/WARN] [mixin/]: Reference map '${refmap_target}refmap.json' for ferritecore.fastmap.mixin.json could not be read. If this is a development environment you can ignore this message
[18Feb2026 13:26:32.108] [main/DEBUG] [mixin/]: Selecting config ferritecore.blockstatecache.mixin.json
[18Feb2026 13:26:32.108] [main/WARN] [mixin/]: Reference map '${refmap_target}refmap.json' for ferritecore.blockstatecache.mixin.json could not be read. If this is a development environment you can ignore this message
[18Feb2026 13:26:32.108] [main/DEBUG] [mixin/]: Selecting config ferritecore.threaddetec.mixin.json
[18Feb2026 13:26:32.108] [main/WARN] [mixin/]: Reference map '${refmap_target}refmap.json' for ferritecore.threaddetec.mixin.json could not be read. If this is a development environment you can ignore this message
[18Feb2026 13:26:32.108] [main/DEBUG] [mixin/]: Selecting config ferritecore.accessors.mixin.json
[18Feb2026 13:26:32.108] [main/WARN] [mixin/]: Reference map '${refmap_target}refmap.json' for ferritecore.accessors.mixin.json could not be read. If this is a development environment you can ignore this message
[18Feb2026 13:26:32.108] [main/DEBUG] [mixin/]: Selecting config yacl.mixins.json
[18Feb2026 13:26:32.109] [main/WARN] [mixin/]: Reference map 'yet_another_config_lib_v3.refmap.json' for yacl.mixins.json could not be read. If this is a development environment you can ignore this message
[18Feb2026 13:26:32.109] [main/DEBUG] [mixin/]: Selecting config puzzleslib.common.mixins.json
[18Feb2026 13:26:32.109] [main/DEBUG] [mixin/]: Selecting config puzzleslib.neoforge.mixins.json
[18Feb2026 13:26:32.110] [main/DEBUG] [mixin/]: Selecting config mixins.medieval_nether.json
[18Feb2026 13:26:32.110] [main/WARN] [mixin/]: Reference map 'mixins.medieval_nether.refmap.json' for mixins.medieval_nether.json could not be read. If this is a development environment you can ignore this message
[18Feb2026 13:26:32.110] [main/DEBUG] [mixin/]: Selecting config xptome.mixins.json
[18Feb2026 13:26:32.110] [main/WARN] [mixin/]: Reference map 'xptome.refmap.json' for xptome.mixins.json could not be read. If this is a development environment you can ignore this message
[18Feb2026 13:26:32.110] [main/DEBUG] [mixin/]: Selecting config mixinextras.init.mixins.json
[18Feb2026 13:26:32.110] [main/DEBUG] [mixin/]: Selecting config mixinsquared.init.mixins.json
[18Feb2026 13:26:32.115] [main/DEBUG] [mixin/]: Registering new target selector for @mixinsquared:handler with com.bawnorton.mixinsquared.selector.DynamicSelectorHandler
[18Feb2026 13:26:32.119] [main/DEBUG] [mixin/]: Preparing weaponmaster_ydm.mixins.json (3)
[18Feb2026 13:26:32.157] [main/DEBUG] [mixin/]: Preparing c2me-fixes-worldgen-threading-issues.mixins.json (34)
[18Feb2026 13:26:32.209] [main/DEBUG] [mixin/]: Preparing c2me.mixins.json (0)
[18Feb2026 13:26:32.209] [main/DEBUG] [mixin/]: Preparing kuma_api.mixins.json (7)
[18Feb2026 13:26:32.209] [main/DEBUG] [mixin/]: Preparing kuma_api.neoforge.mixins.json (0)
[18Feb2026 13:26:32.209] [main/DEBUG] [mixin/]: Preparing netherportalfix.mixins.json (2)
[18Feb2026 13:26:32.227] [main/DEBUG] [mixin/]: Preparing netherportalfix.neoforge.mixins.json (0)
[18Feb2026 13:26:32.227] [main/DEBUG] [mixin/]: Preparing c2me-rewrites-chunk-serializer.mixins.json (5)
[18Feb2026 13:26:32.229] [main/DEBUG] [mixin/]: Preparing c2me-opts-natives-math.mixins.json (4)
[18Feb2026 13:26:32.230] [main/DEBUG] [mixin/]: Preparing sophisticatedcore.mixins.json (1)
[18Feb2026 13:26:32.231] [main/DEBUG] [mixin/]: Preparing kleeslabs.mixins.json (0)
[18Feb2026 13:26:32.231] [main/DEBUG] [mixin/]: Preparing kleeslabs.neoforge.mixins.json (0)
[18Feb2026 13:26:32.231] [main/DEBUG] [mixin/]: Preparing c2me-fixes-general-threading-issues.mixins.json (4)
[18Feb2026 13:26:32.248] [main/DEBUG] [mixin/]: Preparing villagernames_neoforge.mixins.json (1)
[18Feb2026 13:26:32.248] [main/DEBUG] [mixin/]: Preparing neoforge.mixins.json (2)
[18Feb2026 13:26:32.257] [main/DEBUG] [mixin/]: Preparing krypton_fnp.mixins.json (14)
[18Feb2026 13:26:32.258] [main/INFO] [ModMixinBootstrap/]: Mixin one.pkg.mod.krypton_fnp.mixin.network.experimental.ServerLoginPacketListenerImplMixin enabled
[18Feb2026 13:26:32.259] [main/INFO] [ModMixinBootstrap/]: Mixin one.pkg.mod.krypton_fnp.mixin.network.experimental.ServerTextFilterMixin enabled
[18Feb2026 13:26:32.259] [main/INFO] [ModMixinBootstrap/]: Mixin one.pkg.mod.krypton_fnp.mixin.network.experimental.UtilMixin enabled
[18Feb2026 13:26:32.259] [main/INFO] [ModMixinBootstrap/]: Mixin one.pkg.mod.krypton_fnp.mixin.network.experimental.VarLongMixin enabled
[18Feb2026 13:26:32.263] [main/WARN] [mixin/]: Error loading class: net/minecraft/Util (java.lang.ClassNotFoundException: net.minecraft.Util)
[18Feb2026 13:26:32.263] [main/WARN] [mixin/]: @Mixin target net.minecraft.Util was not found krypton_fnp.mixins.json:network.experimental.UtilMixin from mod krypton_fnp
[18Feb2026 13:26:32.266] [main/DEBUG] [mixin/]: Preparing bagus_lib.mixins.json (8)
[18Feb2026 13:26:32.283] [main/DEBUG] [mixin/]: Preparing biolith.mixins.json (11)
[18Feb2026 13:26:32.299] [main/DEBUG] [mixin/]: Preparing biolith.neoforge.mixins.json (3)
[18Feb2026 13:26:32.301] [main/DEBUG] [mixin/]: Preparing c2me-opts-math.mixins.json (3)
[18Feb2026 13:26:32.303] [main/DEBUG] [mixin/]: Preparing mixins.medievalend.json (2)
[18Feb2026 13:26:32.312] [main/DEBUG] [mixin/]: Preparing mixins.medieval_buildings.json (0)
[18Feb2026 13:26:32.312] [main/DEBUG] [mixin/]: Preparing clientsort.mixins.json (17)
[18Feb2026 13:26:32.315] [main/DEBUG] [mixin/]: Preparing clientsort.neoforge.mixins.json (1)
[18Feb2026 13:26:32.315] [main/DEBUG] [mixin/]: Preparing balm.mixins.json (11)
[18Feb2026 13:26:32.329] [main/DEBUG] [mixin/]: Preparing balm.api.mixins.json (8)
[18Feb2026 13:26:32.329] [main/DEBUG] [mixin/]: Preparing balm.neoforge.mixins.json (4)
[18Feb2026 13:26:32.330] [main/DEBUG] [mixin/]: Preparing carryon.mixins.json (8)
[18Feb2026 13:26:32.333] [main/DEBUG] [mixin/]: Preparing carryon.neoforge.mixins.json (0)
[18Feb2026 13:26:32.333] [main/DEBUG] [mixin/]: Preparing melody.mixins.json (3)
[18Feb2026 13:26:32.333] [main/DEBUG] [mixin/]: Preparing melody.neoforge.mixins.json (0)
[18Feb2026 13:26:32.333] [main/DEBUG] [mixin/]: Preparing c2me-base.mixins.json (58)
[18Feb2026 13:26:32.377] [main/DEBUG] [mixin/]: Preparing moretotems.mixins.json (3)
[18Feb2026 13:26:32.386] [main/DEBUG] [mixin/]: Preparing moretotems.neoforge.mixins.json (0)
[18Feb2026 13:26:32.386] [main/DEBUG] [mixin/]: Preparing ctov.mixins.json (0)
[18Feb2026 13:26:32.386] [main/DEBUG] [mixin/]: Preparing ctov-common.mixins.json (0)
[18Feb2026 13:26:32.386] [main/DEBUG] [mixin/]: Preparing c2me-fixes-worldgen-vanilla-bugs.mixins.json (1)
[18Feb2026 13:26:32.386] [main/DEBUG] [mixin/]: Preparing revampedwolf.mixins.json (4)
[18Feb2026 13:26:32.387] [main/DEBUG] [mixin/]: Preparing konkrete.mixins.json (3)
[18Feb2026 13:26:32.387] [main/DEBUG] [mixin/]: Preparing konkrete.neoforge.mixins.json (0)
[18Feb2026 13:26:32.387] [main/DEBUG] [mixin/]: Preparing c2me-fixes-chunkio-threading-issues.mixins.json (1)
[18Feb2026 13:26:32.388] [main/DEBUG] [mixin/]: Preparing c2me-client-uncapvd.mixins.json (5)
[18Feb2026 13:26:32.389] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/OptionInstance (java.lang.ClassNotFoundException: net.minecraft.client.OptionInstance)
[18Feb2026 13:26:32.389] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.OptionInstance was not found c2me-client-uncapvd.mixins.json:ISimpleOption from mod c2me_client_uncapvd
[18Feb2026 13:26:32.390] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/Options (java.lang.ClassNotFoundException: net.minecraft.client.Options)
[18Feb2026 13:26:32.390] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.Options was not found c2me-client-uncapvd.mixins.json:MixinGameOptions from mod c2me_client_uncapvd
[18Feb2026 13:26:32.390] [main/WARN] [mixin/]: Error loading class: net/vulkanmod/config/option/Options (java.lang.ClassNotFoundException: net.vulkanmod.config.option.Options)
[18Feb2026 13:26:32.390] [main/DEBUG] [mixin/]: Skipping virtual target net.vulkanmod.config.option.Options for c2me-client-uncapvd.mixins.json:MixinVKModOptions from mod c2me_client_uncapvd
[18Feb2026 13:26:32.390] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/renderer/fog/FogRenderer (java.lang.ClassNotFoundException: net.minecraft.client.renderer.fog.FogRenderer)
[18Feb2026 13:26:32.390] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.renderer.fog.FogRenderer was not found c2me-client-uncapvd.mixins.json:rendering.MixinFogRenderer from mod c2me_client_uncapvd
[18Feb2026 13:26:32.390] [main/DEBUG] [mixin/]: Preparing supermartijn642corelib.mixins.json (14)
[18Feb2026 13:26:32.395] [main/DEBUG] [mixin/]: Preparing neoforge-longer_following_time.mixins.json (0)
[18Feb2026 13:26:32.395] [main/DEBUG] [mixin/]: Preparing neoforge-longer_following_time.neoforge.mixins.json (1)
[18Feb2026 13:26:32.396] [main/DEBUG] [mixin/]: Preparing c2me-opts-dfc.mixins.json (11)
[18Feb2026 13:26:32.403] [main/DEBUG] [mixin/]: Preparing collective_neoforge.mixins.json (8)
[18Feb2026 13:26:32.406] [main/DEBUG] [mixin/]: Preparing searchables.mixins.json (1)
[18Feb2026 13:26:32.406] [main/DEBUG] [mixin/]: Preparing searchables.neoforge.mixins.json (0)
[18Feb2026 13:26:32.406] [main/DEBUG] [mixin/]: Preparing littlejoys.mixins.json (5)
[18Feb2026 13:26:32.411] [main/DEBUG] [mixin/]: Preparing littlejoys.neoforge.mixins.json (2)
[18Feb2026 13:26:32.412] [main/WARN] [mixin/]: Error loading class: com/teammetallurgy/aquaculture/entity/AquaFishingBobberEntity (java.lang.ClassNotFoundException: com.teammetallurgy.aquaculture.entity.AquaFishingBobberEntity)
[18Feb2026 13:26:32.412] [main/WARN] [mixin/]: @Mixin target com.teammetallurgy.aquaculture.entity.AquaFishingBobberEntity was not found littlejoys.neoforge.mixins.json:AquaFishingBobberEntityMixin from mod littlejoys
[18Feb2026 13:26:32.412] [main/DEBUG] [mixin/]: Preparing resourcefullib.mixins.json (1)
[18Feb2026 13:26:32.413] [main/DEBUG] [mixin/]: Preparing neoforge-unlocked_typing.mixins.json (11)
[18Feb2026 13:26:32.414] [main/DEBUG] [mixin/]: Preparing neoforge-unlocked_typing.neoforge.mixins.json (1)
[18Feb2026 13:26:32.414] [main/DEBUG] [mixin/]: Preparing architectury.mixins.json (11)
[18Feb2026 13:26:32.418] [main/DEBUG] [mixin/]: Preparing architectury-common.mixins.json (8)
[18Feb2026 13:26:32.423] [main/DEBUG] [mixin/]: Preparing cupboard.mixins.json (5)
[18Feb2026 13:26:32.425] [main/DEBUG] [mixin/]: Preparing transition.mixins.json (6)
[18Feb2026 13:26:32.425] [main/DEBUG] [mixin/]: Preparing refurbished_furniture.common.mixins.json (17)
[18Feb2026 13:26:32.427] [main/DEBUG] [mixin/]: Preparing monolib.mixins.json (1)
[18Feb2026 13:26:32.427] [main/DEBUG] [mixin/]: Preparing monolib.neoforge.mixins.json (2)
[18Feb2026 13:26:32.427] [main/DEBUG] [mixin/]: Preparing moogs_structures-neoforge.mixins.json (1)
[18Feb2026 13:26:32.428] [main/DEBUG] [mixin/]: Preparing moogs_structures-common.mixins.json (10)
[18Feb2026 13:26:32.439] [main/DEBUG] [mixin/]: Preparing framework.common.mixins.json (2)
[18Feb2026 13:26:32.439] [main/DEBUG] [mixin/]: Preparing c2me-rewrites-chunkio.mixins.json (3)
[18Feb2026 13:26:32.439] [main/DEBUG] [mixin/]: Preparing c2me-opts-allocs.mixins.json (12)
[18Feb2026 13:26:32.448] [main/DEBUG] [mixin/]: Preparing doubledoors_neoforge.mixins.json (4)
[18Feb2026 13:26:32.453] [main/DEBUG] [mixin/]: Preparing c2me-threading-lighting.mixins.json (3)
[18Feb2026 13:26:32.454] [main/WARN] [mixin/]: Error loading class: ca/spottedleaf/starlight/common/thread/SchedulingUtil (java.lang.ClassNotFoundException: ca.spottedleaf.starlight.common.thread.SchedulingUtil)
[18Feb2026 13:26:32.454] [main/DEBUG] [mixin/]: Skipping virtual target ca.spottedleaf.starlight.common.thread.SchedulingUtil for c2me-threading-lighting.mixins.json:scalablelux.MixinSchedulingUtil from mod c2me_threading_lighting
[18Feb2026 13:26:32.454] [main/DEBUG] [mixin/]: Preparing trashslot.mixins.json (0)
[18Feb2026 13:26:32.454] [main/DEBUG] [mixin/]: Preparing trashslot.neoforge.mixins.json (0)
[18Feb2026 13:26:32.454] [main/DEBUG] [mixin/]: Preparing mutantmonsters.common.mixins.json (2)
[18Feb2026 13:26:32.454] [main/DEBUG] [mixin/]: Preparing mutantmonsters.neoforge.mixins.json (0)
[18Feb2026 13:26:32.454] [main/DEBUG] [mixin/]: Preparing rechiseled.mixins.json (1)
[18Feb2026 13:26:32.454] [main/DEBUG] [mixin/]: Preparing lithostitched.mixins.json (41)
[18Feb2026 13:26:32.472] [main/DEBUG] [mixin/]: Preparing lithostitched.12111.mixins.json (4)
[18Feb2026 13:26:32.475] [main/DEBUG] [mixin/]: Preparing lithostitched.neoforge.mixins.json (2)
[18Feb2026 13:26:32.476] [main/DEBUG] [mixin/]: Preparing lithium.mixins.json (255)
[18Feb2026 13:26:32.620] [main/DEBUG] [mixin/]: @Mixin target net/minecraft/world/level/chunk/LevelChunk$RebindableTickingBlockEntityWrapper is public in lithium.mixins.json:world.block_entity_ticking.sleeping.WrappedBlockEntityTickInvokerAccessor from mod lithium and should be specified in value
[18Feb2026 13:26:32.625] [main/DEBUG] [mixin/]: Preparing lithium-neoforge.mixins.json (6)
[18Feb2026 13:26:32.626] [main/DEBUG] [mixin/]: Preparing trender.mixins.json (2)
[18Feb2026 13:26:32.626] [main/DEBUG] [mixin/]: Preparing waystones.mixins.json (3)
[18Feb2026 13:26:32.627] [main/DEBUG] [mixin/]: Preparing waystones.neoforge.mixins.json (0)
[18Feb2026 13:26:32.627] [main/DEBUG] [mixin/]: Preparing clumps.mixins.json (2)
[18Feb2026 13:26:32.629] [main/DEBUG] [mixin/]: Preparing journeymap.mixins.json (35)
[18Feb2026 13:26:32.631] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/renderer/entity/SalmonRenderer (java.lang.ClassNotFoundException: net.minecraft.client.renderer.entity.SalmonRenderer)
[18Feb2026 13:26:32.631] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.renderer.entity.SalmonRenderer was not found journeymap.mixins.json:client.SalmonRendererAccessor from mod journeymap
[18Feb2026 13:26:32.631] [main/DEBUG] [mixin/]: Preparing journeymap.neoforge.mixins.json (1)
[18Feb2026 13:26:32.631] [main/DEBUG] [mixin/]: Preparing alternate-current.mixins.json (4)
[18Feb2026 13:26:32.632] [main/DEBUG] [mixin/]: Preparing c2me-rewrites-chunk-system.mixins.json (19)
[18Feb2026 13:26:32.638] [main/DEBUG] [mixin/]: Preparing fusion.mixins.json (31)
[18Feb2026 13:26:32.638] [main/DEBUG] [mixin/]: Preparing sodium-common.mixins.json (71)
[18Feb2026 13:26:32.638] [main/DEBUG] [mixin/]: Preparing sodium-neoforge.mixins.json (11)
[18Feb2026 13:26:32.638] [main/DEBUG] [mixin/]: Preparing skinlayers3d.mixins.json (14)
[18Feb2026 13:26:32.638] [main/DEBUG] [mixin/]: Preparing hunters_return.mixins.json (2)
[18Feb2026 13:26:32.639] [main/DEBUG] [mixin/]: Preparing c2me-opts-worldgen-vanilla.mixins.json (4)
[18Feb2026 13:26:32.640] [main/INFO] [C2ME Config System/]: Disabling config vanillaWorldGenOptimizations.useEndBiomeCache: Incompatible with biolith@3.5.0-beta.3 (*) (defined in c2me)
[18Feb2026 13:26:32.643] [main/DEBUG] [mixin/]: Preparing c2me-opts-scheduling.mixins.json (16)
[18Feb2026 13:26:32.657] [main/DEBUG] [mixin/]: Preparing friendsandfoes-neoforge.mixins.json (1)
[18Feb2026 13:26:32.659] [main/DEBUG] [mixin/]: Preparing friendsandfoes-common.mixins.json (47)
[18Feb2026 13:26:32.685] [main/DEBUG] [mixin/]: Preparing elytratrims.mixins.json (8)
[18Feb2026 13:26:32.688] [main/DEBUG] [mixin/]: Preparing sound_physics_remastered.mixins.json (11)
[18Feb2026 13:26:32.689] [main/DEBUG] [mixin/]: Preparing jamlib.mixins.json (0)
[18Feb2026 13:26:32.689] [main/DEBUG] [mixin/]: Preparing jamlib.client.mixins.json (3)
[18Feb2026 13:26:32.689] [main/DEBUG] [mixin/]: Preparing rightclickharvest.mixins.json (1)
[18Feb2026 13:26:32.689] [main/DEBUG] [mixin/]: Preparing jade.mixins.json (14)
[18Feb2026 13:26:32.691] [main/DEBUG] [mixin/]: Preparing armorposer.neoforge.mixins.json (6)
[18Feb2026 13:26:32.691] [main/DEBUG] [mixin/]: Preparing creativecore.mixins.json (10)
[18Feb2026 13:26:32.696] [main/DEBUG] [mixin/]: Preparing creativecore.forge.mixins.json (3)
[18Feb2026 13:26:32.697] [main/DEBUG] [mixin/]: Preparing c2me-server-utils.mixins.json (1)
[18Feb2026 13:26:32.697] [main/DEBUG] [mixin/]: Preparing securitycraft.mixins.json (31)
[18Feb2026 13:26:32.712] [main/DEBUG] [mixin/]: Preparing c2me-notickvd.mixins.json (16)
[18Feb2026 13:26:32.716] [main/DEBUG] [mixin/]: Preparing c2me-opts-worldgen-general.mixins.json (3)
[18Feb2026 13:26:32.717] [main/DEBUG] [mixin/]: Preparing c2me-opts-chunkio.mixins.json (2)
[18Feb2026 13:26:32.718] [main/DEBUG] [mixin/]: Preparing ferritecore.fastmap.mixin.json (1)
[18Feb2026 13:26:32.718] [main/DEBUG] [mixin/]: Preparing ferritecore.blockstatecache.mixin.json (2)
[18Feb2026 13:26:32.719] [main/DEBUG] [mixin/]: Preparing ferritecore.threaddetec.mixin.json (1)
[18Feb2026 13:26:32.719] [main/DEBUG] [mixin/]: Preparing ferritecore.accessors.mixin.json (6)
[18Feb2026 13:26:32.721] [main/DEBUG] [mixin/]: Preparing yacl.mixins.json (6)
[18Feb2026 13:26:32.721] [main/DEBUG] [mixin/]: Preparing puzzleslib.common.mixins.json (6)
[18Feb2026 13:26:32.723] [main/DEBUG] [mixin/]: Preparing puzzleslib.neoforge.mixins.json (5)
[18Feb2026 13:26:32.725] [main/DEBUG] [mixin/]: Preparing mixins.medieval_nether.json (0)
[18Feb2026 13:26:32.725] [main/DEBUG] [mixin/]: Preparing xptome.mixins.json (1)
[18Feb2026 13:26:32.725] [main/DEBUG] [mixin/]: Preparing mixinextras.init.mixins.json (0)
[18Feb2026 13:26:32.725] [main/DEBUG] [mixin/]: Preparing mixinsquared.init.mixins.json (0)
[18Feb2026 13:26:32.785] [main/DEBUG] [mixin/]: Inner class net/caffeinemc/mods/lithium/mixin/ai/poi/PoiSectionMixin$1 in net/caffeinemc/mods/lithium/mixin/ai/poi/PoiSectionMixin on net/minecraft/world/entity/ai/village/poi/PoiSection gets unique name net/minecraft/world/entity/ai/village/poi/PoiSection$Anonymous$3a48fe1ff9b44d829f4a925a5ef499a8
[18Feb2026 13:26:32.786] [main/DEBUG] [mixin/]: Inner class net/caffeinemc/mods/lithium/mixin/ai/poi/SectionStorageMixin$1 in net/caffeinemc/mods/lithium/mixin/ai/poi/SectionStorageMixin on net/minecraft/world/level/chunk/storage/SectionStorage gets unique name net/minecraft/world/level/chunk/storage/SectionStorage$Anonymous$ddc521fc22c842e3bcbf21403f07fb0b
[18Feb2026 13:26:32.801] [main/DEBUG] [mixin/]: Inner class net/caffeinemc/mods/lithium/mixin/minimal_nonvanilla/spawning/EntitySectionStorageMixin$1 in net/caffeinemc/mods/lithium/mixin/minimal_nonvanilla/spawning/EntitySectionStorageMixin on net/minecraft/world/level/entity/EntitySectionStorage gets unique name net/minecraft/world/level/entity/EntitySectionStorage$Anonymous$405e6a7876bf4b98ac6150b5624c8ec4
[18Feb2026 13:26:32.809] [main/DEBUG] [mixin/]: Inner class net/caffeinemc/mods/lithium/mixin/world/chunk_ticking/random_block_ticking/PalettedContainerMixin$1 in net/caffeinemc/mods/lithium/mixin/world/chunk_ticking/random_block_ticking/PalettedContainerMixin on net/minecraft/world/level/chunk/PalettedContainer gets unique name net/minecraft/world/level/chunk/PalettedContainer$Anonymous$1f62fb299875438dbc0d59f0a2f5c6cb
[18Feb2026 13:26:32.810] [main/DEBUG] [mixin/]: Inner class net/caffeinemc/mods/lithium/mixin/world/explosions/entity_raycast/ServerExplosionMixin$1 in net/caffeinemc/mods/lithium/mixin/world/explosions/entity_raycast/ServerExplosionMixin on net/minecraft/world/level/ServerExplosion gets unique name net/minecraft/world/level/ServerExplosion$Anonymous$cf1e7c554e0f4b569cbf734f268ee731
[18Feb2026 13:26:32.811] [main/DEBUG] [mixin/]: Inner class net/caffeinemc/mods/lithium/mixin/world/raycast/BlockGetterMixin$1 in net/caffeinemc/mods/lithium/mixin/world/raycast/BlockGetterMixin on net/minecraft/world/level/BlockGetter gets unique name net/minecraft/world/level/BlockGetter$Anonymous$0518a74ceb224c59a071b99f598c6bb4
[18Feb2026 13:26:32.821] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/renderer/entity/ItemRenderer (java.lang.ClassNotFoundException: net.minecraft.client.renderer.entity.ItemRenderer)
[18Feb2026 13:26:32.822] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.renderer.entity.ItemRenderer was not found fusion.mixins.json:sodium.ItemRendererMixinSodium from mod fusion
[18Feb2026 13:26:32.824] [main/DEBUG] [mixin/]: Inner class com/ishland/c2me/opts/worldgen/vanilla/mixin/tlcache/MixinBlock$1 in com/ishland/c2me/opts/worldgen/vanilla/mixin/tlcache/MixinBlock on net/minecraft/world/level/block/Block gets unique name net/minecraft/world/level/block/Block$Anonymous$c898569907f54407b7fcf950da35619c
[18Feb2026 13:26:32.833] [main/DEBUG] [mixin/]: Prepared 708 mixins in 1.017 sec (1.4ms avg) (0ms load, 0ms transform, 0ms plugin)
[18Feb2026 13:26:32.839] [main/DEBUG] [io.netty.util.ResourceLeakDetector/]: -Dio.netty.leakDetection.level: simple
[18Feb2026 13:26:32.839] [main/DEBUG] [io.netty.util.ResourceLeakDetector/]: -Dio.netty.leakDetection.targetRecords: 4
[18Feb2026 13:26:32.899] [main/INFO] [MixinExtras|Service/]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.5.0).
[18Feb2026 13:26:32.900] [main/DEBUG] [mixin/]: Registering new injector for @SugarWrapper with com.llamalad7.mixinextras.sugar.impl.SugarWrapperInjectionInfo
[18Feb2026 13:26:32.900] [main/DEBUG] [mixin/]: Registering new injector for @FactoryRedirectWrapper with com.llamalad7.mixinextras.wrapper.factory.FactoryRedirectWrapperInjectionInfo
[18Feb2026 13:26:32.900] [main/DEBUG] [mixin/]: Registering new injector for @ExpressionInjectorWrapper with com.llamalad7.mixinextras.expression.impl.wrapper.ExpressionInjectorWrapperInjectionInfo
[18Feb2026 13:26:32.906] [main/DEBUG] [mixin/]: Mixing math.sine_lut.MthMixin from lithium.mixins.json into net.minecraft.util.Mth
[18Feb2026 13:26:32.919] [main/DEBUG] [mixin/]: lithium.mixins.json:math.sine_lut.MthMixin from mod lithium->@Inject::onClassInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:32.930] [main/DEBUG] [mixin/]: Mixing alloc.nbt.CompoundTagMixin from lithium.mixins.json into net.minecraft.nbt.CompoundTag
[18Feb2026 13:26:32.938] [main/DEBUG] [mixin/]: Mixing access.INbtCompound from c2me-base.mixins.json into net.minecraft.nbt.CompoundTag
[18Feb2026 13:26:33.018] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/self/auxv
[18Feb2026 13:26:33.018] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/self/auxv
[18Feb2026 13:26:33.021] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/stat
[18Feb2026 13:26:33.027] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/core_id
[18Feb2026 13:26:33.027] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/core_id
[18Feb2026 13:26:33.027] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/physical_package_id
[18Feb2026 13:26:33.027] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/physical_package_id
[18Feb2026 13:26:33.027] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cpu_capacity
[18Feb2026 13:26:33.028] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/level
[18Feb2026 13:26:33.028] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/level
[18Feb2026 13:26:33.028] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/type
[18Feb2026 13:26:33.028] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/type
[18Feb2026 13:26:33.028] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/ways_of_associativity
[18Feb2026 13:26:33.029] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/ways_of_associativity
[18Feb2026 13:26:33.029] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/coherency_line_size
[18Feb2026 13:26:33.029] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/coherency_line_size
[18Feb2026 13:26:33.029] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/size
[18Feb2026 13:26:33.029] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/size
[18Feb2026 13:26:33.029] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/level
[18Feb2026 13:26:33.029] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/level
[18Feb2026 13:26:33.029] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/type
[18Feb2026 13:26:33.029] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/type
[18Feb2026 13:26:33.029] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/ways_of_associativity
[18Feb2026 13:26:33.029] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/ways_of_associativity
[18Feb2026 13:26:33.029] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/coherency_line_size
[18Feb2026 13:26:33.029] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/coherency_line_size
[18Feb2026 13:26:33.029] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/size
[18Feb2026 13:26:33.029] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/size
[18Feb2026 13:26:33.029] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/level
[18Feb2026 13:26:33.029] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/level
[18Feb2026 13:26:33.029] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/type
[18Feb2026 13:26:33.029] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/type
[18Feb2026 13:26:33.029] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/ways_of_associativity
[18Feb2026 13:26:33.029] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/ways_of_associativity
[18Feb2026 13:26:33.030] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/coherency_line_size
[18Feb2026 13:26:33.030] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/coherency_line_size
[18Feb2026 13:26:33.030] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/size
[18Feb2026 13:26:33.030] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/size
[18Feb2026 13:26:33.030] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/level
[18Feb2026 13:26:33.030] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/level
[18Feb2026 13:26:33.030] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/type
[18Feb2026 13:26:33.030] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/type
[18Feb2026 13:26:33.030] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/ways_of_associativity
[18Feb2026 13:26:33.030] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/ways_of_associativity
[18Feb2026 13:26:33.030] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/coherency_line_size
[18Feb2026 13:26:33.030] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/coherency_line_size
[18Feb2026 13:26:33.030] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/size
[18Feb2026 13:26:33.030] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/size
[18Feb2026 13:26:33.030] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/core_id
[18Feb2026 13:26:33.031] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/core_id
[18Feb2026 13:26:33.031] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/physical_package_id
[18Feb2026 13:26:33.031] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/physical_package_id
[18Feb2026 13:26:33.031] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cpu_capacity
[18Feb2026 13:26:33.031] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/level
[18Feb2026 13:26:33.031] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/level
[18Feb2026 13:26:33.031] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/type
[18Feb2026 13:26:33.031] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/type
[18Feb2026 13:26:33.031] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/ways_of_associativity
[18Feb2026 13:26:33.031] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/ways_of_associativity
[18Feb2026 13:26:33.031] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/coherency_line_size
[18Feb2026 13:26:33.031] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/coherency_line_size
[18Feb2026 13:26:33.031] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/size
[18Feb2026 13:26:33.031] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/size
[18Feb2026 13:26:33.031] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/level
[18Feb2026 13:26:33.031] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/level
[18Feb2026 13:26:33.031] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/type
[18Feb2026 13:26:33.031] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/type
[18Feb2026 13:26:33.031] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/ways_of_associativity
[18Feb2026 13:26:33.031] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/ways_of_associativity
[18Feb2026 13:26:33.031] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/coherency_line_size
[18Feb2026 13:26:33.031] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/coherency_line_size
[18Feb2026 13:26:33.031] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/size
[18Feb2026 13:26:33.032] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/size
[18Feb2026 13:26:33.032] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/level
[18Feb2026 13:26:33.032] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/level
[18Feb2026 13:26:33.032] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/type
[18Feb2026 13:26:33.032] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/type
[18Feb2026 13:26:33.032] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/ways_of_associativity
[18Feb2026 13:26:33.032] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/ways_of_associativity
[18Feb2026 13:26:33.032] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/coherency_line_size
[18Feb2026 13:26:33.032] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/coherency_line_size
[18Feb2026 13:26:33.032] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/size
[18Feb2026 13:26:33.032] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/size
[18Feb2026 13:26:33.032] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/level
[18Feb2026 13:26:33.032] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/level
[18Feb2026 13:26:33.032] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/type
[18Feb2026 13:26:33.032] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/type
[18Feb2026 13:26:33.032] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/ways_of_associativity
[18Feb2026 13:26:33.032] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/ways_of_associativity
[18Feb2026 13:26:33.032] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/coherency_line_size
[18Feb2026 13:26:33.032] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/coherency_line_size
[18Feb2026 13:26:33.032] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/size
[18Feb2026 13:26:33.032] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/size
[18Feb2026 13:26:33.033] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/core_id
[18Feb2026 13:26:33.033] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/core_id
[18Feb2026 13:26:33.033] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/physical_package_id
[18Feb2026 13:26:33.033] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/physical_package_id
[18Feb2026 13:26:33.033] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cpu_capacity
[18Feb2026 13:26:33.033] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/level
[18Feb2026 13:26:33.033] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/level
[18Feb2026 13:26:33.033] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/type
[18Feb2026 13:26:33.033] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/type
[18Feb2026 13:26:33.033] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/ways_of_associativity
[18Feb2026 13:26:33.033] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/ways_of_associativity
[18Feb2026 13:26:33.033] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/coherency_line_size
[18Feb2026 13:26:33.033] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/coherency_line_size
[18Feb2026 13:26:33.033] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/size
[18Feb2026 13:26:33.033] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/size
[18Feb2026 13:26:33.033] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/level
[18Feb2026 13:26:33.033] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/level
[18Feb2026 13:26:33.033] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/type
[18Feb2026 13:26:33.033] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/type
[18Feb2026 13:26:33.033] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/ways_of_associativity
[18Feb2026 13:26:33.033] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/ways_of_associativity
[18Feb2026 13:26:33.033] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/coherency_line_size
[18Feb2026 13:26:33.033] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/coherency_line_size
[18Feb2026 13:26:33.034] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/size
[18Feb2026 13:26:33.034] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/size
[18Feb2026 13:26:33.034] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/level
[18Feb2026 13:26:33.034] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/level
[18Feb2026 13:26:33.034] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/type
[18Feb2026 13:26:33.034] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/type
[18Feb2026 13:26:33.034] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/ways_of_associativity
[18Feb2026 13:26:33.034] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/ways_of_associativity
[18Feb2026 13:26:33.034] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/coherency_line_size
[18Feb2026 13:26:33.034] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/coherency_line_size
[18Feb2026 13:26:33.034] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/size
[18Feb2026 13:26:33.034] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/size
[18Feb2026 13:26:33.034] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/level
[18Feb2026 13:26:33.034] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/level
[18Feb2026 13:26:33.034] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/type
[18Feb2026 13:26:33.034] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/type
[18Feb2026 13:26:33.034] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/ways_of_associativity
[18Feb2026 13:26:33.034] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/ways_of_associativity
[18Feb2026 13:26:33.034] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/coherency_line_size
[18Feb2026 13:26:33.034] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/coherency_line_size
[18Feb2026 13:26:33.034] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/size
[18Feb2026 13:26:33.034] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/size
[18Feb2026 13:26:33.035] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/core_id
[18Feb2026 13:26:33.035] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/core_id
[18Feb2026 13:26:33.035] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/physical_package_id
[18Feb2026 13:26:33.035] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/physical_package_id
[18Feb2026 13:26:33.035] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cpu_capacity
[18Feb2026 13:26:33.035] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/level
[18Feb2026 13:26:33.035] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/level
[18Feb2026 13:26:33.035] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/type
[18Feb2026 13:26:33.035] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/type
[18Feb2026 13:26:33.035] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/ways_of_associativity
[18Feb2026 13:26:33.035] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/ways_of_associativity
[18Feb2026 13:26:33.035] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/coherency_line_size
[18Feb2026 13:26:33.035] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/coherency_line_size
[18Feb2026 13:26:33.035] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/size
[18Feb2026 13:26:33.035] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/size
[18Feb2026 13:26:33.035] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/level
[18Feb2026 13:26:33.035] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/level
[18Feb2026 13:26:33.035] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/type
[18Feb2026 13:26:33.035] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/type
[18Feb2026 13:26:33.036] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/ways_of_associativity
[18Feb2026 13:26:33.036] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/ways_of_associativity
[18Feb2026 13:26:33.036] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/coherency_line_size
[18Feb2026 13:26:33.036] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/coherency_line_size
[18Feb2026 13:26:33.036] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/size
[18Feb2026 13:26:33.036] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/size
[18Feb2026 13:26:33.036] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/level
[18Feb2026 13:26:33.036] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/level
[18Feb2026 13:26:33.036] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/type
[18Feb2026 13:26:33.036] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/type
[18Feb2026 13:26:33.036] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/ways_of_associativity
[18Feb2026 13:26:33.036] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/ways_of_associativity
[18Feb2026 13:26:33.036] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/coherency_line_size
[18Feb2026 13:26:33.036] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/coherency_line_size
[18Feb2026 13:26:33.036] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/size
[18Feb2026 13:26:33.036] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/size
[18Feb2026 13:26:33.036] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/level
[18Feb2026 13:26:33.036] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/level
[18Feb2026 13:26:33.036] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/type
[18Feb2026 13:26:33.036] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/type
[18Feb2026 13:26:33.036] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/ways_of_associativity
[18Feb2026 13:26:33.036] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/ways_of_associativity
[18Feb2026 13:26:33.036] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/coherency_line_size
[18Feb2026 13:26:33.036] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/coherency_line_size
[18Feb2026 13:26:33.036] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/size
[18Feb2026 13:26:33.036] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/size
[18Feb2026 13:26:33.037] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/core_id
[18Feb2026 13:26:33.037] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/core_id
[18Feb2026 13:26:33.037] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/physical_package_id
[18Feb2026 13:26:33.037] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/physical_package_id
[18Feb2026 13:26:33.037] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cpu_capacity
[18Feb2026 13:26:33.037] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/level
[18Feb2026 13:26:33.037] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/level
[18Feb2026 13:26:33.037] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/type
[18Feb2026 13:26:33.037] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/type
[18Feb2026 13:26:33.037] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/ways_of_associativity
[18Feb2026 13:26:33.037] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/ways_of_associativity
[18Feb2026 13:26:33.037] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/coherency_line_size
[18Feb2026 13:26:33.037] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/coherency_line_size
[18Feb2026 13:26:33.037] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/size
[18Feb2026 13:26:33.037] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/size
[18Feb2026 13:26:33.037] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/level
[18Feb2026 13:26:33.037] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/level
[18Feb2026 13:26:33.037] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/type
[18Feb2026 13:26:33.037] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/type
[18Feb2026 13:26:33.038] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/ways_of_associativity
[18Feb2026 13:26:33.038] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/ways_of_associativity
[18Feb2026 13:26:33.038] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/coherency_line_size
[18Feb2026 13:26:33.038] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/coherency_line_size
[18Feb2026 13:26:33.038] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/size
[18Feb2026 13:26:33.038] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/size
[18Feb2026 13:26:33.038] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/level
[18Feb2026 13:26:33.038] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/level
[18Feb2026 13:26:33.038] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/type
[18Feb2026 13:26:33.038] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/type
[18Feb2026 13:26:33.038] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/ways_of_associativity
[18Feb2026 13:26:33.038] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/ways_of_associativity
[18Feb2026 13:26:33.038] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/coherency_line_size
[18Feb2026 13:26:33.038] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/coherency_line_size
[18Feb2026 13:26:33.038] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/size
[18Feb2026 13:26:33.038] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/size
[18Feb2026 13:26:33.038] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/level
[18Feb2026 13:26:33.038] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/level
[18Feb2026 13:26:33.038] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/type
[18Feb2026 13:26:33.038] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/type
[18Feb2026 13:26:33.038] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/ways_of_associativity
[18Feb2026 13:26:33.038] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/ways_of_associativity
[18Feb2026 13:26:33.038] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/coherency_line_size
[18Feb2026 13:26:33.038] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/coherency_line_size
[18Feb2026 13:26:33.038] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/size
[18Feb2026 13:26:33.038] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/size
[18Feb2026 13:26:33.039] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/core_id
[18Feb2026 13:26:33.039] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/core_id
[18Feb2026 13:26:33.039] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/physical_package_id
[18Feb2026 13:26:33.039] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/physical_package_id
[18Feb2026 13:26:33.039] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cpu_capacity
[18Feb2026 13:26:33.039] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/level
[18Feb2026 13:26:33.039] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/level
[18Feb2026 13:26:33.039] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/type
[18Feb2026 13:26:33.039] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/type
[18Feb2026 13:26:33.039] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/ways_of_associativity
[18Feb2026 13:26:33.039] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/ways_of_associativity
[18Feb2026 13:26:33.039] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/coherency_line_size
[18Feb2026 13:26:33.039] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/coherency_line_size
[18Feb2026 13:26:33.039] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/size
[18Feb2026 13:26:33.039] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/size
[18Feb2026 13:26:33.039] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/level
[18Feb2026 13:26:33.039] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/level
[18Feb2026 13:26:33.039] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/type
[18Feb2026 13:26:33.039] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/type
[18Feb2026 13:26:33.040] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/ways_of_associativity
[18Feb2026 13:26:33.040] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/ways_of_associativity
[18Feb2026 13:26:33.040] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/coherency_line_size
[18Feb2026 13:26:33.040] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/coherency_line_size
[18Feb2026 13:26:33.040] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/size
[18Feb2026 13:26:33.040] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/size
[18Feb2026 13:26:33.040] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/level
[18Feb2026 13:26:33.040] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/level
[18Feb2026 13:26:33.040] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/type
[18Feb2026 13:26:33.040] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/type
[18Feb2026 13:26:33.040] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/ways_of_associativity
[18Feb2026 13:26:33.040] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/ways_of_associativity
[18Feb2026 13:26:33.040] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/coherency_line_size
[18Feb2026 13:26:33.040] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/coherency_line_size
[18Feb2026 13:26:33.040] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/size
[18Feb2026 13:26:33.040] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/size
[18Feb2026 13:26:33.040] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/level
[18Feb2026 13:26:33.040] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/level
[18Feb2026 13:26:33.040] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/type
[18Feb2026 13:26:33.040] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/type
[18Feb2026 13:26:33.040] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/ways_of_associativity
[18Feb2026 13:26:33.040] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/ways_of_associativity
[18Feb2026 13:26:33.040] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/coherency_line_size
[18Feb2026 13:26:33.040] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/coherency_line_size
[18Feb2026 13:26:33.040] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/size
[18Feb2026 13:26:33.040] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/size
[18Feb2026 13:26:33.041] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/core_id
[18Feb2026 13:26:33.041] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/core_id
[18Feb2026 13:26:33.041] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/physical_package_id
[18Feb2026 13:26:33.041] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/physical_package_id
[18Feb2026 13:26:33.041] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cpu_capacity
[18Feb2026 13:26:33.041] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/level
[18Feb2026 13:26:33.041] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/level
[18Feb2026 13:26:33.041] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/type
[18Feb2026 13:26:33.041] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/type
[18Feb2026 13:26:33.041] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/ways_of_associativity
[18Feb2026 13:26:33.041] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/ways_of_associativity
[18Feb2026 13:26:33.041] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/coherency_line_size
[18Feb2026 13:26:33.041] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/coherency_line_size
[18Feb2026 13:26:33.041] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/size
[18Feb2026 13:26:33.041] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/size
[18Feb2026 13:26:33.041] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/level
[18Feb2026 13:26:33.041] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/level
[18Feb2026 13:26:33.041] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/type
[18Feb2026 13:26:33.041] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/type
[18Feb2026 13:26:33.041] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/ways_of_associativity
[18Feb2026 13:26:33.041] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/ways_of_associativity
[18Feb2026 13:26:33.042] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/coherency_line_size
[18Feb2026 13:26:33.042] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/coherency_line_size
[18Feb2026 13:26:33.042] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/size
[18Feb2026 13:26:33.042] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/size
[18Feb2026 13:26:33.042] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/level
[18Feb2026 13:26:33.042] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/level
[18Feb2026 13:26:33.042] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/type
[18Feb2026 13:26:33.042] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/type
[18Feb2026 13:26:33.042] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/ways_of_associativity
[18Feb2026 13:26:33.042] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/ways_of_associativity
[18Feb2026 13:26:33.042] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/coherency_line_size
[18Feb2026 13:26:33.042] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/coherency_line_size
[18Feb2026 13:26:33.042] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/size
[18Feb2026 13:26:33.042] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/size
[18Feb2026 13:26:33.042] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/level
[18Feb2026 13:26:33.042] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/level
[18Feb2026 13:26:33.042] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/type
[18Feb2026 13:26:33.042] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/type
[18Feb2026 13:26:33.042] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/ways_of_associativity
[18Feb2026 13:26:33.042] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/ways_of_associativity
[18Feb2026 13:26:33.042] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/coherency_line_size
[18Feb2026 13:26:33.042] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/coherency_line_size
[18Feb2026 13:26:33.042] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/size
[18Feb2026 13:26:33.042] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/size
[18Feb2026 13:26:33.043] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/core_id
[18Feb2026 13:26:33.043] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/core_id
[18Feb2026 13:26:33.043] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/physical_package_id
[18Feb2026 13:26:33.043] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/physical_package_id
[18Feb2026 13:26:33.043] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cpu_capacity
[18Feb2026 13:26:33.043] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/level
[18Feb2026 13:26:33.043] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/level
[18Feb2026 13:26:33.043] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/type
[18Feb2026 13:26:33.043] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/type
[18Feb2026 13:26:33.043] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/ways_of_associativity
[18Feb2026 13:26:33.043] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/ways_of_associativity
[18Feb2026 13:26:33.043] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/coherency_line_size
[18Feb2026 13:26:33.043] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/coherency_line_size
[18Feb2026 13:26:33.043] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/size
[18Feb2026 13:26:33.043] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/size
[18Feb2026 13:26:33.043] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/level
[18Feb2026 13:26:33.043] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/level
[18Feb2026 13:26:33.043] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/type
[18Feb2026 13:26:33.043] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/type
[18Feb2026 13:26:33.043] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/ways_of_associativity
[18Feb2026 13:26:33.043] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/ways_of_associativity
[18Feb2026 13:26:33.043] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/coherency_line_size
[18Feb2026 13:26:33.043] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/coherency_line_size
[18Feb2026 13:26:33.043] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/size
[18Feb2026 13:26:33.043] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/size
[18Feb2026 13:26:33.043] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/level
[18Feb2026 13:26:33.043] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/level
[18Feb2026 13:26:33.044] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/type
[18Feb2026 13:26:33.044] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/type
[18Feb2026 13:26:33.044] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/ways_of_associativity
[18Feb2026 13:26:33.044] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/ways_of_associativity
[18Feb2026 13:26:33.044] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/coherency_line_size
[18Feb2026 13:26:33.044] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/coherency_line_size
[18Feb2026 13:26:33.044] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/size
[18Feb2026 13:26:33.044] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/size
[18Feb2026 13:26:33.044] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/level
[18Feb2026 13:26:33.044] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/level
[18Feb2026 13:26:33.044] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/type
[18Feb2026 13:26:33.044] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/type
[18Feb2026 13:26:33.044] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/ways_of_associativity
[18Feb2026 13:26:33.044] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/ways_of_associativity
[18Feb2026 13:26:33.044] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/coherency_line_size
[18Feb2026 13:26:33.044] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/coherency_line_size
[18Feb2026 13:26:33.044] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/size
[18Feb2026 13:26:33.044] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/size
[18Feb2026 13:26:33.044] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu16/topology/core_id
[18Feb2026 13:26:33.044] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu16/topology/core_id
[18Feb2026 13:26:33.044] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu16/topology/physical_package_id
[18Feb2026 13:26:33.044] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu16/topology/physical_package_id
[18Feb2026 13:26:33.044] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu16/cpu_capacity
[18Feb2026 13:26:33.045] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu16/cache/index2/level
[18Feb2026 13:26:33.045] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu16/cache/index2/level
[18Feb2026 13:26:33.045] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu16/cache/index2/type
[18Feb2026 13:26:33.045] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu16/cache/index2/type
[18Feb2026 13:26:33.045] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu16/cache/index2/ways_of_associativity
[18Feb2026 13:26:33.045] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu16/cache/index2/ways_of_associativity
[18Feb2026 13:26:33.045] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu16/cache/index2/coherency_line_size
[18Feb2026 13:26:33.045] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu16/cache/index2/coherency_line_size
[18Feb2026 13:26:33.045] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu16/cache/index2/size
[18Feb2026 13:26:33.045] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu16/cache/index2/size
[18Feb2026 13:26:33.045] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu16/cache/index0/level
[18Feb2026 13:26:33.045] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu16/cache/index0/level
[18Feb2026 13:26:33.045] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu16/cache/index0/type
[18Feb2026 13:26:33.045] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu16/cache/index0/type
[18Feb2026 13:26:33.045] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu16/cache/index0/ways_of_associativity
[18Feb2026 13:26:33.045] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu16/cache/index0/ways_of_associativity
[18Feb2026 13:26:33.045] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu16/cache/index0/coherency_line_size
[18Feb2026 13:26:33.045] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu16/cache/index0/coherency_line_size
[18Feb2026 13:26:33.045] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu16/cache/index0/size
[18Feb2026 13:26:33.045] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu16/cache/index0/size
[18Feb2026 13:26:33.045] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu16/cache/index3/level
[18Feb2026 13:26:33.045] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu16/cache/index3/level
[18Feb2026 13:26:33.045] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu16/cache/index3/type
[18Feb2026 13:26:33.045] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu16/cache/index3/type
[18Feb2026 13:26:33.045] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu16/cache/index3/ways_of_associativity
[18Feb2026 13:26:33.045] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu16/cache/index3/ways_of_associativity
[18Feb2026 13:26:33.045] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu16/cache/index3/coherency_line_size
[18Feb2026 13:26:33.045] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu16/cache/index3/coherency_line_size
[18Feb2026 13:26:33.045] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu16/cache/index3/size
[18Feb2026 13:26:33.045] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu16/cache/index3/size
[18Feb2026 13:26:33.046] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu16/cache/index1/level
[18Feb2026 13:26:33.046] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu16/cache/index1/level
[18Feb2026 13:26:33.046] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu16/cache/index1/type
[18Feb2026 13:26:33.046] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu16/cache/index1/type
[18Feb2026 13:26:33.046] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu16/cache/index1/ways_of_associativity
[18Feb2026 13:26:33.046] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu16/cache/index1/ways_of_associativity
[18Feb2026 13:26:33.046] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu16/cache/index1/coherency_line_size
[18Feb2026 13:26:33.046] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu16/cache/index1/coherency_line_size
[18Feb2026 13:26:33.046] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu16/cache/index1/size
[18Feb2026 13:26:33.046] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu16/cache/index1/size
[18Feb2026 13:26:33.046] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu17/topology/core_id
[18Feb2026 13:26:33.046] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu17/topology/core_id
[18Feb2026 13:26:33.046] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu17/topology/physical_package_id
[18Feb2026 13:26:33.046] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu17/topology/physical_package_id
[18Feb2026 13:26:33.046] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu17/cpu_capacity
[18Feb2026 13:26:33.046] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu17/cache/index2/level
[18Feb2026 13:26:33.046] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu17/cache/index2/level
[18Feb2026 13:26:33.046] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu17/cache/index2/type
[18Feb2026 13:26:33.046] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu17/cache/index2/type
[18Feb2026 13:26:33.046] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu17/cache/index2/ways_of_associativity
[18Feb2026 13:26:33.046] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu17/cache/index2/ways_of_associativity
[18Feb2026 13:26:33.046] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu17/cache/index2/coherency_line_size
[18Feb2026 13:26:33.046] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu17/cache/index2/coherency_line_size
[18Feb2026 13:26:33.047] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu17/cache/index2/size
[18Feb2026 13:26:33.047] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu17/cache/index2/size
[18Feb2026 13:26:33.047] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu17/cache/index0/level
[18Feb2026 13:26:33.047] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu17/cache/index0/level
[18Feb2026 13:26:33.047] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu17/cache/index0/type
[18Feb2026 13:26:33.047] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu17/cache/index0/type
[18Feb2026 13:26:33.047] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu17/cache/index0/ways_of_associativity
[18Feb2026 13:26:33.047] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu17/cache/index0/ways_of_associativity
[18Feb2026 13:26:33.047] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu17/cache/index0/coherency_line_size
[18Feb2026 13:26:33.047] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu17/cache/index0/coherency_line_size
[18Feb2026 13:26:33.047] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu17/cache/index0/size
[18Feb2026 13:26:33.047] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu17/cache/index0/size
[18Feb2026 13:26:33.047] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu17/cache/index3/level
[18Feb2026 13:26:33.047] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu17/cache/index3/level
[18Feb2026 13:26:33.047] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu17/cache/index3/type
[18Feb2026 13:26:33.047] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu17/cache/index3/type
[18Feb2026 13:26:33.047] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu17/cache/index3/ways_of_associativity
[18Feb2026 13:26:33.047] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu17/cache/index3/ways_of_associativity
[18Feb2026 13:26:33.047] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu17/cache/index3/coherency_line_size
[18Feb2026 13:26:33.047] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu17/cache/index3/coherency_line_size
[18Feb2026 13:26:33.047] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu17/cache/index3/size
[18Feb2026 13:26:33.047] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu17/cache/index3/size
[18Feb2026 13:26:33.047] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu17/cache/index1/level
[18Feb2026 13:26:33.047] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu17/cache/index1/level
[18Feb2026 13:26:33.047] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu17/cache/index1/type
[18Feb2026 13:26:33.047] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu17/cache/index1/type
[18Feb2026 13:26:33.047] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu17/cache/index1/ways_of_associativity
[18Feb2026 13:26:33.047] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu17/cache/index1/ways_of_associativity
[18Feb2026 13:26:33.047] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu17/cache/index1/coherency_line_size
[18Feb2026 13:26:33.047] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu17/cache/index1/coherency_line_size
[18Feb2026 13:26:33.048] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu17/cache/index1/size
[18Feb2026 13:26:33.048] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu17/cache/index1/size
[18Feb2026 13:26:33.048] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu18/topology/core_id
[18Feb2026 13:26:33.048] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu18/topology/core_id
[18Feb2026 13:26:33.048] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu18/topology/physical_package_id
[18Feb2026 13:26:33.048] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu18/topology/physical_package_id
[18Feb2026 13:26:33.048] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu18/cpu_capacity
[18Feb2026 13:26:33.048] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu18/cache/index2/level
[18Feb2026 13:26:33.048] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu18/cache/index2/level
[18Feb2026 13:26:33.048] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu18/cache/index2/type
[18Feb2026 13:26:33.048] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu18/cache/index2/type
[18Feb2026 13:26:33.048] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu18/cache/index2/ways_of_associativity
[18Feb2026 13:26:33.048] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu18/cache/index2/ways_of_associativity
[18Feb2026 13:26:33.048] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu18/cache/index2/coherency_line_size
[18Feb2026 13:26:33.048] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu18/cache/index2/coherency_line_size
[18Feb2026 13:26:33.048] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu18/cache/index2/size
[18Feb2026 13:26:33.048] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu18/cache/index2/size
[18Feb2026 13:26:33.048] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu18/cache/index0/level
[18Feb2026 13:26:33.048] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu18/cache/index0/level
[18Feb2026 13:26:33.048] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu18/cache/index0/type
[18Feb2026 13:26:33.048] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu18/cache/index0/type
[18Feb2026 13:26:33.048] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu18/cache/index0/ways_of_associativity
[18Feb2026 13:26:33.048] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu18/cache/index0/ways_of_associativity
[18Feb2026 13:26:33.048] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu18/cache/index0/coherency_line_size
[18Feb2026 13:26:33.049] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu18/cache/index0/coherency_line_size
[18Feb2026 13:26:33.049] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu18/cache/index0/size
[18Feb2026 13:26:33.049] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu18/cache/index0/size
[18Feb2026 13:26:33.049] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu18/cache/index3/level
[18Feb2026 13:26:33.049] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu18/cache/index3/level
[18Feb2026 13:26:33.049] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu18/cache/index3/type
[18Feb2026 13:26:33.049] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu18/cache/index3/type
[18Feb2026 13:26:33.049] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu18/cache/index3/ways_of_associativity
[18Feb2026 13:26:33.049] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu18/cache/index3/ways_of_associativity
[18Feb2026 13:26:33.049] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu18/cache/index3/coherency_line_size
[18Feb2026 13:26:33.049] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu18/cache/index3/coherency_line_size
[18Feb2026 13:26:33.049] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu18/cache/index3/size
[18Feb2026 13:26:33.049] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu18/cache/index3/size
[18Feb2026 13:26:33.049] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu18/cache/index1/level
[18Feb2026 13:26:33.049] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu18/cache/index1/level
[18Feb2026 13:26:33.049] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu18/cache/index1/type
[18Feb2026 13:26:33.049] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu18/cache/index1/type
[18Feb2026 13:26:33.049] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu18/cache/index1/ways_of_associativity
[18Feb2026 13:26:33.049] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu18/cache/index1/ways_of_associativity
[18Feb2026 13:26:33.049] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu18/cache/index1/coherency_line_size
[18Feb2026 13:26:33.049] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu18/cache/index1/coherency_line_size
[18Feb2026 13:26:33.049] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu18/cache/index1/size
[18Feb2026 13:26:33.049] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu18/cache/index1/size
[18Feb2026 13:26:33.049] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu19/topology/core_id
[18Feb2026 13:26:33.049] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu19/topology/core_id
[18Feb2026 13:26:33.049] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu19/topology/physical_package_id
[18Feb2026 13:26:33.049] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu19/topology/physical_package_id
[18Feb2026 13:26:33.050] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu19/cpu_capacity
[18Feb2026 13:26:33.050] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu19/cache/index2/level
[18Feb2026 13:26:33.050] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu19/cache/index2/level
[18Feb2026 13:26:33.050] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu19/cache/index2/type
[18Feb2026 13:26:33.050] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu19/cache/index2/type
[18Feb2026 13:26:33.050] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu19/cache/index2/ways_of_associativity
[18Feb2026 13:26:33.050] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu19/cache/index2/ways_of_associativity
[18Feb2026 13:26:33.050] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu19/cache/index2/coherency_line_size
[18Feb2026 13:26:33.050] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu19/cache/index2/coherency_line_size
[18Feb2026 13:26:33.050] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu19/cache/index2/size
[18Feb2026 13:26:33.050] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu19/cache/index2/size
[18Feb2026 13:26:33.050] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu19/cache/index0/level
[18Feb2026 13:26:33.050] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu19/cache/index0/level
[18Feb2026 13:26:33.050] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu19/cache/index0/type
[18Feb2026 13:26:33.050] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu19/cache/index0/type
[18Feb2026 13:26:33.050] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu19/cache/index0/ways_of_associativity
[18Feb2026 13:26:33.050] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu19/cache/index0/ways_of_associativity
[18Feb2026 13:26:33.050] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu19/cache/index0/coherency_line_size
[18Feb2026 13:26:33.050] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu19/cache/index0/coherency_line_size
[18Feb2026 13:26:33.050] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu19/cache/index0/size
[18Feb2026 13:26:33.050] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu19/cache/index0/size
[18Feb2026 13:26:33.050] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu19/cache/index3/level
[18Feb2026 13:26:33.050] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu19/cache/index3/level
[18Feb2026 13:26:33.050] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu19/cache/index3/type
[18Feb2026 13:26:33.050] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu19/cache/index3/type
[18Feb2026 13:26:33.050] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu19/cache/index3/ways_of_associativity
[18Feb2026 13:26:33.050] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu19/cache/index3/ways_of_associativity
[18Feb2026 13:26:33.051] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu19/cache/index3/coherency_line_size
[18Feb2026 13:26:33.051] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu19/cache/index3/coherency_line_size
[18Feb2026 13:26:33.051] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu19/cache/index3/size
[18Feb2026 13:26:33.051] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu19/cache/index3/size
[18Feb2026 13:26:33.051] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu19/cache/index1/level
[18Feb2026 13:26:33.051] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu19/cache/index1/level
[18Feb2026 13:26:33.051] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu19/cache/index1/type
[18Feb2026 13:26:33.051] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu19/cache/index1/type
[18Feb2026 13:26:33.051] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu19/cache/index1/ways_of_associativity
[18Feb2026 13:26:33.051] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu19/cache/index1/ways_of_associativity
[18Feb2026 13:26:33.051] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu19/cache/index1/coherency_line_size
[18Feb2026 13:26:33.051] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu19/cache/index1/coherency_line_size
[18Feb2026 13:26:33.051] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu19/cache/index1/size
[18Feb2026 13:26:33.051] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu19/cache/index1/size
[18Feb2026 13:26:33.051] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/core_id
[18Feb2026 13:26:33.051] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/core_id
[18Feb2026 13:26:33.051] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/physical_package_id
[18Feb2026 13:26:33.051] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/physical_package_id
[18Feb2026 13:26:33.051] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cpu_capacity
[18Feb2026 13:26:33.051] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/level
[18Feb2026 13:26:33.051] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/level
[18Feb2026 13:26:33.051] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/type
[18Feb2026 13:26:33.051] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/type
[18Feb2026 13:26:33.051] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/ways_of_associativity
[18Feb2026 13:26:33.051] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/ways_of_associativity
[18Feb2026 13:26:33.052] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/coherency_line_size
[18Feb2026 13:26:33.052] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/coherency_line_size
[18Feb2026 13:26:33.052] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/size
[18Feb2026 13:26:33.052] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/size
[18Feb2026 13:26:33.052] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/level
[18Feb2026 13:26:33.052] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/level
[18Feb2026 13:26:33.052] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/type
[18Feb2026 13:26:33.052] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/type
[18Feb2026 13:26:33.052] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/ways_of_associativity
[18Feb2026 13:26:33.052] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/ways_of_associativity
[18Feb2026 13:26:33.052] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/coherency_line_size
[18Feb2026 13:26:33.052] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/coherency_line_size
[18Feb2026 13:26:33.052] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/size
[18Feb2026 13:26:33.052] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/size
[18Feb2026 13:26:33.052] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/level
[18Feb2026 13:26:33.052] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/level
[18Feb2026 13:26:33.052] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/type
[18Feb2026 13:26:33.052] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/type
[18Feb2026 13:26:33.052] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/ways_of_associativity
[18Feb2026 13:26:33.052] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/ways_of_associativity
[18Feb2026 13:26:33.052] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/coherency_line_size
[18Feb2026 13:26:33.052] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/coherency_line_size
[18Feb2026 13:26:33.052] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/size
[18Feb2026 13:26:33.052] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/size
[18Feb2026 13:26:33.052] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/level
[18Feb2026 13:26:33.052] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/level
[18Feb2026 13:26:33.052] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/type
[18Feb2026 13:26:33.052] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/type
[18Feb2026 13:26:33.052] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/ways_of_associativity
[18Feb2026 13:26:33.052] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/ways_of_associativity
[18Feb2026 13:26:33.052] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/coherency_line_size
[18Feb2026 13:26:33.052] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/coherency_line_size
[18Feb2026 13:26:33.053] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/size
[18Feb2026 13:26:33.053] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/size
[18Feb2026 13:26:33.053] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu20/topology/core_id
[18Feb2026 13:26:33.053] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu20/topology/core_id
[18Feb2026 13:26:33.053] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu20/topology/physical_package_id
[18Feb2026 13:26:33.053] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu20/topology/physical_package_id
[18Feb2026 13:26:33.053] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu20/cpu_capacity
[18Feb2026 13:26:33.053] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu20/cache/index2/level
[18Feb2026 13:26:33.053] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu20/cache/index2/level
[18Feb2026 13:26:33.053] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu20/cache/index2/type
[18Feb2026 13:26:33.053] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu20/cache/index2/type
[18Feb2026 13:26:33.053] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu20/cache/index2/ways_of_associativity
[18Feb2026 13:26:33.053] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu20/cache/index2/ways_of_associativity
[18Feb2026 13:26:33.053] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu20/cache/index2/coherency_line_size
[18Feb2026 13:26:33.053] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu20/cache/index2/coherency_line_size
[18Feb2026 13:26:33.053] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu20/cache/index2/size
[18Feb2026 13:26:33.053] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu20/cache/index2/size
[18Feb2026 13:26:33.053] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu20/cache/index0/level
[18Feb2026 13:26:33.053] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu20/cache/index0/level
[18Feb2026 13:26:33.053] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu20/cache/index0/type
[18Feb2026 13:26:33.053] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu20/cache/index0/type
[18Feb2026 13:26:33.053] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu20/cache/index0/ways_of_associativity
[18Feb2026 13:26:33.053] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu20/cache/index0/ways_of_associativity
[18Feb2026 13:26:33.054] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu20/cache/index0/coherency_line_size
[18Feb2026 13:26:33.054] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu20/cache/index0/coherency_line_size
[18Feb2026 13:26:33.054] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu20/cache/index0/size
[18Feb2026 13:26:33.054] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu20/cache/index0/size
[18Feb2026 13:26:33.054] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu20/cache/index3/level
[18Feb2026 13:26:33.054] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu20/cache/index3/level
[18Feb2026 13:26:33.054] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu20/cache/index3/type
[18Feb2026 13:26:33.054] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu20/cache/index3/type
[18Feb2026 13:26:33.054] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu20/cache/index3/ways_of_associativity
[18Feb2026 13:26:33.054] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu20/cache/index3/ways_of_associativity
[18Feb2026 13:26:33.054] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu20/cache/index3/coherency_line_size
[18Feb2026 13:26:33.054] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu20/cache/index3/coherency_line_size
[18Feb2026 13:26:33.054] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu20/cache/index3/size
[18Feb2026 13:26:33.054] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu20/cache/index3/size
[18Feb2026 13:26:33.054] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu20/cache/index1/level
[18Feb2026 13:26:33.054] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu20/cache/index1/level
[18Feb2026 13:26:33.054] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu20/cache/index1/type
[18Feb2026 13:26:33.054] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu20/cache/index1/type
[18Feb2026 13:26:33.054] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu20/cache/index1/ways_of_associativity
[18Feb2026 13:26:33.054] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu20/cache/index1/ways_of_associativity
[18Feb2026 13:26:33.054] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu20/cache/index1/coherency_line_size
[18Feb2026 13:26:33.054] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu20/cache/index1/coherency_line_size
[18Feb2026 13:26:33.054] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu20/cache/index1/size
[18Feb2026 13:26:33.055] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu20/cache/index1/size
[18Feb2026 13:26:33.055] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu21/topology/core_id
[18Feb2026 13:26:33.055] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu21/topology/core_id
[18Feb2026 13:26:33.055] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu21/topology/physical_package_id
[18Feb2026 13:26:33.055] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu21/topology/physical_package_id
[18Feb2026 13:26:33.055] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu21/cpu_capacity
[18Feb2026 13:26:33.055] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu21/cache/index2/level
[18Feb2026 13:26:33.055] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu21/cache/index2/level
[18Feb2026 13:26:33.055] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu21/cache/index2/type
[18Feb2026 13:26:33.055] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu21/cache/index2/type
[18Feb2026 13:26:33.055] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu21/cache/index2/ways_of_associativity
[18Feb2026 13:26:33.055] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu21/cache/index2/ways_of_associativity
[18Feb2026 13:26:33.055] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu21/cache/index2/coherency_line_size
[18Feb2026 13:26:33.055] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu21/cache/index2/coherency_line_size
[18Feb2026 13:26:33.055] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu21/cache/index2/size
[18Feb2026 13:26:33.055] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu21/cache/index2/size
[18Feb2026 13:26:33.055] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu21/cache/index0/level
[18Feb2026 13:26:33.055] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu21/cache/index0/level
[18Feb2026 13:26:33.055] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu21/cache/index0/type
[18Feb2026 13:26:33.055] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu21/cache/index0/type
[18Feb2026 13:26:33.055] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu21/cache/index0/ways_of_associativity
[18Feb2026 13:26:33.055] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu21/cache/index0/ways_of_associativity
[18Feb2026 13:26:33.055] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu21/cache/index0/coherency_line_size
[18Feb2026 13:26:33.055] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu21/cache/index0/coherency_line_size
[18Feb2026 13:26:33.055] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu21/cache/index0/size
[18Feb2026 13:26:33.056] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu21/cache/index0/size
[18Feb2026 13:26:33.056] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu21/cache/index3/level
[18Feb2026 13:26:33.056] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu21/cache/index3/level
[18Feb2026 13:26:33.056] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu21/cache/index3/type
[18Feb2026 13:26:33.056] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu21/cache/index3/type
[18Feb2026 13:26:33.056] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu21/cache/index3/ways_of_associativity
[18Feb2026 13:26:33.056] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu21/cache/index3/ways_of_associativity
[18Feb2026 13:26:33.056] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu21/cache/index3/coherency_line_size
[18Feb2026 13:26:33.056] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu21/cache/index3/coherency_line_size
[18Feb2026 13:26:33.056] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu21/cache/index3/size
[18Feb2026 13:26:33.056] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu21/cache/index3/size
[18Feb2026 13:26:33.056] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu21/cache/index1/level
[18Feb2026 13:26:33.056] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu21/cache/index1/level
[18Feb2026 13:26:33.056] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu21/cache/index1/type
[18Feb2026 13:26:33.056] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu21/cache/index1/type
[18Feb2026 13:26:33.056] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu21/cache/index1/ways_of_associativity
[18Feb2026 13:26:33.056] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu21/cache/index1/ways_of_associativity
[18Feb2026 13:26:33.056] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu21/cache/index1/coherency_line_size
[18Feb2026 13:26:33.056] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu21/cache/index1/coherency_line_size
[18Feb2026 13:26:33.056] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu21/cache/index1/size
[18Feb2026 13:26:33.056] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu21/cache/index1/size
[18Feb2026 13:26:33.056] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu22/topology/core_id
[18Feb2026 13:26:33.056] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu22/topology/core_id
[18Feb2026 13:26:33.056] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu22/topology/physical_package_id
[18Feb2026 13:26:33.056] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu22/topology/physical_package_id
[18Feb2026 13:26:33.056] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu22/cpu_capacity
[18Feb2026 13:26:33.057] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu22/cache/index2/level
[18Feb2026 13:26:33.057] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu22/cache/index2/level
[18Feb2026 13:26:33.057] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu22/cache/index2/type
[18Feb2026 13:26:33.057] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu22/cache/index2/type
[18Feb2026 13:26:33.057] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu22/cache/index2/ways_of_associativity
[18Feb2026 13:26:33.057] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu22/cache/index2/ways_of_associativity
[18Feb2026 13:26:33.057] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu22/cache/index2/coherency_line_size
[18Feb2026 13:26:33.057] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu22/cache/index2/coherency_line_size
[18Feb2026 13:26:33.057] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu22/cache/index2/size
[18Feb2026 13:26:33.057] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu22/cache/index2/size
[18Feb2026 13:26:33.057] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu22/cache/index0/level
[18Feb2026 13:26:33.057] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu22/cache/index0/level
[18Feb2026 13:26:33.057] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu22/cache/index0/type
[18Feb2026 13:26:33.057] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu22/cache/index0/type
[18Feb2026 13:26:33.057] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu22/cache/index0/ways_of_associativity
[18Feb2026 13:26:33.057] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu22/cache/index0/ways_of_associativity
[18Feb2026 13:26:33.057] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu22/cache/index0/coherency_line_size
[18Feb2026 13:26:33.057] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu22/cache/index0/coherency_line_size
[18Feb2026 13:26:33.057] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu22/cache/index0/size
[18Feb2026 13:26:33.057] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu22/cache/index0/size
[18Feb2026 13:26:33.057] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu22/cache/index3/level
[18Feb2026 13:26:33.057] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu22/cache/index3/level
[18Feb2026 13:26:33.057] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu22/cache/index3/type
[18Feb2026 13:26:33.057] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu22/cache/index3/type
[18Feb2026 13:26:33.057] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu22/cache/index3/ways_of_associativity
[18Feb2026 13:26:33.057] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu22/cache/index3/ways_of_associativity
[18Feb2026 13:26:33.057] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu22/cache/index3/coherency_line_size
[18Feb2026 13:26:33.057] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu22/cache/index3/coherency_line_size
[18Feb2026 13:26:33.057] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu22/cache/index3/size
[18Feb2026 13:26:33.057] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu22/cache/index3/size
[18Feb2026 13:26:33.057] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu22/cache/index1/level
[18Feb2026 13:26:33.057] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu22/cache/index1/level
[18Feb2026 13:26:33.058] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu22/cache/index1/type
[18Feb2026 13:26:33.058] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu22/cache/index1/type
[18Feb2026 13:26:33.058] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu22/cache/index1/ways_of_associativity
[18Feb2026 13:26:33.058] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu22/cache/index1/ways_of_associativity
[18Feb2026 13:26:33.058] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu22/cache/index1/coherency_line_size
[18Feb2026 13:26:33.058] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu22/cache/index1/coherency_line_size
[18Feb2026 13:26:33.058] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu22/cache/index1/size
[18Feb2026 13:26:33.058] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu22/cache/index1/size
[18Feb2026 13:26:33.058] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu23/topology/core_id
[18Feb2026 13:26:33.058] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu23/topology/core_id
[18Feb2026 13:26:33.058] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu23/topology/physical_package_id
[18Feb2026 13:26:33.058] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu23/topology/physical_package_id
[18Feb2026 13:26:33.058] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu23/cpu_capacity
[18Feb2026 13:26:33.058] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu23/cache/index2/level
[18Feb2026 13:26:33.058] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu23/cache/index2/level
[18Feb2026 13:26:33.058] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu23/cache/index2/type
[18Feb2026 13:26:33.058] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu23/cache/index2/type
[18Feb2026 13:26:33.058] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu23/cache/index2/ways_of_associativity
[18Feb2026 13:26:33.058] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu23/cache/index2/ways_of_associativity
[18Feb2026 13:26:33.058] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu23/cache/index2/coherency_line_size
[18Feb2026 13:26:33.058] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu23/cache/index2/coherency_line_size
[18Feb2026 13:26:33.058] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu23/cache/index2/size
[18Feb2026 13:26:33.058] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu23/cache/index2/size
[18Feb2026 13:26:33.058] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu23/cache/index0/level
[18Feb2026 13:26:33.059] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu23/cache/index0/level
[18Feb2026 13:26:33.059] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu23/cache/index0/type
[18Feb2026 13:26:33.059] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu23/cache/index0/type
[18Feb2026 13:26:33.059] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu23/cache/index0/ways_of_associativity
[18Feb2026 13:26:33.059] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu23/cache/index0/ways_of_associativity
[18Feb2026 13:26:33.059] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu23/cache/index0/coherency_line_size
[18Feb2026 13:26:33.059] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu23/cache/index0/coherency_line_size
[18Feb2026 13:26:33.059] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu23/cache/index0/size
[18Feb2026 13:26:33.059] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu23/cache/index0/size
[18Feb2026 13:26:33.059] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu23/cache/index3/level
[18Feb2026 13:26:33.059] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu23/cache/index3/level
[18Feb2026 13:26:33.059] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu23/cache/index3/type
[18Feb2026 13:26:33.059] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu23/cache/index3/type
[18Feb2026 13:26:33.059] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu23/cache/index3/ways_of_associativity
[18Feb2026 13:26:33.059] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu23/cache/index3/ways_of_associativity
[18Feb2026 13:26:33.059] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu23/cache/index3/coherency_line_size
[18Feb2026 13:26:33.059] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu23/cache/index3/coherency_line_size
[18Feb2026 13:26:33.059] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu23/cache/index3/size
[18Feb2026 13:26:33.059] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu23/cache/index3/size
[18Feb2026 13:26:33.059] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu23/cache/index1/level
[18Feb2026 13:26:33.059] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu23/cache/index1/level
[18Feb2026 13:26:33.059] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu23/cache/index1/type
[18Feb2026 13:26:33.059] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu23/cache/index1/type
[18Feb2026 13:26:33.059] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu23/cache/index1/ways_of_associativity
[18Feb2026 13:26:33.059] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu23/cache/index1/ways_of_associativity
[18Feb2026 13:26:33.059] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu23/cache/index1/coherency_line_size
[18Feb2026 13:26:33.059] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu23/cache/index1/coherency_line_size
[18Feb2026 13:26:33.059] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu23/cache/index1/size
[18Feb2026 13:26:33.059] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu23/cache/index1/size
[18Feb2026 13:26:33.060] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/core_id
[18Feb2026 13:26:33.060] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/core_id
[18Feb2026 13:26:33.060] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/physical_package_id
[18Feb2026 13:26:33.060] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/physical_package_id
[18Feb2026 13:26:33.060] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cpu_capacity
[18Feb2026 13:26:33.060] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/level
[18Feb2026 13:26:33.060] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/level
[18Feb2026 13:26:33.060] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/type
[18Feb2026 13:26:33.060] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/type
[18Feb2026 13:26:33.060] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/ways_of_associativity
[18Feb2026 13:26:33.060] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/ways_of_associativity
[18Feb2026 13:26:33.060] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/coherency_line_size
[18Feb2026 13:26:33.060] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/coherency_line_size
[18Feb2026 13:26:33.060] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/size
[18Feb2026 13:26:33.060] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/size
[18Feb2026 13:26:33.060] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/level
[18Feb2026 13:26:33.060] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/level
[18Feb2026 13:26:33.060] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/type
[18Feb2026 13:26:33.060] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/type
[18Feb2026 13:26:33.060] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/ways_of_associativity
[18Feb2026 13:26:33.060] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/ways_of_associativity
[18Feb2026 13:26:33.060] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/coherency_line_size
[18Feb2026 13:26:33.060] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/coherency_line_size
[18Feb2026 13:26:33.060] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/size
[18Feb2026 13:26:33.060] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/size
[18Feb2026 13:26:33.060] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/level
[18Feb2026 13:26:33.060] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/level
[18Feb2026 13:26:33.060] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/type
[18Feb2026 13:26:33.060] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/type
[18Feb2026 13:26:33.060] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/ways_of_associativity
[18Feb2026 13:26:33.060] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/ways_of_associativity
[18Feb2026 13:26:33.061] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/coherency_line_size
[18Feb2026 13:26:33.061] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/coherency_line_size
[18Feb2026 13:26:33.061] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/size
[18Feb2026 13:26:33.061] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/size
[18Feb2026 13:26:33.061] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/level
[18Feb2026 13:26:33.061] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/level
[18Feb2026 13:26:33.061] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/type
[18Feb2026 13:26:33.061] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/type
[18Feb2026 13:26:33.061] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/ways_of_associativity
[18Feb2026 13:26:33.061] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/ways_of_associativity
[18Feb2026 13:26:33.061] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/coherency_line_size
[18Feb2026 13:26:33.061] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/coherency_line_size
[18Feb2026 13:26:33.061] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/size
[18Feb2026 13:26:33.061] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/size
[18Feb2026 13:26:33.061] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/core_id
[18Feb2026 13:26:33.061] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/core_id
[18Feb2026 13:26:33.061] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/physical_package_id
[18Feb2026 13:26:33.061] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/physical_package_id
[18Feb2026 13:26:33.061] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cpu_capacity
[18Feb2026 13:26:33.061] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/level
[18Feb2026 13:26:33.061] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/level
[18Feb2026 13:26:33.061] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/type
[18Feb2026 13:26:33.061] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/type
[18Feb2026 13:26:33.061] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/ways_of_associativity
[18Feb2026 13:26:33.061] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/ways_of_associativity
[18Feb2026 13:26:33.061] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/coherency_line_size
[18Feb2026 13:26:33.061] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/coherency_line_size
[18Feb2026 13:26:33.062] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/size
[18Feb2026 13:26:33.062] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/size
[18Feb2026 13:26:33.062] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/level
[18Feb2026 13:26:33.062] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/level
[18Feb2026 13:26:33.062] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/type
[18Feb2026 13:26:33.062] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/type
[18Feb2026 13:26:33.062] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/ways_of_associativity
[18Feb2026 13:26:33.062] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/ways_of_associativity
[18Feb2026 13:26:33.062] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/coherency_line_size
[18Feb2026 13:26:33.062] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/coherency_line_size
[18Feb2026 13:26:33.062] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/size
[18Feb2026 13:26:33.062] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/size
[18Feb2026 13:26:33.062] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/level
[18Feb2026 13:26:33.062] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/level
[18Feb2026 13:26:33.062] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/type
[18Feb2026 13:26:33.062] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/type
[18Feb2026 13:26:33.062] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/ways_of_associativity
[18Feb2026 13:26:33.062] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/ways_of_associativity
[18Feb2026 13:26:33.062] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/coherency_line_size
[18Feb2026 13:26:33.062] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/coherency_line_size
[18Feb2026 13:26:33.062] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/size
[18Feb2026 13:26:33.062] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/size
[18Feb2026 13:26:33.062] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/level
[18Feb2026 13:26:33.062] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/level
[18Feb2026 13:26:33.062] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/type
[18Feb2026 13:26:33.062] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/type
[18Feb2026 13:26:33.062] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/ways_of_associativity
[18Feb2026 13:26:33.062] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/ways_of_associativity
[18Feb2026 13:26:33.062] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/coherency_line_size
[18Feb2026 13:26:33.062] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/coherency_line_size
[18Feb2026 13:26:33.062] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/size
[18Feb2026 13:26:33.062] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/size
[18Feb2026 13:26:33.063] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/core_id
[18Feb2026 13:26:33.063] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/core_id
[18Feb2026 13:26:33.063] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/physical_package_id
[18Feb2026 13:26:33.063] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/physical_package_id
[18Feb2026 13:26:33.063] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cpu_capacity
[18Feb2026 13:26:33.063] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/level
[18Feb2026 13:26:33.063] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/level
[18Feb2026 13:26:33.063] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/type
[18Feb2026 13:26:33.063] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/type
[18Feb2026 13:26:33.063] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/ways_of_associativity
[18Feb2026 13:26:33.063] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/ways_of_associativity
[18Feb2026 13:26:33.063] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/coherency_line_size
[18Feb2026 13:26:33.063] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/coherency_line_size
[18Feb2026 13:26:33.063] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/size
[18Feb2026 13:26:33.063] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/size
[18Feb2026 13:26:33.063] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/level
[18Feb2026 13:26:33.063] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/level
[18Feb2026 13:26:33.063] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/type
[18Feb2026 13:26:33.063] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/type
[18Feb2026 13:26:33.063] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/ways_of_associativity
[18Feb2026 13:26:33.063] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/ways_of_associativity
[18Feb2026 13:26:33.063] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/coherency_line_size
[18Feb2026 13:26:33.063] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/coherency_line_size
[18Feb2026 13:26:33.063] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/size
[18Feb2026 13:26:33.063] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/size
[18Feb2026 13:26:33.063] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/level
[18Feb2026 13:26:33.063] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/level
[18Feb2026 13:26:33.064] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/type
[18Feb2026 13:26:33.064] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/type
[18Feb2026 13:26:33.064] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/ways_of_associativity
[18Feb2026 13:26:33.064] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/ways_of_associativity
[18Feb2026 13:26:33.064] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/coherency_line_size
[18Feb2026 13:26:33.064] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/coherency_line_size
[18Feb2026 13:26:33.064] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/size
[18Feb2026 13:26:33.064] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/size
[18Feb2026 13:26:33.064] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/level
[18Feb2026 13:26:33.064] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/level
[18Feb2026 13:26:33.064] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/type
[18Feb2026 13:26:33.064] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/type
[18Feb2026 13:26:33.064] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/ways_of_associativity
[18Feb2026 13:26:33.064] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/ways_of_associativity
[18Feb2026 13:26:33.064] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/coherency_line_size
[18Feb2026 13:26:33.064] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/coherency_line_size
[18Feb2026 13:26:33.064] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/size
[18Feb2026 13:26:33.064] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/size
[18Feb2026 13:26:33.064] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/core_id
[18Feb2026 13:26:33.064] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/core_id
[18Feb2026 13:26:33.064] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/physical_package_id
[18Feb2026 13:26:33.064] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/physical_package_id
[18Feb2026 13:26:33.064] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cpu_capacity
[18Feb2026 13:26:33.064] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/level
[18Feb2026 13:26:33.064] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/level
[18Feb2026 13:26:33.065] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/type
[18Feb2026 13:26:33.065] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/type
[18Feb2026 13:26:33.065] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/ways_of_associativity
[18Feb2026 13:26:33.065] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/ways_of_associativity
[18Feb2026 13:26:33.065] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/coherency_line_size
[18Feb2026 13:26:33.065] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/coherency_line_size
[18Feb2026 13:26:33.065] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/size
[18Feb2026 13:26:33.065] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/size
[18Feb2026 13:26:33.065] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/level
[18Feb2026 13:26:33.065] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/level
[18Feb2026 13:26:33.065] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/type
[18Feb2026 13:26:33.065] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/type
[18Feb2026 13:26:33.065] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/ways_of_associativity
[18Feb2026 13:26:33.065] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/ways_of_associativity
[18Feb2026 13:26:33.065] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/coherency_line_size
[18Feb2026 13:26:33.065] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/coherency_line_size
[18Feb2026 13:26:33.065] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/size
[18Feb2026 13:26:33.065] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/size
[18Feb2026 13:26:33.065] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/level
[18Feb2026 13:26:33.065] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/level
[18Feb2026 13:26:33.065] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/type
[18Feb2026 13:26:33.065] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/type
[18Feb2026 13:26:33.065] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/ways_of_associativity
[18Feb2026 13:26:33.065] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/ways_of_associativity
[18Feb2026 13:26:33.065] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/coherency_line_size
[18Feb2026 13:26:33.065] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/coherency_line_size
[18Feb2026 13:26:33.065] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/size
[18Feb2026 13:26:33.065] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/size
[18Feb2026 13:26:33.065] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/level
[18Feb2026 13:26:33.065] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/level
[18Feb2026 13:26:33.065] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/type
[18Feb2026 13:26:33.065] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/type
[18Feb2026 13:26:33.065] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/ways_of_associativity
[18Feb2026 13:26:33.065] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/ways_of_associativity
[18Feb2026 13:26:33.065] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/coherency_line_size
[18Feb2026 13:26:33.065] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/coherency_line_size
[18Feb2026 13:26:33.065] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/size
[18Feb2026 13:26:33.065] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/size
[18Feb2026 13:26:33.066] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/core_id
[18Feb2026 13:26:33.066] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/core_id
[18Feb2026 13:26:33.066] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/physical_package_id
[18Feb2026 13:26:33.066] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/physical_package_id
[18Feb2026 13:26:33.066] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cpu_capacity
[18Feb2026 13:26:33.066] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/level
[18Feb2026 13:26:33.066] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/level
[18Feb2026 13:26:33.066] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/type
[18Feb2026 13:26:33.066] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/type
[18Feb2026 13:26:33.066] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/ways_of_associativity
[18Feb2026 13:26:33.066] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/ways_of_associativity
[18Feb2026 13:26:33.066] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/coherency_line_size
[18Feb2026 13:26:33.066] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/coherency_line_size
[18Feb2026 13:26:33.066] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/size
[18Feb2026 13:26:33.066] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/size
[18Feb2026 13:26:33.066] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/level
[18Feb2026 13:26:33.066] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/level
[18Feb2026 13:26:33.066] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/type
[18Feb2026 13:26:33.066] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/type
[18Feb2026 13:26:33.066] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/ways_of_associativity
[18Feb2026 13:26:33.066] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/ways_of_associativity
[18Feb2026 13:26:33.066] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/coherency_line_size
[18Feb2026 13:26:33.066] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/coherency_line_size
[18Feb2026 13:26:33.066] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/size
[18Feb2026 13:26:33.067] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/size
[18Feb2026 13:26:33.067] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/level
[18Feb2026 13:26:33.067] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/level
[18Feb2026 13:26:33.067] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/type
[18Feb2026 13:26:33.067] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/type
[18Feb2026 13:26:33.067] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/ways_of_associativity
[18Feb2026 13:26:33.067] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/ways_of_associativity
[18Feb2026 13:26:33.067] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/coherency_line_size
[18Feb2026 13:26:33.067] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/coherency_line_size
[18Feb2026 13:26:33.067] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/size
[18Feb2026 13:26:33.067] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/size
[18Feb2026 13:26:33.067] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/level
[18Feb2026 13:26:33.067] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/level
[18Feb2026 13:26:33.067] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/type
[18Feb2026 13:26:33.067] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/type
[18Feb2026 13:26:33.067] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/ways_of_associativity
[18Feb2026 13:26:33.067] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/ways_of_associativity
[18Feb2026 13:26:33.067] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/coherency_line_size
[18Feb2026 13:26:33.067] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/coherency_line_size
[18Feb2026 13:26:33.067] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/size
[18Feb2026 13:26:33.067] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/size
[18Feb2026 13:26:33.067] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/core_id
[18Feb2026 13:26:33.067] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/core_id
[18Feb2026 13:26:33.067] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/physical_package_id
[18Feb2026 13:26:33.067] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/physical_package_id
[18Feb2026 13:26:33.067] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cpu_capacity
[18Feb2026 13:26:33.067] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/level
[18Feb2026 13:26:33.067] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/level
[18Feb2026 13:26:33.068] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/type
[18Feb2026 13:26:33.068] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/type
[18Feb2026 13:26:33.068] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/ways_of_associativity
[18Feb2026 13:26:33.068] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/ways_of_associativity
[18Feb2026 13:26:33.068] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/coherency_line_size
[18Feb2026 13:26:33.068] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/coherency_line_size
[18Feb2026 13:26:33.068] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/size
[18Feb2026 13:26:33.068] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/size
[18Feb2026 13:26:33.068] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/level
[18Feb2026 13:26:33.068] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/level
[18Feb2026 13:26:33.068] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/type
[18Feb2026 13:26:33.068] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/type
[18Feb2026 13:26:33.068] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/ways_of_associativity
[18Feb2026 13:26:33.068] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/ways_of_associativity
[18Feb2026 13:26:33.068] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/coherency_line_size
[18Feb2026 13:26:33.068] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/coherency_line_size
[18Feb2026 13:26:33.068] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/size
[18Feb2026 13:26:33.068] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/size
[18Feb2026 13:26:33.068] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/level
[18Feb2026 13:26:33.068] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/level
[18Feb2026 13:26:33.068] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/type
[18Feb2026 13:26:33.068] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/type
[18Feb2026 13:26:33.068] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/ways_of_associativity
[18Feb2026 13:26:33.068] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/ways_of_associativity
[18Feb2026 13:26:33.068] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/coherency_line_size
[18Feb2026 13:26:33.068] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/coherency_line_size
[18Feb2026 13:26:33.068] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/size
[18Feb2026 13:26:33.068] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/size
[18Feb2026 13:26:33.068] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/level
[18Feb2026 13:26:33.068] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/level
[18Feb2026 13:26:33.068] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/type
[18Feb2026 13:26:33.068] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/type
[18Feb2026 13:26:33.068] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/ways_of_associativity
[18Feb2026 13:26:33.068] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/ways_of_associativity
[18Feb2026 13:26:33.068] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/coherency_line_size
[18Feb2026 13:26:33.068] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/coherency_line_size
[18Feb2026 13:26:33.069] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/size
[18Feb2026 13:26:33.069] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/size
[18Feb2026 13:26:33.069] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/core_id
[18Feb2026 13:26:33.069] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/core_id
[18Feb2026 13:26:33.069] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/physical_package_id
[18Feb2026 13:26:33.069] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/physical_package_id
[18Feb2026 13:26:33.069] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cpu_capacity
[18Feb2026 13:26:33.069] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/level
[18Feb2026 13:26:33.069] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/level
[18Feb2026 13:26:33.069] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/type
[18Feb2026 13:26:33.069] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/type
[18Feb2026 13:26:33.069] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/ways_of_associativity
[18Feb2026 13:26:33.069] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/ways_of_associativity
[18Feb2026 13:26:33.069] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/coherency_line_size
[18Feb2026 13:26:33.069] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/coherency_line_size
[18Feb2026 13:26:33.069] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/size
[18Feb2026 13:26:33.069] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/size
[18Feb2026 13:26:33.069] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/level
[18Feb2026 13:26:33.069] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/level
[18Feb2026 13:26:33.070] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/type
[18Feb2026 13:26:33.070] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/type
[18Feb2026 13:26:33.070] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/ways_of_associativity
[18Feb2026 13:26:33.070] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/ways_of_associativity
[18Feb2026 13:26:33.070] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/coherency_line_size
[18Feb2026 13:26:33.070] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/coherency_line_size
[18Feb2026 13:26:33.070] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/size
[18Feb2026 13:26:33.070] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/size
[18Feb2026 13:26:33.070] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/level
[18Feb2026 13:26:33.070] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/level
[18Feb2026 13:26:33.070] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/type
[18Feb2026 13:26:33.070] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/type
[18Feb2026 13:26:33.070] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/ways_of_associativity
[18Feb2026 13:26:33.070] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/ways_of_associativity
[18Feb2026 13:26:33.070] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/coherency_line_size
[18Feb2026 13:26:33.070] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/coherency_line_size
[18Feb2026 13:26:33.070] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/size
[18Feb2026 13:26:33.070] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/size
[18Feb2026 13:26:33.070] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/level
[18Feb2026 13:26:33.070] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/level
[18Feb2026 13:26:33.070] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/type
[18Feb2026 13:26:33.070] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/type
[18Feb2026 13:26:33.070] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/ways_of_associativity
[18Feb2026 13:26:33.070] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/ways_of_associativity
[18Feb2026 13:26:33.070] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/coherency_line_size
[18Feb2026 13:26:33.070] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/coherency_line_size
[18Feb2026 13:26:33.070] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/size
[18Feb2026 13:26:33.070] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/size
[18Feb2026 13:26:33.072] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/cpuinfo
[18Feb2026 13:26:33.073] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/cpuinfo
[18Feb2026 13:26:33.083] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/self/auxv
[18Feb2026 13:26:33.092] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/meminfo
[18Feb2026 13:26:33.093] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/meminfo
[18Feb2026 13:26:33.098] [main/DEBUG] [mixin/]: Mixing MixinUtil from c2me-opts-allocs.mixins.json into net.minecraft.util.Util
[18Feb2026 13:26:33.098] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$combineCancellable$2(Ljava/util/concurrent/CompletableFuture;Ljava/util/List;Ljava/lang/Object;Ljava/lang/Throwable;)V to md91697a$c2me_opts_allocs$lambda$combineCancellable$2$0 in c2me-opts-allocs.mixins.json:MixinUtil from mod c2me_opts_allocs
[18Feb2026 13:26:33.098] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$combineCancellable$1(Ljava/util/concurrent/CompletableFuture;)V to md91697a$c2me_opts_allocs$lambda$combineCancellable$1$1 in c2me-opts-allocs.mixins.json:MixinUtil from mod c2me_opts_allocs
[18Feb2026 13:26:33.098] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$combine$0(Ljava/util/concurrent/CompletableFuture;Ljava/lang/Object;Ljava/lang/Throwable;)V to md91697a$c2me_opts_allocs$lambda$combine$0$2 in c2me-opts-allocs.mixins.json:MixinUtil from mod c2me_opts_allocs
[18Feb2026 13:26:33.197] [main/DEBUG] [mixin/]: Mixing MappedRegistryAccessor from neoforge.mixins.json into net.minecraft.core.MappedRegistry
[18Feb2026 13:26:33.199] [main/DEBUG] [mixin/]: Mixing MappedRegistryMixin from supermartijn642corelib.mixins.json into net.minecraft.core.MappedRegistry
[18Feb2026 13:26:33.199] [main/DEBUG] [mixin/]: supermartijn642corelib.mixins.json:MappedRegistryMixin from mod supermartijn642corelib: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:33.202] [main/DEBUG] [mixin/]: Mixing common.MappedRegistryAccessor from lithostitched.mixins.json into net.minecraft.core.MappedRegistry
[18Feb2026 13:26:33.202] [main/DEBUG] [mixin/]: lithostitched.mixins.json:common.MappedRegistryAccessor from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:33.206] [main/DEBUG] [mixin/]: supermartijn642corelib.mixins.json:MappedRegistryMixin from mod supermartijn642corelib->@Inject::registerMappingHead(Lnet/minecraft/resources/ResourceKey;Ljava/lang/Object;Lnet/minecraft/core/RegistrationInfo;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:33.206] [main/DEBUG] [mixin/]: supermartijn642corelib.mixins.json:MappedRegistryMixin from mod supermartijn642corelib->@Inject::registerMappingHead(Lnet/minecraft/resources/ResourceKey;Ljava/lang/Object;Lnet/minecraft/core/RegistrationInfo;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
[18Feb2026 13:26:33.207] [main/DEBUG] [mixin/]: supermartijn642corelib.mixins.json:MappedRegistryMixin from mod supermartijn642corelib->@Inject::registerMappingHead(Lnet/minecraft/resources/ResourceKey;Ljava/lang/Object;Lnet/minecraft/core/RegistrationInfo;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
[18Feb2026 13:26:33.207] [main/DEBUG] [mixin/]: supermartijn642corelib.mixins.json:MappedRegistryMixin from mod supermartijn642corelib->@Inject::registerMappingTail(Lnet/minecraft/resources/ResourceKey;Ljava/lang/Object;Lnet/minecraft/core/RegistrationInfo;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:33.207] [main/DEBUG] [mixin/]: supermartijn642corelib.mixins.json:MappedRegistryMixin from mod supermartijn642corelib->@Inject::registerMappingTail(Lnet/minecraft/resources/ResourceKey;Ljava/lang/Object;Lnet/minecraft/core/RegistrationInfo;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
[18Feb2026 13:26:33.207] [main/DEBUG] [mixin/]: supermartijn642corelib.mixins.json:MappedRegistryMixin from mod supermartijn642corelib->@Inject::registerMappingTail(Lnet/minecraft/resources/ResourceKey;Ljava/lang/Object;Lnet/minecraft/core/RegistrationInfo;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
[18Feb2026 13:26:33.213] [main/DEBUG] [mixin/]: Mixing MixinIdentifier from c2me-opts-allocs.mixins.json into net.minecraft.resources.Identifier
[18Feb2026 13:26:33.232] [main/DEBUG] [mixin/]: Mixing HolderReferenceMixin from supermartijn642corelib.mixins.json into net.minecraft.core.Holder$Reference
[18Feb2026 13:26:33.232] [main/DEBUG] [mixin/]: supermartijn642corelib.mixins.json:HolderReferenceMixin from mod supermartijn642corelib: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:33.232] [main/DEBUG] [mixin/]: Mixing common.HolderReferenceAccessor from lithostitched.mixins.json into net.minecraft.core.Holder$Reference
[18Feb2026 13:26:33.232] [main/DEBUG] [mixin/]: lithostitched.mixins.json:common.HolderReferenceAccessor from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:33.246] [main/DEBUG] [mixin/]: Mixing PointOfInterestTypesMixin from friendsandfoes-common.mixins.json into net.minecraft.world.entity.ai.village.poi.PoiTypes
[18Feb2026 13:26:33.297] [main/DEBUG] [mixin/]: Mixing FireBlockAccessor from friendsandfoes-neoforge.mixins.json into net.minecraft.world.level.block.FireBlock
[18Feb2026 13:26:33.304] [main/DEBUG] [mixin/]: Mixing BlockMixin from littlejoys.mixins.json into net.minecraft.world.level.block.Block
[18Feb2026 13:26:33.304] [main/DEBUG] [mixin/]: littlejoys.mixins.json:BlockMixin from mod littlejoys: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:33.305] [main/DEBUG] [mixin/]: Mixing inject.MixinBlock from architectury-common.mixins.json into net.minecraft.world.level.block.Block
[18Feb2026 13:26:33.305] [main/DEBUG] [mixin/]: architectury-common.mixins.json:inject.MixinBlock from mod architectury: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[18Feb2026 13:26:33.305] [main/DEBUG] [mixin/]: Mixing shapes.blockstate_cache.BlockMixin from lithium.mixins.json into net.minecraft.world.level.block.Block
[18Feb2026 13:26:33.305] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$static$0(Lnet/minecraft/world/phys/shapes/VoxelShape;)Z to md91697a$lithium$lambda$static$0$0 in lithium.mixins.json:shapes.blockstate_cache.BlockMixin from mod lithium
[18Feb2026 13:26:33.306] [main/DEBUG] [mixin/]: Mixing LightningRodBlockBlockMixin from friendsandfoes-common.mixins.json into net.minecraft.world.level.block.Block
[18Feb2026 13:26:33.306] [main/DEBUG] [mixin/]: Mixing tlcache.MixinBlock from c2me-opts-worldgen-vanilla.mixins.json into net.minecraft.world.level.block.Block
[18Feb2026 13:26:33.307] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$static$0()Lit/unimi/dsi/fastutil/objects/Object2BooleanLinkedOpenHashMap; to md91697a$c2me_opts_worldgen_vanilla$lambda$static$0$1 in c2me-opts-worldgen-vanilla.mixins.json:tlcache.MixinBlock from mod c2me_opts_worldgen_vanilla
[18Feb2026 13:26:33.313] [main/DEBUG] [mixin/]: littlejoys.mixins.json:BlockMixin from mod littlejoys->@Inject::dropResources(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/entity/BlockEntity;Lnet/minecraft/world/entity/Entity;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:33.317] [main/DEBUG] [mixin/]: Mixing block.hopper.BlockBehaviourMixin from lithium.mixins.json into net.minecraft.world.level.block.state.BlockBehaviour
[18Feb2026 13:26:33.318] [main/DEBUG] [mixin/]: Mixing LightningRodAbstractBlockMixin from friendsandfoes-common.mixins.json into net.minecraft.world.level.block.state.BlockBehaviour
[18Feb2026 13:26:33.319] [main/DEBUG] [mixin/]: lithium.mixins.json:block.hopper.BlockBehaviourMixin from mod lithium->@Inject::notifyOnShapeUpdate(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/LevelReader;Lnet/minecraft/world/level/ScheduledTickAccess;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/Direction;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/util/RandomSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:33.319] [main/DEBUG] [mixin/]: lithium.mixins.json:block.hopper.BlockBehaviourMixin from mod lithium->@Inject::notifyOnShapeUpdate(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/LevelReader;Lnet/minecraft/world/level/ScheduledTickAccess;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/Direction;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/util/RandomSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
[18Feb2026 13:26:33.319] [main/DEBUG] [mixin/]: lithium.mixins.json:block.hopper.BlockBehaviourMixin from mod lithium->@Inject::notifyOnShapeUpdate(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/LevelReader;Lnet/minecraft/world/level/ScheduledTickAccess;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/Direction;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/util/RandomSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
[18Feb2026 13:26:33.322] [main/DEBUG] [mixin/]: Mixing math.fast_blockpos.BlockPosMixin from lithium.mixins.json into net.minecraft.core.BlockPos
[18Feb2026 13:26:33.328] [main/DEBUG] [mixin/]: Mixing world.raycast.BlockGetterMixin from lithium.mixins.json into net.minecraft.world.level.BlockGetter
[18Feb2026 13:26:33.334] [main/DEBUG] [mixin/]: Mixing BlockStateBaseAccessor from balm.mixins.json into net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase
[18Feb2026 13:26:33.334] [main/DEBUG] [mixin/]: balm.mixins.json:BlockStateBaseAccessor from mod balm: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:33.334] [main/DEBUG] [mixin/]: Mixing BlockStateBaseMixin from balm.mixins.json into net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase
[18Feb2026 13:26:33.334] [main/DEBUG] [mixin/]: balm.mixins.json:BlockStateBaseMixin from mod balm: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:33.335] [main/DEBUG] [mixin/]: Mixing ai.pathing.BlockStateBaseMixin from lithium.mixins.json into net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase
[18Feb2026 13:26:33.337] [main/DEBUG] [mixin/]: Mixing BlockStateBaseMixin from ferritecore.blockstatecache.mixin.json into net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase
[18Feb2026 13:26:33.337] [main/DEBUG] [mixin/]: ferritecore.blockstatecache.mixin.json:BlockStateBaseMixin from mod ferritecore: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:33.337] [main/DEBUG] [mixin/]: Mixing util.block_tracking.BlockStateBaseMixin from lithium.mixins.json into net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase
[18Feb2026 13:26:33.340] [main/DEBUG] [mixin/]: balm.mixins.json:BlockStateBaseMixin from mod balm->@Inject::getDestroyProgress(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/level/BlockGetter;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:33.341] [main/DEBUG] [mixin/]: ferritecore.blockstatecache.mixin.json:BlockStateBaseMixin from mod ferritecore->@Inject::cacheStateHead(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:33.341] [main/DEBUG] [mixin/]: ferritecore.blockstatecache.mixin.json:BlockStateBaseMixin from mod ferritecore->@Inject::cacheStateHead(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:33.341] [main/DEBUG] [mixin/]: ferritecore.blockstatecache.mixin.json:BlockStateBaseMixin from mod ferritecore->@Inject::cacheStateHead(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:33.341] [main/DEBUG] [mixin/]: ferritecore.blockstatecache.mixin.json:BlockStateBaseMixin from mod ferritecore->@Inject::cacheStateTail(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:33.341] [main/DEBUG] [mixin/]: ferritecore.blockstatecache.mixin.json:BlockStateBaseMixin from mod ferritecore->@Inject::cacheStateTail(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:33.341] [main/DEBUG] [mixin/]: ferritecore.blockstatecache.mixin.json:BlockStateBaseMixin from mod ferritecore->@Inject::cacheStateTail(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:33.344] [main/DEBUG] [mixin/]: Mixing FastMapStateHolderMixin from ferritecore.fastmap.mixin.json into net.minecraft.world.level.block.state.StateHolder
[18Feb2026 13:26:33.344] [main/DEBUG] [mixin/]: ferritecore.fastmap.mixin.json:FastMapStateHolderMixin from mod ferritecore: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:33.346] [main/DEBUG] [mixin/]: Mixing access.IState from c2me-base.mixins.json into net.minecraft.world.level.block.state.StateHolder
[18Feb2026 13:26:33.357] [main/DEBUG] [mixin/]: Mixing EntityLoadMixin from cupboard.mixins.json into net.minecraft.world.entity.Entity
[18Feb2026 13:26:33.360] [main/DEBUG] [mixin/]: Mixing EntityMixin from bagus_lib.mixins.json into net.minecraft.world.entity.Entity
[18Feb2026 13:26:33.361] [main/DEBUG] [mixin/]: Mixing EntityMixin from balm.neoforge.mixins.json into net.minecraft.world.entity.Entity
[18Feb2026 13:26:33.362] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$load$1(Lnet/minecraft/world/level/storage/ValueInput;)Ljava/util/Optional; to md91697a$balm$lambda$load$1$0 in balm.neoforge.mixins.json:EntityMixin from mod balm
[18Feb2026 13:26:33.362] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$load$0(Lnet/minecraft/world/level/storage/ValueInput;)Ljava/util/Optional; to md91697a$balm$lambda$load$0$1 in balm.neoforge.mixins.json:EntityMixin from mod balm
[18Feb2026 13:26:33.362] [main/DEBUG] [mixin/]: Mixing EntityMixin from carryon.mixins.json into net.minecraft.world.entity.Entity
[18Feb2026 13:26:33.365] [main/DEBUG] [mixin/]: Mixing EntityAccessor from refurbished_furniture.common.mixins.json into net.minecraft.world.entity.Entity
[18Feb2026 13:26:33.365] [main/DEBUG] [mixin/]: Mixing EntityMixin from refurbished_furniture.common.mixins.json into net.minecraft.world.entity.Entity
[18Feb2026 13:26:33.366] [main/DEBUG] [mixin/]: Mixing EntityMixin from mutantmonsters.common.mixins.json into net.minecraft.world.entity.Entity
[18Feb2026 13:26:33.366] [main/DEBUG] [mixin/]: Mixing alloc.deep_passengers.EntityMixin from lithium.mixins.json into net.minecraft.world.entity.Entity
[18Feb2026 13:26:33.368] [main/DEBUG] [mixin/]: Mixing block.hopper.EntityAccessor from lithium.mixins.json into net.minecraft.world.entity.Entity
[18Feb2026 13:26:33.368] [main/DEBUG] [mixin/]: Mixing collections.fluid_submersion.EntityMixin from lithium.mixins.json into net.minecraft.world.entity.Entity
[18Feb2026 13:26:33.370] [main/DEBUG] [mixin/]: Mixing entity.collisions.movement.EntityMixin from lithium.mixins.json into net.minecraft.world.entity.Entity
[18Feb2026 13:26:33.372] [main/DEBUG] [mixin/]: Mixing entity.collisions.unpushable_cramming.EntityMixin from lithium.mixins.json into net.minecraft.world.entity.Entity
[18Feb2026 13:26:33.378] [main/DEBUG] [mixin/]: Mixing entity.sprinting_particles.EntityMixin from lithium.mixins.json into net.minecraft.world.entity.Entity
[18Feb2026 13:26:33.379] [main/DEBUG] [mixin/]: Mixing util.in_world_tracking.entity.EntityMixin from lithium.mixins.json into net.minecraft.world.entity.Entity
[18Feb2026 13:26:33.379] [main/DEBUG] [mixin/]: Mixing MannequinEntityMixin from friendsandfoes-common.mixins.json into net.minecraft.world.entity.Entity
[18Feb2026 13:26:33.379] [main/DEBUG] [mixin/]: Mixing EntityMixin from sound_physics_remastered.mixins.json into net.minecraft.world.entity.Entity
[18Feb2026 13:26:33.379] [main/DEBUG] [mixin/]: sound_physics_remastered.mixins.json:EntityMixin from mod sound_physics_remastered: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:33.381] [main/DEBUG] [mixin/]: Mixing EntityAccess from jade.mixins.json into net.minecraft.world.entity.Entity
[18Feb2026 13:26:33.406] [main/DEBUG] [mixin/]: cupboard.mixins.json:EntityLoadMixin from mod cupboard->@Inject::avoidLoadCrash(Lnet/minecraft/world/level/storage/ValueInput;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:33.406] [main/DEBUG] [mixin/]: cupboard.mixins.json:EntityLoadMixin from mod cupboard->@Inject::avoidLoadCrash(Lnet/minecraft/world/level/storage/ValueInput;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:33.406] [main/DEBUG] [mixin/]: cupboard.mixins.json:EntityLoadMixin from mod cupboard->@Inject::avoidLoadCrash(Lnet/minecraft/world/level/storage/ValueInput;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:33.406] [main/DEBUG] [mixin/]: cupboard.mixins.json:EntityLoadMixin from mod cupboard->@Inject::skipLoadingErroringEntity(Lnet/minecraft/world/level/storage/ValueInput;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Ljava/lang/Throwable;)V does use it's CallbackInfo
[18Feb2026 13:26:33.406] [main/DEBUG] [mixin/]: bagus_lib.mixins.json:EntityMixin from mod bagus_lib->@Inject::init(Lnet/minecraft/world/entity/EntityType;Lnet/minecraft/world/level/Level;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:33.406] [main/DEBUG] [mixin/]: bagus_lib.mixins.json:EntityMixin from mod bagus_lib->@Inject::init(Lnet/minecraft/world/entity/EntityType;Lnet/minecraft/world/level/Level;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:33.406] [main/DEBUG] [mixin/]: bagus_lib.mixins.json:EntityMixin from mod bagus_lib->@Inject::init(Lnet/minecraft/world/entity/EntityType;Lnet/minecraft/world/level/Level;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:33.406] [main/DEBUG] [mixin/]: balm.neoforge.mixins.json:EntityMixin from mod balm->@Inject::load(Lnet/minecraft/world/level/storage/ValueInput;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:33.406] [main/DEBUG] [mixin/]: balm.neoforge.mixins.json:EntityMixin from mod balm->@Inject::load(Lnet/minecraft/world/level/storage/ValueInput;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:33.406] [main/DEBUG] [mixin/]: balm.neoforge.mixins.json:EntityMixin from mod balm->@Inject::load(Lnet/minecraft/world/level/storage/ValueInput;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:33.407] [main/DEBUG] [mixin/]: carryon.mixins.json:EntityMixin from mod carryon->@Inject::onPositionPassenger(Lnet/minecraft/world/entity/Entity;Lnet/minecraft/world/entity/Entity$MoveFunction;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
[18Feb2026 13:26:33.407] [main/DEBUG] [mixin/]: carryon.mixins.json:EntityMixin from mod carryon->@Inject::onDismountPassenger(Lnet/minecraft/world/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:33.407] [main/DEBUG] [mixin/]: carryon.mixins.json:EntityMixin from mod carryon->@Inject::onDismountPassenger(Lnet/minecraft/world/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
[18Feb2026 13:26:33.407] [main/DEBUG] [mixin/]: carryon.mixins.json:EntityMixin from mod carryon->@Inject::onDismountPassenger(Lnet/minecraft/world/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
[18Feb2026 13:26:33.407] [main/DEBUG] [mixin/]: carryon.mixins.json:EntityMixin from mod carryon->@Inject::onPassengerTurned(Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:33.407] [main/DEBUG] [mixin/]: carryon.mixins.json:EntityMixin from mod carryon->@Inject::onPassengerTurned(Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:33.407] [main/DEBUG] [mixin/]: carryon.mixins.json:EntityMixin from mod carryon->@Inject::onPassengerTurned(Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:33.407] [main/DEBUG] [mixin/]: refurbished_furniture.common.mixins.json:EntityMixin from mod refurbished_furniture->@Inject::refurbishedFurnitureJumpFactor(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:33.407] [main/DEBUG] [mixin/]: refurbished_furniture.common.mixins.json:EntityMixin from mod refurbished_furniture->@Inject::refurbishedFurnitureTrampolinePhysics(Lnet/minecraft/world/entity/MoverType;Lnet/minecraft/world/phys/Vec3;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:33.407] [main/DEBUG] [mixin/]: refurbished_furniture.common.mixins.json:EntityMixin from mod refurbished_furniture->@Inject::refurbishedFurnitureTrampolinePhysics(Lnet/minecraft/world/entity/MoverType;Lnet/minecraft/world/phys/Vec3;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:33.407] [main/DEBUG] [mixin/]: refurbished_furniture.common.mixins.json:EntityMixin from mod refurbished_furniture->@Inject::refurbishedFurnitureTrampolinePhysics(Lnet/minecraft/world/entity/MoverType;Lnet/minecraft/world/phys/Vec3;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:33.408] [main/DEBUG] [mixin/]: lithium.mixins.json:collections.fluid_submersion.EntityMixin from mod lithium->@Inject::useReferenceArraySet(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:33.408] [main/DEBUG] [mixin/]: lithium.mixins.json:collections.fluid_submersion.EntityMixin from mod lithium->@Inject::useReferenceArraySet(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:33.408] [main/DEBUG] [mixin/]: lithium.mixins.json:collections.fluid_submersion.EntityMixin from mod lithium->@Inject::useReferenceArraySet(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:33.413] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.collisions.unpushable_cramming.EntityMixin from mod lithium->@Inject::onPositionChanged(DDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:33.413] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.collisions.unpushable_cramming.EntityMixin from mod lithium->@Inject::onPositionChanged(DDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:33.413] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.collisions.unpushable_cramming.EntityMixin from mod lithium->@Inject::onPositionChanged(DDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:33.413] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.collisions.unpushable_cramming.EntityMixin from mod lithium->@Inject::onBaseTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:33.413] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.collisions.unpushable_cramming.EntityMixin from mod lithium->@Inject::onBaseTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:33.413] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.collisions.unpushable_cramming.EntityMixin from mod lithium->@Inject::onBaseTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:33.413] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.collisions.unpushable_cramming.EntityMixin from mod lithium->@Inject::onBlockCached(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:33.413] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.collisions.unpushable_cramming.EntityMixin from mod lithium->@Inject::onBlockCached(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
[18Feb2026 13:26:33.413] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.collisions.unpushable_cramming.EntityMixin from mod lithium->@Inject::onBlockCached(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
[18Feb2026 13:26:33.413] [main/DEBUG] [mixin/]: lithium.mixins.json:util.in_world_tracking.entity.EntityMixin from mod lithium->@Inject::emitMaybeInLevelEvents(Lnet/minecraft/world/level/entity/EntityInLevelCallback;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:33.413] [main/DEBUG] [mixin/]: lithium.mixins.json:util.in_world_tracking.entity.EntityMixin from mod lithium->@Inject::emitMaybeInLevelEvents(Lnet/minecraft/world/level/entity/EntityInLevelCallback;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:33.413] [main/DEBUG] [mixin/]: lithium.mixins.json:util.in_world_tracking.entity.EntityMixin from mod lithium->@Inject::emitMaybeInLevelEvents(Lnet/minecraft/world/level/entity/EntityInLevelCallback;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:33.443] [main/DEBUG] [mixin/]: Mixing LivingEntityAccessor from netherportalfix.mixins.json into net.minecraft.world.entity.LivingEntity
[18Feb2026 13:26:33.443] [main/DEBUG] [mixin/]: netherportalfix.mixins.json:LivingEntityAccessor from mod netherportalfix: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:33.443] [main/DEBUG] [mixin/]: Mixing LivingEntityMixin from moretotems.mixins.json into net.minecraft.world.entity.LivingEntity
[18Feb2026 13:26:33.443] [main/DEBUG] [mixin/]: moretotems.mixins.json:LivingEntityMixin from mod moretotems: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:33.455] [main/DEBUG] [mixin/]: Mixing LivingEntityMixin from refurbished_furniture.common.mixins.json into net.minecraft.world.entity.LivingEntity
[18Feb2026 13:26:33.455] [main/DEBUG] [mixin/]: Mixing entity.collisions.unpushable_cramming.LivingEntityMixin from lithium.mixins.json into net.minecraft.world.entity.LivingEntity
[18Feb2026 13:26:33.456] [main/DEBUG] [mixin/]: Mixing entity.equipment_tracking.enchantment_ticking.LivingEntityMixin from lithium.mixins.json into net.minecraft.world.entity.LivingEntity
[18Feb2026 13:26:33.456] [main/DEBUG] [mixin/]: Mixing entity.equipment_tracking.equipment_changes.LivingEntityMixin from lithium.mixins.json into net.minecraft.world.entity.LivingEntity
[18Feb2026 13:26:33.457] [main/DEBUG] [mixin/]: Mixing entity.fast_elytra_check.LivingEntityMixin from lithium.mixins.json into net.minecraft.world.entity.LivingEntity
[18Feb2026 13:26:33.457] [main/DEBUG] [mixin/]: Mixing entity.fast_hand_swing.LivingEntityMixin from lithium.mixins.json into net.minecraft.world.entity.LivingEntity
[18Feb2026 13:26:33.457] [main/DEBUG] [mixin/]: Mixing entity.fast_powder_snow_check.LivingEntityMixin from lithium.mixins.json into net.minecraft.world.entity.LivingEntity
[18Feb2026 13:26:33.457] [main/DEBUG] [mixin/]: Mixing entity.inactive_navigations.LivingEntityMixin from lithium.mixins.json into net.minecraft.world.entity.LivingEntity
[18Feb2026 13:26:33.457] [main/DEBUG] [mixin/]: Mixing util.in_world_tracking.entity.LivingEntityMixin from lithium.mixins.json into net.minecraft.world.entity.LivingEntity
[18Feb2026 13:26:33.458] [main/DEBUG] [mixin/]: Mixing BlazeLivingEntityMixin from friendsandfoes-common.mixins.json into net.minecraft.world.entity.LivingEntity
[18Feb2026 13:26:33.458] [main/DEBUG] [mixin/]: Mixing LivingEntityMixin from friendsandfoes-common.mixins.json into net.minecraft.world.entity.LivingEntity
[18Feb2026 13:26:33.462] [main/DEBUG] [mixin/]: Mixing MannequinLivingEntityMixin from friendsandfoes-common.mixins.json into net.minecraft.world.entity.LivingEntity
[18Feb2026 13:26:33.462] [main/DEBUG] [mixin/]: Mixing LivingEntityMixin from jade.mixins.json into net.minecraft.world.entity.LivingEntity
[18Feb2026 13:26:33.486] [main/DEBUG] [mixin/]: moretotems.mixins.json:LivingEntityMixin from mod moretotems->@Inject::useExplosiveTotem(Lnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:33.486] [main/DEBUG] [mixin/]: moretotems.mixins.json:LivingEntityMixin from mod moretotems->@Inject::useStingingTotem(Lnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:33.486] [main/DEBUG] [mixin/]: moretotems.mixins.json:LivingEntityMixin from mod moretotems->@Inject::useTeleportingTotem(Lnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:33.486] [main/DEBUG] [mixin/]: moretotems.mixins.json:LivingEntityMixin from mod moretotems->@Inject::useGhastlyTotem(Lnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:33.486] [main/DEBUG] [mixin/]: moretotems.mixins.json:LivingEntityMixin from mod moretotems->@Inject::useSkeletalTotem(Lnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:33.486] [main/DEBUG] [mixin/]: moretotems.mixins.json:LivingEntityMixin from mod moretotems->@Inject::useTentacledTotem(Lnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:33.486] [main/DEBUG] [mixin/]: moretotems.mixins.json:LivingEntityMixin from mod moretotems->@Inject::applyCephalopodEffect(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/damagesource/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:33.486] [main/DEBUG] [mixin/]: moretotems.mixins.json:LivingEntityMixin from mod moretotems->@Inject::applyCephalopodEffect(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/damagesource/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:33.486] [main/DEBUG] [mixin/]: moretotems.mixins.json:LivingEntityMixin from mod moretotems->@Inject::applyCephalopodEffect(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/damagesource/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:33.486] [main/DEBUG] [mixin/]: moretotems.mixins.json:LivingEntityMixin from mod moretotems->@Inject::applyCephalopodEffect(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/damagesource/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:33.486] [main/DEBUG] [mixin/]: moretotems.mixins.json:LivingEntityMixin from mod moretotems->@Inject::applyCephalopodEffect(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/damagesource/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:33.486] [main/DEBUG] [mixin/]: moretotems.mixins.json:LivingEntityMixin from mod moretotems->@Inject::applyCephalopodEffect(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/damagesource/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:33.486] [main/DEBUG] [mixin/]: moretotems.mixins.json:LivingEntityMixin from mod moretotems->@Inject::useRottingTotem(Lnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:33.486] [main/DEBUG] [mixin/]: moretotems.mixins.json:LivingEntityMixin from mod moretotems->@Inject::NecroCheck(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:33.486] [main/DEBUG] [mixin/]: refurbished_furniture.common.mixins.json:LivingEntityMixin from mod refurbished_furniture->@Inject::refurbishedFurnitureOnJump(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:33.486] [main/DEBUG] [mixin/]: refurbished_furniture.common.mixins.json:LivingEntityMixin from mod refurbished_furniture->@Inject::refurbishedFurnitureOnJump(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:33.486] [main/DEBUG] [mixin/]: refurbished_furniture.common.mixins.json:LivingEntityMixin from mod refurbished_furniture->@Inject::refurbishedFurnitureOnJump(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:33.486] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.equipment_tracking.equipment_changes.LivingEntityMixin from mod lithium->@Inject::skipSentEquipmentComparison(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:33.486] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.equipment_tracking.equipment_changes.LivingEntityMixin from mod lithium->@Inject::resetEquipmentChanged(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:33.487] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.equipment_tracking.equipment_changes.LivingEntityMixin from mod lithium->@Inject::resetEquipmentChanged(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:33.487] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.equipment_tracking.equipment_changes.LivingEntityMixin from mod lithium->@Inject::resetEquipmentChanged(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:33.487] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.fast_elytra_check.LivingEntityMixin from mod lithium->@Inject::skipStopFlying(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
[18Feb2026 13:26:33.487] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.fast_hand_swing.LivingEntityMixin from mod lithium->@Inject::skipGetDuration(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
[18Feb2026 13:26:33.487] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.LivingEntityMixin from mod lithium->@Inject::handleStopRiding(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:33.487] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.LivingEntityMixin from mod lithium->@Inject::handleStopRiding(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:33.487] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.LivingEntityMixin from mod lithium->@Inject::handleStopRiding(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:33.487] [main/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:BlazeLivingEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_writeCustomDataToNbt(Lnet/minecraft/world/level/storage/ValueOutput;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:33.487] [main/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:BlazeLivingEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_writeCustomDataToNbt(Lnet/minecraft/world/level/storage/ValueOutput;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 1 override(s) in child classes
[18Feb2026 13:26:33.487] [main/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:BlazeLivingEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_writeCustomDataToNbt(Lnet/minecraft/world/level/storage/ValueOutput;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:33.487] [main/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:BlazeLivingEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_writeCustomDataToNbt(Lnet/minecraft/world/level/storage/ValueInput;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:33.487] [main/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:BlazeLivingEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_writeCustomDataToNbt(Lnet/minecraft/world/level/storage/ValueInput;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 1 override(s) in child classes
[18Feb2026 13:26:33.487] [main/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:BlazeLivingEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_writeCustomDataToNbt(Lnet/minecraft/world/level/storage/ValueInput;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:33.487] [main/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:BlazeLivingEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_onDeath(Lnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:33.487] [main/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:BlazeLivingEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_onDeath(Lnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 1 override(s) in child classes
[18Feb2026 13:26:33.487] [main/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:BlazeLivingEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_onDeath(Lnet/minecraft/world/damagesource/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:33.489] [main/DEBUG] [mixin/]: jade.mixins.json:LivingEntityMixin from mod jade->@Inject::jade$addEffect(Lnet/minecraft/world/effect/MobEffectInstance;Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:33.489] [main/DEBUG] [mixin/]: jade.mixins.json:LivingEntityMixin from mod jade->@Inject::jade$addEffect(Lnet/minecraft/world/effect/MobEffectInstance;Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
[18Feb2026 13:26:33.489] [main/DEBUG] [mixin/]: jade.mixins.json:LivingEntityMixin from mod jade->@Inject::jade$addEffect(Lnet/minecraft/world/effect/MobEffectInstance;Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
[18Feb2026 13:26:33.514] [main/DEBUG] [mixin/]: Mixing util.chunk_access.LevelReaderMixin from lithium.mixins.json into net.minecraft.world.level.LevelReader
[18Feb2026 13:26:33.522] [main/DEBUG] [mixin/]: Mixing WMPlayerMixin from weaponmaster_ydm.mixins.json into net.minecraft.world.entity.player.Player
[18Feb2026 13:26:33.522] [main/DEBUG] [mixin/]: weaponmaster_ydm.mixins.json:WMPlayerMixin from mod weaponmaster_ydm: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:33.523] [main/DEBUG] [mixin/]: Mixing PlayerMixin from carryon.mixins.json into net.minecraft.world.entity.player.Player
[18Feb2026 13:26:33.523] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$onReadAdditionalSaveData$0(Ltschipp/carryon/common/carry/CarryOnData;)V to md91697a$carryon$lambda$onReadAdditionalSaveData$0$0 in carryon.mixins.json:PlayerMixin from mod carryon
[18Feb2026 13:26:33.523] [main/DEBUG] [mixin/]: Mixing PlayerEntityMixin from friendsandfoes-common.mixins.json into net.minecraft.world.entity.player.Player
[18Feb2026 13:26:33.529] [main/DEBUG] [mixin/]: Mixing access.IPlayerEntity from c2me-base.mixins.json into net.minecraft.world.entity.player.Player
[18Feb2026 13:26:33.534] [main/DEBUG] [mixin/]: weaponmaster_ydm.mixins.json:WMPlayerMixin from mod weaponmaster_ydm->@Inject::tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:33.534] [main/DEBUG] [mixin/]: weaponmaster_ydm.mixins.json:WMPlayerMixin from mod weaponmaster_ydm->@Inject::tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:33.534] [main/DEBUG] [mixin/]: weaponmaster_ydm.mixins.json:WMPlayerMixin from mod weaponmaster_ydm->@Inject::tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:33.534] [main/DEBUG] [mixin/]: carryon.mixins.json:PlayerMixin from mod carryon->@Inject::onReadAdditionalSaveData(Lnet/minecraft/world/level/storage/ValueInput;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:33.534] [main/DEBUG] [mixin/]: carryon.mixins.json:PlayerMixin from mod carryon->@Inject::onReadAdditionalSaveData(Lnet/minecraft/world/level/storage/ValueInput;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:33.534] [main/DEBUG] [mixin/]: carryon.mixins.json:PlayerMixin from mod carryon->@Inject::onReadAdditionalSaveData(Lnet/minecraft/world/level/storage/ValueInput;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:33.534] [main/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:PlayerEntityMixin from mod friendsandfoes->@Inject::friendsandfoes$addToTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:33.534] [main/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:PlayerEntityMixin from mod friendsandfoes->@Inject::friendsandfoes$addToTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:33.534] [main/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:PlayerEntityMixin from mod friendsandfoes->@Inject::friendsandfoes$addToTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:33.534] [main/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:PlayerEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_tryUseTotems(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/damagesource/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:33.534] [main/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:PlayerEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_tryUseTotems(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/damagesource/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
[18Feb2026 13:26:33.534] [main/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:PlayerEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_tryUseTotems(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/damagesource/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
[18Feb2026 13:26:33.546] [main/DEBUG] [mixin/]: Mixing MannequinAvatarMixin from friendsandfoes-common.mixins.json into net.minecraft.world.entity.Avatar
[18Feb2026 13:26:33.549] [main/DEBUG] [mixin/]: Mixing entity.collisions.intersection.EntityGetterMixin from lithium.mixins.json into net.minecraft.world.level.EntityGetter
[18Feb2026 13:26:33.556] [main/DEBUG] [mixin/]: Mixing LevelMixin from refurbished_furniture.common.mixins.json into net.minecraft.world.level.Level
[18Feb2026 13:26:33.557] [main/DEBUG] [mixin/]: Mixing alloc.chunk_random.LevelMixin from lithium.mixins.json into net.minecraft.world.level.Level
[18Feb2026 13:26:33.557] [main/DEBUG] [mixin/]: Mixing entity.collisions.intersection.LevelMixin from lithium.mixins.json into net.minecraft.world.level.Level
[18Feb2026 13:26:33.558] [main/DEBUG] [mixin/]: Mixing entity.collisions.unpushable_cramming.LevelMixin from lithium.mixins.json into net.minecraft.world.level.Level
[18Feb2026 13:26:33.558] [main/DEBUG] [mixin/]: Mixing minimal_nonvanilla.collisions.empty_space.LevelMixin from lithium.mixins.json into net.minecraft.world.level.Level
[18Feb2026 13:26:33.558] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$findFreePosition$0(Lnet/minecraft/world/level/border/WorldBorder;Lnet/minecraft/world/phys/shapes/VoxelShape;)Z to md91697a$lithium$lambda$findFreePosition$0$0 in lithium.mixins.json:minimal_nonvanilla.collisions.empty_space.LevelMixin from mod lithium
[18Feb2026 13:26:33.559] [main/DEBUG] [mixin/]: Mixing util.accessors.LevelAccessor from lithium.mixins.json into net.minecraft.world.level.Level
[18Feb2026 13:26:33.559] [main/DEBUG] [mixin/]: Mixing util.block_entity_retrieval.LevelMixin from lithium.mixins.json into net.minecraft.world.level.Level
[18Feb2026 13:26:33.560] [main/DEBUG] [mixin/]: Mixing util.data_storage.LevelMixin from lithium.mixins.json into net.minecraft.world.level.Level
[18Feb2026 13:26:33.561] [main/DEBUG] [mixin/]: Mixing world.block_entity_ticking.chunk_tickable.LevelMixin from lithium.mixins.json into net.minecraft.world.level.Level
[18Feb2026 13:26:33.561] [main/DEBUG] [mixin/]: Mixing world.block_entity_ticking.sleeping.LevelMixin from lithium.mixins.json into net.minecraft.world.level.Level
[18Feb2026 13:26:33.561] [main/DEBUG] [mixin/]: Mixing world.chunk_access.LevelMixin from lithium.mixins.json into net.minecraft.world.level.Level
[18Feb2026 13:26:33.561] [main/DEBUG] [mixin/]: Mixing world.inline_block_access.LevelMixin from lithium.mixins.json into net.minecraft.world.level.Level
[18Feb2026 13:26:33.580] [main/DEBUG] [mixin/]: Mixing world.inline_height.LevelMixin from lithium.mixins.json into net.minecraft.world.level.Level
[18Feb2026 13:26:33.581] [main/DEBUG] [mixin/]: Mixing block.hopper.LevelMixin from lithium-neoforge.mixins.json into net.minecraft.world.level.Level
[18Feb2026 13:26:33.582] [main/DEBUG] [mixin/]: Mixing threading_detections.random_instances.MixinWorld from c2me-fixes-worldgen-threading-issues.mixins.json into net.minecraft.world.level.Level
[18Feb2026 13:26:33.582] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$redirectWorldRandomInit$0()Ljava/lang/Thread; to md91697a$c2me_fixes_worldgen_threading_issues$lambda$redirectWorldRandomInit$0$1 in c2me-fixes-worldgen-threading-issues.mixins.json:threading_detections.random_instances.MixinWorld from mod c2me_fixes_worldgen_threading_issues
[18Feb2026 13:26:33.583] [main/DEBUG] [mixin/]: Mixing mid_tick_chunk_tasks.MixinWorld from c2me-opts-scheduling.mixins.json into net.minecraft.world.level.Level
[18Feb2026 13:26:33.583] [main/DEBUG] [mixin/]: Mixing MixinWorld from c2me-notickvd.mixins.json into net.minecraft.world.level.Level
[18Feb2026 13:26:33.590] [main/DEBUG] [mixin/]: refurbished_furniture.common.mixins.json:LevelMixin from mod refurbished_furniture->@Inject::refurbishedFurniture$TickBlockEntitiesHead(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:33.590] [main/DEBUG] [mixin/]: refurbished_furniture.common.mixins.json:LevelMixin from mod refurbished_furniture->@Inject::refurbishedFurniture$TickBlockEntitiesHead(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:33.590] [main/DEBUG] [mixin/]: refurbished_furniture.common.mixins.json:LevelMixin from mod refurbished_furniture->@Inject::refurbishedFurniture$TickBlockEntitiesHead(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:33.590] [main/DEBUG] [mixin/]: lithium.mixins.json:util.data_storage.LevelMixin from mod lithium->@Inject::initLithiumData(Lnet/minecraft/world/level/storage/WritableLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/core/RegistryAccess;Lnet/minecraft/core/Holder;ZZJILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:33.590] [main/DEBUG] [mixin/]: lithium.mixins.json:util.data_storage.LevelMixin from mod lithium->@Inject::initLithiumData(Lnet/minecraft/world/level/storage/WritableLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/core/RegistryAccess;Lnet/minecraft/core/Holder;ZZJILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:33.590] [main/DEBUG] [mixin/]: lithium.mixins.json:util.data_storage.LevelMixin from mod lithium->@Inject::initLithiumData(Lnet/minecraft/world/level/storage/WritableLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/core/RegistryAccess;Lnet/minecraft/core/Holder;ZZJILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:33.590] [main/DEBUG] [mixin/]: lithium.mixins.json:world.inline_height.LevelMixin from mod lithium->@Inject::initHeightCache(Lnet/minecraft/world/level/storage/WritableLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/core/RegistryAccess;Lnet/minecraft/core/Holder;ZZJILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:33.590] [main/DEBUG] [mixin/]: lithium.mixins.json:world.inline_height.LevelMixin from mod lithium->@Inject::initHeightCache(Lnet/minecraft/world/level/storage/WritableLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/core/RegistryAccess;Lnet/minecraft/core/Holder;ZZJILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:33.590] [main/DEBUG] [mixin/]: lithium.mixins.json:world.inline_height.LevelMixin from mod lithium->@Inject::initHeightCache(Lnet/minecraft/world/level/storage/WritableLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/core/RegistryAccess;Lnet/minecraft/core/Holder;ZZJILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:33.590] [main/DEBUG] [mixin/]: lithium-neoforge.mixins.json:block.hopper.LevelMixin from mod lithium->@Inject::updateHopperOnUpdateSuppression(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/chunk/LevelChunk;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/state/BlockState;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:33.590] [main/DEBUG] [mixin/]: lithium-neoforge.mixins.json:block.hopper.LevelMixin from mod lithium->@Inject::updateHopperOnUpdateSuppression(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/chunk/LevelChunk;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/state/BlockState;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:33.590] [main/DEBUG] [mixin/]: lithium-neoforge.mixins.json:block.hopper.LevelMixin from mod lithium->@Inject::updateHopperOnUpdateSuppression(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/chunk/LevelChunk;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/state/BlockState;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:33.590] [main/DEBUG] [mixin/]: c2me-opts-scheduling.mixins.json:mid_tick_chunk_tasks.MixinWorld from mod c2me_opts_scheduling->@Inject::onPostTickEntity(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:33.590] [main/DEBUG] [mixin/]: c2me-opts-scheduling.mixins.json:mid_tick_chunk_tasks.MixinWorld from mod c2me_opts_scheduling->@Inject::onPostTickEntity(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:33.590] [main/DEBUG] [mixin/]: c2me-opts-scheduling.mixins.json:mid_tick_chunk_tasks.MixinWorld from mod c2me_opts_scheduling->@Inject::onPostTickEntity(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:33.601] [main/DEBUG] [mixin/]: Mixing ServerAddEntityMixin from cupboard.mixins.json into net.minecraft.server.level.ServerLevel
[18Feb2026 13:26:33.602] [main/DEBUG] [mixin/]: Mixing MixinServerWorld from biolith.mixins.json into net.minecraft.server.level.ServerLevel
[18Feb2026 13:26:33.602] [main/DEBUG] [mixin/]: biolith.mixins.json:MixinServerWorld from mod biolith: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:33.603] [main/DEBUG] [mixin/]: Mixing ServerLevelMixin from refurbished_furniture.common.mixins.json into net.minecraft.server.level.ServerLevel
[18Feb2026 13:26:33.603] [main/DEBUG] [mixin/]: Mixing alloc.chunk_random.ServerLevelMixin from lithium.mixins.json into net.minecraft.server.level.ServerLevel
[18Feb2026 13:26:33.603] [main/DEBUG] [mixin/]: Mixing entity.inactive_navigations.ServerLevelMixin from lithium.mixins.json into net.minecraft.server.level.ServerLevel
[18Feb2026 13:26:33.606] [main/DEBUG] [mixin/]: Discarding sythetic bridge method synthetic in environmentAttributes because existing method in lithium.mixins.json:entity.inactive_navigations.ServerLevelMixin from mod lithium is compatible
[18Feb2026 13:26:33.607] [main/DEBUG] [mixin/]: Mixing minimal_nonvanilla.spawning.ServerLevelAccessor from lithium.mixins.json into net.minecraft.server.level.ServerLevel
[18Feb2026 13:26:33.607] [main/DEBUG] [mixin/]: Mixing util.accessors.ServerLevelAccessor from lithium.mixins.json into net.minecraft.server.level.ServerLevel
[18Feb2026 13:26:33.608] [main/DEBUG] [mixin/]: Mixing util.entity_movement_tracking.ServerLevelAccessor from lithium.mixins.json into net.minecraft.server.level.ServerLevel
[18Feb2026 13:26:33.608] [main/DEBUG] [mixin/]: Mixing world.block_entity_ticking.sleeping.ServerLevelMixin from lithium.mixins.json into net.minecraft.server.level.ServerLevel
[18Feb2026 13:26:33.608] [main/DEBUG] [mixin/]: Mixing world.chunk_ticking.precipitation.ServerLevelMixin from lithium.mixins.json into net.minecraft.server.level.ServerLevel
[18Feb2026 13:26:33.608] [main/DEBUG] [mixin/]: Discarding sythetic bridge method synthetic in environmentAttributes because existing method in lithium.mixins.json:world.chunk_ticking.precipitation.ServerLevelMixin from mod lithium is compatible
[18Feb2026 13:26:33.608] [main/DEBUG] [mixin/]: Discarding sythetic bridge method synthetic in getChunk because existing method in lithium.mixins.json:world.chunk_ticking.precipitation.ServerLevelMixin from mod lithium is compatible
[18Feb2026 13:26:33.609] [main/DEBUG] [mixin/]: Mixing world.chunk_ticking.random_block_ticking.ServerLevelMixin from lithium.mixins.json into net.minecraft.server.level.ServerLevel
[18Feb2026 13:26:33.610] [main/DEBUG] [mixin/]: Discarding sythetic bridge method synthetic in environmentAttributes because existing method in lithium.mixins.json:world.chunk_ticking.random_block_ticking.ServerLevelMixin from mod lithium is compatible
[18Feb2026 13:26:33.610] [main/DEBUG] [mixin/]: Discarding sythetic bridge method synthetic in getChunk because existing method in lithium.mixins.json:world.chunk_ticking.random_block_ticking.ServerLevelMixin from mod lithium is compatible
[18Feb2026 13:26:33.611] [main/DEBUG] [mixin/]: Mixing ServerLevelMixin from alternate-current.mixins.json into net.minecraft.server.level.ServerLevel
[18Feb2026 13:26:33.611] [main/DEBUG] [mixin/]: alternate-current.mixins.json:ServerLevelMixin from mod alternate_current: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[18Feb2026 13:26:33.612] [main/DEBUG] [mixin/]: Mixing ServerWorldAccessor from friendsandfoes-common.mixins.json into net.minecraft.server.level.ServerLevel
[18Feb2026 13:26:33.612] [main/DEBUG] [mixin/]: Mixing ServerWorldMixin from friendsandfoes-common.mixins.json into net.minecraft.server.level.ServerLevel
[18Feb2026 13:26:33.614] [main/DEBUG] [mixin/]: Mixing mid_tick_chunk_tasks.MixinServerWorld from c2me-opts-scheduling.mixins.json into net.minecraft.server.level.ServerLevel
[18Feb2026 13:26:33.615] [main/DEBUG] [mixin/]: Mixing shutdown.MixinServerWorld from c2me-opts-scheduling.mixins.json into net.minecraft.server.level.ServerLevel
[18Feb2026 13:26:33.634] [main/DEBUG] [mixin/]: cupboard.mixins.json:ServerAddEntityMixin from mod cupboard->@Inject::OnaddEntity(Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:33.634] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.ServerLevelMixin from mod lithium->@Inject::init(Lnet/minecraft/server/MinecraftServer;Ljava/util/concurrent/Executor;Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;Lnet/minecraft/world/level/storage/ServerLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/world/level/dimension/LevelStem;ZJLjava/util/List;ZLnet/minecraft/world/RandomSequences;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:33.634] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.ServerLevelMixin from mod lithium->@Inject::init(Lnet/minecraft/server/MinecraftServer;Ljava/util/concurrent/Executor;Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;Lnet/minecraft/world/level/storage/ServerLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/world/level/dimension/LevelStem;ZJLjava/util/List;ZLnet/minecraft/world/RandomSequences;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:33.634] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.ServerLevelMixin from mod lithium->@Inject::init(Lnet/minecraft/server/MinecraftServer;Ljava/util/concurrent/Executor;Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;Lnet/minecraft/world/level/storage/ServerLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/world/level/dimension/LevelStem;ZJLjava/util/List;ZLnet/minecraft/world/RandomSequences;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:33.634] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.ServerLevelMixin from mod lithium->@Inject::updateActiveListeners(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/state/BlockState;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/world/phys/shapes/VoxelShape;Lnet/minecraft/world/phys/shapes/VoxelShape;Ljava/util/List;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:33.634] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.ServerLevelMixin from mod lithium->@Inject::updateActiveListeners(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/state/BlockState;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/world/phys/shapes/VoxelShape;Lnet/minecraft/world/phys/shapes/VoxelShape;Ljava/util/List;)V has 0 override(s) in child classes
[18Feb2026 13:26:33.634] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.ServerLevelMixin from mod lithium->@Inject::updateActiveListeners(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/state/BlockState;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/world/phys/shapes/VoxelShape;Lnet/minecraft/world/phys/shapes/VoxelShape;Ljava/util/List;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:33.634] [main/DEBUG] [mixin/]: lithium.mixins.json:world.chunk_ticking.precipitation.ServerLevelMixin from mod lithium->@Inject::skipIfAllBiomesDoNotCreateIceOrSnowAtPos(Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
[18Feb2026 13:26:33.634] [main/DEBUG] [mixin/]: alternate-current.mixins.json:ServerLevelMixin from mod alternate_current->@Inject::alternate_current$parseConfig(Lnet/minecraft/server/MinecraftServer;Ljava/util/concurrent/Executor;Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;Lnet/minecraft/world/level/storage/ServerLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/world/level/dimension/LevelStem;ZJLjava/util/List;ZLnet/minecraft/world/RandomSequences;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:33.634] [main/DEBUG] [mixin/]: alternate-current.mixins.json:ServerLevelMixin from mod alternate_current->@Inject::alternate_current$parseConfig(Lnet/minecraft/server/MinecraftServer;Ljava/util/concurrent/Executor;Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;Lnet/minecraft/world/level/storage/ServerLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/world/level/dimension/LevelStem;ZJLjava/util/List;ZLnet/minecraft/world/RandomSequences;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:33.634] [main/DEBUG] [mixin/]: alternate-current.mixins.json:ServerLevelMixin from mod alternate_current->@Inject::alternate_current$parseConfig(Lnet/minecraft/server/MinecraftServer;Ljava/util/concurrent/Executor;Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;Lnet/minecraft/world/level/storage/ServerLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/world/level/dimension/LevelStem;ZJLjava/util/List;ZLnet/minecraft/world/RandomSequences;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:33.634] [main/DEBUG] [mixin/]: c2me-opts-scheduling.mixins.json:mid_tick_chunk_tasks.MixinServerWorld from mod c2me_opts_scheduling->@Inject::onPostTickBlockAndFluid(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:33.634] [main/DEBUG] [mixin/]: c2me-opts-scheduling.mixins.json:mid_tick_chunk_tasks.MixinServerWorld from mod c2me_opts_scheduling->@Inject::onPostTickBlockAndFluid(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:33.634] [main/DEBUG] [mixin/]: c2me-opts-scheduling.mixins.json:mid_tick_chunk_tasks.MixinServerWorld from mod c2me_opts_scheduling->@Inject::onPostTickBlockAndFluid(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:33.635] [main/DEBUG] [mixin/]: c2me-opts-scheduling.mixins.json:mid_tick_chunk_tasks.MixinServerWorld from mod c2me_opts_scheduling->@Inject::onPostTickBlockAndFluid(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:33.635] [main/DEBUG] [mixin/]: c2me-opts-scheduling.mixins.json:mid_tick_chunk_tasks.MixinServerWorld from mod c2me_opts_scheduling->@Inject::onPostTickBlockAndFluid(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:33.635] [main/DEBUG] [mixin/]: c2me-opts-scheduling.mixins.json:mid_tick_chunk_tasks.MixinServerWorld from mod c2me_opts_scheduling->@Inject::onPostTickBlockAndFluid(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:33.635] [main/DEBUG] [mixin/]: c2me-opts-scheduling.mixins.json:shutdown.MixinServerWorld from mod c2me_opts_scheduling->@Inject::replaceEntityFlushLogic(Lnet/minecraft/util/ProgressListener;ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:33.635] [main/DEBUG] [mixin/]: c2me-opts-scheduling.mixins.json:shutdown.MixinServerWorld from mod c2me_opts_scheduling->@Inject::replaceEntityFlushLogic(Lnet/minecraft/util/ProgressListener;ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:33.635] [main/DEBUG] [mixin/]: c2me-opts-scheduling.mixins.json:shutdown.MixinServerWorld from mod c2me_opts_scheduling->@Inject::replaceEntityFlushLogic(Lnet/minecraft/util/ProgressListener;ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:33.638] [main/DEBUG] [mixin/]: Unexpected: Registered method getEntityManager()Lnet/minecraft/world/level/entity/PersistentEntitySectionManager; in net.minecraft.server.level.ServerLevel was not merged
[18Feb2026 13:26:33.638] [main/DEBUG] [mixin/]: Unexpected: Registered method getEntityManager()Lnet/minecraft/world/level/entity/PersistentEntitySectionManager; in net.minecraft.server.level.ServerLevel was not merged
[18Feb2026 13:26:33.647] [main/DEBUG] [mixin/]: Mixing util.accessors.ItemEntityAccessor from lithium.mixins.json into net.minecraft.world.entity.item.ItemEntity
[18Feb2026 13:26:33.647] [main/DEBUG] [mixin/]: Mixing util.item_component_and_count_tracking.ItemEntityMixin from lithium.mixins.json into net.minecraft.world.entity.item.ItemEntity
[18Feb2026 13:26:33.650] [main/DEBUG] [mixin/]: lithium.mixins.json:util.item_component_and_count_tracking.ItemEntityMixin from mod lithium->@Inject::beforeSetStack(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:33.650] [main/DEBUG] [mixin/]: lithium.mixins.json:util.item_component_and_count_tracking.ItemEntityMixin from mod lithium->@Inject::beforeSetStack(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:33.650] [main/DEBUG] [mixin/]: lithium.mixins.json:util.item_component_and_count_tracking.ItemEntityMixin from mod lithium->@Inject::beforeSetStack(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:33.653] [main/DEBUG] [mixin/]: Generating mapped inner class net/minecraft/world/level/block/Block$Anonymous$c898569907f54407b7fcf950da35619c (originally com/ishland/c2me/opts/worldgen/vanilla/mixin/tlcache/MixinBlock$1)
[18Feb2026 13:26:33.656] [main/DEBUG] [mixin/]: Mixing math.fast_blockpos.DirectionMixin from lithium.mixins.json into net.minecraft.core.Direction
[18Feb2026 13:26:33.657] [main/DEBUG] [mixin/]: Mixing math.fast_util.DirectionMixin from lithium.mixins.json into net.minecraft.core.Direction
[18Feb2026 13:26:33.658] [main/DEBUG] [mixin/]: lithium.mixins.json:math.fast_blockpos.DirectionMixin from mod lithium->@Inject::reinit(Ljava/lang/String;IIIILjava/lang/String;Lnet/minecraft/core/Direction$AxisDirection;Lnet/minecraft/core/Direction$Axis;Lnet/minecraft/core/Vec3i;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:33.671] [main/DEBUG] [mixin/]: Mixing GameDataMixin from supermartijn642corelib.mixins.json into net.neoforged.neoforge.registries.GameData
[18Feb2026 13:26:33.671] [main/DEBUG] [mixin/]: supermartijn642corelib.mixins.json:GameDataMixin from mod supermartijn642corelib: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:33.675] [main/DEBUG] [mixin/]: supermartijn642corelib.mixins.json:GameDataMixin from mod supermartijn642corelib->@Inject::postRegisterEvents(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:33.688] [main/DEBUG] [mixin/]: Mixing block.moving_block_shapes.VoxelShapeMixin from lithium.mixins.json into net.minecraft.world.phys.shapes.VoxelShape
[18Feb2026 13:26:33.689] [main/DEBUG] [mixin/]: Mixing shapes.specialized_shapes.VoxelShapeMixin from lithium.mixins.json into net.minecraft.world.phys.shapes.VoxelShape
[18Feb2026 13:26:33.690] [main/DEBUG] [mixin/]: Mixing VoxelShapeAccessor from creativecore.mixins.json into net.minecraft.world.phys.shapes.VoxelShape
[18Feb2026 13:26:33.690] [main/DEBUG] [mixin/]: Mixing VoxelShapeAccess from ferritecore.accessors.mixin.json into net.minecraft.world.phys.shapes.VoxelShape
[18Feb2026 13:26:33.690] [main/DEBUG] [mixin/]: ferritecore.accessors.mixin.json:VoxelShapeAccess from mod ferritecore: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:33.691] [main/DEBUG] [mixin/]: Unexpected: Registered method setShape(Lnet/minecraft/world/phys/shapes/DiscreteVoxelShape;)V in net.minecraft.world.phys.shapes.VoxelShape was not merged
[18Feb2026 13:26:33.702] [main/DEBUG] [mixin/]: Mixing shapes.optimized_matching.ShapesMixin from lithium.mixins.json into net.minecraft.world.phys.shapes.Shapes
[18Feb2026 13:26:33.702] [main/DEBUG] [mixin/]: Mixing shapes.shape_merging.ShapesMixin from lithium.mixins.json into net.minecraft.world.phys.shapes.Shapes
[18Feb2026 13:26:33.703] [main/DEBUG] [mixin/]: Mixing shapes.specialized_shapes.ShapesMixin from lithium.mixins.json into net.minecraft.world.phys.shapes.Shapes
[18Feb2026 13:26:33.704] [main/DEBUG] [mixin/]: Mixing ShapesMixin from creativecore.mixins.json into net.minecraft.world.phys.shapes.Shapes
[18Feb2026 13:26:33.709] [main/DEBUG] [mixin/]: lithium.mixins.json:shapes.optimized_matching.ShapesMixin from mod lithium->@Inject::cuboidMatchesAnywhere(Lnet/minecraft/world/phys/shapes/VoxelShape;Lnet/minecraft/world/phys/shapes/VoxelShape;Lnet/minecraft/world/phys/shapes/BooleanOp;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:33.709] [main/DEBUG] [mixin/]: lithium.mixins.json:shapes.shape_merging.ShapesMixin from mod lithium->@Inject::injectCustomListPair(ILit/unimi/dsi/fastutil/doubles/DoubleList;Lit/unimi/dsi/fastutil/doubles/DoubleList;ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:33.709] [main/DEBUG] [mixin/]: creativecore.mixins.json:ShapesMixin from mod creativecore->@Inject::joinUnoptimized(Lnet/minecraft/world/phys/shapes/VoxelShape;Lnet/minecraft/world/phys/shapes/VoxelShape;Lnet/minecraft/world/phys/shapes/BooleanOp;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:33.709] [main/DEBUG] [mixin/]: creativecore.mixins.json:ShapesMixin from mod creativecore->@Inject::joinUnoptimized(Lnet/minecraft/world/phys/shapes/VoxelShape;Lnet/minecraft/world/phys/shapes/VoxelShape;Lnet/minecraft/world/phys/shapes/BooleanOp;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:33.709] [main/DEBUG] [mixin/]: creativecore.mixins.json:ShapesMixin from mod creativecore->@Inject::joinUnoptimized(Lnet/minecraft/world/phys/shapes/VoxelShape;Lnet/minecraft/world/phys/shapes/VoxelShape;Lnet/minecraft/world/phys/shapes/BooleanOp;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:33.709] [main/DEBUG] [mixin/]: creativecore.mixins.json:ShapesMixin from mod creativecore->@Inject::joinIsNotEmpty(Lnet/minecraft/world/phys/shapes/VoxelShape;Lnet/minecraft/world/phys/shapes/VoxelShape;Lnet/minecraft/world/phys/shapes/BooleanOp;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:33.709] [main/DEBUG] [mixin/]: creativecore.mixins.json:ShapesMixin from mod creativecore->@Inject::joinIsNotEmpty(Lnet/minecraft/world/phys/shapes/VoxelShape;Lnet/minecraft/world/phys/shapes/VoxelShape;Lnet/minecraft/world/phys/shapes/BooleanOp;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:33.709] [main/DEBUG] [mixin/]: creativecore.mixins.json:ShapesMixin from mod creativecore->@Inject::joinIsNotEmpty(Lnet/minecraft/world/phys/shapes/VoxelShape;Lnet/minecraft/world/phys/shapes/VoxelShape;Lnet/minecraft/world/phys/shapes/BooleanOp;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:33.824] [main/DEBUG] [mixin/]: Mixing DiscreteVSAccess from ferritecore.accessors.mixin.json into net.minecraft.world.phys.shapes.DiscreteVoxelShape
[18Feb2026 13:26:33.825] [main/DEBUG] [mixin/]: ferritecore.accessors.mixin.json:DiscreteVSAccess from mod ferritecore: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:33.828] [main/DEBUG] [mixin/]: Mixing minimal_nonvanilla.collisions.empty_space.BitSetDiscreteVoxelShapeAccessor from lithium.mixins.json into net.minecraft.world.phys.shapes.BitSetDiscreteVoxelShape
[18Feb2026 13:26:33.828] [main/DEBUG] [mixin/]: Mixing BitSetDVSAccess from ferritecore.accessors.mixin.json into net.minecraft.world.phys.shapes.BitSetDiscreteVoxelShape
[18Feb2026 13:26:33.828] [main/DEBUG] [mixin/]: ferritecore.accessors.mixin.json:BitSetDVSAccess from mod ferritecore: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:33.828] [main/DEBUG] [mixin/]: Unexpected: Registered method getStorage()Ljava/util/BitSet; in net.minecraft.world.phys.shapes.BitSetDiscreteVoxelShape was not merged
[18Feb2026 13:26:33.831] [main/DEBUG] [mixin/]: Mixing minimal_nonvanilla.collisions.empty_space.ArrayVoxelShapeInvoker from lithium.mixins.json into net.minecraft.world.phys.shapes.ArrayVoxelShape
[18Feb2026 13:26:33.831] [main/DEBUG] [mixin/]: Renaming @Invoker method init(Lnet/minecraft/world/phys/shapes/DiscreteVoxelShape;Lit/unimi/dsi/fastutil/doubles/DoubleList;Lit/unimi/dsi/fastutil/doubles/DoubleList;Lit/unimi/dsi/fastutil/doubles/DoubleList;)Lnet/minecraft/world/phys/shapes/ArrayVoxelShape; to init$lithium_$md$91697a$0 in lithium.mixins.json:minimal_nonvanilla.collisions.empty_space.ArrayVoxelShapeInvoker from mod lithium
[18Feb2026 13:26:33.831] [main/DEBUG] [mixin/]: Mixing ArrayVSAccess from ferritecore.accessors.mixin.json into net.minecraft.world.phys.shapes.ArrayVoxelShape
[18Feb2026 13:26:33.831] [main/DEBUG] [mixin/]: ferritecore.accessors.mixin.json:ArrayVSAccess from mod ferritecore: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:33.834] [main/DEBUG] [mixin/]: Mixing shapes.precompute_shape_arrays.CubeVoxelShapeMixin from lithium.mixins.json into net.minecraft.world.phys.shapes.CubeVoxelShape
[18Feb2026 13:26:33.837] [main/DEBUG] [mixin/]: lithium.mixins.json:shapes.precompute_shape_arrays.CubeVoxelShapeMixin from mod lithium->@Inject::onConstructed(Lnet/minecraft/world/phys/shapes/DiscreteVoxelShape;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:33.838] [main/DEBUG] [mixin/]: Mixing SliceShapeAccess from ferritecore.accessors.mixin.json into net.minecraft.world.phys.shapes.SliceShape
[18Feb2026 13:26:33.838] [main/DEBUG] [mixin/]: ferritecore.accessors.mixin.json:SliceShapeAccess from mod ferritecore: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:33.840] [main/DEBUG] [mixin/]: Mixing shapes.precompute_shape_arrays.CubePointRangeMixin from lithium.mixins.json into net.minecraft.world.phys.shapes.CubePointRange
[18Feb2026 13:26:33.841] [main/DEBUG] [mixin/]: lithium.mixins.json:shapes.precompute_shape_arrays.CubePointRangeMixin from mod lithium->@Inject::initScale(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:33.841] [main/DEBUG] [mixin/]: lithium.mixins.json:shapes.precompute_shape_arrays.CubePointRangeMixin from mod lithium->@Inject::initScale(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:33.841] [main/DEBUG] [mixin/]: lithium.mixins.json:shapes.precompute_shape_arrays.CubePointRangeMixin from mod lithium->@Inject::initScale(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:33.892] [main/DEBUG] [mixin/]: Mixing SoundEventMixin from sound_physics_remastered.mixins.json into net.minecraft.sounds.SoundEvent
[18Feb2026 13:26:33.892] [main/DEBUG] [mixin/]: sound_physics_remastered.mixins.json:SoundEventMixin from mod sound_physics_remastered: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:33.970] [main/DEBUG] [mixin/]: Mixing neoforge.LiquidBlockAccessor from architectury.mixins.json into net.minecraft.world.level.block.LiquidBlock
[18Feb2026 13:26:33.970] [main/DEBUG] [mixin/]: architectury.mixins.json:neoforge.LiquidBlockAccessor from mod architectury: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[18Feb2026 13:26:33.970] [main/DEBUG] [mixin/]: Mixing inject.MixinLiquidBlock from architectury-common.mixins.json into net.minecraft.world.level.block.LiquidBlock
[18Feb2026 13:26:33.970] [main/DEBUG] [mixin/]: architectury-common.mixins.json:inject.MixinLiquidBlock from mod architectury: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[18Feb2026 13:26:33.975] [main/DEBUG] [mixin/]: Mixing DoorBlockMixin from doubledoors_neoforge.mixins.json into net.minecraft.world.level.block.DoorBlock
[18Feb2026 13:26:33.976] [main/DEBUG] [mixin/]: doubledoors_neoforge.mixins.json:DoorBlockMixin from mod doubledoors->@Inject::use(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/phys/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:33.976] [main/DEBUG] [mixin/]: doubledoors_neoforge.mixins.json:DoorBlockMixin from mod doubledoors->@Inject::use(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/phys/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
[18Feb2026 13:26:33.976] [main/DEBUG] [mixin/]: doubledoors_neoforge.mixins.json:DoorBlockMixin from mod doubledoors->@Inject::use(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/phys/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
[18Feb2026 13:26:33.989] [main/DEBUG] [mixin/]: Mixing alloc.enum_values.piston_block.PistonBaseBlockMixin from lithium.mixins.json into net.minecraft.world.level.block.piston.PistonBaseBlock
[18Feb2026 13:26:34.001] [main/DEBUG] [mixin/]: Mixing client.FlowerPotBlockInvoker from journeymap.mixins.json into net.minecraft.world.level.block.FlowerPotBlock
[18Feb2026 13:26:34.001] [main/DEBUG] [mixin/]: journeymap.mixins.json:client.FlowerPotBlockInvoker from mod journeymap: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:34.006] [main/DEBUG] [mixin/]: Mixing LightningRodBlockDegradableMixin from friendsandfoes-common.mixins.json into net.minecraft.world.level.block.LightningRodBlock
[18Feb2026 13:26:34.006] [main/DEBUG] [mixin/]: Mixing LightningRodBlockOxidizableMixin from friendsandfoes-common.mixins.json into net.minecraft.world.level.block.LightningRodBlock
[18Feb2026 13:26:34.007] [main/DEBUG] [mixin/]: Mixing LightningRodBlockMixin from friendsandfoes-common.mixins.json into net.minecraft.world.level.block.LightningRodBlock
[18Feb2026 13:26:34.013] [main/DEBUG] [mixin/]: Mixing TrapDoorBlockMixin from doubledoors_neoforge.mixins.json into net.minecraft.world.level.block.TrapDoorBlock
[18Feb2026 13:26:34.014] [main/DEBUG] [mixin/]: doubledoors_neoforge.mixins.json:TrapDoorBlockMixin from mod doubledoors->@Inject::use(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/phys/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:34.014] [main/DEBUG] [mixin/]: doubledoors_neoforge.mixins.json:TrapDoorBlockMixin from mod doubledoors->@Inject::use(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/phys/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
[18Feb2026 13:26:34.014] [main/DEBUG] [mixin/]: doubledoors_neoforge.mixins.json:TrapDoorBlockMixin from mod doubledoors->@Inject::use(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/phys/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
[18Feb2026 13:26:34.014] [main/DEBUG] [mixin/]: doubledoors_neoforge.mixins.json:TrapDoorBlockMixin from mod doubledoors->@Inject::use(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/phys/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:34.014] [main/DEBUG] [mixin/]: doubledoors_neoforge.mixins.json:TrapDoorBlockMixin from mod doubledoors->@Inject::use(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/phys/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
[18Feb2026 13:26:34.014] [main/DEBUG] [mixin/]: doubledoors_neoforge.mixins.json:TrapDoorBlockMixin from mod doubledoors->@Inject::use(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/phys/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
[18Feb2026 13:26:34.023] [main/DEBUG] [mixin/]: Mixing FenceGateBlockMixin from doubledoors_neoforge.mixins.json into net.minecraft.world.level.block.FenceGateBlock
[18Feb2026 13:26:34.024] [main/DEBUG] [mixin/]: doubledoors_neoforge.mixins.json:FenceGateBlockMixin from mod doubledoors->@Inject::use(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/phys/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:34.024] [main/DEBUG] [mixin/]: doubledoors_neoforge.mixins.json:FenceGateBlockMixin from mod doubledoors->@Inject::use(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/phys/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
[18Feb2026 13:26:34.024] [main/DEBUG] [mixin/]: doubledoors_neoforge.mixins.json:FenceGateBlockMixin from mod doubledoors->@Inject::use(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/phys/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
[18Feb2026 13:26:34.047] [main/DEBUG] [mixin/]: Mixing StemBlockMixin from balm.mixins.json into net.minecraft.world.level.block.StemBlock
[18Feb2026 13:26:34.048] [main/DEBUG] [mixin/]: balm.mixins.json:StemBlockMixin from mod balm: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:34.049] [main/DEBUG] [mixin/]: balm.mixins.json:StemBlockMixin from mod balm->@Inject::mayPlaceOn(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/BlockGetter;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:34.069] [main/DEBUG] [mixin/]: Mixing inject.MixinEntityType from architectury-common.mixins.json into net.minecraft.world.entity.EntityType
[18Feb2026 13:26:34.069] [main/DEBUG] [mixin/]: architectury-common.mixins.json:inject.MixinEntityType from mod architectury: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[18Feb2026 13:26:34.091] [main/DEBUG] [mixin/]: Mixing inject.MixinFluid from architectury-common.mixins.json into net.minecraft.world.level.material.Fluid
[18Feb2026 13:26:34.091] [main/DEBUG] [mixin/]: architectury-common.mixins.json:inject.MixinFluid from mod architectury: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[18Feb2026 13:26:34.095] [main/DEBUG] [mixin/]: Mixing block.fluid.flow.FlowingFluidMixin from lithium.mixins.json into net.minecraft.world.level.material.FlowingFluid
[18Feb2026 13:26:34.100] [main/DEBUG] [mixin/]: Mixing access.IFlowableFluid from c2me-base.mixins.json into net.minecraft.world.level.material.FlowingFluid
[18Feb2026 13:26:34.100] [main/DEBUG] [mixin/]: Renaming @Invoker method invokeCanFillWithFluid(Lnet/minecraft/world/level/BlockGetter;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/material/Fluid;)Z to invokeCanFillWithFluid$c2me_base_$md$91697a$0 in c2me-base.mixins.json:access.IFlowableFluid from mod c2me_base
[18Feb2026 13:26:34.100] [main/DEBUG] [mixin/]: Renaming @Invoker method invokeReceivesFlow(Lnet/minecraft/core/Direction;Lnet/minecraft/world/level/BlockGetter;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;)Z to invokeReceivesFlow$c2me_base_$md$91697a$1 in c2me-base.mixins.json:access.IFlowableFluid from mod c2me_base
[18Feb2026 13:26:34.105] [main/DEBUG] [mixin/]: lithium.mixins.json:block.fluid.flow.FlowingFluidMixin from mod lithium->@Inject::getSpread(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:34.110] [main/DEBUG] [mixin/]: Mixing block.flatten_states.FluidStateMixin from lithium.mixins.json into net.minecraft.world.level.material.FluidState
[18Feb2026 13:26:34.112] [main/DEBUG] [mixin/]: lithium.mixins.json:block.flatten_states.FluidStateMixin from mod lithium->@Inject::initFluidCache(Lnet/minecraft/world/level/material/Fluid;Lit/unimi/dsi/fastutil/objects/Reference2ObjectArrayMap;Lcom/mojang/serialization/MapCodec;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:34.140] [main/DEBUG] [mixin/]: Mixing threading.MixinRandomizedIntBlockStateProvider from c2me-fixes-worldgen-threading-issues.mixins.json into net.minecraft.world.level.levelgen.feature.stateproviders.RandomizedIntStateProvider
[18Feb2026 13:26:34.152] [main/DEBUG] [mixin/]: Mixing BlockEntityMixin from refurbished_furniture.common.mixins.json into net.minecraft.world.level.block.entity.BlockEntity
[18Feb2026 13:26:34.153] [main/DEBUG] [mixin/]: Mixing minimal_nonvanilla.world.block_entity_ticking.support_cache.BlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.BlockEntity
[18Feb2026 13:26:34.153] [main/DEBUG] [mixin/]: Mixing util.inventory_change_listening.BlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.BlockEntity
[18Feb2026 13:26:34.153] [main/DEBUG] [mixin/]: Mixing util.inventory_comparator_tracking.BlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.BlockEntity
[18Feb2026 13:26:34.154] [main/DEBUG] [mixin/]: Mixing world.block_entity_ticking.sleeping.BlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.BlockEntity
[18Feb2026 13:26:34.154] [main/DEBUG] [mixin/]: Mixing BlockEntityMixin from collective_neoforge.mixins.json into net.minecraft.world.level.block.entity.BlockEntity
[18Feb2026 13:26:34.155] [main/DEBUG] [mixin/]: Mixing access.IBlockEntity from c2me-base.mixins.json into net.minecraft.world.level.block.entity.BlockEntity
[18Feb2026 13:26:34.157] [main/DEBUG] [mixin/]: refurbished_furniture.common.mixins.json:BlockEntityMixin from mod refurbished_furniture->@Inject::refurbishedFurniture$SetLevelTail(Lnet/minecraft/world/level/Level;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:34.157] [main/DEBUG] [mixin/]: refurbished_furniture.common.mixins.json:BlockEntityMixin from mod refurbished_furniture->@Inject::refurbishedFurniture$SetLevelTail(Lnet/minecraft/world/level/Level;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:34.157] [main/DEBUG] [mixin/]: refurbished_furniture.common.mixins.json:BlockEntityMixin from mod refurbished_furniture->@Inject::refurbishedFurniture$SetLevelTail(Lnet/minecraft/world/level/Level;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:34.157] [main/DEBUG] [mixin/]: lithium.mixins.json:minimal_nonvanilla.world.block_entity_ticking.support_cache.BlockEntityMixin from mod lithium->@Inject::initSupportCache(Lnet/minecraft/world/level/block/entity/BlockEntityType;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:34.157] [main/DEBUG] [mixin/]: lithium.mixins.json:minimal_nonvanilla.world.block_entity_ticking.support_cache.BlockEntityMixin from mod lithium->@Inject::initSupportCache(Lnet/minecraft/world/level/block/entity/BlockEntityType;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:34.157] [main/DEBUG] [mixin/]: lithium.mixins.json:minimal_nonvanilla.world.block_entity_ticking.support_cache.BlockEntityMixin from mod lithium->@Inject::initSupportCache(Lnet/minecraft/world/level/block/entity/BlockEntityType;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:34.157] [main/DEBUG] [mixin/]: lithium.mixins.json:minimal_nonvanilla.world.block_entity_ticking.support_cache.BlockEntityMixin from mod lithium->@Inject::updateSupportCache(Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:34.157] [main/DEBUG] [mixin/]: lithium.mixins.json:minimal_nonvanilla.world.block_entity_ticking.support_cache.BlockEntityMixin from mod lithium->@Inject::updateSupportCache(Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:34.157] [main/DEBUG] [mixin/]: lithium.mixins.json:minimal_nonvanilla.world.block_entity_ticking.support_cache.BlockEntityMixin from mod lithium->@Inject::updateSupportCache(Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:34.157] [main/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_change_listening.BlockEntityMixin from mod lithium->@Inject::updateStackListTracking(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:34.157] [main/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_change_listening.BlockEntityMixin from mod lithium->@Inject::updateStackListTracking(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:34.157] [main/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_change_listening.BlockEntityMixin from mod lithium->@Inject::updateStackListTracking(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:34.157] [main/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_comparator_tracking.BlockEntityMixin from mod lithium->@Inject::init(Lnet/minecraft/world/level/block/entity/BlockEntityType;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:34.157] [main/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_comparator_tracking.BlockEntityMixin from mod lithium->@Inject::init(Lnet/minecraft/world/level/block/entity/BlockEntityType;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:34.157] [main/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_comparator_tracking.BlockEntityMixin from mod lithium->@Inject::init(Lnet/minecraft/world/level/block/entity/BlockEntityType;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:34.157] [main/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_comparator_tracking.BlockEntityMixin from mod lithium->@Inject::forgetNearbyComparators(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:34.157] [main/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_comparator_tracking.BlockEntityMixin from mod lithium->@Inject::forgetNearbyComparators(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:34.157] [main/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_comparator_tracking.BlockEntityMixin from mod lithium->@Inject::forgetNearbyComparators(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:34.157] [main/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.BlockEntityMixin from mod lithium->@Inject::handleSetChanged(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:34.157] [main/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.BlockEntityMixin from mod lithium->@Inject::handleSetChanged(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:34.157] [main/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.BlockEntityMixin from mod lithium->@Inject::handleSetChanged(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:34.157] [main/DEBUG] [mixin/]: collective_neoforge.mixins.json:BlockEntityMixin from mod collective->@Inject::setLevel(Lnet/minecraft/world/level/Level;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:34.157] [main/DEBUG] [mixin/]: collective_neoforge.mixins.json:BlockEntityMixin from mod collective->@Inject::setLevel(Lnet/minecraft/world/level/Level;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:34.157] [main/DEBUG] [mixin/]: collective_neoforge.mixins.json:BlockEntityMixin from mod collective->@Inject::setLevel(Lnet/minecraft/world/level/Level;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:34.157] [main/DEBUG] [mixin/]: collective_neoforge.mixins.json:BlockEntityMixin from mod collective->@Inject::setRemoved(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:34.157] [main/DEBUG] [mixin/]: collective_neoforge.mixins.json:BlockEntityMixin from mod collective->@Inject::setRemoved(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:34.157] [main/DEBUG] [mixin/]: collective_neoforge.mixins.json:BlockEntityMixin from mod collective->@Inject::setRemoved(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:34.162] [main/DEBUG] [mixin/]: Mixing MixinFallingBlockEntity from architectury.mixins.json into net.minecraft.world.entity.item.FallingBlockEntity
[18Feb2026 13:26:34.162] [main/DEBUG] [mixin/]: architectury.mixins.json:MixinFallingBlockEntity from mod architectury: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[18Feb2026 13:26:34.169] [main/DEBUG] [mixin/]: architectury.mixins.json:MixinFallingBlockEntity from mod architectury->@Inject::handleLand(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:34.169] [main/DEBUG] [mixin/]: architectury.mixins.json:MixinFallingBlockEntity from mod architectury->@Inject::handleLand(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:34.169] [main/DEBUG] [mixin/]: architectury.mixins.json:MixinFallingBlockEntity from mod architectury->@Inject::handleLand(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:34.202] [main/DEBUG] [mixin/]: Mixing block.hopper.InventoryAccessors$DispenserBlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.DispenserBlockEntity
[18Feb2026 13:26:34.203] [main/DEBUG] [mixin/]: Mixing util.inventory_change_listening.StackListReplacementTracking$DispenserBlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.DispenserBlockEntity
[18Feb2026 13:26:34.204] [main/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_change_listening.StackListReplacementTracking$DispenserBlockEntityMixin from mod lithium->@Inject::setInventoryStackListReplacement(Lnet/minecraft/core/NonNullList;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:34.204] [main/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_change_listening.StackListReplacementTracking$DispenserBlockEntityMixin from mod lithium->@Inject::setInventoryStackListReplacement(Lnet/minecraft/core/NonNullList;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:34.204] [main/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_change_listening.StackListReplacementTracking$DispenserBlockEntityMixin from mod lithium->@Inject::setInventoryStackListReplacement(Lnet/minecraft/core/NonNullList;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:34.205] [main/DEBUG] [mixin/]: Mixing accessor.ContainerAccessor from clientsort.mixins.json into net.minecraft.world.Container
[18Feb2026 13:26:34.205] [main/DEBUG] [mixin/]: Mixing block.hopper.ContainerMixin from lithium.mixins.json into net.minecraft.world.Container
[18Feb2026 13:26:34.207] [main/DEBUG] [mixin/]: Mixing RandomizableContainerBlockEntityMixin from balm.mixins.json into net.minecraft.world.level.block.entity.RandomizableContainerBlockEntity
[18Feb2026 13:26:34.207] [main/DEBUG] [mixin/]: balm.mixins.json:RandomizableContainerBlockEntityMixin from mod balm: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:34.209] [main/DEBUG] [mixin/]: Mixing RandomizableContainerMixin from balm.neoforge.mixins.json into net.minecraft.world.RandomizableContainer
[18Feb2026 13:26:34.209] [main/DEBUG] [mixin/]: balm.neoforge.mixins.json:RandomizableContainerMixin from mod balm->@Inject::unpackLootTable(Lnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:34.209] [main/DEBUG] [mixin/]: balm.neoforge.mixins.json:RandomizableContainerMixin from mod balm->@Inject::unpackLootTable(Lnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:34.209] [main/DEBUG] [mixin/]: balm.neoforge.mixins.json:RandomizableContainerMixin from mod balm->@Inject::unpackLootTable(Lnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:34.210] [main/DEBUG] [mixin/]: Mixing util.inventory_change_listening.BaseContainerBlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.BaseContainerBlockEntity
[18Feb2026 13:26:34.211] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$lithium$emitFirstComparatorAdded$0(Lnet/caffeinemc/mods/lithium/common/block/entity/inventory_change_tracking/InventoryChangeListener;)Z to md91697a$lithium$lambda$lithium$emitFirstComparatorAdded$0$0 in lithium.mixins.json:util.inventory_change_listening.BaseContainerBlockEntityMixin from mod lithium
[18Feb2026 13:26:34.211] [main/DEBUG] [mixin/]: Mixing util.inventory_change_listening.StackListReplacementTracking$BaseContainerBlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.BaseContainerBlockEntity
[18Feb2026 13:26:34.212] [main/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_change_listening.StackListReplacementTracking$BaseContainerBlockEntityMixin from mod lithium->@Inject::readNbtStackListReplacement(Lnet/minecraft/world/level/storage/ValueInput;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:34.212] [main/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_change_listening.StackListReplacementTracking$BaseContainerBlockEntityMixin from mod lithium->@Inject::readNbtStackListReplacement(Lnet/minecraft/world/level/storage/ValueInput;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:34.212] [main/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_change_listening.StackListReplacementTracking$BaseContainerBlockEntityMixin from mod lithium->@Inject::readNbtStackListReplacement(Lnet/minecraft/world/level/storage/ValueInput;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:34.296] [main/DEBUG] [mixin/]: Mixing math.fast_util.AxisCycleDirectionMixin$ForwardMixin from lithium.mixins.json into net.minecraft.core.AxisCycle$2
[18Feb2026 13:26:34.297] [main/DEBUG] [mixin/]: Mixing math.fast_util.AxisCycleDirectionMixin$BackwardMixin from lithium.mixins.json into net.minecraft.core.AxisCycle$3
[18Feb2026 13:26:34.325] [main/DEBUG] [mixin/]: Mixing block.moving_block_shapes.PistonMovingBlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.piston.PistonMovingBlockEntity
[18Feb2026 13:26:34.328] [main/DEBUG] [mixin/]: lithium.mixins.json:block.moving_block_shapes.PistonMovingBlockEntityMixin from mod lithium->@Inject::skipVoxelShapeUnion(Lnet/minecraft/world/level/BlockGetter;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/world/phys/shapes/VoxelShape;Lnet/minecraft/core/Direction;Lnet/minecraft/world/level/block/state/BlockState;F)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:34.334] [main/DEBUG] [mixin/]: Mixing ChatFormattingMixin from neoforge-unlocked_typing.mixins.json into net.minecraft.ChatFormatting
[18Feb2026 13:26:34.335] [main/DEBUG] [mixin/]: neoforge-unlocked_typing.mixins.json:ChatFormattingMixin from mod unlocked_typing: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_18 supports class version 62)
[18Feb2026 13:26:34.335] [main/DEBUG] [mixin/]: neoforge-unlocked_typing.mixins.json:ChatFormattingMixin from mod unlocked_typing->@Inject::unlocked_typing$stripFormatting(Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:34.338] [main/DEBUG] [mixin/]: Mixing MobEffectInstanceMixin from jade.mixins.json into net.minecraft.world.effect.MobEffectInstance
[18Feb2026 13:26:34.339] [main/DEBUG] [mixin/]: jade.mixins.json:MobEffectInstanceMixin from mod jade->@Inject::jade$onEffectAdded(Lnet/minecraft/world/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:34.339] [main/DEBUG] [mixin/]: jade.mixins.json:MobEffectInstanceMixin from mod jade->@Inject::jade$onEffectAdded(Lnet/minecraft/world/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:34.339] [main/DEBUG] [mixin/]: jade.mixins.json:MobEffectInstanceMixin from mod jade->@Inject::jade$onEffectAdded(Lnet/minecraft/world/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:34.349] [main/DEBUG] [mixin/]: Mixing entity.inactive_navigations.MobMixin from lithium.mixins.json into net.minecraft.world.entity.Mob
[18Feb2026 13:26:34.350] [main/DEBUG] [mixin/]: Mixing MobAccessor from friendsandfoes-common.mixins.json into net.minecraft.world.entity.Mob
[18Feb2026 13:26:34.351] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.MobMixin from mod lithium->@Inject::onNavigationReplacement(Lnet/minecraft/world/entity/Entity;ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:34.351] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.MobMixin from mod lithium->@Inject::onNavigationReplacement(Lnet/minecraft/world/entity/Entity;ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
[18Feb2026 13:26:34.351] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.MobMixin from mod lithium->@Inject::onNavigationReplacement(Lnet/minecraft/world/entity/Entity;ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
[18Feb2026 13:26:34.365] [main/DEBUG] [mixin/]: Mixing block.hopper.ChiseledBookShelfBlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.ChiseledBookShelfBlockEntity
[18Feb2026 13:26:34.395] [main/DEBUG] [mixin/]: Mixing util.inventory_change_listening.ChestBlockEntityMixin from lithium-neoforge.mixins.json into net.minecraft.world.level.block.entity.ChestBlockEntity
[18Feb2026 13:26:34.395] [main/DEBUG] [mixin/]: Mixing block.hopper.InventoryAccessors$ChestBlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.ChestBlockEntity
[18Feb2026 13:26:34.395] [main/DEBUG] [mixin/]: Mixing util.inventory_change_listening.StackListReplacementTracking$ChestBlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.ChestBlockEntity
[18Feb2026 13:26:34.396] [main/DEBUG] [mixin/]: lithium-neoforge.mixins.json:util.inventory_change_listening.ChestBlockEntityMixin from mod lithium->@Inject::emitRemovedOnSetCachedState(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:34.396] [main/DEBUG] [mixin/]: lithium-neoforge.mixins.json:util.inventory_change_listening.ChestBlockEntityMixin from mod lithium->@Inject::emitRemovedOnSetCachedState(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:34.396] [main/DEBUG] [mixin/]: lithium-neoforge.mixins.json:util.inventory_change_listening.ChestBlockEntityMixin from mod lithium->@Inject::emitRemovedOnSetCachedState(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:34.396] [main/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_change_listening.StackListReplacementTracking$ChestBlockEntityMixin from mod lithium->@Inject::setInventoryStackListReplacement(Lnet/minecraft/core/NonNullList;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:34.396] [main/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_change_listening.StackListReplacementTracking$ChestBlockEntityMixin from mod lithium->@Inject::setInventoryStackListReplacement(Lnet/minecraft/core/NonNullList;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:34.396] [main/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_change_listening.StackListReplacementTracking$ChestBlockEntityMixin from mod lithium->@Inject::setInventoryStackListReplacement(Lnet/minecraft/core/NonNullList;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:34.399] [main/DEBUG] [mixin/]: Mixing BlockEntityTypeAccessor from neoforge.mixins.json into net.minecraft.world.level.block.entity.BlockEntityType
[18Feb2026 13:26:34.402] [main/DEBUG] [mixin/]: Mixing alloc.enum_values.redstone_wire.RedStoneWireBlockMixin from lithium.mixins.json into net.minecraft.world.level.block.RedStoneWireBlock
[18Feb2026 13:26:34.403] [main/DEBUG] [mixin/]: Mixing block.redstone_wire.RedStoneWireBlockMixin from lithium.mixins.json into net.minecraft.world.level.block.RedStoneWireBlock
[18Feb2026 13:26:34.403] [main/DEBUG] [mixin/]: Mixing RedStoneWireBlockMixin from alternate-current.mixins.json into net.minecraft.world.level.block.RedStoneWireBlock
[18Feb2026 13:26:34.403] [main/DEBUG] [mixin/]: alternate-current.mixins.json:RedStoneWireBlockMixin from mod alternate_current: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[18Feb2026 13:26:34.405] [main/DEBUG] [mixin/]: lithium.mixins.json:block.redstone_wire.RedStoneWireBlockMixin from mod lithium->@Inject::getBlockSignalFaster(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:34.405] [main/DEBUG] [mixin/]: alternate-current.mixins.json:RedStoneWireBlockMixin from mod alternate_current->@Inject::alternate_current$onUpdate(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/redstone/Orientation;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
[18Feb2026 13:26:34.405] [main/DEBUG] [mixin/]: alternate-current.mixins.json:RedStoneWireBlockMixin from mod alternate_current->@Inject::alternate_current$onPlace(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:34.405] [main/DEBUG] [mixin/]: alternate-current.mixins.json:RedStoneWireBlockMixin from mod alternate_current->@Inject::alternate_current$onPlace(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:34.405] [main/DEBUG] [mixin/]: alternate-current.mixins.json:RedStoneWireBlockMixin from mod alternate_current->@Inject::alternate_current$onPlace(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:34.405] [main/DEBUG] [mixin/]: alternate-current.mixins.json:RedStoneWireBlockMixin from mod alternate_current->@Inject::alternate_current$onRemove(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/core/BlockPos;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:34.405] [main/DEBUG] [mixin/]: alternate-current.mixins.json:RedStoneWireBlockMixin from mod alternate_current->@Inject::alternate_current$onRemove(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/core/BlockPos;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:34.405] [main/DEBUG] [mixin/]: alternate-current.mixins.json:RedStoneWireBlockMixin from mod alternate_current->@Inject::alternate_current$onRemove(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/core/BlockPos;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:34.405] [main/DEBUG] [mixin/]: alternate-current.mixins.json:RedStoneWireBlockMixin from mod alternate_current->@Inject::alternate_current$onNeighborChanged(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/Block;Lnet/minecraft/world/level/redstone/Orientation;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
[18Feb2026 13:26:34.407] [main/DEBUG] [mixin/]: Mixing block.redstone_wire.RedstoneWireEvaluatorMixin from lithium.mixins.json into net.minecraft.world.level.redstone.RedstoneWireEvaluator
[18Feb2026 13:26:34.408] [main/DEBUG] [mixin/]: lithium.mixins.json:block.redstone_wire.RedstoneWireEvaluatorMixin from mod lithium->@Inject::getIncomingWireSignalFaster(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:34.409] [main/DEBUG] [mixin/]: Mixing block.redstone_wire.DefaultRedstoneWireEvaluatorMixin from lithium.mixins.json into net.minecraft.world.level.redstone.DefaultRedstoneWireEvaluator
[18Feb2026 13:26:34.409] [main/DEBUG] [mixin/]: lithium.mixins.json:block.redstone_wire.DefaultRedstoneWireEvaluatorMixin from mod lithium->@Inject::calculateTargetStrengthFaster(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:34.429] [main/DEBUG] [mixin/]: Mixing block.hopper.AbstractContainerMenuMixin from lithium.mixins.json into net.minecraft.world.inventory.AbstractContainerMenu
[18Feb2026 13:26:34.430] [main/DEBUG] [mixin/]: lithium.mixins.json:block.hopper.AbstractContainerMenuMixin from mod lithium->@Inject::getFastOutputStrength(Lnet/minecraft/world/Container;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:34.434] [main/DEBUG] [mixin/]: Mixing CropBlockMixin from balm.mixins.json into net.minecraft.world.level.block.CropBlock
[18Feb2026 13:26:34.434] [main/DEBUG] [mixin/]: balm.mixins.json:CropBlockMixin from mod balm: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:34.434] [main/DEBUG] [mixin/]: Mixing CropBlockAccessor from rightclickharvest.mixins.json into net.minecraft.world.level.block.CropBlock
[18Feb2026 13:26:34.434] [main/DEBUG] [mixin/]: rightclickharvest.mixins.json:CropBlockAccessor from mod rightclickharvest: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:34.435] [main/DEBUG] [mixin/]: balm.mixins.json:CropBlockMixin from mod balm->@Inject::mayPlaceOn(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/BlockGetter;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:34.441] [main/DEBUG] [mixin/]: Mixing block.hopper.InventoryAccessors$AbstractFurnaceBlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.AbstractFurnaceBlockEntity
[18Feb2026 13:26:34.442] [main/DEBUG] [mixin/]: Mixing util.inventory_change_listening.StackListReplacementTracking$AbstractFurnaceBlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.AbstractFurnaceBlockEntity
[18Feb2026 13:26:34.442] [main/DEBUG] [mixin/]: Mixing world.block_entity_ticking.sleeping.furnace.AbstractFurnaceBlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.AbstractFurnaceBlockEntity
[18Feb2026 13:26:34.444] [main/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.furnace.AbstractFurnaceBlockEntityMixin from mod lithium->@Inject::checkSleep(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/entity/AbstractFurnaceBlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:34.444] [main/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.furnace.AbstractFurnaceBlockEntityMixin from mod lithium->@Inject::wakeUpAfterFromTag(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:34.444] [main/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.furnace.AbstractFurnaceBlockEntityMixin from mod lithium->@Inject::wakeUpAfterFromTag(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:34.444] [main/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.furnace.AbstractFurnaceBlockEntityMixin from mod lithium->@Inject::wakeUpAfterFromTag(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:34.469] [main/DEBUG] [mixin/]: Mixing math.fast_util.AABBMixin from lithium.mixins.json into net.minecraft.world.phys.AABB
[18Feb2026 13:26:34.480] [main/DEBUG] [mixin/]: Mixing PersistentProjectileEntityMixin from moretotems.mixins.json into net.minecraft.world.entity.projectile.arrow.AbstractArrow
[18Feb2026 13:26:34.480] [main/DEBUG] [mixin/]: moretotems.mixins.json:PersistentProjectileEntityMixin from mod moretotems: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:34.481] [main/DEBUG] [mixin/]: moretotems.mixins.json:PersistentProjectileEntityMixin from mod moretotems->@Inject::onInit(Lnet/minecraft/world/entity/EntityType;Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/level/Level;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:34.481] [main/DEBUG] [mixin/]: moretotems.mixins.json:PersistentProjectileEntityMixin from mod moretotems->@Inject::onInit(Lnet/minecraft/world/entity/EntityType;Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/level/Level;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:34.481] [main/DEBUG] [mixin/]: moretotems.mixins.json:PersistentProjectileEntityMixin from mod moretotems->@Inject::onInit(Lnet/minecraft/world/entity/EntityType;Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/level/Level;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:34.500] [main/DEBUG] [mixin/]: Mixing NetherPortalBlockMixin from netherportalfix.mixins.json into net.minecraft.world.level.block.NetherPortalBlock
[18Feb2026 13:26:34.500] [main/DEBUG] [mixin/]: netherportalfix.mixins.json:NetherPortalBlockMixin from mod netherportalfix: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:34.518] [main/DEBUG] [mixin/]: Mixing CarvedPumpkinBlockMixin from friendsandfoes-common.mixins.json into net.minecraft.world.level.block.CarvedPumpkinBlock
[18Feb2026 13:26:34.518] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$static$1(Lnet/minecraft/world/level/block/state/BlockState;)Z to md91697a$friendsandfoes$lambda$static$1$0 in friendsandfoes-common.mixins.json:CarvedPumpkinBlockMixin from mod friendsandfoes
[18Feb2026 13:26:34.518] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$static$0(Lnet/minecraft/world/level/block/state/BlockState;)Z to md91697a$friendsandfoes$lambda$static$0$1 in friendsandfoes-common.mixins.json:CarvedPumpkinBlockMixin from mod friendsandfoes
[18Feb2026 13:26:34.521] [main/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:CarvedPumpkinBlockMixin from mod friendsandfoes->@Inject::friendsandfoes_canDispense(Lnet/minecraft/world/level/LevelReader;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:34.521] [main/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:CarvedPumpkinBlockMixin from mod friendsandfoes->@Inject::friendsandfoes_customOnBlockAdded(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:34.521] [main/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:CarvedPumpkinBlockMixin from mod friendsandfoes->@Inject::friendsandfoes_customOnBlockAdded(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:34.521] [main/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:CarvedPumpkinBlockMixin from mod friendsandfoes->@Inject::friendsandfoes_customOnBlockAdded(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:34.532] [main/DEBUG] [mixin/]: Mixing util.inventory_comparator_tracking.DiodeBlockMixin from lithium.mixins.json into net.minecraft.world.level.block.DiodeBlock
[18Feb2026 13:26:34.533] [main/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_comparator_tracking.DiodeBlockMixin from mod lithium->@Inject::notifyOnBlockAdded(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:34.533] [main/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_comparator_tracking.DiodeBlockMixin from mod lithium->@Inject::notifyOnBlockAdded(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:34.533] [main/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_comparator_tracking.DiodeBlockMixin from mod lithium->@Inject::notifyOnBlockAdded(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:34.593] [main/DEBUG] [mixin/]: Mixing block.hopper.InventoryAccessors$BrewingStandBlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.BrewingStandBlockEntity
[18Feb2026 13:26:34.594] [main/DEBUG] [mixin/]: Mixing util.inventory_change_listening.StackListReplacementTracking$BrewingStandBlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.BrewingStandBlockEntity
[18Feb2026 13:26:34.594] [main/DEBUG] [mixin/]: Mixing world.block_entity_ticking.sleeping.brewing_stand.BrewingStandBlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.BrewingStandBlockEntity
[18Feb2026 13:26:34.595] [main/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.brewing_stand.BrewingStandBlockEntityMixin from mod lithium->@Inject::checkSleep(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/entity/BrewingStandBlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:34.595] [main/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.brewing_stand.BrewingStandBlockEntityMixin from mod lithium->@Inject::wakeUpOnMarkDirty(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/entity/BrewingStandBlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:34.595] [main/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.brewing_stand.BrewingStandBlockEntityMixin from mod lithium->@Inject::wakeUpOnMarkDirty(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/entity/BrewingStandBlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:34.595] [main/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.brewing_stand.BrewingStandBlockEntityMixin from mod lithium->@Inject::wakeUpOnMarkDirty(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/entity/BrewingStandBlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:34.595] [main/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.brewing_stand.BrewingStandBlockEntityMixin from mod lithium->@Inject::wakeUpAfterFromTag(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:34.595] [main/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.brewing_stand.BrewingStandBlockEntityMixin from mod lithium->@Inject::wakeUpAfterFromTag(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:34.595] [main/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.brewing_stand.BrewingStandBlockEntityMixin from mod lithium->@Inject::wakeUpAfterFromTag(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:34.601] [main/DEBUG] [mixin/]: Mixing util.accessors.ItemStackAccessor from lithium.mixins.json into net.minecraft.world.item.ItemStack
[18Feb2026 13:26:34.601] [main/DEBUG] [mixin/]: Mixing util.item_component_and_count_tracking.ItemStackMixin from lithium.mixins.json into net.minecraft.world.item.ItemStack
[18Feb2026 13:26:34.602] [main/DEBUG] [mixin/]: Mixing ItemStackMixin from elytratrims.mixins.json into net.minecraft.world.item.ItemStack
[18Feb2026 13:26:34.604] [main/DEBUG] [mixin/]: lithium.mixins.json:util.item_component_and_count_tracking.ItemStackMixin from mod lithium->@Inject::beforeChangeCount(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:34.604] [main/DEBUG] [mixin/]: lithium.mixins.json:util.item_component_and_count_tracking.ItemStackMixin from mod lithium->@Inject::onSetComponent(Lnet/minecraft/core/component/DataComponentType;Ljava/lang/Object;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:34.604] [main/DEBUG] [mixin/]: elytratrims.mixins.json:ItemStackMixin from mod elytratrims->@Inject::injectETTooltips(Lnet/minecraft/world/item/Item$TooltipContext;Lnet/minecraft/world/item/component/TooltipDisplay;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/item/TooltipFlag;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:34.611] [main/DEBUG] [mixin/]: Mixing common.BiomeAccessor2 from lithostitched.12111.mixins.json into net.minecraft.world.level.biome.Biome
[18Feb2026 13:26:34.611] [main/DEBUG] [mixin/]: lithostitched.12111.mixins.json:common.BiomeAccessor2 from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:34.611] [main/DEBUG] [mixin/]: Mixing world.chunk_ticking.spread_ice.BiomeMixin from lithium.mixins.json into net.minecraft.world.level.biome.Biome
[18Feb2026 13:26:34.611] [main/DEBUG] [mixin/]: Mixing world.temperature_cache.BiomeMixin from lithium.mixins.json into net.minecraft.world.level.biome.Biome
[18Feb2026 13:26:34.661] [main/DEBUG] [mixin/]: Mixing NeoForgeAnvilBlockMixin from monolib.neoforge.mixins.json into net.minecraft.world.level.block.AnvilBlock
[18Feb2026 13:26:34.662] [main/DEBUG] [mixin/]: monolib.neoforge.mixins.json:NeoForgeAnvilBlockMixin from mod monolib->@Inject::monolib$onLand(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/entity/item/FallingBlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:34.662] [main/DEBUG] [mixin/]: monolib.neoforge.mixins.json:NeoForgeAnvilBlockMixin from mod monolib->@Inject::monolib$onLand(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/entity/item/FallingBlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:34.662] [main/DEBUG] [mixin/]: monolib.neoforge.mixins.json:NeoForgeAnvilBlockMixin from mod monolib->@Inject::monolib$onLand(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/entity/item/FallingBlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:34.662] [main/DEBUG] [mixin/]: monolib.neoforge.mixins.json:NeoForgeAnvilBlockMixin from mod monolib->@Inject::monolib$onBrokenAfterFall(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/item/FallingBlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:34.662] [main/DEBUG] [mixin/]: monolib.neoforge.mixins.json:NeoForgeAnvilBlockMixin from mod monolib->@Inject::monolib$onBrokenAfterFall(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/item/FallingBlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:34.662] [main/DEBUG] [mixin/]: monolib.neoforge.mixins.json:NeoForgeAnvilBlockMixin from mod monolib->@Inject::monolib$onBrokenAfterFall(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/item/FallingBlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:34.670] [main/DEBUG] [mixin/]: Mixing block.hopper.HopperBlockMixin from lithium.mixins.json into net.minecraft.world.level.block.HopperBlock
[18Feb2026 13:26:34.672] [main/DEBUG] [mixin/]: lithium.mixins.json:block.hopper.HopperBlockMixin from mod lithium->@Inject::updateBlockEntity(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/Block;Lnet/minecraft/world/level/redstone/Orientation;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:34.672] [main/DEBUG] [mixin/]: lithium.mixins.json:block.hopper.HopperBlockMixin from mod lithium->@Inject::updateBlockEntity(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/Block;Lnet/minecraft/world/level/redstone/Orientation;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:34.672] [main/DEBUG] [mixin/]: lithium.mixins.json:block.hopper.HopperBlockMixin from mod lithium->@Inject::updateBlockEntity(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/Block;Lnet/minecraft/world/level/redstone/Orientation;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:34.672] [main/DEBUG] [mixin/]: lithium.mixins.json:block.hopper.HopperBlockMixin from mod lithium->@Inject::workAroundVanillaUpdateSuppression(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:34.672] [main/DEBUG] [mixin/]: lithium.mixins.json:block.hopper.HopperBlockMixin from mod lithium->@Inject::workAroundVanillaUpdateSuppression(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:34.672] [main/DEBUG] [mixin/]: lithium.mixins.json:block.hopper.HopperBlockMixin from mod lithium->@Inject::workAroundVanillaUpdateSuppression(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:34.675] [main/DEBUG] [mixin/]: Mixing block.hopper.HopperBlockEntityMixin from lithium-neoforge.mixins.json into net.minecraft.world.level.block.entity.HopperBlockEntity
[18Feb2026 13:26:34.675] [main/DEBUG] [mixin/]: Mixing block.hopper.HopperBlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.HopperBlockEntity
[18Feb2026 13:26:34.696] [main/DEBUG] [mixin/]: Mixing block.hopper.InventoryAccessors$HopperBlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.HopperBlockEntity
[18Feb2026 13:26:34.696] [main/DEBUG] [mixin/]: Mixing util.inventory_change_listening.StackListReplacementTracking$HopperBlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.HopperBlockEntity
[18Feb2026 13:26:34.696] [main/DEBUG] [mixin/]: Mixing world.block_entity_ticking.sleeping.hopper.HopperBlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.HopperBlockEntity
[18Feb2026 13:26:34.696] [main/DEBUG] [mixin/]: Mixing reinforced.HopperBlockEntityMixin from securitycraft.mixins.json into net.minecraft.world.level.block.entity.HopperBlockEntity
[18Feb2026 13:26:34.703] [main/DEBUG] [mixin/]: lithium.mixins.json:block.hopper.HopperBlockEntityMixin from mod lithium->@Inject::lithiumInsert(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/entity/HopperBlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:34.703] [main/DEBUG] [mixin/]: lithium.mixins.json:block.hopper.HopperBlockEntityMixin from mod lithium->@Inject::lithiumExtract(Lnet/minecraft/world/level/Level;Lnet/minecraft/world/level/block/entity/Hopper;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:34.703] [main/DEBUG] [mixin/]: lithium.mixins.json:block.hopper.HopperBlockEntityMixin from mod lithium->@Inject::invalidateOnSetCachedState(Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:34.703] [main/DEBUG] [mixin/]: lithium.mixins.json:block.hopper.HopperBlockEntityMixin from mod lithium->@Inject::invalidateOnSetCachedState(Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:34.703] [main/DEBUG] [mixin/]: lithium.mixins.json:block.hopper.HopperBlockEntityMixin from mod lithium->@Inject::invalidateOnSetCachedState(Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:34.703] [main/DEBUG] [mixin/]: lithium.mixins.json:block.hopper.HopperBlockEntityMixin from mod lithium->@Inject::checkSleepingConditions(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/entity/HopperBlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:34.703] [main/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_change_listening.StackListReplacementTracking$HopperBlockEntityMixin from mod lithium->@Inject::setInventoryStackListReplacement(Lnet/minecraft/core/NonNullList;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:34.703] [main/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_change_listening.StackListReplacementTracking$HopperBlockEntityMixin from mod lithium->@Inject::setInventoryStackListReplacement(Lnet/minecraft/core/NonNullList;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:34.703] [main/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_change_listening.StackListReplacementTracking$HopperBlockEntityMixin from mod lithium->@Inject::setInventoryStackListReplacement(Lnet/minecraft/core/NonNullList;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:34.703] [main/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.hopper.HopperBlockEntityMixin from mod lithium->@Inject::sleepIfNoCooldownAndLocked(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/entity/HopperBlockEntity;Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:34.703] [main/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.hopper.HopperBlockEntityMixin from mod lithium->@Inject::wakeUpOnCooldownSet(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:34.703] [main/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.hopper.HopperBlockEntityMixin from mod lithium->@Inject::wakeUpOnCooldownSet(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:34.703] [main/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.hopper.HopperBlockEntityMixin from mod lithium->@Inject::wakeUpOnCooldownSet(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:34.769] [main/DEBUG] [mixin/]: Mixing block.hopper.InventoryAccessors$ShulkerBoxBlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.ShulkerBoxBlockEntity
[18Feb2026 13:26:34.769] [main/DEBUG] [mixin/]: Mixing util.inventory_change_listening.StackListReplacementTracking$ShulkerBoxBlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.ShulkerBoxBlockEntity
[18Feb2026 13:26:34.769] [main/DEBUG] [mixin/]: Mixing world.block_entity_ticking.sleeping.shulker_box.ShulkerBoxBlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.ShulkerBoxBlockEntity
[18Feb2026 13:26:34.770] [main/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_change_listening.StackListReplacementTracking$ShulkerBoxBlockEntityMixin from mod lithium->@Inject::setInventoryStackListReplacement(Lnet/minecraft/core/NonNullList;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:34.770] [main/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_change_listening.StackListReplacementTracking$ShulkerBoxBlockEntityMixin from mod lithium->@Inject::setInventoryStackListReplacement(Lnet/minecraft/core/NonNullList;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:34.770] [main/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_change_listening.StackListReplacementTracking$ShulkerBoxBlockEntityMixin from mod lithium->@Inject::setInventoryStackListReplacement(Lnet/minecraft/core/NonNullList;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:34.770] [main/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.shulker_box.ShulkerBoxBlockEntityMixin from mod lithium->@Inject::wakeUpOnSyncedBlockEvent(IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:34.770] [main/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.shulker_box.ShulkerBoxBlockEntityMixin from mod lithium->@Inject::wakeUpOnSyncedBlockEvent(IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
[18Feb2026 13:26:34.770] [main/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.shulker_box.ShulkerBoxBlockEntityMixin from mod lithium->@Inject::wakeUpOnSyncedBlockEvent(IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
[18Feb2026 13:26:34.770] [main/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.shulker_box.ShulkerBoxBlockEntityMixin from mod lithium->@Inject::sleepOnAnimationEnd(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:34.770] [main/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.shulker_box.ShulkerBoxBlockEntityMixin from mod lithium->@Inject::sleepOnAnimationEnd(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:34.770] [main/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.shulker_box.ShulkerBoxBlockEntityMixin from mod lithium->@Inject::sleepOnAnimationEnd(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:34.784] [main/DEBUG] [mixin/]: Mixing ZombieHorseAnimalEntityMixin from friendsandfoes-common.mixins.json into net.minecraft.world.entity.animal.Animal
[18Feb2026 13:26:34.785] [main/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:ZombieHorseAnimalEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_writeCustomDataToNbt(Lnet/minecraft/world/level/storage/ValueOutput;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:34.785] [main/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:ZombieHorseAnimalEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_writeCustomDataToNbt(Lnet/minecraft/world/level/storage/ValueOutput;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 1 override(s) in child classes
[18Feb2026 13:26:34.785] [main/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:ZombieHorseAnimalEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_writeCustomDataToNbt(Lnet/minecraft/world/level/storage/ValueOutput;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:34.785] [main/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:ZombieHorseAnimalEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_readCustomDataFromNbt(Lnet/minecraft/world/level/storage/ValueInput;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:34.785] [main/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:ZombieHorseAnimalEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_readCustomDataFromNbt(Lnet/minecraft/world/level/storage/ValueInput;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 1 override(s) in child classes
[18Feb2026 13:26:34.785] [main/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:ZombieHorseAnimalEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_readCustomDataFromNbt(Lnet/minecraft/world/level/storage/ValueInput;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:34.786] [main/DEBUG] [mixin/]: Mixing ai.useless_sensors.parent_animal_sensor.AgeableMobMixin from lithium.mixins.json into net.minecraft.world.entity.AgeableMob
[18Feb2026 13:26:34.789] [main/DEBUG] [mixin/]: lithium.mixins.json:ai.useless_sensors.parent_animal_sensor.AgeableMobMixin from mod lithium->@Inject::handleParentSensor(Lnet/minecraft/network/syncher/EntityDataAccessor;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:34.789] [main/DEBUG] [mixin/]: lithium.mixins.json:ai.useless_sensors.parent_animal_sensor.AgeableMobMixin from mod lithium->@Inject::handleParentSensor(Lnet/minecraft/network/syncher/EntityDataAccessor;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:34.789] [main/DEBUG] [mixin/]: lithium.mixins.json:ai.useless_sensors.parent_animal_sensor.AgeableMobMixin from mod lithium->@Inject::handleParentSensor(Lnet/minecraft/network/syncher/EntityDataAccessor;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:34.794] [main/DEBUG] [mixin/]: Mixing entity.inactive_navigations.HappyGhastMixin from lithium.mixins.json into net.minecraft.world.entity.animal.happyghast.HappyGhast
[18Feb2026 13:26:34.794] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.HappyGhastMixin from mod lithium->@Inject::updateRegisteredNavigation(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:34.794] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.HappyGhastMixin from mod lithium->@Inject::updateRegisteredNavigation(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:34.794] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.HappyGhastMixin from mod lithium->@Inject::updateRegisteredNavigation(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:34.794] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.HappyGhastMixin from mod lithium->@Inject::updateRegisteredNavigation1(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:34.794] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.HappyGhastMixin from mod lithium->@Inject::updateRegisteredNavigation1(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:34.794] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.HappyGhastMixin from mod lithium->@Inject::updateRegisteredNavigation1(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:34.875] [main/DEBUG] [mixin/]: Mixing block.hopper.InventoryAccessors$BarrelBlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.BarrelBlockEntity
[18Feb2026 13:26:34.876] [main/DEBUG] [mixin/]: Mixing util.inventory_change_listening.StackListReplacementTracking$BarrelBlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.BarrelBlockEntity
[18Feb2026 13:26:34.876] [main/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_change_listening.StackListReplacementTracking$BarrelBlockEntityMixin from mod lithium->@Inject::setInventoryStackListReplacement(Lnet/minecraft/core/NonNullList;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:34.876] [main/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_change_listening.StackListReplacementTracking$BarrelBlockEntityMixin from mod lithium->@Inject::setInventoryStackListReplacement(Lnet/minecraft/core/NonNullList;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:34.876] [main/DEBUG] [mixin/]: lithium.mixins.json:util.inventory_change_listening.StackListReplacementTracking$BarrelBlockEntityMixin from mod lithium->@Inject::setInventoryStackListReplacement(Lnet/minecraft/core/NonNullList;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:34.886] [main/DEBUG] [mixin/]: Mixing recipe.SmithingMenuMixin from elytratrims.mixins.json into net.minecraft.world.inventory.SmithingMenu
[18Feb2026 13:26:34.888] [main/DEBUG] [mixin/]: elytratrims.mixins.json:recipe.SmithingMenuMixin from mod elytratrims->@Inject::advanceRandomTrim(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:34.888] [main/DEBUG] [mixin/]: elytratrims.mixins.json:recipe.SmithingMenuMixin from mod elytratrims->@Inject::advanceRandomTrim(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:34.888] [main/DEBUG] [mixin/]: elytratrims.mixins.json:recipe.SmithingMenuMixin from mod elytratrims->@Inject::advanceRandomTrim(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:34.895] [main/DEBUG] [mixin/]: Mixing world.block_entity_ticking.sleeping.campfire.CampfireBlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.CampfireBlockEntity
[18Feb2026 13:26:34.895] [main/DEBUG] [mixin/]: Mixing world.block_entity_ticking.sleeping.campfire.lit.CampfireBlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.CampfireBlockEntity
[18Feb2026 13:26:34.895] [main/DEBUG] [mixin/]: Mixing world.block_entity_ticking.sleeping.campfire.unlit.CampfireBlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.CampfireBlockEntity
[18Feb2026 13:26:34.896] [main/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.campfire.CampfireBlockEntityMixin from mod lithium->@Inject::wakeUpOnAddItem(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:34.896] [main/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.campfire.CampfireBlockEntityMixin from mod lithium->@Inject::wakeUpOnAddItem(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
[18Feb2026 13:26:34.896] [main/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.campfire.CampfireBlockEntityMixin from mod lithium->@Inject::wakeUpOnAddItem(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
[18Feb2026 13:26:34.896] [main/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.campfire.CampfireBlockEntityMixin from mod lithium->@Inject::wakeUpOnReadNbt(Lnet/minecraft/world/level/storage/ValueInput;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:34.896] [main/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.campfire.CampfireBlockEntityMixin from mod lithium->@Inject::wakeUpOnReadNbt(Lnet/minecraft/world/level/storage/ValueInput;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:34.897] [main/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.campfire.CampfireBlockEntityMixin from mod lithium->@Inject::wakeUpOnReadNbt(Lnet/minecraft/world/level/storage/ValueInput;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:34.897] [main/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.campfire.lit.CampfireBlockEntityMixin from mod lithium->@Inject::trySleepLit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:34.897] [main/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.campfire.unlit.CampfireBlockEntityMixin from mod lithium->@Inject::trySleepUnlit(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/entity/CampfireBlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Z)V doesn't use it's CallbackInfo
[18Feb2026 13:26:34.899] [main/DEBUG] [mixin/]: Mixing SweetBerryBushBlockMixin from littlejoys.mixins.json into net.minecraft.world.level.block.SweetBerryBushBlock
[18Feb2026 13:26:34.899] [main/DEBUG] [mixin/]: littlejoys.mixins.json:SweetBerryBushBlockMixin from mod littlejoys: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:34.900] [main/DEBUG] [mixin/]: littlejoys.mixins.json:SweetBerryBushBlockMixin from mod littlejoys->@Inject::useWithoutItem(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/phys/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:34.900] [main/DEBUG] [mixin/]: littlejoys.mixins.json:SweetBerryBushBlockMixin from mod littlejoys->@Inject::useWithoutItem(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/phys/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:34.922] [main/DEBUG] [mixin/]: Mixing alloc.composter.ComposterMixin$ComposterBlockComposterInventoryMixin from lithium.mixins.json into net.minecraft.world.level.block.ComposterBlock$InputContainer
[18Feb2026 13:26:34.923] [main/DEBUG] [mixin/]: Mixing block.hopper.ComposterMixin$ComposterBlockComposterInventoryMixin from lithium.mixins.json into net.minecraft.world.level.block.ComposterBlock$InputContainer
[18Feb2026 13:26:34.924] [main/DEBUG] [mixin/]: lithium.mixins.json:block.hopper.ComposterMixin$ComposterBlockComposterInventoryMixin from mod lithium->@Inject::resetDirty(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:34.924] [main/DEBUG] [mixin/]: lithium.mixins.json:block.hopper.ComposterMixin$ComposterBlockComposterInventoryMixin from mod lithium->@Inject::resetDirty(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:34.924] [main/DEBUG] [mixin/]: lithium.mixins.json:block.hopper.ComposterMixin$ComposterBlockComposterInventoryMixin from mod lithium->@Inject::resetDirty(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:34.925] [main/DEBUG] [mixin/]: Mixing alloc.composter.ComposterMixin$ComposterBlockDummyInventoryMixin from lithium.mixins.json into net.minecraft.world.level.block.ComposterBlock$EmptyContainer
[18Feb2026 13:26:34.925] [main/DEBUG] [mixin/]: Mixing block.hopper.ComposterMixin$ComposterBlockDummyInventoryMixin from lithium.mixins.json into net.minecraft.world.level.block.ComposterBlock$EmptyContainer
[18Feb2026 13:26:35.042] [main/DEBUG] [mixin/]: Mixing world.block_entity_ticking.sleeping.crafter.CrafterBlockEntityMixin from lithium.mixins.json into net.minecraft.world.level.block.entity.CrafterBlockEntity
[18Feb2026 13:26:35.044] [main/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.crafter.CrafterBlockEntityMixin from mod lithium->@Inject::checkSleep(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:35.044] [main/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.crafter.CrafterBlockEntityMixin from mod lithium->@Inject::wakeUpAfterRemainingTicksChanged(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:35.044] [main/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.crafter.CrafterBlockEntityMixin from mod lithium->@Inject::wakeUpAfterRemainingTicksChanged(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:35.044] [main/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.crafter.CrafterBlockEntityMixin from mod lithium->@Inject::wakeUpAfterRemainingTicksChanged(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:35.044] [main/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.crafter.CrafterBlockEntityMixin from mod lithium->@Inject::wakeUpAfterRemainingTicksChanged(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:35.044] [main/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.crafter.CrafterBlockEntityMixin from mod lithium->@Inject::wakeUpAfterRemainingTicksChanged(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:35.044] [main/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.crafter.CrafterBlockEntityMixin from mod lithium->@Inject::wakeUpAfterRemainingTicksChanged(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:35.060] [main/DEBUG] [mixin/]: Mixing BlockStateCacheMixin from ferritecore.blockstatecache.mixin.json into net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase$Cache
[18Feb2026 13:26:35.060] [main/DEBUG] [mixin/]: ferritecore.blockstatecache.mixin.json:BlockStateCacheMixin from mod ferritecore: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:35.063] [main/DEBUG] [mixin/]: Mixing shapes.lazy_shape_context.EntityCollisionContextMixin from lithium.mixins.json into net.minecraft.world.phys.shapes.EntityCollisionContext
[18Feb2026 13:26:35.064] [main/DEBUG] [mixin/]: lithium.mixins.json:shapes.lazy_shape_context.EntityCollisionContextMixin from mod lithium->@Inject::initFields(Lnet/minecraft/world/entity/Entity;ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:35.064] [main/DEBUG] [mixin/]: lithium.mixins.json:shapes.lazy_shape_context.EntityCollisionContextMixin from mod lithium->@Inject::initFields(Lnet/minecraft/world/entity/Entity;ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:35.064] [main/DEBUG] [mixin/]: lithium.mixins.json:shapes.lazy_shape_context.EntityCollisionContextMixin from mod lithium->@Inject::initFields(Lnet/minecraft/world/entity/Entity;ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:35.064] [main/DEBUG] [mixin/]: lithium.mixins.json:shapes.lazy_shape_context.EntityCollisionContextMixin from mod lithium->@Inject::isHolding(Lnet/minecraft/world/item/Item;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:35.064] [main/DEBUG] [mixin/]: lithium.mixins.json:shapes.lazy_shape_context.EntityCollisionContextMixin from mod lithium->@Inject::isHolding(Lnet/minecraft/world/item/Item;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
[18Feb2026 13:26:35.064] [main/DEBUG] [mixin/]: lithium.mixins.json:shapes.lazy_shape_context.EntityCollisionContextMixin from mod lithium->@Inject::isHolding(Lnet/minecraft/world/item/Item;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
[18Feb2026 13:26:35.064] [main/DEBUG] [mixin/]: lithium.mixins.json:shapes.lazy_shape_context.EntityCollisionContextMixin from mod lithium->@Inject::initHeldItem(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:35.064] [main/DEBUG] [mixin/]: lithium.mixins.json:shapes.lazy_shape_context.EntityCollisionContextMixin from mod lithium->@Inject::initHeldItem(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
[18Feb2026 13:26:35.064] [main/DEBUG] [mixin/]: lithium.mixins.json:shapes.lazy_shape_context.EntityCollisionContextMixin from mod lithium->@Inject::initHeldItem(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
[18Feb2026 13:26:35.079] [main/DEBUG] [mixin/]: Mixing ServerPlayerMix from mixins.medievalend.json into net.minecraft.server.level.ServerPlayer
[18Feb2026 13:26:35.079] [main/DEBUG] [mixin/]: mixins.medievalend.json:ServerPlayerMix from mod medievalend: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[18Feb2026 13:26:35.080] [main/DEBUG] [mixin/]: Mixing ServerPlayerMixin from mutantmonsters.common.mixins.json into net.minecraft.server.level.ServerPlayer
[18Feb2026 13:26:35.081] [main/DEBUG] [mixin/]: Mixing ServerPlayerMixin from jade.mixins.json into net.minecraft.server.level.ServerPlayer
[18Feb2026 13:26:35.081] [main/DEBUG] [mixin/]: Mixing camera.ServerPlayerMixin from securitycraft.mixins.json into net.minecraft.server.level.ServerPlayer
[18Feb2026 13:26:35.083] [main/DEBUG] [mixin/]: mutantmonsters.common.mixins.json:ServerPlayerMixin from mod mutantmonsters->@Inject::setShoulderEntityLeft(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:35.083] [main/DEBUG] [mixin/]: mutantmonsters.common.mixins.json:ServerPlayerMixin from mod mutantmonsters->@Inject::setShoulderEntityLeft(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:35.083] [main/DEBUG] [mixin/]: mutantmonsters.common.mixins.json:ServerPlayerMixin from mod mutantmonsters->@Inject::setShoulderEntityLeft(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:35.083] [main/DEBUG] [mixin/]: mutantmonsters.common.mixins.json:ServerPlayerMixin from mod mutantmonsters->@Inject::setShoulderEntityRight(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:35.083] [main/DEBUG] [mixin/]: mutantmonsters.common.mixins.json:ServerPlayerMixin from mod mutantmonsters->@Inject::setShoulderEntityRight(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:35.083] [main/DEBUG] [mixin/]: mutantmonsters.common.mixins.json:ServerPlayerMixin from mod mutantmonsters->@Inject::setShoulderEntityRight(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:35.083] [main/DEBUG] [mixin/]: securitycraft.mixins.json:camera.ServerPlayerMixin from mod securitycraft->@Inject::securitycraft$broadcastPlayerViewingCamera(Lnet/minecraft/server/level/ServerPlayer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:35.091] [main/DEBUG] [mixin/]: Mixing ItemMixin from supermartijn642corelib.mixins.json into net.minecraft.world.item.Item
[18Feb2026 13:26:35.091] [main/DEBUG] [mixin/]: supermartijn642corelib.mixins.json:ItemMixin from mod supermartijn642corelib: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:35.092] [main/DEBUG] [mixin/]: Mixing inject.MixinItem from architectury-common.mixins.json into net.minecraft.world.item.Item
[18Feb2026 13:26:35.092] [main/DEBUG] [mixin/]: architectury-common.mixins.json:inject.MixinItem from mod architectury: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[18Feb2026 13:26:35.094] [main/DEBUG] [mixin/]: supermartijn642corelib.mixins.json:ItemMixin from mod supermartijn642corelib->@Inject::appendHoverText(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/Item$TooltipContext;Lnet/minecraft/world/item/component/TooltipDisplay;Ljava/util/function/Consumer;Lnet/minecraft/world/item/TooltipFlag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:35.094] [main/DEBUG] [mixin/]: supermartijn642corelib.mixins.json:ItemMixin from mod supermartijn642corelib->@Inject::appendHoverText(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/Item$TooltipContext;Lnet/minecraft/world/item/component/TooltipDisplay;Ljava/util/function/Consumer;Lnet/minecraft/world/item/TooltipFlag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:35.094] [main/DEBUG] [mixin/]: supermartijn642corelib.mixins.json:ItemMixin from mod supermartijn642corelib->@Inject::appendHoverText(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/Item$TooltipContext;Lnet/minecraft/world/item/component/TooltipDisplay;Ljava/util/function/Consumer;Lnet/minecraft/world/item/TooltipFlag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:35.094] [main/DEBUG] [mixin/]: architectury-common.mixins.json:inject.MixinItem from mod architectury->@Inject::init(Lnet/minecraft/world/item/Item$Properties;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:35.094] [main/DEBUG] [mixin/]: architectury-common.mixins.json:inject.MixinItem from mod architectury->@Inject::init(Lnet/minecraft/world/item/Item$Properties;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:35.094] [main/DEBUG] [mixin/]: architectury-common.mixins.json:inject.MixinItem from mod architectury->@Inject::init(Lnet/minecraft/world/item/Item$Properties;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:35.100] [main/DEBUG] [mixin/]: Mixing block.hopper.NonNullListAccessor from lithium.mixins.json into net.minecraft.core.NonNullList
[18Feb2026 13:26:35.102] [main/DEBUG] [mixin/]: Mixing util.item_component_and_count_tracking.PatchedDataComponentMapMixin from lithium.mixins.json into net.minecraft.core.component.PatchedDataComponentMap
[18Feb2026 13:26:35.103] [main/DEBUG] [mixin/]: lithium.mixins.json:util.item_component_and_count_tracking.PatchedDataComponentMapMixin from mod lithium->@Inject::trackBeforeChange(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:35.141] [main/DEBUG] [mixin/]: Mixing SubShapeAccess from ferritecore.accessors.mixin.json into net.minecraft.world.phys.shapes.SubShape
[18Feb2026 13:26:35.141] [main/DEBUG] [mixin/]: ferritecore.accessors.mixin.json:SubShapeAccess from mod ferritecore: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:35.314] [main/DEBUG] [mixin/]: Mixing util.initialization.DataMapHooksMixin from lithium-neoforge.mixins.json into net.neoforged.neoforge.common.DataMapHooks
[18Feb2026 13:26:35.315] [main/DEBUG] [mixin/]: lithium-neoforge.mixins.json:util.initialization.DataMapHooksMixin from mod lithium->@Inject::initializeCachedBlockData(Lnet/minecraft/core/RegistryAccess;Lnet/minecraft/world/flag/FeatureFlagSet;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:35.430] [main/DEBUG] [mixin/]: Mixing neoforge.MixinBucketItem from architectury.mixins.json into net.minecraft.world.item.BucketItem
[18Feb2026 13:26:35.431] [main/DEBUG] [mixin/]: architectury.mixins.json:neoforge.MixinBucketItem from mod architectury: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[18Feb2026 13:26:35.431] [main/DEBUG] [mixin/]: Mixing neoforge.BucketItemAccessor from architectury.mixins.json into net.minecraft.world.item.BucketItem
[18Feb2026 13:26:35.431] [main/DEBUG] [mixin/]: architectury.mixins.json:neoforge.BucketItemAccessor from mod architectury: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[18Feb2026 13:26:35.431] [main/DEBUG] [mixin/]: Mixing inject.MixinBucketItem from architectury-common.mixins.json into net.minecraft.world.item.BucketItem
[18Feb2026 13:26:35.431] [main/DEBUG] [mixin/]: architectury-common.mixins.json:inject.MixinBucketItem from mod architectury: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[18Feb2026 13:26:35.432] [main/DEBUG] [mixin/]: architectury.mixins.json:neoforge.MixinBucketItem from mod architectury->@Inject::fillBucket(Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/InteractionHand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/phys/BlockHitResult;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:35.448] [main/DEBUG] [mixin/]: Mixing inject.MixinItemProperties from architectury-common.mixins.json into net.minecraft.world.item.Item$Properties
[18Feb2026 13:26:35.448] [main/DEBUG] [mixin/]: architectury-common.mixins.json:inject.MixinItemProperties from mod architectury: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[18Feb2026 13:26:35.454] [main/DEBUG] [mixin/]: Mixing alloc.nbt.CompoundTagMixin$Type from lithium.mixins.json into net.minecraft.nbt.CompoundTag$1
[18Feb2026 13:26:35.479] [main/DEBUG] [mixin/]: Mixing access.INbtList from c2me-base.mixins.json into net.minecraft.nbt.ListTag
[18Feb2026 13:26:35.479] [main/DEBUG] [mixin/]: Mixing MixinNbtList from c2me-opts-allocs.mixins.json into net.minecraft.nbt.ListTag
[18Feb2026 13:26:35.536] [main/DEBUG] [mixin/]: Mixing CrossbowItemMixin from hunters_return.mixins.json into net.minecraft.world.item.CrossbowItem
[18Feb2026 13:26:35.538] [main/DEBUG] [mixin/]: hunters_return.mixins.json:CrossbowItemMixin from mod hunters_return->@Inject::getChargeDuration(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:35.538] [main/DEBUG] [mixin/]: hunters_return.mixins.json:CrossbowItemMixin from mod hunters_return->@Inject::tryLoadProjectiles(Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:35.538] [main/DEBUG] [mixin/]: hunters_return.mixins.json:CrossbowItemMixin from mod hunters_return->@Inject::tryLoadProjectiles(Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:35.618] [main/DEBUG] [mixin/]: Mixing entity.collisions.unpushable_cramming.AbstractBoatMixin from lithium.mixins.json into net.minecraft.world.entity.vehicle.boat.AbstractBoat
[18Feb2026 13:26:35.622] [main/DEBUG] [mixin/]: Mixing AddCustomSpawnGroupMixin from friendsandfoes-common.mixins.json into net.minecraft.world.entity.MobCategory
[18Feb2026 13:26:35.622] [main/DEBUG] [mixin/]: Renaming @Invoker method newSpawnGroup(Ljava/lang/String;ILjava/lang/String;IZZI)Lnet/minecraft/world/entity/MobCategory; to newSpawnGroup$friendsandfoes_$md$91697a$0 in friendsandfoes-common.mixins.json:AddCustomSpawnGroupMixin from mod friendsandfoes
[18Feb2026 13:26:35.623] [main/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:AddCustomSpawnGroupMixin from mod friendsandfoes->@Inject::friendsandfoes_addCustomSpawnGroup(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:35.630] [main/DEBUG] [mixin/]: Mixing datafix.DataFixersMixin from friendsandfoes-common.mixins.json into net.minecraft.util.datafix.DataFixers
[18Feb2026 13:26:35.630] [main/DEBUG] [mixin/]: Renaming @Unique method createRenamer(Ljava/util/Map;)Ljava/util/function/UnaryOperator; to md91697a$friendsandfoes$createRenamer$0 in friendsandfoes-common.mixins.json:datafix.DataFixersMixin from mod friendsandfoes
[18Feb2026 13:26:35.630] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$createRenamer$0(Ljava/util/Map;Ljava/lang/String;)Ljava/lang/String; to md91697a$friendsandfoes$lambda$createRenamer$0$1 in friendsandfoes-common.mixins.json:datafix.DataFixersMixin from mod friendsandfoes
[18Feb2026 13:26:35.836] [main/DEBUG] [mixin/]: Mixing datafix.ItemStackComponentizationFixMixin from securitycraft.mixins.json into net.minecraft.util.datafix.fixes.ItemStackComponentizationFix
[18Feb2026 13:26:35.836] [main/DEBUG] [mixin/]: Mixing ItemStackComponentizationFixMixin from xptome.mixins.json into net.minecraft.util.datafix.fixes.ItemStackComponentizationFix
[18Feb2026 13:26:35.837] [main/DEBUG] [mixin/]: securitycraft.mixins.json:datafix.ItemStackComponentizationFixMixin from mod securitycraft->@Inject::securitycraft$fixItemStacks(Lnet/minecraft/util/datafix/fixes/ItemStackComponentizationFix$ItemStackData;Lcom/mojang/serialization/Dynamic;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:35.837] [main/DEBUG] [mixin/]: xptome.mixins.json:ItemStackComponentizationFixMixin from mod xpbook->@Inject::xptome$fixXPTome(Lnet/minecraft/util/datafix/fixes/ItemStackComponentizationFix$ItemStackData;Lcom/mojang/serialization/Dynamic;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:35.844] [main/DEBUG] [mixin/]: Mixing datafix.BoatSplitFixMixin from securitycraft.mixins.json into net.minecraft.util.datafix.fixes.BoatSplitFix
[18Feb2026 13:26:35.844] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$securitycraft$mapSecuritySeaBoat$0(Ljava/lang/String;)Ljava/lang/String; to md91697a$securitycraft$lambda$securitycraft$mapSecuritySeaBoat$0$0 in securitycraft.mixins.json:datafix.BoatSplitFixMixin from mod securitycraft
[18Feb2026 13:26:35.845] [main/DEBUG] [mixin/]: securitycraft.mixins.json:datafix.BoatSplitFixMixin from mod securitycraft->@Inject::securitycraft$isSecuritySeaBoat(Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:35.856] [main/DEBUG] [mixin/]: Mixing datafix.GameRuleRegistryFixMixin from securitycraft.mixins.json into net.minecraft.util.datafix.fixes.GameRuleRegistryFix
[18Feb2026 13:26:35.862] [main/DEBUG] [mixin/]: Mixing datafix.V99Mixin from securitycraft.mixins.json into net.minecraft.util.datafix.schemas.V99
[18Feb2026 13:26:35.865] [main/DEBUG] [mixin/]: securitycraft.mixins.json:datafix.V99Mixin from mod securitycraft->@Inject::securitycraft$captureSchema(Lcom/mojang/datafixers/schemas/Schema;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:35.938] [main/DEBUG] [mixin/]: Mixing datafix.V1460Mixin from friendsandfoes-common.mixins.json into net.minecraft.util.datafix.schemas.V1460
[18Feb2026 13:26:35.938] [main/DEBUG] [mixin/]: Mixing datafix.V1460Mixin from securitycraft.mixins.json into net.minecraft.util.datafix.schemas.V1460
[18Feb2026 13:26:35.939] [main/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:datafix.V1460Mixin from mod friendsandfoes->@Inject::registerModdedEntities(Lcom/mojang/datafixers/schemas/Schema;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:35.939] [main/DEBUG] [mixin/]: securitycraft.mixins.json:datafix.V1460Mixin from mod securitycraft->@Inject::securitycraft$registerBlockEntities(Lcom/mojang/datafixers/schemas/Schema;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:35.939] [main/DEBUG] [mixin/]: securitycraft.mixins.json:datafix.V1460Mixin from mod securitycraft->@Inject::securitycraft$registerBlockEntities(Lcom/mojang/datafixers/schemas/Schema;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
[18Feb2026 13:26:35.939] [main/DEBUG] [mixin/]: securitycraft.mixins.json:datafix.V1460Mixin from mod securitycraft->@Inject::securitycraft$registerBlockEntities(Lcom/mojang/datafixers/schemas/Schema;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
[18Feb2026 13:26:35.939] [main/DEBUG] [mixin/]: securitycraft.mixins.json:datafix.V1460Mixin from mod securitycraft->@Inject::securitycraft$registerEntities(Lcom/mojang/datafixers/schemas/Schema;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:35.939] [main/DEBUG] [mixin/]: securitycraft.mixins.json:datafix.V1460Mixin from mod securitycraft->@Inject::securitycraft$registerEntities(Lcom/mojang/datafixers/schemas/Schema;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
[18Feb2026 13:26:35.939] [main/DEBUG] [mixin/]: securitycraft.mixins.json:datafix.V1460Mixin from mod securitycraft->@Inject::securitycraft$registerEntities(Lcom/mojang/datafixers/schemas/Schema;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
[18Feb2026 13:26:36.059] [main/DEBUG] [mixin/]: Mixing datafix.V3439Mixin from securitycraft.mixins.json into net.minecraft.util.datafix.schemas.V3439
[18Feb2026 13:26:36.059] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$securitycraft$registerSigns$1(Lcom/mojang/datafixers/schemas/Schema;)Lcom/mojang/datafixers/types/templates/TypeTemplate; to md91697a$securitycraft$lambda$securitycraft$registerSigns$1$0 in securitycraft.mixins.json:datafix.V3439Mixin from mod securitycraft
[18Feb2026 13:26:36.059] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$securitycraft$registerSigns$0(Lcom/mojang/datafixers/schemas/Schema;)Lcom/mojang/datafixers/types/templates/TypeTemplate; to md91697a$securitycraft$lambda$securitycraft$registerSigns$0$1 in securitycraft.mixins.json:datafix.V3439Mixin from mod securitycraft
[18Feb2026 13:26:36.060] [main/DEBUG] [mixin/]: securitycraft.mixins.json:datafix.V3439Mixin from mod securitycraft->@Inject::securitycraft$registerSigns(Lcom/mojang/datafixers/schemas/Schema;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:36.060] [main/DEBUG] [mixin/]: securitycraft.mixins.json:datafix.V3439Mixin from mod securitycraft->@Inject::securitycraft$registerSigns(Lcom/mojang/datafixers/schemas/Schema;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
[18Feb2026 13:26:36.060] [main/DEBUG] [mixin/]: securitycraft.mixins.json:datafix.V3439Mixin from mod securitycraft->@Inject::securitycraft$registerSigns(Lcom/mojang/datafixers/schemas/Schema;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
[18Feb2026 13:26:36.093] [main/DEBUG] [mixin/]: Mixing datafix.V4067Mixin from securitycraft.mixins.json into net.minecraft.util.datafix.schemas.V4067
[18Feb2026 13:26:36.094] [main/DEBUG] [mixin/]: securitycraft.mixins.json:datafix.V4067Mixin from mod securitycraft->@Inject::securitycraft$unRegisterSecuritySeaBoatEntityTypes(Lcom/mojang/datafixers/schemas/Schema;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:36.094] [main/DEBUG] [mixin/]: securitycraft.mixins.json:datafix.V4067Mixin from mod securitycraft->@Inject::securitycraft$unRegisterSecuritySeaBoatEntityTypes(Lcom/mojang/datafixers/schemas/Schema;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
[18Feb2026 13:26:36.094] [main/DEBUG] [mixin/]: securitycraft.mixins.json:datafix.V4067Mixin from mod securitycraft->@Inject::securitycraft$unRegisterSecuritySeaBoatEntityTypes(Lcom/mojang/datafixers/schemas/Schema;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
[18Feb2026 13:26:36.317] [main/DEBUG] [mixin/]: Mixing block.hopper.AbstractChestBoatMixin from lithium.mixins.json into net.minecraft.world.entity.vehicle.boat.AbstractChestBoat
[18Feb2026 13:26:36.331] [main/DEBUG] [mixin/]: Mixing BeeEntityAccessor from friendsandfoes-common.mixins.json into net.minecraft.world.entity.animal.bee.Bee
[18Feb2026 13:26:36.331] [main/DEBUG] [mixin/]: Mixing BeeEntityMixin from friendsandfoes-common.mixins.json into net.minecraft.world.entity.animal.bee.Bee
[18Feb2026 13:26:36.333] [main/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:BeeEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_addPollinateMoobloomGoal(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:36.333] [main/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:BeeEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_addPollinateMoobloomGoal(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:36.333] [main/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:BeeEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_addPollinateMoobloomGoal(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:36.333] [main/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:BeeEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_tweakDamage(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/damagesource/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:36.333] [main/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:BeeEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_tweakDamage(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/damagesource/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
[18Feb2026 13:26:36.333] [main/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:BeeEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_tweakDamage(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/damagesource/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
[18Feb2026 13:26:36.343] [main/DEBUG] [mixin/]: Mixing entity.inactive_navigations.PathNavigationMixin from lithium.mixins.json into net.minecraft.world.entity.ai.navigation.PathNavigation
[18Feb2026 13:26:36.344] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.PathNavigationMixin from mod lithium->@Inject::updateListeningState(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:36.344] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.PathNavigationMixin from mod lithium->@Inject::updateListeningState(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:36.344] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.PathNavigationMixin from mod lithium->@Inject::updateListeningState(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:36.344] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.PathNavigationMixin from mod lithium->@Inject::updateListeningState2(Lnet/minecraft/world/level/pathfinder/Path;DLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:36.344] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.PathNavigationMixin from mod lithium->@Inject::updateListeningState2(Lnet/minecraft/world/level/pathfinder/Path;DLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
[18Feb2026 13:26:36.344] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.PathNavigationMixin from mod lithium->@Inject::updateListeningState2(Lnet/minecraft/world/level/pathfinder/Path;DLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
[18Feb2026 13:26:36.344] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.PathNavigationMixin from mod lithium->@Inject::updateListeningState2(Lnet/minecraft/world/level/pathfinder/Path;DLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:36.344] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.PathNavigationMixin from mod lithium->@Inject::updateListeningState2(Lnet/minecraft/world/level/pathfinder/Path;DLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
[18Feb2026 13:26:36.344] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.PathNavigationMixin from mod lithium->@Inject::updateListeningState2(Lnet/minecraft/world/level/pathfinder/Path;DLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
[18Feb2026 13:26:36.344] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.PathNavigationMixin from mod lithium->@Inject::updateListeningState2(Lnet/minecraft/world/level/pathfinder/Path;DLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:36.344] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.PathNavigationMixin from mod lithium->@Inject::updateListeningState2(Lnet/minecraft/world/level/pathfinder/Path;DLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
[18Feb2026 13:26:36.344] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.PathNavigationMixin from mod lithium->@Inject::updateListeningState2(Lnet/minecraft/world/level/pathfinder/Path;DLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
[18Feb2026 13:26:36.344] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.PathNavigationMixin from mod lithium->@Inject::updateListeningState2(Lnet/minecraft/world/level/pathfinder/Path;DLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:36.344] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.PathNavigationMixin from mod lithium->@Inject::updateListeningState2(Lnet/minecraft/world/level/pathfinder/Path;DLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
[18Feb2026 13:26:36.344] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.PathNavigationMixin from mod lithium->@Inject::updateListeningState2(Lnet/minecraft/world/level/pathfinder/Path;DLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
[18Feb2026 13:26:36.344] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.PathNavigationMixin from mod lithium->@Inject::stopListening(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:36.344] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.PathNavigationMixin from mod lithium->@Inject::stopListening(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:36.344] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.PathNavigationMixin from mod lithium->@Inject::stopListening(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:36.352] [main/DEBUG] [mixin/]: Mixing ExperienceOrbAccess from clumps.mixins.json into net.minecraft.world.entity.ExperienceOrb
[18Feb2026 13:26:36.352] [main/DEBUG] [mixin/]: clumps.mixins.json:ExperienceOrbAccess from mod clumps: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_18 supports class version 62)
[18Feb2026 13:26:36.353] [main/DEBUG] [mixin/]: Mixing MixinExperienceOrb from clumps.mixins.json into net.minecraft.world.entity.ExperienceOrb
[18Feb2026 13:26:36.353] [main/DEBUG] [mixin/]: clumps.mixins.json:MixinExperienceOrb from mod clumps: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_18 supports class version 62)
[18Feb2026 13:26:36.353] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$clumps$resolve$9(Ljava/util/Map$Entry;)Ljava/lang/Integer; to md91697a$clumps$lambda$clumps$resolve$9$0 in clumps.mixins.json:MixinExperienceOrb from mod clumps
[18Feb2026 13:26:36.353] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$readAdditionalSaveData$8(Ljava/util/Map;)V to md91697a$clumps$lambda$readAdditionalSaveData$8$1 in clumps.mixins.json:MixinExperienceOrb from mod clumps
[18Feb2026 13:26:36.353] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$readAdditionalSaveData$7(Ljava/util/Map;Lnet/minecraft/nbt/CompoundTag;)V to md91697a$clumps$lambda$readAdditionalSaveData$7$2 in clumps.mixins.json:MixinExperienceOrb from mod clumps
[18Feb2026 13:26:36.353] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$readAdditionalSaveData$6(Ljava/util/Map;Ljava/lang/String;Ljava/lang/Integer;)V to md91697a$clumps$lambda$readAdditionalSaveData$6$3 in clumps.mixins.json:MixinExperienceOrb from mod clumps
[18Feb2026 13:26:36.353] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$addAdditionalSaveData$5(Lnet/minecraft/nbt/CompoundTag;Ljava/lang/Integer;Ljava/lang/Integer;)V to md91697a$clumps$lambda$addAdditionalSaveData$5$4 in clumps.mixins.json:MixinExperienceOrb from mod clumps
[18Feb2026 13:26:36.353] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$tryMergeToExisting$4(Ljava/util/Map;)Ljava/util/stream/Stream; to md91697a$clumps$lambda$tryMergeToExisting$4$5 in clumps.mixins.json:MixinExperienceOrb from mod clumps
[18Feb2026 13:26:36.353] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$tryMergeToExisting$3(IILnet/minecraft/world/entity/ExperienceOrb;)Z to md91697a$clumps$lambda$tryMergeToExisting$3$6 in clumps.mixins.json:MixinExperienceOrb from mod clumps
[18Feb2026 13:26:36.353] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$merge$2(Ljava/util/Map;)Ljava/util/stream/Stream; to md91697a$clumps$lambda$merge$2$7 in clumps.mixins.json:MixinExperienceOrb from mod clumps
[18Feb2026 13:26:36.354] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$clumps$repairPlayerItems$1(Lnet/minecraft/server/level/ServerPlayer;ILnet/minecraft/world/item/enchantment/EnchantedItemInUse;)Ljava/lang/Integer; to md91697a$clumps$lambda$clumps$repairPlayerItems$1$8 in clumps.mixins.json:MixinExperienceOrb from mod clumps
[18Feb2026 13:26:36.354] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$playerTouch$0(Lnet/minecraft/server/level/ServerPlayer;Ljava/util/concurrent/atomic/AtomicInteger;Ljava/lang/Integer;Ljava/lang/Integer;)V to md91697a$clumps$lambda$playerTouch$0$9 in clumps.mixins.json:MixinExperienceOrb from mod clumps
[18Feb2026 13:26:36.358] [main/DEBUG] [mixin/]: clumps.mixins.json:MixinExperienceOrb from mod clumps->@Inject::canMerge(Lnet/minecraft/world/entity/ExperienceOrb;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:36.358] [main/DEBUG] [mixin/]: clumps.mixins.json:MixinExperienceOrb from mod clumps->@Inject::canMerge(Lnet/minecraft/world/entity/ExperienceOrb;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:36.358] [main/DEBUG] [mixin/]: clumps.mixins.json:MixinExperienceOrb from mod clumps->@Inject::playerTouch(Lnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
[18Feb2026 13:26:36.358] [main/DEBUG] [mixin/]: clumps.mixins.json:MixinExperienceOrb from mod clumps->@Inject::clumps$repairPlayerItems(Lnet/minecraft/server/level/ServerPlayer;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:36.358] [main/DEBUG] [mixin/]: clumps.mixins.json:MixinExperienceOrb from mod clumps->@Inject::merge(Lnet/minecraft/world/entity/ExperienceOrb;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
[18Feb2026 13:26:36.358] [main/DEBUG] [mixin/]: clumps.mixins.json:MixinExperienceOrb from mod clumps->@Inject::tryMergeToExisting(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/phys/Vec3;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:36.358] [main/DEBUG] [mixin/]: clumps.mixins.json:MixinExperienceOrb from mod clumps->@Inject::addAdditionalSaveData(Lnet/minecraft/world/level/storage/ValueOutput;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:36.358] [main/DEBUG] [mixin/]: clumps.mixins.json:MixinExperienceOrb from mod clumps->@Inject::addAdditionalSaveData(Lnet/minecraft/world/level/storage/ValueOutput;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:36.358] [main/DEBUG] [mixin/]: clumps.mixins.json:MixinExperienceOrb from mod clumps->@Inject::addAdditionalSaveData(Lnet/minecraft/world/level/storage/ValueOutput;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:36.358] [main/DEBUG] [mixin/]: clumps.mixins.json:MixinExperienceOrb from mod clumps->@Inject::readAdditionalSaveData(Lnet/minecraft/world/level/storage/ValueInput;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:36.358] [main/DEBUG] [mixin/]: clumps.mixins.json:MixinExperienceOrb from mod clumps->@Inject::readAdditionalSaveData(Lnet/minecraft/world/level/storage/ValueInput;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:36.358] [main/DEBUG] [mixin/]: clumps.mixins.json:MixinExperienceOrb from mod clumps->@Inject::readAdditionalSaveData(Lnet/minecraft/world/level/storage/ValueInput;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:36.362] [main/DEBUG] [mixin/]: Mixing entity.replace_entitytype_predicates.ArmorStandMixin from lithium.mixins.json into net.minecraft.world.entity.decoration.ArmorStand
[18Feb2026 13:26:36.363] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$getMinecartsDirectly$0(Lnet/minecraft/world/entity/Entity;Lnet/minecraft/world/entity/vehicle/minecart/AbstractMinecart;)Z to md91697a$lithium$lambda$getMinecartsDirectly$0$0 in lithium.mixins.json:entity.replace_entitytype_predicates.ArmorStandMixin from mod lithium
[18Feb2026 13:26:36.363] [main/DEBUG] [mixin/]: Mixing ArmorStandAccessor from armorposer.neoforge.mixins.json into net.minecraft.world.entity.decoration.ArmorStand
[18Feb2026 13:26:36.377] [main/DEBUG] [mixin/]: Mixing NeoForgeTemptGoalMixin from neoforge-longer_following_time.neoforge.mixins.json into net.minecraft.world.entity.ai.goal.TemptGoal
[18Feb2026 13:26:36.378] [main/DEBUG] [mixin/]: Mixing TemptGoalMixin from friendsandfoes-common.mixins.json into net.minecraft.world.entity.ai.goal.TemptGoal
[18Feb2026 13:26:36.380] [main/DEBUG] [mixin/]: neoforge-longer_following_time.neoforge.mixins.json:NeoForgeTemptGoalMixin from mod longer_following_time->@Inject::longer_following_time$shouldFollow(Lnet/minecraft/world/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:36.387] [main/DEBUG] [mixin/]: Mixing BlazeEntityMixin from friendsandfoes-common.mixins.json into net.minecraft.world.entity.monster.Blaze
[18Feb2026 13:26:36.403] [main/DEBUG] [mixin/]: Mixing ZombieHorseAbstractHorseEntityMixin from friendsandfoes-common.mixins.json into net.minecraft.world.entity.animal.equine.AbstractHorse
[18Feb2026 13:26:36.403] [main/DEBUG] [mixin/]: Mixing AbstractHorseAccess from jade.mixins.json into net.minecraft.world.entity.animal.equine.AbstractHorse
[18Feb2026 13:26:36.404] [main/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:ZombieHorseAbstractHorseEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_tickMovement(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:36.404] [main/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:ZombieHorseAbstractHorseEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_tickMovement(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 1 override(s) in child classes
[18Feb2026 13:26:36.404] [main/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:ZombieHorseAbstractHorseEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_tickMovement(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:36.415] [main/DEBUG] [mixin/]: Mixing ai.non_poi_block_search.MoveToBlockGoalMixin from lithium.mixins.json into net.minecraft.world.entity.ai.goal.MoveToBlockGoal
[18Feb2026 13:26:36.416] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$lithium$chunkAwareSearch$0(Lnet/minecraft/core/BlockPos;JJ)I to md91697a$lithium$lambda$lithium$chunkAwareSearch$0$0 in lithium.mixins.json:ai.non_poi_block_search.MoveToBlockGoalMixin from mod lithium
[18Feb2026 13:26:36.428] [main/DEBUG] [mixin/]: Mixing block.hopper.InventoryAccessors$AbstractMinecartContainerMixin from lithium.mixins.json into net.minecraft.world.entity.vehicle.minecart.AbstractMinecartContainer
[18Feb2026 13:26:36.432] [main/DEBUG] [mixin/]: Mixing block.hopper.OldMinecartBehaviorMixin from lithium.mixins.json into net.minecraft.world.entity.vehicle.minecart.OldMinecartBehavior
[18Feb2026 13:26:36.432] [main/DEBUG] [mixin/]: Mixing entity.collisions.unpushable_cramming.OldMinecartBehaviorMixin from lithium.mixins.json into net.minecraft.world.entity.vehicle.minecart.OldMinecartBehavior
[18Feb2026 13:26:36.432] [main/DEBUG] [mixin/]: Mixing entity.replace_entitytype_predicates.OldMinecartBehaviorMixin from lithium.mixins.json into net.minecraft.world.entity.vehicle.minecart.OldMinecartBehavior
[18Feb2026 13:26:36.432] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$getOtherAbstractMinecarts$0(Lnet/minecraft/world/entity/Entity;Lnet/minecraft/world/entity/vehicle/minecart/AbstractMinecart;)Z to md91697a$lithium$lambda$getOtherAbstractMinecarts$0$0 in lithium.mixins.json:entity.replace_entitytype_predicates.OldMinecartBehaviorMixin from mod lithium
[18Feb2026 13:26:36.433] [main/DEBUG] [mixin/]: lithium.mixins.json:block.hopper.OldMinecartBehaviorMixin from mod lithium->@Inject::avoidNotifyingMovementListeners(Lnet/minecraft/server/level/ServerLevel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:36.433] [main/DEBUG] [mixin/]: lithium.mixins.json:block.hopper.OldMinecartBehaviorMixin from mod lithium->@Inject::avoidNotifyingMovementListeners(Lnet/minecraft/server/level/ServerLevel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:36.433] [main/DEBUG] [mixin/]: lithium.mixins.json:block.hopper.OldMinecartBehaviorMixin from mod lithium->@Inject::avoidNotifyingMovementListeners(Lnet/minecraft/server/level/ServerLevel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:36.433] [main/DEBUG] [mixin/]: lithium.mixins.json:block.hopper.OldMinecartBehaviorMixin from mod lithium->@Inject::notifyMovementListeners(Lnet/minecraft/server/level/ServerLevel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:36.433] [main/DEBUG] [mixin/]: lithium.mixins.json:block.hopper.OldMinecartBehaviorMixin from mod lithium->@Inject::notifyMovementListeners(Lnet/minecraft/server/level/ServerLevel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:36.433] [main/DEBUG] [mixin/]: lithium.mixins.json:block.hopper.OldMinecartBehaviorMixin from mod lithium->@Inject::notifyMovementListeners(Lnet/minecraft/server/level/ServerLevel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:36.433] [main/DEBUG] [mixin/]: lithium.mixins.json:block.hopper.OldMinecartBehaviorMixin from mod lithium->@Inject::notifyMovementListeners(Lnet/minecraft/server/level/ServerLevel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:36.433] [main/DEBUG] [mixin/]: lithium.mixins.json:block.hopper.OldMinecartBehaviorMixin from mod lithium->@Inject::notifyMovementListeners(Lnet/minecraft/server/level/ServerLevel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:36.433] [main/DEBUG] [mixin/]: lithium.mixins.json:block.hopper.OldMinecartBehaviorMixin from mod lithium->@Inject::notifyMovementListeners(Lnet/minecraft/server/level/ServerLevel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:36.436] [main/DEBUG] [mixin/]: Mixing ChickenEntityMixin from friendsandfoes-common.mixins.json into net.minecraft.world.entity.animal.chicken.Chicken
[18Feb2026 13:26:36.436] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$friendsandfoes_addFleeGoal$0(Ljava/lang/Object;)Z to md91697a$friendsandfoes$lambda$friendsandfoes_addFleeGoal$0$0 in friendsandfoes-common.mixins.json:ChickenEntityMixin from mod friendsandfoes
[18Feb2026 13:26:36.437] [main/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:ChickenEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_addFleeGoal(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:36.437] [main/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:ChickenEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_addFleeGoal(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:36.437] [main/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:ChickenEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_addFleeGoal(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:36.459] [main/DEBUG] [mixin/]: Mixing ai.non_poi_block_search.RemoveBlockGoalMixin from lithium.mixins.json into net.minecraft.world.entity.ai.goal.RemoveBlockGoal
[18Feb2026 13:26:36.486] [main/DEBUG] [mixin/]: Mixing ai.raid.RaiderMixin from lithium.mixins.json into net.minecraft.world.entity.raid.Raider
[18Feb2026 13:26:36.486] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$static$0(Lnet/minecraft/world/entity/item/ItemEntity;)Z to md91697a$lithium$lambda$static$0$0 in lithium.mixins.json:ai.raid.RaiderMixin from mod lithium
[18Feb2026 13:26:36.491] [main/DEBUG] [mixin/]: Mixing ai.raid.Raider$ObtainRaidLeaderBannerGoalMixin from lithium.mixins.json into net.minecraft.world.entity.raid.Raider$ObtainRaidLeaderBannerGoal
[18Feb2026 13:26:36.493] [main/DEBUG] [mixin/]: Mixing ai.poi.tasks.RaiderEntityAttackHomeGoalMixin from lithium.mixins.json into net.minecraft.world.entity.raid.Raider$RaiderMoveThroughVillageGoal
[18Feb2026 13:26:36.530] [main/DEBUG] [mixin/]: Mixing ai.useless_sensors.goat_item_sensor.GoatMixin from lithium.mixins.json into net.minecraft.world.entity.animal.goat.Goat
[18Feb2026 13:26:36.530] [main/DEBUG] [mixin/]: lithium.mixins.json:ai.useless_sensors.goat_item_sensor.GoatMixin from mod lithium->@Inject::disableItemSensor(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:36.530] [main/DEBUG] [mixin/]: lithium.mixins.json:ai.useless_sensors.goat_item_sensor.GoatMixin from mod lithium->@Inject::disableItemSensor(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:36.530] [main/DEBUG] [mixin/]: lithium.mixins.json:ai.useless_sensors.goat_item_sensor.GoatMixin from mod lithium->@Inject::disableItemSensor(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:36.543] [main/DEBUG] [mixin/]: Mixing entity.replace_entitytype_predicates.GolemRandomStrollInVillageGoalMixin from lithium.mixins.json into net.minecraft.world.entity.ai.goal.GolemRandomStrollInVillageGoal
[18Feb2026 13:26:36.549] [main/DEBUG] [mixin/]: Mixing MixinLightningBolt from architectury-common.mixins.json into net.minecraft.world.entity.LightningBolt
[18Feb2026 13:26:36.549] [main/DEBUG] [mixin/]: architectury-common.mixins.json:MixinLightningBolt from mod architectury: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[18Feb2026 13:26:36.550] [main/DEBUG] [mixin/]: Mixing LightningEntityMixin from friendsandfoes-common.mixins.json into net.minecraft.world.entity.LightningBolt
[18Feb2026 13:26:36.552] [main/DEBUG] [mixin/]: architectury-common.mixins.json:MixinLightningBolt from mod architectury->@Inject::handleLightning(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Ljava/util/List;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:36.552] [main/DEBUG] [mixin/]: architectury-common.mixins.json:MixinLightningBolt from mod architectury->@Inject::handleLightning(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Ljava/util/List;)V has 0 override(s) in child classes
[18Feb2026 13:26:36.552] [main/DEBUG] [mixin/]: architectury-common.mixins.json:MixinLightningBolt from mod architectury->@Inject::handleLightning(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Ljava/util/List;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:36.555] [main/DEBUG] [mixin/]: Mixing entity.replace_entitytype_predicates.LlamaFollowCaravanGoalMixin from lithium.mixins.json into net.minecraft.world.entity.ai.goal.LlamaFollowCaravanGoal
[18Feb2026 13:26:36.555] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$getLlamasForCaravan$0(Lnet/minecraft/world/entity/Entity;Lnet/minecraft/world/entity/animal/equine/Llama;)Z to md91697a$lithium$lambda$getLlamasForCaravan$0$0 in lithium.mixins.json:entity.replace_entitytype_predicates.LlamaFollowCaravanGoalMixin from mod lithium
[18Feb2026 13:26:36.561] [main/DEBUG] [mixin/]: Mixing MannequinAccessor from friendsandfoes-common.mixins.json into net.minecraft.world.entity.decoration.Mannequin
[18Feb2026 13:26:36.561] [main/DEBUG] [mixin/]: Mixing MannequinMixin from friendsandfoes-common.mixins.json into net.minecraft.world.entity.decoration.Mannequin
[18Feb2026 13:26:36.572] [main/DEBUG] [mixin/]: Mixing threading.MixinChunk from c2me-fixes-worldgen-threading-issues.mixins.json into net.minecraft.world.level.chunk.ChunkAccess
[18Feb2026 13:26:36.577] [main/DEBUG] [mixin/]: Mixing world.inline_block_access.LevelChunkMixin from lithium.mixins.json into net.minecraft.world.level.chunk.LevelChunk
[18Feb2026 13:26:36.578] [main/DEBUG] [mixin/]: Mixing LevelChunkMixin from refurbished_furniture.common.mixins.json into net.minecraft.world.level.chunk.LevelChunk
[18Feb2026 13:26:36.578] [main/DEBUG] [mixin/]: Mixing collections.block_entity_tickers.LevelChunkMixin from lithium.mixins.json into net.minecraft.world.level.chunk.LevelChunk
[18Feb2026 13:26:36.578] [main/DEBUG] [mixin/]: Mixing minimal_nonvanilla.world.block_entity_ticking.support_cache.LevelChunkMixin from lithium.mixins.json into net.minecraft.world.level.chunk.LevelChunk
[18Feb2026 13:26:36.578] [main/DEBUG] [mixin/]: Mixing util.chunk_status_tracking.LevelChunkMixin from lithium.mixins.json into net.minecraft.world.level.chunk.LevelChunk
[18Feb2026 13:26:36.578] [main/DEBUG] [mixin/]: Mixing world.block_entity_ticking.sleeping.LevelChunkMixin from lithium.mixins.json into net.minecraft.world.level.chunk.LevelChunk
[18Feb2026 13:26:36.578] [main/DEBUG] [mixin/]: Mixing world.combined_heightmap_update.LevelChunkMixin from lithium.mixins.json into net.minecraft.world.level.chunk.LevelChunk
[18Feb2026 13:26:36.579] [main/DEBUG] [mixin/]: Mixing world.game_events.dispatch.LevelChunkMixin from lithium.mixins.json into net.minecraft.world.level.chunk.LevelChunk
[18Feb2026 13:26:36.579] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$static$1(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/level/ChunkPos;)V to md91697a$lithium$lambda$static$1$0 in lithium.mixins.json:world.game_events.dispatch.LevelChunkMixin from mod lithium
[18Feb2026 13:26:36.579] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$static$0(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/level/chunk/LevelChunk;)V to md91697a$lithium$lambda$static$0$1 in lithium.mixins.json:world.game_events.dispatch.LevelChunkMixin from mod lithium
[18Feb2026 13:26:36.581] [main/DEBUG] [mixin/]: Mixing world.inline_height.LevelChunkMixin from lithium.mixins.json into net.minecraft.world.level.chunk.LevelChunk
[18Feb2026 13:26:36.581] [main/DEBUG] [mixin/]: Mixing access.IWorldChunk from c2me-base.mixins.json into net.minecraft.world.level.chunk.LevelChunk
[18Feb2026 13:26:36.581] [main/DEBUG] [mixin/]: Mixing MixinWorldChunk from c2me-rewrites-chunk-system.mixins.json into net.minecraft.world.level.chunk.LevelChunk
[18Feb2026 13:26:36.581] [main/DEBUG] [mixin/]: Mixing fluid_postprocessing.MixinWorldChunk from c2me-rewrites-chunk-system.mixins.json into net.minecraft.world.level.chunk.LevelChunk
[18Feb2026 13:26:36.582] [main/DEBUG] [mixin/]: Mixing MixinWorldChunk from c2me-notickvd.mixins.json into net.minecraft.world.level.chunk.LevelChunk
[18Feb2026 13:26:36.588] [main/DEBUG] [mixin/]: refurbished_furniture.common.mixins.json:LevelChunkMixin from mod refurbished_furniture->@Inject::refurbishedFurniture$AfterRemoveBlockEntity(Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:36.588] [main/DEBUG] [mixin/]: refurbished_furniture.common.mixins.json:LevelChunkMixin from mod refurbished_furniture->@Inject::refurbishedFurniture$AfterRemoveBlockEntity(Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:36.588] [main/DEBUG] [mixin/]: refurbished_furniture.common.mixins.json:LevelChunkMixin from mod refurbished_furniture->@Inject::refurbishedFurniture$AfterRemoveBlockEntity(Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:36.588] [main/DEBUG] [mixin/]: lithium.mixins.json:collections.block_entity_tickers.LevelChunkMixin from mod lithium->@Inject::createFastUtilMap(Lnet/minecraft/world/level/Level;Lnet/minecraft/world/level/ChunkPos;Lnet/minecraft/world/level/chunk/UpgradeData;Lnet/minecraft/world/ticks/LevelChunkTicks;Lnet/minecraft/world/ticks/LevelChunkTicks;J[Lnet/minecraft/world/level/chunk/LevelChunkSection;Lnet/minecraft/world/level/chunk/LevelChunk$PostLoadProcessor;Lnet/minecraft/world/level/levelgen/blending/BlendingData;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:36.588] [main/DEBUG] [mixin/]: lithium.mixins.json:collections.block_entity_tickers.LevelChunkMixin from mod lithium->@Inject::createFastUtilMap(Lnet/minecraft/world/level/Level;Lnet/minecraft/world/level/ChunkPos;Lnet/minecraft/world/level/chunk/UpgradeData;Lnet/minecraft/world/ticks/LevelChunkTicks;Lnet/minecraft/world/ticks/LevelChunkTicks;J[Lnet/minecraft/world/level/chunk/LevelChunkSection;Lnet/minecraft/world/level/chunk/LevelChunk$PostLoadProcessor;Lnet/minecraft/world/level/levelgen/blending/BlendingData;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:36.588] [main/DEBUG] [mixin/]: lithium.mixins.json:collections.block_entity_tickers.LevelChunkMixin from mod lithium->@Inject::createFastUtilMap(Lnet/minecraft/world/level/Level;Lnet/minecraft/world/level/ChunkPos;Lnet/minecraft/world/level/chunk/UpgradeData;Lnet/minecraft/world/ticks/LevelChunkTicks;Lnet/minecraft/world/ticks/LevelChunkTicks;J[Lnet/minecraft/world/level/chunk/LevelChunkSection;Lnet/minecraft/world/level/chunk/LevelChunk$PostLoadProcessor;Lnet/minecraft/world/level/levelgen/blending/BlendingData;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:36.588] [main/DEBUG] [mixin/]: lithium.mixins.json:minimal_nonvanilla.world.block_entity_ticking.support_cache.LevelChunkMixin from mod lithium->@Inject::fixCachedState(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:36.588] [main/DEBUG] [mixin/]: lithium.mixins.json:minimal_nonvanilla.world.block_entity_ticking.support_cache.LevelChunkMixin from mod lithium->@Inject::fixCachedState(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
[18Feb2026 13:26:36.588] [main/DEBUG] [mixin/]: lithium.mixins.json:minimal_nonvanilla.world.block_entity_ticking.support_cache.LevelChunkMixin from mod lithium->@Inject::fixCachedState(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
[18Feb2026 13:26:36.588] [main/DEBUG] [mixin/]: lithium.mixins.json:util.chunk_status_tracking.LevelChunkMixin from mod lithium->@Inject::onChunkFull(Ljava/util/function/Supplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:36.588] [main/DEBUG] [mixin/]: lithium.mixins.json:util.chunk_status_tracking.LevelChunkMixin from mod lithium->@Inject::onChunkFull(Ljava/util/function/Supplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:36.588] [main/DEBUG] [mixin/]: lithium.mixins.json:util.chunk_status_tracking.LevelChunkMixin from mod lithium->@Inject::onChunkFull(Ljava/util/function/Supplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:36.588] [main/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.LevelChunkMixin from mod lithium->@Inject::setBlockEntityTickingOrder(Lnet/minecraft/world/level/block/entity/BlockEntity;Lnet/minecraft/world/level/block/entity/BlockEntityTicker;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/chunk/LevelChunk$RebindableTickingBlockEntityWrapper;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:36.588] [main/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.LevelChunkMixin from mod lithium->@Inject::setBlockEntityTickingOrder(Lnet/minecraft/world/level/block/entity/BlockEntity;Lnet/minecraft/world/level/block/entity/BlockEntityTicker;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/chunk/LevelChunk$RebindableTickingBlockEntityWrapper;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
[18Feb2026 13:26:36.588] [main/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.LevelChunkMixin from mod lithium->@Inject::setBlockEntityTickingOrder(Lnet/minecraft/world/level/block/entity/BlockEntity;Lnet/minecraft/world/level/block/entity/BlockEntityTicker;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/chunk/LevelChunk$RebindableTickingBlockEntityWrapper;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
[18Feb2026 13:26:36.588] [main/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.LevelChunkMixin from mod lithium->@Inject::setBlockEntityTickingOrder(Lnet/minecraft/world/level/block/entity/BlockEntity;Lnet/minecraft/world/level/block/entity/BlockEntityTicker;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/chunk/LevelChunk$RebindableTickingBlockEntityWrapper;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:36.588] [main/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.LevelChunkMixin from mod lithium->@Inject::setBlockEntityTickingOrder(Lnet/minecraft/world/level/block/entity/BlockEntity;Lnet/minecraft/world/level/block/entity/BlockEntityTicker;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/chunk/LevelChunk$RebindableTickingBlockEntityWrapper;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
[18Feb2026 13:26:36.588] [main/DEBUG] [mixin/]: lithium.mixins.json:world.block_entity_ticking.sleeping.LevelChunkMixin from mod lithium->@Inject::setBlockEntityTickingOrder(Lnet/minecraft/world/level/block/entity/BlockEntity;Lnet/minecraft/world/level/block/entity/BlockEntityTicker;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/chunk/LevelChunk$RebindableTickingBlockEntityWrapper;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
[18Feb2026 13:26:36.588] [main/DEBUG] [mixin/]: lithium.mixins.json:world.combined_heightmap_update.LevelChunkMixin from mod lithium->@Inject::updateHeightmapsCombined(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:36.588] [main/DEBUG] [mixin/]: lithium.mixins.json:world.combined_heightmap_update.LevelChunkMixin from mod lithium->@Inject::updateHeightmapsCombined(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
[18Feb2026 13:26:36.588] [main/DEBUG] [mixin/]: lithium.mixins.json:world.combined_heightmap_update.LevelChunkMixin from mod lithium->@Inject::updateHeightmapsCombined(Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
[18Feb2026 13:26:36.588] [main/DEBUG] [mixin/]: lithium.mixins.json:world.game_events.dispatch.LevelChunkMixin from mod lithium->@Inject::initGameEventDispatchers(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:36.588] [main/DEBUG] [mixin/]: lithium.mixins.json:world.game_events.dispatch.LevelChunkMixin from mod lithium->@Inject::initGameEventDispatchers(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:36.588] [main/DEBUG] [mixin/]: lithium.mixins.json:world.game_events.dispatch.LevelChunkMixin from mod lithium->@Inject::initGameEventDispatchers(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:36.588] [main/DEBUG] [mixin/]: lithium.mixins.json:world.game_events.dispatch.LevelChunkMixin from mod lithium->@Inject::removeGameEventDispatcher(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:36.588] [main/DEBUG] [mixin/]: lithium.mixins.json:world.game_events.dispatch.LevelChunkMixin from mod lithium->@Inject::removeGameEventDispatcher(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:36.588] [main/DEBUG] [mixin/]: lithium.mixins.json:world.game_events.dispatch.LevelChunkMixin from mod lithium->@Inject::removeGameEventDispatcher(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:36.588] [main/DEBUG] [mixin/]: lithium.mixins.json:world.game_events.dispatch.LevelChunkMixin from mod lithium->@Inject::initializeCollection(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:36.588] [main/DEBUG] [mixin/]: lithium.mixins.json:world.game_events.dispatch.LevelChunkMixin from mod lithium->@Inject::initializeCollection(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
[18Feb2026 13:26:36.588] [main/DEBUG] [mixin/]: lithium.mixins.json:world.game_events.dispatch.LevelChunkMixin from mod lithium->@Inject::initializeCollection(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
[18Feb2026 13:26:36.593] [main/DEBUG] [mixin/]: Mixing collections.mob_spawning.WeightedListMixin from lithium.mixins.json into net.minecraft.util.random.WeightedList
[18Feb2026 13:26:36.643] [main/DEBUG] [mixin/]: Mixing MixinChunkPos from c2me-opts-math.mixins.json into net.minecraft.world.level.ChunkPos
[18Feb2026 13:26:36.647] [main/DEBUG] [mixin/]: Mixing collections.attributes.AttributeMapMixin from lithium.mixins.json into net.minecraft.world.entity.ai.attributes.AttributeMap
[18Feb2026 13:26:36.648] [main/DEBUG] [mixin/]: lithium.mixins.json:collections.attributes.AttributeMapMixin from mod lithium->@Inject::initCollections(Lnet/minecraft/world/entity/ai/attributes/AttributeSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:36.648] [main/DEBUG] [mixin/]: lithium.mixins.json:collections.attributes.AttributeMapMixin from mod lithium->@Inject::initCollections(Lnet/minecraft/world/entity/ai/attributes/AttributeSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:36.648] [main/DEBUG] [mixin/]: lithium.mixins.json:collections.attributes.AttributeMapMixin from mod lithium->@Inject::initCollections(Lnet/minecraft/world/entity/ai/attributes/AttributeSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:36.650] [main/DEBUG] [mixin/]: Mixing LimbAnimatorAccessor from friendsandfoes-common.mixins.json into net.minecraft.world.entity.WalkAnimationState
[18Feb2026 13:26:36.651] [main/DEBUG] [mixin/]: Mixing ai.task.launch.BrainMixin from lithium.mixins.json into net.minecraft.world.entity.ai.Brain
[18Feb2026 13:26:36.652] [main/DEBUG] [mixin/]: Mixing ai.task.memory_change_counting.BrainMixin from lithium.mixins.json into net.minecraft.world.entity.ai.Brain
[18Feb2026 13:26:36.652] [main/DEBUG] [mixin/]: Mixing ai.useless_sensors.BrainAccessor from lithium.mixins.json into net.minecraft.world.entity.ai.Brain
[18Feb2026 13:26:36.652] [main/DEBUG] [mixin/]: Mixing collections.brain.BrainMixin from lithium.mixins.json into net.minecraft.world.entity.ai.Brain
[18Feb2026 13:26:36.658] [main/DEBUG] [mixin/]: lithium.mixins.json:ai.task.launch.BrainMixin from mod lithium->@Inject::reinitializeBrainCollections(Ljava/util/Collection;Ljava/util/Collection;Lcom/google/common/collect/ImmutableList;Ljava/util/function/Supplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:36.658] [main/DEBUG] [mixin/]: lithium.mixins.json:ai.task.launch.BrainMixin from mod lithium->@Inject::reinitializeBrainCollections(Ljava/util/Collection;Ljava/util/Collection;Lcom/google/common/collect/ImmutableList;Ljava/util/function/Supplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:36.658] [main/DEBUG] [mixin/]: lithium.mixins.json:ai.task.launch.BrainMixin from mod lithium->@Inject::reinitializeBrainCollections(Ljava/util/Collection;Ljava/util/Collection;Lcom/google/common/collect/ImmutableList;Ljava/util/function/Supplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:36.658] [main/DEBUG] [mixin/]: lithium.mixins.json:ai.task.launch.BrainMixin from mod lithium->@Inject::reinitializeTasksSorted(Lnet/minecraft/world/entity/schedule/Activity;Lcom/google/common/collect/ImmutableList;Ljava/util/Set;Ljava/util/Set;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:36.658] [main/DEBUG] [mixin/]: lithium.mixins.json:ai.task.launch.BrainMixin from mod lithium->@Inject::reinitializeTasksSorted(Lnet/minecraft/world/entity/schedule/Activity;Lcom/google/common/collect/ImmutableList;Ljava/util/Set;Ljava/util/Set;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:36.658] [main/DEBUG] [mixin/]: lithium.mixins.json:ai.task.launch.BrainMixin from mod lithium->@Inject::reinitializeTasksSorted(Lnet/minecraft/world/entity/schedule/Activity;Lcom/google/common/collect/ImmutableList;Ljava/util/Set;Ljava/util/Set;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:36.658] [main/DEBUG] [mixin/]: lithium.mixins.json:ai.task.launch.BrainMixin from mod lithium->@Inject::reinitializeTasksSorted(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:36.658] [main/DEBUG] [mixin/]: lithium.mixins.json:ai.task.launch.BrainMixin from mod lithium->@Inject::reinitializeTasksSorted(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:36.658] [main/DEBUG] [mixin/]: lithium.mixins.json:ai.task.launch.BrainMixin from mod lithium->@Inject::reinitializeTasksSorted(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:36.658] [main/DEBUG] [mixin/]: lithium.mixins.json:ai.task.launch.BrainMixin from mod lithium->@Inject::onPossibleActivitiesChanged(Lnet/minecraft/world/entity/schedule/Activity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:36.658] [main/DEBUG] [mixin/]: lithium.mixins.json:ai.task.launch.BrainMixin from mod lithium->@Inject::onPossibleActivitiesChanged(Lnet/minecraft/world/entity/schedule/Activity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:36.658] [main/DEBUG] [mixin/]: lithium.mixins.json:ai.task.launch.BrainMixin from mod lithium->@Inject::onPossibleActivitiesChanged(Lnet/minecraft/world/entity/schedule/Activity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:36.658] [main/DEBUG] [mixin/]: lithium.mixins.json:ai.task.launch.BrainMixin from mod lithium->@Inject::removeStoppedTask(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;JLjava/util/Iterator;Lnet/minecraft/world/entity/ai/behavior/BehaviorControl;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:36.658] [main/DEBUG] [mixin/]: lithium.mixins.json:ai.task.launch.BrainMixin from mod lithium->@Inject::removeStoppedTask(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;JLjava/util/Iterator;Lnet/minecraft/world/entity/ai/behavior/BehaviorControl;)V has 0 override(s) in child classes
[18Feb2026 13:26:36.658] [main/DEBUG] [mixin/]: lithium.mixins.json:ai.task.launch.BrainMixin from mod lithium->@Inject::removeStoppedTask(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;JLjava/util/Iterator;Lnet/minecraft/world/entity/ai/behavior/BehaviorControl;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:36.658] [main/DEBUG] [mixin/]: lithium.mixins.json:ai.task.launch.BrainMixin from mod lithium->@Inject::removeTaskIfStopped(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;JLjava/util/Iterator;Lnet/minecraft/world/entity/ai/behavior/BehaviorControl;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:36.658] [main/DEBUG] [mixin/]: lithium.mixins.json:ai.task.launch.BrainMixin from mod lithium->@Inject::removeTaskIfStopped(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;JLjava/util/Iterator;Lnet/minecraft/world/entity/ai/behavior/BehaviorControl;)V has 0 override(s) in child classes
[18Feb2026 13:26:36.658] [main/DEBUG] [mixin/]: lithium.mixins.json:ai.task.launch.BrainMixin from mod lithium->@Inject::removeTaskIfStopped(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;JLjava/util/Iterator;Lnet/minecraft/world/entity/ai/behavior/BehaviorControl;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:36.658] [main/DEBUG] [mixin/]: lithium.mixins.json:ai.task.memory_change_counting.BrainMixin from mod lithium->@Inject::copyModCount(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:36.659] [main/DEBUG] [mixin/]: lithium.mixins.json:collections.brain.BrainMixin from mod lithium->@Inject::reinitializeBrainCollections(Ljava/util/Collection;Ljava/util/Collection;Lcom/google/common/collect/ImmutableList;Ljava/util/function/Supplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:36.659] [main/DEBUG] [mixin/]: lithium.mixins.json:collections.brain.BrainMixin from mod lithium->@Inject::reinitializeBrainCollections(Ljava/util/Collection;Ljava/util/Collection;Lcom/google/common/collect/ImmutableList;Ljava/util/function/Supplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:36.659] [main/DEBUG] [mixin/]: lithium.mixins.json:collections.brain.BrainMixin from mod lithium->@Inject::reinitializeBrainCollections(Ljava/util/Collection;Ljava/util/Collection;Lcom/google/common/collect/ImmutableList;Ljava/util/function/Supplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:36.661] [main/DEBUG] [mixin/]: Mixing entity.equipment_tracking.EntityEquipmentMixin from lithium.mixins.json into net.minecraft.world.entity.EntityEquipment
[18Feb2026 13:26:36.664] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.equipment_tracking.EntityEquipmentMixin from mod lithium->@Inject::updateBeforeSetAll(Lnet/minecraft/world/entity/EntityEquipment;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:36.664] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.equipment_tracking.EntityEquipmentMixin from mod lithium->@Inject::updateBeforeSetAll(Lnet/minecraft/world/entity/EntityEquipment;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:36.664] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.equipment_tracking.EntityEquipmentMixin from mod lithium->@Inject::updateBeforeSetAll(Lnet/minecraft/world/entity/EntityEquipment;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:36.664] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.equipment_tracking.EntityEquipmentMixin from mod lithium->@Inject::updateAfterSetAll(Lnet/minecraft/world/entity/EntityEquipment;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:36.664] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.equipment_tracking.EntityEquipmentMixin from mod lithium->@Inject::updateAfterSetAll(Lnet/minecraft/world/entity/EntityEquipment;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:36.664] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.equipment_tracking.EntityEquipmentMixin from mod lithium->@Inject::updateAfterSetAll(Lnet/minecraft/world/entity/EntityEquipment;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:36.664] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.equipment_tracking.EntityEquipmentMixin from mod lithium->@Inject::updateOnClear(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:36.664] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.equipment_tracking.EntityEquipmentMixin from mod lithium->@Inject::updateOnClear(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:36.664] [main/DEBUG] [mixin/]: lithium.mixins.json:entity.equipment_tracking.EntityEquipmentMixin from mod lithium->@Inject::updateOnClear(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:36.701] [main/DEBUG] [mixin/]: Mixing RabbitEntityMixin from friendsandfoes-common.mixins.json into net.minecraft.world.entity.animal.rabbit.Rabbit
[18Feb2026 13:26:36.702] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$friendsandfoes_addFleeGoal$0(Ljava/lang/Object;)Z to md91697a$friendsandfoes$lambda$friendsandfoes_addFleeGoal$0$0 in friendsandfoes-common.mixins.json:RabbitEntityMixin from mod friendsandfoes
[18Feb2026 13:26:36.702] [main/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:RabbitEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_addFleeGoal(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:36.702] [main/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:RabbitEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_addFleeGoal(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:36.702] [main/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:RabbitEntityMixin from mod friendsandfoes->@Inject::friendsandfoes_addFleeGoal(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:36.706] [main/DEBUG] [mixin/]: Mixing RavagerMixin from bagus_lib.mixins.json into net.minecraft.world.entity.monster.Ravager
[18Feb2026 13:26:36.708] [main/DEBUG] [mixin/]: bagus_lib.mixins.json:RavagerMixin from mod bagus_lib->@Inject::roar(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:36.708] [main/DEBUG] [mixin/]: bagus_lib.mixins.json:RavagerMixin from mod bagus_lib->@Inject::roar(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:36.708] [main/DEBUG] [mixin/]: bagus_lib.mixins.json:RavagerMixin from mod bagus_lib->@Inject::roar(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:36.731] [main/DEBUG] [mixin/]: Mixing SnowballEntityMixin from friendsandfoes-common.mixins.json into net.minecraft.world.entity.projectile.throwableitemprojectile.Snowball
[18Feb2026 13:26:36.735] [main/DEBUG] [mixin/]: Mixing BaseSpawnerMixin from collective_neoforge.mixins.json into net.minecraft.world.level.BaseSpawner
[18Feb2026 13:26:36.736] [main/DEBUG] [mixin/]: collective_neoforge.mixins.json:BaseSpawnerMixin from mod collective->@Inject::BaseSpawner_serverTick(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;ZLnet/minecraft/util/RandomSource;Lnet/minecraft/world/level/SpawnData;ILnet/minecraft/util/ProblemReporter$ScopedCollector;Lnet/minecraft/world/level/storage/ValueInput;Ljava/util/Optional;Lnet/minecraft/world/phys/Vec3;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/Entity;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:36.736] [main/DEBUG] [mixin/]: collective_neoforge.mixins.json:BaseSpawnerMixin from mod collective->@Inject::BaseSpawner_serverTick(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;ZLnet/minecraft/util/RandomSource;Lnet/minecraft/world/level/SpawnData;ILnet/minecraft/util/ProblemReporter$ScopedCollector;Lnet/minecraft/world/level/storage/ValueInput;Ljava/util/Optional;Lnet/minecraft/world/phys/Vec3;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/Entity;)V has 0 override(s) in child classes
[18Feb2026 13:26:36.736] [main/DEBUG] [mixin/]: collective_neoforge.mixins.json:BaseSpawnerMixin from mod collective->@Inject::BaseSpawner_serverTick(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;ZLnet/minecraft/util/RandomSource;Lnet/minecraft/world/level/SpawnData;ILnet/minecraft/util/ProblemReporter$ScopedCollector;Lnet/minecraft/world/level/storage/ValueInput;Ljava/util/Optional;Lnet/minecraft/world/phys/Vec3;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/Entity;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:36.760] [main/DEBUG] [mixin/]: Mixing WardenMixin from bagus_lib.mixins.json into net.minecraft.world.entity.monster.warden.Warden
[18Feb2026 13:26:36.761] [main/DEBUG] [mixin/]: bagus_lib.mixins.json:WardenMixin from mod bagus_lib->@Inject::onSyncedDataUpdated(Lnet/minecraft/network/syncher/EntityDataAccessor;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:36.761] [main/DEBUG] [mixin/]: bagus_lib.mixins.json:WardenMixin from mod bagus_lib->@Inject::onSyncedDataUpdated(Lnet/minecraft/network/syncher/EntityDataAccessor;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:36.761] [main/DEBUG] [mixin/]: bagus_lib.mixins.json:WardenMixin from mod bagus_lib->@Inject::onSyncedDataUpdated(Lnet/minecraft/network/syncher/EntityDataAccessor;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:36.769] [main/DEBUG] [mixin/]: Mixing WolfMixin from revampedwolf.mixins.json into net.minecraft.world.entity.animal.wolf.Wolf
[18Feb2026 13:26:36.780] [main/DEBUG] [mixin/]: revampedwolf.mixins.json:WolfMixin from mod revampedwolf->@Inject::onConstructor(Lnet/minecraft/world/entity/EntityType;Lnet/minecraft/world/level/Level;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:36.780] [main/DEBUG] [mixin/]: revampedwolf.mixins.json:WolfMixin from mod revampedwolf->@Inject::onConstructor(Lnet/minecraft/world/entity/EntityType;Lnet/minecraft/world/level/Level;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:36.780] [main/DEBUG] [mixin/]: revampedwolf.mixins.json:WolfMixin from mod revampedwolf->@Inject::onConstructor(Lnet/minecraft/world/entity/EntityType;Lnet/minecraft/world/level/Level;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:36.780] [main/DEBUG] [mixin/]: revampedwolf.mixins.json:WolfMixin from mod revampedwolf->@Inject::registerGoals(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
[18Feb2026 13:26:36.780] [main/DEBUG] [mixin/]: revampedwolf.mixins.json:WolfMixin from mod revampedwolf->@Inject::mobInteractHeal(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/InteractionHand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:36.780] [main/DEBUG] [mixin/]: revampedwolf.mixins.json:WolfMixin from mod revampedwolf->@Inject::mobInteractHeal(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/InteractionHand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
[18Feb2026 13:26:36.780] [main/DEBUG] [mixin/]: revampedwolf.mixins.json:WolfMixin from mod revampedwolf->@Inject::mobInteractHeal(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/InteractionHand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
[18Feb2026 13:26:36.780] [main/DEBUG] [mixin/]: revampedwolf.mixins.json:WolfMixin from mod revampedwolf->@Inject::aiStep(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:36.780] [main/DEBUG] [mixin/]: revampedwolf.mixins.json:WolfMixin from mod revampedwolf->@Inject::aiStep(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:36.780] [main/DEBUG] [mixin/]: revampedwolf.mixins.json:WolfMixin from mod revampedwolf->@Inject::aiStep(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:36.780] [main/DEBUG] [mixin/]: revampedwolf.mixins.json:WolfMixin from mod revampedwolf->@Inject::addAdditionalSaveData(Lnet/minecraft/world/level/storage/ValueOutput;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:36.780] [main/DEBUG] [mixin/]: revampedwolf.mixins.json:WolfMixin from mod revampedwolf->@Inject::addAdditionalSaveData(Lnet/minecraft/world/level/storage/ValueOutput;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:36.780] [main/DEBUG] [mixin/]: revampedwolf.mixins.json:WolfMixin from mod revampedwolf->@Inject::addAdditionalSaveData(Lnet/minecraft/world/level/storage/ValueOutput;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:36.780] [main/DEBUG] [mixin/]: revampedwolf.mixins.json:WolfMixin from mod revampedwolf->@Inject::readAdditionalSaveData(Lnet/minecraft/world/level/storage/ValueInput;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:36.780] [main/DEBUG] [mixin/]: revampedwolf.mixins.json:WolfMixin from mod revampedwolf->@Inject::readAdditionalSaveData(Lnet/minecraft/world/level/storage/ValueInput;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:36.780] [main/DEBUG] [mixin/]: revampedwolf.mixins.json:WolfMixin from mod revampedwolf->@Inject::readAdditionalSaveData(Lnet/minecraft/world/level/storage/ValueInput;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:36.787] [main/DEBUG] [mixin/]: Mixing ZombieHorseEntityMixin from friendsandfoes-common.mixins.json into net.minecraft.world.entity.animal.equine.ZombieHorse
[18Feb2026 13:26:36.793] [main/DEBUG] [mixin/]: Mixing FishingHookMixin from littlejoys.mixins.json into net.minecraft.world.entity.projectile.FishingHook
[18Feb2026 13:26:36.793] [main/DEBUG] [mixin/]: littlejoys.mixins.json:FishingHookMixin from mod littlejoys: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:36.793] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$catchingFish$0(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/core/BlockPos;)V to md91697a$littlejoys$lambda$catchingFish$0$0 in littlejoys.mixins.json:FishingHookMixin from mod littlejoys
[18Feb2026 13:26:36.794] [main/DEBUG] [mixin/]: Mixing FishingHookAccessor from littlejoys.neoforge.mixins.json into net.minecraft.world.entity.projectile.FishingHook
[18Feb2026 13:26:36.794] [main/DEBUG] [mixin/]: littlejoys.neoforge.mixins.json:FishingHookAccessor from mod littlejoys: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:36.794] [main/DEBUG] [mixin/]: littlejoys.mixins.json:FishingHookMixin from mod littlejoys->@Inject::catchingFish(Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:36.794] [main/DEBUG] [mixin/]: littlejoys.mixins.json:FishingHookMixin from mod littlejoys->@Inject::catchingFish(Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:36.794] [main/DEBUG] [mixin/]: littlejoys.mixins.json:FishingHookMixin from mod littlejoys->@Inject::catchingFish(Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:36.794] [main/DEBUG] [mixin/]: littlejoys.mixins.json:FishingHookMixin from mod littlejoys->@Inject::retrieve(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:36.794] [main/DEBUG] [mixin/]: littlejoys.mixins.json:FishingHookMixin from mod littlejoys->@Inject::retrieve(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
[18Feb2026 13:26:36.794] [main/DEBUG] [mixin/]: littlejoys.mixins.json:FishingHookMixin from mod littlejoys->@Inject::retrieve(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
[18Feb2026 13:26:36.794] [main/DEBUG] [mixin/]: littlejoys.mixins.json:FishingHookMixin from mod littlejoys->@Inject::retrieve(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:36.794] [main/DEBUG] [mixin/]: littlejoys.mixins.json:FishingHookMixin from mod littlejoys->@Inject::retrieve(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
[18Feb2026 13:26:36.794] [main/DEBUG] [mixin/]: littlejoys.mixins.json:FishingHookMixin from mod littlejoys->@Inject::retrieve(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
[18Feb2026 13:26:36.794] [main/DEBUG] [mixin/]: littlejoys.mixins.json:FishingHookMixin from mod littlejoys->@Inject::retrieve(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:36.794] [main/DEBUG] [mixin/]: littlejoys.mixins.json:FishingHookMixin from mod littlejoys->@Inject::retrieve(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
[18Feb2026 13:26:36.794] [main/DEBUG] [mixin/]: littlejoys.mixins.json:FishingHookMixin from mod littlejoys->@Inject::retrieve(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
[18Feb2026 13:26:36.795] [main/DEBUG] [mixin/]: littlejoys.mixins.json:FishingHookMixin from mod littlejoys->@Inject::retrieve(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:36.795] [main/DEBUG] [mixin/]: littlejoys.mixins.json:FishingHookMixin from mod littlejoys->@Inject::retrieve(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
[18Feb2026 13:26:36.795] [main/DEBUG] [mixin/]: littlejoys.mixins.json:FishingHookMixin from mod littlejoys->@Inject::retrieve(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
[18Feb2026 13:26:36.825] [main/DEBUG] [mixin/]: Mixing LootTableMixin from balm.mixins.json into net.minecraft.world.level.storage.loot.LootTable
[18Feb2026 13:26:36.825] [main/DEBUG] [mixin/]: balm.mixins.json:LootTableMixin from mod balm: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:36.826] [main/DEBUG] [mixin/]: balm.mixins.json:LootTableMixin from mod balm->@Inject::getRandomItems(Lnet/minecraft/world/level/storage/loot/LootContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:36.966] [main/DEBUG] [mixin/]: Mixing reinforced.ToolMaterialMixin from securitycraft.mixins.json into net.minecraft.world.item.ToolMaterial
[18Feb2026 13:26:37.172] [main/DEBUG] [mixin/]: Mixing BoneMealItemMixin from collective_neoforge.mixins.json into net.minecraft.world.item.BoneMealItem
[18Feb2026 13:26:37.173] [main/DEBUG] [mixin/]: collective_neoforge.mixins.json:BoneMealItemMixin from mod collective->@Inject::BoneMealItem_useOn(Lnet/minecraft/world/item/context/UseOnContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:37.173] [main/DEBUG] [mixin/]: collective_neoforge.mixins.json:BoneMealItemMixin from mod collective->@Inject::growCrop(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:37.177] [main/DEBUG] [mixin/]: Mixing reinforced.ShearsItemMixin from securitycraft.mixins.json into net.minecraft.world.item.ShearsItem
[18Feb2026 13:26:37.181] [main/DEBUG] [mixin/]: Mixing SpawnEggItemAccessor from friendsandfoes-common.mixins.json into net.minecraft.world.item.SpawnEggItem
[18Feb2026 13:26:37.181] [main/DEBUG] [mixin/]: Renaming @Accessor method friendsandfoes$getSpawnEggs()Ljava/util/Map; to getSpawnEggs$friendsandfoes_$md$91697a$0 in friendsandfoes-common.mixins.json:SpawnEggItemAccessor from mod friendsandfoes
[18Feb2026 13:26:37.190] [main/DEBUG] [mixin/]: Mixing ArmorStandItemMixin from armorposer.neoforge.mixins.json into net.minecraft.world.item.ArmorStandItem
[18Feb2026 13:26:37.190] [main/DEBUG] [mixin/]: armorposer.neoforge.mixins.json:ArmorStandItemMixin from mod armorposer->@Inject::armorposer$useOn(Lnet/minecraft/world/item/context/UseOnContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:37.190] [main/DEBUG] [mixin/]: armorposer.neoforge.mixins.json:ArmorStandItemMixin from mod armorposer->@Inject::armorposer$useOn(Lnet/minecraft/world/item/context/UseOnContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
[18Feb2026 13:26:37.190] [main/DEBUG] [mixin/]: armorposer.neoforge.mixins.json:ArmorStandItemMixin from mod armorposer->@Inject::armorposer$useOn(Lnet/minecraft/world/item/context/UseOnContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
[18Feb2026 13:26:37.208] [main/DEBUG] [mixin/]: Mixing suspiciousmines.BrushItemMixin from securitycraft.mixins.json into net.minecraft.world.item.BrushItem
[18Feb2026 13:26:37.208] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$securitycraft$makeSuspiciousMinesBrushablePartTwo$0(Lnet/minecraft/world/entity/Entity;)Z to md91697a$securitycraft$lambda$securitycraft$makeSuspiciousMinesBrushablePartTwo$0$0 in securitycraft.mixins.json:suspiciousmines.BrushItemMixin from mod securitycraft
[18Feb2026 13:26:37.210] [main/DEBUG] [mixin/]: securitycraft.mixins.json:suspiciousmines.BrushItemMixin from mod securitycraft->@Inject::securitycraft$makeSuspiciousMinesBrushablePartTwo(Lnet/minecraft/world/entity/player/Player;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:37.210] [main/DEBUG] [mixin/]: securitycraft.mixins.json:suspiciousmines.BrushItemMixin from mod securitycraft->@Inject::securitycraft$checkForSuspiciousMine(Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/item/ItemStack;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
[18Feb2026 13:26:37.504] [main/DEBUG] [mixin/]: Mixing potion.BrewingStandMenuMixin from securitycraft.mixins.json into net.minecraft.world.inventory.BrewingStandMenu
[18Feb2026 13:26:37.508] [main/DEBUG] [mixin/]: Mixing structures.StructureProcessorAccessor from moogs_structures-common.mixins.json into net.minecraft.world.level.levelgen.structure.templatesystem.StructureProcessor
[18Feb2026 13:26:37.521] [main/DEBUG] [mixin/]: Mixing world.combined_heightmap_update.HeightmapAccessor from lithium.mixins.json into net.minecraft.world.level.levelgen.Heightmap
[18Feb2026 13:26:37.546] [main/DEBUG] [mixin/]: Mixing InventoryMixin from carryon.mixins.json into net.minecraft.world.entity.player.Inventory
[18Feb2026 13:26:37.547] [main/DEBUG] [mixin/]: carryon.mixins.json:InventoryMixin from mod carryon->@Inject::onPickBlock(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
[18Feb2026 13:26:37.547] [main/DEBUG] [mixin/]: carryon.mixins.json:InventoryMixin from mod carryon->@Inject::onPickSlot(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
[18Feb2026 13:26:37.547] [main/DEBUG] [mixin/]: carryon.mixins.json:InventoryMixin from mod carryon->@Inject::onSwapPaint(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
[18Feb2026 13:26:37.550] [main/DEBUG] [mixin/]: Mixing slot.SlotMixin from clientsort.mixins.json into net.minecraft.world.inventory.Slot
[18Feb2026 13:26:37.551] [main/DEBUG] [mixin/]: Mixing SlotAccessor from balm.api.mixins.json into net.minecraft.world.inventory.Slot
[18Feb2026 13:26:37.551] [main/DEBUG] [mixin/]: balm.api.mixins.json:SlotAccessor from mod balm: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:37.584] [main/DEBUG] [mixin/]: Mixing recipe.SmithingTransformRecipeAccessor from elytratrims.mixins.json into net.minecraft.world.item.crafting.SmithingTransformRecipe
[18Feb2026 13:26:37.620] [main/DEBUG] [mixin/]: Mixing ai.useless_sensors.SensorAccessor from lithium.mixins.json into net.minecraft.world.entity.ai.sensing.Sensor
[18Feb2026 13:26:37.624] [main/DEBUG] [mixin/]: Mixing VillagerHostilesSensorMixin from friendsandfoes-common.mixins.json into net.minecraft.world.entity.ai.sensing.VillagerHostilesSensor
[18Feb2026 13:26:37.627] [main/DEBUG] [mixin/]: Mixing ai.sensor.secondary_poi.SecondaryPoiSensorMixin from lithium.mixins.json into net.minecraft.world.entity.ai.sensing.SecondaryPoiSensor
[18Feb2026 13:26:37.628] [main/DEBUG] [mixin/]: lithium.mixins.json:ai.sensor.secondary_poi.SecondaryPoiSensorMixin from mod lithium->@Inject::skipUselessSense(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/entity/npc/villager/Villager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
[18Feb2026 13:26:37.630] [main/DEBUG] [mixin/]: Mixing ai.non_poi_block_search.PiglinSpecificSensorMixin from lithium.mixins.json into net.minecraft.world.entity.ai.sensing.PiglinSpecificSensor
[18Feb2026 13:26:37.632] [main/DEBUG] [mixin/]: Mixing ai.non_poi_block_search.HoglinSpecificSensorMixin from lithium.mixins.json into net.minecraft.world.entity.ai.sensing.HoglinSpecificSensor
[18Feb2026 13:26:37.634] [main/DEBUG] [mixin/]: Mixing ai.sensor.replace_streams.tempting.TemptingSensorMixin from lithium.mixins.json into net.minecraft.world.entity.ai.sensing.TemptingSensor
[18Feb2026 13:26:37.636] [main/DEBUG] [mixin/]: Mixing minimal_nonvanilla.ai.sensor.frog_attackables.FrogAttackablesSensorMixin from lithium.mixins.json into net.minecraft.world.entity.ai.sensing.FrogAttackablesSensor
[18Feb2026 13:26:37.661] [main/DEBUG] [mixin/]: Mixing common.DimensionTypeAccessor from lithostitched.12111.mixins.json into net.minecraft.world.level.dimension.DimensionType
[18Feb2026 13:26:37.661] [main/DEBUG] [mixin/]: lithostitched.12111.mixins.json:common.DimensionTypeAccessor from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:37.671] [main/DEBUG] [mixin/]: Mixing predicates.MixinOffsetPredicate from c2me-opts-allocs.mixins.json into net.minecraft.world.level.levelgen.blockpredicates.StateTestingPredicate
[18Feb2026 13:26:37.677] [main/DEBUG] [mixin/]: Mixing predicates.MixinAnyOfBlockPredicate from c2me-opts-allocs.mixins.json into net.minecraft.world.level.levelgen.blockpredicates.AnyOfPredicate
[18Feb2026 13:26:37.678] [main/DEBUG] [mixin/]: Mixing predicates.MixinCombinedBlockPredicate from c2me-opts-allocs.mixins.json into net.minecraft.world.level.levelgen.blockpredicates.CombiningPredicate
[18Feb2026 13:26:37.678] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$c2me$getPredicatesArray$0(I)[Lnet/minecraft/world/level/levelgen/blockpredicates/BlockPredicate; to md91697a$c2me_opts_allocs$lambda$c2me$getPredicatesArray$0$0 in c2me-opts-allocs.mixins.json:predicates.MixinCombinedBlockPredicate from mod c2me_opts_allocs
[18Feb2026 13:26:37.679] [main/DEBUG] [mixin/]: Mixing predicates.MixinAllOfBlockPredicate from c2me-opts-allocs.mixins.json into net.minecraft.world.level.levelgen.blockpredicates.AllOfPredicate
[18Feb2026 13:26:37.697] [main/DEBUG] [mixin/]: Mixing object_pooling_caching.MixinOreFeature from c2me-opts-allocs.mixins.json into net.minecraft.world.level.levelgen.feature.OreFeature
[18Feb2026 13:26:37.705] [main/DEBUG] [mixin/]: Mixing random_instances.MixinRedirectAtomicSimpleRandom from c2me-opts-worldgen-general.mixins.json into net.minecraft.world.level.levelgen.feature.GeodeFeature
[18Feb2026 13:26:37.708] [main/DEBUG] [mixin/]: Mixing object_pooling_caching.MixinConfiguredFeature from c2me-opts-allocs.mixins.json into net.minecraft.world.level.levelgen.feature.ConfiguredFeature
[18Feb2026 13:26:37.731] [main/DEBUG] [mixin/]: Mixing common.PlacedFeatureAccessor from lithostitched.mixins.json into net.minecraft.world.level.levelgen.placement.PlacedFeature
[18Feb2026 13:26:37.731] [main/DEBUG] [mixin/]: lithostitched.mixins.json:common.PlacedFeatureAccessor from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:37.739] [main/DEBUG] [mixin/]: Mixing access.IServerLightingProvider from c2me-base.mixins.json into net.minecraft.server.level.ThreadedLevelLightEngine
[18Feb2026 13:26:37.740] [main/DEBUG] [mixin/]: Mixing MixinServerLightingProvider from c2me-threading-lighting.mixins.json into net.minecraft.server.level.ThreadedLevelLightEngine
[18Feb2026 13:26:37.740] [main/DEBUG] [mixin/]: c2me-threading-lighting.mixins.json:MixinServerLightingProvider from mod c2me_threading_lighting->@Inject::onPostRunTask(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:37.740] [main/DEBUG] [mixin/]: c2me-threading-lighting.mixins.json:MixinServerLightingProvider from mod c2me_threading_lighting->@Inject::onPostRunTask(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:37.740] [main/DEBUG] [mixin/]: c2me-threading-lighting.mixins.json:MixinServerLightingProvider from mod c2me_threading_lighting->@Inject::onPostRunTask(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:37.742] [main/DEBUG] [mixin/]: Mixing MixinLevelEvent from architectury.mixins.json into net.neoforged.neoforge.event.level.LevelEvent
[18Feb2026 13:26:37.742] [main/DEBUG] [mixin/]: architectury.mixins.json:MixinLevelEvent from mod architectury: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[18Feb2026 13:26:37.747] [main/DEBUG] [mixin/]: Mixing common.StructureProcessorListAccessor from lithostitched.mixins.json into net.minecraft.world.level.levelgen.structure.templatesystem.StructureProcessorList
[18Feb2026 13:26:37.747] [main/DEBUG] [mixin/]: lithostitched.mixins.json:common.StructureProcessorListAccessor from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:37.782] [main/DEBUG] [mixin/]: Mixing random_instances.MixinRedirectAtomicSimpleRandom from c2me-opts-worldgen-general.mixins.json into net.minecraft.world.level.levelgen.structure.placement.RandomSpreadStructurePlacement
[18Feb2026 13:26:37.783] [main/DEBUG] [mixin/]: Mixing random_instances.MixinRedirectAtomicSimpleRandomStatic from c2me-opts-worldgen-general.mixins.json into net.minecraft.world.level.levelgen.structure.placement.StructurePlacement
[18Feb2026 13:26:37.786] [main/DEBUG] [mixin/]: Mixing common.StructureSetAccessor from lithostitched.mixins.json into net.minecraft.world.level.levelgen.structure.StructureSet
[18Feb2026 13:26:37.786] [main/DEBUG] [mixin/]: lithostitched.mixins.json:common.StructureSetAccessor from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:37.792] [main/DEBUG] [mixin/]: Mixing structures.StructurePieceAccessor from moogs_structures-common.mixins.json into net.minecraft.world.level.levelgen.structure.StructurePiece
[18Feb2026 13:26:37.792] [main/DEBUG] [mixin/]: Mixing access.IStructurePiece from c2me-base.mixins.json into net.minecraft.world.level.levelgen.structure.StructurePiece
[18Feb2026 13:26:37.794] [main/DEBUG] [mixin/]: Mixing threading.MixinMineshaftGeneratorMineshaftCorridor from c2me-fixes-worldgen-threading-issues.mixins.json into net.minecraft.world.level.levelgen.structure.structures.MineshaftPieces$MineShaftCorridor
[18Feb2026 13:26:37.794] [main/DEBUG] [C2ME (c2me-fixes-worldgen-threading-issues) ASM Transformer/]: Making field Lnet/minecraft/world/level/levelgen/structure/structures/MineshaftPieces$MineShaftCorridor;hasPlacedSpider:Z volatile
[18Feb2026 13:26:37.796] [main/DEBUG] [mixin/]: Mixing threading.MixinMineshaftGeneratorMineshaftRoom from c2me-fixes-worldgen-threading-issues.mixins.json into net.minecraft.world.level.levelgen.structure.structures.MineshaftPieces$MineShaftRoom
[18Feb2026 13:26:37.797] [main/DEBUG] [mixin/]: c2me-fixes-worldgen-threading-issues.mixins.json:threading.MixinMineshaftGeneratorMineshaftRoom from mod c2me_fixes_worldgen_threading_issues->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:37.797] [main/DEBUG] [mixin/]: c2me-fixes-worldgen-threading-issues.mixins.json:threading.MixinMineshaftGeneratorMineshaftRoom from mod c2me_fixes_worldgen_threading_issues->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:37.797] [main/DEBUG] [mixin/]: c2me-fixes-worldgen-threading-issues.mixins.json:threading.MixinMineshaftGeneratorMineshaftRoom from mod c2me_fixes_worldgen_threading_issues->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:37.798] [main/DEBUG] [mixin/]: Mixing threading.MixinNetherFortressGeneratorPiece from c2me-fixes-worldgen-threading-issues.mixins.json into net.minecraft.world.level.levelgen.structure.structures.NetherFortressPieces$NetherBridgePiece
[18Feb2026 13:26:37.802] [main/DEBUG] [mixin/]: Mixing threading.MixinNetherFortressGeneratorCorridorLeftTurn from c2me-fixes-worldgen-threading-issues.mixins.json into net.minecraft.world.level.levelgen.structure.structures.NetherFortressPieces$CastleSmallCorridorLeftTurnPiece
[18Feb2026 13:26:37.802] [main/DEBUG] [C2ME (c2me-fixes-worldgen-threading-issues) ASM Transformer/]: Making field Lnet/minecraft/world/level/levelgen/structure/structures/NetherFortressPieces$CastleSmallCorridorLeftTurnPiece;isNeedingChest:Z volatile
[18Feb2026 13:26:37.803] [main/DEBUG] [mixin/]: Mixing threading.MixinNetherFortressGeneratorCorridorRightTurn from c2me-fixes-worldgen-threading-issues.mixins.json into net.minecraft.world.level.levelgen.structure.structures.NetherFortressPieces$CastleSmallCorridorRightTurnPiece
[18Feb2026 13:26:37.803] [main/DEBUG] [C2ME (c2me-fixes-worldgen-threading-issues) ASM Transformer/]: Making field Lnet/minecraft/world/level/levelgen/structure/structures/NetherFortressPieces$CastleSmallCorridorRightTurnPiece;isNeedingChest:Z volatile
[18Feb2026 13:26:37.804] [main/DEBUG] [mixin/]: Mixing threading.MixinNetherFortressGeneratorBridgePlatform from c2me-fixes-worldgen-threading-issues.mixins.json into net.minecraft.world.level.levelgen.structure.structures.NetherFortressPieces$MonsterThrone
[18Feb2026 13:26:37.804] [main/DEBUG] [C2ME (c2me-fixes-worldgen-threading-issues) ASM Transformer/]: Making field Lnet/minecraft/world/level/levelgen/structure/structures/NetherFortressPieces$MonsterThrone;hasPlacedSpawner:Z volatile
[18Feb2026 13:26:37.805] [main/DEBUG] [mixin/]: Mixing threading.MixinNetherFortressGeneratorStart from c2me-fixes-worldgen-threading-issues.mixins.json into net.minecraft.world.level.levelgen.structure.structures.NetherFortressPieces$StartPiece
[18Feb2026 13:26:37.806] [main/DEBUG] [mixin/]: c2me-fixes-worldgen-threading-issues.mixins.json:threading.MixinNetherFortressGeneratorStart from mod c2me_fixes_worldgen_threading_issues->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:37.806] [main/DEBUG] [mixin/]: c2me-fixes-worldgen-threading-issues.mixins.json:threading.MixinNetherFortressGeneratorStart from mod c2me_fixes_worldgen_threading_issues->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:37.806] [main/DEBUG] [mixin/]: c2me-fixes-worldgen-threading-issues.mixins.json:threading.MixinNetherFortressGeneratorStart from mod c2me_fixes_worldgen_threading_issues->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:37.806] [main/DEBUG] [C2ME (c2me-fixes-worldgen-threading-issues) ASM Transformer/]: Making field Lnet/minecraft/world/level/levelgen/structure/structures/NetherFortressPieces$StartPiece;previousPiece:Lnet/minecraft/world/level/levelgen/structure/structures/NetherFortressPieces$PieceWeight; volatile
[18Feb2026 13:26:37.807] [main/DEBUG] [mixin/]: Mixing threading.MixinStrongholdGeneratorChestCorridor from c2me-fixes-worldgen-threading-issues.mixins.json into net.minecraft.world.level.levelgen.structure.structures.StrongholdPieces$ChestCorridor
[18Feb2026 13:26:37.807] [main/DEBUG] [C2ME (c2me-fixes-worldgen-threading-issues) ASM Transformer/]: Making field Lnet/minecraft/world/level/levelgen/structure/structures/StrongholdPieces$ChestCorridor;hasPlacedChest:Z volatile
[18Feb2026 13:26:37.810] [main/DEBUG] [mixin/]: Mixing StrongholdGeneratorMixin from friendsandfoes-common.mixins.json into net.minecraft.world.level.levelgen.structure.structures.StrongholdPieces$Library
[18Feb2026 13:26:37.813] [main/DEBUG] [mixin/]: Mixing threading.MixinStrongholdGeneratorPortalRoom from c2me-fixes-worldgen-threading-issues.mixins.json into net.minecraft.world.level.levelgen.structure.structures.StrongholdPieces$PortalRoom
[18Feb2026 13:26:37.813] [main/DEBUG] [C2ME (c2me-fixes-worldgen-threading-issues) ASM Transformer/]: Making field Lnet/minecraft/world/level/levelgen/structure/structures/StrongholdPieces$PortalRoom;hasPlacedSpawner:Z volatile
[18Feb2026 13:26:37.815] [main/DEBUG] [mixin/]: Mixing threading.MixinStrongholdGeneratorSpiralStaircase from c2me-fixes-worldgen-threading-issues.mixins.json into net.minecraft.world.level.levelgen.structure.structures.StrongholdPieces$StairsDown
[18Feb2026 13:26:37.816] [main/DEBUG] [mixin/]: Mixing threading.MixinStrongholdGeneratorStart from c2me-fixes-worldgen-threading-issues.mixins.json into net.minecraft.world.level.levelgen.structure.structures.StrongholdPieces$StartPiece
[18Feb2026 13:26:37.817] [main/DEBUG] [mixin/]: c2me-fixes-worldgen-threading-issues.mixins.json:threading.MixinStrongholdGeneratorStart from mod c2me_fixes_worldgen_threading_issues->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:37.817] [main/DEBUG] [mixin/]: c2me-fixes-worldgen-threading-issues.mixins.json:threading.MixinStrongholdGeneratorStart from mod c2me_fixes_worldgen_threading_issues->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:37.817] [main/DEBUG] [mixin/]: c2me-fixes-worldgen-threading-issues.mixins.json:threading.MixinStrongholdGeneratorStart from mod c2me_fixes_worldgen_threading_issues->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:37.817] [main/DEBUG] [C2ME (c2me-fixes-worldgen-threading-issues) ASM Transformer/]: Making field Lnet/minecraft/world/level/levelgen/structure/structures/StrongholdPieces$StartPiece;previousPiece:Lnet/minecraft/world/level/levelgen/structure/structures/StrongholdPieces$PieceWeight; volatile
[18Feb2026 13:26:37.817] [main/DEBUG] [C2ME (c2me-fixes-worldgen-threading-issues) ASM Transformer/]: Making field Lnet/minecraft/world/level/levelgen/structure/structures/StrongholdPieces$StartPiece;portalRoomPiece:Lnet/minecraft/world/level/levelgen/structure/structures/StrongholdPieces$PortalRoom; volatile
[18Feb2026 13:26:37.818] [main/DEBUG] [mixin/]: Mixing threading.MixinJungleTempleGenerator from c2me-fixes-worldgen-threading-issues.mixins.json into net.minecraft.world.level.levelgen.structure.structures.JungleTemplePiece
[18Feb2026 13:26:37.820] [main/DEBUG] [mixin/]: Mixing threading.MixinShiftableStructurePiece from c2me-fixes-worldgen-threading-issues.mixins.json into net.minecraft.world.level.levelgen.structure.ScatteredFeaturePiece
[18Feb2026 13:26:37.821] [main/DEBUG] [C2ME (c2me-fixes-worldgen-threading-issues) ASM Transformer/]: Making field Lnet/minecraft/world/level/levelgen/structure/ScatteredFeaturePiece;heightPosition:I volatile
[18Feb2026 13:26:37.822] [main/DEBUG] [mixin/]: Mixing structures.StructureTemplateManagerAccessor from moogs_structures-common.mixins.json into net.minecraft.world.level.levelgen.structure.templatesystem.StructureTemplateManager
[18Feb2026 13:26:37.824] [main/DEBUG] [mixin/]: Mixing common.processor.OceanRuinPieceMixin from lithostitched.mixins.json into net.minecraft.world.level.levelgen.structure.structures.OceanRuinPieces$OceanRuinPiece
[18Feb2026 13:26:37.824] [main/DEBUG] [mixin/]: lithostitched.mixins.json:common.processor.OceanRuinPieceMixin from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:37.827] [main/DEBUG] [mixin/]: Mixing common.processor.IglooPieceMixin from lithostitched.mixins.json into net.minecraft.world.level.levelgen.structure.structures.IglooPieces$IglooPiece
[18Feb2026 13:26:37.827] [main/DEBUG] [mixin/]: lithostitched.mixins.json:common.processor.IglooPieceMixin from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:37.828] [main/DEBUG] [mixin/]: Mixing common.processor.RuinedPortalPieceMixin from lithostitched.mixins.json into net.minecraft.world.level.levelgen.structure.structures.RuinedPortalPiece
[18Feb2026 13:26:37.828] [main/DEBUG] [mixin/]: lithostitched.mixins.json:common.processor.RuinedPortalPieceMixin from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:37.829] [main/DEBUG] [mixin/]: Mixing threading.MixinSwampHutGenerator from c2me-fixes-worldgen-threading-issues.mixins.json into net.minecraft.world.level.levelgen.structure.structures.SwampHutPiece
[18Feb2026 13:26:37.830] [main/DEBUG] [C2ME (c2me-fixes-worldgen-threading-issues) ASM Transformer/]: Making field Lnet/minecraft/world/level/levelgen/structure/structures/SwampHutPiece;spawnedWitch:Z volatile
[18Feb2026 13:26:37.830] [main/DEBUG] [C2ME (c2me-fixes-worldgen-threading-issues) ASM Transformer/]: Making field Lnet/minecraft/world/level/levelgen/structure/structures/SwampHutPiece;spawnedCat:Z volatile
[18Feb2026 13:26:37.831] [main/DEBUG] [mixin/]: Mixing threading.MixinDesertTempleGenerator from c2me-fixes-worldgen-threading-issues.mixins.json into net.minecraft.world.level.levelgen.structure.structures.DesertPyramidPiece
[18Feb2026 13:26:37.832] [main/DEBUG] [mixin/]: c2me-fixes-worldgen-threading-issues.mixins.json:threading.MixinDesertTempleGenerator from mod c2me_fixes_worldgen_threading_issues->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:37.832] [main/DEBUG] [mixin/]: c2me-fixes-worldgen-threading-issues.mixins.json:threading.MixinDesertTempleGenerator from mod c2me_fixes_worldgen_threading_issues->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:37.832] [main/DEBUG] [mixin/]: c2me-fixes-worldgen-threading-issues.mixins.json:threading.MixinDesertTempleGenerator from mod c2me_fixes_worldgen_threading_issues->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:37.833] [main/DEBUG] [mixin/]: Mixing threading.MixinOceanMonumentGeneratorBase from c2me-fixes-worldgen-threading-issues.mixins.json into net.minecraft.world.level.levelgen.structure.structures.OceanMonumentPieces$MonumentBuilding
[18Feb2026 13:26:37.834] [main/DEBUG] [C2ME (c2me-fixes-worldgen-threading-issues) ASM Transformer/]: Making field Lnet/minecraft/world/level/levelgen/structure/structures/OceanMonumentPieces$MonumentBuilding;sourceRoom:Lnet/minecraft/world/level/levelgen/structure/structures/OceanMonumentPieces$RoomDefinition; volatile
[18Feb2026 13:26:37.834] [main/DEBUG] [C2ME (c2me-fixes-worldgen-threading-issues) ASM Transformer/]: Making field Lnet/minecraft/world/level/levelgen/structure/structures/OceanMonumentPieces$MonumentBuilding;coreRoom:Lnet/minecraft/world/level/levelgen/structure/structures/OceanMonumentPieces$RoomDefinition; volatile
[18Feb2026 13:26:37.839] [main/DEBUG] [mixin/]: Mixing common.processor.EndCityPieceMixin from lithostitched.mixins.json into net.minecraft.world.level.levelgen.structure.structures.EndCityPieces$EndCityPiece
[18Feb2026 13:26:37.839] [main/DEBUG] [mixin/]: lithostitched.mixins.json:common.processor.EndCityPieceMixin from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:37.840] [main/DEBUG] [mixin/]: Mixing common.processor.WoodlandMansionPieceMixin from lithostitched.mixins.json into net.minecraft.world.level.levelgen.structure.structures.WoodlandMansionPieces$WoodlandMansionPiece
[18Feb2026 13:26:37.840] [main/DEBUG] [mixin/]: lithostitched.mixins.json:common.processor.WoodlandMansionPieceMixin from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:37.840] [main/DEBUG] [mixin/]: Mixing common.template.mansion.WoodlandMansionPieceMixin from lithostitched.mixins.json into net.minecraft.world.level.levelgen.structure.structures.WoodlandMansionPieces$WoodlandMansionPiece
[18Feb2026 13:26:37.840] [main/DEBUG] [mixin/]: lithostitched.mixins.json:common.template.mansion.WoodlandMansionPieceMixin from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:37.841] [main/DEBUG] [mixin/]: lithostitched.mixins.json:common.template.mansion.WoodlandMansionPieceMixin from mod lithostitched->@Inject::convertStringToId(Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:37.842] [main/DEBUG] [mixin/]: Mixing common.processor.ShipwreckPieceMixin from lithostitched.mixins.json into net.minecraft.world.level.levelgen.structure.structures.ShipwreckPieces$ShipwreckPiece
[18Feb2026 13:26:37.842] [main/DEBUG] [mixin/]: lithostitched.mixins.json:common.processor.ShipwreckPieceMixin from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:37.843] [main/DEBUG] [mixin/]: Mixing common.processor.NetherFossilPieceMixin from lithostitched.mixins.json into net.minecraft.world.level.levelgen.structure.structures.NetherFossilPieces$NetherFossilPiece
[18Feb2026 13:26:37.843] [main/DEBUG] [mixin/]: lithostitched.mixins.json:common.processor.NetherFossilPieceMixin from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:37.844] [main/DEBUG] [mixin/]: Mixing structures.PoolElementStructurePieceAccessor from moogs_structures-common.mixins.json into net.minecraft.world.level.levelgen.structure.PoolElementStructurePiece
[18Feb2026 13:26:37.848] [main/DEBUG] [mixin/]: Mixing collections.mob_spawning.MobSpawnSettingsMixin from lithium.mixins.json into net.minecraft.world.level.biome.MobSpawnSettings
[18Feb2026 13:26:37.848] [main/DEBUG] [mixin/]: lithium.mixins.json:collections.mob_spawning.MobSpawnSettingsMixin from mod lithium->@Inject::reinit(FLjava/util/Map;Ljava/util/Map;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:37.848] [main/DEBUG] [mixin/]: lithium.mixins.json:collections.mob_spawning.MobSpawnSettingsMixin from mod lithium->@Inject::reinit(FLjava/util/Map;Ljava/util/Map;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:37.848] [main/DEBUG] [mixin/]: lithium.mixins.json:collections.mob_spawning.MobSpawnSettingsMixin from mod lithium->@Inject::reinit(FLjava/util/Map;Ljava/util/Map;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:37.853] [main/DEBUG] [mixin/]: Mixing JigsawStructureMix from mixins.medievalend.json into net.minecraft.world.level.levelgen.structure.structures.JigsawStructure
[18Feb2026 13:26:37.854] [main/DEBUG] [mixin/]: mixins.medievalend.json:JigsawStructureMix from mod medievalend: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[18Feb2026 13:26:37.854] [main/DEBUG] [mixin/]: Mixing common.JigsawStructureAccessor from lithostitched.mixins.json into net.minecraft.world.level.levelgen.structure.structures.JigsawStructure
[18Feb2026 13:26:37.854] [main/DEBUG] [mixin/]: lithostitched.mixins.json:common.JigsawStructureAccessor from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:37.854] [main/DEBUG] [mixin/]: Mixing common.JigsawStructureMixin from lithostitched.12111.mixins.json into net.minecraft.world.level.levelgen.structure.structures.JigsawStructure
[18Feb2026 13:26:37.854] [main/DEBUG] [mixin/]: lithostitched.12111.mixins.json:common.JigsawStructureMixin from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:37.856] [main/DEBUG] [mixin/]: mixins.medievalend.json:JigsawStructureMix from mod medievalend->@Inject::getStructurePosition(Lnet/minecraft/world/level/levelgen/structure/Structure$GenerationContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:37.859] [main/DEBUG] [mixin/]: Mixing structures.StructurePoolAccessor from moogs_structures-common.mixins.json into net.minecraft.world.level.levelgen.structure.pools.StructureTemplatePool
[18Feb2026 13:26:37.859] [main/DEBUG] [mixin/]: Renaming @Accessor method getCODEC_REFERENCE()Lorg/apache/commons/lang3/mutable/MutableObject; to getCODEC_REFERENCE$moogs_structures_$md$91697a$0 in moogs_structures-common.mixins.json:structures.StructurePoolAccessor from mod moogs_structures
[18Feb2026 13:26:37.859] [main/DEBUG] [mixin/]: Mixing common.StructureTemplatePoolAccessor from lithostitched.mixins.json into net.minecraft.world.level.levelgen.structure.pools.StructureTemplatePool
[18Feb2026 13:26:37.859] [main/DEBUG] [mixin/]: lithostitched.mixins.json:common.StructureTemplatePoolAccessor from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:37.859] [main/DEBUG] [mixin/]: Mixing common.StructureTemplatePoolMixin from lithostitched.mixins.json into net.minecraft.world.level.levelgen.structure.pools.StructureTemplatePool
[18Feb2026 13:26:37.859] [main/DEBUG] [mixin/]: lithostitched.mixins.json:common.StructureTemplatePoolMixin from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:37.860] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$compileRawTemplates$0(Lcom/mojang/datafixers/util/Pair;)V to md91697a$lithostitched$lambda$compileRawTemplates$0$1 in lithostitched.mixins.json:common.StructureTemplatePoolMixin from mod lithostitched
[18Feb2026 13:26:37.860] [main/DEBUG] [mixin/]: Mixing StructureTemplatePoolAccessor from waystones.mixins.json into net.minecraft.world.level.levelgen.structure.pools.StructureTemplatePool
[18Feb2026 13:26:37.860] [main/DEBUG] [mixin/]: waystones.mixins.json:StructureTemplatePoolAccessor from mod waystones: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:37.860] [main/DEBUG] [mixin/]: Mixing StructurePoolAccessor from friendsandfoes-common.mixins.json into net.minecraft.world.level.levelgen.structure.pools.StructureTemplatePool
[18Feb2026 13:26:37.860] [main/DEBUG] [mixin/]: Mixing structures.StructurePoolMixin from moogs_structures-neoforge.mixins.json into net.minecraft.world.level.levelgen.structure.pools.StructureTemplatePool
[18Feb2026 13:26:37.861] [main/DEBUG] [mixin/]: Unexpected: Registered method setRawTemplates(Ljava/util/List;)V in net.minecraft.world.level.levelgen.structure.pools.StructureTemplatePool was not merged
[18Feb2026 13:26:37.861] [main/DEBUG] [mixin/]: Unexpected: Registered method getRawTemplates()Ljava/util/List; in net.minecraft.world.level.levelgen.structure.pools.StructureTemplatePool was not merged
[18Feb2026 13:26:37.863] [main/DEBUG] [mixin/]: Mixing MixinStructurePoolElement from c2me-fixes-chunkio-threading-issues.mixins.json into net.minecraft.world.level.levelgen.structure.pools.StructurePoolElement
[18Feb2026 13:26:37.864] [main/DEBUG] [mixin/]: c2me-fixes-chunkio-threading-issues.mixins.json:MixinStructurePoolElement from mod c2me_fixes_chunkio_threading_issues->@Inject::onCLInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:37.870] [main/DEBUG] [mixin/]: Mixing common.template.NetherFossilStructureMixin from lithostitched.mixins.json into net.minecraft.world.level.levelgen.structure.structures.NetherFossilStructure
[18Feb2026 13:26:37.870] [main/DEBUG] [mixin/]: lithostitched.mixins.json:common.template.NetherFossilStructureMixin from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:37.870] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$useTemplateList$0(Lnet/minecraft/world/level/levelgen/structure/Structure$GenerationContext;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/levelgen/structure/pieces/StructurePiecesBuilder;)V to md91697a$lithostitched$lambda$useTemplateList$0$0 in lithostitched.mixins.json:common.template.NetherFossilStructureMixin from mod lithostitched
[18Feb2026 13:26:37.874] [main/DEBUG] [mixin/]: Mixing common.template.RuinedPortalStructureMixin from lithostitched.mixins.json into net.minecraft.world.level.levelgen.structure.structures.RuinedPortalStructure
[18Feb2026 13:26:37.874] [main/DEBUG] [mixin/]: lithostitched.mixins.json:common.template.RuinedPortalStructureMixin from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:37.878] [main/DEBUG] [mixin/]: Mixing common.template.ShipwreckStructureMixin from lithostitched.mixins.json into net.minecraft.world.level.levelgen.structure.structures.ShipwreckStructure
[18Feb2026 13:26:37.878] [main/DEBUG] [mixin/]: lithostitched.mixins.json:common.template.ShipwreckStructureMixin from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:37.880] [main/DEBUG] [mixin/]: Mixing common.template.mansion.WoodlandMansionStructureMixin from lithostitched.mixins.json into net.minecraft.world.level.levelgen.structure.structures.WoodlandMansionStructure
[18Feb2026 13:26:37.880] [main/DEBUG] [mixin/]: lithostitched.mixins.json:common.template.mansion.WoodlandMansionStructureMixin from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:37.881] [main/DEBUG] [mixin/]: lithostitched.mixins.json:common.template.mansion.WoodlandMansionStructureMixin from mod lithostitched->@Inject::injectRegistriesForTemplateList(Lnet/minecraft/world/level/levelgen/structure/pieces/StructurePiecesBuilder;Lnet/minecraft/world/level/levelgen/structure/Structure$GenerationContext;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/Rotation;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
[18Feb2026 13:26:37.907] [main/DEBUG] [mixin/]: Mixing MixinBiomeSource from biolith.mixins.json into net.minecraft.world.level.biome.BiomeSource
[18Feb2026 13:26:37.908] [main/DEBUG] [mixin/]: biolith.mixins.json:MixinBiomeSource from mod biolith: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:37.938] [main/DEBUG] [mixin/]: Mixing access.ISimplexNoiseSampler from c2me-base.mixins.json into net.minecraft.world.level.levelgen.synth.SimplexNoise
[18Feb2026 13:26:37.940] [main/DEBUG] [mixin/]: Mixing MixinMultiNoiseBiomeSource from biolith.mixins.json into net.minecraft.world.level.biome.MultiNoiseBiomeSource
[18Feb2026 13:26:37.940] [main/DEBUG] [mixin/]: biolith.mixins.json:MixinMultiNoiseBiomeSource from mod biolith: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:37.943] [main/DEBUG] [mixin/]: Mixing common.mnbs.MNBSMixin from lithostitched.mixins.json into net.minecraft.world.level.biome.MultiNoiseBiomeSource
[18Feb2026 13:26:37.943] [main/DEBUG] [mixin/]: lithostitched.mixins.json:common.mnbs.MNBSMixin from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:37.943] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$wrapCodec$1(Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;Lcom/mojang/serialization/codecs/RecordCodecBuilder;)Lcom/mojang/datafixers/kinds/App; to md91697a$lithostitched$lambda$wrapCodec$1$0 in lithostitched.mixins.json:common.mnbs.MNBSMixin from mod lithostitched
[18Feb2026 13:26:37.943] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$wrapCodec$0(Lnet/minecraft/world/level/biome/MultiNoiseBiomeSource;Lnet/minecraft/core/HolderGetter;)Lnet/minecraft/world/level/biome/MultiNoiseBiomeSource; to md91697a$lithostitched$lambda$wrapCodec$0$1 in lithostitched.mixins.json:common.mnbs.MNBSMixin from mod lithostitched
[18Feb2026 13:26:37.945] [main/DEBUG] [mixin/]: Mixing access.IMultiNoiseBiomeSource from c2me-base.mixins.json into net.minecraft.world.level.biome.MultiNoiseBiomeSource
[18Feb2026 13:26:37.946] [main/DEBUG] [mixin/]: biolith.mixins.json:MixinMultiNoiseBiomeSource from mod biolith->@Inject::biolith$getBiome(IIILnet/minecraft/world/level/biome/Climate$Sampler;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:37.952] [main/DEBUG] [mixin/]: Mixing common.mnbs.MNBSPLMixin from lithostitched.mixins.json into net.minecraft.world.level.biome.MultiNoiseBiomeSourceParameterList
[18Feb2026 13:26:37.952] [main/DEBUG] [mixin/]: lithostitched.mixins.json:common.mnbs.MNBSPLMixin from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:37.952] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$wrapCodec$3(Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;Lcom/mojang/serialization/codecs/RecordCodecBuilder;)Lcom/mojang/datafixers/kinds/App; to md91697a$lithostitched$lambda$wrapCodec$3$0 in lithostitched.mixins.json:common.mnbs.MNBSPLMixin from mod lithostitched
[18Feb2026 13:26:37.952] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$wrapCodec$2(Lnet/minecraft/world/level/biome/MultiNoiseBiomeSourceParameterList;Ljava/util/Optional;Ljava/util/Optional;)Lnet/minecraft/world/level/biome/MultiNoiseBiomeSourceParameterList; to md91697a$lithostitched$lambda$wrapCodec$2$1 in lithostitched.mixins.json:common.mnbs.MNBSPLMixin from mod lithostitched
[18Feb2026 13:26:37.952] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$wrapCodec$1(Lnet/minecraft/world/level/biome/MultiNoiseBiomeSourceParameterList;)Ljava/util/Optional; to md91697a$lithostitched$lambda$wrapCodec$1$2 in lithostitched.mixins.json:common.mnbs.MNBSPLMixin from mod lithostitched
[18Feb2026 13:26:37.952] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$wrapCodec$0(Lnet/minecraft/world/level/biome/MultiNoiseBiomeSourceParameterList;)Ljava/util/Optional; to md91697a$lithostitched$lambda$wrapCodec$0$3 in lithostitched.mixins.json:common.mnbs.MNBSPLMixin from mod lithostitched
[18Feb2026 13:26:37.957] [main/DEBUG] [mixin/]: Mixing MixinTheEndBiomeSource from biolith.mixins.json into net.minecraft.world.level.biome.TheEndBiomeSource
[18Feb2026 13:26:37.957] [main/DEBUG] [mixin/]: biolith.mixins.json:MixinTheEndBiomeSource from mod biolith: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:37.957] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$biolith$biomeStream$4(Lcom/mojang/datafixers/util/Pair;)Lcom/mojang/datafixers/util/Pair; to md91697a$biolith$lambda$biolith$biomeStream$4$0 in biolith.mixins.json:MixinTheEndBiomeSource from mod biolith
[18Feb2026 13:26:37.957] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$biolith$biomeStream$3(Lnet/minecraft/resources/ResourceKey;)Lnet/minecraft/core/Holder; to md91697a$biolith$lambda$biolith$biomeStream$3$1 in biolith.mixins.json:MixinTheEndBiomeSource from mod biolith
[18Feb2026 13:26:37.957] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$biolith$biomeStream$2(Lcom/mojang/datafixers/util/Pair;)Z to md91697a$biolith$lambda$biolith$biomeStream$2$2 in biolith.mixins.json:MixinTheEndBiomeSource from mod biolith
[18Feb2026 13:26:37.957] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$biolith$biomeStream$1(Lnet/minecraft/resources/ResourceKey;)Lnet/minecraft/core/Holder; to md91697a$biolith$lambda$biolith$biomeStream$1$3 in biolith.mixins.json:MixinTheEndBiomeSource from mod biolith
[18Feb2026 13:26:37.957] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$biolith$biomeStream$0(Lnet/minecraft/core/Registry;)V to md91697a$biolith$lambda$biolith$biomeStream$0$4 in biolith.mixins.json:MixinTheEndBiomeSource from mod biolith
[18Feb2026 13:26:37.959] [main/DEBUG] [mixin/]: biolith.mixins.json:MixinTheEndBiomeSource from mod biolith->@Inject::biolith$getRegistry(Lnet/minecraft/core/HolderGetter;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:37.962] [main/DEBUG] [mixin/]: Mixing common.bandlands.NoiseBasedChunkGeneratorMixin from lithostitched.mixins.json into net.minecraft.world.level.levelgen.NoiseBasedChunkGenerator
[18Feb2026 13:26:37.962] [main/DEBUG] [mixin/]: lithostitched.mixins.json:common.bandlands.NoiseBasedChunkGeneratorMixin from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:37.962] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$fillBands$0(Lnet/minecraft/world/level/levelgen/RandomState;Lnet/minecraft/core/Holder$Reference;)V to md91697a$lithostitched$lambda$fillBands$0$0 in lithostitched.mixins.json:common.bandlands.NoiseBasedChunkGeneratorMixin from mod lithostitched
[18Feb2026 13:26:37.963] [main/DEBUG] [mixin/]: Mixing common.NoiseBasedChunkGeneratorAccessor from lithostitched.mixins.json into net.minecraft.world.level.levelgen.NoiseBasedChunkGenerator
[18Feb2026 13:26:37.963] [main/DEBUG] [mixin/]: lithostitched.mixins.json:common.NoiseBasedChunkGeneratorAccessor from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:37.963] [main/DEBUG] [mixin/]: Mixing gen.cached_generator_settings.NoiseBasedChunkGeneratorMixin from lithium.mixins.json into net.minecraft.world.level.levelgen.NoiseBasedChunkGenerator
[18Feb2026 13:26:37.963] [main/DEBUG] [mixin/]: Mixing threading.MixinNoiseChunkGenerator from c2me-fixes-worldgen-threading-issues.mixins.json into net.minecraft.world.level.levelgen.NoiseBasedChunkGenerator
[18Feb2026 13:26:37.963] [main/DEBUG] [mixin/]: Mixing MixinNoiseChunkGenerator from c2me-rewrites-chunk-system.mixins.json into net.minecraft.world.level.levelgen.NoiseBasedChunkGenerator
[18Feb2026 13:26:37.963] [main/DEBUG] [mixin/]: Mixing random_instances.MixinRedirectAtomicSimpleRandom from c2me-opts-worldgen-general.mixins.json into net.minecraft.world.level.levelgen.NoiseBasedChunkGenerator
[18Feb2026 13:26:37.964] [main/DEBUG] [mixin/]: lithostitched.mixins.json:common.bandlands.NoiseBasedChunkGeneratorMixin from mod lithostitched->@Inject::fillBands(Lnet/minecraft/server/level/WorldGenRegion;Lnet/minecraft/world/level/StructureManager;Lnet/minecraft/world/level/levelgen/RandomState;Lnet/minecraft/world/level/chunk/ChunkAccess;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:37.964] [main/DEBUG] [mixin/]: lithostitched.mixins.json:common.bandlands.NoiseBasedChunkGeneratorMixin from mod lithostitched->@Inject::fillBands(Lnet/minecraft/server/level/WorldGenRegion;Lnet/minecraft/world/level/StructureManager;Lnet/minecraft/world/level/levelgen/RandomState;Lnet/minecraft/world/level/chunk/ChunkAccess;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:37.964] [main/DEBUG] [mixin/]: lithostitched.mixins.json:common.bandlands.NoiseBasedChunkGeneratorMixin from mod lithostitched->@Inject::fillBands(Lnet/minecraft/server/level/WorldGenRegion;Lnet/minecraft/world/level/StructureManager;Lnet/minecraft/world/level/levelgen/RandomState;Lnet/minecraft/world/level/chunk/ChunkAccess;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:37.966] [main/DEBUG] [mixin/]: Mixing common.ChunkGeneratorAccessor from lithostitched.mixins.json into net.minecraft.world.level.chunk.ChunkGenerator
[18Feb2026 13:26:37.967] [main/DEBUG] [mixin/]: lithostitched.mixins.json:common.ChunkGeneratorAccessor from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:37.967] [main/DEBUG] [mixin/]: Mixing MixinChunkGenerator from biolith.mixins.json into net.minecraft.world.level.chunk.ChunkGenerator
[18Feb2026 13:26:37.967] [main/DEBUG] [mixin/]: biolith.mixins.json:MixinChunkGenerator from mod biolith: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:37.967] [main/DEBUG] [mixin/]: Mixing access.IChunkGenerator from c2me-base.mixins.json into net.minecraft.world.level.chunk.ChunkGenerator
[18Feb2026 13:26:37.967] [main/DEBUG] [mixin/]: Mixing MixinChunkGenerator from c2me-rewrites-chunk-system.mixins.json into net.minecraft.world.level.chunk.ChunkGenerator
[18Feb2026 13:26:37.967] [main/DEBUG] [mixin/]: Mixing random_instances.MixinRedirectAtomicSimpleRandom from c2me-opts-worldgen-general.mixins.json into net.minecraft.world.level.chunk.ChunkGenerator
[18Feb2026 13:26:37.967] [main/DEBUG] [mixin/]: biolith.mixins.json:MixinChunkGenerator from mod biolith->@Inject::biolith$disableInitializeIndexedFeaturesList(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
[18Feb2026 13:26:37.972] [main/DEBUG] [mixin/]: Mixing MixinChunkGeneratorSettings from biolith.mixins.json into net.minecraft.world.level.levelgen.NoiseGeneratorSettings
[18Feb2026 13:26:37.972] [main/DEBUG] [mixin/]: biolith.mixins.json:MixinChunkGeneratorSettings from mod biolith: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:37.972] [main/DEBUG] [mixin/]: Mixing common.NoiseGeneratorSettingsAccessor from lithostitched.mixins.json into net.minecraft.world.level.levelgen.NoiseGeneratorSettings
[18Feb2026 13:26:37.972] [main/DEBUG] [mixin/]: lithostitched.mixins.json:common.NoiseGeneratorSettingsAccessor from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:37.994] [main/DEBUG] [mixin/]: Mixing surfacebuilder.MixinMaterialRulesSequenceMaterialRule from c2me-opts-allocs.mixins.json into net.minecraft.world.level.levelgen.SurfaceRules$SequenceRuleSource
[18Feb2026 13:26:37.994] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$onInit$0(I)[Lnet/minecraft/world/level/levelgen/SurfaceRules$RuleSource; to md91697a$c2me_opts_allocs$lambda$onInit$0$0 in c2me-opts-allocs.mixins.json:surfacebuilder.MixinMaterialRulesSequenceMaterialRule from mod c2me_opts_allocs
[18Feb2026 13:26:37.995] [main/DEBUG] [mixin/]: c2me-opts-allocs.mixins.json:surfacebuilder.MixinMaterialRulesSequenceMaterialRule from mod c2me_opts_allocs->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:37.996] [main/DEBUG] [mixin/]: Mixing surfacebuilder.MixinMaterialRulesSequenceBlockStateRule from c2me-opts-allocs.mixins.json into net.minecraft.world.level.levelgen.SurfaceRules$SequenceRule
[18Feb2026 13:26:37.996] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$onInit$0(I)[Lnet/minecraft/world/level/levelgen/SurfaceRules$SurfaceRule; to md91697a$c2me_opts_allocs$lambda$onInit$0$0 in c2me-opts-allocs.mixins.json:surfacebuilder.MixinMaterialRulesSequenceBlockStateRule from mod c2me_opts_allocs
[18Feb2026 13:26:37.996] [main/DEBUG] [mixin/]: c2me-opts-allocs.mixins.json:surfacebuilder.MixinMaterialRulesSequenceBlockStateRule from mod c2me_opts_allocs->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:37.999] [main/DEBUG] [mixin/]: Mixing access.IInterpolatedNoiseSampler from c2me-base.mixins.json into net.minecraft.world.level.levelgen.synth.BlendedNoise
[18Feb2026 13:26:38.005] [main/DEBUG] [mixin/]: Mixing access.IDensityFunctionTypesWeirdScaledSamplerRarityValueMapper from c2me-base.mixins.json into net.minecraft.world.level.levelgen.DensityFunctions$WeirdScaledSampler$RarityValueMapper
[18Feb2026 13:26:38.006] [main/DEBUG] [mixin/]: Mixing access.IDensityFunctionsCaveScaler from c2me-base.mixins.json into net.minecraft.world.level.levelgen.NoiseRouterData$QuantizedSpaghettiRarity
[18Feb2026 13:26:38.007] [main/DEBUG] [mixin/]: Renaming @Invoker method invokeScaleCaves(D)D to invokeScaleCaves$c2me_base_$md$91697a$0 in c2me-base.mixins.json:access.IDensityFunctionsCaveScaler from mod c2me_base
[18Feb2026 13:26:38.007] [main/DEBUG] [mixin/]: Renaming @Invoker method invokeScaleTunnels(D)D to invokeScaleTunnels$c2me_base_$md$91697a$1 in c2me-base.mixins.json:access.IDensityFunctionsCaveScaler from mod c2me_base
[18Feb2026 13:26:38.018] [main/DEBUG] [mixin/]: Mixing MixinSplineImplementation from c2me-opts-dfc.mixins.json into net.minecraft.util.CubicSpline$Multipoint
[18Feb2026 13:26:38.025] [main/DEBUG] [mixin/]: Mixing structures.SinglePoolElementAccessor from moogs_structures-common.mixins.json into net.minecraft.world.level.levelgen.structure.pools.SinglePoolElement
[18Feb2026 13:26:38.025] [main/DEBUG] [mixin/]: Mixing common.SinglePoolElementAccessor from lithostitched.mixins.json into net.minecraft.world.level.levelgen.structure.pools.SinglePoolElement
[18Feb2026 13:26:38.025] [main/DEBUG] [mixin/]: lithostitched.mixins.json:common.SinglePoolElementAccessor from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:38.025] [main/DEBUG] [mixin/]: Mixing SinglePoolElementMixin from waystones.mixins.json into net.minecraft.world.level.levelgen.structure.pools.SinglePoolElement
[18Feb2026 13:26:38.025] [main/DEBUG] [mixin/]: waystones.mixins.json:SinglePoolElementMixin from mod waystones: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:38.026] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$waystones$isWaystone$1(Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplate;)V to md91697a$waystones$lambda$waystones$isWaystone$1$0 in waystones.mixins.json:SinglePoolElementMixin from mod waystones
[18Feb2026 13:26:38.026] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$waystones$isWaystone$0(Lnet/minecraft/resources/Identifier;)V to md91697a$waystones$lambda$waystones$isWaystone$0$1 in waystones.mixins.json:SinglePoolElementMixin from mod waystones
[18Feb2026 13:26:38.027] [main/DEBUG] [mixin/]: waystones.mixins.json:SinglePoolElementMixin from mod waystones->@Inject::place(Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplateManager;Lnet/minecraft/world/level/WorldGenLevel;Lnet/minecraft/world/level/StructureManager;Lnet/minecraft/world/level/chunk/ChunkGenerator;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/Rotation;Lnet/minecraft/world/level/levelgen/structure/BoundingBox;Lnet/minecraft/util/RandomSource;Lnet/minecraft/world/level/levelgen/structure/templatesystem/LiquidSettings;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:38.027] [main/DEBUG] [mixin/]: Unexpected: Registered method getTemplate()Lcom/mojang/datafixers/util/Either; in net.minecraft.world.level.levelgen.structure.pools.SinglePoolElement was not merged
[18Feb2026 13:26:38.030] [main/DEBUG] [mixin/]: Mixing structures.ListPoolElementAccessor from moogs_structures-common.mixins.json into net.minecraft.world.level.levelgen.structure.pools.ListPoolElement
[18Feb2026 13:26:38.258] [main/DEBUG] [net.neoforged.fml.ModWorkManager/LOADING]: Using 4 threads for parallel mod-loading
[18Feb2026 13:26:38.263] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for weaponmaster_ydm with entrypoints [yourdailymodder.weaponmaster.WeaponMasterMod]
[18Feb2026 13:26:38.265] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for c2me_fixes_worldgen_threading_issues with entrypoints []
[18Feb2026 13:26:38.265] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for mr_dungeons_andtavernsnetherfortressoverhaul with entrypoints []
[18Feb2026 13:26:38.266] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for kuma_api with entrypoints []
[18Feb2026 13:26:38.266] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for supermartijn642configlib with entrypoints [com.supermartijn642.configlib.ConfigLib]
[18Feb2026 13:26:38.266] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for netherportalfix with entrypoints [net.blay09.mods.netherportalfix.NeoForgeNetherPortalFix]
[18Feb2026 13:26:38.266] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for mr_dungeons_andtavernswoodlandmansionoverhaul with entrypoints []
[18Feb2026 13:26:38.266] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for c2me_rewrites_chunk_serializer with entrypoints [com.ishland.c2me.rewrites.chunk_serializer.TheMod]
[18Feb2026 13:26:38.267] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for c2me_opts_natives_math with entrypoints []
[18Feb2026 13:26:38.267] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for sophisticatedcore with entrypoints [net.p3pp3rf1y.sophisticatedcore.SophisticatedCore]
[18Feb2026 13:26:38.267] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for kleeslabs with entrypoints [net.blay09.mods.kleeslabs.NeoForgeKleeSlabs]
[18Feb2026 13:26:38.268] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for c2me_fixes_general_threading_issues with entrypoints []
[18Feb2026 13:26:38.268] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for villagernames with entrypoints [com.natamus.villagernames.ModNeoForge]
[18Feb2026 13:26:38.268] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for mr_dungeons_andtavernsancientcityoverhaul with entrypoints []
[18Feb2026 13:26:38.268] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for neoforge with entrypoints [net.neoforged.neoforge.common.NeoForgeMod, net.neoforged.neoforge.common.OnlyInWarningsHandler]
[18Feb2026 13:26:38.270] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for krypton_fnp with entrypoints [one.pkg.mod.krypton_fnp.NeoModBootstrap]
[18Feb2026 13:26:38.270] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for bagus_lib with entrypoints [baguchi.bagus_lib.BagusLib]
[18Feb2026 13:26:38.271] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for sophisticatedbackpacks with entrypoints [net.p3pp3rf1y.sophisticatedbackpacks.SophisticatedBackpacks]
[18Feb2026 13:26:38.271] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for biolith with entrypoints [com.terraformersmc.biolith.impl.BiolithInit]
[18Feb2026 13:26:38.271] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for c2me_opts_math with entrypoints []
[18Feb2026 13:26:38.271] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for medievalend with entrypoints [com.craftix.medievalend.MainEntrypointNeoforge]
[18Feb2026 13:26:38.272] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for c2me with entrypoints [com.ishland.c2me.C2MEMod]
[18Feb2026 13:26:38.272] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for mr_dungeons_andtavernsjungletempleoverhaul with entrypoints []
[18Feb2026 13:26:38.272] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for medieval_buildings with entrypoints [com.craftix.medieval_buildings.MainEntrypointNeoforge]
[18Feb2026 13:26:38.272] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for clientsort with entrypoints [dev.terminalmc.clientsort.ClientSortNeoForge]
[18Feb2026 13:26:38.273] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for balm with entrypoints [net.blay09.mods.balm.neoforge.internal.NeoForgeBalm]
[18Feb2026 13:26:38.273] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for carryon with entrypoints [tschipp.carryon.CarryOnNeoForge]
[18Feb2026 13:26:38.273] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for melody with entrypoints [de.keksuccino.melody.MelodyNeoForge]
[18Feb2026 13:26:38.274] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for c2me_base with entrypoints [com.ishland.c2me.base.C2MEBaseMod]
[18Feb2026 13:26:38.274] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for cloth_config with entrypoints [me.shedaniel.clothconfig.ClothConfigForge]
[18Feb2026 13:26:38.274] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for moretotems with entrypoints [net.hyper_pigeon.moretotems.MoreTotemsModNeoforge]
[18Feb2026 13:26:38.274] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for ctov with entrypoints [net.choicetheorem.ctov.neoforge.ctovNeo]
[18Feb2026 13:26:38.275] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for c2me_fixes_worldgen_vanilla_bugs with entrypoints []
[18Feb2026 13:26:38.275] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for revampedwolf with entrypoints [baguchan.revampedwolf.RevampedWolf]
[18Feb2026 13:26:38.275] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for konkrete with entrypoints [de.keksuccino.konkrete.KonkreteNeoForge]
[18Feb2026 13:26:38.275] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for geophilic with entrypoints []
[18Feb2026 13:26:38.275] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for easy_piglins with entrypoints [de.maxhenkel.easypiglins.EasyPiglinsMod]
[18Feb2026 13:26:38.276] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for corpse with entrypoints [de.maxhenkel.corpse.CorpseMod]
[18Feb2026 13:26:38.276] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for c2me_fixes_chunkio_threading_issues with entrypoints []
[18Feb2026 13:26:38.276] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for explorify with entrypoints []
[18Feb2026 13:26:38.276] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for c2me_client_uncapvd with entrypoints [com.ishland.c2me.client.uncapvd.common.UncapVDInitializer]
[18Feb2026 13:26:38.276] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for supermartijn642corelib with entrypoints [com.supermartijn642.core.CoreLib]
[18Feb2026 13:26:38.277] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for longer_following_time with entrypoints [neoforge.com.cursee.longer_following_time.LongerFollowingTimeNeoForge]
[18Feb2026 13:26:38.277] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for spark with entrypoints [me.lucko.spark.neoforge.NeoForgeSparkMod]
[18Feb2026 13:26:38.278] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for c2me_opts_dfc with entrypoints []
[18Feb2026 13:26:38.278] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for collective with entrypoints [com.natamus.collective.CollectiveNeoForge]
[18Feb2026 13:26:38.278] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for advancednetherite with entrypoints [com.autovw.advancednetherite.AdvancedNetheriteNeoForge]
[18Feb2026 13:26:38.278] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for searchables with entrypoints [com.blamejared.searchables.SearchablesNeoForge]
[18Feb2026 13:26:38.279] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for mr_dungeons_andtaverns with entrypoints []
[18Feb2026 13:26:38.279] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for littlejoys with entrypoints [net.blay09.mods.littlejoys.neoforge.NeoForgeLittleJoys]
[18Feb2026 13:26:38.279] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for mr_dungeons_andtavernspillageroutpostoverhaul with entrypoints []
[18Feb2026 13:26:38.279] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for mr_dungeons_andtavernsdeserttempleoverhaul with entrypoints []
[18Feb2026 13:26:38.279] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for resourcefullib with entrypoints [com.teamresourceful.resourcefullib.neoforge.ResourcefulLibNeoForge]
[18Feb2026 13:26:38.279] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for unlocked_typing with entrypoints [neoforge.com.cursee.unlocked_typing.UnlockedTypingNeoForge]
[18Feb2026 13:26:38.280] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for architectury with entrypoints [dev.architectury.neoforge.ArchitecturyNeoForge]
[18Feb2026 13:26:38.280] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for aiimprovements with entrypoints [com.builtbroken.ai.improvements.AIImprovements]
[18Feb2026 13:26:38.280] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for cupboard with entrypoints [com.cupboard.Cupboard]
[18Feb2026 13:26:38.281] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for transition with entrypoints [dev.tr7zw.transition.TRansitionBootstrap]
[18Feb2026 13:26:38.281] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for refurbished_furniture with entrypoints [com.mrcrayfish.furniture.refurbished.FurnitureMod]
[18Feb2026 13:26:38.282] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for monolib with entrypoints [com.cursee.monolib.MonoLibNeoForge]
[18Feb2026 13:26:38.282] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for moogs_structures with entrypoints [com.finndog.moogs_structures.neoforge.MoogsStructuresNeoforge]
[18Feb2026 13:26:38.282] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for framework with entrypoints [com.mrcrayfish.framework.FrameworkNeoForge]
[18Feb2026 13:26:38.283] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for fallingtree with entrypoints [fr.rakambda.fallingtree.neoforge.FallingTree]
[18Feb2026 13:26:38.283] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for c2me_rewrites_chunkio with entrypoints []
[18Feb2026 13:26:38.283] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for mr_guns with entrypoints []
[18Feb2026 13:26:38.283] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for journeymap_api with entrypoints [journeymap.JourneyMapAPI]
[18Feb2026 13:26:38.283] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for c2me_opts_allocs with entrypoints []
[18Feb2026 13:26:38.283] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for doubledoors with entrypoints [com.natamus.doubledoors.ModNeoForge]
[18Feb2026 13:26:38.284] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for c2me_threading_lighting with entrypoints []
[18Feb2026 13:26:38.284] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for trashslot with entrypoints [net.blay09.mods.trashslot.NeoForgeTrashSlot]
[18Feb2026 13:26:38.284] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for mutantmonsters with entrypoints [fuzs.mutantmonsters.neoforge.MutantMonstersNeoForge]
[18Feb2026 13:26:38.284] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for rechiseled with entrypoints [com.supermartijn642.rechiseled.Rechiseled]
[18Feb2026 13:26:38.285] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for sophisticatedstorage with entrypoints [net.p3pp3rf1y.sophisticatedstorage.SophisticatedStorage]
[18Feb2026 13:26:38.285] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for jei with entrypoints [mezz.jei.neoforge.JustEnoughItems]
[18Feb2026 13:26:38.285] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for lithostitched with entrypoints [dev.worldgen.lithostitched.LithostitchedNeoforge]
[18Feb2026 13:26:38.286] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for lithium with entrypoints [net.caffeinemc.mods.lithium.neoforge.LithiumNeoForgeMod]
[18Feb2026 13:26:38.286] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for commonnetworking with entrypoints [commonnetwork.CommonNetworkNeoForge]
[18Feb2026 13:26:38.286] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for trender with entrypoints [dev.tr7zw.trender.gui.impl.client.LibGuiBootstrap]
[18Feb2026 13:26:38.286] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for waystones with entrypoints [net.blay09.mods.waystones.NeoForgeWaystones]
[18Feb2026 13:26:38.287] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for clumps with entrypoints [com.blamejared.clumps.Clumps]
[18Feb2026 13:26:38.287] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for journeymap with entrypoints [journeymap.common.JourneymapNeoForge]
[18Feb2026 13:26:38.287] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for naturescompass with entrypoints [com.chaosthedude.naturescompass.NaturesCompass]
[18Feb2026 13:26:38.288] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for alternate_current with entrypoints [alternate.current.AlternateCurrentMod]
[18Feb2026 13:26:38.288] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for snowundertrees with entrypoints [bl4ckscor3.mod.snowundertrees.SnowUnderTrees]
[18Feb2026 13:26:38.289] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for c2me_rewrites_chunk_system with entrypoints []
[18Feb2026 13:26:38.289] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for explorerscompass with entrypoints [com.chaosthedude.explorerscompass.ExplorersCompass]
[18Feb2026 13:26:38.289] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for fusion with entrypoints [com.supermartijn642.fusion.Fusion]
[18Feb2026 13:26:38.289] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for sodium with entrypoints []
[18Feb2026 13:26:38.289] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for skinlayers3d with entrypoints [dev.tr7zw.skinlayers.SkinLayersBootstrap]
[18Feb2026 13:26:38.289] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for hunters_return with entrypoints [baguchi.hunters_return.HuntersReturn]
[18Feb2026 13:26:38.290] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for c2me_opts_worldgen_vanilla with entrypoints []
[18Feb2026 13:26:38.290] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for c2me_opts_scheduling with entrypoints []
[18Feb2026 13:26:38.290] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for friendsandfoes with entrypoints [com.faboslav.friendsandfoes.neoforge.FriendsAndFoesNeoForge]
[18Feb2026 13:26:38.290] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for elytratrims with entrypoints [dev.kikugie.elytratrims.NeoforgeEntrypoint]
[18Feb2026 13:26:38.291] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for voicechat with entrypoints [de.maxhenkel.voicechat.NeoForgeVoicechatMod]
[18Feb2026 13:26:38.291] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for voicechat_api with entrypoints []
[18Feb2026 13:26:38.291] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for sound_physics_remastered with entrypoints [com.sonicether.soundphysics.NeoForgeSoundPhysicsMod]
[18Feb2026 13:26:38.292] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for jamlib with entrypoints [io.github.jamalam360.jamlib.neoforge.JamLibNeoForge]
[18Feb2026 13:26:38.292] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for rightclickharvest with entrypoints [io.github.jamalam360.rightclickharvest.neoforge.RightClickHarvestNeoForge]
[18Feb2026 13:26:38.292] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for jade with entrypoints [snownee.jade.util.CommonProxy]
[18Feb2026 13:26:38.293] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for armorposer with entrypoints [com.mrbysco.armorposer.ArmorPoser]
[18Feb2026 13:26:38.294] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for creativecore with entrypoints [team.creative.creativecore.CreativeCore]
[18Feb2026 13:26:38.294] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for mr_dungeons_andtavernsoceanmonumentoverhaul with entrypoints []
[18Feb2026 13:26:38.294] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for c2me_server_utils with entrypoints []
[18Feb2026 13:26:38.294] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for easy_villagers with entrypoints [de.maxhenkel.easyvillagers.EasyVillagersMod]
[18Feb2026 13:26:38.295] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for pipez with entrypoints [de.maxhenkel.pipez.PipezMod]
[18Feb2026 13:26:38.295] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for securitycraft with entrypoints [net.geforcemods.securitycraft.SecurityCraft]
[18Feb2026 13:26:38.296] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for c2me_notickvd with entrypoints [com.ishland.c2me.notickvd.common.NoTickVDInitializer]
[18Feb2026 13:26:38.296] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for c2me_opts_worldgen_general with entrypoints []
[18Feb2026 13:26:38.296] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for c2me_opts_chunkio with entrypoints []
[18Feb2026 13:26:38.296] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for mvs with entrypoints []
[18Feb2026 13:26:38.296] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for appleskin with entrypoints [squeek.appleskin.AppleSkin]
[18Feb2026 13:26:38.296] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for ferritecore with entrypoints [malte0811.ferritecore.ModMainForge]
[18Feb2026 13:26:38.296] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for yet_another_config_lib_v3 with entrypoints [dev.isxander.yacl3.platform.PlatformEntrypoint]
[18Feb2026 13:26:38.297] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for puzzleslib with entrypoints [fuzs.puzzleslib.neoforge.impl.PuzzlesLibNeoForge]
[18Feb2026 13:26:38.297] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for medieval_nether with entrypoints [com.craftix.medieval_nether.MainEntrypointNeoforge]
[18Feb2026 13:26:38.297] [main/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for xpbook with entrypoints [bl4ckscor3.mod.xptome.XPTome]
[18Feb2026 13:26:38.300] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for mr_dungeons_andtavernsnetherfortressoverhaul
[18Feb2026 13:26:38.300] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for kuma_api
[18Feb2026 13:26:38.300] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for c2me_fixes_worldgen_threading_issues
[18Feb2026 13:26:38.302] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for mr_dungeons_andtavernswoodlandmansionoverhaul
[18Feb2026 13:26:38.302] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for c2me_rewrites_chunk_serializer
[18Feb2026 13:26:38.302] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for c2me_opts_natives_math
[18Feb2026 13:26:38.310] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for supermartijn642configlib
[18Feb2026 13:26:38.311] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file sophisticatedcore-common.toml for sophisticatedcore tracking
[18Feb2026 13:26:38.311] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file weaponmaster_ydm-common.toml for weaponmaster_ydm tracking
[18Feb2026 13:26:38.311] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for weaponmaster_ydm
[18Feb2026 13:26:38.311] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file sophisticatedcore-client.toml for sophisticatedcore tracking
[18Feb2026 13:26:38.311] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class yourdailymodder.weaponmaster.setup.events_on_server.ForgeEvents for @SubscribeEvent-annotated methods
[18Feb2026 13:26:38.314] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void yourdailymodder.weaponmaster.setup.events_on_server.ForgeEvents.onPlayerDeath(net.neoforged.neoforge.event.entity.player.PlayerEvent$Clone) to the game event bus
[18Feb2026 13:26:38.316] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void yourdailymodder.weaponmaster.setup.events_on_server.ForgeEvents.onPlayerRespawn(net.neoforged.neoforge.event.entity.player.PlayerEvent$PlayerRespawnEvent) to the game event bus
[18Feb2026 13:26:38.316] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void yourdailymodder.weaponmaster.setup.events_on_server.ForgeEvents.onPlayerChangeDimension(net.neoforged.neoforge.event.entity.player.PlayerEvent$PlayerChangedDimensionEvent) to the game event bus
[18Feb2026 13:26:38.316] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void yourdailymodder.weaponmaster.setup.events_on_server.ForgeEvents.onPlayerStartTracking(net.neoforged.neoforge.event.entity.player.PlayerEvent$StartTracking) to the game event bus
[18Feb2026 13:26:38.316] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void yourdailymodder.weaponmaster.setup.events_on_server.ForgeEvents.playerLoggedIn(net.neoforged.neoforge.event.entity.player.PlayerEvent$PlayerLoggedInEvent) to the game event bus
[18Feb2026 13:26:38.316] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void yourdailymodder.weaponmaster.setup.events_on_server.ForgeEvents.playerTick(net.neoforged.neoforge.event.tick.PlayerTickEvent$Post) to the game event bus
[18Feb2026 13:26:38.316] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class yourdailymodder.weaponmaster.setup.events_on_server.ModEvents for @SubscribeEvent-annotated methods
[18Feb2026 13:26:38.317] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void yourdailymodder.weaponmaster.setup.events_on_server.ModEvents.serverinit(net.neoforged.neoforge.network.event.RegisterPayloadHandlersEvent) to the event bus of mod weaponmaster_ydm
[18Feb2026 13:26:38.317] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void yourdailymodder.weaponmaster.setup.events_on_server.ModEvents.onModConfigEvent(net.neoforged.fml.event.config.ModConfigEvent) to the event bus of mod weaponmaster_ydm
[18Feb2026 13:26:38.317] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for c2me_fixes_general_threading_issues
[18Feb2026 13:26:38.352] [modloading-worker-0/INFO] [Collective/]: [Collective] JSON file 'entity_names.json' generation requested by mod 'villagernames'.
[18Feb2026 13:26:38.354] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for villagernames
[18Feb2026 13:26:38.354] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for mr_dungeons_andtavernsancientcityoverhaul
[18Feb2026 13:26:38.358] [modloading-worker-0/DEBUG] [mixin/]: Mixing passcode.ServerGamePacketListenerImplMixin from securitycraft.mixins.json into net.minecraft.server.network.ServerGamePacketListenerImpl
[18Feb2026 13:26:38.358] [modloading-worker-0/DEBUG] [mixin/]: Mixing ordering.player_move.MixinServerPlayNetworkHandler from c2me-opts-scheduling.mixins.json into net.minecraft.server.network.ServerGamePacketListenerImpl
[18Feb2026 13:26:38.358] [modloading-worker-0/DEBUG] [mixin/]: Mixing ext_render_distance.MixinServerPlayNetworkHandler from c2me-notickvd.mixins.json into net.minecraft.server.network.ServerGamePacketListenerImpl
[18Feb2026 13:26:38.366] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinMinecraftServer from biolith.mixins.json into net.minecraft.server.MinecraftServer
[18Feb2026 13:26:38.367] [modloading-worker-0/DEBUG] [mixin/]: biolith.mixins.json:MixinMinecraftServer from mod biolith: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:38.368] [modloading-worker-0/DEBUG] [mixin/]: Mixing MinecraftServerMixin from balm.mixins.json into net.minecraft.server.MinecraftServer
[18Feb2026 13:26:38.368] [modloading-worker-0/DEBUG] [mixin/]: balm.mixins.json:MinecraftServerMixin from mod balm: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:38.368] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$reloadResources$0(Ljava/lang/Void;)V to md91697a$balm$lambda$reloadResources$0$0 in balm.mixins.json:MinecraftServerMixin from mod balm
[18Feb2026 13:26:38.369] [modloading-worker-0/DEBUG] [mixin/]: Mixing MinecraftServerMixin from alternate-current.mixins.json into net.minecraft.server.MinecraftServer
[18Feb2026 13:26:38.369] [modloading-worker-0/DEBUG] [mixin/]: alternate-current.mixins.json:MinecraftServerMixin from mod alternate_current: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[18Feb2026 13:26:38.369] [modloading-worker-0/DEBUG] [mixin/]: Mixing asynccatchers.MixinMinecraftServer from c2me-fixes-general-threading-issues.mixins.json into net.minecraft.server.MinecraftServer
[18Feb2026 13:26:38.369] [modloading-worker-0/DEBUG] [mixin/]: Mixing shutdown.MixinMinecraftServer from c2me-fixes-general-threading-issues.mixins.json into net.minecraft.server.MinecraftServer
[18Feb2026 13:26:38.369] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinMinecraftServer from c2me-rewrites-chunk-system.mixins.json into net.minecraft.server.MinecraftServer
[18Feb2026 13:26:38.371] [modloading-worker-0/DEBUG] [mixin/]: Mixing idle_tasks.autosave.enhanced_autosave.MixinMinecraftServer from c2me-opts-scheduling.mixins.json into net.minecraft.server.MinecraftServer
[18Feb2026 13:26:38.371] [modloading-worker-0/DEBUG] [mixin/]: Mixing mid_tick_chunk_tasks.MixinMinecraftServer from c2me-opts-scheduling.mixins.json into net.minecraft.server.MinecraftServer
[18Feb2026 13:26:38.372] [modloading-worker-0/DEBUG] [mixin/]: Mixing shutdown.MixinMinecraftServer from c2me-opts-scheduling.mixins.json into net.minecraft.server.MinecraftServer
[18Feb2026 13:26:38.372] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinMinecraftServer from c2me-notickvd.mixins.json into net.minecraft.server.MinecraftServer
[18Feb2026 13:26:38.376] [modloading-worker-0/DEBUG] [mixin/]: balm.mixins.json:MinecraftServerMixin from mod balm->@Inject::reloadResources(Ljava/util/Collection;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:38.376] [modloading-worker-0/DEBUG] [mixin/]: alternate-current.mixins.json:MinecraftServerMixin from mod alternate_current->@Inject::alternate_current$save(ZZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:38.376] [modloading-worker-0/DEBUG] [mixin/]: alternate-current.mixins.json:MinecraftServerMixin from mod alternate_current->@Inject::alternate_current$save(ZZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
[18Feb2026 13:26:38.376] [modloading-worker-0/DEBUG] [mixin/]: alternate-current.mixins.json:MinecraftServerMixin from mod alternate_current->@Inject::alternate_current$save(ZZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
[18Feb2026 13:26:38.376] [modloading-worker-0/DEBUG] [mixin/]: c2me-fixes-general-threading-issues.mixins.json:asynccatchers.MixinMinecraftServer from mod c2me_fixes_general_threading_issues->@Inject::preventAsyncSave(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:38.376] [modloading-worker-0/DEBUG] [mixin/]: c2me-fixes-general-threading-issues.mixins.json:asynccatchers.MixinMinecraftServer from mod c2me_fixes_general_threading_issues->@Inject::preventAsyncSave(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
[18Feb2026 13:26:38.376] [modloading-worker-0/DEBUG] [mixin/]: c2me-fixes-general-threading-issues.mixins.json:asynccatchers.MixinMinecraftServer from mod c2me_fixes_general_threading_issues->@Inject::preventAsyncSave(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
[18Feb2026 13:26:38.376] [modloading-worker-0/DEBUG] [mixin/]: c2me-fixes-general-threading-issues.mixins.json:asynccatchers.MixinMinecraftServer from mod c2me_fixes_general_threading_issues->@Inject::preventAsyncSaveAll(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:38.376] [modloading-worker-0/DEBUG] [mixin/]: c2me-fixes-general-threading-issues.mixins.json:asynccatchers.MixinMinecraftServer from mod c2me_fixes_general_threading_issues->@Inject::preventAsyncSaveAll(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
[18Feb2026 13:26:38.376] [modloading-worker-0/DEBUG] [mixin/]: c2me-fixes-general-threading-issues.mixins.json:asynccatchers.MixinMinecraftServer from mod c2me_fixes_general_threading_issues->@Inject::preventAsyncSaveAll(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
[18Feb2026 13:26:38.376] [modloading-worker-0/DEBUG] [mixin/]: c2me-fixes-general-threading-issues.mixins.json:shutdown.MixinMinecraftServer from mod c2me_fixes_general_threading_issues->@Inject::onFinishedSaving(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:38.376] [modloading-worker-0/DEBUG] [mixin/]: c2me-fixes-general-threading-issues.mixins.json:shutdown.MixinMinecraftServer from mod c2me_fixes_general_threading_issues->@Inject::onFinishedSaving(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:38.376] [modloading-worker-0/DEBUG] [mixin/]: c2me-fixes-general-threading-issues.mixins.json:shutdown.MixinMinecraftServer from mod c2me_fixes_general_threading_issues->@Inject::onFinishedSaving(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:38.376] [modloading-worker-0/DEBUG] [mixin/]: c2me-rewrites-chunk-system.mixins.json:MixinMinecraftServer from mod c2me_rewrites_chunk_system->@Inject::onTaskWait(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:38.376] [modloading-worker-0/DEBUG] [mixin/]: c2me-rewrites-chunk-system.mixins.json:MixinMinecraftServer from mod c2me_rewrites_chunk_system->@Inject::onTaskWait(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:38.376] [modloading-worker-0/DEBUG] [mixin/]: c2me-rewrites-chunk-system.mixins.json:MixinMinecraftServer from mod c2me_rewrites_chunk_system->@Inject::onTaskWait(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:38.376] [modloading-worker-0/DEBUG] [mixin/]: c2me-opts-scheduling.mixins.json:shutdown.MixinMinecraftServer from mod c2me_opts_scheduling->@Inject::shutdownBeforeRunTasks(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:38.376] [modloading-worker-0/DEBUG] [mixin/]: c2me-opts-scheduling.mixins.json:shutdown.MixinMinecraftServer from mod c2me_opts_scheduling->@Inject::shutdownBeforeRunTasks(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:38.376] [modloading-worker-0/DEBUG] [mixin/]: c2me-opts-scheduling.mixins.json:shutdown.MixinMinecraftServer from mod c2me_opts_scheduling->@Inject::shutdownBeforeRunTasks(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:38.376] [modloading-worker-0/DEBUG] [mixin/]: c2me-notickvd.mixins.json:MixinMinecraftServer from mod c2me_notickvd->@Inject::stopNoTickVD(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:38.376] [modloading-worker-0/DEBUG] [mixin/]: c2me-notickvd.mixins.json:MixinMinecraftServer from mod c2me_notickvd->@Inject::stopNoTickVD(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:38.376] [modloading-worker-0/DEBUG] [mixin/]: c2me-notickvd.mixins.json:MixinMinecraftServer from mod c2me_notickvd->@Inject::stopNoTickVD(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:38.381] [modloading-worker-0/INFO] [net.neoforged.neoforge.common.NeoForgeMod/NEOFORGE-MOD]: NeoForge mod loading, version 21.11.32-beta, for MC 1.21.11
[18Feb2026 13:26:38.382] [modloading-worker-0/DEBUG] [mixin/]: Mixing accessor.ServerCommonPacketListenerImplAccessor from clientsort.mixins.json into net.minecraft.server.network.ServerCommonPacketListenerImpl
[18Feb2026 13:26:38.386] [modloading-worker-0/DEBUG] [mixin/]: Mixing ReloadableServerResourcesMixin from balm.mixins.json into net.minecraft.server.ReloadableServerResources
[18Feb2026 13:26:38.386] [modloading-worker-0/DEBUG] [mixin/]: balm.mixins.json:ReloadableServerResourcesMixin from mod balm: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:38.386] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$loadResources$0(Lnet/minecraft/server/ReloadableServerResources;)V to md91697a$balm$lambda$loadResources$0$0 in balm.mixins.json:ReloadableServerResourcesMixin from mod balm
[18Feb2026 13:26:38.388] [modloading-worker-0/DEBUG] [mixin/]: balm.mixins.json:ReloadableServerResourcesMixin from mod balm->@Inject::loadResources(Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/core/LayeredRegistryAccess;Ljava/util/List;Lnet/minecraft/world/flag/FeatureFlagSet;Lnet/minecraft/commands/Commands$CommandSelection;Lnet/minecraft/server/permissions/PermissionSet;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:38.388] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file neoforge-server.toml for neoforge tracking
[18Feb2026 13:26:38.389] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file neoforge-common.toml for neoforge tracking
[18Feb2026 13:26:38.394] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for sophisticatedcore
[18Feb2026 13:26:38.395] [modloading-worker-0/INFO] [ModSharedBootstrap/]: KryptonFNP is now accelerating your Minecraft server's networking stack 🚀
[18Feb2026 13:26:38.409] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for netherportalfix
[18Feb2026 13:26:38.411] [modloading-worker-0/DEBUG] [io.netty.buffer.AbstractByteBuf/]: -Dio.netty.buffer.checkAccessible: true
[18Feb2026 13:26:38.411] [modloading-worker-0/DEBUG] [io.netty.buffer.AbstractByteBuf/]: -Dio.netty.buffer.checkBounds: true
[18Feb2026 13:26:38.411] [modloading-worker-0/DEBUG] [io.netty.util.ResourceLeakDetectorFactory/]: Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@4c44a603
[18Feb2026 13:26:38.416] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file bagus_lib-common.toml for bagus_lib tracking
[18Feb2026 13:26:38.416] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for bagus_lib
[18Feb2026 13:26:38.416] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class baguchi.bagus_lib.CommonEvent for @SubscribeEvent-annotated methods
[18Feb2026 13:26:38.417] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void baguchi.bagus_lib.CommonEvent.onJoin(net.neoforged.neoforge.event.entity.EntityJoinLevelEvent) to the game event bus
[18Feb2026 13:26:38.417] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void baguchi.bagus_lib.CommonEvent.entityAnimationRegister(baguchi.bagus_lib.event.RegisterBagusAnimationStateEvents) to the game event bus
[18Feb2026 13:26:38.417] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class baguchi.bagus_lib.register.ModDialogs for @SubscribeEvent-annotated methods
[18Feb2026 13:26:38.417] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void baguchi.bagus_lib.register.ModDialogs.onNewRegistry(net.neoforged.neoforge.registries.NewRegistryEvent) to the event bus of mod bagus_lib
[18Feb2026 13:26:38.417] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class baguchi.bagus_lib.register.ModEntities for @SubscribeEvent-annotated methods
[18Feb2026 13:26:38.417] [modloading-worker-0/INFO] [net.blay09.mods.balm.neoforge.platform.config.internal.NeoForgeBalmConfig/]: Registering config for kleeslabs:common (COMMON) with 2 properties.
[18Feb2026 13:26:38.417] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file kleeslabs-common.toml for kleeslabs tracking
[18Feb2026 13:26:38.418] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void baguchi.bagus_lib.register.ModEntities.registerSpawnPlacement(net.neoforged.neoforge.event.entity.RegisterSpawnPlacementsEvent) to the event bus of mod bagus_lib
[18Feb2026 13:26:38.418] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void baguchi.bagus_lib.register.ModEntities.registerEntity(net.neoforged.neoforge.event.entity.EntityAttributeCreationEvent) to the event bus of mod bagus_lib
[18Feb2026 13:26:38.421] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for kleeslabs
[18Feb2026 13:26:38.423] [modloading-worker-0/INFO] [ModSharedBootstrap/]: Compression will use libdeflate (Linux x86_64), encryption will use OpenSSL 3.x.x (Linux x86_64)
[18Feb2026 13:26:38.424] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for krypton_fnp
[18Feb2026 13:26:38.424] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for c2me_opts_math
[18Feb2026 13:26:38.424] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for medievalend
[18Feb2026 13:26:38.424] [modloading-worker-0/DEBUG] [biolith/]: Loaded com.terraformersmc.biolith.impl.platform.NeoForgePlatformHelper@57941502 for service interface com.terraformersmc.biolith.impl.platform.services.PlatformHelper
[18Feb2026 13:26:38.425] [modloading-worker-0/INFO] [biolith/]: Biolith for NeoForge is initializing...
[18Feb2026 13:26:38.441] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for c2me
[18Feb2026 13:26:38.441] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for mr_dungeons_andtavernsjungletempleoverhaul
[18Feb2026 13:26:38.441] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for medieval_buildings
[18Feb2026 13:26:38.443] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for neoforge
[18Feb2026 13:26:38.443] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.neoforged.neoforge.attachment.AttachmentInternals for @SubscribeEvent-annotated methods
[18Feb2026 13:26:38.444] [modloading-worker-0/DEBUG] [ClientSort (Service)/]: Loaded dev.terminalmc.clientsort.platform.NeoForgeServices@10b30375 for service interface dev.terminalmc.clientsort.platform.services.PlatformServices
[18Feb2026 13:26:38.445] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.neoforged.neoforge.attachment.AttachmentInternals.onLivingConvert(net.neoforged.neoforge.event.entity.living.LivingConversionEvent$Post) to the game event bus
[18Feb2026 13:26:38.445] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.neoforged.neoforge.attachment.AttachmentInternals.onPlayerClone(net.neoforged.neoforge.event.entity.player.PlayerEvent$Clone) to the game event bus
[18Feb2026 13:26:38.445] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.neoforged.neoforge.attachment.AttachmentSync for @SubscribeEvent-annotated methods
[18Feb2026 13:26:38.476] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.neoforged.neoforge.attachment.AttachmentSync.onChunkSent(net.neoforged.neoforge.event.level.ChunkWatchEvent$Sent) to the game event bus
[18Feb2026 13:26:38.477] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.neoforged.neoforge.common.MonsterRoomHooks for @SubscribeEvent-annotated methods
[18Feb2026 13:26:38.477] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.neoforged.neoforge.common.MonsterRoomHooks.onDataMapsUpdated(net.neoforged.neoforge.registries.datamaps.DataMapsUpdatedEvent) to the game event bus
[18Feb2026 13:26:38.477] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.neoforged.neoforge.network.ConfigurationInitialization for @SubscribeEvent-annotated methods
[18Feb2026 13:26:38.479] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for clientsort
[18Feb2026 13:26:38.479] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class dev.terminalmc.clientsort.ClientSortNeoForge$DedicatedServerEventHandler for @SubscribeEvent-annotated methods
[18Feb2026 13:26:38.479] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method private static void net.neoforged.neoforge.network.ConfigurationInitialization.configureModdedClient(net.neoforged.neoforge.network.event.RegisterConfigurationTasksEvent) to the event bus of mod neoforge
[18Feb2026 13:26:38.479] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.neoforged.neoforge.network.NetworkInitialization for @SubscribeEvent-annotated methods
[18Feb2026 13:26:38.479] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method private static void net.neoforged.neoforge.network.NetworkInitialization.register(net.neoforged.neoforge.network.event.RegisterPayloadHandlersEvent) to the event bus of mod neoforge
[18Feb2026 13:26:38.480] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.neoforged.neoforge.network.filters.GenericPacketSplitter for @SubscribeEvent-annotated methods
[18Feb2026 13:26:38.480] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method static void dev.terminalmc.clientsort.ClientSortNeoForge$DedicatedServerEventHandler.register(net.neoforged.neoforge.network.event.RegisterPayloadHandlersEvent) to the event bus of mod clientsort
[18Feb2026 13:26:38.480] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class dev.terminalmc.clientsort.ClientSortNeoForge$GameEventHandler for @SubscribeEvent-annotated methods
[18Feb2026 13:26:38.480] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method static void dev.terminalmc.clientsort.ClientSortNeoForge$GameEventHandler.registerCommands(net.neoforged.neoforge.event.RegisterCommandsEvent) to the game event bus
[18Feb2026 13:26:38.480] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class dev.terminalmc.clientsort.ClientSortNeoForge for @SubscribeEvent-annotated methods
[18Feb2026 13:26:38.481] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method static void dev.terminalmc.clientsort.ClientSortNeoForge.register(net.neoforged.neoforge.network.event.RegisterPayloadHandlersEvent) to the event bus of mod clientsort
[18Feb2026 13:26:38.482] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for biolith
[18Feb2026 13:26:38.487] [modloading-worker-0/DEBUG] [mixin/]: Mixing network.microopt.Utf8StringMixin from krypton_fnp.mixins.json into net.minecraft.network.Utf8String
[18Feb2026 13:26:38.492] [modloading-worker-0/DEBUG] [io.netty.util.internal.InternalThreadLocalMap/]: -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
[18Feb2026 13:26:38.492] [modloading-worker-0/DEBUG] [io.netty.util.internal.InternalThreadLocalMap/]: -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
[18Feb2026 13:26:38.493] [modloading-worker-0/DEBUG] [io.netty.buffer.AdaptiveByteBufAllocator/]: -Dio.netty.allocator.useCachedMagazinesForNonEventLoopThreads: false
[18Feb2026 13:26:38.497] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file sophisticatedbackpacks-server.toml for sophisticatedbackpacks tracking
[18Feb2026 13:26:38.497] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file sophisticatedbackpacks-common.toml for sophisticatedbackpacks tracking
[18Feb2026 13:26:38.498] [modloading-worker-0/DEBUG] [Carry On/]: Loaded tschipp.carryon.platform.NeoForgePlatformHelper@25104d9d for service interface tschipp.carryon.platform.services.IPlatformHelper
[18Feb2026 13:26:38.498] [modloading-worker-0/DEBUG] [Carry On/]: Loaded tschipp.carryon.platform.NeoForgeGamestagesHelper@4c1419f3 for service interface tschipp.carryon.platform.services.IGamestagePlatformHelper
[18Feb2026 13:26:38.499] [modloading-worker-0/DEBUG] [io.netty.util.Recycler/]: -Dio.netty.recycler.maxCapacityPerThread: 4096
[18Feb2026 13:26:38.499] [modloading-worker-0/DEBUG] [io.netty.util.Recycler/]: -Dio.netty.recycler.ratio: 8
[18Feb2026 13:26:38.499] [modloading-worker-0/DEBUG] [io.netty.util.Recycler/]: -Dio.netty.recycler.chunkSize: 32
[18Feb2026 13:26:38.499] [modloading-worker-0/DEBUG] [io.netty.util.Recycler/]: -Dio.netty.recycler.blocking: false
[18Feb2026 13:26:38.499] [modloading-worker-0/DEBUG] [io.netty.util.Recycler/]: -Dio.netty.recycler.batchFastThreadLocalOnly: true
[18Feb2026 13:26:38.501] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file carryon-common.toml for carryon tracking
[18Feb2026 13:26:38.501] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file carryon-client.toml for carryon tracking
[18Feb2026 13:26:38.501] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for carryon
[18Feb2026 13:26:38.501] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class tschipp.carryon.events.ModBusEvents for @SubscribeEvent-annotated methods
[18Feb2026 13:26:38.501] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void tschipp.carryon.events.ModBusEvents.serverLoad(net.neoforged.fml.event.lifecycle.InterModProcessEvent) to the event bus of mod carryon
[18Feb2026 13:26:38.502] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class tschipp.carryon.events.CommonEvents for @SubscribeEvent-annotated methods
[18Feb2026 13:26:38.503] [modloading-worker-0/DEBUG] [io.netty.buffer.ByteBufUtil/]: -Dio.netty.allocator.type: adaptive
[18Feb2026 13:26:38.503] [modloading-worker-0/DEBUG] [io.netty.buffer.ByteBufUtil/]: -Dio.netty.threadLocalDirectBufferSize: 0
[18Feb2026 13:26:38.503] [modloading-worker-0/DEBUG] [io.netty.buffer.ByteBufUtil/]: -Dio.netty.maxThreadLocalCharBufferSize: 16384
[18Feb2026 13:26:38.503] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void tschipp.carryon.events.CommonEvents.onServerTick(net.neoforged.neoforge.event.tick.ServerTickEvent$Post) to the game event bus
[18Feb2026 13:26:38.504] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void tschipp.carryon.events.CommonEvents.onBlockClick(net.neoforged.neoforge.event.entity.player.PlayerInteractEvent$RightClickBlock) to the game event bus
[18Feb2026 13:26:38.504] [modloading-worker-0/DEBUG] [mixin/]: Mixing network.microopt.VarIntMixin from krypton_fnp.mixins.json into net.minecraft.network.VarInt
[18Feb2026 13:26:38.504] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void tschipp.carryon.events.CommonEvents.onBreakBlock(net.neoforged.neoforge.event.level.BlockEvent$BreakEvent) to the game event bus
[18Feb2026 13:26:38.504] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void tschipp.carryon.events.CommonEvents.onEntityRightClick(net.neoforged.neoforge.event.entity.player.PlayerInteractEvent$EntityInteract) to the game event bus
[18Feb2026 13:26:38.504] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void tschipp.carryon.events.CommonEvents.onDatapackRegister(net.neoforged.neoforge.event.AddServerReloadListenersEvent) to the game event bus
[18Feb2026 13:26:38.504] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void tschipp.carryon.events.CommonEvents.onTagsUpdate(net.neoforged.neoforge.event.TagsUpdatedEvent) to the game event bus
[18Feb2026 13:26:38.504] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void tschipp.carryon.events.CommonEvents.onClone(net.neoforged.neoforge.event.entity.player.PlayerEvent$Clone) to the game event bus
[18Feb2026 13:26:38.504] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void tschipp.carryon.events.CommonEvents.harvestSpeed(net.neoforged.neoforge.event.entity.player.PlayerEvent$BreakSpeed) to the game event bus
[18Feb2026 13:26:38.505] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void tschipp.carryon.events.CommonEvents.attackEntity(net.neoforged.neoforge.event.entity.player.AttackEntityEvent) to the game event bus
[18Feb2026 13:26:38.505] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void tschipp.carryon.events.CommonEvents.onPlayerLoggedOut(net.neoforged.neoforge.event.entity.player.PlayerEvent$PlayerLoggedOutEvent) to the game event bus
[18Feb2026 13:26:38.505] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void tschipp.carryon.events.CommonEvents.playerAttack(net.neoforged.neoforge.event.entity.player.AttackEntityEvent) to the game event bus
[18Feb2026 13:26:38.505] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void tschipp.carryon.events.CommonEvents.onRegisterCommands(net.neoforged.neoforge.event.RegisterCommandsEvent) to the game event bus
[18Feb2026 13:26:38.505] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void tschipp.carryon.events.CommonEvents.onDatapackSync(net.neoforged.neoforge.event.OnDatapackSyncEvent) to the game event bus
[18Feb2026 13:26:38.505] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class tschipp.carryon.config.neoforge.ConfigLoaderImpl for @SubscribeEvent-annotated methods
[18Feb2026 13:26:38.505] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void tschipp.carryon.config.neoforge.ConfigLoaderImpl.onConfigReload(net.neoforged.fml.event.config.ModConfigEvent$Reloading) to the event bus of mod carryon
[18Feb2026 13:26:38.506] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void tschipp.carryon.config.neoforge.ConfigLoaderImpl.onConfigLoad(net.neoforged.fml.event.config.ModConfigEvent$Loading) to the event bus of mod carryon
[18Feb2026 13:26:38.506] [modloading-worker-0/DEBUG] [mixin/]: Mixing network.pipeline.compression.ConnectionMixin from krypton_fnp.mixins.json into net.minecraft.network.Connection
[18Feb2026 13:26:38.510] [modloading-worker-0/DEBUG] [mixin/]: Mixing network.pipeline.encryption.ConnectionMixin from krypton_fnp.mixins.json into net.minecraft.network.Connection
[18Feb2026 13:26:38.511] [modloading-worker-0/DEBUG] [mixin/]: Mixing network.pipeline.prepender.ConnectionMixin from krypton_fnp.mixins.json into net.minecraft.network.Connection
[18Feb2026 13:26:38.513] [modloading-worker-0/DEBUG] [mixin/]: krypton_fnp.mixins.json:network.pipeline.compression.ConnectionMixin from mod krypton_fnp->@Inject::setCompressionThreshold(IZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
[18Feb2026 13:26:38.515] [modloading-worker-0/WARN] [de.keksuccino.melody.Melody/]: [MELODY] Disabling Melody since it's loaded server-side.
[18Feb2026 13:26:38.515] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for melody
[18Feb2026 13:26:38.515] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for c2me_base
[18Feb2026 13:26:38.517] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method private static void net.neoforged.neoforge.network.filters.GenericPacketSplitter.register(net.neoforged.neoforge.network.event.RegisterPayloadHandlersEvent) to the event bus of mod neoforge
[18Feb2026 13:26:38.522] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for balm
[18Feb2026 13:26:38.524] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for cloth_config
[18Feb2026 13:26:38.524] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file ctov-common.toml for ctov tracking
[18Feb2026 13:26:38.525] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for ctov
[18Feb2026 13:26:38.525] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.choicetheorem.ctov.registry.neoforge.CTOVConfigNeoForge for @SubscribeEvent-annotated methods
[18Feb2026 13:26:38.525] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.choicetheorem.ctov.registry.neoforge.CTOVConfigNeoForge.onReload(net.neoforged.fml.event.config.ModConfigEvent) to the event bus of mod ctov
[18Feb2026 13:26:38.525] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.choicetheorem.ctov.registry.neoforge.CTOVConfigNeoForge.onLoad(net.neoforged.fml.event.config.ModConfigEvent) to the event bus of mod ctov
[18Feb2026 13:26:38.525] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for c2me_fixes_worldgen_vanilla_bugs
[18Feb2026 13:26:38.526] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for moretotems
[18Feb2026 13:26:38.527] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file revampedwolf-common.toml for revampedwolf tracking
[18Feb2026 13:26:38.527] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for revampedwolf
[18Feb2026 13:26:38.527] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class baguchan.revampedwolf.data.DataGenerators for @SubscribeEvent-annotated methods
[18Feb2026 13:26:38.528] [modloading-worker-0/INFO] [de.keksuccino.konkrete.Konkrete/]: [KONKRETE] Loading v1.9.14 in server-side mode on NEOFORGE!
[18Feb2026 13:26:38.528] [modloading-worker-0/INFO] [de.keksuccino.konkrete.Konkrete/]: [KONKRETE] Server-side modules initialized and ready to use!
[18Feb2026 13:26:38.528] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for konkrete
[18Feb2026 13:26:38.528] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for geophilic
[18Feb2026 13:26:38.528] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void baguchan.revampedwolf.data.DataGenerators.gatherData(net.neoforged.neoforge.data.event.GatherDataEvent$Client) to the event bus of mod revampedwolf
[18Feb2026 13:26:38.528] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class baguchan.revampedwolf.event.WolfTradeEvent for @SubscribeEvent-annotated methods
[18Feb2026 13:26:38.529] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void baguchan.revampedwolf.event.WolfTradeEvent.villagerTradeEvent(net.neoforged.neoforge.event.village.VillagerTradesEvent) to the game event bus
[18Feb2026 13:26:38.529] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class baguchan.revampedwolf.registry.ModCreativeTabs for @SubscribeEvent-annotated methods
[18Feb2026 13:26:38.529] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void baguchan.revampedwolf.registry.ModCreativeTabs.registerCreativeTab(net.neoforged.neoforge.event.BuildCreativeModeTabContentsEvent) to the event bus of mod revampedwolf
[18Feb2026 13:26:38.530] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for voicechat
[18Feb2026 13:26:38.530] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for c2me_fixes_chunkio_threading_issues
[18Feb2026 13:26:38.530] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for explorify
[18Feb2026 13:26:38.531] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for c2me_client_uncapvd
[18Feb2026 13:26:38.531] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file easy_piglins-server.toml for easy_piglins tracking
[18Feb2026 13:26:38.531] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file easy_piglins-client.toml for easy_piglins tracking
[18Feb2026 13:26:38.532] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file corpse-server.toml for corpse tracking
[18Feb2026 13:26:38.532] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for corpse
[18Feb2026 13:26:38.532] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class de.maxhenkel.corpse.CorpseMod for @SubscribeEvent-annotated methods
[18Feb2026 13:26:38.532] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method static void de.maxhenkel.corpse.CorpseMod.commonSetup(net.neoforged.fml.event.lifecycle.FMLCommonSetupEvent) to the event bus of mod corpse
[18Feb2026 13:26:38.532] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method static void de.maxhenkel.corpse.CorpseMod.onRegisterPayloadHandler(net.neoforged.neoforge.network.event.RegisterPayloadHandlersEvent) to the event bus of mod corpse
[18Feb2026 13:26:38.532] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method static void de.maxhenkel.corpse.CorpseMod.onRegisterCommands(net.neoforged.neoforge.event.RegisterCommandsEvent) to the game event bus
[18Feb2026 13:26:38.546] [modloading-worker-0/DEBUG] [MonoLib/]: Loaded com.cursee.monolib.platform.NeoForgePlatformHelper@45a3da69 for service interface com.cursee.monolib.platform.services.IPlatformHelper
[18Feb2026 13:26:38.546] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for longer_following_time
[18Feb2026 13:26:38.547] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for spark
[18Feb2026 13:26:38.548] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for c2me_opts_dfc
[18Feb2026 13:26:38.549] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for easy_piglins
[18Feb2026 13:26:38.549] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class de.maxhenkel.easypiglins.EasyPiglinsMod for @SubscribeEvent-annotated methods
[18Feb2026 13:26:38.549] [modloading-worker-0/INFO] [Collective/]: Loading Collective version 8.13.
[18Feb2026 13:26:38.549] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method static void de.maxhenkel.easypiglins.EasyPiglinsMod.commonSetup(net.neoforged.fml.event.lifecycle.FMLCommonSetupEvent) to the event bus of mod easy_piglins
[18Feb2026 13:26:38.552] [modloading-worker-0/INFO] [com.autovw.advancednetherite.AdvancedNetherite/]: Initializing platform helper for Advanced Netherite!
[18Feb2026 13:26:38.556] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file advancednetherite-client.toml for advancednetherite tracking
[18Feb2026 13:26:38.556] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file advancednetherite-common.toml for advancednetherite tracking
[18Feb2026 13:26:38.556] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file advancednetherite-server.toml for advancednetherite tracking
[18Feb2026 13:26:38.557] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for collective
[18Feb2026 13:26:38.557] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.natamus.collective.neoforge.events.RegisterCollectiveNeoForgeEvents for @SubscribeEvent-annotated methods
[18Feb2026 13:26:38.558] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.natamus.collective.neoforge.events.RegisterCollectiveNeoForgeEvents.onWorldLoad(net.neoforged.neoforge.event.level.LevelEvent$Load) to the game event bus
[18Feb2026 13:26:38.561] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for supermartijn642corelib
[18Feb2026 13:26:38.558] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.natamus.collective.neoforge.events.RegisterCollectiveNeoForgeEvents.onEntityJoinLevel(net.neoforged.neoforge.event.entity.EntityJoinLevelEvent) to the game event bus
[18Feb2026 13:26:38.574] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.natamus.collective.neoforge.events.RegisterCollectiveNeoForgeEvents.onServerTick(net.neoforged.neoforge.event.tick.ServerTickEvent$Post) to the game event bus
[18Feb2026 13:26:38.575] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.natamus.collective.neoforge.events.RegisterCollectiveNeoForgeEvents.onWorldTick(net.neoforged.neoforge.event.tick.LevelTickEvent$Post) to the game event bus
[18Feb2026 13:26:38.575] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.natamus.collective.neoforge.events.RegisterCollectiveNeoForgeEvents.registerCommands(net.neoforged.neoforge.event.RegisterCommandsEvent) to the game event bus
[18Feb2026 13:26:38.575] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.natamus.collective.neoforge.events.RegisterCollectiveNeoForgeEvents.onServerStarted(net.neoforged.neoforge.event.server.ServerAboutToStartEvent) to the game event bus
[18Feb2026 13:26:38.575] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for searchables
[18Feb2026 13:26:38.575] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for mr_dungeons_andtaverns
[18Feb2026 13:26:38.579] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for advancednetherite
[18Feb2026 13:26:38.579] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.autovw.advancednetherite.AdvancedNetheriteTab for @SubscribeEvent-annotated methods
[18Feb2026 13:26:38.579] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.autovw.advancednetherite.AdvancedNetheriteTab.onRegisterCreativeModeTabEvent(net.neoforged.neoforge.event.BuildCreativeModeTabContentsEvent) to the event bus of mod advancednetherite
[18Feb2026 13:26:38.579] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.autovw.advancednetherite.common.EventHandler for @SubscribeEvent-annotated methods
[18Feb2026 13:26:38.579] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.autovw.advancednetherite.common.EventHandler.onEnderManAngerEvent(net.neoforged.neoforge.event.entity.living.EnderManAngerEvent) to the game event bus
[18Feb2026 13:26:38.580] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.autovw.advancednetherite.common.EventHandler.onLivingChangeTargetEvent(net.neoforged.neoforge.event.entity.living.LivingChangeTargetEvent) to the game event bus
[18Feb2026 13:26:38.580] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for mr_dungeons_andtavernspillageroutpostoverhaul
[18Feb2026 13:26:38.580] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for mr_dungeons_andtavernsdeserttempleoverhaul
[18Feb2026 13:26:38.583] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for resourcefullib
[18Feb2026 13:26:38.585] [modloading-worker-0/DEBUG] [Unlocked Typing/]: Loaded neoforge.com.cursee.unlocked_typing.platform.NeoForgePlatformHelper@35c17592 for service interface neoforge.com.cursee.unlocked_typing.platform.services.IPlatformHelper
[18Feb2026 13:26:38.585] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for unlocked_typing
[18Feb2026 13:26:38.587] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file aiimprovements-common.toml for aiimprovements tracking
[18Feb2026 13:26:38.587] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for aiimprovements
[18Feb2026 13:26:38.587] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.builtbroken.ai.improvements.AIImprovements for @SubscribeEvent-annotated methods
[18Feb2026 13:26:38.587] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.builtbroken.ai.improvements.AIImprovements.onFMLCommonSetup(net.neoforged.fml.event.lifecycle.FMLCommonSetupEvent) to the event bus of mod aiimprovements
[18Feb2026 13:26:38.587] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.builtbroken.ai.improvements.modifier.ModifierSystem for @SubscribeEvent-annotated methods
[18Feb2026 13:26:38.588] [modloading-worker-0/INFO] [net.blay09.mods.balm.neoforge.platform.config.internal.NeoForgeBalmConfig/]: Registering config for littlejoys:common (COMMON) with 16 properties.
[18Feb2026 13:26:38.588] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file littlejoys-common.toml for littlejoys tracking
[18Feb2026 13:26:38.591] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.builtbroken.ai.improvements.modifier.ModifierSystem.onEntityJoinWorld(net.neoforged.neoforge.event.entity.EntityJoinLevelEvent) to the game event bus
[18Feb2026 13:26:38.596] [modloading-worker-0/INFO] [com.cupboard.Cupboard/]: Loaded config for: cupboard.json
[18Feb2026 13:26:38.597] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for cupboard
[18Feb2026 13:26:38.600] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for transition
[18Feb2026 13:26:38.600] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for sophisticatedbackpacks
[18Feb2026 13:26:38.601] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for refurbished_furniture
[18Feb2026 13:26:38.601] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.mrcrayfish.furniture.refurbished.NeoForgeEvents for @SubscribeEvent-annotated methods
[18Feb2026 13:26:38.602] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.mrcrayfish.furniture.refurbished.NeoForgeEvents.onLeftClickBlock(net.neoforged.neoforge.event.entity.player.PlayerInteractEvent$LeftClickBlock) to the game event bus
[18Feb2026 13:26:38.602] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.mrcrayfish.furniture.refurbished.NeoForgeEvents.onRightClickBlock(net.neoforged.neoforge.event.entity.player.PlayerInteractEvent$RightClickBlock) to the game event bus
[18Feb2026 13:26:38.602] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.mrcrayfish.furniture.refurbished.NeoForgeEvents.onDatapackSync(net.neoforged.neoforge.event.OnDatapackSyncEvent) to the game event bus
[18Feb2026 13:26:38.604] [modloading-worker-0/DEBUG] [mixin/]: Mixing network.microopt.ServerEntityMixin from krypton_fnp.mixins.json into net.minecraft.server.level.ServerEntity
[18Feb2026 13:26:38.607] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for architectury
[18Feb2026 13:26:38.608] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class dev.architectury.event.forge.EventHandlerImplServer$ModBasedEventHandler for @SubscribeEvent-annotated methods
[18Feb2026 13:26:38.608] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class dev.architectury.event.forge.EventHandlerImplServer for @SubscribeEvent-annotated methods
[18Feb2026 13:26:38.610] [modloading-worker-0/INFO] [JamLib/]: Initializing JamLib on NeoForge
[18Feb2026 13:26:38.610] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for jamlib
[18Feb2026 13:26:38.612] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for littlejoys
[18Feb2026 13:26:38.612] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for moogs_structures
[18Feb2026 13:26:38.612] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.finndog.moogs_structures.datagen.StructureNbtUpdaterDatagen for @SubscribeEvent-annotated methods
[18Feb2026 13:26:38.613] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.finndog.moogs_structures.datagen.StructureNbtUpdaterDatagen.gatherData(net.neoforged.neoforge.data.event.GatherDataEvent$Server) to the event bus of mod moogs_structures
[18Feb2026 13:26:38.615] [modloading-worker-0/DEBUG] [Framework/]: Loaded com.mrcrayfish.framework.platform.NeoForgePlatformHelper@57652e78 for service interface com.mrcrayfish.framework.platform.services.IPlatformHelper
[18Feb2026 13:26:38.616] [modloading-worker-0/DEBUG] [Framework/]: Loaded com.mrcrayfish.framework.platform.NeoForgeNetworkHelper@457b995e for service interface com.mrcrayfish.framework.platform.services.INetworkHelper
[18Feb2026 13:26:38.617] [modloading-worker-0/DEBUG] [Framework/]: Loaded com.mrcrayfish.framework.platform.NeoForgeRegistrationHelper@32a0548 for service interface com.mrcrayfish.framework.platform.services.IRegistrationHelper
[18Feb2026 13:26:38.617] [modloading-worker-0/DEBUG] [Framework/]: Loaded com.mrcrayfish.framework.platform.NeoForgeEntityHelper@2e7d3b4 for service interface com.mrcrayfish.framework.platform.services.IEntityHelper
[18Feb2026 13:26:38.618] [modloading-worker-0/DEBUG] [Framework/]: Loaded com.mrcrayfish.framework.platform.NeoForgeConfigHelper@4f1c2121 for service interface com.mrcrayfish.framework.platform.services.IConfigHelper
[18Feb2026 13:26:38.636] [modloading-worker-0/INFO] [MonoLib/]: Warden did not detect any unsafe JAR files in /home/********/mods
[18Feb2026 13:26:38.636] [modloading-worker-0/INFO] [MonoLib/]: You can disable this message by setting "verify_mod_files" in config/monolib-common.toml to false.
[18Feb2026 13:26:38.676] [modloading-worker-0/INFO] [JamLib/]: Updated config file at /home/********/config/rightclickharvest.json5
[18Feb2026 13:26:38.676] [modloading-worker-0/INFO] [Right Click Harvest/]: Initializing Right Click Harvest on NEOFORGE
[18Feb2026 13:26:38.682] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for monolib
[18Feb2026 13:26:38.682] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for c2me_rewrites_chunkio
[18Feb2026 13:26:38.682] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for mr_guns
[18Feb2026 13:26:38.682] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for journeymap_api
[18Feb2026 13:26:38.682] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for c2me_opts_allocs
[18Feb2026 13:26:38.683] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for rightclickharvest
[18Feb2026 13:26:38.683] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for c2me_threading_lighting
[18Feb2026 13:26:38.684] [modloading-worker-0/DEBUG] [MrCrayfish's Furniture Mod: Refurbished/]: Loaded com.mrcrayfish.furniture.refurbished.platform.NeoForgePlatformHelper@74e29aa8 for service interface com.mrcrayfish.furniture.refurbished.platform.services.IPlatformHelper
[18Feb2026 13:26:38.685] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for doubledoors
[18Feb2026 13:26:38.688] [modloading-worker-0/DEBUG] [MrCrayfish's Furniture Mod: Refurbished/]: Loaded com.mrcrayfish.furniture.refurbished.platform.NeoForgeBlockHelper@e16bd5a for service interface com.mrcrayfish.furniture.refurbished.platform.services.IBlockHelper
[18Feb2026 13:26:38.689] [modloading-worker-0/INFO] [net.blay09.mods.balm.neoforge.platform.config.internal.NeoForgeBalmConfig/]: Registering config for trashslot:common (COMMON) with 5 properties.
[18Feb2026 13:26:38.689] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file trashslot-common.toml for trashslot tracking
[18Feb2026 13:26:38.690] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fallingtree
[18Feb2026 13:26:38.691] [modloading-worker-0/DEBUG] [MrCrayfish's Furniture Mod: Refurbished/]: Loaded com.mrcrayfish.furniture.refurbished.platform.NeoForgeBlockEntityHelper@173a47f0 for service interface com.mrcrayfish.furniture.refurbished.platform.services.IBlockEntityHelper
[18Feb2026 13:26:38.691] [modloading-worker-0/DEBUG] [MrCrayfish's Furniture Mod: Refurbished/]: Loaded com.mrcrayfish.furniture.refurbished.platform.NeoForgeEntityHelper@f334a10 for service interface com.mrcrayfish.furniture.refurbished.platform.services.IEntityHelper
[18Feb2026 13:26:38.692] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for trashslot
[18Feb2026 13:26:38.692] [modloading-worker-0/DEBUG] [MrCrayfish's Furniture Mod: Refurbished/]: Loaded com.mrcrayfish.furniture.refurbished.platform.NeoForgeRecipeHelper@55d9717c for service interface com.mrcrayfish.furniture.refurbished.platform.services.IRecipeHelper
[18Feb2026 13:26:38.693] [modloading-worker-0/DEBUG] [MrCrayfish's Furniture Mod: Refurbished/]: Loaded com.mrcrayfish.furniture.refurbished.platform.NeoForgeFluidHelper@6dd48456 for service interface com.mrcrayfish.furniture.refurbished.platform.services.IFluidHelper
[18Feb2026 13:26:38.932] [modloading-worker-0/DEBUG] [MrCrayfish's Furniture Mod: Refurbished/]: Loaded com.mrcrayfish.furniture.refurbished.platform.NeoForgeMenuHelper@2f23a49a for service interface com.mrcrayfish.furniture.refurbished.platform.services.IMenuHelper
[18Feb2026 13:26:38.939] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file sophisticatedstorage-server.toml for sophisticatedstorage tracking
[18Feb2026 13:26:38.939] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file sophisticatedstorage-client.toml for sophisticatedstorage tracking
[18Feb2026 13:26:38.939] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file sophisticatedstorage-common.toml for sophisticatedstorage tracking
[18Feb2026 13:26:38.945] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing components for mutantmonsters:common
[18Feb2026 13:26:38.958] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file mutantmonsters-common.toml for mutantmonsters tracking
[18Feb2026 13:26:38.962] [modloading-worker-0/INFO] [Puzzles Lib/]: Dispatching loading event for config mutantmonsters-common.toml
[18Feb2026 13:26:38.963] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file /home/********/config/mutantmonsters-common.toml
[18Feb2026 13:26:38.966] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file /home/********/config/mutantmonsters-common.toml for changes
[18Feb2026 13:26:38.968] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file mutantmonsters-server.toml for mutantmonsters tracking
[18Feb2026 13:26:38.999] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for sophisticatedstorage
[18Feb2026 13:26:39.001] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file jei-server.toml for jei tracking
[18Feb2026 13:26:39.007] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for jei
[18Feb2026 13:26:39.032] [modloading-worker-0/DEBUG] [mixin/]: Mixing world.explosions.block_raycast.ServerExplosionMixin from lithium.mixins.json into net.minecraft.world.level.ServerExplosion
[18Feb2026 13:26:39.034] [modloading-worker-0/DEBUG] [mixin/]: Mixing world.explosions.entity_raycast.ServerExplosionMixin from lithium.mixins.json into net.minecraft.world.level.ServerExplosion
[18Feb2026 13:26:39.035] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$simplifyRaycast$0(Lnet/minecraft/world/level/ClipContext;)Lnet/minecraft/world/phys/BlockHitResult; to md91697a$lithium$lambda$simplifyRaycast$0$0 in lithium.mixins.json:world.explosions.entity_raycast.ServerExplosionMixin from mod lithium
[18Feb2026 13:26:39.038] [modloading-worker-0/DEBUG] [mixin/]: lithium.mixins.json:world.explosions.block_raycast.ServerExplosionMixin from mod lithium->@Inject::init(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/entity/Entity;Lnet/minecraft/world/damagesource/DamageSource;Lnet/minecraft/world/level/ExplosionDamageCalculator;Lnet/minecraft/world/phys/Vec3;FZLnet/minecraft/world/level/Explosion$BlockInteraction;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:39.038] [modloading-worker-0/DEBUG] [mixin/]: lithium.mixins.json:world.explosions.block_raycast.ServerExplosionMixin from mod lithium->@Inject::init(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/entity/Entity;Lnet/minecraft/world/damagesource/DamageSource;Lnet/minecraft/world/level/ExplosionDamageCalculator;Lnet/minecraft/world/phys/Vec3;FZLnet/minecraft/world/level/Explosion$BlockInteraction;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:39.038] [modloading-worker-0/DEBUG] [mixin/]: lithium.mixins.json:world.explosions.block_raycast.ServerExplosionMixin from mod lithium->@Inject::init(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/entity/Entity;Lnet/minecraft/world/damagesource/DamageSource;Lnet/minecraft/world/level/ExplosionDamageCalculator;Lnet/minecraft/world/phys/Vec3;FZLnet/minecraft/world/level/Explosion$BlockInteraction;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:39.038] [modloading-worker-0/DEBUG] [mixin/]: lithium.mixins.json:world.explosions.block_raycast.ServerExplosionMixin from mod lithium->@Inject::collectBlocks(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:39.038] [modloading-worker-0/DEBUG] [mixin/]: lithium.mixins.json:world.explosions.entity_raycast.ServerExplosionMixin from mod lithium->@Inject::createMutableContext(Lnet/minecraft/world/phys/Vec3;Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:39.079] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for rechiseled
[18Feb2026 13:26:39.079] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.supermartijn642.rechiseled.chiseling.ChiselingRecipeLoader for @SubscribeEvent-annotated methods
[18Feb2026 13:26:39.081] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.supermartijn642.rechiseled.chiseling.ChiselingRecipeLoader.onDataPackSync(net.neoforged.neoforge.event.OnDatapackSyncEvent) to the game event bus
[18Feb2026 13:26:39.082] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.supermartijn642.rechiseled.chiseling.ChiselingRecipeLoader.onAddReloadListener(net.neoforged.neoforge.event.AddServerReloadListenersEvent) to the game event bus
[18Feb2026 13:26:39.082] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for lithium
[18Feb2026 13:26:39.087] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for commonnetworking
[18Feb2026 13:26:39.087] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for trender
[18Feb2026 13:26:39.096] [modloading-worker-0/INFO] [net.blay09.mods.balm.neoforge.platform.config.internal.NeoForgeBalmConfig/]: Registering config for waystones:common (COMMON) with 32 properties.
[18Feb2026 13:26:39.097] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file waystones-common.toml for waystones tracking
[18Feb2026 13:26:39.101] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for mutantmonsters
[18Feb2026 13:26:39.102] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for clumps
[18Feb2026 13:26:39.111] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for lithostitched
[18Feb2026 13:26:39.114] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file naturescompass-common.toml for naturescompass tracking
[18Feb2026 13:26:39.114] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file naturescompass-client.toml for naturescompass tracking
[18Feb2026 13:26:39.115] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file journeymap-server.toml for journeymap tracking
[18Feb2026 13:26:39.115] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for journeymap
[18Feb2026 13:26:39.115] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for alternate_current
[18Feb2026 13:26:39.115] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class alternate.current.AlternateCurrentMod$ModEvents for @SubscribeEvent-annotated methods
[18Feb2026 13:26:39.115] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for naturescompass
[18Feb2026 13:26:39.115] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.chaosthedude.naturescompass.registry.NaturesCompassRegistry for @SubscribeEvent-annotated methods
[18Feb2026 13:26:39.116] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void alternate.current.AlternateCurrentMod$ModEvents.onRegisterCommands(net.neoforged.neoforge.event.RegisterCommandsEvent) to the game event bus
[18Feb2026 13:26:39.116] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.chaosthedude.naturescompass.registry.NaturesCompassRegistry.register(net.neoforged.neoforge.registries.RegisterEvent) to the event bus of mod naturescompass
[18Feb2026 13:26:39.116] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for c2me_rewrites_chunk_system
[18Feb2026 13:26:39.117] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file snowundertrees-common.toml for snowundertrees tracking
[18Feb2026 13:26:39.118] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for snowundertrees
[18Feb2026 13:26:39.118] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class bl4ckscor3.mod.snowundertrees.LevelTickHandler for @SubscribeEvent-annotated methods
[18Feb2026 13:26:39.118] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void bl4ckscor3.mod.snowundertrees.LevelTickHandler.onWorldTick(net.neoforged.neoforge.event.tick.LevelTickEvent$Pre) to the game event bus
[18Feb2026 13:26:39.118] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file explorerscompass-common.toml for explorerscompass tracking
[18Feb2026 13:26:39.119] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file explorerscompass-client.toml for explorerscompass tracking
[18Feb2026 13:26:39.119] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void bl4ckscor3.mod.snowundertrees.LevelTickHandler.onWorldTick(net.neoforged.neoforge.event.tick.LevelTickEvent$Post) to the game event bus
[18Feb2026 13:26:39.119] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fusion
[18Feb2026 13:26:39.119] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for sodium
[18Feb2026 13:26:39.119] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for explorerscompass
[18Feb2026 13:26:39.119] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.chaosthedude.explorerscompass.registry.ExplorersCompassRegistry for @SubscribeEvent-annotated methods
[18Feb2026 13:26:39.119] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for skinlayers3d
[18Feb2026 13:26:39.120] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.chaosthedude.explorerscompass.registry.ExplorersCompassRegistry.registerItems(net.neoforged.neoforge.registries.RegisterEvent) to the event bus of mod explorerscompass
[18Feb2026 13:26:39.120] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for c2me_opts_worldgen_vanilla
[18Feb2026 13:26:39.120] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for c2me_opts_scheduling
[18Feb2026 13:26:39.124] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file hunters_return-common.toml for hunters_return tracking
[18Feb2026 13:26:39.124] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file hunters_return-client.toml for hunters_return tracking
[18Feb2026 13:26:39.125] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for hunters_return
[18Feb2026 13:26:39.125] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class baguchi.hunters_return.CommonEvents for @SubscribeEvent-annotated methods
[18Feb2026 13:26:39.125] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void baguchi.hunters_return.CommonEvents.afterPostDamage(net.neoforged.neoforge.event.entity.living.LivingDamageEvent$Post) to the game event bus
[18Feb2026 13:26:39.126] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class baguchi.hunters_return.data.DataGenerators for @SubscribeEvent-annotated methods
[18Feb2026 13:26:39.126] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void baguchi.hunters_return.data.DataGenerators.gatherData(net.neoforged.neoforge.data.event.GatherDataEvent$Client) to the event bus of mod hunters_return
[18Feb2026 13:26:39.126] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class baguchi.hunters_return.event.EntityEvent for @SubscribeEvent-annotated methods
[18Feb2026 13:26:39.127] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void baguchi.hunters_return.event.EntityEvent.addSpawn(net.neoforged.neoforge.event.entity.EntityJoinLevelEvent) to the game event bus
[18Feb2026 13:26:39.127] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class baguchi.hunters_return.init.HunterEntityRegistry for @SubscribeEvent-annotated methods
[18Feb2026 13:26:39.127] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void baguchi.hunters_return.init.HunterEntityRegistry.registerEntityAttribute(net.neoforged.neoforge.event.entity.EntityAttributeCreationEvent) to the event bus of mod hunters_return
[18Feb2026 13:26:39.127] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void baguchi.hunters_return.init.HunterEntityRegistry.registerEntitySpawn(net.neoforged.neoforge.event.entity.RegisterSpawnPlacementsEvent) to the event bus of mod hunters_return
[18Feb2026 13:26:39.127] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class baguchi.hunters_return.init.ModCreativeTabEvents for @SubscribeEvent-annotated methods
[18Feb2026 13:26:39.128] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void baguchi.hunters_return.init.ModCreativeTabEvents.registerCreativeTab(net.neoforged.neoforge.event.BuildCreativeModeTabContentsEvent) to the event bus of mod hunters_return
[18Feb2026 13:26:39.175] [modloading-worker-0/INFO] [YetAnotherConfigLib/]: Config file 'config/friendsandfoes.json' does not exist. Creating it with default values.
[18Feb2026 13:26:39.176] [modloading-worker-0/INFO] [YetAnotherConfigLib/]: Serializing class com.faboslav.friendsandfoes.common.config.FriendsAndFoesConfig to 'config/friendsandfoes.json'
[18Feb2026 13:26:39.195] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for elytratrims
[18Feb2026 13:26:39.195] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for voicechat_api
[18Feb2026 13:26:39.196] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for sound_physics_remastered
[18Feb2026 13:26:39.198] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for jade
[18Feb2026 13:26:39.199] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file armorposer-common.toml for armorposer tracking
[18Feb2026 13:26:39.200] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for armorposer
[18Feb2026 13:26:39.200] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class com.mrbysco.armorposer.handlers.EventHandler for @SubscribeEvent-annotated methods
[18Feb2026 13:26:39.200] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.mrbysco.armorposer.handlers.EventHandler.onPlayerRightClickItem(net.neoforged.neoforge.event.entity.player.PlayerInteractEvent$RightClickItem) to the game event bus
[18Feb2026 13:26:39.201] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.mrbysco.armorposer.handlers.EventHandler.playerTracking(net.neoforged.neoforge.event.entity.player.PlayerEvent$StartTracking) to the game event bus
[18Feb2026 13:26:39.201] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void com.mrbysco.armorposer.handlers.EventHandler.onPlayerEntityInteractSpecific(net.neoforged.neoforge.event.entity.player.PlayerInteractEvent$EntityInteractSpecific) to the game event bus
[18Feb2026 13:26:39.217] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for waystones
[18Feb2026 13:26:39.217] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for mr_dungeons_andtavernsoceanmonumentoverhaul
[18Feb2026 13:26:39.217] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for c2me_server_utils
[18Feb2026 13:26:39.224] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for friendsandfoes
[18Feb2026 13:26:39.227] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file pipez-server.toml for pipez tracking
[18Feb2026 13:26:39.227] [modloading-worker-0/DEBUG] [net.neoforged.fml.ModContainer/]: Attempted to register an empty config for type CLIENT on mod pipez
[18Feb2026 13:26:39.236] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file easy_villagers-server.toml for easy_villagers tracking
[18Feb2026 13:26:39.237] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file easy_villagers-client.toml for easy_villagers tracking
[18Feb2026 13:26:39.237] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for easy_villagers
[18Feb2026 13:26:39.237] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class de.maxhenkel.easyvillagers.EasyVillagersMod for @SubscribeEvent-annotated methods
[18Feb2026 13:26:39.237] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method static void de.maxhenkel.easyvillagers.EasyVillagersMod.onItemTooltip(net.neoforged.neoforge.event.entity.player.ItemTooltipEvent) to the game event bus
[18Feb2026 13:26:39.237] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method static void de.maxhenkel.easyvillagers.EasyVillagersMod.commonSetup(net.neoforged.fml.event.lifecycle.FMLCommonSetupEvent) to the event bus of mod easy_villagers
[18Feb2026 13:26:39.237] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method static void de.maxhenkel.easyvillagers.EasyVillagersMod.onRegisterPayloadHandler(net.neoforged.neoforge.network.event.RegisterPayloadHandlersEvent) to the event bus of mod easy_villagers
[18Feb2026 13:26:39.238] [modloading-worker-0/DEBUG] [creativecore/]: Created network creativecore:main
[18Feb2026 13:26:39.275] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file securitycraft-server.toml for securitycraft tracking
[18Feb2026 13:26:39.276] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for creativecore
[18Feb2026 13:26:39.276] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for securitycraft
[18Feb2026 13:26:39.277] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.geforcemods.securitycraft.api.SecurityCraftAPI for @SubscribeEvent-annotated methods
[18Feb2026 13:26:39.277] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for c2me_notickvd
[18Feb2026 13:26:39.277] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for c2me_opts_worldgen_general
[18Feb2026 13:26:39.277] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for c2me_opts_chunkio
[18Feb2026 13:26:39.277] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for mvs
[18Feb2026 13:26:39.277] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.geforcemods.securitycraft.api.SecurityCraftAPI.onInterModProcess(net.neoforged.fml.event.lifecycle.InterModProcessEvent) to the event bus of mod securitycraft
[18Feb2026 13:26:39.277] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for pipez
[18Feb2026 13:26:39.277] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class de.maxhenkel.pipez.PipezMod for @SubscribeEvent-annotated methods
[18Feb2026 13:26:39.277] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.geforcemods.securitycraft.ConfigHandler for @SubscribeEvent-annotated methods
[18Feb2026 13:26:39.277] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method static void de.maxhenkel.pipez.PipezMod.commonSetup(net.neoforged.fml.event.lifecycle.FMLCommonSetupEvent) to the event bus of mod pipez
[18Feb2026 13:26:39.278] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method static void de.maxhenkel.pipez.PipezMod.onRegisterPayloadHandler(net.neoforged.neoforge.network.event.RegisterPayloadHandlersEvent) to the event bus of mod pipez
[18Feb2026 13:26:39.278] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.geforcemods.securitycraft.ConfigHandler.onModConfigReloading(net.neoforged.fml.event.config.ModConfigEvent$Reloading) to the event bus of mod securitycraft
[18Feb2026 13:26:39.278] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.geforcemods.securitycraft.ConfigHandler.onModConfigReloading(net.neoforged.fml.event.config.ModConfigEvent$Loading) to the event bus of mod securitycraft
[18Feb2026 13:26:39.278] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for ferritecore
[18Feb2026 13:26:39.278] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.geforcemods.securitycraft.RegistrationHandler for @SubscribeEvent-annotated methods
[18Feb2026 13:26:39.278] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file appleskin-client.toml for appleskin tracking
[18Feb2026 13:26:39.278] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for appleskin
[18Feb2026 13:26:39.278] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing components for puzzleslib:common
[18Feb2026 13:26:39.279] [modloading-worker-0/INFO] [YetAnotherConfigLib/]: Config file '/home/********/config/yacl.json5' does not exist. Creating it with default values.
[18Feb2026 13:26:39.279] [modloading-worker-0/INFO] [YetAnotherConfigLib/]: Serializing class dev.isxander.yacl3.platform.YACLConfig to '/home/********/config/yacl.json5'
[18Feb2026 13:26:39.279] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for puzzleslib
[18Feb2026 13:26:39.279] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for medieval_nether
[18Feb2026 13:26:39.280] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for yet_another_config_lib_v3
[18Feb2026 13:26:39.280] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.geforcemods.securitycraft.RegistrationHandler.onEntityAttributeCreation(net.neoforged.neoforge.event.entity.EntityAttributeCreationEvent) to the event bus of mod securitycraft
[18Feb2026 13:26:39.280] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.geforcemods.securitycraft.RegistrationHandler.onExtendPoiTypes(net.neoforged.neoforge.common.world.poi.ExtendPoiTypesEvent) to the event bus of mod securitycraft
[18Feb2026 13:26:39.280] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.geforcemods.securitycraft.RegistrationHandler.onRegisterPayloadHandlers(net.neoforged.neoforge.network.event.RegisterPayloadHandlersEvent) to the event bus of mod securitycraft
[18Feb2026 13:26:39.280] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.geforcemods.securitycraft.RegistrationHandler.onCreativeModeTabRegister(net.neoforged.neoforge.event.BuildCreativeModeTabContentsEvent) to the event bus of mod securitycraft
[18Feb2026 13:26:39.280] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.geforcemods.securitycraft.RegistrationHandler.onRegisterCapabilities(net.neoforged.neoforge.capabilities.RegisterCapabilitiesEvent) to the event bus of mod securitycraft
[18Feb2026 13:26:39.280] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.geforcemods.securitycraft.RegistrationHandler.onRegister(net.neoforged.neoforge.registries.RegisterEvent) to the event bus of mod securitycraft
[18Feb2026 13:26:39.281] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.geforcemods.securitycraft.SCEventHandler for @SubscribeEvent-annotated methods
[18Feb2026 13:26:39.282] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file xptome.toml for xpbook tracking
[18Feb2026 13:26:39.282] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file /home/********/config/xptome.toml
[18Feb2026 13:26:39.282] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file /home/********/config/xptome.toml for changes
[18Feb2026 13:26:39.283] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for xpbook
[18Feb2026 13:26:39.283] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class bl4ckscor3.mod.xptome.XPTome for @SubscribeEvent-annotated methods
[18Feb2026 13:26:39.283] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void bl4ckscor3.mod.xptome.XPTome.onAnvilUpdate(net.neoforged.neoforge.event.AnvilUpdateEvent) to the game event bus
[18Feb2026 13:26:39.283] [modloading-worker-0/INFO] [Framework/SYNCED_ENTITY_DATA]: Registered synced data key refurbished_furniture:lock_yaw for refurbished_furniture:seat
[18Feb2026 13:26:39.283] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.geforcemods.securitycraft.SCEventHandler.onServerTickPre(net.neoforged.neoforge.event.tick.ServerTickEvent$Pre) to the game event bus
[18Feb2026 13:26:39.283] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.geforcemods.securitycraft.SCEventHandler.onEntityLeaveLevel(net.neoforged.neoforge.event.entity.EntityLeaveLevelEvent) to the game event bus
[18Feb2026 13:26:39.284] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.geforcemods.securitycraft.SCEventHandler.onServerAboutToStart(net.neoforged.neoforge.event.server.ServerAboutToStartEvent) to the game event bus
[18Feb2026 13:26:39.284] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.geforcemods.securitycraft.SCEventHandler.onServerStop(net.neoforged.neoforge.event.server.ServerStoppedEvent) to the game event bus
[18Feb2026 13:26:39.284] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.geforcemods.securitycraft.SCEventHandler.onEntityInvulnerabilityCheck(net.neoforged.neoforge.event.entity.EntityInvulnerabilityCheckEvent) to the game event bus
[18Feb2026 13:26:39.284] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.geforcemods.securitycraft.SCEventHandler.onLivingAttacked(net.neoforged.neoforge.event.entity.living.LivingIncomingDamageEvent) to the game event bus
[18Feb2026 13:26:39.284] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.geforcemods.securitycraft.SCEventHandler.onDismount(net.neoforged.neoforge.event.entity.EntityMountEvent) to the game event bus
[18Feb2026 13:26:39.284] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.geforcemods.securitycraft.SCEventHandler.onUseItemOnBlock(net.neoforged.neoforge.event.entity.player.UseItemOnBlockEvent) to the game event bus
[18Feb2026 13:26:39.284] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.geforcemods.securitycraft.SCEventHandler.highestPriorityOnRightClickBlock(net.neoforged.neoforge.event.entity.player.PlayerInteractEvent$RightClickBlock) to the game event bus
[18Feb2026 13:26:39.285] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.geforcemods.securitycraft.SCEventHandler.onBlockEventBreak(net.neoforged.neoforge.event.level.BlockEvent$BreakEvent) to the game event bus
[18Feb2026 13:26:39.285] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.geforcemods.securitycraft.SCEventHandler.onBlockEventPlace(net.neoforged.neoforge.event.level.BlockEvent$EntityPlaceEvent) to the game event bus
[18Feb2026 13:26:39.285] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.geforcemods.securitycraft.SCEventHandler.onPlayerHarvestCheck(net.neoforged.neoforge.event.entity.player.PlayerEvent$HarvestCheck) to the game event bus
[18Feb2026 13:26:39.285] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.geforcemods.securitycraft.SCEventHandler.onOwnership(net.geforcemods.securitycraft.misc.OwnershipEvent) to the game event bus
[18Feb2026 13:26:39.285] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.geforcemods.securitycraft.SCEventHandler.onLivingSetAttackTarget(net.neoforged.neoforge.event.entity.living.LivingChangeTargetEvent) to the game event bus
[18Feb2026 13:26:39.285] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.geforcemods.securitycraft.SCEventHandler.onLivingDestroyEvent(net.neoforged.neoforge.event.entity.living.LivingDestroyBlockEvent) to the game event bus
[18Feb2026 13:26:39.286] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.geforcemods.securitycraft.SCEventHandler.onRightClickItem(net.neoforged.neoforge.event.entity.player.PlayerInteractEvent$RightClickItem) to the game event bus
[18Feb2026 13:26:39.286] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.geforcemods.securitycraft.SCEventHandler.onFurnaceFuelBurnTime(net.neoforged.neoforge.event.furnace.FurnaceFuelBurnTimeEvent) to the game event bus
[18Feb2026 13:26:39.286] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.geforcemods.securitycraft.SCEventHandler.onAnvilCraftPre(net.neoforged.neoforge.event.AnvilUpdateEvent) to the game event bus
[18Feb2026 13:26:39.286] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.geforcemods.securitycraft.SCEventHandler.onEntityTeleport(net.neoforged.neoforge.event.entity.EntityTeleportEvent) to the game event bus
[18Feb2026 13:26:39.286] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.geforcemods.securitycraft.SCEventHandler.onNoteBlockPlayed(net.neoforged.neoforge.event.level.NoteBlockEvent$Play) to the game event bus
[18Feb2026 13:26:39.286] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.geforcemods.securitycraft.SCEventHandler.onLevelUnload(net.neoforged.neoforge.event.level.LevelEvent$Unload) to the game event bus
[18Feb2026 13:26:39.286] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.geforcemods.securitycraft.SCEventHandler.onLevelLoad(net.neoforged.neoforge.event.level.LevelEvent$Load) to the game event bus
[18Feb2026 13:26:39.286] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.geforcemods.securitycraft.SCEventHandler.onDamageTaken(net.neoforged.neoforge.event.entity.living.LivingDamageEvent$Post) to the game event bus
[18Feb2026 13:26:39.287] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.geforcemods.securitycraft.SCEventHandler.onLeftClickBlock(net.neoforged.neoforge.event.entity.player.PlayerInteractEvent$LeftClickBlock) to the game event bus
[18Feb2026 13:26:39.287] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.geforcemods.securitycraft.SCEventHandler.onRightClickBlock(net.neoforged.neoforge.event.entity.player.PlayerInteractEvent$RightClickBlock) to the game event bus
[18Feb2026 13:26:39.287] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.geforcemods.securitycraft.SCEventHandler.onDatapackSync(net.neoforged.neoforge.event.OnDatapackSyncEvent) to the game event bus
[18Feb2026 13:26:39.287] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Scanning class net.geforcemods.securitycraft.SecurityCraft for @SubscribeEvent-annotated methods
[18Feb2026 13:26:39.288] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.geforcemods.securitycraft.SecurityCraft.onInterModEnqueue(net.neoforged.fml.event.lifecycle.InterModEnqueueEvent) to the event bus of mod securitycraft
[18Feb2026 13:26:39.288] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.geforcemods.securitycraft.SecurityCraft.onInterModProcess(net.neoforged.fml.event.lifecycle.InterModProcessEvent) to the event bus of mod securitycraft
[18Feb2026 13:26:39.288] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Subscribing method public static void net.geforcemods.securitycraft.SecurityCraft.onRegisterTicketControllers(net.neoforged.neoforge.common.world.chunk.RegisterTicketControllersEvent) to the event bus of mod securitycraft
[18Feb2026 13:26:39.320] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for framework
[18Feb2026 13:26:39.322] [modloading-sync-worker/DEBUG] [net.neoforged.fml.DeferredWorkQueue/LOADING]: Dispatching synchronous work for work queue Mod Construction: 1 jobs
[18Feb2026 13:26:39.325] [modloading-sync-worker/DEBUG] [net.neoforged.fml.DeferredWorkQueue/LOADING]: Synchronous work queue completed in 2.270 ms
[18Feb2026 13:26:39.350] [modloading-sync-worker/DEBUG] [mixin/]: Mixing MixinDimensionOptions from biolith.mixins.json into net.minecraft.world.level.dimension.LevelStem
[18Feb2026 13:26:39.350] [modloading-sync-worker/DEBUG] [mixin/]: biolith.mixins.json:MixinDimensionOptions from mod biolith: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:39.351] [modloading-sync-worker/DEBUG] [mixin/]: biolith.mixins.json:MixinDimensionOptions from mod biolith->@Inject::biolith$storeDimensionTypeToBiomeSource(Lnet/minecraft/core/Holder;Lnet/minecraft/world/level/chunk/ChunkGenerator;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:39.358] [modloading-sync-worker/DEBUG] [mixin/]: Mixing common.TimelineAccessor from lithostitched.12111.mixins.json into net.minecraft.world.timeline.Timeline
[18Feb2026 13:26:39.358] [modloading-sync-worker/DEBUG] [mixin/]: lithostitched.12111.mixins.json:common.TimelineAccessor from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:40.239] [modloading-sync-worker/DEBUG] [mixin/]: Mixing block_pattern_matching.EndDragonFightMixin from lithium.mixins.json into net.minecraft.world.level.dimension.end.EndDragonFight
[18Feb2026 13:26:40.240] [modloading-sync-worker/DEBUG] [mixin/]: lithium.mixins.json:block_pattern_matching.EndDragonFightMixin from mod lithium->@Inject::setPatternToDragonPattern(Lnet/minecraft/server/level/ServerLevel;JLnet/minecraft/world/level/dimension/end/EndDragonFight$Data;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:40.240] [modloading-sync-worker/DEBUG] [mixin/]: lithium.mixins.json:block_pattern_matching.EndDragonFightMixin from mod lithium->@Inject::setPatternToDragonPattern(Lnet/minecraft/server/level/ServerLevel;JLnet/minecraft/world/level/dimension/end/EndDragonFight$Data;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:40.240] [modloading-sync-worker/DEBUG] [mixin/]: lithium.mixins.json:block_pattern_matching.EndDragonFightMixin from mod lithium->@Inject::setPatternToDragonPattern(Lnet/minecraft/server/level/ServerLevel;JLnet/minecraft/world/level/dimension/end/EndDragonFight$Data;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:40.243] [modloading-sync-worker/DEBUG] [mixin/]: Mixing ai.raid.RaidMixin from lithium.mixins.json into net.minecraft.world.entity.raid.Raid
[18Feb2026 13:26:40.243] [modloading-sync-worker/DEBUG] [mixin/]: Mixing RaidMixin from friendsandfoes-common.mixins.json into net.minecraft.world.entity.raid.Raid
[18Feb2026 13:26:40.244] [modloading-sync-worker/DEBUG] [mixin/]: lithium.mixins.json:ai.raid.RaidMixin from mod lithium->@Inject::onTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:40.244] [modloading-sync-worker/DEBUG] [mixin/]: lithium.mixins.json:ai.raid.RaidMixin from mod lithium->@Inject::onTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:40.244] [modloading-sync-worker/DEBUG] [mixin/]: lithium.mixins.json:ai.raid.RaidMixin from mod lithium->@Inject::onTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:40.258] [modloading-sync-worker/DEBUG] [mixin/]: Mixing entity.collisions.unpushable_cramming.EntitySelectorMixin from lithium.mixins.json into net.minecraft.world.entity.EntitySelector
[18Feb2026 13:26:40.278] [modloading-sync-worker/DEBUG] [mixin/]: Mixing common.ServerLifecycleHooksMixin from lithostitched.neoforge.mixins.json into net.neoforged.neoforge.server.ServerLifecycleHooks
[18Feb2026 13:26:40.278] [modloading-sync-worker/DEBUG] [mixin/]: lithostitched.neoforge.mixins.json:common.ServerLifecycleHooksMixin from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:40.278] [modloading-sync-worker/DEBUG] [mixin/]: Renaming synthetic method lambda$lithostitched$injectBiomeModifers$1(Ljava/util/List;Ljava/util/Map$Entry;)V to md91697a$lithostitched$lambda$lithostitched$injectBiomeModifers$1$0 in lithostitched.neoforge.mixins.json:common.ServerLifecycleHooksMixin from mod lithostitched
[18Feb2026 13:26:40.278] [modloading-sync-worker/DEBUG] [mixin/]: Renaming synthetic method lambda$lithostitched$injectBiomeModifers$0(Ljava/util/Map$Entry;)Z to md91697a$lithostitched$lambda$lithostitched$injectBiomeModifers$0$1 in lithostitched.neoforge.mixins.json:common.ServerLifecycleHooksMixin from mod lithostitched
[18Feb2026 13:26:41.127] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loading configs type COMMON
[18Feb2026 13:26:41.128] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file /home/********/config/sophisticatedcore-common.toml
[18Feb2026 13:26:41.128] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file /home/********/config/sophisticatedcore-common.toml for changes
[18Feb2026 13:26:41.132] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file /home/********/config/weaponmaster_ydm-common.toml
[18Feb2026 13:26:41.132] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file /home/********/config/weaponmaster_ydm-common.toml for changes
[18Feb2026 13:26:41.132] [modloading-sync-worker/DEBUG] [net.neoforged.neoforge.common.NeoForgeMod/FORGEMOD]: Loaded NeoForge config file neoforge-common.toml
[18Feb2026 13:26:41.132] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file /home/********/config/neoforge-common.toml
[18Feb2026 13:26:41.132] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file /home/********/config/neoforge-common.toml for changes
[18Feb2026 13:26:41.132] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file /home/********/config/bagus_lib-common.toml
[18Feb2026 13:26:41.132] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file /home/********/config/bagus_lib-common.toml for changes
[18Feb2026 13:26:41.133] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file /home/********/config/kleeslabs-common.toml
[18Feb2026 13:26:41.134] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file /home/********/config/kleeslabs-common.toml for changes
[18Feb2026 13:26:41.134] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file /home/********/config/sophisticatedbackpacks-common.toml
[18Feb2026 13:26:41.134] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file /home/********/config/sophisticatedbackpacks-common.toml for changes
[18Feb2026 13:26:41.135] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file /home/********/config/carryon-common.toml
[18Feb2026 13:26:41.136] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file /home/********/config/carryon-common.toml for changes
[18Feb2026 13:26:41.136] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file /home/********/config/ctov-common.toml
[18Feb2026 13:26:41.136] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file /home/********/config/ctov-common.toml for changes
[18Feb2026 13:26:41.136] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file /home/********/config/revampedwolf-common.toml
[18Feb2026 13:26:41.136] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file /home/********/config/revampedwolf-common.toml for changes
[18Feb2026 13:26:41.136] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file /home/********/config/advancednetherite-common.toml
[18Feb2026 13:26:41.137] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file /home/********/config/advancednetherite-common.toml for changes
[18Feb2026 13:26:41.138] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file /home/********/config/aiimprovements-common.toml
[18Feb2026 13:26:41.138] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file /home/********/config/aiimprovements-common.toml for changes
[18Feb2026 13:26:41.138] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file /home/********/config/littlejoys-common.toml
[18Feb2026 13:26:41.139] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file /home/********/config/littlejoys-common.toml for changes
[18Feb2026 13:26:41.139] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file /home/********/config/trashslot-common.toml
[18Feb2026 13:26:41.139] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file /home/********/config/trashslot-common.toml for changes
[18Feb2026 13:26:41.139] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file /home/********/config/sophisticatedstorage-common.toml
[18Feb2026 13:26:41.139] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file /home/********/config/sophisticatedstorage-common.toml for changes
[18Feb2026 13:26:41.143] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file /home/********/config/waystones-common.toml
[18Feb2026 13:26:41.143] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file /home/********/config/waystones-common.toml for changes
[18Feb2026 13:26:41.144] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file /home/********/config/naturescompass-common.toml
[18Feb2026 13:26:41.144] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file /home/********/config/naturescompass-common.toml for changes
[18Feb2026 13:26:41.144] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file /home/********/config/snowundertrees-common.toml
[18Feb2026 13:26:41.144] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file /home/********/config/snowundertrees-common.toml for changes
[18Feb2026 13:26:41.144] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file /home/********/config/explorerscompass-common.toml
[18Feb2026 13:26:41.144] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file /home/********/config/explorerscompass-common.toml for changes
[18Feb2026 13:26:41.144] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file /home/********/config/hunters_return-common.toml
[18Feb2026 13:26:41.144] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file /home/********/config/hunters_return-common.toml for changes
[18Feb2026 13:26:41.146] [modloading-sync-worker/DEBUG] [com.mrbysco.armorposer.Reference/]: Loaded armorposer's config file armorposer-common.toml
[18Feb2026 13:26:41.146] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file /home/********/config/armorposer-common.toml
[18Feb2026 13:26:41.146] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file /home/********/config/armorposer-common.toml for changes
[18Feb2026 13:26:41.148] [modloading-worker-0/INFO] [voicechat/]: [voicechat] Compatibility version 20
[18Feb2026 13:26:41.178] [modloading-worker-0/INFO] [voicechat/]: [voicechat] Loading plugins
[18Feb2026 13:26:41.202] [modloading-worker-0/INFO] [voicechat/]: [voicechat] Loaded 1 plugin(s)
[18Feb2026 13:26:41.202] [modloading-worker-0/INFO] [voicechat/]: [voicechat] Initializing plugins
[18Feb2026 13:26:41.208] [modloading-worker-0/INFO] [Sound Physics - General/]: Initializing Simple Voice Chat integration
[18Feb2026 13:26:41.208] [modloading-worker-0/INFO] [voicechat/]: [voicechat] Initialized 1 plugin(s)
[18Feb2026 13:26:41.209] [modloading-worker-0/INFO] [voicechat/]: [voicechat] Registering events for 'sound_physics_remastered'
[18Feb2026 13:26:41.215] [modloading-sync-worker/DEBUG] [net.neoforged.fml.DeferredWorkQueue/LOADING]: Dispatching synchronous work for work queue Common setup: 15 jobs
[18Feb2026 13:26:41.227] [modloading-sync-worker/DEBUG] [net.neoforged.fml.DeferredWorkQueue/LOADING]: Synchronous work queue completed in 11.73 ms
[18Feb2026 13:26:41.257] [modloading-sync-worker/DEBUG] [net.neoforged.fml.DeferredWorkQueue/LOADING]: Dispatching synchronous work for work queue Complete loading of 118 mods: 2 jobs
[18Feb2026 13:26:41.280] [NeoForge Version Check/INFO] [net.neoforged.fml.VersionChecker/]: [mr_dungeons_andtavernsnetherfortressoverhaul] Starting version check at https://api.modrinth.com/updates/8Dbnvm77/forge_updates.json?neoforge=only
[18Feb2026 13:26:41.297] [modloading-sync-worker/INFO] [snownee.jade.Jade/]: Start loading plugin from Sophisticated Storage: net.p3pp3rf1y.sophisticatedstorage.compat.jade.StorageJadePlugin
[18Feb2026 13:26:41.298] [modloading-sync-worker/INFO] [snownee.jade.Jade/]: Start loading plugin from Jade: snownee.jade.addon.access.AccessibilityPlugin
[18Feb2026 13:26:41.299] [modloading-sync-worker/INFO] [snownee.jade.Jade/]: Start loading plugin from Jade: snownee.jade.addon.core.CorePlugin
[18Feb2026 13:26:41.301] [modloading-sync-worker/INFO] [snownee.jade.Jade/]: Start loading plugin from Jade: snownee.jade.addon.debug.DebugPlugin
[18Feb2026 13:26:41.303] [modloading-sync-worker/INFO] [snownee.jade.Jade/]: Start loading plugin from Jade: snownee.jade.addon.universal.UniversalPlugin
[18Feb2026 13:26:41.310] [modloading-sync-worker/INFO] [snownee.jade.Jade/]: Start loading plugin from Jade: snownee.jade.addon.vanilla.VanillaPlugin
[18Feb2026 13:26:41.317] [modloading-sync-worker/INFO] [snownee.jade.Jade/]: Start loading plugin from SecurityCraft: net.geforcemods.securitycraft.compat.hudmods.JadeDataProvider
[18Feb2026 13:26:41.326] [modloading-sync-worker/DEBUG] [net.neoforged.fml.DeferredWorkQueue/LOADING]: Synchronous work queue completed in 68.60 ms
[18Feb2026 13:26:41.540] [main/INFO] [com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService/]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, profilesHost=https://api.mojang.com, name=PROD]
[18Feb2026 13:26:41.632] [main/DEBUG] [mixin/]: Mixing VanillaPackResourcesAccessor from creativecore.mixins.json into net.minecraft.server.packs.VanillaPackResources
[18Feb2026 13:26:41.669] [main/DEBUG] [mixin/]: Mixing MixinSaveLoader from biolith.neoforge.mixins.json into net.minecraft.server.WorldStem
[18Feb2026 13:26:41.669] [main/DEBUG] [mixin/]: biolith.neoforge.mixins.json:MixinSaveLoader from mod biolith: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:41.670] [main/DEBUG] [mixin/]: biolith.neoforge.mixins.json:MixinSaveLoader from mod biolith->@Inject::biolith$earlyCaptureRegistries(Lnet/minecraft/server/packs/resources/CloseableResourceManager;Lnet/minecraft/server/ReloadableServerResources;Lnet/minecraft/core/LayeredRegistryAccess;Lnet/minecraft/world/level/storage/WorldData;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:41.673] [main/DEBUG] [mixin/]: Mixing util.world_border_listener.WorldBorderMixin from lithium.mixins.json into net.minecraft.world.level.border.WorldBorder
[18Feb2026 13:26:41.675] [main/DEBUG] [mixin/]: lithium.mixins.json:util.world_border_listener.WorldBorderMixin from mod lithium->@Inject::registerSimpleWorldBorderListenerMulti(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:41.675] [main/DEBUG] [mixin/]: lithium.mixins.json:util.world_border_listener.WorldBorderMixin from mod lithium->@Inject::registerSimpleWorldBorderListenerMulti(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:41.675] [main/DEBUG] [mixin/]: lithium.mixins.json:util.world_border_listener.WorldBorderMixin from mod lithium->@Inject::registerSimpleWorldBorderListenerMulti(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:41.675] [main/DEBUG] [mixin/]: lithium.mixins.json:util.world_border_listener.WorldBorderMixin from mod lithium->@Inject::addSimpleListenerOnce(Lnet/minecraft/world/level/border/BorderChangeListener;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
[18Feb2026 13:26:41.678] [NeoForge Version Check/DEBUG] [net.neoforged.fml.VersionChecker/]: [mr_dungeons_andtavernsnetherfortressoverhaul] Received version check data:
{"homepage":"https://modrinth.com/mod/8Dbnvm77","promos":{"1.21.1-recommended":"v2.4+mod","1.21.9-recommended":"v3.1+mod","1.21.10-recommended":"v3.1+mod","1.21.8-recommended":"v3+mod","1.21.5-latest":"v3+mod","1.21.6-latest":"v3+mod","1.21.4-latest":"v2.6+mod","1.21.3-latest":"v2.5+mod","1.21.2-latest":"v2.5+mod","1.21.3-recommended":"v2.5+mod","1.21.7-recommended":"v3+mod","1.21-latest":"v2.4+mod","1.21.2-recommended":"v2.5+mod","1.21-recommended":"v2.4+mod","1.21.1-latest":"v2.4+mod","1.21.11-latest":"v3.1+mod","1.21.11-recommended":"v3.1+mod","1.21.6-recommended":"v3+mod","1.21.7-latest":"v3+mod","1.21.9-latest":"v3.1+mod","1.21.8-latest":"v3+mod","1.21.10-latest":"v3.1+mod","1.21.5-recommended":"v3+mod","1.21.4-recommended":"v2.6+mod"}}
[18Feb2026 13:26:41.678] [NeoForge Version Check/INFO] [net.neoforged.fml.VersionChecker/]: [mr_dungeons_andtavernsnetherfortressoverhaul] Found status: AHEAD Current: 1-v3.1 Target: null
[18Feb2026 13:26:41.678] [NeoForge Version Check/INFO] [net.neoforged.fml.VersionChecker/]: [mr_dungeons_andtavernswoodlandmansionoverhaul] Starting version check at https://api.modrinth.com/updates/3GfxWFCy/forge_updates.json?neoforge=only
[18Feb2026 13:26:41.683] [main/DEBUG] [mixin/]: Mixing accessor.PackNeoForgeAccessor from puzzleslib.neoforge.mixins.json into net.minecraft.server.packs.repository.Pack
[18Feb2026 13:26:41.694] [main/DEBUG] [mixin/]: Mixing PathPackResourcesAccessor from creativecore.mixins.json into net.minecraft.server.packs.PathPackResources
[18Feb2026 13:26:41.731] [main/DEBUG] [mixin/]: Mixing SharedZipFileAccessAccessor from creativecore.mixins.json into net.minecraft.server.packs.FilePackResources$SharedZipFileAccess
[18Feb2026 13:26:41.732] [main/DEBUG] [mixin/]: Mixing FilePackResourcesAccessor from creativecore.mixins.json into net.minecraft.server.packs.FilePackResources
[18Feb2026 13:26:41.732] [main/DEBUG] [mixin/]: Renaming @Invoker method callGetPathFromLocation(Lnet/minecraft/server/packs/PackType;Lnet/minecraft/resources/Identifier;)Ljava/lang/String; to callGetPathFromLocation$creativecore_$md$91697a$0 in creativecore.mixins.json:FilePackResourcesAccessor from mod creativecore
[18Feb2026 13:26:41.746] [main/ERROR] [net.minecraft.server.packs.AbstractPackResources/]: Couldn't load mod/easy_piglins pack metadata: Pack declares support for format 65, but game versions supporting formats 17 to 81 require a supported_formats field. Add "supported_formats": [65, 81] or require a version greater or equal to 82.0.
[18Feb2026 13:26:41.746] [main/ERROR] [net.minecraft.server.packs.AbstractPackResources/]: Couldn't load mod/corpse pack metadata: Pack declares support for format 65, but game versions supporting formats 17 to 81 require a supported_formats field. Add "supported_formats": [65, 81] or require a version greater or equal to 82.0.
[18Feb2026 13:26:41.749] [main/ERROR] [net.minecraft.server.packs.AbstractPackResources/]: Couldn't load mod/transition pack metadata: Pack declares support for format 70, but game versions supporting formats 17 to 81 require a supported_formats field. Add "supported_formats": [70, 81] or require a version greater or equal to 82.0.
[18Feb2026 13:26:41.752] [main/ERROR] [net.minecraft.server.packs.AbstractPackResources/]: Couldn't load mod/trender pack metadata: Pack declares support for format 70, but game versions supporting formats 17 to 81 require a supported_formats field. Add "supported_formats": [70, 81] or require a version greater or equal to 82.0.
[18Feb2026 13:26:41.753] [main/ERROR] [net.minecraft.server.packs.AbstractPackResources/]: Couldn't load mod/skinlayers3d pack metadata: Pack declares support for format 70, but game versions supporting formats 17 to 81 require a supported_formats field. Add "supported_formats": [70, 81] or require a version greater or equal to 82.0.
[18Feb2026 13:26:41.753] [main/ERROR] [net.minecraft.server.packs.AbstractPackResources/]: Couldn't load mod/sound_physics_remastered pack metadata: Pack declares support for format 65, but game versions supporting formats 17 to 81 require a supported_formats field. Add "supported_formats": [65, 81] or require a version greater or equal to 82.0.
[18Feb2026 13:26:41.754] [main/ERROR] [net.minecraft.server.packs.AbstractPackResources/]: Couldn't load mod/creativecore pack metadata: Pack declares support for format 50, but game versions supporting formats 17 to 81 require a supported_formats field. Add "supported_formats": [50, 81] or require a version greater or equal to 82.0.
[18Feb2026 13:26:41.755] [main/ERROR] [net.minecraft.server.packs.AbstractPackResources/]: Couldn't load mod/easy_villagers pack metadata: Pack declares support for format 65, but game versions supporting formats 17 to 81 require a supported_formats field. Add "supported_formats": [65, 81] or require a version greater or equal to 82.0.
[18Feb2026 13:26:41.755] [main/ERROR] [net.minecraft.server.packs.AbstractPackResources/]: Couldn't load mod/pipez pack metadata: Pack declares support for format 65, but game versions supporting formats 17 to 81 require a supported_formats field. Add "supported_formats": [65, 81] or require a version greater or equal to 82.0.
[18Feb2026 13:26:41.761] [main/DEBUG] [mixin/]: Mixing resource.MultiPackResourceManagerMixin from elytratrims.mixins.json into net.minecraft.server.packs.resources.MultiPackResourceManager
[18Feb2026 13:26:41.798] [main/DEBUG] [mixin/]: Mixing resources.NamespaceResourceManagerAccessor from moogs_structures-common.mixins.json into net.minecraft.server.packs.resources.FallbackResourceManager
[18Feb2026 13:26:41.828] [NeoForge Version Check/DEBUG] [net.neoforged.fml.VersionChecker/]: [mr_dungeons_andtavernswoodlandmansionoverhaul] Received version check data:
{"homepage":"https://modrinth.com/mod/3GfxWFCy","promos":{"1.21.7-recommended":"v1.6.1+mod","1.21.8-latest":"v1.6.1+mod","1.21.4-recommended":"v1.5+mod","1.21.3-recommended":"v1.3+mod","1.21.3-latest":"v1.3+mod","1.21.10-recommended":"v2+mod","1.21.11-recommended":"v2+mod","1.21.8-recommended":"v1.6.1+mod","1.21.1-latest":"v1.2+mod","1.21.2-recommended":"v1.3+mod","1.21.9-recommended":"v2+mod","1.21.10-latest":"v2+mod","1.21.9-latest":"v2+mod","1.21.5-latest":"v1.6.1+mod","1.21.2-latest":"v1.3+mod","1.21-recommended":"v1.2+mod","1.21.1-recommended":"v1.2+mod","1.21.5-recommended":"v1.6.1+mod","1.21.7-latest":"v1.6.1+mod","1.21.11-latest":"v2+mod","1.21-latest":"v1.2+mod","1.21.6-latest":"v1.6.1+mod","1.21.6-recommended":"v1.6.1+mod","1.21.4-latest":"v1.5+mod"}}
[18Feb2026 13:26:41.828] [NeoForge Version Check/INFO] [net.neoforged.fml.VersionChecker/]: [mr_dungeons_andtavernswoodlandmansionoverhaul] Found status: AHEAD Current: 1-v2 Target: null
[18Feb2026 13:26:41.828] [NeoForge Version Check/INFO] [net.neoforged.fml.VersionChecker/]: [mr_dungeons_andtavernsancientcityoverhaul] Starting version check at https://api.modrinth.com/updates/DNuNq5bb/forge_updates.json?neoforge=only
[18Feb2026 13:26:41.876] [main/DEBUG] [mixin/]: Mixing TagLoaderMixin from supermartijn642corelib.mixins.json into net.minecraft.tags.TagLoader
[18Feb2026 13:26:41.876] [main/DEBUG] [mixin/]: supermartijn642corelib.mixins.json:TagLoaderMixin from mod supermartijn642corelib: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:41.878] [main/DEBUG] [mixin/]: supermartijn642corelib.mixins.json:TagLoaderMixin from mod supermartijn642corelib->@Inject::loadTagsForRegistry(Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/core/WritableRegistry;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:41.878] [main/DEBUG] [mixin/]: supermartijn642corelib.mixins.json:TagLoaderMixin from mod supermartijn642corelib->@Inject::loadPendingTags(Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/core/Registry;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:41.878] [main/DEBUG] [mixin/]: supermartijn642corelib.mixins.json:TagLoaderMixin from mod supermartijn642corelib->@Inject::build(Ljava/util/Map;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:41.878] [main/DEBUG] [mixin/]: supermartijn642corelib.mixins.json:TagLoaderMixin from mod supermartijn642corelib->@Inject::build(Ljava/util/Map;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
[18Feb2026 13:26:41.878] [main/DEBUG] [mixin/]: supermartijn642corelib.mixins.json:TagLoaderMixin from mod supermartijn642corelib->@Inject::build(Ljava/util/Map;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
[18Feb2026 13:26:41.897] [main/INFO] [ETRuntimePack/]: Generating SERVER_DATA
[18Feb2026 13:26:41.904] [main/INFO] [ETRuntimePack/]: Collected 0 data resources in 1.882716ms
[18Feb2026 13:26:42.002] [NeoForge Version Check/DEBUG] [net.neoforged.fml.VersionChecker/]: [mr_dungeons_andtavernsancientcityoverhaul] Received version check data:
{"homepage":"https://modrinth.com/mod/DNuNq5bb","promos":{"1.21.9-recommended":"v3.2.1+mod","1.21.4-recommended":"v3+mod","1.21.2-recommended":"v2.1+mod","1.21.7-latest":"v3.1+mod","1.21.1-latest":"v2+mod","1.21.7-recommended":"v3.1+mod","1.21.2-latest":"v2.1+mod","1.21.11-latest":"3.2.3+mod","1.21.9-latest":"v3.2.1+mod","1.21.8-latest":"v3.1+mod","1.21.6-latest":"v3.1+mod","1.21.5-recommended":"v3.1+mod","1.21.10-latest":"v3.2.1+mod","1.21.3-recommended":"v3+mod","1.21.4-latest":"v3+mod","1.21.10-recommended":"v3.2.1+mod","1.21.5-latest":"v3.1+mod","1.21.3-latest":"v3+mod","1.21.8-recommended":"v3.1+mod","1.21.1-recommended":"v2+mod","1.21-recommended":"v2+mod","1.21-latest":"v2+mod","1.21.6-recommended":"v3.1+mod","1.21.11-recommended":"3.2.3+mod"}}
[18Feb2026 13:26:42.002] [NeoForge Version Check/INFO] [net.neoforged.fml.VersionChecker/]: [mr_dungeons_andtavernsancientcityoverhaul] Found status: OUTDATED Current: 1-v3.2.2 Target: 3.2.3+mod
[18Feb2026 13:26:42.002] [NeoForge Version Check/INFO] [net.neoforged.fml.VersionChecker/]: [krypton_fnp] Starting version check at https://api.modrinth.com/updates/krypton-fnp/forge_updates.json
[18Feb2026 13:26:42.208] [NeoForge Version Check/DEBUG] [net.neoforged.fml.VersionChecker/]: [krypton_fnp] Received version check data:
{"homepage":"https://modrinth.com/mod/krypton-fnp","promos":{"1.20.3-latest":"0.2.11","1.20.6-latest":"0.2.15","1.21.8-recommended":"0.2.24","1.21.8-latest":"0.2.24","1.21.10-recommended":"**.**.**.**-1.21.9","1.20.1-latest":"**.**.**.**-1.20.1","1.18.2-recommended":"0.2.24-1.18.2","1.21.6-latest":"0.2.24","1.20.2-recommended":"0.2.11","1.21.7-recommended":"0.2.24","1.20.4-latest":"0.2.11","1.21-recommended":"0.2.15","1.21.4-latest":"0.2.24","1.19.3-recommended":"0.2.23-lite","1.21-latest":"0.2.15","1.21.1-latest":"**.**.**.**-1.21.1","1.18.2-latest":"0.2.24-1.18.2","1.21.9-latest":"**.**.**.**-1.21.9","1.19.4-latest":"0.2.23-lite","1.21.9-recommended":"**.**.**.**-1.21.9","1.21.5-latest":"0.2.24","1.21.6-recommended":"0.2.24","1.21.1-recommended":"**.**.**.**-1.21.1","1.19.3-latest":"0.2.23-lite","1.20.1-recommended":"**.**.**.**-1.20.1","1.19.2-latest":"0.2.23-lite","1.21.4-recommended":"0.2.24","1.21.11-latest":"**.**.**.**-1.21.11","1.19.4-recommended":"0.2.23-lite","1.19.2-recommended":"0.2.23-lite","1.20.4-recommended":"0.2.11","1.20.6-recommended":"0.2.15","1.20.2-latest":"0.2.11","1.21.2-latest":"**.**.**.**-1.21.1","1.21.10-latest":"**.**.**.**-1.21.9","1.21.2-recommended":"**.**.**.**-1.21.1","1.21.5-recommended":"0.2.24","1.21.7-latest":"0.2.24","1.20.3-recommended":"0.2.11","1.21.11-recommended":"**.**.**.**-1.21.11"}}
[18Feb2026 13:26:42.208] [NeoForge Version Check/INFO] [net.neoforged.fml.VersionChecker/]: [krypton_fnp] Found status: OUTDATED Current: 0.2.27-1.21.9 Target: **.**.**.**-1.21.11
[18Feb2026 13:26:42.208] [NeoForge Version Check/INFO] [net.neoforged.fml.VersionChecker/]: [mr_dungeons_andtavernsjungletempleoverhaul] Starting version check at https://api.modrinth.com/updates/oHjYCS0f/forge_updates.json?neoforge=only
[18Feb2026 13:26:42.358] [NeoForge Version Check/DEBUG] [net.neoforged.fml.VersionChecker/]: [mr_dungeons_andtavernsjungletempleoverhaul] Received version check data:
{"homepage":"https://modrinth.com/mod/oHjYCS0f","promos":{"1.21.6-latest":"v2+mod","1.21.10-latest":"v2.1+mod","1.21.7-latest":"v2+mod","1.21-recommended":"v1.2+mod","1.21.1-latest":"v1.2+mod","1.21.1-recommended":"v1.2+mod","1.21.4-latest":"v1.4+mod","1.21.9-recommended":"v2.1+mod","1.21.8-latest":"v2+mod","1.21.7-recommended":"v2+mod","1.21.4-recommended":"v1.4+mod","1.21.10-recommended":"v2.1+mod","1.21.8-recommended":"v2+mod","1.21.5-latest":"v2+mod","1.21.11-recommended":"v2.1+mod","1.21.9-latest":"v2.1+mod","1.21.11-latest":"v2.1+mod","1.21.6-recommended":"v2+mod","1.21.2-recommended":"v1.3+mod","1.21.3-recommended":"v1.3+mod","1.21.2-latest":"v1.3+mod","1.21-latest":"v1.2+mod","1.21.3-latest":"v1.3+mod","1.21.5-recommended":"v2+mod"}}
[18Feb2026 13:26:42.358] [NeoForge Version Check/INFO] [net.neoforged.fml.VersionChecker/]: [mr_dungeons_andtavernsjungletempleoverhaul] Found status: AHEAD Current: 1-v2.1 Target: null
[18Feb2026 13:26:42.358] [NeoForge Version Check/INFO] [net.neoforged.fml.VersionChecker/]: [ctov] Starting version check at https://api.modrinth.com/updates/fgmhI8kH/forge_updates.json
[18Feb2026 13:26:42.527] [NeoForge Version Check/DEBUG] [net.neoforged.fml.VersionChecker/]: [ctov] Received version check data:
{"homepage":"https://modrinth.com/mod/fgmhI8kH","promos":{"1.19.4-recommended":"3.2.6","1.20.2-latest":"3.4.10","1.19-recommended":"3.2.6","1.19.3-latest":"3.2.6","1.20.1-recommended":"3.4.14","1.20.5-latest":"3.4.3","1.20-recommended":"3.4.14","1.20.4-recommended":"3.4.10","1.20-latest":"3.4.14","1.20.6-latest":"3.4.3","1.18.2-recommended":"2.9.4","1.18.2-latest":"2.9.4","1.19.3-recommended":"3.2.6","1.19.4-latest":"3.2.6","1.18.2-rc1-recommended":"1-18-2-2","1.20.2-recommended":"3.4.10","1.19.1-recommended":"3.2.6","1.20.3-latest":"3.4.10","1.20.3-recommended":"3.4.10","1.20.1-latest":"3.4.14","1.20.4-latest":"3.4.10","1.20.6-recommended":"3.4.3","1.19.2-recommended":"3.2.6","1.19.1-latest":"3.2.6","1.19.2-latest":"3.2.6","1.19-latest":"3.2.6","1.18.2-rc1-latest":"1-18-2-2","1.20.5-recommended":"3.4.3"}}
[18Feb2026 13:26:42.527] [NeoForge Version Check/INFO] [net.neoforged.fml.VersionChecker/]: [ctov] Found status: BETA Current: 3.6.1a Target: null
[18Feb2026 13:26:42.527] [NeoForge Version Check/INFO] [net.neoforged.fml.VersionChecker/]: [easy_piglins] Starting version check at https://update.maxhenkel.de/neoforge/easy_piglins
[18Feb2026 13:26:42.703] [NeoForge Version Check/DEBUG] [net.neoforged.fml.VersionChecker/]: [easy_piglins] Received version check data:
{"1.21":{"1.21.1-1.1.0":"Fixed barterer consuming gold if the inventory is full\nReworked bartering mechanic"},"1.21.11":{"1.21.11-1.1.7":"Updated to 1.21.11"},"1.21.10":{"1.21.10-1.1.7":"Fixed barterer block not rendered in inventory"},"1.21.7":{"1.21.7-1.1.4":"Updated NeoForge"},"1.21.6":{"1.21.6-1.1.3":"Fixed issues with block inventory saving\nFixed some trading items getting lost when reloading"},"1.21.9":{"1.21.9-1.1.5":"Updated required NeoForge version"},"1.21.8":{"1.21.8-1.1.4":"Updated to 1.21.8"},"1.20.4":{"1.20.4-1.0.5":"Added Ukrainian translation"},"1.21.3":{"1.21.3-1.0.13":"Updated to 1.21.3"},"1.21.2":{"1.21.2-1.0.13":"Updated to 1.21.2"},"promos":{"1.21.4-latest":"1.21.4-1.1.1","1.21.3-latest":"1.21.3-1.0.13","1.21.6-latest":"1.21.6-1.1.3","1.21.5-latest":"1.21.5-1.1.1","1.21.2-latest":"1.21.2-1.0.13","1.21.11-latest":"1.21.11-1.1.7","1.21.10-latest":"1.21.10-1.1.7","1.21.9-latest":"1.21.9-1.1.5","1.21.8-latest":"1.21.8-1.1.4","1.21.7-latest":"1.21.7-1.1.4","1.21-latest":"1.21.1-1.1.0","1.20.5-latest":"1.20.5-1.0.5","1.20.4-latest":"1.20.4-1.0.5","1.20.6-latest":"1.20.6-1.0.7"},"1.20.6":{"1.20.6-1.0.7":"Fixed barterer recipe not working"},"1.21.5":{"1.21.5-1.1.1":"Fixed potential crash"},"1.20.5":{"1.20.5-1.0.5":"Updated to 1.20.5"},"1.21.4":{"1.21.4-1.1.1":"Fixed potential crash"},"homepage":"https://modrepo.de/minecraft/easy_piglins/overview"}
[18Feb2026 13:26:42.703] [NeoForge Version Check/INFO] [net.neoforged.fml.VersionChecker/]: [easy_piglins] Found status: BETA Current: 1.21.11-1.1.7 Target: 1.21.11-1.1.7
[18Feb2026 13:26:42.704] [NeoForge Version Check/INFO] [net.neoforged.fml.VersionChecker/]: [corpse] Starting version check at https://update.maxhenkel.de/neoforge/corpse
[18Feb2026 13:26:42.736] [NeoForge Version Check/DEBUG] [net.neoforged.fml.VersionChecker/]: [corpse] Received version check data:
{"1.20.2":{"1.20.2-1.0.9":"Added mod icon"},"1.21.1":{"1.21.1-1.1.13":"Improved corpse spawn position"},"1.21":{"1.21-1.0.13":"Update to 1.21"},"1.21.11":{"1.21.11-1.1.16":"Updated to 1.21.11"},"1.21.10":{"1.21.10-1.1.16":"Fixed skeleton corpse causing a crash"},"1.21.7":{"1.21.7-1.1.11":"Updated NeoForge"},"1.21.6":{"1.21.6-1.1.10":"Fixed player reach distance not respected when opening corpses"},"1.21.9":{"1.21.9-1.1.13":"Updated to 1.21.9"},"1.21.8":{"1.21.8-1.1.13":"Improved corpse spawn position"},"1.20.4":{"1.20.4-1.0.9":"Updated to 1.20.4","1.20.4-1.0.12":"Updated to NeoForges new networking system"},"1.21.3":{"1.21.3-1.1.3":"Updated Traditional Chinese translation\nUpdated Russian translation"},"1.20.3":{"1.20.3-1.0.9":"Updated to 1.20.3"},"1.21.2":{"1.21.2-1.1.2":"Updated to 1.21.2"},"promos":{"1.21.4-latest":"1.21.4-1.1.13","1.21.3-latest":"1.21.3-1.1.3","1.21.5-latest":"1.21.5-1.1.13","1.21.1-latest":"1.21.1-1.1.13","1.21.6-latest":"1.21.6-1.1.10","1.21.2-latest":"1.21.2-1.1.2","1.21.11-latest":"1.21.11-1.1.16","1.21.10-latest":"1.21.10-1.1.16","1.20.2-latest":"1.20.2-1.0.9","1.21.9-latest":"1.21.9-1.1.13","1.21.8-latest":"1.21.8-1.1.13","1.20.4-recommended":"1.20.4-1.0.9","1.21.7-latest":"1.21.7-1.1.11","1.21-latest":"1.21-1.0.13","1.20.3-recommended":"1.20.3-1.0.9","1.20.5-latest":"1.20.5-1.0.12","1.20.4-latest":"1.20.4-1.0.12","1.20.3-latest":"1.20.3-1.0.9","1.20.6-latest":"1.20.6-1.0.13","1.20.2-recommended":"1.20.2-1.0.9"},"1.20.6":{"1.20.6-1.0.13":"Fixed container registration"},"1.21.5":{"1.21.5-1.1.13":"Improved corpse spawn position"},"1.20.5":{"1.20.5-1.0.12":"Updated to 1.20.5"},"1.21.4":{"1.21.4-1.1.13":"Improved corpse spawn position"},"homepage":"https://www.curseforge.com/minecraft/mc-mods/corpse"}
[18Feb2026 13:26:42.736] [NeoForge Version Check/INFO] [net.neoforged.fml.VersionChecker/]: [corpse] Found status: BETA Current: 1.21.11-1.1.16 Target: 1.21.11-1.1.16
[18Feb2026 13:26:42.737] [NeoForge Version Check/INFO] [net.neoforged.fml.VersionChecker/]: [advancednetherite] Starting version check at https://raw.githubusercontent.com/Autovw/ModUpdates/master/advancednetherite/update.json
[18Feb2026 13:26:42.775] [NeoForge Version Check/DEBUG] [net.neoforged.fml.VersionChecker/]: [advancednetherite] Received version check data:
"homepage": "https://www.curseforge.com/minecraft/mc-mods/advanced-netherite",
"1.16.3-latest": "1.9.0",
"1.16.4-latest": "1.9.0",
"1.16.5-latest": "1.12.4",
"1.17.1-latest": "1.10.2",
"1.18.1-latest": "1.10.2",
"1.18.2-latest": "1.14.7",
"1.19.1-latest": "1.13.5",
"1.19.2-latest": "1.14.7",
"1.19.3-latest": "1.14.7",
"1.19.4-latest": "2.0.2",
"1.20.1-latest": "2.1.3",
"1.20.2-latest": "2.0.2",
"1.20.3-latest": "2.0.2",
"1.20.4-latest": "2.1.0",
"1.20.5-latest": "2.1.4",
"1.20.6-latest": "2.1.4",
"1.21.1-latest": "2.3.1",
"1.21.3-latest": "2.2.0",
"1.21.4-latest": "2.3.1",
"1.21.5-latest": "2.3.1",
"1.21.6-latest": "2.3.0",
"1.21.7-latest": "2.3.0",
"1.21.8-latest": "2.3.1",
"1.21.9-latest": "2.3.1",
"1.21.10-latest": "2.3.1",
"1.21.11-latest": "2.3.1"
[18Feb2026 13:26:42.775] [NeoForge Version Check/INFO] [net.neoforged.fml.VersionChecker/]: [advancednetherite] Found status: BETA Current: 2.3.1 Target: 2.3.1
[18Feb2026 13:26:42.775] [NeoForge Version Check/INFO] [net.neoforged.fml.VersionChecker/]: [searchables] Starting version check at https://updates.blamejared.com/get?n=searchables&gv=1.21.11&ml=neoforge
[18Feb2026 13:26:42.918] [NeoForge Version Check/DEBUG] [net.neoforged.fml.VersionChecker/]: [searchables] Received version check data:
{"homepage":"https://www.curseforge.com/minecraft/mc-mods/searchables","promos":{"1.21.11-latest":"1.0.2"}}
[18Feb2026 13:26:42.918] [NeoForge Version Check/INFO] [net.neoforged.fml.VersionChecker/]: [searchables] Found status: BETA Current: 1.0.2 Target: 1.0.2
[18Feb2026 13:26:42.918] [NeoForge Version Check/INFO] [net.neoforged.fml.VersionChecker/]: [mr_dungeons_andtaverns] Starting version check at https://api.modrinth.com/updates/tpehi7ww/forge_updates.json?neoforge=only
[18Feb2026 13:26:43.131] [NeoForge Version Check/DEBUG] [net.neoforged.fml.VersionChecker/]: [mr_dungeons_andtaverns] Received version check data:
{"homepage":"https://modrinth.com/mod/tpehi7ww","promos":{"1.21.9-recommended":"v5.0.4+mod","1.21.10-rc1-latest":"v5.0.0+mod","1.21.6-recommended":"v4.7.3+mod","1.21.10-latest":"v5.0.4+mod","1.21.6-latest":"v4.7.3+mod","1.21.7-latest":"v4.7.3+mod","1.21.2-recommended":"v4.5+mod","1.21.3-latest":"v4.5+mod","1.21.1-recommended":"v4.4.4+mod","1.21.1-latest":"v4.4.4+mod","1.21.3-recommended":"v4.5+mod","1.21.8-recommended":"v4.7.3+mod","1.21-recommended":"v4.4.4+mod","1.21.4-recommended":"v4.6.3+mod","1.21.10-rc1-recommended":"v5.0.0+mod","1.21.11-recommended":"v5.1.0+mod","1.21.10-recommended":"v5.0.4+mod","1.21.5-recommended":"v4.7.3+mod","1.21.9-latest":"v5.0.4+mod","1.21.7-recommended":"v4.7.3+mod","1.21.11-latest":"v5.1.0+mod","1.21.8-latest":"v4.7.3+mod","1.21.4-latest":"v4.6.3+mod","1.21.2-latest":"v4.5+mod","1.21-latest":"v4.4.4+mod","1.21.5-latest":"v4.7.3+mod"}}
[18Feb2026 13:26:43.131] [NeoForge Version Check/INFO] [net.neoforged.fml.VersionChecker/]: [mr_dungeons_andtaverns] Found status: AHEAD Current: 1-v5.1.0 Target: null
[18Feb2026 13:26:43.131] [NeoForge Version Check/INFO] [net.neoforged.fml.VersionChecker/]: [mr_dungeons_andtavernspillageroutpostoverhaul] Starting version check at https://api.modrinth.com/updates/QIt10I7z/forge_updates.json?neoforge=only
[18Feb2026 13:26:43.290] [NeoForge Version Check/DEBUG] [net.neoforged.fml.VersionChecker/]: [mr_dungeons_andtavernspillageroutpostoverhaul] Received version check data:
{"homepage":"https://modrinth.com/mod/QIt10I7z","promos":{"1.21.11-recommended":"v3.3+mod","1.21.3-recommended":"v3+mod","1.21-recommended":"v2.2+mod","1.21.8-recommended":"v3.2.1+mod","1.21.9-recommended":"v3.3+mod","1.21.6-latest":"v3.2.1+mod","1.21.3-latest":"v3+mod","1.21.5-latest":"v3.2.1+mod","1.21.8-latest":"v3.2.1+mod","1.21.1-recommended":"v2.2+mod","1.21.1-latest":"v2.2+mod","1.21.11-latest":"v3.3+mod","1.21.6-recommended":"v3.2.1+mod","1.21.9-latest":"v3.3+mod","1.21.7-latest":"v3.2.1+mod","1.21.10-latest":"v3.3+mod","1.21.4-latest":"v3.1+mod","1.21.10-recommended":"v3.3+mod","1.21.5-recommended":"v3.2.1+mod","1.21.7-recommended":"v3.2.1+mod","1.21.4-recommended":"v3.1+mod","1.21.2-recommended":"v3+mod","1.21.2-latest":"v3+mod","1.21-latest":"v2.2+mod"}}
[18Feb2026 13:26:43.290] [NeoForge Version Check/INFO] [net.neoforged.fml.VersionChecker/]: [mr_dungeons_andtavernspillageroutpostoverhaul] Found status: AHEAD Current: 1-v3.3 Target: null
[18Feb2026 13:26:43.290] [NeoForge Version Check/INFO] [net.neoforged.fml.VersionChecker/]: [mr_dungeons_andtavernsdeserttempleoverhaul] Starting version check at https://api.modrinth.com/updates/7JTDDmRT/forge_updates.json?neoforge=only
[18Feb2026 13:26:43.454] [NeoForge Version Check/DEBUG] [net.neoforged.fml.VersionChecker/]: [mr_dungeons_andtavernsdeserttempleoverhaul] Received version check data:
{"homepage":"https://modrinth.com/mod/7JTDDmRT","promos":{"1.21.10-recommended":"v2.1+mod","1.21.7-latest":"v2+mod","1.21.5-recommended":"v2+mod","1.21.3-recommended":"v1.3+mod","1.21.8-recommended":"v2+mod","1.21.4-latest":"v1.5.1+mod","1.21-latest":"v1.2+mod","1.21.2-latest":"v1.3+mod","1.21.6-recommended":"v2+mod","1.21.1-latest":"v1.2+mod","1.21.4-recommended":"v1.5.1+mod","1.21.9-recommended":"v2.1+mod","1.21.5-latest":"v2+mod","1.21.11-latest":"v2.1+mod","1.21.9-latest":"v2.1+mod","1.21.11-recommended":"v2.1+mod","1.21.6-latest":"v2+mod","1.21.3-latest":"v1.3+mod","1.21.10-latest":"v2.1+mod","1.21-recommended":"v1.2+mod","1.21.2-recommended":"v1.3+mod","1.21.1-recommended":"v1.2+mod","1.21.7-recommended":"v2+mod","1.21.8-latest":"v2+mod"}}
[18Feb2026 13:26:43.454] [NeoForge Version Check/INFO] [net.neoforged.fml.VersionChecker/]: [mr_dungeons_andtavernsdeserttempleoverhaul] Found status: AHEAD Current: 1-v2.1 Target: null
[18Feb2026 13:26:43.455] [NeoForge Version Check/INFO] [net.neoforged.fml.VersionChecker/]: [mr_guns] Starting version check at https://api.modrinth.com/updates/kdch0Jxf/forge_updates.json?neoforge=only
[18Feb2026 13:26:43.616] [main/DEBUG] [mixin/]: Mixing MixinOctavePerlinNoiseSampler from c2me-opts-math.mixins.json into net.minecraft.world.level.levelgen.synth.PerlinNoise
[18Feb2026 13:26:43.616] [main/DEBUG] [mixin/]: Mixing access.IOctavePerlinNoiseSampler from c2me-base.mixins.json into net.minecraft.world.level.levelgen.synth.PerlinNoise
[18Feb2026 13:26:43.617] [main/DEBUG] [mixin/]: c2me-opts-math.mixins.json:MixinOctavePerlinNoiseSampler from mod c2me_opts_math->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:43.617] [main/DEBUG] [mixin/]: c2me-opts-math.mixins.json:MixinOctavePerlinNoiseSampler from mod c2me_opts_math->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:43.617] [main/DEBUG] [mixin/]: c2me-opts-math.mixins.json:MixinOctavePerlinNoiseSampler from mod c2me_opts_math->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:43.619] [main/DEBUG] [mixin/]: Mixing MixinPerlinNoiseSampler from c2me-opts-math.mixins.json into net.minecraft.world.level.levelgen.synth.ImprovedNoise
[18Feb2026 13:26:43.619] [main/DEBUG] [mixin/]: Mixing access.IPerlinNoiseSampler from c2me-base.mixins.json into net.minecraft.world.level.levelgen.synth.ImprovedNoise
[18Feb2026 13:26:43.620] [NeoForge Version Check/DEBUG] [net.neoforged.fml.VersionChecker/]: [mr_guns] Received version check data:
{"homepage":"https://modrinth.com/mod/kdch0Jxf","promos":{"1.21.6-recommended":"5.8.7+mod","1.21.2-recommended":"5.7.5+mod","1.21-recommended":"5.7.3+mod","1.21.1-latest":"5.7.3+mod","1.21.11-recommended":"5.9.3+mod","1.21.9-latest":"5.8.7+mod","1.21.1-recommended":"5.7.3+mod","1.21.8-latest":"5.8.7+mod","1.21.8-recommended":"5.8.7+mod","1.21-latest":"5.7.3+mod","1.21.11-latest":"5.9.3+mod","1.21.3-latest":"5.7.5+mod","1.21.5-latest":"**.**.**.**+mod","1.21.2-latest":"5.7.5+mod","1.21.6-latest":"5.8.7+mod","1.21.7-recommended":"5.8.7+mod","1.21.4-recommended":"5.7.8+mod","1.21.7-latest":"5.8.7+mod","1.21.3-recommended":"5.7.5+mod","1.21.9-recommended":"5.8.7+mod","1.21.4-latest":"5.7.8+mod","1.21.10-latest":"5.8.7+mod","1.21.10-recommended":"5.8.7+mod","1.21.5-recommended":"**.**.**.**+mod"}}
[18Feb2026 13:26:43.620] [NeoForge Version Check/INFO] [net.neoforged.fml.VersionChecker/]: [mr_guns] Found status: OUTDATED Current: 5.9.3 Target: 5.9.3+mod
[18Feb2026 13:26:43.621] [NeoForge Version Check/INFO] [net.neoforged.fml.VersionChecker/]: [mutantmonsters] Starting version check at https://api.modrinth.com/updates/derP0ten/forge_updates.json?neoforge=only
[18Feb2026 13:26:43.621] [main/DEBUG] [mixin/]: Mixing access.IAtomicSimpleRandomDeriver from c2me-base.mixins.json into net.minecraft.world.level.levelgen.LegacyRandomSource$LegacyPositionalRandomFactory
[18Feb2026 13:26:43.622] [main/DEBUG] [mixin/]: Mixing random_instances.MixinAtomicSimpleRandomFactory from c2me-opts-worldgen-general.mixins.json into net.minecraft.world.level.levelgen.LegacyRandomSource$LegacyPositionalRandomFactory
[18Feb2026 13:26:43.623] [main/DEBUG] [mixin/]: Mixing access.ISimpleRandom from c2me-base.mixins.json into net.minecraft.world.level.levelgen.SingleThreadedRandomSource
[18Feb2026 13:26:43.793] [NeoForge Version Check/DEBUG] [net.neoforged.fml.VersionChecker/]: [mutantmonsters] Received version check data:
{"homepage":"https://modrinth.com/mod/derP0ten","promos":{"1.21.10-recommended":"21.10.5","1.20.4-recommended":"v20.4.1-1.20.4-NeoForge","1.21.1-latest":"v21.1.1-1.21.1-NeoForge","1.21.3-recommended":"v21.3.1-1.21.3-NeoForge","1.20.4-latest":"v20.4.1-1.20.4-NeoForge","1.21.9-recommended":"21.9.0","1.21.7-latest":"v21.7.0-1.21.7-NeoForge","1.21.7-recommended":"v21.7.0-1.21.7-NeoForge","1.21.3-latest":"v21.3.1-1.21.3-NeoForge","1.21.8-recommended":"v21.8.0-1.21.8-NeoForge","1.21.4-recommended":"v21.4.2-1.21.4-NeoForge","1.21.8-latest":"v21.8.0-1.21.8-NeoForge","1.21.1-recommended":"v21.1.1-1.21.1-NeoForge","1.21.9-latest":"21.9.0","1.21.11-latest":"21.11.2","1.21.11-recommended":"21.11.2","1.21.5-recommended":"v21.5.1-1.21.5-NeoForge","1.21.10-latest":"21.10.5","1.21.4-latest":"v21.4.2-1.21.4-NeoForge","1.21.5-latest":"v21.5.1-1.21.5-NeoForge"}}
[18Feb2026 13:26:43.793] [NeoForge Version Check/INFO] [net.neoforged.fml.VersionChecker/]: [mutantmonsters] Found status: UP_TO_DATE Current: 21.11.2 Target: null
[18Feb2026 13:26:43.793] [NeoForge Version Check/INFO] [net.neoforged.fml.VersionChecker/]: [clumps] Starting version check at https://updates.blamejared.com/get?n=clumps&gv=1.21.11&ml=neoforge
[18Feb2026 13:26:43.822] [NeoForge Version Check/DEBUG] [net.neoforged.fml.VersionChecker/]: [clumps] Received version check data:
{"homepage":"https://www.curseforge.com/minecraft/mc-mods/clumps","promos":{"1.21.11-latest":"**.**.**.**"}}
[18Feb2026 13:26:43.822] [NeoForge Version Check/INFO] [net.neoforged.fml.VersionChecker/]: [clumps] Found status: BETA Current: **.**.**.** Target: **.**.**.**
[18Feb2026 13:26:43.822] [NeoForge Version Check/INFO] [net.neoforged.fml.VersionChecker/]: [journeymap] Starting version check at https://neoforge.curseupdate.com/32274/journeymap
[18Feb2026 13:26:43.932] [NeoForge Version Check/DEBUG] [net.neoforged.fml.VersionChecker/]: [journeymap] Received version check data:
{"promos":{"1.20.1-latest":"5.9.18","1.20.1-recommended":"5.9.18","1.20.2-latest":"5.9.22","1.20.2-recommended":"5.9.22","1.20.3-latest":"5.9.18","1.20.3-recommended":"5.9.18","1.20.4-latest":"5.10.0","1.20.4-recommended":"5.10.0","1.20.5-latest":"5.9.27","1.20.5-recommended":"5.9.27","1.20.6-latest":"5.10.0","1.20.6-recommended":"5.10.0","1.21-latest":"1.21-6.0.0-beta.27","1.21.1-latest":"1.21.1-6.0.0-beta.52","1.21.4-latest":"1.21.4-6.0.0-beta.45","1.21.5-latest":"1.21.5-6.0.0-beta.52","1.21.6-latest":"1.21.6-6.0.0-beta.52","1.21.7-latest":"1.21.7-6.0.0-beta.53","1.21.8-latest":"1.21.8-6.0.0-beta.52"},"homepage":"https://www.curseforge.com/minecraft/mc-mods/journeymap"}
[18Feb2026 13:26:43.932] [NeoForge Version Check/INFO] [net.neoforged.fml.VersionChecker/]: [journeymap] Found status: BETA Current: 1.21.11-6.0.0-beta.54 Target: null
[18Feb2026 13:26:43.932] [NeoForge Version Check/INFO] [net.neoforged.fml.VersionChecker/]: [voicechat] Starting version check at https://update.maxhenkel.de/neoforge/voicechat
[18Feb2026 13:26:43.964] [NeoForge Version Check/DEBUG] [net.neoforged.fml.VersionChecker/]: [voicechat] Received version check data:
{"1.20.2":{"1.20.2-2.4.32":"Fixed compatibility with Sound Physics Remastered\nUpdated French translation","1.20.2-2.5.12":"Improved cloth config GUI translations"},"1.21.1":{"1.21.1-2.6.12":"Fixed incorrect entry in Simplified Chinese translation\nFixed OpenAL context destroy event potentially being fired multiple times"},"1.21":{"1.21-2.5.20":"Added Vietnamese translation\nFixed crash when clicking mod config button"},"1.21.11":{"1.21.11-2.6.12":"Fixed incorrect entry in Simplified Chinese translation\nFixed OpenAL context destroy event potentially being fired multiple times\nFixed crash when opening LAN world\nFixed keybinds not applied properly from the voice chat settings screen"},"1.21.10":{"1.21.10-2.6.12":"Fixed incorrect entry in Simplified Chinese translation\nFixed OpenAL context destroy event potentially being fired multiple times"},"1.21.7":{"1.21.7-2.5.34":"Fixed compatibility with newer NeoForge versions\nUpdated German translation"},"1.21.6":{"1.21.6-2.5.32":"Added \"Default microphone\" and \"Default speaker\" options\nFixed antivirus software detecting the jar as a trojan (This was a false positive)"},"1.21.9":{"1.21.9-2.6.4":"Updated to 1.21.9"},"1.21.8":{"1.21.8-2.6.12":"Fixed incorrect entry in Simplified Chinese translation\nFixed OpenAL context destroy event potentially being fired multiple times"},"1.20.4":{"1.20.4-2.5.22":"Updated Traditional Chinese translation\nAdded Portuguese translation\nUpdated Ukrainian translation","1.20.4-2.4.32":"Fixed compatibility with Sound Physics Remastered\nUpdated French translation"},"1.21.3":{"1.21.3-2.5.31":"Improved handling of invalid bind addresses\nFixed bind_address being used in LAN worlds\nUpdated Swedish translation"},"1.20.3":{"1.20.3-2.4.29":"Updated to 1.20.3"},"1.21.2":{"1.21.2-2.5.24":"Updated to 1.21.2"},"promos":{"1.21.4-latest":"1.21.4-2.6.12","1.21.3-latest":"1.21.3-2.5.31","1.21.5-latest":"1.21.5-2.6.12","1.21.1-latest":"1.21.1-2.6.12","1.21.6-latest":"1.21.6-2.5.32","1.21.2-latest":"1.21.2-2.5.24","1.21.11-latest":"1.21.11-2.6.12","1.21.10-latest":"1.21.10-2.6.12","1.20.2-latest":"1.20.2-2.5.12","1.21.9-latest":"1.21.9-2.6.4","1.21.8-latest":"1.21.8-2.6.12","1.20.4-recommended":"1.20.4-2.4.32","1.21.7-latest":"1.21.7-2.5.34","1.21-latest":"1.21-2.5.20","1.20.3-recommended":"1.20.3-2.4.29","1.20.4-latest":"1.20.4-2.5.22","1.20.5-latest":"1.20.5-2.5.12","1.20.3-latest":"1.20.3-2.4.29","1.20.6-latest":"1.20.6-2.5.22","1.20.2-recommended":"1.20.2-2.4.32"},"1.20.6":{"1.20.6-2.5.22":"Updated Traditional Chinese translation\nAdded Portuguese translation\nUpdated Ukrainian translation"},"1.21.5":{"1.21.5-2.6.12":"Fixed incorrect entry in Simplified Chinese translation\nFixed OpenAL context destroy event potentially being fired multiple times"},"1.20.5":{"1.20.5-2.5.12":"Updated to 1.20.5"},"1.21.4":{"1.21.4-2.6.12":"Fixed incorrect entry in Simplified Chinese translation\nFixed OpenAL context destroy event potentially being fired multiple times"},"homepage":"https://modrepo.de/minecraft/voicechat"}
[18Feb2026 13:26:43.965] [NeoForge Version Check/INFO] [net.neoforged.fml.VersionChecker/]: [voicechat] Found status: BETA_OUTDATED Current: 1.21.11-2.6.11 Target: 1.21.11-2.6.12
[18Feb2026 13:26:43.965] [NeoForge Version Check/INFO] [net.neoforged.fml.VersionChecker/]: [sound_physics_remastered] Starting version check at https://update.maxhenkel.de/neoforge/sound_physics_remastered
[18Feb2026 13:26:44.005] [NeoForge Version Check/DEBUG] [net.neoforged.fml.VersionChecker/]: [sound_physics_remastered] Received version check data:
{"1.20.2":{"1.20.2-1.3.1":"Updated dependencies\nFixed mod icon size","1.20.2-1.3.0":"Added Spanish translation\nAdded Chinese translation\nFixed underwater sounds\nFixed boat rowing sounds muffled\nFixed player hurt sound muffled when standing in water\nFixed not being able to hear ambient cave sounds\nFixed ambient underwater sounds being muffled\nFixed jukebox sounds being occluded"},"1.21.1":{"1.21.1-1.5.1":"Fixed direction evaluation being inaccurate at long distances"},"1.21":{"1.21-1.4.6":"Fixed crash when clicking mod config button"},"1.21.11":{"1.21.11-1.5.1":"Updated to 1.21.11"},"1.21.10":{"1.21.10-1.5.1":"Updated to 1.21.10"},"1.21.7":{"1.21.7-1.4.14":"Updated to 1.21.7"},"1.21.6":{"1.21.6-1.4.14":"Fixed mixin crash"},"1.21.9":{"1.21.9-1.5.1":"Fixed direction evaluation being inaccurate at long distances"},"1.21.8":{"1.21.8-1.5.1":"Fixed direction evaluation being inaccurate at long distances"},"1.20.4":{"1.20.4-1.4.5":"Updated Simplified Chinese translation","1.20.4-1.3.0":"Added Spanish translation\nAdded Chinese translation\nFixed underwater sounds\nFixed boat rowing sounds muffled\nFixed player hurt sound muffled when standing in water\nFixed not being able to hear ambient cave sounds\nFixed ambient underwater sounds being muffled\nFixed jukebox sounds being occluded\nUpdated to 1.20.4"},"1.21.3":{"1.21.3-1.4.7":"Fixed issues with sounds being played far away\nFixed lag when being far away from 0, 0"},"promos":{"1.21.4-latest":"1.21.4-1.5.1","1.21.3-latest":"1.21.3-1.4.7","1.21.5-latest":"1.21.5-1.5.1","1.21.1-latest":"1.21.1-1.5.1","1.21.6-latest":"1.21.6-1.4.14","1.21.11-latest":"1.21.11-1.5.1","1.21.10-latest":"1.21.10-1.5.1","1.20.2-latest":"1.20.2-1.3.1","1.21.9-latest":"1.21.9-1.5.1","1.21.8-latest":"1.21.8-1.5.1","1.20.4-recommended":"1.20.4-1.3.0","1.21.7-latest":"1.21.7-1.4.14","1.21-latest":"1.21-1.4.6","1.20.4-latest":"1.20.4-1.4.5","1.20.5-latest":"1.20.4-1.3.1","1.20.6-latest":"1.20.6-1.4.5","1.20.2-recommended":"1.20.2-1.3.0"},"1.20.6":{"1.20.6-1.4.5":"Updated Simplified Chinese translation"},"1.21.5":{"1.21.5-1.5.1":"Fixed direction evaluation being inaccurate at long distances"},"1.20.5":{"1.20.4-1.3.1":"Updated to 1.20.5"},"1.21.4":{"1.21.4-1.5.1":"Fixed direction evaluation being inaccurate at long distances"},"homepage":"https://www.curseforge.com/minecraft/mc-mods/sound-physics-remastered"}
[18Feb2026 13:26:44.005] [NeoForge Version Check/INFO] [net.neoforged.fml.VersionChecker/]: [sound_physics_remastered] Found status: BETA Current: 1.21.11-1.5.1 Target: 1.21.11-1.5.1
[18Feb2026 13:26:44.005] [NeoForge Version Check/INFO] [net.neoforged.fml.VersionChecker/]: [mr_dungeons_andtavernsoceanmonumentoverhaul] Starting version check at https://api.modrinth.com/updates/z6GJ3ycD/forge_updates.json?neoforge=only
[18Feb2026 13:26:44.023] [main/DEBUG] [mixin/]: Mixing MixinDFTWrapping from c2me-opts-dfc.mixins.json into net.minecraft.world.level.levelgen.DensityFunctions$Marker
[18Feb2026 13:26:44.027] [main/DEBUG] [mixin/]: Mixing MixinDFTBinaryOperation from c2me-opts-dfc.mixins.json into net.minecraft.world.level.levelgen.DensityFunctions$Ap2
[18Feb2026 13:26:44.096] [main/DEBUG] [mixin/]: Mixing access.IXoroshiro128PlusPlusRandom from c2me-base.mixins.json into net.minecraft.world.level.levelgen.XoroshiroRandomSource
[18Feb2026 13:26:44.098] [main/DEBUG] [mixin/]: Mixing access.IXoroshiro128PlusPlusRandomImpl from c2me-base.mixins.json into net.minecraft.world.level.levelgen.Xoroshiro128PlusPlus
[18Feb2026 13:26:44.172] [NeoForge Version Check/DEBUG] [net.neoforged.fml.VersionChecker/]: [mr_dungeons_andtavernsoceanmonumentoverhaul] Received version check data:
{"homepage":"https://modrinth.com/mod/z6GJ3ycD","promos":{"1.21.9-recommended":"v2.1+mod","1.21.5-recommended":"v2+mod","1.21.9-latest":"v2.1+mod","1.21.5-latest":"v2+mod","1.21.7-latest":"v2+mod","1.21.6-latest":"v2+mod","1.21.4-latest":"v1.4+mod","1.21.6-recommended":"v2+mod","1.21.8-recommended":"v2+mod","1.21.3-recommended":"v1.3+mod","1.21.2-latest":"v1.3+mod","1.21.7-recommended":"v2+mod","1.21.10-latest":"v2.1+mod","1.21.10-recommended":"v2.1+mod","1.21.8-latest":"v2+mod","1.21-recommended":"v1.2+mod","1.21-latest":"v1.2+mod","1.21.4-recommended":"v1.4+mod","1.21.2-recommended":"v1.3+mod","1.21.1-recommended":"v1.2+mod","1.21.1-latest":"v1.2+mod","1.21.11-recommended":"v2.2+mod","1.21.3-latest":"v1.3+mod","1.21.11-latest":"v2.2+mod"}}
[18Feb2026 13:26:44.173] [NeoForge Version Check/INFO] [net.neoforged.fml.VersionChecker/]: [mr_dungeons_andtavernsoceanmonumentoverhaul] Found status: AHEAD Current: 1-v2.2 Target: null
[18Feb2026 13:26:44.173] [NeoForge Version Check/INFO] [net.neoforged.fml.VersionChecker/]: [easy_villagers] Starting version check at https://update.maxhenkel.de/neoforge/easy_villagers
[18Feb2026 13:26:44.205] [NeoForge Version Check/DEBUG] [net.neoforged.fml.VersionChecker/]: [easy_villagers] Received version check data:
{"1.20.2":{"1.20.2-1.0.17":"Added Chinese Traditional translation"},"1.21.1":{"1.21.1-1.1.41":"Added Mexican Spanish translation"},"1.21":{"1.21-1.1.15":"Fixed pressing the cycle trades button outside a world crashes the game"},"1.21.11":{"1.21.11-1.1.41":"Added Mexican Spanish translation"},"1.21.10":{"1.21.10-1.1.41":"Added Mexican Spanish translation"},"1.21.7":{"1.21.7-1.1.34":"Updated to latest NeoForge version"},"1.21.6":{"1.21.6-1.1.33":"Fixed invalid_farmer_crop tag lot loading properly"},"1.21.9":{"1.21.9-1.1.38":"Updated required NeoForge version\nFixed breeder input items being sucked out with hoppers\nFixed converter input items being sucked out with hoppers\nFixed incubator input items being sucked out with hoppers"},"1.21.8":{"1.21.8-1.1.41":"Added Mexican Spanish translation"},"1.20.4":{"1.20.4-1.0.17":"Added Chinese Traditional translation","1.20.4-1.1.13":"Updated Korean translation"},"1.21.3":{"1.21.3-1.1.23":"Updated to 1.21.3"},"1.20.3":{"1.20.3-1.0.16":"Updated to 1.20.3"},"1.21.2":{"1.21.2-1.1.23":"Updated to 1.21.2"},"promos":{"1.21.4-latest":"1.21.4-1.1.41","1.21.3-latest":"1.21.3-1.1.23","1.21.5-latest":"1.21.5-1.1.41","1.21.1-latest":"1.21.1-1.1.41","1.21.6-latest":"1.21.6-1.1.33","1.21.2-latest":"1.21.2-1.1.23","1.21.11-latest":"1.21.11-1.1.41","1.21.10-latest":"1.21.10-1.1.41","1.20.2-latest":"1.20.2-1.0.17","1.21.9-latest":"1.21.9-1.1.38","1.21.8-latest":"1.21.8-1.1.41","1.20.4-recommended":"1.20.4-1.0.17","1.21.7-latest":"1.21.7-1.1.34","1.21-latest":"1.21-1.1.15","1.20.3-recommended":"1.20.3-1.0.16","1.20.4-latest":"1.20.4-1.1.13","1.20.5-latest":"1.20.5-1.1.4","1.20.3-latest":"1.20.3-1.0.16","1.20.6-latest":"1.20.6-1.1.13","1.20.2-recommended":"1.20.2-1.0.17"},"1.20.6":{"1.20.6-1.1.13":"Updated Korean translation"},"1.21.5":{"1.21.5-1.1.41":"Added Mexican Spanish translation"},"1.20.5":{"1.20.5-1.1.4":"Updated to 1.20.5"},"1.21.4":{"1.21.4-1.1.41":"Added Mexican Spanish translation"},"homepage":"https://www.curseforge.com/minecraft/mc-mods/easy-villagers"}
[18Feb2026 13:26:44.205] [NeoForge Version Check/INFO] [net.neoforged.fml.VersionChecker/]: [easy_villagers] Found status: BETA_OUTDATED Current: 1.21.11-1.1.40 Target: 1.21.11-1.1.41
[18Feb2026 13:26:44.206] [NeoForge Version Check/INFO] [net.neoforged.fml.VersionChecker/]: [pipez] Starting version check at https://update.maxhenkel.de/neoforge/pipez
[18Feb2026 13:26:44.238] [NeoForge Version Check/DEBUG] [net.neoforged.fml.VersionChecker/]: [pipez] Received version check data:
{"1.20.2":{"1.20.2-1.2.5":"Added mod icon"},"1.21.1":{"1.21.1-1.2.19":"Fixed Mekanism machines not accepting energy\n**NOTE**\nThis version is in very early development and might not be fully compatible with future versions!\nPipe configurations from Minecraft versions 1.20.4 and lower won't be carried over to this version!"},"1.21":{"1.21-1.2.17":"Fixed crash when changing options of pipe types that can't have filters\n**NOTE**\nThis version is in very early development and might not be fully compatible with future versions!\nPipe configurations from Minecraft versions 1.20.4 and lower won't be carried over to this version!"},"1.21.11":{"1.21.11-1.2.27":"Updated to 1.21.11\n**NOTE**\nThis version is in very early development and might not be fully compatible with future versions!\nPipe configurations from Minecraft versions 1.20.4 and lower won't be carried over to this version!"},"1.21.10":{"1.21.10-1.2.27":"Fixed crash\n**NOTE**\nThis version is in very early development and might not be fully compatible with future versions!\nPipe configurations from Minecraft versions 1.20.4 and lower won't be carried over to this version!"},"1.21.7":{"1.21.7-1.2.25":"Updated to latest NeoForge version\nFixed misaligned tooltips\n**NOTE**\nThis version is in very early development and might not be fully compatible with future versions!\nPipe configurations from Minecraft versions 1.20.4 and lower won't be carried over to this version!"},"1.21.6":{"1.21.6-1.2.24":"Fixed Jade compatibility\n**NOTE**\nThis version is in very early development and might not be fully compatible with future versions!\nPipe configurations from Minecraft versions 1.20.4 and lower won't be carried over to this version!"},"1.21.9":{"1.21.9-1.2.26":"Updated to 1.21.9\n**NOTE**\nThis version is in very early development and might not be fully compatible with future versions!\nPipe configurations from Minecraft versions 1.20.4 and lower won't be carried over to this version!"},"1.21.8":{"1.21.8-1.2.26":"Updated Brazilian Portuguese translation\n**NOTE**\nThis version is in very early development and might not be fully compatible with future versions!\nPipe configurations from Minecraft versions 1.20.4 and lower won't be carried over to this version!"},"1.20.4":{"1.20.4-1.2.15":"Added Japanese translation"},"1.21.3":{"1.21.3-1.2.19":"Updated to 1.21.3\n**NOTE**\nThis version is in very early development and might not be fully compatible with future versions!\nPipe configurations from Minecraft versions 1.20.4 and lower won't be carried over to this version!"},"1.20.3":{"1.20.3-1.2.5":"Updated to 1.20.3"},"1.21.2":{"1.21.2-1.2.19":"Updated to 1.21.2\n**NOTE**\nThis version is in very early development and might not be fully compatible with future versions!\nPipe configurations from Minecraft versions 1.20.4 and lower won't be carried over to this version!"},"promos":{"1.21.4-latest":"1.21.4-1.2.26","1.21.3-latest":"1.21.3-1.2.19","1.21.6-latest":"1.21.6-1.2.24","1.21.5-latest":"1.21.5-1.2.21","1.21.2-latest":"1.21.2-1.2.19","1.21.1-latest":"1.21.1-1.2.19","1.21.11-latest":"1.21.11-1.2.27","1.21.10-latest":"1.21.10-1.2.27","1.20.2-latest":"1.20.2-1.2.5","1.21.9-latest":"1.21.9-1.2.26","1.21.8-latest":"1.21.8-1.2.26","1.21.7-latest":"1.21.7-1.2.25","1.21-latest":"1.21-1.2.17","1.20.4-latest":"1.20.4-1.2.15","1.20.5-latest":"1.20.5-1.2.7","1.20.3-latest":"1.20.3-1.2.5","1.20.6-latest":"1.20.6-1.2.15","1.20.2-recommended":"1.20.2-1.2.5"},"1.20.6":{"1.20.6-1.2.15":"Added Japanese translation\n**NOTE**\nThis version is in very early development and might not be fully compatible with future versions!\nPipe configurations from Minecraft versions 1.20.4 and lower won't be carried over to this version!"},"1.21.5":{"1.21.5-1.2.21":"Fixed invalid translations\n**NOTE**\nThis version is in very early development and might not be fully compatible with future versions!\nPipe configurations from Minecraft versions 1.20.4 and lower won't be carried over to this version!"},"1.20.5":{"1.20.5-1.2.7":"Updated to 1.20.5\n**NOTE**\nThis version is in very early development and might not be fully compatible with future versions!\nPipe configurations from Minecraft versions 1.20.4 and lower won't be carried over to this version!"},"1.21.4":{"1.21.4-1.2.26":"Updated Brazilian Portuguese translation\n**NOTE**\nThis version is in very early development and might not be fully compatible with future versions!\nPipe configurations from Minecraft versions 1.20.4 and lower won't be carried over to this version!"},"homepage":"https://www.curseforge.com/minecraft/mc-mods/pipez"}
[18Feb2026 13:26:44.238] [NeoForge Version Check/INFO] [net.neoforged.fml.VersionChecker/]: [pipez] Found status: BETA Current: 1.21.11-1.2.27 Target: 1.21.11-1.2.27
[18Feb2026 13:26:44.238] [NeoForge Version Check/INFO] [net.neoforged.fml.VersionChecker/]: [securitycraft] Starting version check at https://www.github.com/Geforce132/SecurityCraft/raw/master/Updates/Forge.json
[18Feb2026 13:26:44.429] [NeoForge Version Check/DEBUG] [net.neoforged.fml.VersionChecker/]: [securitycraft] Received version check data:
"homepage": "https://www.curseforge.com/minecraft/mc-mods/security-craft/",
"1.7.10-latest": "v1.8.13",
"1.7.10-recommended": "v1.8.13",
"1.8-latest": "v1.8.12.1",
"1.8-recommended": "v1.8.12.1",
"1.8.8-latest": "v1.8.12.1",
"1.8.8-recommended": "v1.8.12.1",
"1.8.9-latest": "v1.8.12.1",
"1.8.9-recommended": "v1.8.12.1",
"1.9.4-latest": "v1.8.12",
"1.9.4-recommended": "v1.8.12",
"1.10.2-latest": "v1.8.12",
"1.10.2-recommended": "v1.8.12",
"1.11.2-latest": "v1.8.12.1",
"1.11.2-recommended": "v1.8.12.1",
"1.12-latest": "v1.8.8.1",
"1.12-recommended": "v1.8.8.1",
"1.12.1-latest": "v1.8.8.1",
"1.12.1-recommended": "v1.8.8.1",
"1.12.2-latest": "v1.10.1",
"1.12.2-recommended": "v1.10.1",
"1.13.2-latest": "v1.8.13",
"1.13.2-recommended": "v1.8.13",
"1.14.3-latest": "v1.8.12-beta2",
"1.14.3-recommended": "v1.8.12-beta2",
"1.14.4-latest": "v1.8.22.2",
"1.14.4-recommended": "v1.8.22.2",
"1.15.1-latest": "v1.8.15-beta2",
"1.15.1-recommended": "v1.8.15-beta2",
"1.15.2-latest": "v1.9.1",
"1.15.2-recommended": "v1.9.1",
"1.16.1-latest": "v1.8.19.3",
"1.16.1-recommended": "v1.8.19.3",
"1.16.2-latest": "v1.8.19.3",
"1.16.2-recommended": "v1.8.19.3",
"1.16.3-latest": "v1.8.21.1",
"1.16.3-recommended": "v1.8.21.1",
"1.16.4-latest": "v1.8.21.1",
"1.16.4-recommended": "v1.8.21.1",
"1.16.5-latest": "v1.10.1",
"1.16.5-recommended": "v1.10.1",
"1.17.1-latest": "1.9.5",
"1.17.1-recommended": "1.9.5",
"1.18.1-latest": "**.**.**.**-beta1",
"1.18.1-recommended": "**.**.**.**-beta1",
"1.18.2-latest": "1.10.1",
"1.18.2-recommended": "1.10.1",
"1.19-latest": "**.**.**.**",
"1.19-recommended": "**.**.**.**",
"1.19.1-latest": "**.**.**.**",
"1.19.1-recommended": "**.**.**.**",
"1.19.2-latest": "**.**.**.**",
"1.19.2-recommended": "**.**.**.**",
"1.19.3-latest": "1.9.8",
"1.19.3-recommended": "1.9.8",
"1.19.4-latest": "1.10.1",
"1.19.4-recommended": "1.10.1",
"1.20-latest": "1.9.7-beta2",
"1.20-recommended": "1.9.7-beta2",
"1.20.2-latest": "1.9.9",
"1.20.2-recommended": "1.9.9",
"1.20.4-latest": "1.10.1",
"1.20.4-recommended": "1.10.1",
"1.20.6-latest": "1.10.1",
"1.20.6-recommended": "1.10.1",
"1.21-latest": "1.9.10-beta7",
"1.21-recommended": "1.9.10-beta7",
"1.21.2-latest": "1.9.11-beta2",
"1.21.2-recommended": "1.9.11-beta2",
"1.21.3-latest": "1.10.1",
"1.21.3-recommended": "1.10.1",
"1.21.4-latest": "1.10.1",
"1.21.4-recommended": "1.10.1",
"1.21.5-latest": "1.10.1",
"1.21.5-recommended": "1.10.1",
"1.21.6-latest": "1.10-beta3",
"1.21.6-recommended": "1.10-beta3",
"1.21.7-latest": "1.10-beta1",
"1.21.7-recommended": "1.10-beta1",
"1.20.1-latest": "1.10.1",
"1.20.1-recommended": "1.10.1",
"1.21.1-latest": "1.10.1",
"1.21.1-recommended": "1.10.1",
"1.21.8-latest": "1.10.1",
"1.21.8-recommended": "1.10.1",
"1.21.10-latest": "1.10.1-beta1",
"1.21.10-recommended": "1.10.1-beta1",
"1.21.11-latest": "1.10.1-beta1",
"1.21.11-recommended": "1.10.1-beta1"
"v1.8.13": "https://github.com/Geforce132/SecurityCraft/blob/eol/1.7.10/Changelog%20v1.8.x.md"
"v1.8.12": "https://github.com/Geforce132/SecurityCraft/blob/eol/1.8/Changelog%20v1.8.x.md"
"v1.8.12.1": "https://github.com/Geforce132/SecurityCraft/blob/eol/1.8.9/Changelog%20v1.8.x.md"
"v1.8.12.1": "https://github.com/Geforce132/SecurityCraft/blob/eol/1.8.9/Changelog%20v1.8.x.md"
"v1.8.12": "https://github.com/Geforce132/SecurityCraft/blob/eol/1.9.4/Changelog%20v1.8.x.md"
"v1.8.12": "https://github.com/Geforce132/SecurityCraft/blob/eol/1.10.2/Changelog%20v1.8.x.md"
"v1.8.12.1": "https://github.com/Geforce132/SecurityCraft/blob/eol/1.11.2/Changelog%20v1.8.x.md"
"v1.8.8.1": "https://github.com/Geforce132/SecurityCraft/blob/54061f84f188c33db291770e550c4c84a927194c/Changelog%20v1.8.x.md"
"v1.8.8.1": "https://github.com/Geforce132/SecurityCraft/blob/54061f84f188c33db291770e550c4c84a927194c/Changelog%20v1.8.x.md"
"v1.10.1": "https://github.com/Geforce132/SecurityCraft/blob/eol/1.12.2/Changelog.md"
"v1.8.13": "https://github.com/Geforce132/SecurityCraft/blob/eol/1.13.2/Changelog%20v1.8.x.md"
"v1.8.12-beta2": "https://github.com/Geforce132/SecurityCraft/blob/b20ce0945abdccb8f2b6abaea5d26c28d0a3b916/Changelog%20v1.8.x.md"
"v1.8.22.2": "https://github.com/Geforce132/SecurityCraft/blob/eol/1.14.4/Changelog%20v1.8.x.md"
"v1.8.15-beta2": "https://github.com/Geforce132/SecurityCraft/blob/04f414232af5250193ed610da93696a830584cc9/Changelog%20v1.8.x.md"
"v1.9.1": "https://github.com/Geforce132/SecurityCraft/blob/eol/1.15.2/Changelog.md"
"v1.8.19.3": "https://github.com/Geforce132/SecurityCraft/blob/eol/1.16.1/Changelog%20v1.8.x.md"
"v1.8.19.3": "https://github.com/Geforce132/SecurityCraft/blob/2c1c0868dd26f8870bae1b8c0d57041cab3ba897/Changelog%20v1.8.x.md"
"v1.8.21.1": "https://github.com/Geforce132/SecurityCraft/blob/44460188b9bf30b94f122ba362092cba5e76e0d2/Changelog%20v1.8.x.md"
"v1.8.21.1": "https://github.com/Geforce132/SecurityCraft/blob/44460188b9bf30b94f122ba362092cba5e76e0d2/Changelog%20v1.8.x.md"
"v1.10.1": "https://github.com/Geforce132/SecurityCraft/blob/eol/1.16.5/Changelog.md"
"1.9.5": "https://github.com/Geforce132/SecurityCraft/blob/eol/1.17.1/Changelog.md"
"**.**.**.**-beta1": "https://github.com/Geforce132/SecurityCraft/blob/eol/1.18.1/Changelog.md"
"1.10.1": "https://github.com/Geforce132/SecurityCraft/blob/eol/1.18.2/Changelog.md"
"**.**.**.**": "https://github.com/Geforce132/SecurityCraft/blob/eol/1.19/Changelog.md"
"**.**.**.**": "https://github.com/Geforce132/SecurityCraft/blob/c60edcc5881fc8ca4394bfeae3254ab0d693ab5e/Changelog.md"
"**.**.**.**": "https://github.com/Geforce132/SecurityCraft/blob/eol/1.19.2/Changelog.md"
"1.9.8": "https://github.com/Geforce132/SecurityCraft/blob/eol/1.19.3/Changelog.md"
"1.10.1": "https://github.com/Geforce132/SecurityCraft/blob/eol/1.19.4/Changelog.md"
"1.9.7-beta2": "https://github.com/Geforce132/SecurityCraft/blob/2e41d10948280cfdfe693e52c3580adf5f0cb18c/Changelog.md"
"1.9.9": "https://github.com/Geforce132/SecurityCraft/blob/eol/1.20.2/Changelog.md"
"1.10.1": "https://github.com/Geforce132/SecurityCraft/blob/eol/1.20.4/Changelog.md"
"1.10.1": "https://github.com/Geforce132/SecurityCraft/blob/eol/1.20.6/Changelog.md"
"1.9.10-beta7": "https://github.com/Geforce132/SecurityCraft/blob/a74d63ec9796e54c5bd8d22c18a320146560a753/Changelog.md"
"1.9.11-beta2": "https://github.com/Geforce132/SecurityCraft/blob/63c87ccbc661cecac0e75d54b81b571a3d17a29e/Changelog.md"
"1.10.1": "https://github.com/Geforce132/SecurityCraft/blob/eol/1.21.3/Changelog.md"
"1.10.1": "https://github.com/Geforce132/SecurityCraft/blob/eol/1.21.4/Changelog.md"
"1.10.1": "https://github.com/Geforce132/SecurityCraft/blob/eol/1.21.5/Changelog.md"
"1.10-beta3": "https://github.com/Geforce132/SecurityCraft/blob/eol/1.21.6/Changelog.md"
"1.10-beta1": "https://github.com/Geforce132/SecurityCraft/blob/eol/1.21.7/Changelog.md"
"1.10.1": "https://github.com/Geforce132/SecurityCraft/blob/1.20.1/Changelog.md"
"1.10.1": "https://github.com/Geforce132/SecurityCraft/blob/1.21.1/Changelog.md"
"1.10.1": "https://github.com/Geforce132/SecurityCraft/blob/1.21.8/Changelog.md"
"1.10.1-beta1": "https://github.com/Geforce132/SecurityCraft/blob/1.21.10/Changelog.md"
"1.10.1-beta1": "https://github.com/Geforce132/SecurityCraft/blob/1.21.11/Changelog.md"
[18Feb2026 13:26:44.429] [NeoForge Version Check/INFO] [net.neoforged.fml.VersionChecker/]: [securitycraft] Found status: UP_TO_DATE Current: 1.10.1-beta1 Target: null
[18Feb2026 13:26:44.429] [NeoForge Version Check/INFO] [net.neoforged.fml.VersionChecker/]: [puzzleslib] Starting version check at https://api.modrinth.com/updates/QAGBst4M/forge_updates.json?neoforge=only
[18Feb2026 13:26:44.541] [main/DEBUG] [mixin/]: Mixing MixinSearchTree from biolith.mixins.json into net.minecraft.world.level.biome.Climate$RTree
[18Feb2026 13:26:44.541] [main/DEBUG] [mixin/]: biolith.mixins.json:MixinSearchTree from mod biolith: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:44.743] [NeoForge Version Check/DEBUG] [net.neoforged.fml.VersionChecker/]: [puzzleslib] Received version check data:
{"homepage":"https://modrinth.com/mod/QAGBst4M","promos":{"1.21-recommended":"v21.0.28-1.21-NeoForge","1.21-latest":"v21.0.28-1.21-NeoForge","1.21.11-recommended":"21.11.11","1.21.5-latest":"v21.5.13-1.21.5-NeoForge","1.21.10-recommended":"21.10.8","1.21.10-latest":"21.10.8","1.21.8-recommended":"v21.8.9-1.21.8-NeoForge","1.20.4-latest":"v20.4.53-1.20.4-NeoForge","1.21.5-recommended":"v21.5.13-1.21.5-NeoForge","1.21.3-latest":"v21.3.25-1.21.3-NeoForge","1.21.9-latest":"21.9.5","1.21.7-recommended":"v21.7.1-1.21.7-NeoForge","1.21.9-recommended":"21.9.5","1.21.7-latest":"v21.7.1-1.21.7-NeoForge","1.21.6-recommended":"v21.6.6-1.21.6-NeoForge","1.21.1-recommended":"v21.1.39-1.21.1-NeoForge","1.21.1-latest":"v21.1.39-1.21.1-NeoForge","1.21.11-latest":"21.11.11","1.21.3-recommended":"v21.3.25-1.21.3-NeoForge","1.21.8-latest":"v21.8.9-1.21.8-NeoForge","1.21.4-latest":"v21.4.14-1.21.4-NeoForge","1.21.4-recommended":"v21.4.14-1.21.4-NeoForge","1.21.6-latest":"v21.6.6-1.21.6-NeoForge","1.20.4-recommended":"v20.4.53-1.20.4-NeoForge"}}
[18Feb2026 13:26:44.744] [NeoForge Version Check/INFO] [net.neoforged.fml.VersionChecker/]: [puzzleslib] Found status: UP_TO_DATE Current: 21.11.11 Target: null
[18Feb2026 13:26:44.870] [main/DEBUG] [mixin/]: Mixing StringUtilMixin from neoforge-unlocked_typing.mixins.json into net.minecraft.util.StringUtil
[18Feb2026 13:26:44.870] [main/DEBUG] [mixin/]: neoforge-unlocked_typing.mixins.json:StringUtilMixin from mod unlocked_typing: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_18 supports class version 62)
[18Feb2026 13:26:44.870] [main/DEBUG] [mixin/]: neoforge-unlocked_typing.mixins.json:StringUtilMixin from mod unlocked_typing->@Inject::unlocked_typing$isAllowedChatCharacter(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:45.151] [main/DEBUG] [mixin/]: Mixing PrimaryLevelDataMixin from collective_neoforge.mixins.json into net.minecraft.world.level.storage.PrimaryLevelData
[18Feb2026 13:26:45.152] [main/DEBUG] [mixin/]: collective_neoforge.mixins.json:PrimaryLevelDataMixin from mod collective->@Inject::PrimaryLevelData(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:45.152] [main/DEBUG] [mixin/]: collective_neoforge.mixins.json:PrimaryLevelDataMixin from mod collective->@Inject::PrimaryLevelData(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:45.152] [main/DEBUG] [mixin/]: collective_neoforge.mixins.json:PrimaryLevelDataMixin from mod collective->@Inject::PrimaryLevelData(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:45.152] [main/DEBUG] [mixin/]: collective_neoforge.mixins.json:PrimaryLevelDataMixin from mod collective->@Inject::PrimaryLevelData(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:45.152] [main/DEBUG] [mixin/]: collective_neoforge.mixins.json:PrimaryLevelDataMixin from mod collective->@Inject::PrimaryLevelData(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:45.152] [main/DEBUG] [mixin/]: collective_neoforge.mixins.json:PrimaryLevelDataMixin from mod collective->@Inject::PrimaryLevelData(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:45.152] [main/DEBUG] [mixin/]: collective_neoforge.mixins.json:PrimaryLevelDataMixin from mod collective->@Inject::withConfirmedWarning(ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:45.152] [main/DEBUG] [mixin/]: collective_neoforge.mixins.json:PrimaryLevelDataMixin from mod collective->@Inject::withConfirmedWarning(ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
[18Feb2026 13:26:45.152] [main/DEBUG] [mixin/]: collective_neoforge.mixins.json:PrimaryLevelDataMixin from mod collective->@Inject::withConfirmedWarning(ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
[18Feb2026 13:26:45.152] [main/DEBUG] [mixin/]: collective_neoforge.mixins.json:PrimaryLevelDataMixin from mod collective->@Inject::hasConfirmedExperimentalWarning(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:45.514] [Worker-Main-3/DEBUG] [mixin/]: Mixing RecipeManagerMixin from supermartijn642corelib.mixins.json into net.minecraft.world.item.crafting.RecipeManager
[18Feb2026 13:26:45.515] [Worker-Main-3/DEBUG] [mixin/]: supermartijn642corelib.mixins.json:RecipeManagerMixin from mod supermartijn642corelib: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:45.515] [Worker-Main-3/DEBUG] [mixin/]: Renaming synthetic method lambda$prepare$0(Ljava/util/List;Lnet/minecraft/resources/Identifier;Lnet/minecraft/world/item/crafting/Recipe;)V to md91697a$supermartijn642corelib$lambda$prepare$0$0 in supermartijn642corelib.mixins.json:RecipeManagerMixin from mod supermartijn642corelib
[18Feb2026 13:26:45.515] [Worker-Main-3/DEBUG] [mixin/]: Mixing RecipeManagerAccessor from littlejoys.mixins.json into net.minecraft.world.item.crafting.RecipeManager
[18Feb2026 13:26:45.515] [Worker-Main-3/DEBUG] [mixin/]: littlejoys.mixins.json:RecipeManagerAccessor from mod littlejoys: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:45.515] [Worker-Main-3/DEBUG] [mixin/]: Mixing RecipeManagerMixin from refurbished_furniture.common.mixins.json into net.minecraft.world.item.crafting.RecipeManager
[18Feb2026 13:26:45.515] [Worker-Main-3/DEBUG] [mixin/]: Renaming synthetic method lambda$afterStaticInit$3(Lnet/minecraft/world/item/crafting/Recipe;)Ljava/util/Optional; to md91697a$refurbished_furniture$lambda$afterStaticInit$3$1 in refurbished_furniture.common.mixins.json:RecipeManagerMixin from mod refurbished_furniture
[18Feb2026 13:26:45.515] [Worker-Main-3/DEBUG] [mixin/]: Renaming synthetic method lambda$afterStaticInit$2(Lnet/minecraft/world/item/crafting/Recipe;)Ljava/util/Optional; to md91697a$refurbished_furniture$lambda$afterStaticInit$2$2 in refurbished_furniture.common.mixins.json:RecipeManagerMixin from mod refurbished_furniture
[18Feb2026 13:26:45.515] [Worker-Main-3/DEBUG] [mixin/]: Renaming synthetic method lambda$afterStaticInit$1(Lnet/minecraft/world/item/crafting/Recipe;)Ljava/util/Optional; to md91697a$refurbished_furniture$lambda$afterStaticInit$1$3 in refurbished_furniture.common.mixins.json:RecipeManagerMixin from mod refurbished_furniture
[18Feb2026 13:26:45.515] [Worker-Main-3/DEBUG] [mixin/]: Renaming synthetic method lambda$afterStaticInit$0(Lnet/minecraft/world/item/crafting/Recipe;)Ljava/util/Optional; to md91697a$refurbished_furniture$lambda$afterStaticInit$0$4 in refurbished_furniture.common.mixins.json:RecipeManagerMixin from mod refurbished_furniture
[18Feb2026 13:26:45.517] [Worker-Main-3/DEBUG] [mixin/]: Mixing recipe.RecipeManagerMixin from elytratrims.mixins.json into net.minecraft.world.item.crafting.RecipeManager
[18Feb2026 13:26:45.519] [Worker-Main-3/DEBUG] [mixin/]: supermartijn642corelib.mixins.json:RecipeManagerMixin from mod supermartijn642corelib->@Inject::prepare(Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:45.519] [Worker-Main-3/DEBUG] [mixin/]: supermartijn642corelib.mixins.json:RecipeManagerMixin from mod supermartijn642corelib->@Inject::prepare(Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
[18Feb2026 13:26:45.519] [Worker-Main-3/DEBUG] [mixin/]: supermartijn642corelib.mixins.json:RecipeManagerMixin from mod supermartijn642corelib->@Inject::prepare(Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/util/profiling/ProfilerFiller;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
[18Feb2026 13:26:45.519] [Worker-Main-3/DEBUG] [mixin/]: refurbished_furniture.common.mixins.json:RecipeManagerMixin from mod refurbished_furniture->@Inject::afterStaticInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:45.526] [Worker-Main-3/DEBUG] [mixin/]: Mixing CommandExceptionLoggingMixin from cupboard.mixins.json into net.minecraft.commands.Commands
[18Feb2026 13:26:45.526] [Worker-Main-3/DEBUG] [mixin/]: Mixing MixinCommandManager from c2me-server-utils.mixins.json into net.minecraft.commands.Commands
[18Feb2026 13:26:45.526] [Worker-Main-3/DEBUG] [mixin/]: c2me-server-utils.mixins.json:MixinCommandManager from mod c2me_server_utils->@Inject::registerCommands(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:45.527] [Worker-Main-3/DEBUG] [mixin/]: c2me-server-utils.mixins.json:MixinCommandManager from mod c2me_server_utils->@Inject::registerCommands(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:45.527] [Worker-Main-3/DEBUG] [mixin/]: c2me-server-utils.mixins.json:MixinCommandManager from mod c2me_server_utils->@Inject::registerCommands(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:45.559] [Worker-Main-3/DEBUG] [mixin/]: Mixing block.hopper.EntityDataAccessorMixin from lithium.mixins.json into net.minecraft.server.commands.data.EntityDataAccessor
[18Feb2026 13:26:45.560] [Worker-Main-3/DEBUG] [mixin/]: lithium.mixins.json:block.hopper.EntityDataAccessorMixin from mod lithium->@Inject::updateEntityTrackerEngine(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:45.560] [Worker-Main-3/DEBUG] [mixin/]: lithium.mixins.json:block.hopper.EntityDataAccessorMixin from mod lithium->@Inject::updateEntityTrackerEngine(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:45.560] [Worker-Main-3/DEBUG] [mixin/]: lithium.mixins.json:block.hopper.EntityDataAccessorMixin from mod lithium->@Inject::updateEntityTrackerEngine(Lnet/minecraft/nbt/CompoundTag;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:45.609] [Worker-Main-3/DEBUG] [mixin/]: Mixing structures.LocateCommandMixin from moogs_structures-common.mixins.json into net.minecraft.server.commands.LocateCommand
[18Feb2026 13:26:45.609] [Worker-Main-3/DEBUG] [mixin/]: Renaming synthetic method lambda$moogs_structures_increaseLocateRadius$0(Lnet/minecraft/core/Holder;)Z to md91697a$moogs_structures$lambda$moogs_structures_increaseLocateRadius$0$0 in moogs_structures-common.mixins.json:structures.LocateCommandMixin from mod moogs_structures
[18Feb2026 13:26:45.611] [Worker-Main-3/DEBUG] [mixin/]: moogs_structures-common.mixins.json:structures.LocateCommandMixin from mod moogs_structures->@Inject::moogs_structures_increaseLocateRadius(Lnet/minecraft/commands/CommandSourceStack;Lnet/minecraft/commands/arguments/ResourceOrTagKeyArgument$Result;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/core/Registry;Lnet/minecraft/core/HolderSet;Lnet/minecraft/core/BlockPos;Lnet/minecraft/server/level/ServerLevel;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:48.051] [main/INFO] [net.minecraft.world.item.crafting.RecipeManager/]: Loaded 3731 recipes
[18Feb2026 13:26:48.068] [main/INFO] [net.minecraft.advancements.AdvancementTree/]: Loaded 3786 advancements
[18Feb2026 13:26:48.070] [main/INFO] [net.neoforged.neoforge.common.crafting.RecipePriorityManager/]: Loaded 0 recipe priority overrides
[18Feb2026 13:26:48.076] [main/DEBUG] [sophisticatedbackpacks/]: Started loading registry data from sophisticatedbackpacks:compat/woot/block_tools
[18Feb2026 13:26:48.076] [main/DEBUG] [sophisticatedbackpacks/]: Started loading registry data from sophisticatedbackpacks:compat/fluxnetworks/block_tools
[18Feb2026 13:26:48.076] [main/DEBUG] [sophisticatedbackpacks/]: Started loading registry data from sophisticatedbackpacks:compat/mob_grinding_utils/entity_tools
[18Feb2026 13:26:48.076] [main/DEBUG] [sophisticatedbackpacks/]: Started loading registry data from sophisticatedbackpacks:compat/astralsorcery/block_tools
[18Feb2026 13:26:48.076] [main/DEBUG] [sophisticatedbackpacks/]: Started loading registry data from sophisticatedbackpacks:compat/immersivepetroleum/block_tools
[18Feb2026 13:26:48.076] [main/DEBUG] [sophisticatedbackpacks/]: Started loading registry data from sophisticatedbackpacks:compat/immersiveengineering/block_tools
[18Feb2026 13:26:48.076] [main/DEBUG] [sophisticatedbackpacks/]: Started loading registry data from sophisticatedbackpacks:compat/pedestals/block_tools
[18Feb2026 13:26:48.076] [main/DEBUG] [sophisticatedbackpacks/]: Started loading registry data from sophisticatedbackpacks:compat/platforms/block_tools
[18Feb2026 13:26:48.076] [main/DEBUG] [sophisticatedbackpacks/]: Started loading registry data from sophisticatedbackpacks:compat/rftoolsutility/entity_tools
[18Feb2026 13:26:48.076] [main/DEBUG] [sophisticatedbackpacks/]: Started loading registry data from sophisticatedbackpacks:compat/compactmachines/block_tools
[18Feb2026 13:26:48.076] [main/DEBUG] [sophisticatedbackpacks/]: Started loading registry data from sophisticatedbackpacks:compat/mcwwindows/block_tools
[18Feb2026 13:26:48.076] [main/DEBUG] [sophisticatedbackpacks/]: Started loading registry data from sophisticatedbackpacks:compat/integrateddynamics/block_tools
[18Feb2026 13:26:48.076] [main/DEBUG] [sophisticatedbackpacks/]: Started loading registry data from sophisticatedbackpacks:entity_tools
[18Feb2026 13:26:48.078] [main/DEBUG] [sophisticatedbackpacks/]: Finished loading registry data for sophisticatedbackpacks:entity_tools
[18Feb2026 13:26:48.078] [main/DEBUG] [sophisticatedbackpacks/]: Started loading registry data from sophisticatedbackpacks:compat/mekanism/block_tools
[18Feb2026 13:26:48.078] [main/DEBUG] [sophisticatedbackpacks/]: Started loading registry data from sophisticatedbackpacks:compat/powah/block_tools
[18Feb2026 13:26:48.078] [main/DEBUG] [sophisticatedbackpacks/]: Started loading registry data from sophisticatedbackpacks:compat/apotheosis/entity_tools
[18Feb2026 13:26:48.078] [main/DEBUG] [sophisticatedbackpacks/]: Started loading registry data from sophisticatedbackpacks:compat/bloodmagic/block_tools
[18Feb2026 13:26:48.078] [main/DEBUG] [sophisticatedbackpacks/]: Started loading registry data from sophisticatedbackpacks:compat/immersiveposts/block_tools
[18Feb2026 13:26:48.078] [main/DEBUG] [sophisticatedbackpacks/]: Started loading registry data from sophisticatedbackpacks:compat/rats/entity_tools
[18Feb2026 13:26:48.078] [main/DEBUG] [sophisticatedbackpacks/]: Started loading registry data from sophisticatedbackpacks:compat/framedcompactdrawers/block_tools
[18Feb2026 13:26:48.078] [main/DEBUG] [sophisticatedbackpacks/]: Started loading registry data from sophisticatedbackpacks:compat/iceandfire/entity_tools
[18Feb2026 13:26:48.078] [main/DEBUG] [sophisticatedbackpacks/]: Started loading registry data from sophisticatedbackpacks:compat/storagedrawers/block_tools
[18Feb2026 13:26:48.078] [main/DEBUG] [sophisticatedbackpacks/]: Started loading registry data from sophisticatedbackpacks:compat/mcwroofs/block_tools
[18Feb2026 13:26:48.078] [main/DEBUG] [sophisticatedbackpacks/]: Started loading registry data from sophisticatedbackpacks:compat/morphtool/block_tools
[18Feb2026 13:26:48.078] [main/DEBUG] [sophisticatedbackpacks/]: Started loading registry data from sophisticatedbackpacks:compat/botania/block_tools
[18Feb2026 13:26:48.078] [main/DEBUG] [sophisticatedbackpacks/]: Started loading registry data from sophisticatedbackpacks:compat/pneumaticraft/block_tools
[18Feb2026 13:26:48.078] [main/DEBUG] [sophisticatedbackpacks/]: Started loading registry data from sophisticatedbackpacks:compat/shrink/entity_tools
[18Feb2026 13:26:48.078] [main/DEBUG] [sophisticatedbackpacks/]: Started loading registry data from sophisticatedbackpacks:compat/blockcarpentry/block_tools
[18Feb2026 13:26:48.078] [main/DEBUG] [sophisticatedbackpacks/]: Started loading registry data from sophisticatedbackpacks:compat/pipez/block_tools
[18Feb2026 13:26:48.078] [main/DEBUG] [sophisticatedbackpacks/]: Finished loading registry data for sophisticatedbackpacks:compat/pipez/block_tools
[18Feb2026 13:26:48.078] [main/DEBUG] [sophisticatedbackpacks/]: Started loading registry data from sophisticatedbackpacks:compat/transport/block_tools
[18Feb2026 13:26:48.078] [main/DEBUG] [sophisticatedbackpacks/]: Started loading registry data from sophisticatedbackpacks:compat/thermal/block_tools
[18Feb2026 13:26:48.078] [main/DEBUG] [sophisticatedbackpacks/]: Started loading registry data from sophisticatedbackpacks:block_tools
[18Feb2026 13:26:48.078] [main/DEBUG] [sophisticatedbackpacks/]: Finished loading registry data for sophisticatedbackpacks:block_tools
[18Feb2026 13:26:48.078] [main/DEBUG] [sophisticatedbackpacks/]: Started loading registry data from sophisticatedbackpacks:compat/create/block_tools
[18Feb2026 13:26:48.078] [main/DEBUG] [sophisticatedbackpacks/]: Started loading registry data from sophisticatedbackpacks:compat/farmersdelight/entity_tools
[18Feb2026 13:26:48.078] [main/DEBUG] [sophisticatedbackpacks/]: Started loading registry data from sophisticatedbackpacks:compat/refinedstorage/block_tools
[18Feb2026 13:26:48.078] [main/DEBUG] [sophisticatedbackpacks/]: Started loading registry data from sophisticatedbackpacks:compat/chiselsandbits/block_tools
[18Feb2026 13:26:48.078] [main/DEBUG] [sophisticatedbackpacks/]: Started loading registry data from sophisticatedbackpacks:compat/farmersdelight/block_tools
[18Feb2026 13:26:48.078] [main/DEBUG] [sophisticatedbackpacks/]: Started loading registry data from sophisticatedbackpacks:compat/resourcefulbees/entity_tools
[18Feb2026 13:26:48.078] [main/DEBUG] [sophisticatedbackpacks/]: Started loading registry data from sophisticatedbackpacks:compat/mythicbotany/block_tools
[18Feb2026 13:26:48.078] [main/DEBUG] [sophisticatedbackpacks/]: Started loading registry data from sophisticatedbackpacks:compat/resourcefulbees/block_tools
[18Feb2026 13:26:48.078] [main/DEBUG] [sophisticatedbackpacks/]: Started loading registry data from sophisticatedbackpacks:compat/syp/entity_tools
[18Feb2026 13:26:48.078] [main/DEBUG] [sophisticatedbackpacks/]: Started loading registry data from sophisticatedbackpacks:compat/eidolon/block_tools
[18Feb2026 13:26:48.078] [main/DEBUG] [sophisticatedbackpacks/]: Started loading registry data from sophisticatedbackpacks:compat/rftoolsbase/block_tools
[18Feb2026 13:26:48.079] [main/INFO] [rechiseled/]: Loaded 45 chiseling recipes
[18Feb2026 13:26:48.079] [main/INFO] [friendsandfoes/]: Loaded 1 moobloom variants
[18Feb2026 13:26:48.080] [main/INFO] [friendsandfoes/]: Loaded 27 entity animations
[18Feb2026 13:26:48.162] [main/DEBUG] [net.neoforged.neoforge.common.CommonHooks/WP]: Gathered mod list to write to world save world
[18Feb2026 13:26:48.176] [main/DEBUG] [mixin/]: Mixing server.DedicatedServerMixin from lithostitched.mixins.json into net.minecraft.server.dedicated.DedicatedServer
[18Feb2026 13:26:48.176] [main/DEBUG] [mixin/]: lithostitched.mixins.json:server.DedicatedServerMixin from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:48.178] [main/DEBUG] [mixin/]: lithostitched.mixins.json:server.DedicatedServerMixin from mod lithostitched->@Inject::initServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:48.178] [main/DEBUG] [mixin/]: lithostitched.mixins.json:server.DedicatedServerMixin from mod lithostitched->@Inject::initServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
[18Feb2026 13:26:48.178] [main/DEBUG] [mixin/]: lithostitched.mixins.json:server.DedicatedServerMixin from mod lithostitched->@Inject::initServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
[18Feb2026 13:26:48.184] [main/DEBUG] [mixin/]: Mixing PlayerListMixin from creativecore.forge.mixins.json into net.minecraft.server.players.PlayerList
[18Feb2026 13:26:48.184] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$bind$0(Lnet/minecraft/server/network/ServerGamePacketListenerImpl;Ljava/lang/Object;)Ljava/lang/Object; to md91697a$creativecore$lambda$bind$0$0 in creativecore.forge.mixins.json:PlayerListMixin from mod creativecore
[18Feb2026 13:26:48.187] [main/DEBUG] [mixin/]: Mixing camera.PlayerListMixin from securitycraft.mixins.json into net.minecraft.server.players.PlayerList
[18Feb2026 13:26:48.187] [main/DEBUG] [mixin/]: Mixing MixinPlayerManager from c2me-notickvd.mixins.json into net.minecraft.server.players.PlayerList
[18Feb2026 13:26:48.188] [main/DEBUG] [mixin/]: securitycraft.mixins.json:camera.PlayerListMixin from mod securitycraft->@Inject::securitycraft$broadcastToCameras(Lnet/minecraft/world/entity/player/Player;DDDDLnet/minecraft/resources/ResourceKey;Lnet/minecraft/network/protocol/Packet;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
[18Feb2026 13:26:48.254] [main/DEBUG] [mixin/]: Mixing ai.pathing.WalkNodeEvaluatorMixin from lithium.mixins.json into net.minecraft.world.level.pathfinder.WalkNodeEvaluator
[18Feb2026 13:26:48.255] [main/DEBUG] [mixin/]: lithium.mixins.json:ai.pathing.WalkNodeEvaluatorMixin from mod lithium->@Inject::getLithiumCachedCommonNodeType(Lnet/minecraft/world/level/BlockGetter;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/world/level/block/state/BlockState;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:48.255] [main/DEBUG] [mixin/]: lithium.mixins.json:ai.pathing.WalkNodeEvaluatorMixin from mod lithium->@Inject::doNotIteratePositionsIfLithiumSinglePosCall(Lnet/minecraft/world/level/pathfinder/PathfindingContext;IIILnet/minecraft/world/level/pathfinder/PathType;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;III)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:48.258] [main/DEBUG] [mixin/]: Mixing ai.pathing.PathfindingContextAccessor from lithium.mixins.json into net.minecraft.world.level.pathfinder.PathfindingContext
[18Feb2026 13:26:48.258] [main/DEBUG] [mixin/]: Mixing ai.pathing.PathfindingContextMixin from lithium.mixins.json into net.minecraft.world.level.pathfinder.PathfindingContext
[18Feb2026 13:26:48.350] [main/DEBUG] [mixin/]: Mixing chunk.no_locking.LevelChunkSectionMixin from lithium.mixins.json into net.minecraft.world.level.chunk.LevelChunkSection
[18Feb2026 13:26:48.351] [main/DEBUG] [mixin/]: Mixing util.block_tracking.LevelChunkSectionMixin from lithium.mixins.json into net.minecraft.world.level.chunk.LevelChunkSection
[18Feb2026 13:26:48.351] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$initFlagCounters$0(Lnet/minecraft/world/level/chunk/PalettedContainer$CountConsumer;[SLnet/minecraft/world/level/block/state/BlockState;I)V to md91697a$lithium$lambda$initFlagCounters$0$0 in lithium.mixins.json:util.block_tracking.LevelChunkSectionMixin from mod lithium
[18Feb2026 13:26:48.351] [main/DEBUG] [mixin/]: Mixing util.section_data_storage.LevelChunkSectionMixin from lithium.mixins.json into net.minecraft.world.level.chunk.LevelChunkSection
[18Feb2026 13:26:48.352] [main/DEBUG] [mixin/]: Mixing world.chunk_ticking.random_block_ticking.LevelChunkSectionMixin from lithium.mixins.json into net.minecraft.world.level.chunk.LevelChunkSection
[18Feb2026 13:26:48.354] [main/DEBUG] [mixin/]: lithium.mixins.json:util.block_tracking.LevelChunkSectionMixin from mod lithium->@Inject::initAirSection(Lnet/minecraft/world/level/chunk/PalettedContainerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:48.354] [main/DEBUG] [mixin/]: lithium.mixins.json:util.block_tracking.LevelChunkSectionMixin from mod lithium->@Inject::initAirSection(Lnet/minecraft/world/level/chunk/PalettedContainerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:48.354] [main/DEBUG] [mixin/]: lithium.mixins.json:util.block_tracking.LevelChunkSectionMixin from mod lithium->@Inject::initAirSection(Lnet/minecraft/world/level/chunk/PalettedContainerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:48.354] [main/DEBUG] [mixin/]: lithium.mixins.json:util.block_tracking.LevelChunkSectionMixin from mod lithium->@Inject::createFlagCounters(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:48.354] [main/DEBUG] [mixin/]: lithium.mixins.json:util.block_tracking.LevelChunkSectionMixin from mod lithium->@Inject::createFlagCounters(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:48.354] [main/DEBUG] [mixin/]: lithium.mixins.json:util.block_tracking.LevelChunkSectionMixin from mod lithium->@Inject::createFlagCounters(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:48.354] [main/DEBUG] [mixin/]: lithium.mixins.json:util.block_tracking.LevelChunkSectionMixin from mod lithium->@Inject::resetData(Lnet/minecraft/network/FriendlyByteBuf;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:48.354] [main/DEBUG] [mixin/]: lithium.mixins.json:util.block_tracking.LevelChunkSectionMixin from mod lithium->@Inject::resetData(Lnet/minecraft/network/FriendlyByteBuf;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:48.354] [main/DEBUG] [mixin/]: lithium.mixins.json:util.block_tracking.LevelChunkSectionMixin from mod lithium->@Inject::resetData(Lnet/minecraft/network/FriendlyByteBuf;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:48.354] [main/DEBUG] [mixin/]: lithium.mixins.json:util.block_tracking.LevelChunkSectionMixin from mod lithium->@Inject::updateFlagCounters(IIILnet/minecraft/world/level/block/state/BlockState;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:48.354] [main/DEBUG] [mixin/]: lithium.mixins.json:util.block_tracking.LevelChunkSectionMixin from mod lithium->@Inject::updateFlagCounters(IIILnet/minecraft/world/level/block/state/BlockState;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
[18Feb2026 13:26:48.354] [main/DEBUG] [mixin/]: lithium.mixins.json:util.block_tracking.LevelChunkSectionMixin from mod lithium->@Inject::updateFlagCounters(IIILnet/minecraft/world/level/block/state/BlockState;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
[18Feb2026 13:26:48.354] [main/DEBUG] [mixin/]: lithium.mixins.json:world.chunk_ticking.random_block_ticking.LevelChunkSectionMixin from mod lithium->@Inject::initAirSection(Lnet/minecraft/world/level/chunk/PalettedContainerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:48.354] [main/DEBUG] [mixin/]: lithium.mixins.json:world.chunk_ticking.random_block_ticking.LevelChunkSectionMixin from mod lithium->@Inject::initAirSection(Lnet/minecraft/world/level/chunk/PalettedContainerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:48.354] [main/DEBUG] [mixin/]: lithium.mixins.json:world.chunk_ticking.random_block_ticking.LevelChunkSectionMixin from mod lithium->@Inject::initAirSection(Lnet/minecraft/world/level/chunk/PalettedContainerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:48.354] [main/DEBUG] [mixin/]: lithium.mixins.json:world.chunk_ticking.random_block_ticking.LevelChunkSectionMixin from mod lithium->@Inject::createFlagCounters(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:48.354] [main/DEBUG] [mixin/]: lithium.mixins.json:world.chunk_ticking.random_block_ticking.LevelChunkSectionMixin from mod lithium->@Inject::createFlagCounters(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:48.354] [main/DEBUG] [mixin/]: lithium.mixins.json:world.chunk_ticking.random_block_ticking.LevelChunkSectionMixin from mod lithium->@Inject::createFlagCounters(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:48.354] [main/DEBUG] [mixin/]: lithium.mixins.json:world.chunk_ticking.random_block_ticking.LevelChunkSectionMixin from mod lithium->@Inject::updateRandomTickableBlockCounts(IIILnet/minecraft/world/level/block/state/BlockState;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:48.354] [main/DEBUG] [mixin/]: lithium.mixins.json:world.chunk_ticking.random_block_ticking.LevelChunkSectionMixin from mod lithium->@Inject::updateRandomTickableBlockCounts(IIILnet/minecraft/world/level/block/state/BlockState;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
[18Feb2026 13:26:48.354] [main/DEBUG] [mixin/]: lithium.mixins.json:world.chunk_ticking.random_block_ticking.LevelChunkSectionMixin from mod lithium->@Inject::updateRandomTickableBlockCounts(IIILnet/minecraft/world/level/block/state/BlockState;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
[18Feb2026 13:26:48.357] [main/DEBUG] [Lithium/]: Loaded net.caffeinemc.mods.lithium.neoforge.NeoForgeMappingInformation@d660527 for service interface net.caffeinemc.mods.lithium.common.services.PlatformMappingInformation
[18Feb2026 13:26:48.366] [main/DEBUG] [mixin/]: Mixing block_pattern_matching.BlockPatternMixin from lithium.mixins.json into net.minecraft.world.level.block.state.pattern.BlockPattern
[18Feb2026 13:26:48.367] [main/DEBUG] [mixin/]: lithium.mixins.json:block_pattern_matching.BlockPatternMixin from mod lithium->@Inject::countRequiredBlocksBeforeExpensiveSearch(Lnet/minecraft/world/level/LevelReader;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:48.395] [main/DEBUG] [mixin/]: Mixing network.experimental.ServerTextFilterMixin from krypton_fnp.mixins.json into net.minecraft.server.network.ServerTextFilter
[18Feb2026 13:26:48.395] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$static$0(Ljava/lang/Runnable;)Ljava/lang/Thread; to md91697a$krypton_fnp$lambda$static$0$0 in krypton_fnp.mixins.json:network.experimental.ServerTextFilterMixin from mod krypton_fnp
[18Feb2026 13:26:48.399] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Starting minecraft server version 1.21.11
[18Feb2026 13:26:48.399] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Loading properties
[18Feb2026 13:26:48.399] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Default game type: SURVIVAL
[18Feb2026 13:26:48.399] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Generating keypair
[18Feb2026 13:26:48.456] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Starting Minecraft server on 0.0.0.0:25731
[18Feb2026 13:26:48.457] [Server thread/DEBUG] [net.neoforged.neoforge.network.DualStackUtils/]: Detected IPv4 address: "0.0.0.0"
[18Feb2026 13:26:48.471] [Server thread/DEBUG] [io.netty.util.internal.NativeLibraryLoader/]: -Dio.netty.native.workdir: /tmp (io.netty.tmpdir)
[18Feb2026 13:26:48.471] [Server thread/DEBUG] [io.netty.util.internal.NativeLibraryLoader/]: -Dio.netty.native.deleteLibAfterLoading: true
[18Feb2026 13:26:48.471] [Server thread/DEBUG] [io.netty.util.internal.NativeLibraryLoader/]: -Dio.netty.native.tryPatchShadedId: true
[18Feb2026 13:26:48.471] [Server thread/DEBUG] [io.netty.util.internal.NativeLibraryLoader/]: -Dio.netty.native.detectNativeLibraryDuplicates: true
[18Feb2026 13:26:48.475] [Server thread/DEBUG] [io.netty.util.internal.NativeLibraryLoader/]: Successfully loaded the library /tmp/libnetty_transport_native_epoll_x86_64481528352242279883.so
[18Feb2026 13:26:48.477] [Server thread/DEBUG] [io.netty.util.NetUtil/]: -Djava.net.preferIPv4Stack: true
[18Feb2026 13:26:48.477] [Server thread/DEBUG] [io.netty.util.NetUtil/]: -Djava.net.preferIPv6Addresses: false
[18Feb2026 13:26:48.478] [Server thread/DEBUG] [io.netty.util.NetUtilInitializations/]: Loopback interface: lo (lo, ****:****:****:****:****:****:****:****
[18Feb2026 13:26:48.478] [Server thread/DEBUG] [io.netty.util.NetUtil/]: /proc/sys/net/core/somaxconn: 4096
[18Feb2026 13:26:48.489] [Server thread/DEBUG] [io.netty.channel.MultithreadEventLoopGroup/]: -Dio.netty.eventLoopThreads: 8
[18Feb2026 13:26:48.495] [Server thread/DEBUG] [io.netty.util.concurrent.GlobalEventExecutor/]: -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1
[18Feb2026 13:26:48.555] [Server thread/DEBUG] [io.netty.channel.DefaultChannelId/]: -Dio.netty.processId: 7 (auto-detected)
[18Feb2026 13:26:48.556] [Server thread/DEBUG] [io.netty.channel.DefaultChannelId/]: -Dio.netty.machineId: ****:****:****:****:****:****:****:**** (auto-detected)
[18Feb2026 13:26:48.564] [Server thread/DEBUG] [io.netty.bootstrap.ChannelInitializerExtensions/]: -Dio.netty.bootstrap.extensions: null
[18Feb2026 13:26:48.579] [Server thread/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loading configs type SERVER
[18Feb2026 13:26:48.579] [Server thread/DEBUG] [net.neoforged.neoforge.common.NeoForgeMod/FORGEMOD]: Loaded NeoForge config file neoforge-server.toml
[18Feb2026 13:26:48.579] [Server thread/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file /home/********/config/neoforge-server.toml
[18Feb2026 13:26:48.579] [Server thread/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file /home/********/config/neoforge-server.toml for changes
[18Feb2026 13:26:48.583] [Server thread/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file /home/********/config/sophisticatedbackpacks-server.toml
[18Feb2026 13:26:48.583] [Server thread/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file /home/********/config/sophisticatedbackpacks-server.toml for changes
[18Feb2026 13:26:48.583] [Server thread/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file /home/********/config/easy_piglins-server.toml
[18Feb2026 13:26:48.583] [Server thread/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file /home/********/config/easy_piglins-server.toml for changes
[18Feb2026 13:26:48.584] [Server thread/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file /home/********/config/corpse-server.toml
[18Feb2026 13:26:48.584] [Server thread/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file /home/********/config/corpse-server.toml for changes
[18Feb2026 13:26:48.584] [Server thread/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file /home/********/config/advancednetherite-server.toml
[18Feb2026 13:26:48.584] [Server thread/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file /home/********/config/advancednetherite-server.toml for changes
[18Feb2026 13:26:48.588] [Server thread/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file /home/********/config/sophisticatedstorage-server.toml
[18Feb2026 13:26:48.588] [Server thread/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file /home/********/config/sophisticatedstorage-server.toml for changes
[18Feb2026 13:26:48.589] [Server thread/DEBUG] [net.neoforged.neoforge.common.ModConfigSpec/CORE]: List on key mutant_x_conversions is deemed to need correction, as it is null, not a list, or the wrong size.
[18Feb2026 13:26:48.590] [Server thread/INFO] [Puzzles Lib/]: Dispatching loading event for config mutantmonsters-server.toml
[18Feb2026 13:26:48.596] [Server thread/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file /home/********/config/mutantmonsters-server.toml
[18Feb2026 13:26:48.596] [Server thread/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file /home/********/config/mutantmonsters-server.toml for changes
[18Feb2026 13:26:48.596] [Server thread/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file /home/********/config/jei-server.toml
[18Feb2026 13:26:48.597] [Server thread/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file /home/********/config/jei-server.toml for changes
[18Feb2026 13:26:48.597] [Server thread/INFO] [journeymap/]: Loading JourneyMap Forge Configs
[18Feb2026 13:26:48.597] [Server thread/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file /home/********/config/journeymap-server.toml
[18Feb2026 13:26:48.597] [Server thread/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file /home/********/config/journeymap-server.toml for changes
[18Feb2026 13:26:48.598] [Server thread/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file /home/********/config/pipez-server.toml
[18Feb2026 13:26:48.598] [Server thread/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file /home/********/config/pipez-server.toml for changes
[18Feb2026 13:26:48.600] [Server thread/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file /home/********/config/easy_villagers-server.toml
[18Feb2026 13:26:48.600] [Server thread/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file /home/********/config/easy_villagers-server.toml for changes
[18Feb2026 13:26:48.602] [Server thread/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file /home/********/config/securitycraft-server.toml
[18Feb2026 13:26:48.602] [Server thread/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file /home/********/config/securitycraft-server.toml for changes
[18Feb2026 13:26:48.604] [Server thread/DEBUG] [mixin/]: Mixing accessor.BiomeSpecialEffectsBuilderNeoForgeAccessor from puzzleslib.neoforge.mixins.json into net.minecraft.world.level.biome.BiomeSpecialEffects$Builder
[18Feb2026 13:26:48.791] [Server thread/INFO] [spark/]: Starting background profiler...
[18Feb2026 13:26:48.922] [Server thread/INFO] [Framework/]: Loading server configs...
[18Feb2026 13:26:48.930] [Server thread/DEBUG] [Framework/]: Started watching config: /home/********/config/refurbished_furniture.server.toml
[18Feb2026 13:26:48.935] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Preparing level "world"
[18Feb2026 13:26:48.944] [Server thread/DEBUG] [mixin/]: Mixing PatrolSpawnerAccessor from friendsandfoes-common.mixins.json into net.minecraft.world.level.levelgen.PatrolSpawner
[18Feb2026 13:26:48.944] [Server thread/DEBUG] [mixin/]: Mixing PatrolSpawnerMixin from friendsandfoes-common.mixins.json into net.minecraft.world.level.levelgen.PatrolSpawner
[18Feb2026 13:26:48.945] [Server thread/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:PatrolSpawnerMixin from mod friendsandfoes->@Inject::friendsandfoes$resetBiomeSpecificIllagerSpawnFlag(Lnet/minecraft/server/level/ServerLevel;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:48.945] [Server thread/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:PatrolSpawnerMixin from mod friendsandfoes->@Inject::friendsandfoes$resetBiomeSpecificIllagerSpawnFlag(Lnet/minecraft/server/level/ServerLevel;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:48.945] [Server thread/DEBUG] [mixin/]: friendsandfoes-common.mixins.json:PatrolSpawnerMixin from mod friendsandfoes->@Inject::friendsandfoes$resetBiomeSpecificIllagerSpawnFlag(Lnet/minecraft/server/level/ServerLevel;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:48.952] [Server thread/DEBUG] [mixin/]: Mixing ChunkLoadDebug from cupboard.mixins.json into net.minecraft.server.level.ServerChunkCache
[18Feb2026 13:26:48.953] [Server thread/DEBUG] [mixin/]: Mixing minimal_nonvanilla.spawning.ServerChunkCacheMixin from lithium.mixins.json into net.minecraft.server.level.ServerChunkCache
[18Feb2026 13:26:48.953] [Server thread/DEBUG] [mixin/]: Mixing world.chunk_access.ServerChunkCacheMixin from lithium.mixins.json into net.minecraft.server.level.ServerChunkCache
[18Feb2026 13:26:48.953] [Server thread/DEBUG] [mixin/]: Renaming synthetic method lambda$getChunkOffThread$0(IILnet/minecraft/world/level/chunk/status/ChunkStatus;Z)Lnet/minecraft/world/level/chunk/ChunkAccess; to md91697a$lithium$lambda$getChunkOffThread$0$0 in lithium.mixins.json:world.chunk_access.ServerChunkCacheMixin from mod lithium
[18Feb2026 13:26:48.954] [Server thread/DEBUG] [mixin/]: Mixing server.ServerChunkCacheAccessor from journeymap.mixins.json into net.minecraft.server.level.ServerChunkCache
[18Feb2026 13:26:48.954] [Server thread/DEBUG] [mixin/]: journeymap.mixins.json:server.ServerChunkCacheAccessor from mod journeymap: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:48.954] [Server thread/DEBUG] [mixin/]: Mixing asynccatchers.MixinServerChunkManager from c2me-fixes-general-threading-issues.mixins.json into net.minecraft.server.level.ServerChunkCache
[18Feb2026 13:26:48.954] [Server thread/DEBUG] [mixin/]: Mixing access.IServerChunkManager from c2me-base.mixins.json into net.minecraft.server.level.ServerChunkCache
[18Feb2026 13:26:48.954] [Server thread/DEBUG] [mixin/]: Mixing instrumentation.MixinServerChunkManager from c2me-base.mixins.json into net.minecraft.server.level.ServerChunkCache
[18Feb2026 13:26:48.956] [Server thread/DEBUG] [mixin/]: Mixing scheduler.MixinServerChunkManager from c2me-base.mixins.json into net.minecraft.server.level.ServerChunkCache
[18Feb2026 13:26:48.956] [Server thread/DEBUG] [mixin/]: Mixing MixinServerChunkManager from c2me-rewrites-chunk-system.mixins.json into net.minecraft.server.level.ServerChunkCache
[18Feb2026 13:26:48.956] [Server thread/DEBUG] [mixin/]: Renaming synthetic method lambda$consolidateSchedules$0(Ljava/util/Queue;)V to md91697a$c2me_rewrites_chunk_system$lambda$consolidateSchedules$0$1 in c2me-rewrites-chunk-system.mixins.json:MixinServerChunkManager from mod c2me_rewrites_chunk_system
[18Feb2026 13:26:48.957] [Server thread/DEBUG] [mixin/]: Mixing mid_tick_chunk_tasks.MixinServerChunkManager from c2me-opts-scheduling.mixins.json into net.minecraft.server.level.ServerChunkCache
[18Feb2026 13:26:48.957] [Server thread/DEBUG] [mixin/]: Mixing task_scheduling.MixinServerChunkManager from c2me-opts-scheduling.mixins.json into net.minecraft.server.level.ServerChunkCache
[18Feb2026 13:26:48.957] [Server thread/DEBUG] [mixin/]: Renaming synthetic method lambda$onLightUpdate$0(Lnet/minecraft/server/level/ChunkHolder;)V to md91697a$c2me_opts_scheduling$lambda$onLightUpdate$0$2 in c2me-opts-scheduling.mixins.json:task_scheduling.MixinServerChunkManager from mod c2me_opts_scheduling
[18Feb2026 13:26:48.957] [Server thread/DEBUG] [mixin/]: Mixing MixinServerChunkManager from c2me-notickvd.mixins.json into net.minecraft.server.level.ServerChunkCache
[18Feb2026 13:26:48.957] [Server thread/DEBUG] [mixin/]: Renaming synthetic method lambda$redirectIterateEntities$0(Lit/unimi/dsi/fastutil/longs/Long2ByteMap;Lnet/minecraft/world/entity/Entity;)Z to md91697a$c2me_notickvd$lambda$redirectIterateEntities$0$3 in c2me-notickvd.mixins.json:MixinServerChunkManager from mod c2me_notickvd
[18Feb2026 13:26:48.960] [Server thread/DEBUG] [mixin/]: cupboard.mixins.json:ChunkLoadDebug from mod cupboard->@Inject::cupboard$logChunkLoading(IILnet/minecraft/world/level/chunk/status/ChunkStatus;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:48.960] [Server thread/DEBUG] [mixin/]: cupboard.mixins.json:ChunkLoadDebug from mod cupboard->@Inject::cupboard$logChunkLoading(IILnet/minecraft/world/level/chunk/status/ChunkStatus;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
[18Feb2026 13:26:48.960] [Server thread/DEBUG] [mixin/]: cupboard.mixins.json:ChunkLoadDebug from mod cupboard->@Inject::cupboard$logChunkLoading(IILnet/minecraft/world/level/chunk/status/ChunkStatus;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
[18Feb2026 13:26:48.961] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:world.chunk_access.ServerChunkCacheMixin from mod lithium->@Inject::preTick(Ljava/util/function/BooleanSupplier;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:48.961] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:world.chunk_access.ServerChunkCacheMixin from mod lithium->@Inject::preTick(Ljava/util/function/BooleanSupplier;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:48.961] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:world.chunk_access.ServerChunkCacheMixin from mod lithium->@Inject::preTick(Ljava/util/function/BooleanSupplier;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:48.961] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:world.chunk_access.ServerChunkCacheMixin from mod lithium->@Inject::onCachesCleared(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:48.961] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:world.chunk_access.ServerChunkCacheMixin from mod lithium->@Inject::onCachesCleared(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:48.961] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:world.chunk_access.ServerChunkCacheMixin from mod lithium->@Inject::onCachesCleared(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:48.961] [Server thread/DEBUG] [mixin/]: c2me-fixes-general-threading-issues.mixins.json:asynccatchers.MixinServerChunkManager from mod c2me_fixes_general_threading_issues->@Inject::onTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:48.961] [Server thread/DEBUG] [mixin/]: c2me-fixes-general-threading-issues.mixins.json:asynccatchers.MixinServerChunkManager from mod c2me_fixes_general_threading_issues->@Inject::onTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:48.961] [Server thread/DEBUG] [mixin/]: c2me-fixes-general-threading-issues.mixins.json:asynccatchers.MixinServerChunkManager from mod c2me_fixes_general_threading_issues->@Inject::onTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:48.961] [Server thread/DEBUG] [mixin/]: c2me-rewrites-chunk-system.mixins.json:MixinServerChunkManager from mod c2me_rewrites_chunk_system->@Inject::shortcutGetChunk(IILnet/minecraft/world/level/chunk/status/ChunkStatus;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:48.961] [Server thread/DEBUG] [mixin/]: c2me-rewrites-chunk-system.mixins.json:MixinServerChunkManager from mod c2me_rewrites_chunk_system->@Inject::updateHolderMapAfterTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:48.961] [Server thread/DEBUG] [mixin/]: c2me-rewrites-chunk-system.mixins.json:MixinServerChunkManager from mod c2me_rewrites_chunk_system->@Inject::updateHolderMapAfterTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:48.961] [Server thread/DEBUG] [mixin/]: c2me-rewrites-chunk-system.mixins.json:MixinServerChunkManager from mod c2me_rewrites_chunk_system->@Inject::updateHolderMapAfterTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:48.961] [Server thread/DEBUG] [mixin/]: c2me-opts-scheduling.mixins.json:mid_tick_chunk_tasks.MixinServerChunkManager from mod c2me_opts_scheduling->@Inject::onPostTickChunk(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:48.961] [Server thread/DEBUG] [mixin/]: c2me-opts-scheduling.mixins.json:mid_tick_chunk_tasks.MixinServerChunkManager from mod c2me_opts_scheduling->@Inject::onPostTickChunk(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:48.961] [Server thread/DEBUG] [mixin/]: c2me-opts-scheduling.mixins.json:mid_tick_chunk_tasks.MixinServerChunkManager from mod c2me_opts_scheduling->@Inject::onPostTickChunk(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:48.970] [Server thread/INFO] [CheckedThreadLocalRandom/]: Enforcing safe world random access
[18Feb2026 13:26:48.973] [Server thread/DEBUG] [mixin/]: Mixing chunk.palette.StrategyMixin from lithium.mixins.json into net.minecraft.world.level.chunk.Strategy
[18Feb2026 13:26:48.975] [Server thread/DEBUG] [mixin/]: Mixing chunk.palette.StrategyMixin$Strategy1Mixin from lithium.mixins.json into net.minecraft.world.level.chunk.Strategy$1
[18Feb2026 13:26:48.976] [Server thread/DEBUG] [mixin/]: Mixing chunk.palette.StrategyMixin$Strategy2Mixin from lithium.mixins.json into net.minecraft.world.level.chunk.Strategy$2
[18Feb2026 13:26:48.981] [Server thread/DEBUG] [mixin/]: Mixing chunk.no_locking.PalettedContainerMixin from lithium.mixins.json into net.minecraft.world.level.chunk.PalettedContainer
[18Feb2026 13:26:48.981] [Server thread/DEBUG] [mixin/]: Mixing world.chunk_ticking.random_block_ticking.PalettedContainerMixin from lithium.mixins.json into net.minecraft.world.level.chunk.PalettedContainer
[18Feb2026 13:26:48.983] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:chunk.no_locking.PalettedContainerMixin from mod lithium->@Inject::removeLockHelper(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:48.983] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:chunk.no_locking.PalettedContainerMixin from mod lithium->@Inject::removeLockHelper(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:48.983] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:chunk.no_locking.PalettedContainerMixin from mod lithium->@Inject::removeLockHelper(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:48.983] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:chunk.no_locking.PalettedContainerMixin from mod lithium->@Inject::removeLockHelper(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:48.983] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:chunk.no_locking.PalettedContainerMixin from mod lithium->@Inject::removeLockHelper(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:48.983] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:chunk.no_locking.PalettedContainerMixin from mod lithium->@Inject::removeLockHelper(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:48.983] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:chunk.no_locking.PalettedContainerMixin from mod lithium->@Inject::removeLockHelper(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:48.983] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:chunk.no_locking.PalettedContainerMixin from mod lithium->@Inject::removeLockHelper(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:48.983] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:chunk.no_locking.PalettedContainerMixin from mod lithium->@Inject::removeLockHelper(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:48.994] [Server thread/DEBUG] [mixin/]: Mixing collections.entity_ticking.EntityTickListMixin from lithium.mixins.json into net.minecraft.world.level.entity.EntityTickList
[18Feb2026 13:26:48.998] [Server thread/DEBUG] [mixin/]: Mixing world.tick_scheduler.LevelChunkTicksMixin from lithium.mixins.json into net.minecraft.world.ticks.LevelChunkTicks
[18Feb2026 13:26:48.998] [Server thread/DEBUG] [mixin/]: Renaming synthetic method lambda$queueTick$0(J)Lnet/caffeinemc/mods/lithium/common/world/scheduler/OrderedTickQueue; to md91697a$lithium$lambda$queueTick$0$0 in lithium.mixins.json:world.tick_scheduler.LevelChunkTicksMixin from mod lithium
[18Feb2026 13:26:49.390] [Server thread/DEBUG] [mixin/]: Mixing access.IChunkTickScheduler from c2me-base.mixins.json into net.minecraft.world.ticks.LevelChunkTicks
[18Feb2026 13:26:49.392] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:world.tick_scheduler.LevelChunkTicksMixin from mod lithium->@Inject::reinit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:49.393] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:world.tick_scheduler.LevelChunkTicksMixin from mod lithium->@Inject::reinit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:49.393] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:world.tick_scheduler.LevelChunkTicksMixin from mod lithium->@Inject::reinit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:49.393] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:world.tick_scheduler.LevelChunkTicksMixin from mod lithium->@Inject::reinit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:49.393] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:world.tick_scheduler.LevelChunkTicksMixin from mod lithium->@Inject::reinit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:49.393] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:world.tick_scheduler.LevelChunkTicksMixin from mod lithium->@Inject::reinit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:49.403] [Server thread/DEBUG] [mixin/]: Mixing task_scheduling.MixinEntityChunkDataAccess from c2me-opts-scheduling.mixins.json into net.minecraft.world.level.chunk.storage.EntityStorage
[18Feb2026 13:26:49.405] [Server thread/DEBUG] [mixin/]: Mixing access.IVersionedChunkStorage from c2me-base.mixins.json into net.minecraft.world.level.chunk.storage.SimpleRegionStorage
[18Feb2026 13:26:49.405] [Server thread/DEBUG] [mixin/]: Mixing MixinVersionedChunkStorage from c2me-rewrites-chunkio.mixins.json into net.minecraft.world.level.chunk.storage.SimpleRegionStorage
[18Feb2026 13:26:49.405] [Server thread/DEBUG] [mixin/]: Renaming synthetic method lambda$redirectStorageIoWorker$0(Lcom/ishland/c2me/base/common/scheduler/IVanillaChunkManager;J)Ljava/util/concurrent/Executor; to md91697a$c2me_rewrites_chunkio$lambda$redirectStorageIoWorker$0$0 in c2me-rewrites-chunkio.mixins.json:MixinVersionedChunkStorage from mod c2me_rewrites_chunkio
[18Feb2026 13:26:49.408] [Server thread/DEBUG] [mixin/]: Mixing limit_nbt_cache.MixinStorageIoWorker from c2me-opts-chunkio.mixins.json into net.minecraft.world.level.chunk.storage.IOWorker
[18Feb2026 13:26:49.408] [Server thread/DEBUG] [mixin/]: Mixing access.IStorageIoWorker from c2me-base.mixins.json into net.minecraft.world.level.chunk.storage.IOWorker
[18Feb2026 13:26:49.408] [Server thread/DEBUG] [mixin/]: Mixing theinterface.MixinStorageIoWorker from c2me-base.mixins.json into net.minecraft.world.level.chunk.storage.IOWorker
[18Feb2026 13:26:49.408] [Server thread/DEBUG] [mixin/]: Renaming synthetic method lambda$setRawChunkData$1(Lnet/minecraft/world/level/ChunkPos;Ljava/util/concurrent/CompletableFuture;)Ljava/util/concurrent/CompletableFuture; to md91697a$c2me_base$lambda$setRawChunkData$1$0 in c2me-base.mixins.json:theinterface.MixinStorageIoWorker from mod c2me_base
[18Feb2026 13:26:49.409] [Server thread/DEBUG] [mixin/]: Renaming synthetic method lambda$setRawChunkData$0(Lnet/minecraft/world/level/ChunkPos;[B)Ljava/util/concurrent/CompletableFuture; to md91697a$c2me_base$lambda$setRawChunkData$0$1 in c2me-base.mixins.json:theinterface.MixinStorageIoWorker from mod c2me_base
[18Feb2026 13:26:49.409] [Server thread/DEBUG] [mixin/]: Mixing MixinStorageIoWorker from c2me-rewrites-chunkio.mixins.json into net.minecraft.world.level.chunk.storage.IOWorker
[18Feb2026 13:26:49.409] [Server thread/DEBUG] [mixin/]: Mixing async_serialization.MixinStorageIoWorker from c2me-rewrites-chunk-system.mixins.json into net.minecraft.world.level.chunk.storage.IOWorker
[18Feb2026 13:26:49.409] [Server thread/DEBUG] [mixin/]: Renaming synthetic method lambda$computeBlendingStatus$4(Ljava/util/BitSet;Ljava/lang/Void;)Ljava/util/BitSet; to md91697a$c2me_rewrites_chunk_system$lambda$computeBlendingStatus$4$2 in c2me-rewrites-chunk-system.mixins.json:async_serialization.MixinStorageIoWorker from mod c2me_rewrites_chunk_system
[18Feb2026 13:26:49.409] [Server thread/DEBUG] [mixin/]: Renaming synthetic method lambda$computeBlendingStatus$3(I)[Ljava/util/concurrent/CompletableFuture; to md91697a$c2me_rewrites_chunk_system$lambda$computeBlendingStatus$3$3 in c2me-rewrites-chunk-system.mixins.json:async_serialization.MixinStorageIoWorker from mod c2me_rewrites_chunk_system
[18Feb2026 13:26:49.409] [Server thread/DEBUG] [mixin/]: Renaming synthetic method lambda$computeBlendingStatus$2(Ljava/util/BitSet;Lnet/minecraft/world/level/ChunkPos;)Ljava/util/concurrent/CompletableFuture; to md91697a$c2me_rewrites_chunk_system$lambda$computeBlendingStatus$2$4 in c2me-rewrites-chunk-system.mixins.json:async_serialization.MixinStorageIoWorker from mod c2me_rewrites_chunk_system
[18Feb2026 13:26:49.409] [Server thread/DEBUG] [mixin/]: Renaming synthetic method lambda$computeBlendingStatus$1(Lnet/minecraft/world/level/ChunkPos;Ljava/lang/Throwable;)Ljava/lang/Void; to md91697a$c2me_rewrites_chunk_system$lambda$computeBlendingStatus$1$5 in c2me-rewrites-chunk-system.mixins.json:async_serialization.MixinStorageIoWorker from mod c2me_rewrites_chunk_system
[18Feb2026 13:26:49.409] [Server thread/DEBUG] [mixin/]: Renaming synthetic method lambda$computeBlendingStatus$0(Lnet/minecraft/nbt/visitors/CollectFields;Lnet/minecraft/world/level/ChunkPos;Ljava/util/BitSet;)V to md91697a$c2me_rewrites_chunk_system$lambda$computeBlendingStatus$0$6 in c2me-rewrites-chunk-system.mixins.json:async_serialization.MixinStorageIoWorker from mod c2me_rewrites_chunk_system
[18Feb2026 13:26:49.411] [Server thread/DEBUG] [mixin/]: c2me-opts-chunkio.mixins.json:limit_nbt_cache.MixinStorageIoWorker from mod c2me_opts_chunkio->@Inject::preTask(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:49.411] [Server thread/DEBUG] [mixin/]: c2me-opts-chunkio.mixins.json:limit_nbt_cache.MixinStorageIoWorker from mod c2me_opts_chunkio->@Inject::preTask(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:49.411] [Server thread/DEBUG] [mixin/]: c2me-opts-chunkio.mixins.json:limit_nbt_cache.MixinStorageIoWorker from mod c2me_opts_chunkio->@Inject::preTask(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:49.411] [Server thread/DEBUG] [mixin/]: c2me-opts-chunkio.mixins.json:limit_nbt_cache.MixinStorageIoWorker from mod c2me_opts_chunkio->@Inject::onWriteResult(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:49.411] [Server thread/DEBUG] [mixin/]: c2me-opts-chunkio.mixins.json:limit_nbt_cache.MixinStorageIoWorker from mod c2me_opts_chunkio->@Inject::onWriteResult(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:49.411] [Server thread/DEBUG] [mixin/]: c2me-opts-chunkio.mixins.json:limit_nbt_cache.MixinStorageIoWorker from mod c2me_opts_chunkio->@Inject::onWriteResult(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:49.411] [Server thread/DEBUG] [mixin/]: c2me-rewrites-chunkio.mixins.json:MixinStorageIoWorker from mod c2me_rewrites_chunkio->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:49.411] [Server thread/DEBUG] [mixin/]: c2me-rewrites-chunkio.mixins.json:MixinStorageIoWorker from mod c2me_rewrites_chunkio->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:49.411] [Server thread/DEBUG] [mixin/]: c2me-rewrites-chunkio.mixins.json:MixinStorageIoWorker from mod c2me_rewrites_chunkio->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:49.411] [Server thread/DEBUG] [mixin/]: c2me-rewrites-chunk-system.mixins.json:async_serialization.MixinStorageIoWorker from mod c2me_rewrites_chunk_system->@Inject::onClose(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:49.411] [Server thread/DEBUG] [mixin/]: c2me-rewrites-chunk-system.mixins.json:async_serialization.MixinStorageIoWorker from mod c2me_rewrites_chunk_system->@Inject::onClose(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:49.411] [Server thread/DEBUG] [mixin/]: c2me-rewrites-chunk-system.mixins.json:async_serialization.MixinStorageIoWorker from mod c2me_rewrites_chunk_system->@Inject::onClose(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:49.418] [Server thread/DEBUG] [mixin/]: Mixing access.IRegionBasedStorage from c2me-base.mixins.json into net.minecraft.world.level.chunk.storage.RegionFileStorage
[18Feb2026 13:26:49.418] [Server thread/DEBUG] [mixin/]: Mixing hide_sync_disk_writes_behind_flag.MixinRegionBasedStorage from c2me-opts-chunkio.mixins.json into net.minecraft.world.level.chunk.storage.RegionFileStorage
[18Feb2026 13:26:49.419] [Server thread/DEBUG] [mixin/]: c2me-opts-chunkio.mixins.json:hide_sync_disk_writes_behind_flag.MixinRegionBasedStorage from mod c2me_opts_chunkio->@Inject::onPostInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:49.419] [Server thread/DEBUG] [mixin/]: c2me-opts-chunkio.mixins.json:hide_sync_disk_writes_behind_flag.MixinRegionBasedStorage from mod c2me_opts_chunkio->@Inject::onPostInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:49.419] [Server thread/DEBUG] [mixin/]: c2me-opts-chunkio.mixins.json:hide_sync_disk_writes_behind_flag.MixinRegionBasedStorage from mod c2me_opts_chunkio->@Inject::onPostInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:49.428] [Server thread/DEBUG] [mixin/]: Mixing minimal_nonvanilla.spawning.PersistentEntitySectionManagerAccessor from lithium.mixins.json into net.minecraft.world.level.entity.PersistentEntitySectionManager
[18Feb2026 13:26:49.428] [Server thread/DEBUG] [mixin/]: Mixing util.accessors.PersistentEntitySectionManagerAccessor from lithium.mixins.json into net.minecraft.world.level.entity.PersistentEntitySectionManager
[18Feb2026 13:26:49.428] [Server thread/DEBUG] [mixin/]: Mixing util.entity_movement_tracking.PersistentEntitySectionManagerAccessor from lithium.mixins.json into net.minecraft.world.level.entity.PersistentEntitySectionManager
[18Feb2026 13:26:49.428] [Server thread/DEBUG] [mixin/]: Mixing access.IServerEntityManager from c2me-base.mixins.json into net.minecraft.world.level.entity.PersistentEntitySectionManager
[18Feb2026 13:26:49.428] [Server thread/DEBUG] [mixin/]: Mixing fixes.MixinServerEntityManager from c2me-rewrites-chunk-system.mixins.json into net.minecraft.world.level.entity.PersistentEntitySectionManager
[18Feb2026 13:26:49.429] [Server thread/DEBUG] [mixin/]: Mixing shutdown.MixinServerEntityManager from c2me-opts-scheduling.mixins.json into net.minecraft.world.level.entity.PersistentEntitySectionManager
[18Feb2026 13:26:49.430] [Server thread/DEBUG] [mixin/]: Renaming synthetic method lambda$c2me$tryFlush$1(J)Z to md91697a$c2me_opts_scheduling$lambda$c2me$tryFlush$1$0 in c2me-opts-scheduling.mixins.json:shutdown.MixinServerEntityManager from mod c2me_opts_scheduling
[18Feb2026 13:26:49.430] [Server thread/DEBUG] [mixin/]: Renaming synthetic method lambda$c2me$tryFlush$0(Ljava/lang/Object;)V to md91697a$c2me_opts_scheduling$lambda$c2me$tryFlush$0$1 in c2me-opts-scheduling.mixins.json:shutdown.MixinServerEntityManager from mod c2me_opts_scheduling
[18Feb2026 13:26:49.431] [Server thread/DEBUG] [mixin/]: c2me-rewrites-chunk-system.mixins.json:fixes.MixinServerEntityManager from mod c2me_rewrites_chunk_system->@Inject::replacePendingUnloads(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:49.431] [Server thread/DEBUG] [mixin/]: c2me-rewrites-chunk-system.mixins.json:fixes.MixinServerEntityManager from mod c2me_rewrites_chunk_system->@Inject::replacePendingUnloads(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:49.431] [Server thread/DEBUG] [mixin/]: c2me-rewrites-chunk-system.mixins.json:fixes.MixinServerEntityManager from mod c2me_rewrites_chunk_system->@Inject::replacePendingUnloads(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:49.431] [Server thread/DEBUG] [mixin/]: Unexpected: Registered method getCache()Lnet/minecraft/world/level/entity/EntitySectionStorage; in net.minecraft.world.level.entity.PersistentEntitySectionManager was not merged
[18Feb2026 13:26:49.431] [Server thread/DEBUG] [mixin/]: Unexpected: Registered method getCache()Lnet/minecraft/world/level/entity/EntitySectionStorage; in net.minecraft.world.level.entity.PersistentEntitySectionManager was not merged
[18Feb2026 13:26:49.436] [Server thread/DEBUG] [mixin/]: Mixing entity.inactive_navigations.ServerLevel$EntityCallbacksMixin from lithium.mixins.json into net.minecraft.server.level.ServerLevel$EntityCallbacks
[18Feb2026 13:26:49.437] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:entity.inactive_navigations.ServerLevel$EntityCallbacksMixin from mod lithium->@Inject::inj(Lnet/minecraft/server/level/ServerLevel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:49.438] [Server thread/DEBUG] [mixin/]: Mixing entity.fast_retrieval.EntitySectionStorageMixin from lithium.mixins.json into net.minecraft.world.level.entity.EntitySectionStorage
[18Feb2026 13:26:49.439] [Server thread/DEBUG] [mixin/]: Mixing minimal_nonvanilla.spawning.EntitySectionStorageMixin from lithium.mixins.json into net.minecraft.world.level.entity.EntitySectionStorage
[18Feb2026 13:26:49.439] [Server thread/DEBUG] [mixin/]: Renaming synthetic method lambda$lithium$IterateEntitiesInTrackedSections$0(Lit/unimi/dsi/fastutil/objects/ObjectCollection;)Ljava/util/Iterator; to md91697a$lithium$lambda$lithium$IterateEntitiesInTrackedSections$0$0 in lithium.mixins.json:minimal_nonvanilla.spawning.EntitySectionStorageMixin from mod lithium
[18Feb2026 13:26:49.439] [Server thread/DEBUG] [mixin/]: Mixing util.entity_section_position.EntitySectionStorageMixin from lithium.mixins.json into net.minecraft.world.level.entity.EntitySectionStorage
[18Feb2026 13:26:49.440] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:entity.fast_retrieval.EntitySectionStorageMixin from mod lithium->@Inject::forEachInBox(Lnet/minecraft/world/phys/AABB;Lnet/minecraft/util/AbortableIterationConsumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
[18Feb2026 13:26:49.440] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:util.entity_section_position.EntitySectionStorageMixin from mod lithium->@Inject::rememberPos(JLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:49.447] [Server thread/DEBUG] [mixin/]: Mixing minimal_nonvanilla.world.expiring_chunk_tickets.TicketStorageMixin from lithium.mixins.json into net.minecraft.world.level.TicketStorage
[18Feb2026 13:26:49.450] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:minimal_nonvanilla.world.expiring_chunk_tickets.TicketStorageMixin from mod lithium->@Inject::registerExpiringTicket(JLnet/minecraft/server/level/Ticket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:49.450] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:minimal_nonvanilla.world.expiring_chunk_tickets.TicketStorageMixin from mod lithium->@Inject::registerExpiringTicket(JLnet/minecraft/server/level/Ticket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
[18Feb2026 13:26:49.450] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:minimal_nonvanilla.world.expiring_chunk_tickets.TicketStorageMixin from mod lithium->@Inject::registerExpiringTicket(JLnet/minecraft/server/level/Ticket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
[18Feb2026 13:26:49.450] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:minimal_nonvanilla.world.expiring_chunk_tickets.TicketStorageMixin from mod lithium->@Inject::unregisterExpiringTicket(JLnet/minecraft/server/level/Ticket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:49.450] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:minimal_nonvanilla.world.expiring_chunk_tickets.TicketStorageMixin from mod lithium->@Inject::unregisterExpiringTicket(JLnet/minecraft/server/level/Ticket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
[18Feb2026 13:26:49.450] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:minimal_nonvanilla.world.expiring_chunk_tickets.TicketStorageMixin from mod lithium->@Inject::unregisterExpiringTicket(JLnet/minecraft/server/level/Ticket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
[18Feb2026 13:26:49.450] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:minimal_nonvanilla.world.expiring_chunk_tickets.TicketStorageMixin from mod lithium->@Inject::fixOtherCollection(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:49.450] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:minimal_nonvanilla.world.expiring_chunk_tickets.TicketStorageMixin from mod lithium->@Inject::fixOtherCollection(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:49.450] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:minimal_nonvanilla.world.expiring_chunk_tickets.TicketStorageMixin from mod lithium->@Inject::fixOtherCollection(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:49.453] [Server thread/DEBUG] [mixin/]: Mixing access.IChunkTicket from c2me-base.mixins.json into net.minecraft.server.level.Ticket
[18Feb2026 13:26:49.465] [Server thread/DEBUG] [mixin/]: Mixing neoforge.MixinChunkMap from architectury.mixins.json into net.minecraft.server.level.ChunkMap
[18Feb2026 13:26:49.465] [Server thread/DEBUG] [mixin/]: architectury.mixins.json:neoforge.MixinChunkMap from mod architectury: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[18Feb2026 13:26:49.465] [Server thread/DEBUG] [mixin/]: Mixing common.ChunkMapMixin from lithostitched.mixins.json into net.minecraft.server.level.ChunkMap
[18Feb2026 13:26:49.465] [Server thread/DEBUG] [mixin/]: lithostitched.mixins.json:common.ChunkMapMixin from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:49.465] [Server thread/DEBUG] [mixin/]: Renaming synthetic method lambda$wrapNoiseRouter$0(Lnet/minecraft/server/level/ServerLevel;Ldev/worldgen/lithostitched/worldgen/modifier/Modifier;)Z to md91697a$lithostitched$lambda$wrapNoiseRouter$0$0 in lithostitched.mixins.json:common.ChunkMapMixin from mod lithostitched
[18Feb2026 13:26:49.466] [Server thread/DEBUG] [mixin/]: Mixing server.ChunkMapAccessor from journeymap.mixins.json into net.minecraft.server.level.ChunkMap
[18Feb2026 13:26:49.466] [Server thread/DEBUG] [mixin/]: journeymap.mixins.json:server.ChunkMapAccessor from mod journeymap: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:49.466] [Server thread/DEBUG] [mixin/]: Mixing asynccatchers.MixinThreadedAnvilChunkStorage from c2me-fixes-general-threading-issues.mixins.json into net.minecraft.server.level.ChunkMap
[18Feb2026 13:26:49.466] [Server thread/DEBUG] [mixin/]: Mixing access.IThreadedAnvilChunkStorage from c2me-base.mixins.json into net.minecraft.server.level.ChunkMap
[18Feb2026 13:26:49.467] [Server thread/DEBUG] [mixin/]: Mixing scheduler.MixinThreadedAnvilChunkStorage from c2me-base.mixins.json into net.minecraft.server.level.ChunkMap
[18Feb2026 13:26:49.467] [Server thread/DEBUG] [mixin/]: Mixing MixinThreadedAnvilChunkStorage from c2me-threading-lighting.mixins.json into net.minecraft.server.level.ChunkMap
[18Feb2026 13:26:49.468] [Server thread/DEBUG] [mixin/]: Mixing MixinThreadedAnvilChunkStorage from c2me-rewrites-chunk-system.mixins.json into net.minecraft.server.level.ChunkMap
[18Feb2026 13:26:49.469] [Server thread/DEBUG] [mixin/]: Mixing async_serialization.MixinThreadedAnvilChunkStorage from c2me-rewrites-chunk-system.mixins.json into net.minecraft.server.level.ChunkMap
[18Feb2026 13:26:49.469] [Server thread/DEBUG] [mixin/]: Renaming synthetic method lambda$getUpdatedChunkNbt$1(Ljava/util/Optional;)Ljava/util/concurrent/CompletionStage; to md91697a$c2me_rewrites_chunk_system$lambda$getUpdatedChunkNbt$1$1 in c2me-rewrites-chunk-system.mixins.json:async_serialization.MixinThreadedAnvilChunkStorage from mod c2me_rewrites_chunk_system
[18Feb2026 13:26:49.469] [Server thread/DEBUG] [mixin/]: Renaming synthetic method lambda$getUpdatedChunkNbt$0(Lnet/minecraft/nbt/CompoundTag;)Ljava/util/Optional; to md91697a$c2me_rewrites_chunk_system$lambda$getUpdatedChunkNbt$0$2 in c2me-rewrites-chunk-system.mixins.json:async_serialization.MixinThreadedAnvilChunkStorage from mod c2me_rewrites_chunk_system
[18Feb2026 13:26:49.470] [Server thread/DEBUG] [mixin/]: Mixing general_overheads.MixinThreadedAnvilChunkStorage from c2me-opts-scheduling.mixins.json into net.minecraft.server.level.ChunkMap
[18Feb2026 13:26:49.470] [Server thread/DEBUG] [mixin/]: Mixing idle_tasks.autosave.disable_vanilla_mid_tick_autosave.MixinThreadedAnvilChunkStorage from c2me-opts-scheduling.mixins.json into net.minecraft.server.level.ChunkMap
[18Feb2026 13:26:49.470] [Server thread/DEBUG] [mixin/]: Mixing idle_tasks.autosave.enhanced_autosave.MixinThreadedAnvilChunkStorage from c2me-opts-scheduling.mixins.json into net.minecraft.server.level.ChunkMap
[18Feb2026 13:26:49.471] [Server thread/DEBUG] [mixin/]: Mixing camera.ChunkMapMixin from securitycraft.mixins.json into net.minecraft.server.level.ChunkMap
[18Feb2026 13:26:49.471] [Server thread/DEBUG] [mixin/]: Renaming synthetic method lambda$securitycraft$onDropChunk$9(Lnet/minecraft/server/level/ServerPlayer;Lnet/minecraft/world/level/ChunkPos;Lnet/geforcemods/securitycraft/blockentities/SecurityCameraBlockEntity;)Z to md91697a$securitycraft$lambda$securitycraft$onDropChunk$9$3 in securitycraft.mixins.json:camera.ChunkMapMixin from mod securitycraft
[18Feb2026 13:26:49.471] [Server thread/DEBUG] [mixin/]: Renaming synthetic method lambda$securitycraft$onIsChunkTracked$8(Lnet/minecraft/server/level/ServerPlayer;IILnet/geforcemods/securitycraft/blockentities/SecurityCameraBlockEntity;)Z to md91697a$securitycraft$lambda$securitycraft$onIsChunkTracked$8$4 in securitycraft.mixins.json:camera.ChunkMapMixin from mod securitycraft
[18Feb2026 13:26:49.471] [Server thread/DEBUG] [mixin/]: Renaming synthetic method lambda$securitycraft$sendChunksToCameras$7(Lnet/minecraft/server/level/ServerPlayer;Lnet/minecraft/world/level/ChunkPos;Lnet/geforcemods/securitycraft/blockentities/SecurityCameraBlockEntity;)Z to md91697a$securitycraft$lambda$securitycraft$sendChunksToCameras$7$5 in securitycraft.mixins.json:camera.ChunkMapMixin from mod securitycraft
[18Feb2026 13:26:49.471] [Server thread/DEBUG] [mixin/]: Renaming synthetic method lambda$securitycraft$onUpdateChunkTracking$6(Lnet/minecraft/server/level/ServerPlayer;Lnet/minecraft/world/level/ChunkPos;Lnet/geforcemods/securitycraft/blockentities/SecurityCameraBlockEntity;)Z to md91697a$securitycraft$lambda$securitycraft$onUpdateChunkTracking$6$6 in securitycraft.mixins.json:camera.ChunkMapMixin from mod securitycraft
[18Feb2026 13:26:49.471] [Server thread/DEBUG] [mixin/]: Renaming synthetic method lambda$securitycraft$onUpdateChunkTracking$5(Lnet/minecraft/world/level/ChunkPos;)V to md91697a$securitycraft$lambda$securitycraft$onUpdateChunkTracking$5$7 in securitycraft.mixins.json:camera.ChunkMapMixin from mod securitycraft
[18Feb2026 13:26:49.471] [Server thread/DEBUG] [mixin/]: Renaming synthetic method lambda$securitycraft$onUpdateChunkTracking$4(Lnet/minecraft/world/level/ChunkPos;)V to md91697a$securitycraft$lambda$securitycraft$onUpdateChunkTracking$4$8 in securitycraft.mixins.json:camera.ChunkMapMixin from mod securitycraft
[18Feb2026 13:26:49.471] [Server thread/DEBUG] [mixin/]: Renaming synthetic method lambda$securitycraft$onUpdateChunkTracking$3(Lnet/minecraft/server/level/ServerPlayer;Lnet/minecraft/world/level/ChunkPos;)V to md91697a$securitycraft$lambda$securitycraft$onUpdateChunkTracking$3$9 in securitycraft.mixins.json:camera.ChunkMapMixin from mod securitycraft
[18Feb2026 13:26:49.471] [Server thread/DEBUG] [mixin/]: Renaming synthetic method lambda$securitycraft$onUpdateChunkTracking$2(Lnet/minecraft/server/level/ServerPlayer;Lnet/geforcemods/securitycraft/blockentities/SecurityCameraBlockEntity;)Z to md91697a$securitycraft$lambda$securitycraft$onUpdateChunkTracking$2$a in securitycraft.mixins.json:camera.ChunkMapMixin from mod securitycraft
[18Feb2026 13:26:49.471] [Server thread/DEBUG] [mixin/]: Renaming synthetic method lambda$securitycraft$onUpdateChunkTracking$1(Lnet/minecraft/world/level/ChunkPos;)V to md91697a$securitycraft$lambda$securitycraft$onUpdateChunkTracking$1$b in securitycraft.mixins.json:camera.ChunkMapMixin from mod securitycraft
[18Feb2026 13:26:49.471] [Server thread/DEBUG] [mixin/]: Renaming synthetic method lambda$securitycraft$onUpdateChunkTracking$0(Lnet/minecraft/server/level/ServerPlayer;Lnet/minecraft/world/level/ChunkPos;)V to md91697a$securitycraft$lambda$securitycraft$onUpdateChunkTracking$0$c in securitycraft.mixins.json:camera.ChunkMapMixin from mod securitycraft
[18Feb2026 13:26:49.472] [Server thread/DEBUG] [mixin/]: Mixing MixinThreadedAnvilChunkStorage from c2me-notickvd.mixins.json into net.minecraft.server.level.ChunkMap
[18Feb2026 13:26:49.477] [Server thread/DEBUG] [mixin/]: c2me-fixes-general-threading-issues.mixins.json:asynccatchers.MixinThreadedAnvilChunkStorage from mod c2me_fixes_general_threading_issues->@Inject::preventAsyncEntityLoad(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:49.477] [Server thread/DEBUG] [mixin/]: c2me-fixes-general-threading-issues.mixins.json:asynccatchers.MixinThreadedAnvilChunkStorage from mod c2me_fixes_general_threading_issues->@Inject::preventAsyncEntityLoad(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:49.477] [Server thread/DEBUG] [mixin/]: c2me-fixes-general-threading-issues.mixins.json:asynccatchers.MixinThreadedAnvilChunkStorage from mod c2me_fixes_general_threading_issues->@Inject::preventAsyncEntityLoad(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:49.477] [Server thread/DEBUG] [mixin/]: c2me-fixes-general-threading-issues.mixins.json:asynccatchers.MixinThreadedAnvilChunkStorage from mod c2me_fixes_general_threading_issues->@Inject::preventAsyncEntityUnload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:49.477] [Server thread/DEBUG] [mixin/]: c2me-fixes-general-threading-issues.mixins.json:asynccatchers.MixinThreadedAnvilChunkStorage from mod c2me_fixes_general_threading_issues->@Inject::preventAsyncEntityUnload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:49.477] [Server thread/DEBUG] [mixin/]: c2me-fixes-general-threading-issues.mixins.json:asynccatchers.MixinThreadedAnvilChunkStorage from mod c2me_fixes_general_threading_issues->@Inject::preventAsyncEntityUnload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:49.477] [Server thread/DEBUG] [mixin/]: c2me-fixes-general-threading-issues.mixins.json:asynccatchers.MixinThreadedAnvilChunkStorage from mod c2me_fixes_general_threading_issues->@Inject::onMarkChunkNeedsSaving(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:49.477] [Server thread/DEBUG] [mixin/]: c2me-fixes-general-threading-issues.mixins.json:asynccatchers.MixinThreadedAnvilChunkStorage from mod c2me_fixes_general_threading_issues->@Inject::onMarkChunkNeedsSaving(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:49.477] [Server thread/DEBUG] [mixin/]: c2me-fixes-general-threading-issues.mixins.json:asynccatchers.MixinThreadedAnvilChunkStorage from mod c2me_fixes_general_threading_issues->@Inject::onMarkChunkNeedsSaving(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:49.477] [Server thread/DEBUG] [mixin/]: c2me-base.mixins.json:scheduler.MixinThreadedAnvilChunkStorage from mod c2me_base->@Inject::onUpdateLevel(JILnet/minecraft/server/level/ChunkHolder;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:49.477] [Server thread/DEBUG] [mixin/]: c2me-base.mixins.json:scheduler.MixinThreadedAnvilChunkStorage from mod c2me_base->@Inject::onUpdateLevel(JILnet/minecraft/server/level/ChunkHolder;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
[18Feb2026 13:26:49.477] [Server thread/DEBUG] [mixin/]: c2me-base.mixins.json:scheduler.MixinThreadedAnvilChunkStorage from mod c2me_base->@Inject::onUpdateLevel(JILnet/minecraft/server/level/ChunkHolder;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
[18Feb2026 13:26:49.478] [Server thread/DEBUG] [mixin/]: c2me-threading-lighting.mixins.json:MixinThreadedAnvilChunkStorage from mod c2me_threading_lighting->@Inject::afterClose(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:49.478] [Server thread/DEBUG] [mixin/]: c2me-threading-lighting.mixins.json:MixinThreadedAnvilChunkStorage from mod c2me_threading_lighting->@Inject::afterClose(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:49.478] [Server thread/DEBUG] [mixin/]: c2me-threading-lighting.mixins.json:MixinThreadedAnvilChunkStorage from mod c2me_threading_lighting->@Inject::afterClose(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:49.478] [Server thread/DEBUG] [mixin/]: c2me-rewrites-chunk-system.mixins.json:MixinThreadedAnvilChunkStorage from mod c2me_rewrites_chunk_system->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:49.478] [Server thread/DEBUG] [mixin/]: c2me-rewrites-chunk-system.mixins.json:MixinThreadedAnvilChunkStorage from mod c2me_rewrites_chunk_system->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:49.478] [Server thread/DEBUG] [mixin/]: c2me-rewrites-chunk-system.mixins.json:MixinThreadedAnvilChunkStorage from mod c2me_rewrites_chunk_system->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:49.478] [Server thread/DEBUG] [mixin/]: securitycraft.mixins.json:camera.ChunkMapMixin from mod securitycraft->@Inject::securitycraft$onUpdateChunkTracking(Lnet/minecraft/server/level/ServerPlayer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:49.478] [Server thread/DEBUG] [mixin/]: securitycraft.mixins.json:camera.ChunkMapMixin from mod securitycraft->@Inject::securitycraft$onUpdateChunkTracking(Lnet/minecraft/server/level/ServerPlayer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:49.478] [Server thread/DEBUG] [mixin/]: securitycraft.mixins.json:camera.ChunkMapMixin from mod securitycraft->@Inject::securitycraft$onUpdateChunkTracking(Lnet/minecraft/server/level/ServerPlayer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:49.478] [Server thread/DEBUG] [mixin/]: securitycraft.mixins.json:camera.ChunkMapMixin from mod securitycraft->@Inject::securitycraft$sendChunksToCameras(Lnet/minecraft/server/level/ChunkHolder;Lnet/minecraft/world/level/chunk/LevelChunk;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:49.478] [Server thread/DEBUG] [mixin/]: securitycraft.mixins.json:camera.ChunkMapMixin from mod securitycraft->@Inject::securitycraft$sendChunksToCameras(Lnet/minecraft/server/level/ChunkHolder;Lnet/minecraft/world/level/chunk/LevelChunk;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:49.478] [Server thread/DEBUG] [mixin/]: securitycraft.mixins.json:camera.ChunkMapMixin from mod securitycraft->@Inject::securitycraft$sendChunksToCameras(Lnet/minecraft/server/level/ChunkHolder;Lnet/minecraft/world/level/chunk/LevelChunk;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:49.478] [Server thread/DEBUG] [mixin/]: securitycraft.mixins.json:camera.ChunkMapMixin from mod securitycraft->@Inject::securitycraft$onIsChunkTracked(Lnet/minecraft/server/level/ServerPlayer;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:26:49.478] [Server thread/DEBUG] [mixin/]: securitycraft.mixins.json:camera.ChunkMapMixin from mod securitycraft->@Inject::securitycraft$onDropChunk(Lnet/minecraft/server/level/ServerPlayer;Lnet/minecraft/world/level/ChunkPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
[18Feb2026 13:26:49.486] [Server thread/DEBUG] [mixin/]: Mixing async_serialization.MixinProtoChunk from c2me-rewrites-chunk-system.mixins.json into net.minecraft.world.level.chunk.ProtoChunk
[18Feb2026 13:26:49.489] [Server thread/DEBUG] [mixin/]: Mixing world.chunk_access.GenerationChunkHolderAccessor from lithium.mixins.json into net.minecraft.server.level.GenerationChunkHolder
[18Feb2026 13:26:49.490] [Server thread/DEBUG] [mixin/]: Mixing world.chunk_access.ChunkHolderMixin from lithium.mixins.json into net.minecraft.server.level.ChunkHolder
[18Feb2026 13:26:49.490] [Server thread/DEBUG] [mixin/]: Mixing util.chunk_status_tracking.ChunkHolderMixin from lithium.mixins.json into net.minecraft.server.level.ChunkHolder
[18Feb2026 13:26:49.491] [Server thread/DEBUG] [mixin/]: Mixing access.IChunkHolder from c2me-base.mixins.json into net.minecraft.server.level.ChunkHolder
[18Feb2026 13:26:49.491] [Server thread/DEBUG] [mixin/]: Mixing ensure_chunk_status_before_callback.MixinChunkHolder from c2me-fixes-worldgen-vanilla-bugs.mixins.json into net.minecraft.server.level.ChunkHolder
[18Feb2026 13:26:49.491] [Server thread/DEBUG] [mixin/]: Mixing MixinChunkHolder from c2me-rewrites-chunk-system.mixins.json into net.minecraft.server.level.ChunkHolder
[18Feb2026 13:26:49.491] [Server thread/DEBUG] [mixin/]: Mixing task_scheduling.MixinChunkHolder from c2me-opts-scheduling.mixins.json into net.minecraft.server.level.ChunkHolder
[18Feb2026 13:26:49.491] [Server thread/DEBUG] [mixin/]: Mixing MixinChunkHolder from c2me-notickvd.mixins.json into net.minecraft.server.level.ChunkHolder
[18Feb2026 13:26:49.493] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:util.chunk_status_tracking.ChunkHolderMixin from mod lithium->@Inject::trackUpdate(Lnet/minecraft/server/level/ChunkMap;Ljava/util/concurrent/Executor;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/server/level/FullChunkStatus;Lnet/minecraft/server/level/FullChunkStatus;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:49.493] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:util.chunk_status_tracking.ChunkHolderMixin from mod lithium->@Inject::trackUpdate(Lnet/minecraft/server/level/ChunkMap;Ljava/util/concurrent/Executor;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/server/level/FullChunkStatus;Lnet/minecraft/server/level/FullChunkStatus;)V has 0 override(s) in child classes
[18Feb2026 13:26:49.493] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:util.chunk_status_tracking.ChunkHolderMixin from mod lithium->@Inject::trackUpdate(Lnet/minecraft/server/level/ChunkMap;Ljava/util/concurrent/Executor;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/server/level/FullChunkStatus;Lnet/minecraft/server/level/FullChunkStatus;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:49.493] [Server thread/DEBUG] [mixin/]: c2me-rewrites-chunk-system.mixins.json:MixinChunkHolder from mod c2me_rewrites_chunk_system->@Inject::failFastIncompatibility(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:49.493] [Server thread/DEBUG] [mixin/]: c2me-rewrites-chunk-system.mixins.json:MixinChunkHolder from mod c2me_rewrites_chunk_system->@Inject::failFastIncompatibility(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:49.493] [Server thread/DEBUG] [mixin/]: c2me-rewrites-chunk-system.mixins.json:MixinChunkHolder from mod c2me_rewrites_chunk_system->@Inject::failFastIncompatibility(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:49.493] [Server thread/DEBUG] [mixin/]: c2me-opts-scheduling.mixins.json:task_scheduling.MixinChunkHolder from mod c2me_opts_scheduling->@Inject::onInit(Lnet/minecraft/world/level/ChunkPos;ILnet/minecraft/world/level/LevelHeightAccessor;Lnet/minecraft/world/level/lighting/LevelLightEngine;Lnet/minecraft/server/level/ChunkHolder$LevelChangeListener;Lnet/minecraft/server/level/ChunkHolder$PlayerProvider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:49.493] [Server thread/DEBUG] [mixin/]: c2me-opts-scheduling.mixins.json:task_scheduling.MixinChunkHolder from mod c2me_opts_scheduling->@Inject::onInit(Lnet/minecraft/world/level/ChunkPos;ILnet/minecraft/world/level/LevelHeightAccessor;Lnet/minecraft/world/level/lighting/LevelLightEngine;Lnet/minecraft/server/level/ChunkHolder$LevelChangeListener;Lnet/minecraft/server/level/ChunkHolder$PlayerProvider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:49.493] [Server thread/DEBUG] [mixin/]: c2me-opts-scheduling.mixins.json:task_scheduling.MixinChunkHolder from mod c2me_opts_scheduling->@Inject::onInit(Lnet/minecraft/world/level/ChunkPos;ILnet/minecraft/world/level/LevelHeightAccessor;Lnet/minecraft/world/level/lighting/LevelLightEngine;Lnet/minecraft/server/level/ChunkHolder$LevelChangeListener;Lnet/minecraft/server/level/ChunkHolder$PlayerProvider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:49.499] [Server thread/DEBUG] [mixin/]: Mixing MixinChunkLevelManager from c2me-rewrites-chunk-system.mixins.json into net.minecraft.server.level.DistanceManager
[18Feb2026 13:26:49.500] [Server thread/DEBUG] [mixin/]: Mixing access.IChunkLevelManager from c2me-base.mixins.json into net.minecraft.server.level.DistanceManager
[18Feb2026 13:26:49.500] [Server thread/DEBUG] [mixin/]: Mixing MixinChunkLevelManager from c2me-notickvd.mixins.json into net.minecraft.server.level.DistanceManager
[18Feb2026 13:26:49.502] [Server thread/DEBUG] [mixin/]: c2me-rewrites-chunk-system.mixins.json:MixinChunkLevelManager from mod c2me_rewrites_chunk_system->@Inject::postTicketPropagator(Lnet/minecraft/server/level/ChunkMap;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:49.502] [Server thread/DEBUG] [mixin/]: c2me-rewrites-chunk-system.mixins.json:MixinChunkLevelManager from mod c2me_rewrites_chunk_system->@Inject::postTicketPropagator(Lnet/minecraft/server/level/ChunkMap;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
[18Feb2026 13:26:49.502] [Server thread/DEBUG] [mixin/]: c2me-rewrites-chunk-system.mixins.json:MixinChunkLevelManager from mod c2me_rewrites_chunk_system->@Inject::postTicketPropagator(Lnet/minecraft/server/level/ChunkMap;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
[18Feb2026 13:26:49.502] [Server thread/DEBUG] [mixin/]: c2me-notickvd.mixins.json:MixinChunkLevelManager from mod c2me_notickvd->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:49.502] [Server thread/DEBUG] [mixin/]: c2me-notickvd.mixins.json:MixinChunkLevelManager from mod c2me_notickvd->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:49.502] [Server thread/DEBUG] [mixin/]: c2me-notickvd.mixins.json:MixinChunkLevelManager from mod c2me_notickvd->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:49.502] [Server thread/DEBUG] [mixin/]: c2me-notickvd.mixins.json:MixinChunkLevelManager from mod c2me_notickvd->@Inject::onHandleChunkEnter(Lnet/minecraft/core/SectionPos;Lnet/minecraft/server/level/ServerPlayer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:49.502] [Server thread/DEBUG] [mixin/]: c2me-notickvd.mixins.json:MixinChunkLevelManager from mod c2me_notickvd->@Inject::onHandleChunkEnter(Lnet/minecraft/core/SectionPos;Lnet/minecraft/server/level/ServerPlayer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:49.502] [Server thread/DEBUG] [mixin/]: c2me-notickvd.mixins.json:MixinChunkLevelManager from mod c2me_notickvd->@Inject::onHandleChunkEnter(Lnet/minecraft/core/SectionPos;Lnet/minecraft/server/level/ServerPlayer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:49.502] [Server thread/DEBUG] [mixin/]: c2me-notickvd.mixins.json:MixinChunkLevelManager from mod c2me_notickvd->@Inject::onHandleChunkLeave(Lnet/minecraft/core/SectionPos;Lnet/minecraft/server/level/ServerPlayer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:49.502] [Server thread/DEBUG] [mixin/]: c2me-notickvd.mixins.json:MixinChunkLevelManager from mod c2me_notickvd->@Inject::onHandleChunkLeave(Lnet/minecraft/core/SectionPos;Lnet/minecraft/server/level/ServerPlayer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:49.502] [Server thread/DEBUG] [mixin/]: c2me-notickvd.mixins.json:MixinChunkLevelManager from mod c2me_notickvd->@Inject::onHandleChunkLeave(Lnet/minecraft/core/SectionPos;Lnet/minecraft/server/level/ServerPlayer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:49.502] [Server thread/DEBUG] [mixin/]: c2me-notickvd.mixins.json:MixinChunkLevelManager from mod c2me_notickvd->@Inject::beforeTick(Lnet/minecraft/server/level/ChunkMap;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:49.502] [Server thread/DEBUG] [mixin/]: c2me-notickvd.mixins.json:MixinChunkLevelManager from mod c2me_notickvd->@Inject::beforeTick(Lnet/minecraft/server/level/ChunkMap;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
[18Feb2026 13:26:49.502] [Server thread/DEBUG] [mixin/]: c2me-notickvd.mixins.json:MixinChunkLevelManager from mod c2me_notickvd->@Inject::beforeTick(Lnet/minecraft/server/level/ChunkMap;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
[18Feb2026 13:26:49.502] [Server thread/DEBUG] [mixin/]: c2me-notickvd.mixins.json:MixinChunkLevelManager from mod c2me_notickvd->@Inject::onTick(Lnet/minecraft/server/level/ChunkMap;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:49.502] [Server thread/DEBUG] [mixin/]: c2me-notickvd.mixins.json:MixinChunkLevelManager from mod c2me_notickvd->@Inject::onTick(Lnet/minecraft/server/level/ChunkMap;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
[18Feb2026 13:26:49.502] [Server thread/DEBUG] [mixin/]: c2me-notickvd.mixins.json:MixinChunkLevelManager from mod c2me_notickvd->@Inject::onTick(Lnet/minecraft/server/level/ChunkMap;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
[18Feb2026 13:26:49.502] [Server thread/DEBUG] [mixin/]: c2me-notickvd.mixins.json:MixinChunkLevelManager from mod c2me_notickvd->@Inject::onTick(Lnet/minecraft/server/level/ChunkMap;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:49.502] [Server thread/DEBUG] [mixin/]: c2me-notickvd.mixins.json:MixinChunkLevelManager from mod c2me_notickvd->@Inject::onTick(Lnet/minecraft/server/level/ChunkMap;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
[18Feb2026 13:26:49.502] [Server thread/DEBUG] [mixin/]: c2me-notickvd.mixins.json:MixinChunkLevelManager from mod c2me_notickvd->@Inject::onTick(Lnet/minecraft/server/level/ChunkMap;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
[18Feb2026 13:26:49.502] [Server thread/DEBUG] [mixin/]: c2me-notickvd.mixins.json:MixinChunkLevelManager from mod c2me_notickvd->@Inject::mapSimulationDistance(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:49.502] [Server thread/DEBUG] [mixin/]: c2me-notickvd.mixins.json:MixinChunkLevelManager from mod c2me_notickvd->@Inject::mapSimulationDistance(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:49.502] [Server thread/DEBUG] [mixin/]: c2me-notickvd.mixins.json:MixinChunkLevelManager from mod c2me_notickvd->@Inject::mapSimulationDistance(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:49.504] [Server thread/DEBUG] [mixin/]: Mixing access.IThreadedAnvilChunkStorageLevelManager from c2me-base.mixins.json into net.minecraft.server.level.ChunkMap$DistanceManager
[18Feb2026 13:26:49.515] [Server thread/DEBUG] [mixin/]: Mixing MixinNoiseConfig from c2me-opts-dfc.mixins.json into net.minecraft.world.level.levelgen.RandomState
[18Feb2026 13:26:49.516] [Server thread/DEBUG] [mixin/]: Mixing common.RandomStateAccessor from lithostitched.mixins.json into net.minecraft.world.level.levelgen.RandomState
[18Feb2026 13:26:49.516] [Server thread/DEBUG] [mixin/]: lithostitched.mixins.json:common.RandomStateAccessor from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:49.516] [Server thread/DEBUG] [mixin/]: c2me-opts-dfc.mixins.json:MixinNoiseConfig from mod c2me_opts_dfc->@Inject::postCreate(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:49.519] [Server thread/DEBUG] [mixin/]: Mixing access.IXoroshiro128PlusPlusRandomDeriver from c2me-base.mixins.json into net.minecraft.world.level.levelgen.XoroshiroRandomSource$XoroshiroPositionalRandomFactory
[18Feb2026 13:26:49.520] [Server thread/DEBUG] [mixin/]: Mixing MixinSurfaceBuilder from biolith.mixins.json into net.minecraft.world.level.levelgen.SurfaceSystem
[18Feb2026 13:26:49.520] [Server thread/DEBUG] [mixin/]: biolith.mixins.json:MixinSurfaceBuilder from mod biolith: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:49.521] [Server thread/DEBUG] [mixin/]: Mixing common.bandlands.SurfaceSystemMixin from lithostitched.mixins.json into net.minecraft.world.level.levelgen.SurfaceSystem
[18Feb2026 13:26:49.521] [Server thread/DEBUG] [mixin/]: lithostitched.mixins.json:common.bandlands.SurfaceSystemMixin from mod lithostitched: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61)
[18Feb2026 13:26:50.030] [Server thread/DEBUG] [mixin/]: Mixing chunk.no_validation.SimpleBitStorageMixin from lithium.mixins.json into net.minecraft.util.SimpleBitStorage
[18Feb2026 13:26:50.033] [Server thread/DEBUG] [mixin/]: Mixing access.IChunkLevelManagerDistanceFromNearestPlayerTracker from c2me-base.mixins.json into net.minecraft.server.level.DistanceManager$FixedPlayerDistanceChunkTracker
[18Feb2026 13:26:50.036] [Server thread/DEBUG] [mixin/]: Mixing access.IChunkLevelManagerNearbyChunkTicketUpdater from c2me-base.mixins.json into net.minecraft.server.level.DistanceManager$PlayerTicketTracker
[18Feb2026 13:26:50.036] [Server thread/DEBUG] [mixin/]: Mixing MixinChunkLevelManagerNearbyChunkTicketUpdater from c2me-notickvd.mixins.json into net.minecraft.server.level.DistanceManager$PlayerTicketTracker
[18Feb2026 13:26:50.039] [Server thread/DEBUG] [mixin/]: Mixing MixinChunkTicketManagerTicketDistanceLevelPropagator from c2me-rewrites-chunk-system.mixins.json into net.minecraft.server.level.LoadingChunkTracker
[18Feb2026 13:26:50.041] [Server thread/DEBUG] [mixin/]: c2me-rewrites-chunk-system.mixins.json:MixinChunkTicketManagerTicketDistanceLevelPropagator from mod c2me_rewrites_chunk_system->@Inject::postInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:50.041] [Server thread/DEBUG] [mixin/]: c2me-rewrites-chunk-system.mixins.json:MixinChunkTicketManagerTicketDistanceLevelPropagator from mod c2me_rewrites_chunk_system->@Inject::postInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:50.041] [Server thread/DEBUG] [mixin/]: c2me-rewrites-chunk-system.mixins.json:MixinChunkTicketManagerTicketDistanceLevelPropagator from mod c2me_rewrites_chunk_system->@Inject::postInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:50.044] [Server thread/DEBUG] [mixin/]: Mixing access.ISimulationDistanceLevelPropagator from c2me-base.mixins.json into net.minecraft.server.level.SimulationChunkTracker
[18Feb2026 13:26:50.044] [Server thread/DEBUG] [mixin/]: Mixing MixinSimulationDistanceLevelPropagator from c2me-notickvd.mixins.json into net.minecraft.server.level.SimulationChunkTracker
[18Feb2026 13:26:50.049] [Server thread/DEBUG] [mixin/]: Mixing ai.poi.PoiManagerMixin from lithium.mixins.json into net.minecraft.world.entity.ai.village.poi.PoiManager
[18Feb2026 13:26:50.050] [Server thread/DEBUG] [mixin/]: Renaming synthetic method lambda$withinSquareInL2Range$9(Lnet/minecraft/core/BlockPos;ILjava/util/ArrayList;Lnet/minecraft/world/entity/ai/village/poi/PoiRecord;)V to md91697a$lithium$lambda$withinSquareInL2Range$9$0 in lithium.mixins.json:ai.poi.PoiManagerMixin from mod lithium
[18Feb2026 13:26:50.050] [Server thread/DEBUG] [mixin/]: Renaming synthetic method lambda$lithium$findNearestForPortalLogic$8(ILnet/minecraft/core/BlockPos;Lnet/minecraft/core/BlockPos;)Z to md91697a$lithium$lambda$lithium$findNearestForPortalLogic$8$1 in lithium.mixins.json:ai.poi.PoiManagerMixin from mod lithium
[18Feb2026 13:26:50.050] [Server thread/DEBUG] [mixin/]: Renaming synthetic method lambda$lithium$findNearestForPortalLogic$7(Lnet/minecraft/world/level/border/WorldBorder;Ljava/util/function/Predicate;Lnet/minecraft/world/entity/ai/village/poi/PoiRecord;)Z to md91697a$lithium$lambda$lithium$findNearestForPortalLogic$7$2 in lithium.mixins.json:ai.poi.PoiManagerMixin from mod lithium
[18Feb2026 13:26:50.050] [Server thread/DEBUG] [mixin/]: Renaming synthetic method lambda$findClosest$6(ILnet/minecraft/core/BlockPos;Lnet/minecraft/core/BlockPos;)Z to md91697a$lithium$lambda$findClosest$6$3 in lithium.mixins.json:ai.poi.PoiManagerMixin from mod lithium
[18Feb2026 13:26:50.050] [Server thread/DEBUG] [mixin/]: Renaming synthetic method lambda$findClosest$5(Ljava/util/function/Predicate;Lnet/minecraft/world/entity/ai/village/poi/PoiRecord;)Z to md91697a$lithium$lambda$findClosest$5$4 in lithium.mixins.json:ai.poi.PoiManagerMixin from mod lithium
[18Feb2026 13:26:50.050] [Server thread/DEBUG] [mixin/]: Renaming synthetic method lambda$findClosestWithType$4(ILnet/minecraft/core/BlockPos;Lnet/minecraft/core/BlockPos;)Z to md91697a$lithium$lambda$findClosestWithType$4$5 in lithium.mixins.json:ai.poi.PoiManagerMixin from mod lithium
[18Feb2026 13:26:50.050] [Server thread/DEBUG] [mixin/]: Renaming synthetic method lambda$find$3(Lnet/minecraft/world/entity/ai/village/poi/PoiSection;Lnet/minecraft/core/BlockPos;Ljava/util/function/Predicate;Ljava/util/function/Predicate;Lnet/minecraft/world/entity/ai/village/poi/PoiManager$Occupancy;J)Lnet/minecraft/world/entity/ai/village/poi/PoiRecord; to md91697a$lithium$lambda$find$3$6 in lithium.mixins.json:ai.poi.PoiManagerMixin from mod lithium
[18Feb2026 13:26:50.050] [Server thread/DEBUG] [mixin/]: Renaming synthetic method lambda$lithium$getNClosestFirstWithType$2(Ljava/util/ArrayList;Lnet/minecraft/world/entity/ai/village/poi/PoiRecord;)V to md91697a$lithium$lambda$lithium$getNClosestFirstWithType$2$7 in lithium.mixins.json:ai.poi.PoiManagerMixin from mod lithium
[18Feb2026 13:26:50.050] [Server thread/DEBUG] [mixin/]: Renaming synthetic method lambda$lithium$getNClosestFirstWithType$1(ILnet/minecraft/core/BlockPos;Lnet/minecraft/core/BlockPos;)Z to md91697a$lithium$lambda$lithium$getNClosestFirstWithType$1$8 in lithium.mixins.json:ai.poi.PoiManagerMixin from mod lithium
[18Feb2026 13:26:50.050] [Server thread/DEBUG] [mixin/]: Renaming synthetic method lambda$lithium$getNClosestFirstWithType$0(Ljava/util/function/Predicate;Lnet/minecraft/world/entity/ai/village/poi/PoiRecord;)Z to md91697a$lithium$lambda$lithium$getNClosestFirstWithType$0$9 in lithium.mixins.json:ai.poi.PoiManagerMixin from mod lithium
[18Feb2026 13:26:50.051] [Server thread/DEBUG] [mixin/]: Mixing ai.poi.fast_portals.PoiManagerMixin from lithium.mixins.json into net.minecraft.world.entity.ai.village.poi.PoiManager
[18Feb2026 13:26:50.051] [Server thread/DEBUG] [mixin/]: Mixing MixinPointOfInterestStorage from c2me-rewrites-chunk-system.mixins.json into net.minecraft.world.entity.ai.village.poi.PoiManager
[18Feb2026 13:26:50.056] [Server thread/DEBUG] [mixin/]: Mixing ai.poi.SectionStorageMixin from lithium.mixins.json into net.minecraft.world.level.chunk.storage.SectionStorage
[18Feb2026 13:26:50.056] [Server thread/DEBUG] [mixin/]: Renaming synthetic method lambda$lithium$getInChunkColumn$0(Ljava/util/BitSet;Lit/unimi/dsi/fastutil/longs/Long2ObjectMap;ILnet/minecraft/world/level/LevelHeightAccessor;I)Ljava/util/Iterator; to md91697a$lithium$lambda$lithium$getInChunkColumn$0$0 in lithium.mixins.json:ai.poi.SectionStorageMixin from mod lithium
[18Feb2026 13:26:50.057] [Server thread/DEBUG] [mixin/]: Mixing access.ISerializingRegionBasedStorage from c2me-base.mixins.json into net.minecraft.world.level.chunk.storage.SectionStorage
[18Feb2026 13:26:50.057] [Server thread/DEBUG] [mixin/]: Mixing MixinSerializingRegionBasedStorage from c2me-rewrites-chunk-system.mixins.json into net.minecraft.world.level.chunk.storage.SectionStorage
[18Feb2026 13:26:50.057] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:ai.poi.SectionStorageMixin from mod lithium->@Inject::init(Lnet/minecraft/world/level/chunk/storage/SimpleRegionStorage;Lcom/mojang/serialization/Codec;Ljava/util/function/Function;Ljava/util/function/BiFunction;Ljava/util/function/Function;Lnet/minecraft/core/RegistryAccess;Lnet/minecraft/world/level/chunk/storage/ChunkIOErrorReporter;Lnet/minecraft/world/level/LevelHeightAccessor;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:50.057] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:ai.poi.SectionStorageMixin from mod lithium->@Inject::init(Lnet/minecraft/world/level/chunk/storage/SimpleRegionStorage;Lcom/mojang/serialization/Codec;Ljava/util/function/Function;Ljava/util/function/BiFunction;Ljava/util/function/Function;Lnet/minecraft/core/RegistryAccess;Lnet/minecraft/world/level/chunk/storage/ChunkIOErrorReporter;Lnet/minecraft/world/level/LevelHeightAccessor;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:50.057] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:ai.poi.SectionStorageMixin from mod lithium->@Inject::init(Lnet/minecraft/world/level/chunk/storage/SimpleRegionStorage;Lcom/mojang/serialization/Codec;Ljava/util/function/Function;Ljava/util/function/BiFunction;Ljava/util/function/Function;Lnet/minecraft/core/RegistryAccess;Lnet/minecraft/world/level/chunk/storage/ChunkIOErrorReporter;Lnet/minecraft/world/level/LevelHeightAccessor;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:50.061] [Server thread/DEBUG] [mixin/]: Mixing ai.poi.PoiSectionMixin from lithium.mixins.json into net.minecraft.world.entity.ai.village.poi.PoiSection
[18Feb2026 13:26:50.075] [Server thread/INFO] [TheSpeedyObjectFactory/]: Using TheSpeedyObjectFactory with Unsafe
[18Feb2026 13:26:50.078] [Server thread/DEBUG] [mixin/]: Mixing MixinServerAccessibleChunkSending from c2me-notickvd.mixins.json into com.ishland.c2me.rewrites.chunksystem.common.statuses.ServerAccessibleChunkSending
[18Feb2026 13:26:50.079] [Server thread/DEBUG] [mixin/]: Renaming synthetic method lambda$sendChunkToPlayer$1(Lnet/minecraft/server/level/ChunkMap;Lcom/ishland/c2me/rewrites/chunksystem/common/NewChunkHolderVanillaInterface;Lnet/minecraft/world/level/chunk/LevelChunk;Ljava/lang/Object;)V to md91697a$c2me_notickvd$lambda$sendChunkToPlayer$1$0 in c2me-notickvd.mixins.json:MixinServerAccessibleChunkSending from mod c2me_notickvd
[18Feb2026 13:26:50.079] [Server thread/DEBUG] [mixin/]: Renaming synthetic method lambda$upgradeToThis$0(Lcom/ishland/c2me/rewrites/chunksystem/common/ChunkLoadingContext;Ljava/util/ArrayList;)V to md91697a$c2me_notickvd$lambda$upgradeToThis$0$1 in c2me-notickvd.mixins.json:MixinServerAccessibleChunkSending from mod c2me_notickvd
[18Feb2026 13:26:50.083] [Server thread/DEBUG] [mixin/]: c2me-notickvd.mixins.json:MixinServerAccessibleChunkSending from mod c2me_notickvd->@Inject::onCLInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:50.084] [Server thread/DEBUG] [mixin/]: Mixing MixinServerBlockTicking from c2me-notickvd.mixins.json into com.ishland.c2me.rewrites.chunksystem.common.statuses.ServerBlockTicking
[18Feb2026 13:26:50.084] [Server thread/DEBUG] [mixin/]: c2me-notickvd.mixins.json:MixinServerBlockTicking from mod c2me_notickvd->@Inject::preventChunkSending(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
[18Feb2026 13:26:50.103] [Worker-Main-2/DEBUG] [mixin/]: Mixing access.IBlender from c2me-base.mixins.json into net.minecraft.world.level.levelgen.blending.Blender
[18Feb2026 13:26:50.104] [Worker-Main-2/DEBUG] [mixin/]: Renaming @Accessor method getBLENDING_CHUNK_DISTANCE_THRESHOLD()I to getBLENDING_CHUNK_DISTANCE_THRESHOLD$c2me_base_$md$91697a$0 in c2me-base.mixins.json:access.IBlender from mod c2me_base
[18Feb2026 13:26:50.104] [Worker-Main-2/DEBUG] [mixin/]: Mixing async_serialization.MixinBlender from c2me-rewrites-chunk-system.mixins.json into net.minecraft.world.level.levelgen.blending.Blender
[18Feb2026 13:26:50.105] [Server thread/DEBUG] [mixin/]: Mixing ai.poi.fast_portals.PortalForcerMixin from lithium.mixins.json into net.minecraft.world.level.portal.PortalForcer
[18Feb2026 13:26:50.105] [Server thread/DEBUG] [mixin/]: Renaming synthetic method lambda$findClosestPortalPosition$0(Lnet/minecraft/world/entity/ai/village/poi/PoiRecord;)Z to md91697a$lithium$lambda$findClosestPortalPosition$0$0 in lithium.mixins.json:ai.poi.fast_portals.PortalForcerMixin from mod lithium
[18Feb2026 13:26:50.105] [Server thread/DEBUG] [mixin/]: Mixing reinforced.PortalForcerMixin from securitycraft.mixins.json into net.minecraft.world.level.portal.PortalForcer
[18Feb2026 13:26:50.108] [Worker-Main-2/DEBUG] [mixin/]: Mixing access.IChunkNoiseSampler from c2me-base.mixins.json into net.minecraft.world.level.levelgen.NoiseChunk
[18Feb2026 13:26:50.109] [Worker-Main-2/DEBUG] [mixin/]: Mixing MixinChunkNoiseSampler from c2me-opts-dfc.mixins.json into net.minecraft.world.level.levelgen.NoiseChunk
[18Feb2026 13:26:50.110] [Worker-Main-2/DEBUG] [mixin/]: c2me-opts-dfc.mixins.json:MixinChunkNoiseSampler from mod c2me_opts_dfc->@Inject::protectInterpolationLoop(Lnet/minecraft/world/level/levelgen/DensityFunction;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:50.110] [Worker-Main-2/DEBUG] [mixin/]: c2me-opts-dfc.mixins.json:MixinChunkNoiseSampler from mod c2me_opts_dfc->@Inject::protectInterpolationLoop(Lnet/minecraft/world/level/levelgen/DensityFunction;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
[18Feb2026 13:26:50.110] [Worker-Main-2/DEBUG] [mixin/]: c2me-opts-dfc.mixins.json:MixinChunkNoiseSampler from mod c2me_opts_dfc->@Inject::protectInterpolationLoop(Lnet/minecraft/world/level/levelgen/DensityFunction;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
[18Feb2026 13:26:50.111] [Server thread/DEBUG] [mixin/]: Mixing threading.MixinStructureChecker from c2me-fixes-worldgen-threading-issues.mixins.json into net.minecraft.world.level.levelgen.structure.StructureCheck
[18Feb2026 13:26:50.112] [Server thread/DEBUG] [mixin/]: c2me-fixes-worldgen-threading-issues.mixins.json:threading.MixinStructureChecker from mod c2me_fixes_worldgen_threading_issues->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:50.112] [Server thread/DEBUG] [mixin/]: c2me-fixes-worldgen-threading-issues.mixins.json:threading.MixinStructureChecker from mod c2me_fixes_worldgen_threading_issues->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:50.112] [Server thread/DEBUG] [mixin/]: c2me-fixes-worldgen-threading-issues.mixins.json:threading.MixinStructureChecker from mod c2me_fixes_worldgen_threading_issues->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:50.117] [Server thread/DEBUG] [mixin/]: Mixing world.game_events.dispatch.GameEventDispatcherMixin from lithium.mixins.json into net.minecraft.world.level.gameevent.GameEventDispatcher
[18Feb2026 13:26:50.302] [Server thread/INFO] [net.minecraft.server.level.progress.LoggingLevelLoadListener/]: Loading 0 persistent chunks...
[18Feb2026 13:26:50.302] [Server thread/INFO] [net.minecraft.server.level.progress.LoggingLevelLoadListener/]: Preparing spawn area: 100%
[18Feb2026 13:26:50.312] [Server thread/INFO] [net.minecraft.server.level.progress.LoggingLevelLoadListener/]: Time elapsed: 11 ms
[18Feb2026 13:26:50.312] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Done (1.734s)! For help, type "help"
[18Feb2026 13:26:50.313] [Server thread/DEBUG] [mixin/]: Mixing report.MixinDedicatedServerWatchdog from c2me-base.mixins.json into net.minecraft.server.dedicated.ServerWatchdog
[18Feb2026 13:26:50.315] [Server thread/DEBUG] [mixin/]: c2me-base.mixins.json:report.MixinDedicatedServerWatchdog from mod c2me_base->@Inject::prependThreadInstrumentation(Ljava/lang/String;JLjava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:50.315] [Server thread/DEBUG] [mixin/]: c2me-base.mixins.json:report.MixinDedicatedServerWatchdog from mod c2me_base->@Inject::addInstrumentationData(Ljava/lang/String;JLjava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:50.498] [Server thread/DEBUG] [net.neoforged.neoforge.server.LanguageHook/]: Loaded 85 language files for en_us
[18Feb2026 13:26:50.505] [Server thread/INFO] [net.neoforged.neoforge.server.permission.PermissionAPI/]: Successfully initialized permission handler neoforge:default_handler
[18Feb2026 13:26:50.508] [Server thread/INFO] [journeymap/]: Loaded null for service interface journeymap.api.services.WebMapService
[18Feb2026 13:26:50.509] [Server thread/INFO] [journeymap/]: Loaded journeymap.common.helpers.NeoForgeClientHooks@3bc2bf7a for service interface journeymap.api.services.ClientPlatformService
[18Feb2026 13:26:50.510] [Server thread/INFO] [journeymap/]: Loaded journeymap.common.helpers.NeoForgeHooks@2947f6 for service interface journeymap.api.services.CommonPlatformService
[18Feb2026 13:26:50.589] [Server thread/DEBUG] [voicechat/]: [voicechat] Using default voicechat socket implementation
[18Feb2026 13:26:50.593] [VoiceChatServerThread/INFO] [voicechat/]: [voicechat] Using server-ip as bind address: 0.0.0.0
[18Feb2026 13:26:50.593] [Server thread/DEBUG] [voicechat/]: [voicechat] Synchronizing volume category own_voice with all players
[18Feb2026 13:26:50.599] [VoiceChatServerThread/INFO] [voicechat/]: [voicechat] Voice chat server started at 0.0.0.0:25804
[18Feb2026 13:26:50.617] [Server thread/DEBUG] [mixin/]: Mixing chunk_load_tricks.ChunkLoadTricksMixin from lithium-neoforge.mixins.json into net.caffeinemc.mods.lithium.common.world.ChunkLoadTricks
[18Feb2026 13:26:50.813] [C2ME Storage #2/DEBUG] [mixin/]: Mixing access.IRegionFile from c2me-base.mixins.json into net.minecraft.world.level.chunk.storage.RegionFile
[18Feb2026 13:26:50.874] [c2me-worker-2/DEBUG] [mixin/]: Mixing async_serialization.MixinChunkSerializer from c2me-rewrites-chunk-system.mixins.json into net.minecraft.world.level.chunk.storage.SerializableChunkData
[18Feb2026 13:26:50.875] [c2me-worker-2/DEBUG] [mixin/]: Renaming synthetic method lambda$onPoiStorageInitForPalette$0(Lcom/llamalad7/mixinextras/injector/wrapoperation/Operation;Lnet/minecraft/world/entity/ai/village/poi/PoiManager;Lnet/minecraft/core/SectionPos;Lnet/minecraft/world/level/chunk/LevelChunkSection;)V to md91697a$c2me_rewrites_chunk_system$lambda$onPoiStorageInitForPalette$0$0 in c2me-rewrites-chunk-system.mixins.json:async_serialization.MixinChunkSerializer from mod c2me_rewrites_chunk_system
[18Feb2026 13:26:50.882] [c2me-worker-2/DEBUG] [mixin/]: Mixing access.IUpgradeData from c2me-base.mixins.json into net.minecraft.world.level.chunk.UpgradeData
[18Feb2026 13:26:50.887] [c2me-worker-2/DEBUG] [mixin/]: Mixing access.IBlendingData from c2me-base.mixins.json into net.minecraft.world.level.levelgen.blending.BlendingData
[18Feb2026 13:26:50.889] [c2me-worker-2/DEBUG] [mixin/]: Mixing access.IBelowZeroRetrogen from c2me-base.mixins.json into net.minecraft.world.level.levelgen.BelowZeroRetrogen
[18Feb2026 13:26:50.893] [c2me-worker-2/DEBUG] [mixin/]: Mixing ThreadingDetectorMixin from cupboard.mixins.json into net.minecraft.util.ThreadingDetector
[18Feb2026 13:26:50.896] [c2me-worker-2/DEBUG] [mixin/]: Mixing chunk.no_validation.ZeroBitStorageMixin from lithium.mixins.json into net.minecraft.util.ZeroBitStorage
[18Feb2026 13:26:50.900] [c2me-worker-0/DEBUG] [mixin/]: Generating mapped inner class net/minecraft/world/level/chunk/PalettedContainer$Anonymous$1f62fb299875438dbc0d59f0a2f5c6cb (originally net/caffeinemc/mods/lithium/mixin/world/chunk_ticking/random_block_ticking/PalettedContainerMixin$1)
[18Feb2026 13:26:57.056] [Worker-Main-3/DEBUG] [mixin/]: Mixing threading.MixinStructureStart from c2me-fixes-worldgen-threading-issues.mixins.json into net.minecraft.world.level.levelgen.structure.StructureStart
[18Feb2026 13:26:57.056] [Worker-Main-3/DEBUG] [mixin/]: Mixing access.IStructureStart from c2me-base.mixins.json into net.minecraft.world.level.levelgen.structure.StructureStart
[18Feb2026 13:26:57.057] [Worker-Main-1/DEBUG] [mixin/]: Mixing access.ISimpleTickScheduler from c2me-base.mixins.json into net.minecraft.world.ticks.ProtoChunkTicks
[18Feb2026 13:26:57.061] [Worker-Main-3/DEBUG] [mixin/]: Mixing structures.TemplateAccessor from moogs_structures-common.mixins.json into net.minecraft.world.level.levelgen.structure.templatesystem.StructureTemplate
[18Feb2026 13:26:57.061] [Worker-Main-3/DEBUG] [mixin/]: Mixing passcode.StructureTemplateMixin from securitycraft.mixins.json into net.minecraft.world.level.levelgen.structure.templatesystem.StructureTemplate
[18Feb2026 13:26:57.061] [Worker-Main-3/DEBUG] [mixin/]: Mixing threading.MixinStructure from c2me-fixes-worldgen-threading-issues.mixins.json into net.minecraft.world.level.levelgen.structure.templatesystem.StructureTemplate
[18Feb2026 13:26:57.063] [Worker-Main-3/DEBUG] [mixin/]: c2me-fixes-worldgen-threading-issues.mixins.json:threading.MixinStructure from mod c2me_fixes_worldgen_threading_issues->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:57.063] [Worker-Main-3/DEBUG] [mixin/]: c2me-fixes-worldgen-threading-issues.mixins.json:threading.MixinStructure from mod c2me_fixes_worldgen_threading_issues->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:57.063] [Worker-Main-3/DEBUG] [mixin/]: c2me-fixes-worldgen-threading-issues.mixins.json:threading.MixinStructure from mod c2me_fixes_worldgen_threading_issues->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:57.198] [Server thread/DEBUG] [mixin/]: Generating mapped inner class net/minecraft/world/level/entity/EntitySectionStorage$Anonymous$405e6a7876bf4b98ac6150b5624c8ec4 (originally net/caffeinemc/mods/lithium/mixin/minimal_nonvanilla/spawning/EntitySectionStorageMixin$1)
[18Feb2026 13:26:57.213] [Server thread/DEBUG] [mixin/]: Mixing alloc.entity_iteration.EntitySectionMixin from lithium.mixins.json into net.minecraft.world.level.entity.EntitySection
[18Feb2026 13:26:57.214] [Server thread/DEBUG] [mixin/]: Mixing block.hopper.EntitySectionAccessor from lithium.mixins.json into net.minecraft.world.level.entity.EntitySection
[18Feb2026 13:26:57.214] [Server thread/DEBUG] [mixin/]: Mixing entity.collisions.unpushable_cramming.EntitySectionMixin from lithium.mixins.json into net.minecraft.world.level.entity.EntitySection
[18Feb2026 13:26:57.215] [Server thread/DEBUG] [mixin/]: Mixing minimal_nonvanilla.spawning.EntitySectionAccessor from lithium.mixins.json into net.minecraft.world.level.entity.EntitySection
[18Feb2026 13:26:57.215] [Server thread/DEBUG] [mixin/]: Mixing util.accessors.EntitySectionAccessor from lithium.mixins.json into net.minecraft.world.level.entity.EntitySection
[18Feb2026 13:26:57.215] [Server thread/DEBUG] [mixin/]: Mixing util.entity_movement_tracking.EntitySectionMixin from lithium.mixins.json into net.minecraft.world.level.entity.EntitySection
[18Feb2026 13:26:57.215] [Server thread/DEBUG] [mixin/]: Mixing util.entity_section_position.EntitySectionMixin from lithium.mixins.json into net.minecraft.world.level.entity.EntitySection
[18Feb2026 13:26:57.216] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:entity.collisions.unpushable_cramming.EntitySectionMixin from mod lithium->@Inject::onEntityAdded(Lnet/minecraft/world/level/entity/EntityAccess;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:57.216] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:entity.collisions.unpushable_cramming.EntitySectionMixin from mod lithium->@Inject::onEntityAdded(Lnet/minecraft/world/level/entity/EntityAccess;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:57.216] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:entity.collisions.unpushable_cramming.EntitySectionMixin from mod lithium->@Inject::onEntityAdded(Lnet/minecraft/world/level/entity/EntityAccess;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:57.216] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:entity.collisions.unpushable_cramming.EntitySectionMixin from mod lithium->@Inject::onEntityRemoved(Lnet/minecraft/world/level/entity/EntityAccess;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:26:57.216] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:entity.collisions.unpushable_cramming.EntitySectionMixin from mod lithium->@Inject::onEntityRemoved(Lnet/minecraft/world/level/entity/EntityAccess;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
[18Feb2026 13:26:57.216] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:entity.collisions.unpushable_cramming.EntitySectionMixin from mod lithium->@Inject::onEntityRemoved(Lnet/minecraft/world/level/entity/EntityAccess;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
[18Feb2026 13:26:57.242] [Server thread/DEBUG] [mixin/]: Unexpected: Registered method getCollection()Lnet/minecraft/util/ClassInstanceMultiMap; in net.minecraft.world.level.entity.EntitySection was not merged
[18Feb2026 13:26:57.243] [Server thread/DEBUG] [mixin/]: Unexpected: Registered method getCollection()Lnet/minecraft/util/ClassInstanceMultiMap; in net.minecraft.world.level.entity.EntitySection was not merged
[18Feb2026 13:26:57.249] [c2me-worker-2/DEBUG] [mixin/]: Mixing threading_detections.readonly_protection.MixinChunkRegion from c2me-fixes-worldgen-threading-issues.mixins.json into net.minecraft.server.level.WorldGenRegion
[18Feb2026 13:26:57.250] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 6605ms or 132 ticks behind
[18Feb2026 13:26:57.250] [c2me-worker-2/DEBUG] [mixin/]: Mixing async_serialization.MixinChunkRegion from c2me-rewrites-chunk-system.mixins.json into net.minecraft.server.level.WorldGenRegion
[18Feb2026 13:26:57.250] [c2me-worker-2/DEBUG] [mixin/]: Renaming synthetic method lambda$waitForFutureBeforeNotifyChanges$0(Lcom/llamalad7/mixinextras/injector/wrapoperation/Operation;Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/state/BlockState;)V to md91697a$c2me_rewrites_chunk_system$lambda$waitForFutureBeforeNotifyChanges$0$0 in c2me-rewrites-chunk-system.mixins.json:async_serialization.MixinChunkRegion from mod c2me_rewrites_chunk_system
[18Feb2026 13:26:57.317] [Server thread/DEBUG] [mixin/]: Mixing alloc.entity_iteration.ClassInstanceMultiMapAccessor from lithium.mixins.json into net.minecraft.util.ClassInstanceMultiMap
[18Feb2026 13:26:57.317] [Server thread/DEBUG] [mixin/]: Mixing chunk.entity_class_groups.ClassInstanceMultiMapMixin from lithium.mixins.json into net.minecraft.util.ClassInstanceMultiMap
[18Feb2026 13:26:57.320] [Server thread/DEBUG] [mixin/]: Mixing collections.entity_by_type.ClassInstanceMultiMapMixin from lithium.mixins.json into net.minecraft.util.ClassInstanceMultiMap
[18Feb2026 13:26:57.320] [Server thread/DEBUG] [mixin/]: Mixing collections.entity_filtering.ClassInstanceMultiMapMixin from lithium.mixins.json into net.minecraft.util.ClassInstanceMultiMap
[18Feb2026 13:26:57.320] [Server thread/DEBUG] [mixin/]: Mixing util.entity_collection_replacement.ClassInstanceMultiMapMixin from lithium.mixins.json into net.minecraft.util.ClassInstanceMultiMap
[18Feb2026 13:26:57.320] [Server thread/DEBUG] [mixin/]: Mixing block.hopper.ClassInstanceMultiMapMixin from lithium.mixins.json into net.minecraft.util.ClassInstanceMultiMap
[18Feb2026 13:26:57.321] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:collections.entity_by_type.ClassInstanceMultiMapMixin from mod lithium->@Inject::init(Ljava/lang/Class;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:57.321] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:collections.entity_by_type.ClassInstanceMultiMapMixin from mod lithium->@Inject::init(Ljava/lang/Class;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:57.321] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:collections.entity_by_type.ClassInstanceMultiMapMixin from mod lithium->@Inject::init(Ljava/lang/Class;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:57.325] [Server thread/DEBUG] [mixin/]: Mixing util.entity_movement_tracking.ServerEntityManagerListenerMixin from lithium.mixins.json into net.minecraft.world.level.entity.PersistentEntitySectionManager$Callback
[18Feb2026 13:26:57.326] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:util.entity_movement_tracking.ServerEntityManagerListenerMixin from mod lithium->@Inject::init(Lnet/minecraft/world/level/entity/PersistentEntitySectionManager;Lnet/minecraft/world/level/entity/EntityAccess;JLnet/minecraft/world/level/entity/EntitySection;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:57.326] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:util.entity_movement_tracking.ServerEntityManagerListenerMixin from mod lithium->@Inject::init(Lnet/minecraft/world/level/entity/PersistentEntitySectionManager;Lnet/minecraft/world/level/entity/EntityAccess;JLnet/minecraft/world/level/entity/EntitySection;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:57.326] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:util.entity_movement_tracking.ServerEntityManagerListenerMixin from mod lithium->@Inject::init(Lnet/minecraft/world/level/entity/PersistentEntitySectionManager;Lnet/minecraft/world/level/entity/EntityAccess;JLnet/minecraft/world/level/entity/EntitySection;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:57.326] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:util.entity_movement_tracking.ServerEntityManagerListenerMixin from mod lithium->@Inject::updateEntityTrackerEngine(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:57.326] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:util.entity_movement_tracking.ServerEntityManagerListenerMixin from mod lithium->@Inject::updateEntityTrackerEngine(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:57.326] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:util.entity_movement_tracking.ServerEntityManagerListenerMixin from mod lithium->@Inject::updateEntityTrackerEngine(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:57.326] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:util.entity_movement_tracking.ServerEntityManagerListenerMixin from mod lithium->@Inject::onAddEntity(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:57.326] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:util.entity_movement_tracking.ServerEntityManagerListenerMixin from mod lithium->@Inject::onAddEntity(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:57.326] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:util.entity_movement_tracking.ServerEntityManagerListenerMixin from mod lithium->@Inject::onAddEntity(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:57.326] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:util.entity_movement_tracking.ServerEntityManagerListenerMixin from mod lithium->@Inject::onRemoveEntity(Lnet/minecraft/world/entity/Entity$RemovalReason;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:57.326] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:util.entity_movement_tracking.ServerEntityManagerListenerMixin from mod lithium->@Inject::onRemoveEntity(Lnet/minecraft/world/entity/Entity$RemovalReason;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:57.326] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:util.entity_movement_tracking.ServerEntityManagerListenerMixin from mod lithium->@Inject::onRemoveEntity(Lnet/minecraft/world/entity/Entity$RemovalReason;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:57.328] [Server thread/DEBUG] [mixin/]: Mixing alloc.entity_tracker.ChunkMap$TrackedEntityMixin from lithium.mixins.json into net.minecraft.server.level.ChunkMap$TrackedEntity
[18Feb2026 13:26:57.328] [Server thread/DEBUG] [mixin/]: Mixing camera.TrackedEntityMixin from securitycraft.mixins.json into net.minecraft.server.level.ChunkMap$TrackedEntity
[18Feb2026 13:26:57.836] [Worker-Main-3/DEBUG] [mixin/]: Mixing threading.MixinStructurePalettedBlockInfoList from c2me-fixes-worldgen-threading-issues.mixins.json into net.minecraft.world.level.levelgen.structure.templatesystem.StructureTemplate$Palette
[18Feb2026 13:26:57.836] [Worker-Main-3/DEBUG] [mixin/]: c2me-fixes-worldgen-threading-issues.mixins.json:threading.MixinStructurePalettedBlockInfoList from mod c2me_fixes_worldgen_threading_issues->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:57.837] [Worker-Main-3/DEBUG] [mixin/]: Mixing threading.MixinStructurePlacementData from c2me-fixes-worldgen-threading-issues.mixins.json into net.minecraft.world.level.levelgen.structure.templatesystem.StructurePlaceSettings
[18Feb2026 13:26:57.837] [Worker-Main-3/DEBUG] [mixin/]: c2me-fixes-worldgen-threading-issues.mixins.json:threading.MixinStructurePlacementData from mod c2me_fixes_worldgen_threading_issues->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:26:57.838] [Worker-Main-3/DEBUG] [mixin/]: c2me-fixes-worldgen-threading-issues.mixins.json:threading.MixinStructurePlacementData from mod c2me_fixes_worldgen_threading_issues->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:26:57.838] [Worker-Main-3/DEBUG] [mixin/]: c2me-fixes-worldgen-threading-issues.mixins.json:threading.MixinStructurePlacementData from mod c2me_fixes_worldgen_threading_issues->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:26:58.229] [Netty Epoll IO #1/DEBUG] [mixin/]: Mixing network.pipeline.LegacyQueryHandlerMixin from krypton_fnp.mixins.json into net.minecraft.server.network.LegacyQueryHandler
[18Feb2026 13:26:58.230] [Netty Epoll IO #1/DEBUG] [mixin/]: krypton_fnp.mixins.json:network.pipeline.LegacyQueryHandlerMixin from mod krypton_fnp->@Inject::channelRead(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
[18Feb2026 13:26:58.241] [Netty Epoll IO #1/DEBUG] [mixin/]: Mixing network.pipeline.Varint21FrameDecoderMixin from krypton_fnp.mixins.json into net.minecraft.network.Varint21FrameDecoder
[18Feb2026 13:26:58.241] [Netty Epoll IO #1/DEBUG] [mixin/]: Renaming synthetic method lambda$krypton_FNP$execute$0(I)V to md91697a$krypton_fnp$lambda$krypton_FNP$execute$0$0 in krypton_fnp.mixins.json:network.pipeline.Varint21FrameDecoderMixin from mod krypton_fnp
[18Feb2026 13:27:00.225] [Netty Epoll IO #3/DEBUG] [mixin/]: Mixing network.experimental.ServerLoginPacketListenerImplMixin from krypton_fnp.mixins.json into net.minecraft.server.network.ServerLoginPacketListenerImpl
[18Feb2026 13:27:00.226] [Netty Epoll IO #3/DEBUG] [mixin/]: Renaming synthetic method lambda$krypton_fnp$cacheAuthenticatorThread$0(Ljava/lang/String;)V to md91697a$krypton_fnp$lambda$krypton_fnp$cacheAuthenticatorThread$0$0 in krypton_fnp.mixins.json:network.experimental.ServerLoginPacketListenerImplMixin from mod krypton_fnp
[18Feb2026 13:27:00.227] [Netty Epoll IO #3/DEBUG] [mixin/]: Mixing network.pipeline.encryption.ServerLoginPacketListenerImplMixin from krypton_fnp.mixins.json into net.minecraft.server.network.ServerLoginPacketListenerImpl
[18Feb2026 13:27:00.229] [Netty Epoll IO #3/DEBUG] [mixin/]: krypton_fnp.mixins.json:network.experimental.ServerLoginPacketListenerImplMixin from mod krypton_fnp->@Inject::krypton_fnp$cacheAuthenticatorThread(Lnet/minecraft/network/protocol/login/ServerboundKeyPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
[18Feb2026 13:27:00.968] [User Authenticator #1/INFO] [net.minecraft.server.network.ServerLoginPacketListenerImpl/]: UUID of player Zoreexx is 11b50a1b-ba83-42ae-baae-02591f288caf
[18Feb2026 13:27:01.086] [Netty Epoll IO #3/DEBUG] [mixin/]: Mixing access.ISyncedClientOptions from c2me-base.mixins.json into net.minecraft.server.level.ClientInformation
[18Feb2026 13:27:01.086] [Netty Epoll IO #3/DEBUG] [mixin/]: Mixing MixinSyncedClientOptions from c2me-client-uncapvd.mixins.json into net.minecraft.server.level.ClientInformation
[18Feb2026 13:27:01.090] [Netty Epoll IO #3/DEBUG] [mixin/]: Mixing ServerConfigurationPacketListenerImplMixin from creativecore.forge.mixins.json into net.minecraft.server.network.ServerConfigurationPacketListenerImpl
[18Feb2026 13:27:01.090] [Netty Epoll IO #3/DEBUG] [mixin/]: Renaming synthetic method lambda$handleConfigurationFinished$0(Lnet/minecraft/core/RegistryAccess;Lnet/neoforged/neoforge/network/connection/ConnectionType;Lio/netty/buffer/ByteBuf;)Lnet/minecraft/network/RegistryFriendlyByteBuf; to md91697a$creativecore$lambda$handleConfigurationFinished$0$0 in creativecore.forge.mixins.json:ServerConfigurationPacketListenerImplMixin from mod creativecore
[18Feb2026 13:27:01.090] [Netty Epoll IO #3/DEBUG] [mixin/]: Mixing bugfixes.config_enforce_main.MixinServerConfigurationNetworkHandler from c2me-base.mixins.json into net.minecraft.server.network.ServerConfigurationPacketListenerImpl
[18Feb2026 13:27:01.091] [Netty Epoll IO #3/DEBUG] [mixin/]: Mixing ext_render_distance.MixinServerConfigurationNetworkHandler from c2me-notickvd.mixins.json into net.minecraft.server.network.ServerConfigurationPacketListenerImpl
[18Feb2026 13:27:01.092] [Netty Epoll IO #3/DEBUG] [mixin/]: c2me-base.mixins.json:bugfixes.config_enforce_main.MixinServerConfigurationNetworkHandler from mod c2me_base->@Inject::onResourcePackStatus(Lnet/minecraft/network/protocol/common/ServerboundResourcePackPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:27:01.092] [Netty Epoll IO #3/DEBUG] [mixin/]: c2me-base.mixins.json:bugfixes.config_enforce_main.MixinServerConfigurationNetworkHandler from mod c2me_base->@Inject::onResourcePackStatus(Lnet/minecraft/network/protocol/common/ServerboundResourcePackPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:27:01.093] [Netty Epoll IO #3/DEBUG] [mixin/]: c2me-base.mixins.json:bugfixes.config_enforce_main.MixinServerConfigurationNetworkHandler from mod c2me_base->@Inject::onResourcePackStatus(Lnet/minecraft/network/protocol/common/ServerboundResourcePackPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:27:01.093] [Netty Epoll IO #3/DEBUG] [mixin/]: c2me-base.mixins.json:bugfixes.config_enforce_main.MixinServerConfigurationNetworkHandler from mod c2me_base->@Inject::onAcceptCodeOfConduct(Lnet/minecraft/network/protocol/configuration/ServerboundAcceptCodeOfConductPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:27:01.093] [Netty Epoll IO #3/DEBUG] [mixin/]: c2me-base.mixins.json:bugfixes.config_enforce_main.MixinServerConfigurationNetworkHandler from mod c2me_base->@Inject::onAcceptCodeOfConduct(Lnet/minecraft/network/protocol/configuration/ServerboundAcceptCodeOfConductPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:27:01.093] [Netty Epoll IO #3/DEBUG] [mixin/]: c2me-base.mixins.json:bugfixes.config_enforce_main.MixinServerConfigurationNetworkHandler from mod c2me_base->@Inject::onAcceptCodeOfConduct(Lnet/minecraft/network/protocol/configuration/ServerboundAcceptCodeOfConductPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:27:01.183] [Netty Epoll IO #3/DEBUG] [net.neoforged.neoforge.network.filters.NetworkFilters/]: Injected net.neoforged.neoforge.network.filters.GenericPacketSplitter@72cb45f8 into net.minecraft.network.Connection@1dbcea94
[18Feb2026 13:27:02.044] [Server thread/DEBUG] [Framework/FRAMEWORK_CONFIGURATION]: Sending configuration task 'framework:configuration/config_data'
[18Feb2026 13:27:02.045] [Server thread/DEBUG] [mixin/]: Mixing network.experimental.VarLongMixin from krypton_fnp.mixins.json into net.minecraft.network.VarLong
[18Feb2026 13:27:02.046] [Server thread/DEBUG] [Framework/FRAMEWORK_CONFIGURATION]: Sending configuration task 'framework:configuration/synced_entity_data'
[18Feb2026 13:27:02.157] [Server thread/DEBUG] [mixin/]: Mixing world.block_entity_ticking.sleeping.WrappedBlockEntityTickInvokerAccessor from lithium.mixins.json into net.minecraft.world.level.chunk.LevelChunk$RebindableTickingBlockEntityWrapper
[18Feb2026 13:27:02.158] [Server thread/DEBUG] [mixin/]: Mixing minimal_nonvanilla.world.block_entity_ticking.support_cache.DirectBlockEntityTickInvokerMixin from lithium.mixins.json into net.minecraft.world.level.chunk.LevelChunk$BoundTickingBlockEntity
[18Feb2026 13:27:02.159] [Server thread/DEBUG] [mixin/]: Mixing world.block_entity_ticking.world_border.DirectBlockEntityTickInvokerMixin from lithium.mixins.json into net.minecraft.world.level.chunk.LevelChunk$BoundTickingBlockEntity
[18Feb2026 13:27:02.332] [Server thread/DEBUG] [mixin/]: Mixing VillagerTaskListProviderMixin from friendsandfoes-common.mixins.json into net.minecraft.world.entity.ai.behavior.VillagerGoalPackages
[18Feb2026 13:27:02.338] [Server thread/DEBUG] [mixin/]: Mixing ai.task.memory_change_counting.BehaviorMixin from lithium.mixins.json into net.minecraft.world.entity.ai.behavior.Behavior
[18Feb2026 13:27:02.339] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:ai.task.memory_change_counting.BehaviorMixin from mod lithium->@Inject::init(Ljava/util/Map;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:27:02.339] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:ai.task.memory_change_counting.BehaviorMixin from mod lithium->@Inject::init(Ljava/util/Map;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:27:02.339] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:ai.task.memory_change_counting.BehaviorMixin from mod lithium->@Inject::init(Ljava/util/Map;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:27:02.343] [Server thread/DEBUG] [mixin/]: Mixing ai.task.replace_streams.GateBehaviorMixin from lithium.mixins.json into net.minecraft.world.entity.ai.behavior.GateBehavior
[18Feb2026 13:27:02.352] [Server thread/DEBUG] [mixin/]: Mixing ai.task.replace_streams.ShufflingListMixin from lithium.mixins.json into net.minecraft.world.entity.ai.behavior.ShufflingList
[18Feb2026 13:27:02.352] [Server thread/DEBUG] [mixin/]: Mixing access.IWeightedList from c2me-base.mixins.json into net.minecraft.world.entity.ai.behavior.ShufflingList
[18Feb2026 13:27:02.354] [Server thread/DEBUG] [mixin/]: Mixing access.IWeightedListEntry from c2me-base.mixins.json into net.minecraft.world.entity.ai.behavior.ShufflingList$WeightedEntry
[18Feb2026 13:27:02.365] [Server thread/DEBUG] [mixin/]: Mixing InteractWithDoorMixin from doubledoors_neoforge.mixins.json into net.minecraft.world.entity.ai.behavior.InteractWithDoor
[18Feb2026 13:27:02.367] [Server thread/DEBUG] [mixin/]: doubledoors_neoforge.mixins.json:InteractWithDoorMixin from mod doubledoors->@Inject::closeDoorsThatIHaveOpenedOrPassedThrough(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/level/pathfinder/Node;Lnet/minecraft/world/level/pathfinder/Node;Ljava/util/Set;Ljava/util/Optional;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Ljava/util/Iterator;Lnet/minecraft/core/GlobalPos;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/DoorBlock;)V doesn't use it's CallbackInfo
[18Feb2026 13:27:02.367] [Server thread/DEBUG] [mixin/]: doubledoors_neoforge.mixins.json:InteractWithDoorMixin from mod doubledoors->@Inject::rememberDoorToClose(Lnet/minecraft/world/entity/ai/behavior/declarative/MemoryAccessor;Ljava/util/Optional;Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
[18Feb2026 13:27:02.375] [Server thread/DEBUG] [mixin/]: Mixing ai.poi.tasks.AcquirePoiMixin from lithium.mixins.json into net.minecraft.world.entity.ai.behavior.AcquirePoi
[18Feb2026 13:27:02.375] [Server thread/DEBUG] [mixin/]: Renaming synthetic method lambda$getNClosestFirstWithType$1(Lnet/minecraft/core/BlockPos;JLnet/minecraft/world/entity/ai/village/poi/PoiManager;Ljava/util/function/Predicate;Ljava/util/function/Predicate;JLnet/minecraft/world/entity/ai/behavior/AcquirePoi$JitteredLinearRetry;)V to md91697a$lithium$lambda$getNClosestFirstWithType$1$0 in lithium.mixins.json:ai.poi.tasks.AcquirePoiMixin from mod lithium
[18Feb2026 13:27:02.375] [Server thread/DEBUG] [mixin/]: Renaming synthetic method lambda$getNClosestFirstWithType$0(Lit/unimi/dsi/fastutil/longs/Long2ObjectMap;JLnet/minecraft/core/BlockPos;)Z to md91697a$lithium$lambda$getNClosestFirstWithType$0$1 in lithium.mixins.json:ai.poi.tasks.AcquirePoiMixin from mod lithium
[18Feb2026 13:27:02.402] [Server thread/DEBUG] [mixin/]: Mixing ai.poi.tasks.LocateHidingPlaceMixin from lithium.mixins.json into net.minecraft.world.entity.ai.behavior.LocateHidingPlace
[18Feb2026 13:27:03.245] [Netty Epoll IO #3/DEBUG] [net.neoforged.neoforge.network.filters.NetworkFilters/]: Injected net.neoforged.neoforge.network.filters.GenericPacketSplitter@18528c6d into net.minecraft.network.Connection@1dbcea94
[18Feb2026 13:27:03.429] [Server thread/INFO] [net.minecraft.server.players.PlayerList/]: Zoreexx[/**.**.**.**:3257] logged in with entity id 35 at (-2085.6181912690354, 81.0, 626.7657992834315)
[18Feb2026 13:27:03.433] [Server thread/DEBUG] [mixin/]: Mixing smooth_sending_rate.MixinChunkDataSender from c2me-notickvd.mixins.json into net.minecraft.server.network.PlayerChunkSender
[18Feb2026 13:27:03.434] [Server thread/DEBUG] [mixin/]: c2me-notickvd.mixins.json:smooth_sending_rate.MixinChunkDataSender from mod c2me_notickvd->@Inject::onInit(ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:27:03.435] [Server thread/DEBUG] [mixin/]: c2me-notickvd.mixins.json:smooth_sending_rate.MixinChunkDataSender from mod c2me_notickvd->@Inject::onInit(ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:27:03.435] [Server thread/DEBUG] [mixin/]: c2me-notickvd.mixins.json:smooth_sending_rate.MixinChunkDataSender from mod c2me_notickvd->@Inject::onInit(ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:27:03.435] [Server thread/DEBUG] [mixin/]: c2me-notickvd.mixins.json:smooth_sending_rate.MixinChunkDataSender from mod c2me_notickvd->@Inject::onTick(Lnet/minecraft/server/level/ServerPlayer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:27:03.435] [Server thread/DEBUG] [mixin/]: c2me-notickvd.mixins.json:smooth_sending_rate.MixinChunkDataSender from mod c2me_notickvd->@Inject::onTick(Lnet/minecraft/server/level/ServerPlayer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:27:03.435] [Server thread/DEBUG] [mixin/]: c2me-notickvd.mixins.json:smooth_sending_rate.MixinChunkDataSender from mod c2me_notickvd->@Inject::onTick(Lnet/minecraft/server/level/ServerPlayer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:27:03.444] [Server thread/DEBUG] [net.neoforged.neoforge.common.CommonHooks/]: Sending 3681 recipes of the following types: [smoking, smelting, cutting_board_slicing, microwave_heating, cutting_board_combining, campfire_cooking, toaster_heating, smithing, grill_cooking, workbench_constructing, frying_pan_cooking, crafting, freezer_solidifying, blasting, stonecutting, oven_baking]
[18Feb2026 13:27:03.481] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Zoreexx joined the game
[18Feb2026 13:27:03.533] [Server thread/DEBUG] [voicechat/]: [voicechat] Setting default state of Zoreexx: {disabled=false, disconnected=true, uuid=11b50a1b-ba83-42ae-baae-02591f288caf, name=Zoreexx, group=null}
[18Feb2026 13:27:03.730] [Server thread/DEBUG] [mixin/]: Mixing reinforced.VanillaInventoryCodeHooksMixin from securitycraft.mixins.json into net.neoforged.neoforge.transfer.item.VanillaInventoryCodeHooks
[18Feb2026 13:27:03.792] [Server thread/DEBUG] [mixin/]: Mixing block.hopper.CompoundContainerAccessor from lithium.mixins.json into net.minecraft.world.CompoundContainer
[18Feb2026 13:27:04.006] [Server thread/DEBUG] [Lithium/]: Loaded net.caffeinemc.mods.lithium.neoforge.NeoForgeModCompat@28efd46b for service interface net.caffeinemc.mods.lithium.common.services.PlatformModCompat
[18Feb2026 13:27:04.877] [Server thread/INFO] [voicechat/]: [voicechat] Received secret request of Zoreexx (20)
[18Feb2026 13:27:04.878] [Server thread/DEBUG] [voicechat/]: [voicechat] Sending initial states to Zoreexx
[18Feb2026 13:27:04.878] [Server thread/DEBUG] [voicechat/]: [voicechat] Synchronizing 0 groups with Zoreexx
[18Feb2026 13:27:04.878] [Server thread/DEBUG] [voicechat/]: [voicechat] Synchronizing 1 volume categories with Zoreexx
[18Feb2026 13:27:04.879] [Server thread/INFO] [voicechat/]: [voicechat] Sent secret to Zoreexx
[18Feb2026 13:27:05.194] [Server thread/DEBUG] [mixin/]: Mixing ai.pathing.PathNavigationRegionMixin from lithium.mixins.json into net.minecraft.world.level.PathNavigationRegion
[18Feb2026 13:27:05.195] [Server thread/DEBUG] [mixin/]: Mixing util.chunk_access.PathNavigationRegionMixin from lithium.mixins.json into net.minecraft.world.level.PathNavigationRegion
[18Feb2026 13:27:05.195] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:ai.pathing.PathNavigationRegionMixin from mod lithium->@Inject::init(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:27:05.195] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:ai.pathing.PathNavigationRegionMixin from mod lithium->@Inject::init(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:27:05.195] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:ai.pathing.PathNavigationRegionMixin from mod lithium->@Inject::init(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:27:05.196] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:ai.pathing.PathNavigationRegionMixin from mod lithium->@Inject::init(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
[18Feb2026 13:27:05.196] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:ai.pathing.PathNavigationRegionMixin from mod lithium->@Inject::init(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
[18Feb2026 13:27:05.196] [Server thread/DEBUG] [mixin/]: lithium.mixins.json:ai.pathing.PathNavigationRegionMixin from mod lithium->@Inject::init(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
[18Feb2026 13:27:05.475] [Server thread/DEBUG] [mixin/]: Mixing AnimalMakeLoveAccessor from friendsandfoes-common.mixins.json into net.minecraft.world.entity.ai.behavior.AnimalMakeLove
[18Feb2026 13:27:05.521] [Server thread/DEBUG] [mixin/]: Mixing ai.pathing.FlyNodeEvaluatorMixin from lithium.mixins.json into net.minecraft.world.level.pathfinder.FlyNodeEvaluator
[18Feb2026 13:27:05.820] [Server thread/DEBUG] [mixin/]: Mixing world.explosions.entity_raycast.ClipContextMixin from lithium.mixins.json into net.minecraft.world.level.ClipContext
[18Feb2026 13:27:05.820] [Server thread/DEBUG] [mixin/]: Mixing world.raycast.ClipContextAccessor from lithium.mixins.json into net.minecraft.world.level.ClipContext
[18Feb2026 13:27:05.822] [Server thread/DEBUG] [mixin/]: Generating mapped inner class net/minecraft/world/level/BlockGetter$Anonymous$0518a74ceb224c59a071b99f598c6bb4 (originally net/caffeinemc/mods/lithium/mixin/world/raycast/BlockGetterMixin$1)
[18Feb2026 13:27:06.594] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Successfully authenticated player 11b50a1b-ba83-42ae-baae-02591f288caf
[18Feb2026 13:27:07.468] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Successfully validated connection of player 11b50a1b-ba83-42ae-baae-02591f288caf
[18Feb2026 13:27:07.469] [VoiceChatPacketProcessingThread/DEBUG] [voicechat/]: [voicechat] Set state of Zoreexx to connected: {disabled=false, disconnected=false, uuid=11b50a1b-ba83-42ae-baae-02591f288caf, name=Zoreexx, group=null}
[18Feb2026 13:27:07.475] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Player Zoreexx (11b50a1b-ba83-42ae-baae-02591f288caf) successfully connected to voice chat
[18Feb2026 13:27:07.662] [Server thread/DEBUG] [voicechat/]: [voicechat] Got state of Zoreexx: {disabled=true, disconnected=false, uuid=11b50a1b-ba83-42ae-baae-02591f288caf, name=Zoreexx, group=null}
[18Feb2026 13:27:19.479] [Server thread/DEBUG] [mixin/]: Mixing ExperimentalRedstoneUtilsMixin from alternate-current.mixins.json into net.minecraft.world.level.redstone.ExperimentalRedstoneUtils
[18Feb2026 13:27:19.479] [Server thread/DEBUG] [mixin/]: alternate-current.mixins.json:ExperimentalRedstoneUtilsMixin from mod alternate_current: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[18Feb2026 13:27:19.480] [Server thread/DEBUG] [mixin/]: alternate-current.mixins.json:ExperimentalRedstoneUtilsMixin from mod alternate_current->@Inject::noRandomOrientation(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/Direction;Lnet/minecraft/core/Direction;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
[18Feb2026 13:27:20.476] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 8232ms or 164 ticks behind
[18Feb2026 13:27:21.271] [Server thread/DEBUG] [mixin/]: Generating mapped inner class net/minecraft/world/entity/ai/village/poi/PoiSection$Anonymous$3a48fe1ff9b44d829f4a925a5ef499a8 (originally net/caffeinemc/mods/lithium/mixin/ai/poi/PoiSectionMixin$1)
[18Feb2026 13:27:44.995] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2001ms or 40 ticks behind
[18Feb2026 13:28:03.129] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 3134ms or 62 ticks behind
[18Feb2026 13:28:31.545] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2000ms or 40 ticks behind
[18Feb2026 13:29:07.644] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2000ms or 40 ticks behind
[18Feb2026 13:29:32.344] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2000ms or 40 ticks behind
[18Feb2026 13:30:01.794] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2000ms or 40 ticks behind
[18Feb2026 13:30:34.396] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2001ms or 40 ticks behind
[18Feb2026 13:31:04.398] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2003ms or 40 ticks behind
[18Feb2026 13:31:30.496] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2002ms or 40 ticks behind
[18Feb2026 13:31:56.696] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2001ms or 40 ticks behind
[18Feb2026 13:32:23.598] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2003ms or 40 ticks behind
[18Feb2026 13:32:29.588] [Server thread/DEBUG] [net.neoforged.neoforge.common.CommonHooks/WP]: Gathered mod list to write to world save world
[18Feb2026 13:32:41.804] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 3210ms or 64 ticks behind
[18Feb2026 13:33:13.454] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 3410ms or 68 ticks behind
[18Feb2026 13:33:13.462] [Server thread/WARN] [net.minecraft.server.network.ServerGamePacketListenerImpl/]: Zoreexx moved too quickly! 14.970016102823365,-7.950063785746352,4.505448441871408
[18Feb2026 13:33:39.695] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2000ms or 40 ticks behind
[18Feb2026 13:34:09.245] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2000ms or 40 ticks behind
[18Feb2026 13:34:39.347] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2002ms or 40 ticks behind
[18Feb2026 13:35:06.847] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2002ms or 40 ticks behind
[18Feb2026 13:35:29.449] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2004ms or 40 ticks behind
[18Feb2026 13:35:51.399] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2005ms or 40 ticks behind
[18Feb2026 13:36:14.697] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2002ms or 40 ticks behind
[18Feb2026 13:36:41.247] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2002ms or 40 ticks behind
[18Feb2026 13:37:03.196] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2001ms or 40 ticks behind
[18Feb2026 13:37:25.401] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2006ms or 40 ticks behind
[18Feb2026 13:37:45.102] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2007ms or 40 ticks behind
[18Feb2026 13:37:59.002] [Server thread/DEBUG] [net.neoforged.neoforge.common.CommonHooks/WP]: Gathered mod list to write to world save world
[18Feb2026 13:37:59.294] [Server thread/DEBUG] [clumps/]: Loaded com.blamejared.clumps.platform.NeoForgeEventHandler@1e1baad for service interface com.blamejared.clumps.platform.IEventHelper
[18Feb2026 13:37:59.295] [Server thread/DEBUG] [clumps/]: Loaded com.blamejared.clumps.platform.NeoForgePlatformHelper@a6f3e57 for service interface com.blamejared.clumps.platform.IPlatformHelper
[18Feb2026 13:38:02.575] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2480ms or 49 ticks behind
[18Feb2026 13:38:19.795] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2251ms or 45 ticks behind
[18Feb2026 13:38:43.649] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2005ms or 40 ticks behind
[18Feb2026 13:39:01.379] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2734ms or 54 ticks behind
[18Feb2026 13:39:11.395] [Server thread/DEBUG] [mixin/]: Mixing alloc.explosion_behavior.EntityBasedExplosionDamageCalculatorMixin from lithium.mixins.json into net.minecraft.world.level.EntityBasedExplosionDamageCalculator
[18Feb2026 13:39:18.546] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2201ms or 44 ticks behind
[18Feb2026 13:39:41.845] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2001ms or 40 ticks behind
[18Feb2026 13:40:12.194] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2000ms or 40 ticks behind
[18Feb2026 13:40:41.997] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2003ms or 40 ticks behind
[18Feb2026 13:41:08.108] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2014ms or 40 ticks behind
[18Feb2026 13:41:40.096] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2002ms or 40 ticks behind
[18Feb2026 13:42:09.554] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2010ms or 40 ticks behind
[18Feb2026 13:42:43.801] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2006ms or 40 ticks behind
[18Feb2026 13:43:20.095] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2001ms or 40 ticks behind
[18Feb2026 13:43:25.157] [Server thread/DEBUG] [net.neoforged.neoforge.common.CommonHooks/WP]: Gathered mod list to write to world save world
[18Feb2026 13:43:48.602] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2007ms or 40 ticks behind
[18Feb2026 13:44:13.446] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2001ms or 40 ticks behind
[18Feb2026 13:44:29.839] [Server thread/DEBUG] [mixin/]: Generating mapped inner class net/minecraft/world/level/chunk/storage/SectionStorage$Anonymous$ddc521fc22c842e3bcbf21403f07fb0b (originally net/caffeinemc/mods/lithium/mixin/ai/poi/SectionStorageMixin$1)
[18Feb2026 13:44:40.801] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2007ms or 40 ticks behind
[18Feb2026 13:45:08.795] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2000ms or 40 ticks behind
[18Feb2026 13:45:45.295] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2000ms or 40 ticks behind
[18Feb2026 13:46:16.244] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2000ms or 40 ticks behind
[18Feb2026 13:46:47.094] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2000ms or 40 ticks behind
[18Feb2026 13:47:11.496] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2002ms or 40 ticks behind
[18Feb2026 13:47:33.629] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2984ms or 59 ticks behind
[18Feb2026 13:47:57.745] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2001ms or 40 ticks behind
[18Feb2026 13:48:22.497] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2002ms or 40 ticks behind
[18Feb2026 13:48:49.226] [Server thread/DEBUG] [net.neoforged.neoforge.common.CommonHooks/WP]: Gathered mod list to write to world save world
[18Feb2026 13:48:54.395] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2000ms or 40 ticks behind
[18Feb2026 13:49:19.648] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2003ms or 40 ticks behind
[18Feb2026 13:49:37.121] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2476ms or 49 ticks behind
[18Feb2026 13:51:49.053] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2008ms or 40 ticks behind
[18Feb2026 13:52:08.497] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2002ms or 40 ticks behind
[18Feb2026 13:52:35.496] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2002ms or 40 ticks behind
[18Feb2026 13:53:01.647] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2003ms or 40 ticks behind
[18Feb2026 13:53:25.847] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2003ms or 40 ticks behind
[18Feb2026 13:54:01.194] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2000ms or 40 ticks behind
[18Feb2026 13:54:06.595] [Server thread/DEBUG] [net.neoforged.neoforge.common.CommonHooks/WP]: Gathered mod list to write to world save world
[18Feb2026 13:54:23.845] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2001ms or 40 ticks behind
[18Feb2026 13:54:54.644] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2000ms or 40 ticks behind
[18Feb2026 13:55:24.498] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2003ms or 40 ticks behind
[18Feb2026 13:55:37.661] [Server thread/INFO] [net.minecraft.server.network.ServerGamePacketListenerImpl/]: Zoreexx lost connection: Disconnected
[18Feb2026 13:55:37.661] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Zoreexx left the game
[18Feb2026 13:55:37.663] [Server thread/DEBUG] [voicechat/]: [voicechat] Removing state of Zoreexx
[18Feb2026 13:55:37.664] [Server thread/INFO] [voicechat/]: [voicechat] Disconnecting client Zoreexx
[18Feb2026 13:55:41.610] [User Authenticator #2/INFO] [net.minecraft.server.network.ServerLoginPacketListenerImpl/]: UUID of player Zoreexx is 11b50a1b-ba83-42ae-baae-02591f288caf
[18Feb2026 13:55:41.788] [Netty Epoll IO #4/DEBUG] [net.neoforged.neoforge.network.filters.NetworkFilters/]: Injected net.neoforged.neoforge.network.filters.GenericPacketSplitter@35edbee4 into net.minecraft.network.Connection@6558a3df
[18Feb2026 13:55:42.644] [Server thread/DEBUG] [Framework/FRAMEWORK_CONFIGURATION]: Sending configuration task 'framework:configuration/config_data'
[18Feb2026 13:55:42.645] [Server thread/DEBUG] [Framework/FRAMEWORK_CONFIGURATION]: Sending configuration task 'framework:configuration/synced_entity_data'
[18Feb2026 13:55:43.045] [Netty Epoll IO #4/DEBUG] [net.neoforged.neoforge.network.filters.NetworkFilters/]: Injected net.neoforged.neoforge.network.filters.GenericPacketSplitter@42fcd457 into net.minecraft.network.Connection@6558a3df
[18Feb2026 13:55:43.170] [Server thread/INFO] [net.minecraft.server.players.PlayerList/]: Zoreexx[/**.**.**.**:3828] logged in with entity id 9685 at (-2051.321491189735, 65.0, 630.4240637869124)
[18Feb2026 13:55:43.172] [Server thread/DEBUG] [net.neoforged.neoforge.common.CommonHooks/]: Sending 3681 recipes of the following types: [smoking, smelting, cutting_board_slicing, microwave_heating, cutting_board_combining, campfire_cooking, toaster_heating, smithing, grill_cooking, workbench_constructing, frying_pan_cooking, crafting, freezer_solidifying, blasting, stonecutting, oven_baking]
[18Feb2026 13:55:43.190] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Zoreexx joined the game
[18Feb2026 13:55:43.199] [Server thread/DEBUG] [voicechat/]: [voicechat] Setting default state of Zoreexx: {disabled=false, disconnected=true, uuid=11b50a1b-ba83-42ae-baae-02591f288caf, name=Zoreexx, group=null}
[18Feb2026 13:55:43.390] [Server thread/INFO] [voicechat/]: [voicechat] Received secret request of Zoreexx (20)
[18Feb2026 13:55:43.390] [Server thread/DEBUG] [voicechat/]: [voicechat] Sending initial states to Zoreexx
[18Feb2026 13:55:43.390] [Server thread/DEBUG] [voicechat/]: [voicechat] Synchronizing 0 groups with Zoreexx
[18Feb2026 13:55:43.390] [Server thread/DEBUG] [voicechat/]: [voicechat] Synchronizing 1 volume categories with Zoreexx
[18Feb2026 13:55:43.390] [Server thread/INFO] [voicechat/]: [voicechat] Sent secret to Zoreexx
[18Feb2026 13:55:44.476] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Successfully authenticated player 11b50a1b-ba83-42ae-baae-02591f288caf
[18Feb2026 13:55:45.477] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Successfully validated connection of player 11b50a1b-ba83-42ae-baae-02591f288caf
[18Feb2026 13:55:45.477] [VoiceChatPacketProcessingThread/DEBUG] [voicechat/]: [voicechat] Set state of Zoreexx to connected: {disabled=false, disconnected=false, uuid=11b50a1b-ba83-42ae-baae-02591f288caf, name=Zoreexx, group=null}
[18Feb2026 13:55:45.477] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Player Zoreexx (11b50a1b-ba83-42ae-baae-02591f288caf) successfully connected to voice chat
[18Feb2026 13:55:45.574] [Server thread/DEBUG] [voicechat/]: [voicechat] Got state of Zoreexx: {disabled=true, disconnected=false, uuid=11b50a1b-ba83-42ae-baae-02591f288caf, name=Zoreexx, group=null}
[18Feb2026 13:55:49.796] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2002ms or 40 ticks behind
[18Feb2026 13:56:24.698] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2003ms or 40 ticks behind
[18Feb2026 13:56:54.844] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2000ms or 40 ticks behind
[18Feb2026 13:57:12.946] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2001ms or 40 ticks behind
[18Feb2026 13:57:35.548] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2003ms or 40 ticks behind
[18Feb2026 13:58:03.400] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2005ms or 40 ticks behind
[18Feb2026 13:58:55.044] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2000ms or 40 ticks behind
[18Feb2026 13:59:20.933] [Server thread/DEBUG] [net.blay09.mods.netherportalfix.NetherPortalFix/]: Storing return portal from ResourceKey[minecraft:dimension / minecraft:the_nether] to BlockPos{x=-2045, y=65, z=622} in ResourceKey[minecraft:dimension / minecraft:overworld]
[18Feb2026 13:59:21.874] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2179ms or 43 ticks behind
[18Feb2026 13:59:29.710] [Server thread/DEBUG] [net.neoforged.neoforge.common.CommonHooks/WP]: Gathered mod list to write to world save world
[18Feb2026 13:59:59.349] [Server thread/WARN] [net.minecraft.server.network.ServerGamePacketListenerImpl/]: Zoreexx moved wrongly!
[18Feb2026 14:01:23.537] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Stopping the server
[18Feb2026 14:01:23.555] [Server thread/DEBUG] [net.neoforged.fml.classloading.transformation.ClassTransformStatistics/]: Transformed/total loaded classes: 1105/15426 (7.16%) and 2409 parsed for mixin
[18Feb2026 14:01:23.555] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Stopping server
[18Feb2026 14:01:23.555] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving players
[18Feb2026 14:01:23.574] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving worlds
[18Feb2026 14:01:23.613] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ServerLevel[world]/minecraft:overworld: waiting for 49 chunks to unload
[18Feb2026 14:01:23.613] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ServerLevel[world]/minecraft:the_nether: waiting for 7225 chunks to unload
[18Feb2026 14:01:24.905] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld
[18Feb2026 14:01:25.215] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[world]'/minecraft:the_end
[18Feb2026 14:01:25.216] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[world]'/minecraft:the_nether
[18Feb2026 14:01:25.246] [Server thread/DEBUG] [net.neoforged.neoforge.common.CommonHooks/WP]: Gathered mod list to write to world save world
[18Feb2026 14:01:25.247] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (world): All chunks are saved
[18Feb2026 14:01:25.247] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[18Feb2026 14:01:25.247] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[18Feb2026 14:01:25.247] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage: All dimensions are saved
[18Feb2026 14:01:25.250] [C2ME Storage #3/INFO] [C2ME Storage/]: Storage thread Thread[#69,C2ME Storage #3,5,SERVER] stopped
[18Feb2026 14:01:25.250] [C2ME Storage #2/INFO] [C2ME Storage/]: Storage thread Thread[#68,C2ME Storage #2,5,SERVER] stopped
[18Feb2026 14:01:25.251] [C2ME Storage #1/INFO] [C2ME Storage/]: Storage thread Thread[#66,C2ME Storage #1,5,SERVER] stopped
[18Feb2026 14:01:25.252] [C2ME Storage #6/INFO] [C2ME Storage/]: Storage thread Thread[#72,C2ME Storage #6,5,SERVER] stopped
[18Feb2026 14:01:25.252] [C2ME Storage #5/INFO] [C2ME Storage/]: Storage thread Thread[#71,C2ME Storage #5,5,SERVER] stopped
[18Feb2026 14:01:25.252] [C2ME Storage #4/INFO] [C2ME Storage/]: Storage thread Thread[#70,C2ME Storage #4,5,SERVER] stopped
[18Feb2026 14:01:25.252] [C2ME Storage #9/INFO] [C2ME Storage/]: Storage thread Thread[#76,C2ME Storage #9,5,SERVER] stopped
[18Feb2026 14:01:25.253] [C2ME Storage #8/INFO] [C2ME Storage/]: Storage thread Thread[#75,C2ME Storage #8,5,SERVER] stopped
[18Feb2026 14:01:25.253] [C2ME Storage #7/INFO] [C2ME Storage/]: Storage thread Thread[#74,C2ME Storage #7,5,SERVER] stopped
[18Feb2026 14:01:25.255] [Server thread/INFO] [Framework/]: Unloading server configs...
[18Feb2026 14:01:25.255] [Server thread/DEBUG] [Framework/]: Stopped watching config: /home/********/config/refurbished_furniture.server.toml
[18Feb2026 14:01:25.255] [Server thread/INFO] [Framework/]: Sending config unload event for refurbished_furniture.server.toml
[18Feb2026 14:01:25.257] [Server thread/INFO] [Framework/]: Finished unloading server configs
[18Feb2026 14:01:25.257] [Server thread/DEBUG] [Framework/]: Stopping config watcher
[18Feb2026 14:01:25.257] [Server thread/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Unloading configs type SERVER
[18Feb2026 14:01:25.258] [Server thread/INFO] [Puzzles Lib/]: Dispatching unloading event for config mutantmonsters-server.toml
[18Feb2026 14:01:25.258] [main/INFO] [net.neoforged.fml.loading.FMLLoader/]: Closing FML Loader 594cb1ae
[18Feb2026 14:01:25.259] [main/INFO] [net.neoforged.fml.ModLoader/]: Clearing ModLoader