Jump to content

"Error: java.lang.NoClassDefFoundError: Could not initialize class net.minecraft.client.renderer.RenderType" modded forge


SirJum

Recommended Posts

Quote

The game crashed whilst initializing game Error: java.lang.NoClassDefFoundError: Could not initialize class net.minecraft.client.renderer.RenderType Exit Code: -1

 

Hope I can get some help with this, I'm trying to launch a 155 custom modpack on Minecraft version 1.18.2 using the Curse Forge launcher (Forge version 40.1.68), but I've run into this error a few times now, in which the game crashes after scanning all the mod files and attempting to load them all.

It was working well before aswell.

Crash Report

Quote

---- Minecraft Crash Report ----
// Shall we play a game?

Time: 7/27/22, 7:39 PM
Description: Initializing game

java.lang.NoClassDefFoundError: Could not initialize class net.minecraft.client.renderer.RenderType
    at net.minecraft.client.gui.font.glyphs.EmptyGlyph.<init>(EmptyGlyph.java:10) ~[client-1.18.2-20220404.173914-srg.jar%23208!/:?] {re:classloading,pl:epic_rei_lmao:B}
    at net.minecraft.client.gui.font.FontSet.<clinit>(FontSet.java:28) ~[client-1.18.2-20220404.173914-srg.jar%23208!/:?] {re:classloading,pl:epic_rei_lmao:B}
    at net.minecraft.client.gui.font.FontManager.<init>(FontManager.java:48) ~[client-1.18.2-20220404.173914-srg.jar%23208!/:?] {re:mixin,re:classloading,pl:epic_rei_lmao:B,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorFontManager,pl:mixin:A}
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:472) ~[client-1.18.2-20220404.173914-srg.jar%23208!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:epic_rei_lmao:B,pl:accesstransformer:B,pl:mixin:APP:dynamiclightsreforged.mixins.json:MinecraftClientMixin,pl:mixin:APP:apoli.mixins.json:MinecraftClientMixin,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:chat_heads.mixins.json:MinecraftMixin,pl:mixin:APP:flytre_lib.mixins.json:config.MinecraftClientMixin,pl:mixin:APP:flytre_lib.mixins.json:event.MinecraftClientMixin,pl:mixin:APP:mixin.cleancut.json:MinecraftMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:fallingleaves.mixins.json:MinecraftClientMixin,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin,pl:mixin:APP:rubidium_extras.mixins.json:FrameCounter.FpsAccessorMixin,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:ars_nouveau.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.main(Main.java:169) ~[client-1.18.2-20220404.173914-srg.jar%23208!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
    at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {}
    at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:31) ~[fmlloader-1.18.2-40.1.68.jar%2317!/:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-9.1.3.jar%235!/:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-9.1.3.jar%235!/:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-9.1.3.jar%235!/:?] {}
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-9.1.3.jar%235!/:?] {}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-9.1.3.jar%235!/:?] {}
    at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-9.1.3.jar%235!/:?] {}
    at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-9.1.3.jar%235!/:?] {}
    at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:149) [bootstraplauncher-1.0.0.jar:?] {}


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Render thread
Stacktrace:
    at net.minecraft.client.gui.font.glyphs.EmptyGlyph.<init>(EmptyGlyph.java:10) ~[client-1.18.2-20220404.173914-srg.jar%23208!/:?] {re:classloading,pl:epic_rei_lmao:B}
    at net.minecraft.client.gui.font.FontSet.<clinit>(FontSet.java:28) ~[client-1.18.2-20220404.173914-srg.jar%23208!/:?] {re:classloading,pl:epic_rei_lmao:B}
    at net.minecraft.client.gui.font.FontManager.<init>(FontManager.java:48) ~[client-1.18.2-20220404.173914-srg.jar%23208!/:?] {re:mixin,re:classloading,pl:epic_rei_lmao:B,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorFontManager,pl:mixin:A}
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:472) ~[client-1.18.2-20220404.173914-srg.jar%23208!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:epic_rei_lmao:B,pl:accesstransformer:B,pl:mixin:APP:dynamiclightsreforged.mixins.json:MinecraftClientMixin,pl:mixin:APP:apoli.mixins.json:MinecraftClientMixin,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:chat_heads.mixins.json:MinecraftMixin,pl:mixin:APP:flytre_lib.mixins.json:config.MinecraftClientMixin,pl:mixin:APP:flytre_lib.mixins.json:event.MinecraftClientMixin,pl:mixin:APP:mixin.cleancut.json:MinecraftMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:fallingleaves.mixins.json:MinecraftClientMixin,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin,pl:mixin:APP:rubidium_extras.mixins.json:FrameCounter.FpsAccessorMixin,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:ars_nouveau.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A}
-- Initialization --
Details:
    Modules: 
        ADVAPI32.dll:Advanced Windows 32 Base API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
        COMCTL32.dll:User Experience Controls Library:6.10 (WinBuild.160101.0800):Microsoft Corporation
        CRYPT32.dll:Crypto API32:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
        CRYPTBASE.dll:Base cryptographic API DLL:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation
        CRYPTSP.dll:Cryptographic Service Provider API:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation
        ColorAdapterClient.dll:Microsoft Color Adapter Client:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation
        CoreMessaging.dll:Microsoft CoreMessaging Dll:10.0.19041.746:Microsoft Corporation
        CoreUIComponents.dll:Microsoft Core UI Components Dll:10.0.19041.546:Microsoft Corporation
        DBGHELP.DLL:Windows Image Helper:10.0.19041.867 (WinBuild.160101.0800):Microsoft Corporation
        DEVOBJ.dll:Device Information Set DLL:10.0.19041.1620 (WinBuild.160101.0800):Microsoft Corporation
        DNSAPI.dll:DNS Client API DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
        GDI32.dll:GDI Client DLL:10.0.19041.1620 (WinBuild.160101.0800):Microsoft Corporation
        GLU32.dll:OpenGL Utility Library DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
        HID.DLL:Hid User Library:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
        IMM32.DLL:Multi-User Windows IMM32 API Client DLL:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation
        IPHLPAPI.DLL:IP Helper API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
        KERNEL32.DLL:Windows NT BASE API Client DLL:10.0.19041.1741 (WinBuild.160101.0800):Microsoft Corporation
        KERNELBASE.dll:Windows NT BASE API Client DLL:10.0.19041.1741 (WinBuild.160101.0800):Microsoft Corporation
        MMDevApi.dll:MMDevice API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
        MSASN1.dll:ASN.1 Runtime APIs:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation
        MSCTF.dll:MSCTF Server DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
        NLAapi.dll:Network Location Awareness 2:10.0.19041.1151 (WinBuild.160101.0800):Microsoft Corporation
        NSI.dll:NSI User-mode interface DLL:10.0.19041.610 (WinBuild.160101.0800):Microsoft Corporation
        NTASN1.dll:Microsoft ASN.1 API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
        Ole32.dll:Microsoft OLE for Windows:10.0.19041.1320 (WinBuild.160101.0800):Microsoft Corporation
        OleAut32.dll:OLEAUT32.DLL:10.0.19041.985 (WinBuild.160101.0800):Microsoft Corporation
        OpenAL.dll
        PROPSYS.dll:Microsoft Property System:7.0.19041.1708 (WinBuild.160101.0800):Microsoft Corporation
        PSAPI.DLL:Process Status Helper:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation
        Pdh.dll:Windows Performance Data Helper DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
        RPCRT4.dll:Remote Procedure Call Runtime:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
        SETUPAPI.DLL:Windows Setup API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
        SHCORE.dll:SHCORE:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
        SHELL32.dll:Windows Shell Common Dll:10.0.19041.964 (WinBuild.160101.0800):Microsoft Corporation
        UMPDC.dll
        USER32.dll:Multi-User Windows USER API Client DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
        USERENV.dll:Userenv:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
        VCRUNTIME140.dll:Microsoft® C Runtime Library:14.29.30133.0 built by: vcwrkspc:Microsoft Corporation
        VERSION.dll:Version Checking and File Installation Libraries:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation
        WINHTTP.dll:Windows HTTP Services:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
        WINMM.dll:MCI API DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
        WINSTA.dll:Winstation Library:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation
        WINTRUST.dll:Microsoft Trust Verification APIs:10.0.19041.1806 (WinBuild.160101.0800):Microsoft Corporation
        WS2_32.dll:Windows Socket 2.0 32-Bit DLL:10.0.19041.1081 (WinBuild.160101.0800):Microsoft Corporation
        WSOCK32.dll:Windows Socket 32-Bit DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
        WTSAPI32.dll:Windows Remote Desktop Session Host Server SDK APIs:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation
        Wldp.dll:Windows Lockdown Policy:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
        amsi.dll:Anti-Malware Scan Interface:10.0.19041.1620 (WinBuild.160101.0800):Microsoft Corporation
        apphelp.dll:Application Compatibility Client Library:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
        awt.dll:OpenJDK Platform binary:17.0.1.0:Microsoft
        bcrypt.dll:Windows Cryptographic Primitives Library:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
        bcryptPrimitives.dll:Windows Cryptographic Primitives Library:10.0.19041.1415 (WinBuild.160101.0800):Microsoft Corporation
        cfgmgr32.dll:Configuration Manager DLL:10.0.19041.1620 (WinBuild.160101.0800):Microsoft Corporation
        clbcatq.dll:COM+ Configuration Catalog:2001.12.10941.16384 (WinBuild.160101.0800):Microsoft Corporation
        combase.dll:Microsoft COM for Windows:10.0.19041.1320 (WinBuild.160101.0800):Microsoft Corporation
        cryptnet.dll:Crypto Network Related API:10.0.19041.906 (WinBuild.160101.0800):Microsoft Corporation
        dbgcore.DLL:Windows Core Debugging Helpers:10.0.19041.789 (WinBuild.160101.0800):Microsoft Corporation
        dhcpcsvc.DLL:DHCP Client Service:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
        dhcpcsvc6.DLL:DHCPv6 Client:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
        dinput8.dll:Microsoft DirectInput:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
        drvstore.dll:Driver Store API:10.0.19041.1566 (WinBuild.160101.0800):Microsoft Corporation
        dwmapi.dll:Microsoft Desktop Window Manager API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
        dxcore.dll:DXCore:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation
        fwpuclnt.dll:FWP/IPsec User-Mode API:10.0.19041.1503 (WinBuild.160101.0800):Microsoft Corporation
        gdi32full.dll:GDI Client DLL:10.0.19041.1706 (WinBuild.160101.0800):Microsoft Corporation
        glfw.dll
        icm32.dll:Microsoft Color Management Module (CMM):10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation
        inputhost.dll:InputHost:10.0.19041.1741 (WinBuild.160101.0800):Microsoft Corporation
        java.dll:OpenJDK Platform binary:17.0.1.0:Microsoft
        javaw.exe:OpenJDK Platform binary:17.0.1.0:Microsoft
        jimage.dll:OpenJDK Platform binary:17.0.1.0:Microsoft
        jli.dll:OpenJDK Platform binary:17.0.1.0:Microsoft
        jna14425952496154867771.dll:JNA native library:6.1.2:Java(TM) Native Access (JNA)
        jvm.dll:OpenJDK 64-Bit server VM:17.0.1.0:Microsoft
        kernel.appcore.dll:AppModel API Host:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation
        lwjgl.dll
        lwjgl_opengl.dll
        lwjgl_stb.dll
        management.dll:OpenJDK Platform binary:17.0.1.0:Microsoft
        management_ext.dll:OpenJDK Platform binary:17.0.1.0:Microsoft
        mdnsNSP.dll:Bonjour Namespace Provider:3,1,0,1:Apple Inc.
        mscms.dll:Microsoft Color Matching System DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
        msvcp140.dll:Microsoft® C Runtime Library:14.29.30133.0 built by: vcwrkspc:Microsoft Corporation
        msvcp_win.dll:Microsoft® C Runtime Library:10.0.19041.789 (WinBuild.160101.0800):Microsoft Corporation
        msvcrt.dll:Windows NT CRT DLL:7.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation
        mswsock.dll:Microsoft Windows Sockets 2.0 Service Provider:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
        napinsp.dll:E-mail Naming Shim Provider:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
        ncrypt.dll:Windows NCrypt Router:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
        net.dll:OpenJDK Platform binary:17.0.1.0:Microsoft
        nio.dll:OpenJDK Platform binary:17.0.1.0:Microsoft
        ntdll.dll:NT Layer DLL:10.0.19041.1741 (WinBuild.160101.0800):Microsoft Corporation
        ntmarta.dll:Windows NT MARTA provider:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
        nvoglv64.dll:NVIDIA Compatible OpenGL ICD:31.0.15.1640:NVIDIA Corporation
        nvspcap64.dll:NVIDIA Game Proxy:3.25.1.27:NVIDIA Corporation
        opengl32.dll:OpenGL Client DLL:10.0.19041.1806 (WinBuild.160101.0800):Microsoft Corporation
        perfos.dll:Windows System Performance Objects DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
        pnrpnsp.dll:PNRP Name Space Provider:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
        powrprof.dll:Power Profile Helper DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
        profapi.dll:User Profile Basic API:10.0.19041.844 (WinBuild.160101.0800):Microsoft Corporation
        rasadhlp.dll:Remote Access AutoDial Helper:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation
        rsaenh.dll:Microsoft Enhanced Cryptographic Provider:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
        sechost.dll:Host for SCM/SDDL/LSA Lookup APIs:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
        shlwapi.dll:Shell Light-weight Utility Library:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
        sunmscapi.dll:OpenJDK Platform binary:17.0.1.0:Microsoft
        svml.dll:OpenJDK Platform binary:17.0.1.0:Microsoft
        textinputframework.dll:"TextInputFramework.DYNLINK":10.0.19041.1806 (WinBuild.160101.0800):Microsoft Corporation
        ucrtbase.dll:Microsoft® C Runtime Library:10.0.19041.789 (WinBuild.160101.0800):Microsoft Corporation
        uxtheme.dll:Microsoft UxTheme Library:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
        vcruntime140_1.dll:Microsoft® C Runtime Library:14.29.30133.0 built by: vcwrkspc:Microsoft Corporation
        verify.dll:OpenJDK Platform binary:17.0.1.0:Microsoft
        win32u.dll:Win32u:10.0.19041.1826 (WinBuild.160101.0800):Microsoft Corporation
        windows.storage.dll:Microsoft WinRT Storage API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
        winrnr.dll:LDAP RnR Provider DLL:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation
        wintypes.dll:Windows Base Types DLL:10.0.19041.1320 (WinBuild.160101.0800):Microsoft Corporation
        wshbth.dll:Windows Sockets Helper DLL:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation
        xinput1_4.dll:Microsoft Common Controller API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
        zip.dll:OpenJDK Platform binary:17.0.1.0:Microsoft
Stacktrace:
    at net.minecraft.client.main.Main.main(Main.java:169) ~[client-1.18.2-20220404.173914-srg.jar%23208!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
    at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {}
    at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:31) ~[fmlloader-1.18.2-40.1.68.jar%2317!/:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-9.1.3.jar%235!/:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-9.1.3.jar%235!/:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-9.1.3.jar%235!/:?] {}
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-9.1.3.jar%235!/:?] {}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-9.1.3.jar%235!/:?] {}
    at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-9.1.3.jar%235!/:?] {}
    at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-9.1.3.jar%235!/:?] {}
    at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:149) [bootstraplauncher-1.0.0.jar:?] {}


-- System Details --
Details:
    Minecraft Version: 1.18.2
    Minecraft Version ID: 1.18.2
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 17.0.1, Microsoft
    Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
    Memory: 1762190848 bytes (1680 MiB) / 4404019200 bytes (4200 MiB) up to 9865003008 bytes (9408 MiB)
    CPUs: 8
    Processor Vendor: GenuineIntel
    Processor Name: Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz
    Identifier: Intel64 Family 6 Model 158 Stepping 13
    Microarchitecture: Coffee Lake
    Frequency (GHz): 3.00
    Number of physical packages: 1
    Number of physical CPUs: 8
    Number of logical CPUs: 8
    Graphics card #0 name: NVIDIA GeForce RTX 2070 SUPER
    Graphics card #0 vendor: NVIDIA (0x10de)
    Graphics card #0 VRAM (MB): 4095.00
    Graphics card #0 deviceId: 0x1e84
    Graphics card #0 versionInfo: DriverVersion=31.0.15.1640
    Memory slot #0 capacity (MB): 8192.00
    Memory slot #0 clockSpeed (GHz): 2.13
    Memory slot #0 type: DDR4
    Memory slot #1 capacity (MB): 8192.00
    Memory slot #1 clockSpeed (GHz): 2.13
    Memory slot #1 type: DDR4
    Virtual memory max (MB): 27268.25
    Virtual memory used (MB): 19451.88
    Swap memory total (MB): 10967.42
    Swap memory used (MB): 534.34
    JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx9408m -Xms256m
    Launched Version: forge-40.1.68
    Backend library: LWJGL version 3.2.2 SNAPSHOT
    Backend API: NVIDIA GeForce RTX 2070 SUPER/PCIe/SSE2 GL version 3.2.0 NVIDIA 516.40, NVIDIA Corporation
    Window size: <not initialized>
    GL Caps: Using framebuffer using OpenGL 3.2
    GL debug messages: 
    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'forge'
    Type: Client (map_client.txt)
    CPU: 8x Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz
    ModLauncher: 9.1.3+9.1.3+main.9b69c82a
    ModLauncher launch target: forgeclient
    ModLauncher naming: srg
    ModLauncher services: 
         mixin PLUGINSERVICE 
         eventbus PLUGINSERVICE 
         slf4jfixer PLUGINSERVICE 
         object_holder_definalize PLUGINSERVICE 
         runtime_enum_extender PLUGINSERVICE 
         capability_token_subclass PLUGINSERVICE 
         accesstransformer PLUGINSERVICE 
         runtimedistcleaner PLUGINSERVICE 
         mixin TRANSFORMATIONSERVICE 
         fml TRANSFORMATIONSERVICE 
    FML Language Providers: 
        [email protected]
        lowcodefml@null
        [email protected]
        javafml@null
    Mod List: 
        dynamiclightsreforged-1.18.2_v1.3.3.jar           |Rubidium Dynamic Lights       |dynamiclightsreforged         |1.18.2_v1.3.3       |COMMON_SET|Manifest: NOSIGNATURE
        YungsBetterDungeons-1.18.2-Forge-2.1.0.jar        |YUNG's Better Dungeons        |betterdungeons                |1.18.2-Forge-2.1.0  |COMMON_SET|Manifest: NOSIGNATURE
        habitat-1.1.3.jar                                 |Habitat                       |habitat                       |1.1.3               |COMMON_SET|Manifest: NOSIGNATURE
        YungsBetterWitchHuts-1.18.2-Forge-1.0.1.jar       |YUNG's Better Witch Huts      |betterwitchhuts               |1.18.2-Forge-1.0.1  |COMMON_SET|Manifest: NOSIGNATURE
        zombiehorsespawn_1.18.2-3.1.jar                   |Zombie Horse Spawn            |zombiehorsespawn              |3.1                 |COMMON_SET|Manifest: NOSIGNATURE
        bigbrain-1.5.3.jar                                |Big Brain                     |bigbrain                      |1.5.3               |COMMON_SET|Manifest: NOSIGNATURE
        Origins-1.18.2-1.4.1.4-unified.jar                |Additional Entity Attributes  |additionalentityattributes    |1.18.2-1.4.1.4      |COMMON_SET|Manifest: NOSIGNATURE
        powershot-1.4.0-1.18.2-forge.jar                  |Powershot                     |powershot                     |1.4.0-1.18.2-forge  |COMMON_SET|Manifest: NOSIGNATURE
        naturalist-forge-1.0.4-1.18.2.jar                 |Naturalist                    |naturalist                    |1.0.4               |COMMON_SET|Manifest: NOSIGNATURE
        Entity_Collision_FPS_Fix-forge-1.18.2-1.0.0.jar   |Entity Collision FPS Fix      |entitycollisionfpsfix         |1.0.0               |COMMON_SET|Manifest: NOSIGNATURE
        connectivity-1.18.2-3.2.jar                       |Connectivity Mod              |connectivity                  |1.18.2-3.2          |COMMON_SET|Manifest: NOSIGNATURE
        rubidium-0.5.3.jar                                |Rubidium                      |rubidium                      |0.5.3               |COMMON_SET|Manifest: NOSIGNATURE
        BowInfinityFix-1.18.x-rv11.jar                    |Bow Infinity Fix              |bowinfinityfix                |1.18.x-rv11         |COMMON_SET|Manifest: NOSIGNATURE
        villagernames_1.18.2-3.5.jar                      |Villager Names                |villagernames                 |3.5                 |COMMON_SET|Manifest: NOSIGNATURE
        Controlling-forge-1.18.2-9.0+21.jar               |Controlling                   |controlling                   |9.0+21              |COMMON_SET|Manifest: NOSIGNATURE
        Placebo-1.18.2-6.4.1.jar                          |Placebo                       |placebo                       |6.4.1               |COMMON_SET|Manifest: NOSIGNATURE
        citadel-1.11.3-1.18.2.jar                         |Citadel                       |citadel                       |1.11.3              |COMMON_SET|Manifest: NOSIGNATURE
        YungsApi-1.18.2-Forge-2.0.8.jar                   |YUNG's API                    |yungsapi                      |1.18.2-Forge-2.0.8  |COMMON_SET|Manifest: NOSIGNATURE
        MaxHealthFix-Forge-1.18.2-5.0.1.jar               |MaxHealthFix                  |maxhealthfix                  |5.0.1               |COMMON_SET|Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
        finsandtails-1.18.2-1.0.1.jar                     |Fins and Tails                |finsandtails                  |1.18.2-1.0.1        |COMMON_SET|Manifest: NOSIGNATURE
        feature_nbt_deadlock_be_gone_forge-2.0.0+1.18.2.ja|Feature NBT Deadlock Be Gone  |feature_nbt_deadlock_be_gone  |2.0.0+1.18.2        |COMMON_SET|Manifest: NOSIGNATURE
        flowery-forge-10.jar                              |Flowery Structures            |flowery                       |10                  |COMMON_SET|Manifest: NOSIGNATURE
        Bookshelf-Forge-1.18.2-13.2.21.jar                |Bookshelf                     |bookshelf                     |13.2.21             |COMMON_SET|Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
        ChanceCubes-1.18.2-5.0.2.455.jar                  |Chance Cubes                  |chancecubes                   |1.18.2-5.0.2.455    |COMMON_SET|Manifest: NOSIGNATURE
        Customized-Dungeon-Loot-1.18.x-(v.2.1.1).jar      |Customized Dungeon Loot       |cdl                           |2.1.1               |COMMON_SET|Manifest: NOSIGNATURE
        skeletonhorsespawn_1.18.2-2.0.jar                 |Skeleton Horse Spawn          |skeletonhorsespawn            |2.0                 |COMMON_SET|Manifest: NOSIGNATURE
        Rex's-AdditionalStructures-1.18.2-(v.3.1.0).jar   |Additional Structures         |additionalstructures          |3.1.0               |COMMON_SET|Manifest: NOSIGNATURE
        balm-3.1.0+0.jar                                  |Balm                          |balm                          |3.1.0+0             |COMMON_SET|Manifest: NOSIGNATURE
        FpsReducer2-forge-1.18.2-2.0.jar                  |FPS Reducer                   |fpsreducer                    |1.18.2-2.0          |COMMON_SET|Manifest: NOSIGNATURE
        chat_heads-0.6.1-forge-1.18.2.jar                 |Chat Heads                    |chat_heads                    |0.6.1               |COMMON_SET|Manifest: NOSIGNATURE
        huskspawn_1.18.2-1.5.jar                          |Husk Spawn                    |huskspawn                     |1.5                 |COMMON_SET|Manifest: NOSIGNATURE
        cloth-config-6.2.62-forge.jar                     |Cloth Config v4 API           |cloth_config                  |6.2.62              |COMMON_SET|Manifest: NOSIGNATURE
        mineralchance_1.18.2-1.7.jar                      |Mineral Chance                |mineralchance                 |1.7                 |COMMON_SET|Manifest: NOSIGNATURE
        despawningeggshatch_1.18.2-2.4.jar                |Despawning Eggs Hatch         |despawningeggshatch           |2.4                 |COMMON_SET|Manifest: NOSIGNATURE
        structure_gel-1.18.2-2.4.6.jar                    |Structure Gel API             |structure_gel                 |2.4.6               |COMMON_SET|Manifest: NOSIGNATURE
        flytre_lib-1.18.2-1.8.2-forge.jar                 |FlytreLib                     |flytre_lib                    |1.8.2               |COMMON_SET|Manifest: NOSIGNATURE
        AdvancementPlaques-1.18.2-1.4.5.1.jar             |Advancement Plaques           |advancementplaques            |1.4.5.1             |COMMON_SET|Manifest: NOSIGNATURE
        cleancut-mc1.18.2-4.0-forge.jar                   |Clean Cut                     |cleancut                      |4.0                 |COMMON_SET|Manifest: NOSIGNATURE
        ItShallNotTick-1.0.20-build.21.jar                |It Shall Not Tick             |itshallnottick                |1.0.20-build.21     |COMMON_SET|Manifest: NOSIGNATURE
        Amplified_Nether_v1.1.1.jar                       |Amplified Nether              |amplifiednether               |0.0NONE             |COMMON_SET|Manifest: NOSIGNATURE
        repurposed_structures_forge-5.1.14+1.18.2.jar     |Repurposed Structures         |repurposed_structures         |5.1.14+1.18.2       |COMMON_SET|Manifest: NOSIGNATURE
        Aquamirae 3.2.0 (Forge 1.18.2).jar                |Aquamirae                     |ob_aquamirae                  |3.2.0               |COMMON_SET|Manifest: NOSIGNATURE
        BiomesOPlenty-1.18.2-16.0.0.109-universal.jar     |Biomes O' Plenty              |biomesoplenty                 |1.18.2-16.0.0.109   |COMMON_SET|Manifest: NOSIGNATURE
        verdure-1.18.2-1.1.2.jar                          |Verdure                       |verdure                       |1.1.2               |COMMON_SET|Manifest: NOSIGNATURE
        simpleshops-1.2.1.jar                             |Simple Shops                  |simpleshops                   |1.1.4               |COMMON_SET|Manifest: NOSIGNATURE
        geode-1.0.7.jar                                   |Geode+                        |geode                         |1.0.7               |COMMON_SET|Manifest: NOSIGNATURE
        endrem_forge-5.1.0-R-1.18.2.jar                   |End Remastered                |endrem                        |5.1.0-R-1.18.2      |COMMON_SET|Manifest: NOSIGNATURE
        YungsBridges-1.18.2-Forge-2.1.0.jar               |YUNG's Bridges                |yungsbridges                  |1.18.2-Forge-2.1.0  |COMMON_SET|Manifest: NOSIGNATURE
        dungeons_enhanced-1.18.2-3.1.jar                  |Dungeons Enhanced             |dungeons_enhanced             |3.1                 |COMMON_SET|Manifest: NOSIGNATURE
        CNB-1.18.2-1.3.2.jar                              |Creatures and Beasts          |cnb                           |1.3.2               |COMMON_SET|Manifest: NOSIGNATURE
        Goblins_Dungeons_1.0.8.jar                        |Goblins & Dungeons            |goblinsanddungeons            |1.0.8               |COMMON_SET|Manifest: NOSIGNATURE
        curios-forge-1.18.2-5.0.7.1.jar                   |Curios API                    |curios                        |1.18.2-5.0.7.1      |COMMON_SET|Manifest: NOSIGNATURE
        Cataclysm-0.19.jar                                |Cataclysm Mod                 |cataclysm                     |1.0                 |COMMON_SET|Manifest: NOSIGNATURE
        Patchouli-1.18.2-71.1.jar                         |Patchouli                     |patchouli                     |1.18.2-71.1         |COMMON_SET|Manifest: NOSIGNATURE
        collective-1.18.2-4.28.jar                        |Collective                    |collective                    |4.28                |COMMON_SET|Manifest: NOSIGNATURE
        betterbiomeblend-1.18.2-1.3.5-forge.jar           |Better Biome Blend            |betterbiomeblend              |1.3.5-forge         |COMMON_SET|Manifest: NOSIGNATURE
        YungsExtras-1.18.2-Forge-2.1.0.jar                |YUNG's Extras                 |yungsextras                   |1.18.2-Forge-2.1.0  |COMMON_SET|Manifest: NOSIGNATURE
        BetterVillage-Forge-1.18.2-1.0.2.jar              |Better Village                |bettervillage                 |1                   |COMMON_SET|Manifest: NOSIGNATURE
        cfm-7.0.0-pre29-1.18.2.jar                        |MrCrayfish's Furniture Mod    |cfm                           |7.0.0-pre29         |COMMON_SET|Manifest: NOSIGNATURE
        architectury-4.5.76-forge.jar                     |Architectury                  |architectury                  |4.5.76              |COMMON_SET|Manifest: NOSIGNATURE
        AI-Improvements-1.18.2-0.5.0.jar                  |AI-Improvements               |aiimprovements                |0.5.0               |COMMON_SET|Manifest: NOSIGNATURE
        krypton-0.1.10-SNAPSHOT.jar                       |Krypton Reforged              |krypton                       |0.1.10-SNAPSHOT     |COMMON_SET|Manifest: NOSIGNATURE
        GeodeOPlenty-1.0.0.jar                            |Geode O' Plenty               |geodeoplenty                  |1.0.0               |COMMON_SET|Manifest: NOSIGNATURE
        strayspawn_1.18.2-1.6.jar                         |Stray Spawn                   |strayspawn                    |1.6                 |COMMON_SET|Manifest: NOSIGNATURE
        Towns-and-Towers-1.18.2-1.6.0.jar                 |Towns and Towers - Structure A|t_and_t                       |1.6                 |COMMON_SET|Manifest: NOSIGNATURE
        FastLeafDecay-28.jar                              |FastLeafDecay                 |fastleafdecay                 |28                  |COMMON_SET|Manifest: NOSIGNATURE
        YungsBetterMineshafts-1.18.2-Forge-2.2.jar        |YUNG's Better Mineshafts      |bettermineshafts              |1.18.2-Forge-2.2    |COMMON_SET|Manifest: NOSIGNATURE
        geckolib-forge-1.18-3.0.28.jar                    |GeckoLib                      |geckolib3                     |3.0.28              |COMMON_SET|Manifest: NOSIGNATURE
        randombonemealflowers_1.18.2-1.6.jar              |Random Bone Meal Flowers      |randombonemealflowers         |1.6                 |COMMON_SET|Manifest: NOSIGNATURE
        Phenomena-1.11.0-18.jar                           |Phenomena                     |phenomena                     |1.9.1               |COMMON_SET|Manifest: NOSIGNATURE
        mcw-lights-1.0.3-mc1.18.2.jar                     |Macaw's Lights and Lamps      |mcwlights                     |1.0.3               |COMMON_SET|Manifest: NOSIGNATURE
        FixMySpawnR-forge-1.18.2-1.0.0.jar                |Fix My SpawnR                 |fixmyspawnr                   |1.0.0               |COMMON_SET|Manifest: NOSIGNATURE
        Shrines-1.18.2-4.1.0.jar                          |Shrines                       |shrines                       |1.18.2-4.1.0        |COMMON_SET|Manifest: NOSIGNATURE
        The_Graveyard_1.9.1_(FORGE)_for_1.18.2.jar        |The Graveyard                 |graveyard                     |1.9.1               |ERROR     |Manifest: NOSIGNATURE
        AttributeFix-Forge-1.18.2-14.0.2.jar              |AttributeFix                  |attributefix                  |14.0.2              |COMMON_SET|Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
        Pehkui-3.3.3+1.18.2-forge.jar                     |Pehkui                        |pehkui                        |3.3.3+1.18.2-forge  |COMMON_SET|Manifest: NOSIGNATURE
        LibraryFerret-Forge-1.18.2-2.0.0.jar              |Library ferret                |libraryferret                 |2.0.0               |COMMON_SET|Manifest: NOSIGNATURE
        goblintraders-1.7.2-1.18.2.jar                    |Goblin Traders                |goblintraders                 |1.7.2               |COMMON_SET|Manifest: NOSIGNATURE
        caelus-forge-1.18.1-3.0.0.2.jar                   |Caelus API                    |caelus                        |1.18.1-3.0.0.2      |COMMON_SET|Manifest: NOSIGNATURE
        reap-1.18.2-1.0.0.jar                             |Reap Mod                      |reap                          |1.18.2-1.0.0        |COMMON_SET|Manifest: NOSIGNATURE
        waystones-forge-1.18.2-10.1.0.jar                 |Waystones                     |waystones                     |10.1.0              |ERROR     |Manifest: NOSIGNATURE
        Fallingleaves-1.18.2-1.3.2.jar                    |Falling Leaves                |fallingleaves                 |1.3.2               |COMMON_SET|Manifest: NOSIGNATURE
        Structory-1.18.2-1.0.2.jar                        |Structory                     |structory                     |0.0NONE             |COMMON_SET|Manifest: NOSIGNATURE
        FastSuite-1.18.2-3.0.2.jar                        |Fast Suite                    |fastsuite                     |3.0.2               |COMMON_SET|Manifest: NOSIGNATURE
        Clumps-forge-1.18.2-8.0.0+10.jar                  |Clumps                        |clumps                        |8.0.0+10            |COMMON_SET|Manifest: NOSIGNATURE
        shutupexperimentalsettings-1.0.5.jar              |Shutup Experimental Settings! |shutupexperimentalsettings    |1.0.5               |COMMON_SET|Manifest: NOSIGNATURE
        dual_riders-1.18.2-1.1.1-forge.jar                |Dual Riders                   |dual_riders                   |1.1.1               |COMMON_SET|Manifest: NOSIGNATURE
        tumbleweed-1.18-0.4.12.jar                        |Tumbleweed                    |tumbleweed                    |1.18-0.4.12         |COMMON_SET|Manifest: NOSIGNATURE
        NaturesCompass-1.18.2-1.9.7-forge.jar             |Nature's Compass              |naturescompass                |1.18.2-1.9.7-forge  |COMMON_SET|Manifest: NOSIGNATURE
        jumpboat-1.18.2-0.1.0.3.jar                       |Jumpy Boats                   |jumpboat                      |1.18.2-0.1.0.3      |COMMON_SET|Manifest: NOSIGNATURE
        configured-1.5.3-1.18.2.jar                       |Configured                    |configured                    |1.5.3               |COMMON_SET|Manifest: NOSIGNATURE
        DungeonCrawl-1.18.2-2.3.10.jar                    |Dungeon Crawl                 |dungeoncrawl                  |2.3.10              |COMMON_SET|Manifest: NOSIGNATURE
        Obscuria's Tooltips 1.4.1 (1.18.2).jar            |Obscuria's Tooltips           |ob_tooltips                   |1.4.1               |COMMON_SET|Manifest: NOSIGNATURE
        snuffles-1.0.2.jar                                |Snuffles                      |snuffles                      |1.0.2               |COMMON_SET|Manifest: NOSIGNATURE
        rare-ice-0.4.1.jar                                |Rare Ice                      |rare_ice                      |0.0NONE             |COMMON_SET|Manifest: NOSIGNATURE
        YungsBetterDesertTemples-1.18.2-Forge-1.2.jar     |YUNG's Better Desert Temples  |betterdeserttemples           |1.18.2-Forge-1.2    |COMMON_SET|Manifest: NOSIGNATURE
        azalea-FORGE-3.2.0.jar                            |Better Azalea                 |azalea                        |3.2.0               |COMMON_SET|Manifest: NOSIGNATURE
        Ore Creeper-1.18.2-1.1.8.jar                      |Ore Creeper                   |ore_creeper                   |1.18.2-1.1.8        |COMMON_SET|Manifest: NOSIGNATURE
        catalogue-1.6.2-1.18.2.jar                        |Catalogue                     |catalogue                     |1.6.2               |COMMON_SET|Manifest: NOSIGNATURE
        Book Fishing 1.0.0 - 1.18.2.jar                   |Book Fishing                  |book_fishing                  |1.0.0               |COMMON_SET|Manifest: NOSIGNATURE
        ToastControl-1.18.2-6.0.2.jar                     |Toast Control                 |toastcontrol                  |6.0.2               |COMMON_SET|Manifest: NOSIGNATURE
        RoughlyEnoughItems-jei-internals-workaround-8.3.51|REI Internals Workaround      |rei_internals_workaround      |8.3.510             |COMMON_SET|Manifest: NOSIGNATURE
        randomium-1.18.2-1.9.jar                          |Randomium                     |randomium                     |1.18.2-1.9          |COMMON_SET|Manifest: NOSIGNATURE
        ars_nouveau-1.18.2-2.7.0.jar                      |Ars Nouveau                   |ars_nouveau                   |2.7.0               |COMMON_SET|Manifest: NOSIGNATURE
        ars_scalaes-1.18.2-1.5.jar                        |Ars Nouveau Scaling Compats   |ars_scalaes                   |1.18.2-1.5          |COMMON_SET|Manifest: NOSIGNATURE
        toomanyglyphs-1.18.1-2.0.7.15321.jar              |Too Many Glyphs               |toomanyglyphs                 |2.0.7.15321         |COMMON_SET|Manifest: NOSIGNATURE
        rubidium_extras-1.18.2_v1.3.1.jar                 |Rubidium Extras               |rubidium_extras               |1.18.2_v1.3.1       |ERROR     |Manifest: NOSIGNATURE
        flowerycore-5.jar                                 |FloweryCore                   |flowerycore                   |5                   |COMMON_SET|Manifest: NOSIGNATURE
        3dskinlayers-forge-1.4.6-mc1.18.2.jar             |3dSkinLayers                  |skinlayers3d                  |1.4.6               |COMMON_SET|Manifest: NOSIGNATURE
        forge-1.18.2-40.1.68-universal.jar                |Forge                         |forge                         |40.1.68             |COMMON_SET|Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90
        selene-1.18.2-1.17.9.jar                          |Selene                        |selene                        |1.18.2-1.17.9       |COMMON_SET|Manifest: NOSIGNATURE
        supplementaries-1.18.2-1.4.8.jar                  |Supplementaries               |supplementaries               |1.18.2-1.4.8        |ERROR     |Manifest: NOSIGNATURE
        infernalmobs-1.18.5.jar                           |Infernal Mobs                 |infernalmobs                  |1.18.5              |COMMON_SET|Manifest: NOSIGNATURE
        client-1.18.2-20220404.173914-srg.jar             |Minecraft                     |minecraft                     |1.18.2              |COMMON_SET|Manifest: a1:d4:5e:04:4f:d3:d6:e0:7b:37:97:cf:77:b0:de:ad:4a:47:ce:8c:96:49:5f:0a:cf:8c:ae:b2:6d:4b:8a:3f
        terraform-3.0.1.jar                               |Terraform Api Reforged        |terraform                     |3.0.1               |COMMON_SET|Manifest: NOSIGNATURE
        lucky-block-forge-1.18.2-13.1.jar                 |Lucky Block                   |lucky                         |1.18.2-13.1         |COMMON_SET|Manifest: NOSIGNATURE
        voicechat-forge-1.18.2-2.2.52.jar                 |Simple Voice Chat             |voicechat                     |1.18.2-2.2.52       |COMMON_SET|Manifest: NOSIGNATURE
        soundphysics-forge-1.18.2-1.0.6.jar               |Sound Physics Remastered      |sound_physics_remastered      |1.18.2-1.0.6        |COMMON_SET|Manifest: NOSIGNATURE
        EnchantmentDescriptions-Forge-1.18.2-10.0.4.jar   |EnchantmentDescriptions       |enchdesc                      |10.0.4              |COMMON_SET|Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
        TerraBlender-forge-1.18.2-1.1.0.102.jar           |TerraBlender                  |terrablender                  |1.18.2-1.1.0.102    |COMMON_SET|Manifest: NOSIGNATURE
        MouseTweaks-forge-mc1.18-2.21.jar                 |Mouse Tweaks                  |mousetweaks                   |2.21                |COMMON_SET|Manifest: NOSIGNATURE
        compactores-1.18.2-4.0.1.jar                      |Compact Ores                  |compactores                   |4.0.1               |COMMON_SET|Manifest: NOSIGNATURE
        FabricBiomeApiReforged-2.0.3.jar                  |Fabric BiomeApi Reforged      |fabric_biome_api              |2.0.3               |COMMON_SET|Manifest: NOSIGNATURE
        Ding-1.18-1.3.0.jar                               |Ding                          |ding                          |1.3.0               |COMMON_SET|Manifest: NOSIGNATURE
        Special Drops 1.1.0 - 1.18.2.jar                  |Special Drops                 |special_drops                 |1.1.0               |COMMON_SET|Manifest: NOSIGNATURE
        RoughlyEnoughItems-8.3.510.jar                    |Roughly Enough Items (REI)    |roughlyenoughitems            |8.3.510             |COMMON_SET|Manifest: NOSIGNATURE
        mmlib-1.0.5-1.18.2.jar                            |Mysterious Mountain Lib       |mmlib                         |1.0.5-1.18.2        |COMMON_SET|Manifest: NOSIGNATURE
        sakura-1.0.2-1.18.2.jar                           |Sakura Mod                    |sakura                        |1.0.2-1.18.2        |COMMON_SET|Manifest: NOSIGNATURE
        unstructured-0.4+1.18.2[FORGE].jar                |Unstructured [FORGE]          |unstructured                  |0.4                 |COMMON_SET|Manifest: NOSIGNATURE
        notenoughanimations-forge-1.6.0-mc1.18.2.jar      |NotEnoughAnimations Mod       |notenoughanimations           |1.6.0               |COMMON_SET|Manifest: NOSIGNATURE
        Iceberg-1.18.2-1.0.44.jar                         |Iceberg                       |iceberg                       |1.0.44              |COMMON_SET|Manifest: NOSIGNATURE
        LuckyTNTMod-1.18.2-1.1.7.jar                      |Lucky TNT Mod                 |luckytntmod                   |1.1.7               |COMMON_SET|Manifest: NOSIGNATURE
        LegendaryTooltips-1.18.2-1.2.5.jar                |Legendary Tooltips            |legendarytooltips             |1.2.5               |COMMON_SET|Manifest: NOSIGNATURE
        ecologics-forge-1.18.2-1.7.3.jar                  |Ecologics                     |ecologics                     |1.7.3               |COMMON_SET|Manifest: NOSIGNATURE
        Xaeros_Minimap_22.11.1_Forge_1.18.2.jar           |Xaero's Minimap               |xaerominimap                  |22.11.1             |COMMON_SET|Manifest: NOSIGNATURE
        Croptopia-1.18.2-FORGE-2.0.5.jar                  |Croptopia                     |croptopia                     |2.0.5               |COMMON_SET|Manifest: NOSIGNATURE
        FastWorkbench-1.18.2-6.0.2.jar                    |Fast Workbench                |fastbench                     |6.0.2               |COMMON_SET|Manifest: NOSIGNATURE
        polymorph-forge-1.18.2-0.44.jar                   |Polymorph                     |polymorph                     |1.18.2-0.44         |COMMON_SET|Manifest: NOSIGNATURE
        Philips ruins1.18.2-2.7.1.jar                     |philips ruins                 |philips_ruins                 |2.7.1               |COMMON_SET|Manifest: NOSIGNATURE
        EarthMobs-1.18.2-1.1.2.jar                        |Earth Mobs Mod                |earthmobsmod                  |1.18.2-1.1.2        |COMMON_SET|Manifest: NOSIGNATURE
        ars_elemental-1.18.2-0.4.9.7.5.jar                |Ars Elemental                 |ars_elemental                 |1.18.2-0.4.9.7.5    |COMMON_SET|Manifest: NOSIGNATURE
        entityculling-forge-mc1.18-1.5.1.jar              |EntityCulling                 |entityculling                 |1.5.1               |COMMON_SET|Manifest: NOSIGNATURE
        backpacked-2.1.8-1.18.2.jar                       |Backpacked                    |backpacked                    |2.1.8               |COMMON_SET|Manifest: NOSIGNATURE
        Regrowth-1.18.2-1.40.0.30c.jar                    |Regrowth                      |regrowth                      |1.18.2-1.40.0.30c   |COMMON_SET|Manifest: NOSIGNATURE
        FastFurnace-1.18.2-6.0.3.jar                      |FastFurnace                   |fastfurnace                   |6.0.3               |COMMON_SET|Manifest: NOSIGNATURE
        arsarsenal-1.1.1-1.18.2.jar                       |Ars Arsenal                   |arsarsenal                    |1.1.1-1.18.2        |COMMON_SET|Manifest: NOSIGNATURE
        creeperoverhaul-1.18.2-1.3.0-forge.jar            |Creeper Overhaul              |creeperoverhaul               |1.3.0               |COMMON_SET|Manifest: NOSIGNATURE
        appleskin-forge-mc1.18-2.4.0.jar                  |AppleSkin                     |appleskin                     |2.4.0+mc1.18        |COMMON_SET|Manifest: NOSIGNATURE
        lootr-1.18.2-0.2.19.56.jar                        |Lootr                         |lootr                         |0.2.19.56           |COMMON_SET|Manifest: NOSIGNATURE
        ferritecore-4.2.1-forge.jar                       |Ferrite Core                  |ferritecore                   |0.0NONE             |COMMON_SET|Manifest: 41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a
        Enhanced_Celestials-forge-1.18.2-2.0.7.jar        |Enhanced Celestials           |enhancedcelestials            |2.0.7               |COMMON_SET|Manifest: NOSIGNATURE
        Aquaculture-1.18.2-2.3.7.jar                      |Aquaculture 2                 |aquaculture                   |1.18.2-2.3.7        |COMMON_SET|Manifest: NOSIGNATURE
        Obscuria's Essentials 3.2.0 (Forge 1.18.2).jar    |Obscuria's Essentials         |ob_core                       |3.2.0               |COMMON_SET|Manifest: NOSIGNATURE
        valhelsia_core-1.18.2-0.3.1.jar                   |Valhelsia Core                |valhelsia_core                |1.18.2-0.3.1        |COMMON_SET|Manifest: NOSIGNATURE
        valhelsia_structures-forge-1.18.2-0.1.0.jar       |Valhelsia Structures          |valhelsia_structures          |1.18.2-0.1.0        |COMMON_SET|Manifest: NOSIGNATURE
        flickerfix-2.0.0.jar                              |FlickerFix                    |flickerfix                    |2.0.0               |COMMON_SET|Manifest: NOSIGNATURE
    Crash Report UUID: bca76dfa-4767-42d0-95f8-a32bd93d16be
    FML: 40.1
    Forge: net.minecraftforge:40.1.68

Debug log
 

Quote

[19:35:08] [main/INFO]: ModLauncher running: args [--username, SirJum, --version, forge-40.1.68, --gameDir, C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet, --assetsDir, C:\Users\manso\curseforge\minecraft\Install\assets, --assetIndex, 1.18, --uuid, dbc9d6a869514de99f77b1d2a2d3ae89, --accessToken, ????????, --clientId, ODRlMjQyNWEtNjQzOC00YmNiLTk3OTctZGI0MmQxNTU1Yjlj, --xuid, 2535428500377124, --userType, msa, --versionType, release, --width, 1920, --height, 1080, --launchTarget, forgeclient, --fml.forgeVersion, 40.1.68, --fml.mcVersion, 1.18.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20220404.173914]
[19:35:08] [main/INFO]: ModLauncher 9.1.3+9.1.3+main.9b69c82a starting: java version 17.0.1 by Microsoft
[19:35:09] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/manso/curseforge/minecraft/Install/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2314!/ Service=ModLauncher Env=CLIENT
[19:35:09] [main/INFO]: Found mod file 3dskinlayers-forge-1.4.6-mc1.18.2.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file AdvancementPlaques-1.18.2-1.4.5.1.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file AI-Improvements-1.18.2-0.5.0.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file Amplified_Nether_v1.1.1.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file appleskin-forge-mc1.18-2.4.0.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file Aquaculture-1.18.2-2.3.7.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file Aquamirae 3.2.0 (Forge 1.18.2).jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file architectury-4.5.76-forge.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file ars_elemental-1.18.2-0.4.9.7.5.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file ars_nouveau-1.18.2-2.7.0.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file ars_scalaes-1.18.2-1.5.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file arsarsenal-1.1.1-1.18.2.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file AttributeFix-Forge-1.18.2-14.0.2.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file azalea-FORGE-3.2.0.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file backpacked-2.1.8-1.18.2.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file balm-3.1.0+0.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file betterbiomeblend-1.18.2-1.3.5-forge.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file BetterVillage-Forge-1.18.2-1.0.2.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file bigbrain-1.5.3.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file BiomesOPlenty-1.18.2-16.0.0.109-universal.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file Book Fishing 1.0.0 - 1.18.2.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file Bookshelf-Forge-1.18.2-13.2.21.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file BowInfinityFix-1.18.x-rv11.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file caelus-forge-1.18.1-3.0.0.2.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file Cataclysm-0.19.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file catalogue-1.6.2-1.18.2.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file cfm-7.0.0-pre29-1.18.2.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file ChanceCubes-1.18.2-5.0.2.455.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file chat_heads-0.6.1-forge-1.18.2.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file citadel-1.11.3-1.18.2.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file cleancut-mc1.18.2-4.0-forge.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file cloth-config-6.2.62-forge.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file Clumps-forge-1.18.2-8.0.0+10.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file CNB-1.18.2-1.3.2.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file collective-1.18.2-4.28.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file compactores-1.18.2-4.0.1.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file configured-1.5.3-1.18.2.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file connectivity-1.18.2-3.2.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file Controlling-forge-1.18.2-9.0+21.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file creeperoverhaul-1.18.2-1.3.0-forge.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file Croptopia-1.18.2-FORGE-2.0.5.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file curios-forge-1.18.2-5.0.7.1.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file Customized-Dungeon-Loot-1.18.x-(v.2.1.1).jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file despawningeggshatch_1.18.2-2.4.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file Ding-1.18-1.3.0.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file dual_riders-1.18.2-1.1.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file DungeonCrawl-1.18.2-2.3.10.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file dungeons_enhanced-1.18.2-3.1.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file dynamiclightsreforged-1.18.2_v1.3.3.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file EarthMobs-1.18.2-1.1.2.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file ecologics-forge-1.18.2-1.7.3.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file EnchantmentDescriptions-Forge-1.18.2-10.0.4.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file endrem_forge-5.1.0-R-1.18.2.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file Enhanced_Celestials-forge-1.18.2-2.0.7.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file Entity_Collision_FPS_Fix-forge-1.18.2-1.0.0.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file entityculling-forge-mc1.18-1.5.1.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file FabricBiomeApiReforged-2.0.3.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file Fallingleaves-1.18.2-1.3.2.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file FastFurnace-1.18.2-6.0.3.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file FastLeafDecay-28.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file FastSuite-1.18.2-3.0.2.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file FastWorkbench-1.18.2-6.0.2.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file feature_nbt_deadlock_be_gone_forge-2.0.0+1.18.2.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file ferritecore-4.2.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file finsandtails-1.18.2-1.0.1.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file FixMySpawnR-forge-1.18.2-1.0.0.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file flickerfix-2.0.0.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file flowery-forge-10.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file flowerycore-5.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file flytre_lib-1.18.2-1.8.2-forge.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file FpsReducer2-forge-1.18.2-2.0.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file geckolib-forge-1.18-3.0.28.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file geode-1.0.7.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file GeodeOPlenty-1.0.0.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file Goblins_Dungeons_1.0.8.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file goblintraders-1.7.2-1.18.2.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file habitat-1.1.3.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file huskspawn_1.18.2-1.5.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file Iceberg-1.18.2-1.0.44.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file infernalmobs-1.18.5.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file ItShallNotTick-1.0.20-build.21.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file jumpboat-1.18.2-0.1.0.3.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file kotlinforforge-3.6.0-obf.jar of type LANGPROVIDER with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file krypton-0.1.10-SNAPSHOT.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file LegendaryTooltips-1.18.2-1.2.5.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file LibraryFerret-Forge-1.18.2-2.0.0.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file lootr-1.18.2-0.2.19.56.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file lucky-block-forge-1.18.2-13.1.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file LuckyTNTMod-1.18.2-1.1.7.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file MaxHealthFix-Forge-1.18.2-5.0.1.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file mcw-lights-1.0.3-mc1.18.2.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file mineralchance_1.18.2-1.7.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file mmlib-1.0.5-1.18.2.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file MouseTweaks-forge-mc1.18-2.21.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file naturalist-forge-1.0.4-1.18.2.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file NaturesCompass-1.18.2-1.9.7-forge.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file notenoughanimations-forge-1.6.0-mc1.18.2.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file Obscuria's Essentials 3.2.0 (Forge 1.18.2).jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file Obscuria's Tooltips 1.4.1 (1.18.2).jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file Ore Creeper-1.18.2-1.1.8.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file Patchouli-1.18.2-71.1.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file Pehkui-3.3.3+1.18.2-forge.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file Phenomena-1.11.0-18.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file Philips ruins1.18.2-2.7.1.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file Placebo-1.18.2-6.4.1.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file polymorph-forge-1.18.2-0.44.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file powershot-1.4.0-1.18.2-forge.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file randombonemealflowers_1.18.2-1.6.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file randomium-1.18.2-1.9.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file rare-ice-0.4.1.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file reap-1.18.2-1.0.0.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file Regrowth-1.18.2-1.40.0.30c.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file repurposed_structures_forge-5.1.14+1.18.2.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file Rex's-AdditionalStructures-1.18.2-(v.3.1.0).jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file RoughlyEnoughItems-8.3.510.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file RoughlyEnoughItems-jei-internals-workaround-8.3.510.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file rubidium-0.5.3.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file rubidium_extras-1.18.2_v1.3.1.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file sakura-1.0.2-1.18.2.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file selene-1.18.2-1.17.9.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file Shrines-1.18.2-4.1.0.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file shutupexperimentalsettings-1.0.5.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file simpleshops-1.2.1.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file skeletonhorsespawn_1.18.2-2.0.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file snuffles-1.0.2.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file soundphysics-forge-1.18.2-1.0.6.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file Special Drops 1.1.0 - 1.18.2.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file strayspawn_1.18.2-1.6.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file Structory-1.18.2-1.0.2.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file structure_gel-1.18.2-2.4.6.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file supplementaries-1.18.2-1.4.8.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file TerraBlender-forge-1.18.2-1.1.0.102.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file terraform-3.0.1.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file The_Graveyard_1.9.1_(FORGE)_for_1.18.2.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file ToastControl-1.18.2-6.0.2.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file toomanyglyphs-1.18.1-2.0.7.15321.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file Towns-and-Towers-1.18.2-1.6.0.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file tumbleweed-1.18-0.4.12.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file unstructured-0.4+1.18.2[FORGE].jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file valhelsia_core-1.18.2-0.3.1.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file valhelsia_structures-forge-1.18.2-0.1.0.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file verdure-1.18.2-1.1.2.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file villagernames_1.18.2-3.5.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file voicechat-forge-1.18.2-2.2.52.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file waystones-forge-1.18.2-10.1.0.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file Xaeros_Minimap_22.11.1_Forge_1.18.2.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file YungsApi-1.18.2-Forge-2.0.8.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file YungsBetterDesertTemples-1.18.2-Forge-1.2.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file YungsBetterDungeons-1.18.2-Forge-2.1.0.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file YungsBetterMineshafts-1.18.2-Forge-2.2.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file YungsBetterWitchHuts-1.18.2-Forge-1.0.1.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file YungsBridges-1.18.2-Forge-2.1.0.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file YungsExtras-1.18.2-Forge-2.1.0.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/INFO]: Found mod file zombiehorsespawn_1.18.2-3.1.jar of type MOD with provider {mods folder locator at C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods}
[19:35:09] [main/WARN]: Mod file C:\Users\manso\curseforge\minecraft\Install\libraries\net\minecraftforge\fmlcore\1.18.2-40.1.68\fmlcore-1.18.2-40.1.68.jar is missing mods.toml file
[19:35:09] [main/WARN]: Mod file C:\Users\manso\curseforge\minecraft\Install\libraries\net\minecraftforge\javafmllanguage\1.18.2-40.1.68\javafmllanguage-1.18.2-40.1.68.jar is missing mods.toml file
[19:35:09] [main/WARN]: Mod file C:\Users\manso\curseforge\minecraft\Install\libraries\net\minecraftforge\lowcodelanguage\1.18.2-40.1.68\lowcodelanguage-1.18.2-40.1.68.jar is missing mods.toml file
[19:35:09] [main/WARN]: Mod file C:\Users\manso\curseforge\minecraft\Install\libraries\net\minecraftforge\mclanguage\1.18.2-40.1.68\mclanguage-1.18.2-40.1.68.jar is missing mods.toml file
[19:35:09] [main/INFO]: Found mod file fmlcore-1.18.2-40.1.68.jar of type LIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@b0964b2
[19:35:09] [main/INFO]: Found mod file javafmllanguage-1.18.2-40.1.68.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@b0964b2
[19:35:09] [main/INFO]: Found mod file lowcodelanguage-1.18.2-40.1.68.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@b0964b2
[19:35:09] [main/INFO]: Found mod file mclanguage-1.18.2-40.1.68.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@b0964b2
[19:35:09] [main/INFO]: Found mod file client-1.18.2-20220404.173914-srg.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@b0964b2
[19:35:09] [main/INFO]: Found mod file forge-1.18.2-40.1.68-universal.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@b0964b2
[19:35:09] [main/INFO]: No dependencies to load found. Skipping!
[19:35:12] [main/ERROR]: Mixin config dynamiclightsreforged.mixins.json does not specify "minVersion" property
[19:35:12] [main/INFO]: Compatibility level set to JAVA_17
[19:35:12] [main/ERROR]: Mixin config rubidium.mixins.json does not specify "minVersion" property
[19:35:12] [main/ERROR]: Mixin config mixin.cleancut.json does not specify "minVersion" property
[19:35:12] [main/ERROR]: Mixin config itshallnottick.mixins.json does not specify "minVersion" property
[19:35:12] [main/ERROR]: Mixin config rei-jei-internals-workaround.mixins.json does not specify "minVersion" property
[19:35:12] [main/ERROR]: Mixin config rei.mixins.json does not specify "minVersion" property
[19:35:12] [main/INFO]: Successfully loaded Mixin Connector [com.sonicether.soundphysics.MixinConnector]
[19:35:12] [main/INFO]: Launching target 'forgeclient' with arguments [--version, forge-40.1.68, --gameDir, C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet, --assetsDir, C:\Users\manso\curseforge\minecraft\Install\assets, --uuid, dbc9d6a869514de99f77b1d2a2d3ae89, --username, SirJum, --assetIndex, 1.18, --accessToken, ????????, --clientId, ODRlMjQyNWEtNjQzOC00YmNiLTk3OTctZGI0MmQxNTU1Yjlj, --xuid, 2535428500377124, --userType, msa, --versionType, release, --width, 1920, --height, 1080]
[19:35:12] [main/WARN]: Reference map 'naturalist-forge-forge-refmap.json' for naturalist.mixins.json could not be read. If this is a development environment you can ignore this message
[19:35:12] [main/INFO]: Trying to switch memory allocators to work around memory leaks present with Jemalloc 5.0.0 through 5.2.0 on Windows
[19:35:12] [main/INFO]: Loaded configuration file for Rubidium: 29 options available, 0 override(s) found
[19:35:12] [main/WARN]: Reference map 'yungsbridges.refmap.json' for yungsbridges.mixins.json could not be read. If this is a development environment you can ignore this message
[19:35:12] [main/WARN]: Reference map 'yungsbridges.refmap.json' for yungsbridges_forge.mixins.json could not be read. If this is a development environment you can ignore this message
[19:35:12] [main/WARN]: Reference map 'yungsextras.refmap.json' for yungsextras.mixins.json could not be read. If this is a development environment you can ignore this message
[19:35:12] [main/WARN]: Reference map 'yungsextras.refmap.json' for yungsextras_forge.mixins.json could not be read. If this is a development environment you can ignore this message
[19:35:12] [main/WARN]: Reference map 'dual_riders-1.18.2-1.1.1-forge-Forge-refmap.json' for dual_riders-forge.mixins.json could not be read. If this is a development environment you can ignore this message
[19:35:12] [main/WARN]: Reference map 'RoughlyEnoughItems-jei-internals-workaround-jei-internals-workaround-refmap.json' for rei-jei-internals-workaround.mixins.json could not be read. If this is a development environment you can ignore this message
[19:35:13] [main/WARN]: Error loading class: mezz/jei/gui/overlay/IngredientListOverlay (java.lang.ClassNotFoundException: mezz.jei.gui.overlay.IngredientListOverlay)
[19:35:13] [main/WARN]: @Mixin target mezz.jei.gui.overlay.IngredientListOverlay was not found rubidium_extras.mixins.json:JEI.IngredientListOverlayMixin
[19:35:14] [main/WARN]: Error loading class: mezz/jei/transfer/RecipeTransferUtil (java.lang.ClassNotFoundException: mezz.jei.transfer.RecipeTransferUtil)
[19:35:14] [main/WARN]: @Mixin target mezz.jei.transfer.RecipeTransferUtil was not found polymorph_integrations.mixins.json:jei.MixinRecipeTransferUtil
[19:35:18] [pool-3-thread-1/WARN]: @ModifyConstant conflict. Skipping repurposed_structures.mixins.json:structures.StructurePoolMixin->@ModifyConstant::repurposedstructures_increaseWeightLimitDev(I)I with priority 1000, already redirected by yungsapi.mixins.json:IncreaseStructureWeightLimitMixin->@ModifyConstant::yungsapi_increaseWeightLimit(I)I with priority 1000
[19:35:21] [Render thread/WARN]: Assets URL 'union:/C:/Users/manso/curseforge/minecraft/Install/libraries/net/minecraft/client/1.18.2-20220404.173914/client-1.18.2-20220404.173914-srg.jar%23207!/assets/.mcassetsroot' uses unexpected schema
[19:35:21] [Render thread/WARN]: Assets URL 'union:/C:/Users/manso/curseforge/minecraft/Install/libraries/net/minecraft/client/1.18.2-20220404.173914/client-1.18.2-20220404.173914-srg.jar%23207!/data/.mcassetsroot' uses unexpected schema
[19:35:21] [Render thread/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[19:35:22] [Render thread/INFO]: Setting user: SirJum
[19:35:22] [Render thread/INFO]: Backend library: LWJGL version 3.2.2 SNAPSHOT
[19:35:25] [modloading-worker-0/INFO]: [LambDynLights] Initializing Dynamic Lights Reforged...
[19:35:25] [modloading-worker-0/INFO]: Fix Registered!
[19:35:25] [modloading-worker-0/INFO]: Loaded maxhealthfix for Forge.
[19:35:26] [modloading-worker-0/INFO]: Fixing MC-151457. Crafting remainder for minecraft:pufferfish_bucket is now minecraft:bucket.
[19:35:26] [modloading-worker-0/INFO]: Fixing MC-151457. Crafting remainder for minecraft:salmon_bucket is now minecraft:bucket.
[19:35:26] [modloading-worker-0/INFO]: Fixing MC-151457. Crafting remainder for minecraft:cod_bucket is now minecraft:bucket.
[19:35:26] [modloading-worker-0/INFO]: Fixing MC-151457. Crafting remainder for minecraft:tropical_fish_bucket is now minecraft:bucket.
[19:35:26] [modloading-worker-0/INFO]: Fixing MC-151457. Crafting remainder for minecraft:axolotl_bucket is now minecraft:bucket.
[19:35:26] [modloading-worker-0/INFO]: Fixing MC-151457. Crafting remainder for minecraft:powder_snow_bucket is now minecraft:bucket.
[19:35:26] [modloading-worker-0/INFO]: Otifine does not seem to be loaded, so no need to overwrite anything.
[19:35:27] [modloading-worker-0/INFO]: Shrines 1.18.2-4.1.0 initialized
[19:35:27] [modloading-worker-0/INFO]: libraryferret - > Initialize library
[19:35:27] [modloading-worker-0/INFO]: libraryferret - > Initialized library
[19:35:27] [modloading-worker-0/INFO]: Here we go! Launching Dungeon Crawl 2.3.10...
[19:35:27] [modloading-worker-0/INFO]: Forge mod loading, version 40.1.68, for MC 1.18.2 with MCP 20220404.173914
[19:35:27] [modloading-worker-0/INFO]: MinecraftForge v40.1.68 Initialized
[19:35:27] [modloading-worker-0/INFO]: Loaded config file.
[19:35:27] [modloading-worker-0/INFO]: Saved config file.
[19:35:28] [modloading-worker-0/INFO]: Loading compactores configuration...
[19:35:28] [modloading-worker-0/INFO]: Loading configuration files...
[19:35:28] [modloading-worker-0/INFO]: Loaded 2 ore customization files
[19:35:28] [modloading-worker-0/INFO]: Configuration files loaded successfully!
[19:35:28] [modloading-worker-0/INFO]: Successfully loaded 18 compact ores for a total of 1 mods.
[19:35:28] [modloading-worker-0/INFO]:     18 ores for 1 mods are active.
[19:35:28] [modloading-worker-0/INFO]:     0 ores for 0 mods will not be enabled because their mod is not loaded.
[19:35:28] [modloading-worker-0/INFO]: Attaching CompactOre resources to the Minecraft client
[19:35:29] [modloading-worker-0/INFO]: Compact Ores is running in production mode.
[19:35:29] [modloading-worker-0/WARN]: Mod croptopia is loaded but croptopia support mod is not loaded
[19:35:30] [modloading-worker-0/INFO]: [REI] Config loaded.
[19:35:30] [modloading-worker-0/INFO]: [REI] Registered plugin provider DefaultPlugin [roughlyenoughitems] for REIServerPlugin
[19:35:30] [modloading-worker-0/INFO]: [REI] Registered plugin provider DefaultPlugin [roughlyenoughitems] for REIPlugin
[19:35:30] [modloading-worker-0/INFO]: [REI] Registered plugin provider DefaultRuntimePlugin [roughlyenoughitems] for REIServerPlugin
[19:35:30] [modloading-worker-0/INFO]: [REI] Registered plugin provider DefaultRuntimePlugin [roughlyenoughitems] for REIPlugin
[19:35:30] [modloading-worker-0/INFO]: [REI] Registered plugin provider JEIExtraPlugin [roughlyenoughitems] for REIServerPlugin
[19:35:30] [modloading-worker-0/INFO]: [REI] Registered plugin provider JEIExtraPlugin [roughlyenoughitems] for REIPlugin
[19:35:30] [modloading-worker-0/INFO]: [REI] Registered plugin provider DefaultClientPlugin [roughlyenoughitems] for REIClientPlugin
[19:35:30] [modloading-worker-0/INFO]: [REI] Registered plugin provider DefaultClientPlugin [roughlyenoughitems] for REIPlugin
[19:35:30] [modloading-worker-0/INFO]: [REI] Registered plugin provider DefaultClientRuntimePlugin [roughlyenoughitems] for REIClientPlugin
[19:35:30] [modloading-worker-0/INFO]: [REI] Registered plugin provider DefaultClientRuntimePlugin [roughlyenoughitems] for REIPlugin
[19:35:30] [modloading-worker-0/INFO]: [REI] Registered plugin provider JEIExtraClientPlugin [roughlyenoughitems] for REIClientPlugin
[19:35:30] [modloading-worker-0/INFO]: [REI] Registered plugin provider JEIExtraClientPlugin [roughlyenoughitems] for REIPlugin
[19:35:30] [modloading-worker-0/WARN]: Could not locate JEI keybindings, lookups in books may not work
[19:35:30] [modloading-worker-0/INFO]: [REI] Registered plugin provider JEI Plugin [FinsJEIPlugin] [finsandtails] for REIClientPlugin
[19:35:30] [modloading-worker-0/INFO]: [REI] Registered plugin provider JEI Plugin [FinsJEIPlugin] [finsandtails] for REIPlugin
[19:35:30] [modloading-worker-0/INFO]: [REI] Registered plugin provider JEI Plugin [CuriosJeiPlugin] [curios] for REIClientPlugin
[19:35:30] [modloading-worker-0/INFO]: [REI] Registered plugin provider JEI Plugin [CuriosJeiPlugin] [curios] for REIPlugin
[19:35:30] [modloading-worker-0/INFO]: [REI] Registered plugin provider JEI Plugin [PatchouliJeiPlugin] [patchouli] for REIClientPlugin
[19:35:30] [modloading-worker-0/INFO]: [REI] Registered plugin provider JEI Plugin [PatchouliJeiPlugin] [patchouli] for REIPlugin
[19:35:30] [modloading-worker-0/INFO]: [REI] Registered plugin provider JEI Plugin [JEIAddon] [waystones] for REIClientPlugin
[19:35:30] [modloading-worker-0/INFO]: [REI] Registered plugin provider JEI Plugin [JEIAddon] [waystones] for REIPlugin
[19:35:30] [modloading-worker-0/INFO]: [REI] Registered plugin provider JEI Plugin [JEIPlugin] [randomium] for REIClientPlugin
[19:35:30] [modloading-worker-0/INFO]: [REI] Registered plugin provider JEI Plugin [JEIPlugin] [randomium] for REIPlugin
[19:35:30] [modloading-worker-0/INFO]: [REI] Registered plugin provider JEI Plugin [JEIArsNouveauPlugin] [ars_nouveau] for REIClientPlugin
[19:35:30] [modloading-worker-0/INFO]: [REI] Registered plugin provider JEI Plugin [JEIArsNouveauPlugin] [ars_nouveau] for REIPlugin
[19:35:30] [modloading-worker-0/INFO]: [REI] Registered plugin provider JEI Plugin [SupplementariesJEIPlugin] [supplementaries] for REIClientPlugin
[19:35:30] [modloading-worker-0/INFO]: [REI] Registered plugin provider JEI Plugin [SupplementariesJEIPlugin] [supplementaries] for REIPlugin
[19:35:30] [modloading-worker-0/INFO]: [REI] Registered plugin provider JEI Plugin [EnchDescJEI] [enchdesc] for REIClientPlugin
[19:35:30] [modloading-worker-0/INFO]: [REI] Registered plugin provider JEI Plugin [EnchDescJEI] [enchdesc] for REIPlugin
[19:35:30] [modloading-worker-0/INFO]: [REI] Registered plugin provider JEI Plugin [JEIPlugin] [sakura] for REIClientPlugin
[19:35:30] [modloading-worker-0/INFO]: [REI] Registered plugin provider JEI Plugin [JEIPlugin] [sakura] for REIPlugin
[19:35:30] [modloading-worker-0/INFO]: [REI] Registered plugin provider JEI Plugin [JeiModule] [polymorph] for REIClientPlugin
[19:35:30] [modloading-worker-0/INFO]: [REI] Registered plugin provider JEI Plugin [JeiModule] [polymorph] for REIPlugin
[19:35:30] [modloading-worker-0/INFO]: [REI] Registered plugin provider JEI Plugin [JEIIntegration] [aquaculture] for REIClientPlugin
[19:35:30] [modloading-worker-0/INFO]: [REI] Registered plugin provider JEI Plugin [JEIIntegration] [aquaculture] for REIPlugin
[19:35:31] [modloading-worker-0/INFO]: [REI] Registered plugin provider JEI Plugin [ValhelsiaStructuresJEIPlugin] [valhelsia_structures] for REIClientPlugin
[19:35:31] [modloading-worker-0/INFO]: [REI] Registered plugin provider JEI Plugin [ValhelsiaStructuresJEIPlugin] [valhelsia_structures] for REIPlugin
[19:35:31] [modloading-worker-0/ERROR]: Error parsing drop: type=entity,ID=villager,NBTTag=(CustomName=#jsonStr(text=Boyfriend",color=blue,bold=true),CustomNameVisible=true)@luck=0
java.lang.StringIndexOutOfBoundsException: begin 0, end 77, length 76
    at java.lang.String.checkBoundsBeginEnd(String.java:4601) ~[?:?]
    at java.lang.String.substring(String.java:2704) ~[?:?]
    at mod.lucky.kotlin.text.StringsKt__StringsKt.substring(Strings.kt:393) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.ParserKt.parseTemplateVars(Parser.kt:233) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.ParserKt.parseAttr(Parser.kt:298) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.ParserKt.parseAttr(Parser.kt:281) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.ParserKt.parseAttr(Parser.kt:281) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.ParserKt.parseAttr$default(Parser.kt:242) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.drop.SingleDropKt.fromString(SingleDrop.kt:66) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.drop.WeightedDropKt.fromString(WeightedDrop.kt:43) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.drop.WeightedDropKt.dropsFromStrList(WeightedDrop.kt:56) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.loader.LoaderKt.parseDrops(Loader.kt:79) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.loader.LoaderKt.loadAddonResources(Loader.kt:160) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.loader.LoaderKt.loadResources(Loader.kt:203) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.JavaLuckyRegistry.init(JavaLuckyRegistry.kt:89) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.forge.ForgeMod.<init>(ForgeMod.kt:84) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
    at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
    at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
    at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]
    at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:67) ~[javafmllanguage-1.18.2-40.1.68.jar%23209!/:?]
    at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:106) ~[fmlcore-1.18.2-40.1.68.jar%23208!/:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) [?:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) [?:?]
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) [?:?]
    at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) [?:?]
    at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) [?:?]
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) [?:?]
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [?:?]
[19:35:31] [modloading-worker-0/ERROR]: Error parsing drop: type=entity,ID=villager,NBTTag=(CustomName=#jsonStr(text=Joyfriend",color=blue,bold=true),CustomNameVisible=true)@luck=0
java.lang.StringIndexOutOfBoundsException: begin 0, end 77, length 76
    at java.lang.String.checkBoundsBeginEnd(String.java:4601) ~[?:?]
    at java.lang.String.substring(String.java:2704) ~[?:?]
    at mod.lucky.kotlin.text.StringsKt__StringsKt.substring(Strings.kt:393) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.ParserKt.parseTemplateVars(Parser.kt:233) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.ParserKt.parseAttr(Parser.kt:298) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.ParserKt.parseAttr(Parser.kt:281) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.ParserKt.parseAttr(Parser.kt:281) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.ParserKt.parseAttr$default(Parser.kt:242) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.drop.SingleDropKt.fromString(SingleDrop.kt:66) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.drop.WeightedDropKt.fromString(WeightedDrop.kt:43) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.drop.WeightedDropKt.dropsFromStrList(WeightedDrop.kt:56) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.loader.LoaderKt.parseDrops(Loader.kt:79) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.loader.LoaderKt.loadAddonResources(Loader.kt:160) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.loader.LoaderKt.loadResources(Loader.kt:203) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.JavaLuckyRegistry.init(JavaLuckyRegistry.kt:89) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.forge.ForgeMod.<init>(ForgeMod.kt:84) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
    at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
    at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
    at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]
    at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:67) ~[javafmllanguage-1.18.2-40.1.68.jar%23209!/:?]
    at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:106) ~[fmlcore-1.18.2-40.1.68.jar%23208!/:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) [?:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) [?:?]
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) [?:?]
    at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) [?:?]
    at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) [?:?]
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) [?:?]
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [?:?]
[19:35:31] [modloading-worker-0/ERROR]: Error parsing drop: type=entity,ID=villager,NBTTag=(CustomName=#jsonStr(text=Partner",color=yellow,bold=true),CustomNameVisible=true)@luck=0
java.lang.StringIndexOutOfBoundsException: begin 0, end 77, length 76
    at java.lang.String.checkBoundsBeginEnd(String.java:4601) ~[?:?]
    at java.lang.String.substring(String.java:2704) ~[?:?]
    at mod.lucky.kotlin.text.StringsKt__StringsKt.substring(Strings.kt:393) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.ParserKt.parseTemplateVars(Parser.kt:233) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.ParserKt.parseAttr(Parser.kt:298) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.ParserKt.parseAttr(Parser.kt:281) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.ParserKt.parseAttr(Parser.kt:281) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.ParserKt.parseAttr$default(Parser.kt:242) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.drop.SingleDropKt.fromString(SingleDrop.kt:66) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.drop.WeightedDropKt.fromString(WeightedDrop.kt:43) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.drop.WeightedDropKt.dropsFromStrList(WeightedDrop.kt:56) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.loader.LoaderKt.parseDrops(Loader.kt:79) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.loader.LoaderKt.loadAddonResources(Loader.kt:160) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.loader.LoaderKt.loadResources(Loader.kt:203) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.JavaLuckyRegistry.init(JavaLuckyRegistry.kt:89) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.forge.ForgeMod.<init>(ForgeMod.kt:84) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
    at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
    at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
    at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]
    at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:67) ~[javafmllanguage-1.18.2-40.1.68.jar%23209!/:?]
    at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:106) ~[fmlcore-1.18.2-40.1.68.jar%23208!/:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) [?:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) [?:?]
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) [?:?]
    at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) [?:?]
    at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) [?:?]
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) [?:?]
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [?:?]
[19:35:31] [modloading-worker-0/ERROR]: Error parsing drop: type=entity,ID=villager,NBTTag=(CustomName=#jsonStr(text=Girlfriend",color=light_purple,bold=true),CustomNameVisible=true)@luck=0
java.lang.StringIndexOutOfBoundsException: begin 0, end 86, length 85
    at java.lang.String.checkBoundsBeginEnd(String.java:4601) ~[?:?]
    at java.lang.String.substring(String.java:2704) ~[?:?]
    at mod.lucky.kotlin.text.StringsKt__StringsKt.substring(Strings.kt:393) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.ParserKt.parseTemplateVars(Parser.kt:233) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.ParserKt.parseAttr(Parser.kt:298) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.ParserKt.parseAttr(Parser.kt:281) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.ParserKt.parseAttr(Parser.kt:281) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.ParserKt.parseAttr$default(Parser.kt:242) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.drop.SingleDropKt.fromString(SingleDrop.kt:66) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.drop.WeightedDropKt.fromString(WeightedDrop.kt:43) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.drop.WeightedDropKt.dropsFromStrList(WeightedDrop.kt:56) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.loader.LoaderKt.parseDrops(Loader.kt:79) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.loader.LoaderKt.loadAddonResources(Loader.kt:160) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.loader.LoaderKt.loadResources(Loader.kt:203) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.JavaLuckyRegistry.init(JavaLuckyRegistry.kt:89) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.forge.ForgeMod.<init>(ForgeMod.kt:84) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
    at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
    at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
    at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]
    at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:67) ~[javafmllanguage-1.18.2-40.1.68.jar%23209!/:?]
    at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:106) ~[fmlcore-1.18.2-40.1.68.jar%23208!/:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) [?:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) [?:?]
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) [?:?]
    at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) [?:?]
    at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) [?:?]
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) [?:?]
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [?:?]
[19:35:31] [modloading-worker-0/ERROR]: Error parsing drop: group(type=difficulty,ID=hard;type=entity,ID=slime,NBTTag=(CustomName=#jsonStr(text=Kill To Max Out Your Level in 300 Years",color=black,bold=true),CustomNameVisible=true)@luck=0)@luck=0
java.lang.StringIndexOutOfBoundsException: begin 0, end 115, length 114
    at java.lang.String.checkBoundsBeginEnd(String.java:4601) ~[?:?]
    at java.lang.String.substring(String.java:2704) ~[?:?]
    at mod.lucky.kotlin.text.StringsKt__StringsKt.substring(Strings.kt:393) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.ParserKt.parseTemplateVars(Parser.kt:233) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.ParserKt.parseAttr(Parser.kt:298) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.ParserKt.parseAttr(Parser.kt:281) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.ParserKt.parseAttr(Parser.kt:281) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.ParserKt.parseAttr$default(Parser.kt:242) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.drop.SingleDropKt.fromString(SingleDrop.kt:66) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.drop.GroupDropKt.fromString(GroupDrop.kt:35) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.drop.WeightedDropKt.fromString(WeightedDrop.kt:42) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.drop.WeightedDropKt.dropsFromStrList(WeightedDrop.kt:56) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.loader.LoaderKt.parseDrops(Loader.kt:79) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.loader.LoaderKt.loadAddonResources(Loader.kt:160) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.loader.LoaderKt.loadResources(Loader.kt:203) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.JavaLuckyRegistry.init(JavaLuckyRegistry.kt:89) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.forge.ForgeMod.<init>(ForgeMod.kt:84) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
    at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
    at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
    at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]
    at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:67) ~[javafmllanguage-1.18.2-40.1.68.jar%23209!/:?]
    at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:106) ~[fmlcore-1.18.2-40.1.68.jar%23208!/:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) [?:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) [?:?]
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) [?:?]
    at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) [?:?]
    at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) [?:?]
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) [?:?]
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [?:?]
[19:35:31] [modloading-worker-0/ERROR]: Error parsing drop: type=entity,ID=pig,amount=#rand(4,16),posOffset=#circleOffset(4),@luck=1
mod.lucky.common.attribute.ParserError: Invalid dictionary entry '' for attribute 'type=entity,ID=pig,amount=#rand(4,16),posOffset=#circleOffset(4),'
    at mod.lucky.common.attribute.ParserKt.parseAttr(Parser.kt:274) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.ParserKt.parseAttr$default(Parser.kt:242) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.drop.SingleDropKt.fromString(SingleDrop.kt:66) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.drop.WeightedDropKt.fromString(WeightedDrop.kt:43) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.drop.WeightedDropKt.dropsFromStrList(WeightedDrop.kt:56) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.loader.LoaderKt.parseDrops(Loader.kt:79) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.loader.LoaderKt.loadAddonResources(Loader.kt:160) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.loader.LoaderKt.loadResources(Loader.kt:203) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.JavaLuckyRegistry.init(JavaLuckyRegistry.kt:89) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.forge.ForgeMod.<init>(ForgeMod.kt:84) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
    at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
    at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
    at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]
    at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:67) ~[javafmllanguage-1.18.2-40.1.68.jar%23209!/:?]
    at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:106) ~[fmlcore-1.18.2-40.1.68.jar%23208!/:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) [?:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) [?:?]
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) [?:?]
    at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) [?:?]
    at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) [?:?]
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) [?:?]
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [?:?]
[19:35:32] [modloading-worker-0/ERROR]: Error in structures.txt: Error parsing 'ID=lbp_old_texture,file,file=lbp/lbp_old_texture.nbt'
mod.lucky.common.attribute.ParserError: Invalid dictionary entry 'file' for attribute 'ID=lbp_old_texture,file,file=lbp/lbp_old_texture.nbt'
    at mod.lucky.common.attribute.ParserKt.parseAttr(Parser.kt:274) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.ParserKt.parseAttr$default(Parser.kt:242) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.EvaluatorKt.parseEvalAttr(Evaluator.kt:66) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.loader.StructuresConfig$Companion.read(StructuresConfig.kt:45) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.loader.LoaderKt.loadAddonResources(Loader.kt:165) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.loader.LoaderKt.loadResources(Loader.kt:203) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.JavaLuckyRegistry.init(JavaLuckyRegistry.kt:89) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.forge.ForgeMod.<init>(ForgeMod.kt:84) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
    at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
    at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
    at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]
    at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:67) ~[javafmllanguage-1.18.2-40.1.68.jar%23209!/:?]
    at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:106) ~[fmlcore-1.18.2-40.1.68.jar%23208!/:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) [?:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) [?:?]
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) [?:?]
    at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) [?:?]
    at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) [?:?]
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) [?:?]
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [?:?]
[19:35:32] [modloading-worker-0/ERROR]: Error in structures.txt: Error parsing 'ID=lbp_end_portal_room,file,file=lbp/lbp_end_portal_room.nbt'
mod.lucky.common.attribute.ParserError: Invalid dictionary entry 'file' for attribute 'ID=lbp_end_portal_room,file,file=lbp/lbp_end_portal_room.nbt'
    at mod.lucky.common.attribute.ParserKt.parseAttr(Parser.kt:274) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.ParserKt.parseAttr$default(Parser.kt:242) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.EvaluatorKt.parseEvalAttr(Evaluator.kt:66) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.loader.StructuresConfig$Companion.read(StructuresConfig.kt:45) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.loader.LoaderKt.loadAddonResources(Loader.kt:165) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.loader.LoaderKt.loadResources(Loader.kt:203) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.JavaLuckyRegistry.init(JavaLuckyRegistry.kt:89) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.forge.ForgeMod.<init>(ForgeMod.kt:84) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
    at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
    at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
    at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]
    at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:67) ~[javafmllanguage-1.18.2-40.1.68.jar%23209!/:?]
    at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:106) ~[fmlcore-1.18.2-40.1.68.jar%23208!/:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) [?:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) [?:?]
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) [?:?]
    at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) [?:?]
    at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) [?:?]
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) [?:?]
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [?:?]
[19:35:35] [Render thread/INFO]: Potentially Dangerous alternative prefix `rare-ice` for name `rare_ice`, expected `rare_ice`. This could be a intended override, but in most cases indicates a broken mod.
[19:35:36] [Render thread/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `shulker_shell`, expected `supplementaries`. This could be a intended override, but in most cases indicates a broken mod.
[19:35:37] [Render thread/INFO]: Potentially Dangerous alternative prefix `rare-ice` for name `rare_ice`, expected `rare_ice`. This could be a intended override, but in most cases indicates a broken mod.
[19:35:37] [Render thread/ERROR]: Adding duplicate key 'ResourceKey[minecraft:recipe_type / finsandtails:crunching]' to registry
[19:35:38] [Render thread/INFO]: Enhanced Celestials registered: minecraft:sound_event
[19:35:38] [Render thread/INFO]: Potentially Dangerous alternative prefix `rare-ice` for name `rare_ice`, expected `rare_ice`. This could be a intended override, but in most cases indicates a broken mod.
[19:35:38] [Render thread/INFO]: Dungeons Enhanced structures loaded
[19:35:39] [Render thread/WARN]: defineId called for: class net.minecraft.world.entity.animal.SnowGolem from class baguchan.earthmobsmod.entity.MelonGolem
[19:35:39] [Render thread/INFO]: Generating CompactOre resources for 18 compact ore blocks
[19:35:40] [Render thread/INFO]: Potentially Dangerous alternative prefix `fallingleaves` for name `falling_leaf`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[19:35:40] [Render thread/INFO]: Potentially Dangerous alternative prefix `fallingleaves` for name `falling_leaf_conifer`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[19:35:40] [Render thread/INFO]: Narrator library for x64 successfully loaded
[19:35:41] [Render thread/INFO]: Reloading ResourceManager: Default, Mod Resources, Lucky+Block+Pink+7.1+[All-Stars].zip, CompactOres dynamic resources, Supplementaries Generated Pack
[19:35:42] [Render thread/INFO]: Generated runtime CLIENT_RESOURCES for pack Supplementaries Generated Pack in: 549 ms
[19:35:42] [Worker-Main-12/WARN]: File cataclysm:sounds/entity/monstrosityhurt.ogg does not exist, cannot add it to event cataclysm:monstrosityhurt
[19:35:43] [modloading-worker-0/WARN]: Configuration file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\config\pehkui-client.toml is not correct. Correcting
[19:35:43] [modloading-worker-0/WARN]: Incorrect key client was corrected from null to its default, SimpleCommentedConfig:{}. 
[19:35:43] [modloading-worker-0/WARN]: Incorrect key client.minimumCameraDepth was corrected from null to its default, 0.0. 
[19:35:45] [modloading-worker-0/INFO]: [Structure Gel] Registering data for structure_gel:biome_dictionary
[19:35:45] [modloading-worker-0/INFO]: [Structure Gel] Registering data for structure_gel:loot_table_alias
[19:35:45] [modloading-worker-0/INFO]: [Structure Gel] Registering data for structure_gel:data_handler_type
[19:35:45] [modloading-worker-0/INFO]: [Structure Gel] Registering data for structure_gel:dynamic_spawner
[19:35:45] [modloading-worker-0/INFO]: [Structure Gel] Attempting to register unregistered biomes to the biome dictionary. This can be disabled via config
[19:35:45] [modloading-worker-0/INFO]: [Structure Gel] Registered terrablender:deferred_placeholder to [structure_gel:neutral_temp, structure_gel:dry]
[19:35:46] [modloading-worker-0/WARN]: Configuration file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\config\pehkui-common.toml is not correct. Correcting
[19:35:46] [modloading-worker-0/WARN]: Incorrect key general was corrected from null to its default, SimpleCommentedConfig:{}. 
[19:35:46] [modloading-worker-0/WARN]: Incorrect key general.scaledFallDamage was corrected from null to its default, true. 
[19:35:46] [modloading-worker-0/WARN]: Incorrect key general.scaledMotion was corrected from null to its default, true. 
[19:35:46] [modloading-worker-0/WARN]: Incorrect key general.scaledReach was corrected from null to its default, true. 
[19:35:46] [modloading-worker-0/WARN]: Incorrect key general.scaledAttack was corrected from null to its default, true. 
[19:35:46] [modloading-worker-0/WARN]: Incorrect key general.scaledDefense was corrected from null to its default, true. 
[19:35:46] [modloading-worker-0/WARN]: Incorrect key general.scaledHealth was corrected from null to its default, true. 
[19:35:46] [modloading-worker-0/WARN]: Incorrect key general.scaledItemDrops was corrected from null to its default, true. 
[19:35:46] [modloading-worker-0/WARN]: Incorrect key general.scaledProjectiles was corrected from null to its default, true. 
[19:35:46] [modloading-worker-0/WARN]: Incorrect key general.scaledExplosions was corrected from null to its default, true. 
[19:35:46] [modloading-worker-0/WARN]: Incorrect key general.keepAllScalesOnRespawn was corrected from null to its default, false. 
[19:35:46] [modloading-worker-0/WARN]: Incorrect key general.accurateNetherPortals was corrected from null to its default, true. 
[19:35:46] [modloading-worker-0/WARN]: Incorrect key general.scalesKeptOnRespawn was corrected from null to its default, []. 
[19:35:46] [modloading-worker-0/WARN]: Incorrect key general.enableCommands was corrected from null to its default, true. 
[19:35:46] [modloading-worker-0/WARN]: Incorrect key general.enableDebugCommands was corrected from null to its default, false. 
[19:35:46] [modloading-worker-0/WARN]: Configuration file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\config\ars_nouveau\resize.toml is not correct. Correcting
[19:35:46] [modloading-worker-0/WARN]: Incorrect key general was corrected from null to its default, SimpleCommentedConfig:{}. 
[19:35:46] [modloading-worker-0/WARN]: Incorrect key general.enabled was corrected from null to its default, true. 
[19:35:46] [modloading-worker-0/WARN]: Incorrect key general.cost was corrected from null to its default, 100. 
[19:35:46] [modloading-worker-0/WARN]: Incorrect key general.starter was corrected from null to its default, false. 
[19:35:46] [modloading-worker-0/WARN]: Incorrect key general.per_spell_limit was corrected from null to its default, 2147483647. 
[19:35:46] [modloading-worker-0/WARN]: Incorrect key general.augment_limits was corrected from null to its default, []. 
[19:35:46] [modloading-worker-0/WARN]: Configuration file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\config\ars_nouveau\expand.toml is not correct. Correcting
[19:35:46] [modloading-worker-0/WARN]: Incorrect key general was corrected from null to its default, SimpleCommentedConfig:{}. 
[19:35:46] [modloading-worker-0/WARN]: Incorrect key general.enabled was corrected from null to its default, true. 
[19:35:46] [modloading-worker-0/WARN]: Incorrect key general.cost was corrected from null to its default, 100. 
[19:35:46] [modloading-worker-0/WARN]: Incorrect key general.starter was corrected from null to its default, false. 
[19:35:46] [modloading-worker-0/WARN]: Incorrect key general.per_spell_limit was corrected from null to its default, 2147483647. 
[19:35:46] [modloading-worker-0/WARN]: Incorrect key general.augment_limits was corrected from null to its default, []. 
[19:35:46] [modloading-worker-0/WARN]: Configuration file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\config\ars_nouveau\shrink.toml is not correct. Correcting
[19:35:46] [modloading-worker-0/WARN]: Incorrect key general was corrected from null to its default, SimpleCommentedConfig:{}. 
[19:35:46] [modloading-worker-0/WARN]: Incorrect key general.enabled was corrected from null to its default, true. 
[19:35:46] [modloading-worker-0/WARN]: Incorrect key general.cost was corrected from null to its default, 100. 
[19:35:46] [modloading-worker-0/WARN]: Incorrect key general.starter was corrected from null to its default, false. 
[19:35:46] [modloading-worker-0/WARN]: Incorrect key general.per_spell_limit was corrected from null to its default, 2147483647. 
[19:35:46] [modloading-worker-0/WARN]: Incorrect key general.augment_limits was corrected from null to its default, []. 
[19:35:47] [Worker-Main-8/INFO]: Connectivity initialized
[19:35:47] [Worker-Main-12/ERROR]: Failed to load book toomanyglyphs:worn_notebook defined by mod toomanyglyphs, skipping
com.google.gson.JsonSyntaxException: Missing name, expected to find a string
    at net.minecraft.util.GsonHelper.m_13906_(GsonHelper.java:112) ~[client-1.18.2-20220404.173914-srg.jar%23207!/:?]
    at vazkii.patchouli.common.book.Book.<init>(Book.java:122) ~[Patchouli-1.18.2-71.1.jar%23153!/:1.18.2-71.1]
    at vazkii.patchouli.common.book.BookRegistry.loadBook(BookRegistry.java:116) ~[Patchouli-1.18.2-71.1.jar%23153!/:1.18.2-71.1]
    at vazkii.patchouli.common.book.BookRegistry.lambda$init$3(BookRegistry.java:76) ~[Patchouli-1.18.2-71.1.jar%23153!/:1.18.2-71.1]
    at java.util.HashMap.forEach(HashMap.java:1421) ~[?:?]
    at vazkii.patchouli.common.book.BookRegistry.init(BookRegistry.java:71) ~[Patchouli-1.18.2-71.1.jar%23153!/:1.18.2-71.1]
    at vazkii.patchouli.forge.common.ForgeModInitializer.onInitialize(ForgeModInitializer.java:59) ~[Patchouli-1.18.2-71.1.jar%23153!/:1.18.2-71.1]
    at net.minecraftforge.eventbus.ASMEventHandler_184_ForgeModInitializer_onInitialize_FMLCommonSetupEvent.invoke(.dynamic) ~[?:?]
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-5.0.3.jar%232!/:?]
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-5.0.3.jar%232!/:?]
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-5.0.3.jar%232!/:?]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:106) ~[javafmllanguage-1.18.2-40.1.68.jar%23209!/:?]
    at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:107) ~[fmlcore-1.18.2-40.1.68.jar%23208!/:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) [?:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) [?:?]
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) [?:?]
    at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) [?:?]
    at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) [?:?]
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) [?:?]
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [?:?]
[19:35:47] [Worker-Main-12/INFO]: Common Setup
[19:35:47] [Worker-Main-9/INFO]: Compatibility version 14
[19:35:47] [Worker-Main-10/INFO]: Compression will use Java, encryption will use Java
[19:35:47] [Worker-Main-10/INFO]: Compact Ores world gen is active for 18 ores.
[19:35:47] [Worker-Main-10/INFO]: Presented by Zaia
[19:35:47] [Worker-Main-8/INFO]: Reloading config
[19:35:47] [Worker-Main-8/INFO]: Reloading reverb parameters
[19:35:47] [Worker-Main-9/INFO]: Loading plugins
[19:35:47] [Worker-Main-9/INFO]: Loaded 1 plugin(s)
[19:35:47] [Worker-Main-9/INFO]: Initializing plugins
[19:35:47] [Worker-Main-9/INFO]: Initializing Simple Voice Chat integration
[19:35:47] [Worker-Main-9/INFO]: Initialized 1 plugin(s)
[19:35:47] [Worker-Main-9/INFO]: Registering events for sound_physics_remastered
[19:35:47] [Forge Version Check/INFO]: [bigbrain] Starting version check at https://raw.githubusercontent.com/seymourimadeit/Big-Brain/main/update.json
[19:35:47] [Worker-Main-12/INFO]: Initialized enhancedcelestials network!
[19:35:47] [Render thread/INFO]: Registered region minecraft:overworld to index 0 for type OVERWORLD
[19:35:47] [Render thread/INFO]: Registered region minecraft:nether to index 0 for type NETHER
[19:35:47] [Render thread/INFO]: Registered region biomesoplenty:overworld_common to index 1 for type OVERWORLD
[19:35:47] [Render thread/INFO]: Registered region biomesoplenty:overworld_rare to index 2 for type OVERWORLD
[19:35:47] [Render thread/INFO]: Registered region biomesoplenty:nether_common to index 1 for type NETHER
[19:35:47] [Render thread/INFO]: Registered region biomesoplenty:nether_rare to index 2 for type NETHER
[19:35:47] [Render thread/ERROR]: Adding duplicate value 'com.barion.dungeons_enhanced.DEStructures$$Lambda$11595/0x0000000801a8c840@27cb2ec3' to registry
[19:35:47] [Render thread/INFO]: Registering Structure Piece Types
[19:35:47] [Render thread/INFO]: Finished mod setup in: 48 ms
[19:35:47] [Placebo Patreon Trail Loader/INFO]: Loading patreon trails data...
[19:35:47] [Placebo Patreon Wing Loader/INFO]: Loading patreon wing data...
[19:35:47] [Placebo Patreon Trail Loader/INFO]: Loaded 22 patreon trails.
[19:35:47] [Worker-Main-9/INFO]: Using Cloth Config GUI
[19:35:47] [Worker-Main-9/INFO]: Loading Xaero's Minimap - Stage 1/2
[19:35:47] [Placebo Patreon Wing Loader/INFO]: Loaded 17 patreon wings.
[19:35:47] [Forge Version Check/INFO]: [bigbrain] Found status: UP_TO_DATE Current: 1.5.3 Target: null
[19:35:47] [Forge Version Check/INFO]: [controlling] Starting version check at https://updates.blamejared.com/get?n=controlling&gv=1.18.2
[19:35:48] [Forge Version Check/INFO]: [controlling] Found status: BETA Current: 9.0+21 Target: 9.0+21
[19:35:48] [Forge Version Check/INFO]: [maxhealthfix] Starting version check at https://updates.blamejared.com/get?n=maxhealthfix&gv=1.18.2
[19:35:48] [Forge Version Check/INFO]: [maxhealthfix] Found status: BETA Current: 5.0.1 Target: 5.0.1
[19:35:48] [Forge Version Check/INFO]: [bookshelf] Starting version check at https://updates.blamejared.com/get?n=bookshelf&gv=1.18.2
[19:35:48] [Forge Version Check/INFO]: [bookshelf] Found status: BETA_OUTDATED Current: 13.2.21 Target: 13.2.47
[19:35:48] [Forge Version Check/INFO]: [cdl] Starting version check at https://raw.githubusercontent.com/XxRexRaptorxX/Update-Checker/main/CDL.json
[19:35:49] [Render thread/INFO]: Loading Xaero's Minimap - Stage 2/2
[19:35:49] [Forge Version Check/INFO]: [cdl] Found status: UP_TO_DATE Current: 2.1.1 Target: null
[19:35:49] [Forge Version Check/INFO]: [additionalstructures] Starting version check at https://raw.githubusercontent.com/XxRexRaptorxX/Update-Checker/main/AdditionalStructures.json
[19:35:49] [Forge Version Check/INFO]: [additionalstructures] Found status: UP_TO_DATE Current: 3.1.0 Target: null
[19:35:49] [Forge Version Check/INFO]: [advancementplaques] Starting version check at https://mc-update-check.anthonyhilyard.com/499826
[19:35:50] [Render thread/INFO]: No Optifine!
[19:35:51] [Forge Version Check/INFO]: [advancementplaques] Found status: UP_TO_DATE Current: 1.4.5.1 Target: null
[19:35:51] [Forge Version Check/INFO]: [cfm] Starting version check at https://mrcrayfish.com/modupdatejson?id=cfm
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: sakura:blockstates/soysauce.json: java.io.FileNotFoundException: sakura:blockstates/soysauce.json
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/soysauce.json' missing model for variant: 'sakura:soysauce#level=4'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/soysauce.json' missing model for variant: 'sakura:soysauce#level=5'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/soysauce.json' missing model for variant: 'sakura:soysauce#level=2'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/soysauce.json' missing model for variant: 'sakura:soysauce#level=3'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/soysauce.json' missing model for variant: 'sakura:soysauce#level=0'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/soysauce.json' missing model for variant: 'sakura:soysauce#level=1'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/soysauce.json' missing model for variant: 'sakura:soysauce#level=15'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/soysauce.json' missing model for variant: 'sakura:soysauce#level=13'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/soysauce.json' missing model for variant: 'sakura:soysauce#level=14'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/soysauce.json' missing model for variant: 'sakura:soysauce#level=11'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/soysauce.json' missing model for variant: 'sakura:soysauce#level=12'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/soysauce.json' missing model for variant: 'sakura:soysauce#level=8'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/soysauce.json' missing model for variant: 'sakura:soysauce#level=9'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/soysauce.json' missing model for variant: 'sakura:soysauce#level=10'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/soysauce.json' missing model for variant: 'sakura:soysauce#level=6'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/soysauce.json' missing model for variant: 'sakura:soysauce#level=7'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: sakura:blockstates/doburoku.json: java.io.FileNotFoundException: sakura:blockstates/doburoku.json
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/doburoku.json' missing model for variant: 'sakura:doburoku#level=11'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/doburoku.json' missing model for variant: 'sakura:doburoku#level=9'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/doburoku.json' missing model for variant: 'sakura:doburoku#level=10'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/doburoku.json' missing model for variant: 'sakura:doburoku#level=8'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/doburoku.json' missing model for variant: 'sakura:doburoku#level=7'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/doburoku.json' missing model for variant: 'sakura:doburoku#level=15'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/doburoku.json' missing model for variant: 'sakura:doburoku#level=14'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/doburoku.json' missing model for variant: 'sakura:doburoku#level=13'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/doburoku.json' missing model for variant: 'sakura:doburoku#level=12'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/doburoku.json' missing model for variant: 'sakura:doburoku#level=2'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/doburoku.json' missing model for variant: 'sakura:doburoku#level=1'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/doburoku.json' missing model for variant: 'sakura:doburoku#level=0'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/doburoku.json' missing model for variant: 'sakura:doburoku#level=6'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/doburoku.json' missing model for variant: 'sakura:doburoku#level=5'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/doburoku.json' missing model for variant: 'sakura:doburoku#level=4'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/doburoku.json' missing model for variant: 'sakura:doburoku#level=3'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: sakura:blockstates/sake.json: java.io.FileNotFoundException: sakura:blockstates/sake.json
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/sake.json' missing model for variant: 'sakura:sake#level=10'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/sake.json' missing model for variant: 'sakura:sake#level=14'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/sake.json' missing model for variant: 'sakura:sake#level=13'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/sake.json' missing model for variant: 'sakura:sake#level=12'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/sake.json' missing model for variant: 'sakura:sake#level=11'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/sake.json' missing model for variant: 'sakura:sake#level=15'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/sake.json' missing model for variant: 'sakura:sake#level=5'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/sake.json' missing model for variant: 'sakura:sake#level=4'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/sake.json' missing model for variant: 'sakura:sake#level=3'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/sake.json' missing model for variant: 'sakura:sake#level=2'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/sake.json' missing model for variant: 'sakura:sake#level=9'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/sake.json' missing model for variant: 'sakura:sake#level=8'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/sake.json' missing model for variant: 'sakura:sake#level=7'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/sake.json' missing model for variant: 'sakura:sake#level=6'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/sake.json' missing model for variant: 'sakura:sake#level=1'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/sake.json' missing model for variant: 'sakura:sake#level=0'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: sakura:blockstates/shouchu.json: java.io.FileNotFoundException: sakura:blockstates/shouchu.json
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/shouchu.json' missing model for variant: 'sakura:shouchu#level=10'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/shouchu.json' missing model for variant: 'sakura:shouchu#level=11'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/shouchu.json' missing model for variant: 'sakura:shouchu#level=14'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/shouchu.json' missing model for variant: 'sakura:shouchu#level=15'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/shouchu.json' missing model for variant: 'sakura:shouchu#level=12'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/shouchu.json' missing model for variant: 'sakura:shouchu#level=13'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/shouchu.json' missing model for variant: 'sakura:shouchu#level=0'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/shouchu.json' missing model for variant: 'sakura:shouchu#level=2'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/shouchu.json' missing model for variant: 'sakura:shouchu#level=1'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/shouchu.json' missing model for variant: 'sakura:shouchu#level=4'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/shouchu.json' missing model for variant: 'sakura:shouchu#level=3'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/shouchu.json' missing model for variant: 'sakura:shouchu#level=6'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/shouchu.json' missing model for variant: 'sakura:shouchu#level=5'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/shouchu.json' missing model for variant: 'sakura:shouchu#level=8'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/shouchu.json' missing model for variant: 'sakura:shouchu#level=7'
[19:35:51] [Worker-Main-13/WARN]: Exception loading blockstate definition: 'sakura:blockstates/shouchu.json' missing model for variant: 'sakura:shouchu#level=9'
[19:35:51] [Forge Version Check/INFO]: [cfm] Found status: BETA Current: 7.0.0-pre29 Target: 7.0.0-pre29
[19:35:51] [Forge Version Check/INFO]: [fastleafdecay] Starting version check at https://www.olafkeijsers.net/fastleafdecay-update.json
[19:35:52] [Worker-Main-13/WARN]: Unable to load model: 'minecraft:item/crossbow/crossbow_bolt_iron' referenced from: minecraft:crossbow#inventory: java.io.FileNotFoundException: minecraft:models/item/crossbow/crossbow_bolt_iron.json
[19:35:52] [Worker-Main-13/WARN]: Unable to load model: 'minecraft:item/crossbow/crossbow_bolt_netherite' referenced from: minecraft:crossbow#inventory: java.io.FileNotFoundException: minecraft:models/item/crossbow/crossbow_bolt_netherite.json
[19:35:52] [Worker-Main-13/WARN]: Unable to load model: 'minecraft:item/crossbow/crossbow_bolt_diamond' referenced from: minecraft:crossbow#inventory: java.io.FileNotFoundException: minecraft:models/item/crossbow/crossbow_bolt_diamond.json
[19:35:52] [Worker-Main-13/WARN]: Unable to load model: 'minecraft:item/crossbow/crossbow_bolt_gold' referenced from: minecraft:crossbow#inventory: java.io.FileNotFoundException: minecraft:models/item/crossbow/crossbow_bolt_gold.json
[19:35:52] [Forge Version Check/INFO]: [fastleafdecay] Found status: UP_TO_DATE Current: 28 Target: null
[19:35:52] [Forge Version Check/INFO]: [mcwlights] Starting version check at https://raw.githubusercontent.com/sketchmacaw/macawsmods/master/lights.json
[19:35:52] [Worker-Main-13/WARN]: Unable to load model: 'minecraft:cactem_spear' referenced from: cnb:cactem_spear#inventory: java.io.FileNotFoundException: minecraft:models/cactem_spear.json
[19:35:53] [Worker-Main-13/WARN]: Unable to load model: 'supplementaries:blocks/wall_lanterns/wall_lantern_copper' referenced from: supplementaries:blocks/wall_lanterns/wall_lantern_copper: java.io.FileNotFoundException: supplementaries:models/blocks/wall_lanterns/wall_lantern_copper.json
[19:35:53] [Worker-Main-13/WARN]: Unable to load model: 'supplementaries:blocks/wall_lanterns/wall_lantern_brass' referenced from: supplementaries:blocks/wall_lanterns/wall_lantern_brass: java.io.FileNotFoundException: supplementaries:models/blocks/wall_lanterns/wall_lantern_brass.json
[19:35:53] [Worker-Main-13/WARN]: Unable to load model: 'supplementaries:blocks/wall_lanterns/wall_lantern_gold' referenced from: supplementaries:blocks/wall_lanterns/wall_lantern_gold: java.io.FileNotFoundException: supplementaries:models/blocks/wall_lanterns/wall_lantern_gold.json
[19:35:53] [Worker-Main-13/WARN]: Unable to load model: 'supplementaries:block/plants/kabloom_pulp' referenced from: supplementaries:block/plants/kabloom_pulp: java.io.FileNotFoundException: supplementaries:models/block/plants/kabloom_pulp.json
[19:35:53] [Forge Version Check/INFO]: [mcwlights] Found status: UP_TO_DATE Current: 1.0.3 Target: null
[19:35:53] [Forge Version Check/INFO]: [shrines] Starting version check at https://raw.githubusercontent.com/Silverminer007/MinecraftModsUpdateChecker/master/shrines-structures.json
[19:35:53] [Forge Version Check/INFO]: [shrines] Found status: UP_TO_DATE Current: 1.18.2-4.1.0 Target: null
[19:35:53] [Forge Version Check/INFO]: [goblintraders] Starting version check at https://mrcrayfish.com/modupdatejson?id=goblintraders
[19:35:53] [Forge Version Check/INFO]: [goblintraders] Found status: BETA Current: 1.7.2 Target: 1.7.2
[19:35:53] [Forge Version Check/INFO]: [reap] Starting version check at https://maxhenkel.de/update/reap.json
[19:35:54] [Worker-Main-13/WARN]: Unable to resolve texture reference: #down in sakura:block/stone_mortar
[19:35:54] [Worker-Main-13/WARN]: Unable to resolve texture reference: #up in sakura:block/stone_mortar
[19:35:54] [Worker-Main-13/WARN]: Unable to resolve texture reference: #north in sakura:block/stone_mortar
[19:35:54] [Worker-Main-13/WARN]: Unable to resolve texture reference: #south in sakura:block/stone_mortar
[19:35:54] [Worker-Main-13/WARN]: Unable to resolve texture reference: #west in sakura:block/stone_mortar
[19:35:54] [Worker-Main-13/WARN]: Unable to resolve texture reference: #east in sakura:block/stone_mortar
[19:35:54] [Worker-Main-13/WARN]: Unable to resolve texture reference: #missing in sakura:block/bamboo_leaves_large
[19:35:54] [Worker-Main-13/WARN]: Unable to resolve texture reference: #missing in sakura:block/bamboo_leaves_small
[19:35:54] [Worker-Main-13/WARN]: Unable to resolve texture reference: #missing in cataclysm:item/infernal_forge
[19:35:54] [Worker-Main-13/WARN]: Unable to resolve texture reference: #missing in sakura:block/onion_2
[19:35:54] [Worker-Main-13/WARN]: Unable to resolve texture reference: #missing in sakura:block/onion_1
[19:35:54] [Worker-Main-13/WARN]: Unable to resolve texture reference: #missing in sakura:block/onion_0
[19:35:54] [Worker-Main-14/ERROR]: Using missing texture, unable to load ars_nouveau:textures/blocks/active_middle.png : java.io.FileNotFoundException: ars_nouveau:textures/blocks/active_middle.png
[19:35:54] [Worker-Main-8/ERROR]: Using missing texture, unable to load luckytntmod:textures/blocks/tntx5_bottom.png : java.io.FileNotFoundException: luckytntmod:textures/blocks/tntx5_bottom.png
[19:35:54] [Worker-Main-12/ERROR]: Using missing texture, unable to load ars_nouveau:textures/blocks/active_inner.png : java.io.FileNotFoundException: ars_nouveau:textures/blocks/active_inner.png
[19:35:54] [Worker-Main-11/ERROR]: Using missing texture, unable to load ars_nouveau:textures/blocks/active_outer.png : java.io.FileNotFoundException: ars_nouveau:textures/blocks/active_outer.png
[19:35:54] [Worker-Main-13/WARN]: Texture luckytntmod:items/death_ray_ray with size 945x942 limits mip level from 4 to 0
[19:35:54] [Forge Version Check/INFO]: [reap] Found status: UP_TO_DATE Current: 1.18.2-1.0.0 Target: null
[19:35:54] [Forge Version Check/INFO]: [clumps] Starting version check at https://updates.blamejared.com/get?n=clumps&gv=1.18.2
[19:35:55] [Forge Version Check/INFO]: [clumps] Found status: BETA_OUTDATED Current: 8.0.0+10 Target: 8.0.0+14
[19:35:55] [Forge Version Check/INFO]: [configured] Starting version check at https://mrcrayfish.com/modupdatejson?id=configured
[19:35:55] [Forge Version Check/INFO]: [configured] Found status: BETA Current: 1.5.3 Target: 1.5.3
[19:35:55] [Forge Version Check/INFO]: [catalogue] Starting version check at https://mrcrayfish.com/modupdatejson?id=catalogue
[19:35:55] [Worker-Main-10/ERROR]: Using missing texture, unable to load supplementaries:textures/entity/flags/mandibles.png : java.io.FileNotFoundException: supplementaries:textures/entity/flags/mandibles.png
[19:35:55] [Worker-Main-8/ERROR]: Using missing texture, unable to load supplementaries:textures/entity/flags/shell.png : java.io.FileNotFoundException: supplementaries:textures/entity/flags/shell.png
[19:35:55] [Forge Version Check/INFO]: [catalogue] Found status: BETA Current: 1.6.2 Target: 1.6.2
[19:35:55] [Forge Version Check/INFO]: [forge] Starting version check at https://files.minecraftforge.net/net/minecraftforge/forge/promotions_slim.json
[19:35:55] [Render thread/INFO]: Generating 17 compact ore textures took 0 seconds
[19:35:55] [Worker-Main-10/INFO]: Creating config GUI factories...
[19:35:55] [Worker-Main-11/INFO]: Loaded values for 20 compatible attributes.
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod betterdungeons. Found 0 client config(s) and 1 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod habitat. Found 0 client config(s) and 1 common config(s)
[19:35:55] [Worker-Main-11/INFO]: Loaded 20 values from config.
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod betterwitchhuts. Found 0 client config(s) and 1 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod zombiehorsespawn. Found 0 client config(s) and 1 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod bigbrain. Found 1 client config(s) and 1 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod naturalist. Found 0 client config(s) and 1 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod ars_scalaes. Found 0 client config(s) and 4 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod villagernames. Found 0 client config(s) and 1 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod citadel. Found 0 client config(s) and 1 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod finsandtails. Found 0 client config(s) and 1 common config(s)
[19:35:55] [Worker-Main-11/INFO]: Saving config file. 20 entries.
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod chancecubes. Found 0 client config(s) and 1 common config(s)
[19:35:55] [Worker-Main-11/INFO]: Applying changes for 20 attributes.
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod skeletonhorsespawn. Found 0 client config(s) and 1 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod additionalstructures. Found 1 client config(s) and 0 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod huskspawn. Found 0 client config(s) and 1 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod mineralchance. Found 0 client config(s) and 1 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod despawningeggshatch. Found 0 client config(s) and 1 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod structure_gel. Found 1 client config(s) and 1 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod advancementplaques. Found 0 client config(s) and 1 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod itshallnottick. Found 0 client config(s) and 1 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod repurposed_structures. Found 0 client config(s) and 3 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod ob_aquamirae. Found 1 client config(s) and 1 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod biomesoplenty. Found 0 client config(s) and 1 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod verdure. Found 0 client config(s) and 1 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod geode. Found 1 client config(s) and 1 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod endrem. Found 0 client config(s) and 1 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod valhelsia_structures. Found 0 client config(s) and 1 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod yungsbridges. Found 0 client config(s) and 1 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod dungeons_enhanced. Found 0 client config(s) and 1 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod goblinsanddungeons. Found 1 client config(s) and 0 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod curios. Found 1 client config(s) and 0 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod cataclysm. Found 0 client config(s) and 1 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod patchouli. Found 1 client config(s) and 0 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod collective. Found 0 client config(s) and 1 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod yungsextras. Found 0 client config(s) and 1 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod cfm. Found 1 client config(s) and 1 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod aiimprovements. Found 0 client config(s) and 1 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod geodeoplenty. Found 0 client config(s) and 1 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod strayspawn. Found 0 client config(s) and 1 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod fastleafdecay. Found 0 client config(s) and 0 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod bettermineshafts. Found 0 client config(s) and 1 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod toomanyglyphs. Found 0 client config(s) and 17 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod fixmyspawnr. Found 0 client config(s) and 0 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod shrines. Found 0 client config(s) and 1 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod graveyard. Found 0 client config(s) and 1 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod pehkui. Found 1 client config(s) and 1 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod goblintraders. Found 0 client config(s) and 1 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod reap. Found 0 client config(s) and 0 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod waystones. Found 0 client config(s) and 1 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod fallingleaves. Found 1 client config(s) and 0 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod tumbleweed. Found 0 client config(s) and 1 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod naturescompass. Found 1 client config(s) and 1 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod configured. Found 1 client config(s) and 0 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod sakura. Found 0 client config(s) and 1 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod ob_tooltips. Found 1 client config(s) and 0 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod betterdeserttemples. Found 0 client config(s) and 1 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod ore_creeper. Found 0 client config(s) and 1 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod toastcontrol. Found 0 client config(s) and 1 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod randomium. Found 0 client config(s) and 1 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod ars_nouveau. Found 1 client config(s) and 74 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod forge. Found 1 client config(s) and 1 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod ding. Found 1 client config(s) and 0 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod mmlib. Found 0 client config(s) and 1 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod legendarytooltips. Found 0 client config(s) and 1 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod ecologics. Found 0 client config(s) and 1 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod croptopia. Found 0 client config(s) and 1 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod earthmobsmod. Found 0 client config(s) and 1 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod ars_elemental. Found 1 client config(s) and 10 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod backpacked. Found 1 client config(s) and 1 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod regrowth. Found 0 client config(s) and 1 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod creeperoverhaul. Found 1 client config(s) and 0 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod appleskin. Found 1 client config(s) and 0 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod lootr. Found 1 client config(s) and 1 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod aquaculture. Found 0 client config(s) and 1 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod ob_core. Found 0 client config(s) and 1 common config(s)
[19:35:55] [Worker-Main-10/INFO]: Registering config factory for mod valhelsia_core. Found 1 client config(s) and 0 common config(s)
[19:35:56] [Forge Version Check/INFO]: [forge] Found status: AHEAD Current: 40.1.68 Target: null
[19:35:56] [Forge Version Check/INFO]: [voicechat] Starting version check at https://maxhenkel.de/update/voicechat.json
[19:35:56] [Forge Version Check/INFO]: [voicechat] Found status: UP_TO_DATE Current: 1.18.2-2.2.52 Target: null
[19:35:56] [Forge Version Check/INFO]: [sound_physics_remastered] Starting version check at https://maxhenkel.de/update/sound_physics_remastered.json
[19:35:57] [Forge Version Check/INFO]: [sound_physics_remastered] Found status: UP_TO_DATE Current: 1.18.2-1.0.6 Target: null
[19:35:57] [Forge Version Check/INFO]: [enchdesc] Starting version check at https://updates.blamejared.com/get?n=enchdesc&gv=1.18.2
[19:35:57] [Forge Version Check/INFO]: [enchdesc] Found status: BETA_OUTDATED Current: 10.0.4 Target: 10.0.6
[19:35:57] [Forge Version Check/INFO]: [iceberg] Starting version check at https://mc-update-check.anthonyhilyard.com/520110
[19:35:58] [Render thread/WARN]: Missing sound for event: supplementaries:item.wrench.hit
[19:35:58] [Render thread/WARN]: Missing sound for event: luckytntmod:blow_up_potatos
[19:35:58] [Render thread/INFO]: OpenAL initialized on device OpenAL Soft on Headphones (2- High Definition Audio Device)
[19:35:58] [Render thread/INFO]: Initializing Sound Physics
[19:35:58] [Render thread/INFO]: EFX Extension recognized
[19:35:58] [Render thread/INFO]: Aux slot 1 created
[19:35:58] [Render thread/INFO]: Aux slot 2 created
[19:35:58] [Render thread/INFO]: Aux slot 3 created
[19:35:58] [Render thread/INFO]: Aux slot 4 created
[19:35:58] [Render thread/INFO]: EFX ready
[19:35:58] [Render thread/INFO]: Sound engine started
[19:35:58] [Forge Version Check/INFO]: [iceberg] Found status: UP_TO_DATE Current: 1.0.44 Target: null
[19:35:58] [Forge Version Check/INFO]: [legendarytooltips] Starting version check at https://mc-update-check.anthonyhilyard.com/532127
[19:35:58] [Render thread/INFO]: Created: 2048x2048x4 minecraft:textures/atlas/blocks.png-atlas
[19:35:58] [Render thread/INFO]: Created: 512x512x4 minecraft:textures/atlas/signs.png-atlas
[19:35:58] [Render thread/INFO]: Created: 512x512x4 minecraft:textures/atlas/banner_patterns.png-atlas
[19:35:58] [Render thread/INFO]: Created: 512x512x4 minecraft:textures/atlas/shield_patterns.png-atlas
[19:35:58] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/chest.png-atlas
[19:35:58] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas
[19:35:58] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas
[19:35:58] [Forge Version Check/INFO]: [legendarytooltips] Found status: UP_TO_DATE Current: 1.2.5 Target: null
[19:35:58] [Forge Version Check/INFO]: [backpacked] Starting version check at https://mrcrayfish.com/modupdatejson?id=backpacked
[19:35:58] [Forge Version Check/INFO]: [backpacked] Found status: BETA Current: 2.1.8 Target: 2.1.8
[19:35:58] [Forge Version Check/INFO]: [regrowth] Starting version check at https://github.com/mactso/Regrowth/raw/main/update.json
[19:35:59] [Forge Version Check/INFO]: [regrowth] Found status: BETA Current: 1.18.2-1.40.0.30c Target: 1.18.2-1.40.0.30c
[19:36:00] [Render thread/INFO]: Created: 1024x512x0 minecraft:textures/atlas/particles.png-atlas
[19:36:00] [Render thread/INFO]: Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas
[19:36:00] [Render thread/INFO]: Created: 256x128x0 minecraft:textures/atlas/mob_effects.png-atlas
[19:36:00] [Render thread/INFO]: BookContentResourceListenerLoader preloaded 0 jsons
[19:36:00] [Render thread/INFO]: Not reloading resource pack-based books as client world is missing
[19:36:00] [Render thread/INFO]: Successfully reloaded the minimap shaders!
[19:36:20] [Render thread/INFO]: Stopping!
 

 

Link to comment
Share on other sites

put the wrong debug log
this one here is the right one

 

 

[27Jul2022 19:54:44.444] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--username, SirJum, --version, forge-40.1.68, --gameDir, C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet, --assetsDir, C:\Users\manso\curseforge\minecraft\Install\assets, --assetIndex, 1.18, --uuid, dbc9d6a869514de99f77b1d2a2d3ae89, --accessToken, ????????, --clientId, ODRlMjQyNWEtNjQzOC00YmNiLTk3OTctZGI0MmQxNTU1Yjlj, --xuid, 2535428500377124, --userType, msa, --versionType, release, --width, 1920, --height, 1080, --launchTarget, forgeclient, --fml.forgeVersion, 40.1.68, --fml.mcVersion, 1.18.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20220404.173914]
[27Jul2022 19:54:44.450] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 9.1.3+9.1.3+main.9b69c82a starting: java version 17.0.1 by Microsoft
[27Jul2022 19:54:44.486] [main/DEBUG] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Found launch services [fmlclientdev,forgeclient,minecraft,forgegametestserverdev,fmlserveruserdev,fmlclient,fmldatauserdev,forgeserverdev,forgeserveruserdev,forgeclientdev,forgeclientuserdev,forgeserver,forgedatadev,fmlserver,fmlclientuserdev,fmlserverdev,forgedatauserdev,testharness,forgegametestserveruserdev]
[27Jul2022 19:54:44.500] [main/DEBUG] [cpw.mods.modlauncher.NameMappingServiceHandler/MODLAUNCHER]: Found naming services : [srgtomcp]
[27Jul2022 19:54:44.522] [main/DEBUG] [cpw.mods.modlauncher.LaunchPluginHandler/MODLAUNCHER]: Found launch plugins: [mixin,eventbus,slf4jfixer,object_holder_definalize,runtime_enum_extender,capability_token_subclass,accesstransformer,runtimedistcleaner]
[27Jul2022 19:54:44.545] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Discovering transformation services
[27Jul2022 19:54:44.628] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Found additional transformation services from discovery services: java.util.stream.ReferencePipeline$3@89c10b7
[27Jul2022 19:54:44.645] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Found transformer services : [mixin,fml]
[27Jul2022 19:54:44.646] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services loading
[27Jul2022 19:54:44.648] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loading service mixin
[27Jul2022 19:54:44.648] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loaded service mixin
[27Jul2022 19:54:44.648] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loading service fml
[27Jul2022 19:54:44.650] [main/DEBUG] [net.minecraftforge.fml.loading.LauncherVersion/CORE]: Found FMLLauncher version 1.0
[27Jul2022 19:54:44.651] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML 1.0 loading
[27Jul2022 19:54:44.651] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML found ModLauncher version : 9.1.3+9.1.3+main.9b69c82a
[27Jul2022 19:54:44.651] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML found AccessTransformer version : 8.0.4+66+master.c09db6d7
[27Jul2022 19:54:44.652] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML found EventBus version : 5.0.3+70+master.d7d405b
[27Jul2022 19:54:44.656] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Found Runtime Dist Cleaner
[27Jul2022 19:54:44.658] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML found CoreMod version : 5.0.1+15+master.dc5a2922
[27Jul2022 19:54:44.659] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Found ForgeSPI package implementation version 4.0.15-4.x+4.0.15-4.x+4.x.038e91c0
[27Jul2022 19:54:44.662] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Found ForgeSPI package specification 4
[27Jul2022 19:54:44.664] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loaded service fml
[27Jul2022 19:54:44.665] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Configuring option handling for services
[27Jul2022 19:54:44.670] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services initializing
[27Jul2022 19:54:44.672] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformation service mixin
[27Jul2022 19:54:44.695] [main/DEBUG] [mixin/]: MixinService [ModLauncher] was successfully booted in cpw.mods.cl.ModuleClassLoader@68999068
[27Jul2022 19:54:44.719] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/manso/curseforge/minecraft/Install/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2314!/ Service=ModLauncher Env=CLIENT
[27Jul2022 19:54:44.723] [main/DEBUG] [mixin/]: Initialising Mixin Platform Manager
[27Jul2022 19:54:44.723] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ModLauncher Root Container(ModLauncher:4f56a0a2)
[27Jul2022 19:54:44.724] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ModLauncher Root Container(ModLauncher:4f56a0a2)
[27Jul2022 19:54:44.728] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ModLauncher Root Container(ModLauncher:4f56a0a2)
[27Jul2022 19:54:44.729] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ModLauncher Root Container(ModLauncher:4f56a0a2)
[27Jul2022 19:54:44.729] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ModLauncher Root Container(ModLauncher:4f56a0a2)
[27Jul2022 19:54:44.731] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformation service mixin
[27Jul2022 19:54:44.732] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformation service fml
[27Jul2022 19:54:44.732] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Setting up basic FML game directories
[27Jul2022 19:54:44.733] [main/DEBUG] [net.minecraftforge.fml.loading.FileUtils/CORE]: Found existing GAMEDIR directory : C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet
[27Jul2022 19:54:44.733] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path GAMEDIR is C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet
[27Jul2022 19:54:44.734] [main/DEBUG] [net.minecraftforge.fml.loading.FileUtils/CORE]: Found existing MODSDIR directory : C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods
[27Jul2022 19:54:44.734] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path MODSDIR is C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods
[27Jul2022 19:54:44.734] [main/DEBUG] [net.minecraftforge.fml.loading.FileUtils/CORE]: Found existing CONFIGDIR directory : C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\config
[27Jul2022 19:54:44.734] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path CONFIGDIR is C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\config
[27Jul2022 19:54:44.736] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path FMLCONFIG is C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\config\fml.toml
[27Jul2022 19:54:44.736] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Loading configuration
[27Jul2022 19:54:44.791] [main/DEBUG] [net.minecraftforge.fml.loading.FileUtils/CORE]: Found existing default config directory directory : C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\defaultconfigs
[27Jul2022 19:54:44.792] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Preparing ModFile
[27Jul2022 19:54:44.795] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Preparing launch handler
[27Jul2022 19:54:44.795] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Using forgeclient as launch service
[27Jul2022 19:54:44.825] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Received command line version data  : VersionInfo[forgeVersion=40.1.68, mcVersion=1.18.2, mcpVersion=20220404.173914, forgeGroup=net.minecraftforge]
[27Jul2022 19:54:44.831] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformation service fml
[27Jul2022 19:54:44.832] [main/DEBUG] [cpw.mods.modlauncher.NameMappingServiceHandler/MODLAUNCHER]: Current naming domain is 'srg'
[27Jul2022 19:54:44.833] [main/DEBUG] [cpw.mods.modlauncher.NameMappingServiceHandler/MODLAUNCHER]: Identified name mapping providers {}
[27Jul2022 19:54:44.833] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services begin scanning
[27Jul2022 19:54:44.834] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Beginning scan trigger - transformation service mixin
[27Jul2022 19:54:44.834] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: End scan trigger - transformation service mixin
[27Jul2022 19:54:44.834] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Beginning scan trigger - transformation service fml
[27Jul2022 19:54:44.834] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Initiating mod scan
[27Jul2022 19:54:44.848] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModListHandler/CORE]: Found mod coordinates from lists: []
[27Jul2022 19:54:44.849] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModDiscoverer/CORE]: Found Mod Locators : (mods folder:null),(maven libs:null),(exploded directory:null),(minecraft:null),(userdev classpath:null),(JarInJar:null)
[27Jul2022 19:54:44.871] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\3dskinlayers-forge-1.4.6-mc1.18.2.jar
[27Jul2022 19:54:44.915] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file 3dskinlayers-forge-1.4.6-mc1.18.2.jar with {skinlayers3d} mods - versions {1.4.6}
[27Jul2022 19:54:44.919] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\AdvancementPlaques-1.18.2-1.4.5.1.jar
[27Jul2022 19:54:44.924] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file AdvancementPlaques-1.18.2-1.4.5.1.jar with {advancementplaques} mods - versions {1.4.5.1}
[27Jul2022 19:54:44.931] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\AI-Improvements-1.18.2-0.5.0.jar
[27Jul2022 19:54:44.936] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file AI-Improvements-1.18.2-0.5.0.jar with {aiimprovements} mods - versions {0.5.0}
[27Jul2022 19:54:44.940] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Amplified_Nether_v1.1.1.jar
[27Jul2022 19:54:44.943] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Amplified_Nether_v1.1.1.jar with {amplifiednether} mods - versions {0.0NONE}
[27Jul2022 19:54:44.946] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\appleskin-forge-mc1.18-2.4.0.jar
[27Jul2022 19:54:44.950] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file appleskin-forge-mc1.18-2.4.0.jar with {appleskin} mods - versions {2.4.0+mc1.18}
[27Jul2022 19:54:44.954] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Aquaculture-1.18.2-2.3.7.jar
[27Jul2022 19:54:44.957] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Aquaculture-1.18.2-2.3.7.jar with {aquaculture} mods - versions {1.18.2-2.3.7}
[27Jul2022 19:54:44.967] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Aquamirae 3.2.0 (Forge 1.18.2).jar
[27Jul2022 19:54:44.970] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Aquamirae 3.2.0 (Forge 1.18.2).jar with {ob_aquamirae} mods - versions {3.2.0}
[27Jul2022 19:54:44.975] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\architectury-4.5.76-forge.jar
[27Jul2022 19:54:44.982] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file architectury-4.5.76-forge.jar with {architectury} mods - versions {4.5.76}
[27Jul2022 19:54:44.987] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\ars_elemental-1.18.2-0.4.9.7.5.jar
[27Jul2022 19:54:44.997] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ars_elemental-1.18.2-0.4.9.7.5.jar with {ars_elemental} mods - versions {1.18.2-0.4.9.7.5}
[27Jul2022 19:54:45.003] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\ars_nouveau-1.18.2-2.7.0.jar
[27Jul2022 19:54:45.007] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ars_nouveau-1.18.2-2.7.0.jar with {ars_nouveau} mods - versions {2.7.0}
[27Jul2022 19:54:45.011] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\ars_scalaes-1.18.2-1.5.jar
[27Jul2022 19:54:45.017] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ars_scalaes-1.18.2-1.5.jar with {ars_scalaes} mods - versions {1.18.2-1.5}
[27Jul2022 19:54:45.024] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\arsarsenal-1.1.1-1.18.2.jar
[27Jul2022 19:54:45.026] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file arsarsenal-1.1.1-1.18.2.jar with {arsarsenal} mods - versions {1.1.1-1.18.2}
[27Jul2022 19:54:45.040] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\AttributeFix-Forge-1.18.2-14.0.2.jar
[27Jul2022 19:54:45.041] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file AttributeFix-Forge-1.18.2-14.0.2.jar with {attributefix} mods - versions {14.0.2}
[27Jul2022 19:54:45.045] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\azalea-FORGE-3.2.0.jar
[27Jul2022 19:54:45.050] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file azalea-FORGE-3.2.0.jar with {azalea} mods - versions {3.2.0}
[27Jul2022 19:54:45.054] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\backpacked-2.1.8-1.18.2.jar
[27Jul2022 19:54:45.055] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file backpacked-2.1.8-1.18.2.jar with {backpacked} mods - versions {2.1.8}
[27Jul2022 19:54:45.058] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\balm-3.1.0+0.jar
[27Jul2022 19:54:45.063] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file balm-3.1.0+0.jar with {balm} mods - versions {3.1.0+0}
[27Jul2022 19:54:45.067] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\betterbiomeblend-1.18.2-1.3.5-forge.jar
[27Jul2022 19:54:45.068] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file betterbiomeblend-1.18.2-1.3.5-forge.jar with {betterbiomeblend} mods - versions {1.3.5-forge}
[27Jul2022 19:54:45.071] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\BetterVillage-Forge-1.18.2-1.0.2.jar
[27Jul2022 19:54:45.072] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file BetterVillage-Forge-1.18.2-1.0.2.jar with {bettervillage} mods - versions {1}
[27Jul2022 19:54:45.076] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\bigbrain-1.5.3.jar
[27Jul2022 19:54:45.077] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file bigbrain-1.5.3.jar with {bigbrain} mods - versions {1.5.3}
[27Jul2022 19:54:45.082] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\BiomesOPlenty-1.18.2-16.0.0.109-universal.jar
[27Jul2022 19:54:45.083] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file BiomesOPlenty-1.18.2-16.0.0.109-universal.jar with {biomesoplenty} mods - versions {1.18.2-16.0.0.109}
[27Jul2022 19:54:45.086] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Book Fishing 1.0.0 - 1.18.2.jar
[27Jul2022 19:54:45.087] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Book Fishing 1.0.0 - 1.18.2.jar with {book_fishing} mods - versions {1.0.0}
[27Jul2022 19:54:45.102] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Bookshelf-Forge-1.18.2-13.2.21.jar
[27Jul2022 19:54:45.103] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Bookshelf-Forge-1.18.2-13.2.21.jar with {bookshelf} mods - versions {13.2.21}
[27Jul2022 19:54:45.107] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\BowInfinityFix-1.18.x-rv11.jar
[27Jul2022 19:54:45.109] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file BowInfinityFix-1.18.x-rv11.jar with {bowinfinityfix} mods - versions {1.18.x-rv11}
[27Jul2022 19:54:45.114] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\caelus-forge-1.18.1-3.0.0.2.jar
[27Jul2022 19:54:45.115] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file caelus-forge-1.18.1-3.0.0.2.jar with {caelus} mods - versions {1.18.1-3.0.0.2}
[27Jul2022 19:54:45.119] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Cataclysm-0.19.jar
[27Jul2022 19:54:45.120] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Cataclysm-0.19.jar with {cataclysm} mods - versions {1.0}
[27Jul2022 19:54:45.123] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\catalogue-1.6.2-1.18.2.jar
[27Jul2022 19:54:45.125] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file catalogue-1.6.2-1.18.2.jar with {catalogue} mods - versions {1.6.2}
[27Jul2022 19:54:45.131] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\cfm-7.0.0-pre29-1.18.2.jar
[27Jul2022 19:54:45.136] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file cfm-7.0.0-pre29-1.18.2.jar with {cfm} mods - versions {7.0.0-pre29}
[27Jul2022 19:54:45.140] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\ChanceCubes-1.18.2-5.0.2.455.jar
[27Jul2022 19:54:45.141] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ChanceCubes-1.18.2-5.0.2.455.jar with {chancecubes} mods - versions {1.18.2-5.0.2.455}
[27Jul2022 19:54:45.145] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\chat_heads-0.6.1-forge-1.18.2.jar
[27Jul2022 19:54:45.146] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file chat_heads-0.6.1-forge-1.18.2.jar with {chat_heads} mods - versions {0.6.1}
[27Jul2022 19:54:45.149] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\citadel-1.11.3-1.18.2.jar
[27Jul2022 19:54:45.150] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file citadel-1.11.3-1.18.2.jar with {citadel} mods - versions {1.11.3}
[27Jul2022 19:54:45.153] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\cleancut-mc1.18.2-4.0-forge.jar
[27Jul2022 19:54:45.154] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file cleancut-mc1.18.2-4.0-forge.jar with {cleancut} mods - versions {4.0}
[27Jul2022 19:54:45.160] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\cloth-config-6.2.62-forge.jar
[27Jul2022 19:54:45.164] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file cloth-config-6.2.62-forge.jar with {cloth_config} mods - versions {6.2.62}
[27Jul2022 19:54:45.168] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Clumps-forge-1.18.2-8.0.0+10.jar
[27Jul2022 19:54:45.168] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Clumps-forge-1.18.2-8.0.0+10.jar with {clumps} mods - versions {8.0.0+10}
[27Jul2022 19:54:45.176] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\CNB-1.18.2-1.3.2.jar
[27Jul2022 19:54:45.181] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file CNB-1.18.2-1.3.2.jar with {cnb} mods - versions {1.3.2}
[27Jul2022 19:54:45.185] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\collective-1.18.2-4.28.jar
[27Jul2022 19:54:45.185] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file collective-1.18.2-4.28.jar with {collective} mods - versions {4.28}
[27Jul2022 19:54:45.188] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\compactores-1.18.2-4.0.1.jar
[27Jul2022 19:54:45.189] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file compactores-1.18.2-4.0.1.jar with {compactores} mods - versions {4.0.1}
[27Jul2022 19:54:45.194] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\configured-1.5.3-1.18.2.jar
[27Jul2022 19:54:45.196] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file configured-1.5.3-1.18.2.jar with {configured} mods - versions {1.5.3}
[27Jul2022 19:54:45.199] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\connectivity-1.18.2-3.2.jar
[27Jul2022 19:54:45.200] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file connectivity-1.18.2-3.2.jar with {connectivity} mods - versions {1.18.2-3.2}
[27Jul2022 19:54:45.203] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Controlling-forge-1.18.2-9.0+21.jar
[27Jul2022 19:54:45.204] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Controlling-forge-1.18.2-9.0+21.jar with {controlling} mods - versions {9.0+21}
[27Jul2022 19:54:45.207] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\creeperoverhaul-1.18.2-1.3.0-forge.jar
[27Jul2022 19:54:45.208] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file creeperoverhaul-1.18.2-1.3.0-forge.jar with {creeperoverhaul} mods - versions {1.3.0}
[27Jul2022 19:54:45.215] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Croptopia-1.18.2-FORGE-2.0.5.jar
[27Jul2022 19:54:45.217] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Croptopia-1.18.2-FORGE-2.0.5.jar with {croptopia} mods - versions {2.0.5}
[27Jul2022 19:54:45.221] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\curios-forge-1.18.2-5.0.7.1.jar
[27Jul2022 19:54:45.221] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file curios-forge-1.18.2-5.0.7.1.jar with {curios} mods - versions {1.18.2-5.0.7.1}
[27Jul2022 19:54:45.224] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Customized-Dungeon-Loot-1.18.x-(v.2.1.1).jar
[27Jul2022 19:54:45.225] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Customized-Dungeon-Loot-1.18.x-(v.2.1.1).jar with {cdl} mods - versions {2.1.1}
[27Jul2022 19:54:45.229] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\despawningeggshatch_1.18.2-2.4.jar
[27Jul2022 19:54:45.229] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file despawningeggshatch_1.18.2-2.4.jar with {despawningeggshatch} mods - versions {2.4}
[27Jul2022 19:54:45.233] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Ding-1.18-1.3.0.jar
[27Jul2022 19:54:45.233] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Ding-1.18-1.3.0.jar with {ding} mods - versions {1.3.0}
[27Jul2022 19:54:45.236] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\dual_riders-1.18.2-1.1.1-forge.jar
[27Jul2022 19:54:45.237] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file dual_riders-1.18.2-1.1.1-forge.jar with {dual_riders} mods - versions {1.1.1}
[27Jul2022 19:54:45.241] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\DungeonCrawl-1.18.2-2.3.10.jar
[27Jul2022 19:54:45.242] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file DungeonCrawl-1.18.2-2.3.10.jar with {dungeoncrawl} mods - versions {2.3.10}
[27Jul2022 19:54:45.245] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\dungeons_enhanced-1.18.2-3.1.jar
[27Jul2022 19:54:45.247] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file dungeons_enhanced-1.18.2-3.1.jar with {dungeons_enhanced} mods - versions {3.1}
[27Jul2022 19:54:45.251] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\dynamiclightsreforged-1.18.2_v1.3.3.jar
[27Jul2022 19:54:45.255] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file dynamiclightsreforged-1.18.2_v1.3.3.jar with {dynamiclightsreforged} mods - versions {1.18.2_v1.3.3}
[27Jul2022 19:54:45.262] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\EarthMobs-1.18.2-1.1.2.jar
[27Jul2022 19:54:45.262] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file EarthMobs-1.18.2-1.1.2.jar with {earthmobsmod} mods - versions {1.18.2-1.1.2}
[27Jul2022 19:54:45.266] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\ecologics-forge-1.18.2-1.7.3.jar
[27Jul2022 19:54:45.267] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ecologics-forge-1.18.2-1.7.3.jar with {ecologics} mods - versions {1.7.3}
[27Jul2022 19:54:45.275] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\EnchantmentDescriptions-Forge-1.18.2-10.0.4.jar
[27Jul2022 19:54:45.277] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file EnchantmentDescriptions-Forge-1.18.2-10.0.4.jar with {enchdesc} mods - versions {10.0.4}
[27Jul2022 19:54:45.281] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\endrem_forge-5.1.0-R-1.18.2.jar
[27Jul2022 19:54:45.281] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file endrem_forge-5.1.0-R-1.18.2.jar with {endrem} mods - versions {5.1.0-R-1.18.2}
[27Jul2022 19:54:45.284] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Enhanced_Celestials-forge-1.18.2-2.0.7.jar
[27Jul2022 19:54:45.285] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Enhanced_Celestials-forge-1.18.2-2.0.7.jar with {enhancedcelestials} mods - versions {2.0.7}
[27Jul2022 19:54:45.288] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Entity_Collision_FPS_Fix-forge-1.18.2-1.0.0.jar
[27Jul2022 19:54:45.290] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Entity_Collision_FPS_Fix-forge-1.18.2-1.0.0.jar with {entitycollisionfpsfix} mods - versions {1.0.0}
[27Jul2022 19:54:45.295] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\entityculling-forge-mc1.18-1.5.1.jar
[27Jul2022 19:54:45.297] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file entityculling-forge-mc1.18-1.5.1.jar with {entityculling} mods - versions {1.5.1}
[27Jul2022 19:54:45.300] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\FabricBiomeApiReforged-2.0.3.jar
[27Jul2022 19:54:45.301] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file FabricBiomeApiReforged-2.0.3.jar with {fabric_biome_api} mods - versions {2.0.3}
[27Jul2022 19:54:45.304] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Fallingleaves-1.18.2-1.3.2.jar
[27Jul2022 19:54:45.306] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Fallingleaves-1.18.2-1.3.2.jar with {fallingleaves} mods - versions {1.3.2}
[27Jul2022 19:54:45.313] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\FastFurnace-1.18.2-6.0.3.jar
[27Jul2022 19:54:45.314] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file FastFurnace-1.18.2-6.0.3.jar with {fastfurnace} mods - versions {6.0.3}
[27Jul2022 19:54:45.320] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\FastLeafDecay-28.jar
[27Jul2022 19:54:45.321] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file FastLeafDecay-28.jar with {fastleafdecay} mods - versions {28}
[27Jul2022 19:54:45.324] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\FastSuite-1.18.2-3.0.2.jar
[27Jul2022 19:54:45.325] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file FastSuite-1.18.2-3.0.2.jar with {fastsuite} mods - versions {3.0.2}
[27Jul2022 19:54:45.329] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\FastWorkbench-1.18.2-6.0.2.jar
[27Jul2022 19:54:45.330] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file FastWorkbench-1.18.2-6.0.2.jar with {fastbench} mods - versions {6.0.2}
[27Jul2022 19:54:45.333] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\feature_nbt_deadlock_be_gone_forge-2.0.0+1.18.2.jar
[27Jul2022 19:54:45.333] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file feature_nbt_deadlock_be_gone_forge-2.0.0+1.18.2.jar with {feature_nbt_deadlock_be_gone} mods - versions {2.0.0+1.18.2}
[27Jul2022 19:54:45.341] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\ferritecore-4.2.1-forge.jar
[27Jul2022 19:54:45.342] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ferritecore-4.2.1-forge.jar with {ferritecore} mods - versions {0.0NONE}
[27Jul2022 19:54:45.348] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\finsandtails-1.18.2-1.0.1.jar
[27Jul2022 19:54:45.349] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file finsandtails-1.18.2-1.0.1.jar with {finsandtails} mods - versions {1.18.2-1.0.1}
[27Jul2022 19:54:45.352] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\FixMySpawnR-forge-1.18.2-1.0.0.jar
[27Jul2022 19:54:45.353] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file FixMySpawnR-forge-1.18.2-1.0.0.jar with {fixmyspawnr} mods - versions {1.0.0}
[27Jul2022 19:54:45.355] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\flickerfix-2.0.0.jar
[27Jul2022 19:54:45.357] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file flickerfix-2.0.0.jar with {flickerfix} mods - versions {2.0.0}
[27Jul2022 19:54:45.362] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\flowery-forge-10.jar
[27Jul2022 19:54:45.363] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file flowery-forge-10.jar with {flowery} mods - versions {10}
[27Jul2022 19:54:45.365] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\flowerycore-5.jar
[27Jul2022 19:54:45.366] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file flowerycore-5.jar with {flowerycore} mods - versions {5}
[27Jul2022 19:54:45.369] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\flytre_lib-1.18.2-1.8.2-forge.jar
[27Jul2022 19:54:45.370] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file flytre_lib-1.18.2-1.8.2-forge.jar with {flytre_lib} mods - versions {1.8.2}
[27Jul2022 19:54:45.372] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\FpsReducer2-forge-1.18.2-2.0.jar
[27Jul2022 19:54:45.373] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file FpsReducer2-forge-1.18.2-2.0.jar with {fpsreducer} mods - versions {1.18.2-2.0}
[27Jul2022 19:54:45.377] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\geckolib-forge-1.18-3.0.28.jar
[27Jul2022 19:54:45.380] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file geckolib-forge-1.18-3.0.28.jar with {geckolib3} mods - versions {3.0.28}
[27Jul2022 19:54:45.384] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\geode-1.0.7.jar
[27Jul2022 19:54:45.385] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file geode-1.0.7.jar with {geode} mods - versions {1.0.7}
[27Jul2022 19:54:45.390] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\GeodeOPlenty-1.0.0.jar
[27Jul2022 19:54:45.392] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file GeodeOPlenty-1.0.0.jar with {geodeoplenty} mods - versions {1.0.0}
[27Jul2022 19:54:45.401] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Goblins_Dungeons_1.0.8.jar
[27Jul2022 19:54:45.402] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Goblins_Dungeons_1.0.8.jar with {goblinsanddungeons} mods - versions {1.0.8}
[27Jul2022 19:54:45.407] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\goblintraders-1.7.2-1.18.2.jar
[27Jul2022 19:54:45.412] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file goblintraders-1.7.2-1.18.2.jar with {goblintraders} mods - versions {1.7.2}
[27Jul2022 19:54:45.416] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\habitat-1.1.3.jar
[27Jul2022 19:54:45.417] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file habitat-1.1.3.jar with {habitat} mods - versions {1.1.3}
[27Jul2022 19:54:45.420] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\huskspawn_1.18.2-1.5.jar
[27Jul2022 19:54:45.421] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file huskspawn_1.18.2-1.5.jar with {huskspawn} mods - versions {1.5}
[27Jul2022 19:54:45.425] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Iceberg-1.18.2-1.0.44.jar
[27Jul2022 19:54:45.427] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Iceberg-1.18.2-1.0.44.jar with {iceberg} mods - versions {1.0.44}
[27Jul2022 19:54:45.430] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\infernalmobs-1.18.5.jar
[27Jul2022 19:54:45.431] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file infernalmobs-1.18.5.jar with {infernalmobs} mods - versions {1.18.5}
[27Jul2022 19:54:45.434] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\ItShallNotTick-1.0.20-build.21.jar
[27Jul2022 19:54:45.434] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ItShallNotTick-1.0.20-build.21.jar with {itshallnottick} mods - versions {1.0.20-build.21}
[27Jul2022 19:54:45.437] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\jumpboat-1.18.2-0.1.0.3.jar
[27Jul2022 19:54:45.438] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file jumpboat-1.18.2-0.1.0.3.jar with {jumpboat} mods - versions {1.18.2-0.1.0.3}
[27Jul2022 19:54:45.487] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\krypton-0.1.10-SNAPSHOT.jar
[27Jul2022 19:54:45.489] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file krypton-0.1.10-SNAPSHOT.jar with {krypton} mods - versions {0.1.10-SNAPSHOT}
[27Jul2022 19:54:45.493] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\LegendaryTooltips-1.18.2-1.2.5.jar
[27Jul2022 19:54:45.499] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file LegendaryTooltips-1.18.2-1.2.5.jar with {legendarytooltips} mods - versions {1.2.5}
[27Jul2022 19:54:45.503] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\LibraryFerret-Forge-1.18.2-2.0.0.jar
[27Jul2022 19:54:45.505] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file LibraryFerret-Forge-1.18.2-2.0.0.jar with {libraryferret} mods - versions {2.0.0}
[27Jul2022 19:54:45.510] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\lootr-1.18.2-0.2.19.56.jar
[27Jul2022 19:54:45.511] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file lootr-1.18.2-0.2.19.56.jar with {lootr} mods - versions {0.2.19.56}
[27Jul2022 19:54:45.515] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\lucky-block-forge-1.18.2-13.1.jar
[27Jul2022 19:54:45.516] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file lucky-block-forge-1.18.2-13.1.jar with {lucky} mods - versions {1.18.2-13.1}
[27Jul2022 19:54:45.520] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\LuckyTNTMod-1.18.2-1.1.7.jar
[27Jul2022 19:54:45.524] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file LuckyTNTMod-1.18.2-1.1.7.jar with {luckytntmod} mods - versions {1.1.7}
[27Jul2022 19:54:45.532] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\MaxHealthFix-Forge-1.18.2-5.0.1.jar
[27Jul2022 19:54:45.533] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file MaxHealthFix-Forge-1.18.2-5.0.1.jar with {maxhealthfix} mods - versions {5.0.1}
[27Jul2022 19:54:45.552] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\mcw-lights-1.0.3-mc1.18.2.jar
[27Jul2022 19:54:45.553] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file mcw-lights-1.0.3-mc1.18.2.jar with {mcwlights} mods - versions {1.0.3}
[27Jul2022 19:54:45.556] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\mineralchance_1.18.2-1.7.jar
[27Jul2022 19:54:45.557] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file mineralchance_1.18.2-1.7.jar with {mineralchance} mods - versions {1.7}
[27Jul2022 19:54:45.560] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\mmlib-1.0.5-1.18.2.jar
[27Jul2022 19:54:45.565] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file mmlib-1.0.5-1.18.2.jar with {mmlib} mods - versions {1.0.5-1.18.2}
[27Jul2022 19:54:45.569] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\MouseTweaks-forge-mc1.18-2.21.jar
[27Jul2022 19:54:45.570] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file MouseTweaks-forge-mc1.18-2.21.jar with {mousetweaks} mods - versions {2.21}
[27Jul2022 19:54:45.573] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\naturalist-forge-1.0.4-1.18.2.jar
[27Jul2022 19:54:45.574] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file naturalist-forge-1.0.4-1.18.2.jar with {naturalist} mods - versions {1.0.4}
[27Jul2022 19:54:45.582] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\NaturesCompass-1.18.2-1.9.7-forge.jar
[27Jul2022 19:54:45.583] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file NaturesCompass-1.18.2-1.9.7-forge.jar with {naturescompass} mods - versions {1.18.2-1.9.7-forge}
[27Jul2022 19:54:45.587] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\notenoughanimations-forge-1.6.0-mc1.18.2.jar
[27Jul2022 19:54:45.590] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file notenoughanimations-forge-1.6.0-mc1.18.2.jar with {notenoughanimations} mods - versions {1.6.0}
[27Jul2022 19:54:45.597] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Obscuria's Essentials 3.2.0 (Forge 1.18.2).jar
[27Jul2022 19:54:45.599] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Obscuria's Essentials 3.2.0 (Forge 1.18.2).jar with {ob_core} mods - versions {3.2.0}
[27Jul2022 19:54:45.605] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Obscuria's Tooltips 1.4.1 (1.18.2).jar
[27Jul2022 19:54:45.606] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Obscuria's Tooltips 1.4.1 (1.18.2).jar with {ob_tooltips} mods - versions {1.4.1}
[27Jul2022 19:54:45.610] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Ore Creeper-1.18.2-1.1.8.jar
[27Jul2022 19:54:45.616] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Ore Creeper-1.18.2-1.1.8.jar with {ore_creeper} mods - versions {1.18.2-1.1.8}
[27Jul2022 19:54:45.620] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Origins-1.18.2-1.4.1.4-unified.jar
[27Jul2022 19:54:45.622] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Origins-1.18.2-1.4.1.4-unified.jar with {additionalentityattributes,apoli,calio,origins} mods - versions {1.18.2-1.4.1.4,1.18.2-2.3.3.6,1.18.2-1.5.1.4,1.18.2-1.4.1.4}
[27Jul2022 19:54:45.625] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Patchouli-1.18.2-71.1.jar
[27Jul2022 19:54:45.626] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Patchouli-1.18.2-71.1.jar with {patchouli} mods - versions {1.18.2-71.1}
[27Jul2022 19:54:45.629] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Pehkui-3.3.3+1.18.2-forge.jar
[27Jul2022 19:54:45.630] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Pehkui-3.3.3+1.18.2-forge.jar with {pehkui} mods - versions {3.3.3+1.18.2-forge}
[27Jul2022 19:54:45.633] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Phenomena-1.11.0-18.jar
[27Jul2022 19:54:45.633] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Phenomena-1.11.0-18.jar with {phenomena} mods - versions {1.9.1}
[27Jul2022 19:54:45.636] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Philips ruins1.18.2-2.7.1.jar
[27Jul2022 19:54:45.637] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Philips ruins1.18.2-2.7.1.jar with {philips_ruins} mods - versions {2.7.1}
[27Jul2022 19:54:45.640] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Placebo-1.18.2-6.4.1.jar
[27Jul2022 19:54:45.641] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Placebo-1.18.2-6.4.1.jar with {placebo} mods - versions {6.4.1}
[27Jul2022 19:54:45.644] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\polymorph-forge-1.18.2-0.44.jar
[27Jul2022 19:54:45.646] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file polymorph-forge-1.18.2-0.44.jar with {polymorph} mods - versions {1.18.2-0.44}
[27Jul2022 19:54:45.649] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\powershot-1.4.0-1.18.2-forge.jar
[27Jul2022 19:54:45.650] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file powershot-1.4.0-1.18.2-forge.jar with {powershot} mods - versions {1.4.0-1.18.2-forge}
[27Jul2022 19:54:45.652] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\randombonemealflowers_1.18.2-1.6.jar
[27Jul2022 19:54:45.653] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file randombonemealflowers_1.18.2-1.6.jar with {randombonemealflowers} mods - versions {1.6}
[27Jul2022 19:54:45.656] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\randomium-1.18.2-1.9.jar
[27Jul2022 19:54:45.657] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file randomium-1.18.2-1.9.jar with {randomium} mods - versions {1.18.2-1.9}
[27Jul2022 19:54:45.661] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\rare-ice-0.4.1.jar
[27Jul2022 19:54:45.662] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file rare-ice-0.4.1.jar with {rare_ice} mods - versions {0.0NONE}
[27Jul2022 19:54:45.665] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\reap-1.18.2-1.0.0.jar
[27Jul2022 19:54:45.665] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file reap-1.18.2-1.0.0.jar with {reap} mods - versions {1.18.2-1.0.0}
[27Jul2022 19:54:45.668] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Regrowth-1.18.2-1.40.0.30c.jar
[27Jul2022 19:54:45.668] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Regrowth-1.18.2-1.40.0.30c.jar with {regrowth} mods - versions {1.18.2-1.40.0.30c}
[27Jul2022 19:54:45.673] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\repurposed_structures_forge-5.1.14+1.18.2.jar
[27Jul2022 19:54:45.674] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file repurposed_structures_forge-5.1.14+1.18.2.jar with {repurposed_structures} mods - versions {5.1.14+1.18.2}
[27Jul2022 19:54:45.680] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Rex's-AdditionalStructures-1.18.2-(v.3.1.0).jar
[27Jul2022 19:54:45.681] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Rex's-AdditionalStructures-1.18.2-(v.3.1.0).jar with {additionalstructures} mods - versions {3.1.0}
[27Jul2022 19:54:45.684] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\RoughlyEnoughItems-8.3.510.jar
[27Jul2022 19:54:45.686] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file RoughlyEnoughItems-8.3.510.jar with {roughlyenoughitems,jei} mods - versions {8.3.510,9.9999}
[27Jul2022 19:54:45.689] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\RoughlyEnoughItems-jei-internals-workaround-8.3.510.jar
[27Jul2022 19:54:45.689] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file RoughlyEnoughItems-jei-internals-workaround-8.3.510.jar with {rei_internals_workaround} mods - versions {8.3.510}
[27Jul2022 19:54:45.693] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\rubidium-0.5.3.jar
[27Jul2022 19:54:45.693] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file rubidium-0.5.3.jar with {rubidium} mods - versions {0.5.3}
[27Jul2022 19:54:45.696] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\rubidium_extras-1.18.2_v1.3.1.jar
[27Jul2022 19:54:45.697] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file rubidium_extras-1.18.2_v1.3.1.jar with {rubidium_extras} mods - versions {1.18.2_v1.3.1}
[27Jul2022 19:54:45.700] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\sakura-1.0.2-1.18.2.jar
[27Jul2022 19:54:45.701] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file sakura-1.0.2-1.18.2.jar with {sakura} mods - versions {1.0.2-1.18.2}
[27Jul2022 19:54:45.704] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\selene-1.18.2-1.17.9.jar
[27Jul2022 19:54:45.706] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file selene-1.18.2-1.17.9.jar with {selene} mods - versions {1.18.2-1.17.9}
[27Jul2022 19:54:45.710] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Shrines-1.18.2-4.1.0.jar
[27Jul2022 19:54:45.711] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Shrines-1.18.2-4.1.0.jar with {shrines} mods - versions {1.18.2-4.1.0}
[27Jul2022 19:54:45.714] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\shutupexperimentalsettings-1.0.5.jar
[27Jul2022 19:54:45.714] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file shutupexperimentalsettings-1.0.5.jar with {shutupexperimentalsettings} mods - versions {1.0.5}
[27Jul2022 19:54:45.717] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\simpleshops-1.2.1.jar
[27Jul2022 19:54:45.717] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file simpleshops-1.2.1.jar with {simpleshops} mods - versions {1.1.4}
[27Jul2022 19:54:45.721] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\skeletonhorsespawn_1.18.2-2.0.jar
[27Jul2022 19:54:45.721] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file skeletonhorsespawn_1.18.2-2.0.jar with {skeletonhorsespawn} mods - versions {2.0}
[27Jul2022 19:54:45.724] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\snuffles-1.0.2.jar
[27Jul2022 19:54:45.724] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file snuffles-1.0.2.jar with {snuffles} mods - versions {1.0.2}
[27Jul2022 19:54:45.728] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\soundphysics-forge-1.18.2-1.0.6.jar
[27Jul2022 19:54:45.729] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file soundphysics-forge-1.18.2-1.0.6.jar with {sound_physics_remastered} mods - versions {1.18.2-1.0.6}
[27Jul2022 19:54:45.732] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Special Drops 1.1.0 - 1.18.2.jar
[27Jul2022 19:54:45.733] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Special Drops 1.1.0 - 1.18.2.jar with {special_drops} mods - versions {1.1.0}
[27Jul2022 19:54:45.735] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\strayspawn_1.18.2-1.6.jar
[27Jul2022 19:54:45.736] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file strayspawn_1.18.2-1.6.jar with {strayspawn} mods - versions {1.6}
[27Jul2022 19:54:45.739] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Structory-1.18.2-1.0.2.jar
[27Jul2022 19:54:45.740] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Structory-1.18.2-1.0.2.jar with {structory} mods - versions {0.0NONE}
[27Jul2022 19:54:45.743] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\structure_gel-1.18.2-2.4.6.jar
[27Jul2022 19:54:45.744] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file structure_gel-1.18.2-2.4.6.jar with {structure_gel} mods - versions {2.4.6}
[27Jul2022 19:54:45.749] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\supplementaries-1.18.2-1.4.8.jar
[27Jul2022 19:54:45.756] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file supplementaries-1.18.2-1.4.8.jar with {supplementaries} mods - versions {1.18.2-1.4.8}
[27Jul2022 19:54:45.761] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\TerraBlender-forge-1.18.2-1.1.0.102.jar
[27Jul2022 19:54:45.763] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file TerraBlender-forge-1.18.2-1.1.0.102.jar with {terrablender} mods - versions {1.18.2-1.1.0.102}
[27Jul2022 19:54:45.767] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\terraform-3.0.1.jar
[27Jul2022 19:54:45.767] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file terraform-3.0.1.jar with {terraform} mods - versions {3.0.1}
[27Jul2022 19:54:45.772] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\The_Graveyard_1.9.1_(FORGE)_for_1.18.2.jar
[27Jul2022 19:54:45.773] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file The_Graveyard_1.9.1_(FORGE)_for_1.18.2.jar with {graveyard} mods - versions {1.9.1}
[27Jul2022 19:54:45.778] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\ToastControl-1.18.2-6.0.2.jar
[27Jul2022 19:54:45.778] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ToastControl-1.18.2-6.0.2.jar with {toastcontrol} mods - versions {6.0.2}
[27Jul2022 19:54:45.781] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\toomanyglyphs-1.18.1-2.0.7.15321.jar
[27Jul2022 19:54:45.782] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file toomanyglyphs-1.18.1-2.0.7.15321.jar with {toomanyglyphs} mods - versions {2.0.7.15321}
[27Jul2022 19:54:45.785] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Towns-and-Towers-1.18.2-1.6.0.jar
[27Jul2022 19:54:45.785] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Towns-and-Towers-1.18.2-1.6.0.jar with {t_and_t} mods - versions {1.6}
[27Jul2022 19:54:45.788] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\tumbleweed-1.18-0.4.12.jar
[27Jul2022 19:54:45.789] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file tumbleweed-1.18-0.4.12.jar with {tumbleweed} mods - versions {1.18-0.4.12}
[27Jul2022 19:54:45.792] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\unstructured-0.4+1.18.2[FORGE].jar
[27Jul2022 19:54:45.792] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file unstructured-0.4+1.18.2[FORGE].jar with {unstructured} mods - versions {0.4}
[27Jul2022 19:54:45.796] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\valhelsia_core-1.18.2-0.3.1.jar
[27Jul2022 19:54:45.797] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file valhelsia_core-1.18.2-0.3.1.jar with {valhelsia_core} mods - versions {1.18.2-0.3.1}
[27Jul2022 19:54:45.801] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\valhelsia_structures-forge-1.18.2-0.1.0.jar
[27Jul2022 19:54:45.801] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file valhelsia_structures-forge-1.18.2-0.1.0.jar with {valhelsia_structures} mods - versions {1.18.2-0.1.0}
[27Jul2022 19:54:45.804] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\verdure-1.18.2-1.1.2.jar
[27Jul2022 19:54:45.805] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file verdure-1.18.2-1.1.2.jar with {verdure} mods - versions {1.1.2}
[27Jul2022 19:54:45.808] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\villagernames_1.18.2-3.5.jar
[27Jul2022 19:54:45.809] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file villagernames_1.18.2-3.5.jar with {villagernames} mods - versions {3.5}
[27Jul2022 19:54:45.816] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\voicechat-forge-1.18.2-2.2.52.jar
[27Jul2022 19:54:45.817] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file voicechat-forge-1.18.2-2.2.52.jar with {voicechat} mods - versions {1.18.2-2.2.52}
[27Jul2022 19:54:45.821] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\waystones-forge-1.18.2-10.1.0.jar
[27Jul2022 19:54:45.822] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file waystones-forge-1.18.2-10.1.0.jar with {waystones} mods - versions {10.1.0}
[27Jul2022 19:54:45.825] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Xaeros_Minimap_22.11.1_Forge_1.18.2.jar
[27Jul2022 19:54:45.826] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Xaeros_Minimap_22.11.1_Forge_1.18.2.jar with {xaerominimap} mods - versions {22.11.1}
[27Jul2022 19:54:45.830] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\YungsApi-1.18.2-Forge-2.0.8.jar
[27Jul2022 19:54:45.831] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file YungsApi-1.18.2-Forge-2.0.8.jar with {yungsapi} mods - versions {1.18.2-Forge-2.0.8}
[27Jul2022 19:54:45.834] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\YungsBetterDesertTemples-1.18.2-Forge-1.2.jar
[27Jul2022 19:54:45.835] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file YungsBetterDesertTemples-1.18.2-Forge-1.2.jar with {betterdeserttemples} mods - versions {1.18.2-Forge-1.2}
[27Jul2022 19:54:45.838] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\YungsBetterDungeons-1.18.2-Forge-2.1.0.jar
[27Jul2022 19:54:45.839] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file YungsBetterDungeons-1.18.2-Forge-2.1.0.jar with {betterdungeons} mods - versions {1.18.2-Forge-2.1.0}
[27Jul2022 19:54:45.846] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\YungsBetterMineshafts-1.18.2-Forge-2.2.jar
[27Jul2022 19:54:45.846] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file YungsBetterMineshafts-1.18.2-Forge-2.2.jar with {bettermineshafts} mods - versions {1.18.2-Forge-2.2}
[27Jul2022 19:54:45.850] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\YungsBetterWitchHuts-1.18.2-Forge-1.0.1.jar
[27Jul2022 19:54:45.850] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file YungsBetterWitchHuts-1.18.2-Forge-1.0.1.jar with {betterwitchhuts} mods - versions {1.18.2-Forge-1.0.1}
[27Jul2022 19:54:45.854] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\YungsBridges-1.18.2-Forge-2.1.0.jar
[27Jul2022 19:54:45.855] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file YungsBridges-1.18.2-Forge-2.1.0.jar with {yungsbridges} mods - versions {1.18.2-Forge-2.1.0}
[27Jul2022 19:54:45.859] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\YungsExtras-1.18.2-Forge-2.1.0.jar
[27Jul2022 19:54:45.861] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file YungsExtras-1.18.2-Forge-2.1.0.jar with {yungsextras} mods - versions {1.18.2-Forge-2.1.0}
[27Jul2022 19:54:45.865] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\zombiehorsespawn_1.18.2-3.1.jar
[27Jul2022 19:54:45.868] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file zombiehorsespawn_1.18.2-3.1.jar with {zombiehorsespawn} mods - versions {3.1}
[27Jul2022 19:54:46.132] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file client-1.18.2-20220404.173914-srg.jar with {minecraft} mods - versions {1.18.2}
[27Jul2022 19:54:46.141] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Install\libraries\net\minecraftforge\fmlcore\1.18.2-40.1.68\fmlcore-1.18.2-40.1.68.jar
[27Jul2022 19:54:46.141] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file C:\Users\manso\curseforge\minecraft\Install\libraries\net\minecraftforge\fmlcore\1.18.2-40.1.68\fmlcore-1.18.2-40.1.68.jar is missing mods.toml file
[27Jul2022 19:54:46.162] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Install\libraries\net\minecraftforge\javafmllanguage\1.18.2-40.1.68\javafmllanguage-1.18.2-40.1.68.jar
[27Jul2022 19:54:46.163] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file C:\Users\manso\curseforge\minecraft\Install\libraries\net\minecraftforge\javafmllanguage\1.18.2-40.1.68\javafmllanguage-1.18.2-40.1.68.jar is missing mods.toml file
[27Jul2022 19:54:46.182] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Install\libraries\net\minecraftforge\lowcodelanguage\1.18.2-40.1.68\lowcodelanguage-1.18.2-40.1.68.jar
[27Jul2022 19:54:46.184] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file C:\Users\manso\curseforge\minecraft\Install\libraries\net\minecraftforge\lowcodelanguage\1.18.2-40.1.68\lowcodelanguage-1.18.2-40.1.68.jar is missing mods.toml file
[27Jul2022 19:54:46.193] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Install\libraries\net\minecraftforge\mclanguage\1.18.2-40.1.68\mclanguage-1.18.2-40.1.68.jar
[27Jul2022 19:54:46.193] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file C:\Users\manso\curseforge\minecraft\Install\libraries\net\minecraftforge\mclanguage\1.18.2-40.1.68\mclanguage-1.18.2-40.1.68.jar is missing mods.toml file
[27Jul2022 19:54:46.221] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Install\libraries\net\minecraftforge\forge\1.18.2-40.1.68\forge-1.18.2-40.1.68-universal.jar
[27Jul2022 19:54:46.224] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file forge-1.18.2-40.1.68-universal.jar with {forge} mods - versions {40.1.68}
[27Jul2022 19:54:46.261] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from dynamiclightsreforged-1.18.2_v1.3.3.jar, it does not contain dependency information.
[27Jul2022 19:54:46.263] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from YungsBetterDungeons-1.18.2-Forge-2.1.0.jar, it does not contain dependency information.
[27Jul2022 19:54:46.264] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from habitat-1.1.3.jar, it does not contain dependency information.
[27Jul2022 19:54:46.264] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from YungsBetterWitchHuts-1.18.2-Forge-1.0.1.jar, it does not contain dependency information.
[27Jul2022 19:54:46.266] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from zombiehorsespawn_1.18.2-3.1.jar, it does not contain dependency information.
[27Jul2022 19:54:46.267] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from bigbrain-1.5.3.jar, it does not contain dependency information.
[27Jul2022 19:54:46.267] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Origins-1.18.2-1.4.1.4-unified.jar, it does not contain dependency information.
[27Jul2022 19:54:46.267] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from powershot-1.4.0-1.18.2-forge.jar, it does not contain dependency information.
[27Jul2022 19:54:46.267] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from naturalist-forge-1.0.4-1.18.2.jar, it does not contain dependency information.
[27Jul2022 19:54:46.268] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Entity_Collision_FPS_Fix-forge-1.18.2-1.0.0.jar, it does not contain dependency information.
[27Jul2022 19:54:46.268] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from connectivity-1.18.2-3.2.jar, it does not contain dependency information.
[27Jul2022 19:54:46.269] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from rubidium-0.5.3.jar, it does not contain dependency information.
[27Jul2022 19:54:46.269] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from BowInfinityFix-1.18.x-rv11.jar, it does not contain dependency information.
[27Jul2022 19:54:46.269] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from ars_scalaes-1.18.2-1.5.jar, it does not contain dependency information.
[27Jul2022 19:54:46.270] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from soundphysics-forge-1.18.2-1.0.6.jar, it does not contain dependency information.
[27Jul2022 19:54:46.270] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from villagernames_1.18.2-3.5.jar, it does not contain dependency information.
[27Jul2022 19:54:46.270] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Controlling-forge-1.18.2-9.0+21.jar, it does not contain dependency information.
[27Jul2022 19:54:46.270] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Placebo-1.18.2-6.4.1.jar, it does not contain dependency information.
[27Jul2022 19:54:46.270] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from citadel-1.11.3-1.18.2.jar, it does not contain dependency information.
[27Jul2022 19:54:46.270] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from YungsApi-1.18.2-Forge-2.0.8.jar, it does not contain dependency information.
[27Jul2022 19:54:46.270] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from MaxHealthFix-Forge-1.18.2-5.0.1.jar, it does not contain dependency information.
[27Jul2022 19:54:46.270] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from finsandtails-1.18.2-1.0.1.jar, it does not contain dependency information.
[27Jul2022 19:54:46.271] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from feature_nbt_deadlock_be_gone_forge-2.0.0+1.18.2.jar, it does not contain dependency information.
[27Jul2022 19:54:46.271] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from flowery-forge-10.jar, it does not contain dependency information.
[27Jul2022 19:54:46.271] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Bookshelf-Forge-1.18.2-13.2.21.jar, it does not contain dependency information.
[27Jul2022 19:54:46.271] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from ChanceCubes-1.18.2-5.0.2.455.jar, it does not contain dependency information.
[27Jul2022 19:54:46.271] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Customized-Dungeon-Loot-1.18.x-(v.2.1.1).jar, it does not contain dependency information.
[27Jul2022 19:54:46.271] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from skeletonhorsespawn_1.18.2-2.0.jar, it does not contain dependency information.
[27Jul2022 19:54:46.271] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Rex's-AdditionalStructures-1.18.2-(v.3.1.0).jar, it does not contain dependency information.
[27Jul2022 19:54:46.271] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from balm-3.1.0+0.jar, it does not contain dependency information.
[27Jul2022 19:54:46.271] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from FpsReducer2-forge-1.18.2-2.0.jar, it does not contain dependency information.
[27Jul2022 19:54:46.271] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from chat_heads-0.6.1-forge-1.18.2.jar, it does not contain dependency information.
[27Jul2022 19:54:46.271] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from huskspawn_1.18.2-1.5.jar, it does not contain dependency information.
[27Jul2022 19:54:46.271] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from cloth-config-6.2.62-forge.jar, it does not contain dependency information.
[27Jul2022 19:54:46.271] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from mineralchance_1.18.2-1.7.jar, it does not contain dependency information.
[27Jul2022 19:54:46.272] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from despawningeggshatch_1.18.2-2.4.jar, it does not contain dependency information.
[27Jul2022 19:54:46.272] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from supplementaries-1.18.2-1.4.8.jar, it does not contain dependency information.
[27Jul2022 19:54:46.272] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from structure_gel-1.18.2-2.4.6.jar, it does not contain dependency information.
[27Jul2022 19:54:46.272] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from flytre_lib-1.18.2-1.8.2-forge.jar, it does not contain dependency information.
[27Jul2022 19:54:46.272] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from AdvancementPlaques-1.18.2-1.4.5.1.jar, it does not contain dependency information.
[27Jul2022 19:54:46.272] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from cleancut-mc1.18.2-4.0-forge.jar, it does not contain dependency information.
[27Jul2022 19:54:46.272] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from ItShallNotTick-1.0.20-build.21.jar, it does not contain dependency information.
[27Jul2022 19:54:46.272] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Amplified_Nether_v1.1.1.jar, it does not contain dependency information.
[27Jul2022 19:54:46.272] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from repurposed_structures_forge-5.1.14+1.18.2.jar, it does not contain dependency information.
[27Jul2022 19:54:46.272] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Aquamirae 3.2.0 (Forge 1.18.2).jar, it does not contain dependency information.
[27Jul2022 19:54:46.272] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from BiomesOPlenty-1.18.2-16.0.0.109-universal.jar, it does not contain dependency information.
[27Jul2022 19:54:46.272] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from verdure-1.18.2-1.1.2.jar, it does not contain dependency information.
[27Jul2022 19:54:46.272] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from simpleshops-1.2.1.jar, it does not contain dependency information.
[27Jul2022 19:54:46.272] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from geode-1.0.7.jar, it does not contain dependency information.
[27Jul2022 19:54:46.273] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from endrem_forge-5.1.0-R-1.18.2.jar, it does not contain dependency information.
[27Jul2022 19:54:46.273] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from valhelsia_structures-forge-1.18.2-0.1.0.jar, it does not contain dependency information.
[27Jul2022 19:54:46.273] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from YungsBridges-1.18.2-Forge-2.1.0.jar, it does not contain dependency information.
[27Jul2022 19:54:46.273] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from dungeons_enhanced-1.18.2-3.1.jar, it does not contain dependency information.
[27Jul2022 19:54:46.273] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from CNB-1.18.2-1.3.2.jar, it does not contain dependency information.
[27Jul2022 19:54:46.273] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Goblins_Dungeons_1.0.8.jar, it does not contain dependency information.
[27Jul2022 19:54:46.273] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from curios-forge-1.18.2-5.0.7.1.jar, it does not contain dependency information.
[27Jul2022 19:54:46.274] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Cataclysm-0.19.jar, it does not contain dependency information.
[27Jul2022 19:54:46.274] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Patchouli-1.18.2-71.1.jar, it does not contain dependency information.
[27Jul2022 19:54:46.274] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from collective-1.18.2-4.28.jar, it does not contain dependency information.
[27Jul2022 19:54:46.274] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from betterbiomeblend-1.18.2-1.3.5-forge.jar, it does not contain dependency information.
[27Jul2022 19:54:46.274] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from YungsExtras-1.18.2-Forge-2.1.0.jar, it does not contain dependency information.
[27Jul2022 19:54:46.274] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from BetterVillage-Forge-1.18.2-1.0.2.jar, it does not contain dependency information.
[27Jul2022 19:54:46.275] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from cfm-7.0.0-pre29-1.18.2.jar, it does not contain dependency information.
[27Jul2022 19:54:46.275] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from architectury-4.5.76-forge.jar, it does not contain dependency information.
[27Jul2022 19:54:46.275] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from AI-Improvements-1.18.2-0.5.0.jar, it does not contain dependency information.
[27Jul2022 19:54:46.276] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from krypton-0.1.10-SNAPSHOT.jar, it does not contain dependency information.
[27Jul2022 19:54:46.276] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from GeodeOPlenty-1.0.0.jar, it does not contain dependency information.
[27Jul2022 19:54:46.276] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from strayspawn_1.18.2-1.6.jar, it does not contain dependency information.
[27Jul2022 19:54:46.276] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Towns-and-Towers-1.18.2-1.6.0.jar, it does not contain dependency information.
[27Jul2022 19:54:46.276] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from FastLeafDecay-28.jar, it does not contain dependency information.
[27Jul2022 19:54:46.276] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from YungsBetterMineshafts-1.18.2-Forge-2.2.jar, it does not contain dependency information.
[27Jul2022 19:54:46.277] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from toomanyglyphs-1.18.1-2.0.7.15321.jar, it does not contain dependency information.
[27Jul2022 19:54:46.277] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from geckolib-forge-1.18-3.0.28.jar, it does not contain dependency information.
[27Jul2022 19:54:46.279] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from randombonemealflowers_1.18.2-1.6.jar, it does not contain dependency information.
[27Jul2022 19:54:46.279] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Phenomena-1.11.0-18.jar, it does not contain dependency information.
[27Jul2022 19:54:46.279] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from mcw-lights-1.0.3-mc1.18.2.jar, it does not contain dependency information.
[27Jul2022 19:54:46.279] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from FixMySpawnR-forge-1.18.2-1.0.0.jar, it does not contain dependency information.
[27Jul2022 19:54:46.279] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Shrines-1.18.2-4.1.0.jar, it does not contain dependency information.
[27Jul2022 19:54:46.279] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from The_Graveyard_1.9.1_(FORGE)_for_1.18.2.jar, it does not contain dependency information.
[27Jul2022 19:54:46.279] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from AttributeFix-Forge-1.18.2-14.0.2.jar, it does not contain dependency information.
[27Jul2022 19:54:46.279] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Pehkui-3.3.3+1.18.2-forge.jar, it does not contain dependency information.
[27Jul2022 19:54:46.279] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from LibraryFerret-Forge-1.18.2-2.0.0.jar, it does not contain dependency information.
[27Jul2022 19:54:46.280] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from goblintraders-1.7.2-1.18.2.jar, it does not contain dependency information.
[27Jul2022 19:54:46.280] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from caelus-forge-1.18.1-3.0.0.2.jar, it does not contain dependency information.
[27Jul2022 19:54:46.280] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from reap-1.18.2-1.0.0.jar, it does not contain dependency information.
[27Jul2022 19:54:46.280] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from waystones-forge-1.18.2-10.1.0.jar, it does not contain dependency information.
[27Jul2022 19:54:46.280] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Fallingleaves-1.18.2-1.3.2.jar, it does not contain dependency information.
[27Jul2022 19:54:46.280] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Structory-1.18.2-1.0.2.jar, it does not contain dependency information.
[27Jul2022 19:54:46.280] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from FastSuite-1.18.2-3.0.2.jar, it does not contain dependency information.
[27Jul2022 19:54:46.281] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Clumps-forge-1.18.2-8.0.0+10.jar, it does not contain dependency information.
[27Jul2022 19:54:46.281] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from shutupexperimentalsettings-1.0.5.jar, it does not contain dependency information.
[27Jul2022 19:54:46.281] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from dual_riders-1.18.2-1.1.1-forge.jar, it does not contain dependency information.
[27Jul2022 19:54:46.281] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from tumbleweed-1.18-0.4.12.jar, it does not contain dependency information.
[27Jul2022 19:54:46.281] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from NaturesCompass-1.18.2-1.9.7-forge.jar, it does not contain dependency information.
[27Jul2022 19:54:46.281] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from jumpboat-1.18.2-0.1.0.3.jar, it does not contain dependency information.
[27Jul2022 19:54:46.281] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from configured-1.5.3-1.18.2.jar, it does not contain dependency information.
[27Jul2022 19:54:46.281] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from sakura-1.0.2-1.18.2.jar, it does not contain dependency information.
[27Jul2022 19:54:46.281] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from DungeonCrawl-1.18.2-2.3.10.jar, it does not contain dependency information.
[27Jul2022 19:54:46.281] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Obscuria's Tooltips 1.4.1 (1.18.2).jar, it does not contain dependency information.
[27Jul2022 19:54:46.282] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from snuffles-1.0.2.jar, it does not contain dependency information.
[27Jul2022 19:54:46.282] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from rare-ice-0.4.1.jar, it does not contain dependency information.
[27Jul2022 19:54:46.282] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from YungsBetterDesertTemples-1.18.2-Forge-1.2.jar, it does not contain dependency information.
[27Jul2022 19:54:46.282] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from azalea-FORGE-3.2.0.jar, it does not contain dependency information.
[27Jul2022 19:54:46.282] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Ore Creeper-1.18.2-1.1.8.jar, it does not contain dependency information.
[27Jul2022 19:54:46.282] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from catalogue-1.6.2-1.18.2.jar, it does not contain dependency information.
[27Jul2022 19:54:46.282] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Book Fishing 1.0.0 - 1.18.2.jar, it does not contain dependency information.
[27Jul2022 19:54:46.282] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from ToastControl-1.18.2-6.0.2.jar, it does not contain dependency information.
[27Jul2022 19:54:46.282] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from RoughlyEnoughItems-jei-internals-workaround-8.3.510.jar, it does not contain dependency information.
[27Jul2022 19:54:46.282] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from randomium-1.18.2-1.9.jar, it does not contain dependency information.
[27Jul2022 19:54:46.282] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from ars_nouveau-1.18.2-2.7.0.jar, it does not contain dependency information.
[27Jul2022 19:54:46.283] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from rubidium_extras-1.18.2_v1.3.1.jar, it does not contain dependency information.
[27Jul2022 19:54:46.283] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from flowerycore-5.jar, it does not contain dependency information.
[27Jul2022 19:54:46.284] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from 3dskinlayers-forge-1.4.6-mc1.18.2.jar, it does not contain dependency information.
[27Jul2022 19:54:46.284] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from forge-1.18.2-40.1.68-universal.jar, it does not contain dependency information.
[27Jul2022 19:54:46.284] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from terraform-3.0.1.jar, it does not contain dependency information.
[27Jul2022 19:54:46.284] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from selene-1.18.2-1.17.9.jar, it does not contain dependency information.
[27Jul2022 19:54:46.284] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from infernalmobs-1.18.5.jar, it does not contain dependency information.
[27Jul2022 19:54:46.284] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from client-1.18.2-20220404.173914-srg.jar, it does not contain dependency information.
[27Jul2022 19:54:46.284] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from lucky-block-forge-1.18.2-13.1.jar, it does not contain dependency information.
[27Jul2022 19:54:46.284] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from voicechat-forge-1.18.2-2.2.52.jar, it does not contain dependency information.
[27Jul2022 19:54:46.284] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from EnchantmentDescriptions-Forge-1.18.2-10.0.4.jar, it does not contain dependency information.
[27Jul2022 19:54:46.284] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from TerraBlender-forge-1.18.2-1.1.0.102.jar, it does not contain dependency information.
[27Jul2022 19:54:46.285] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from MouseTweaks-forge-mc1.18-2.21.jar, it does not contain dependency information.
[27Jul2022 19:54:46.285] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from compactores-1.18.2-4.0.1.jar, it does not contain dependency information.
[27Jul2022 19:54:46.285] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from kotlinforforge-3.6.0-obf.jar, it does not contain dependency information.
[27Jul2022 19:54:46.285] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from FabricBiomeApiReforged-2.0.3.jar, it does not contain dependency information.
[27Jul2022 19:54:46.285] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Ding-1.18-1.3.0.jar, it does not contain dependency information.
[27Jul2022 19:54:46.285] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Special Drops 1.1.0 - 1.18.2.jar, it does not contain dependency information.
[27Jul2022 19:54:46.285] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from RoughlyEnoughItems-8.3.510.jar, it does not contain dependency information.
[27Jul2022 19:54:46.285] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from mmlib-1.0.5-1.18.2.jar, it does not contain dependency information.
[27Jul2022 19:54:46.285] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from unstructured-0.4+1.18.2[FORGE].jar, it does not contain dependency information.
[27Jul2022 19:54:46.285] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from notenoughanimations-forge-1.6.0-mc1.18.2.jar, it does not contain dependency information.
[27Jul2022 19:54:46.285] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Iceberg-1.18.2-1.0.44.jar, it does not contain dependency information.
[27Jul2022 19:54:46.285] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from LuckyTNTMod-1.18.2-1.1.7.jar, it does not contain dependency information.
[27Jul2022 19:54:46.286] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from LegendaryTooltips-1.18.2-1.2.5.jar, it does not contain dependency information.
[27Jul2022 19:54:46.286] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from ecologics-forge-1.18.2-1.7.3.jar, it does not contain dependency information.
[27Jul2022 19:54:46.286] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Xaeros_Minimap_22.11.1_Forge_1.18.2.jar, it does not contain dependency information.
[27Jul2022 19:54:46.286] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Croptopia-1.18.2-FORGE-2.0.5.jar, it does not contain dependency information.
[27Jul2022 19:54:46.287] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from FastWorkbench-1.18.2-6.0.2.jar, it does not contain dependency information.
[27Jul2022 19:54:46.287] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from polymorph-forge-1.18.2-0.44.jar, it does not contain dependency information.
[27Jul2022 19:54:46.287] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Philips ruins1.18.2-2.7.1.jar, it does not contain dependency information.
[27Jul2022 19:54:46.287] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from EarthMobs-1.18.2-1.1.2.jar, it does not contain dependency information.
[27Jul2022 19:54:46.287] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from ars_elemental-1.18.2-0.4.9.7.5.jar, it does not contain dependency information.
[27Jul2022 19:54:46.287] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from entityculling-forge-mc1.18-1.5.1.jar, it does not contain dependency information.
[27Jul2022 19:54:46.287] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from backpacked-2.1.8-1.18.2.jar, it does not contain dependency information.
[27Jul2022 19:54:46.287] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Regrowth-1.18.2-1.40.0.30c.jar, it does not contain dependency information.
[27Jul2022 19:54:46.287] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from FastFurnace-1.18.2-6.0.3.jar, it does not contain dependency information.
[27Jul2022 19:54:46.287] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from arsarsenal-1.1.1-1.18.2.jar, it does not contain dependency information.
[27Jul2022 19:54:46.288] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from creeperoverhaul-1.18.2-1.3.0-forge.jar, it does not contain dependency information.
[27Jul2022 19:54:46.288] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from appleskin-forge-mc1.18-2.4.0.jar, it does not contain dependency information.
[27Jul2022 19:54:46.288] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from lootr-1.18.2-0.2.19.56.jar, it does not contain dependency information.
[27Jul2022 19:54:46.288] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from ferritecore-4.2.1-forge.jar, it does not contain dependency information.
[27Jul2022 19:54:46.288] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Enhanced_Celestials-forge-1.18.2-2.0.7.jar, it does not contain dependency information.
[27Jul2022 19:54:46.288] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Aquaculture-1.18.2-2.3.7.jar, it does not contain dependency information.
[27Jul2022 19:54:46.288] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from Obscuria's Essentials 3.2.0 (Forge 1.18.2).jar, it does not contain dependency information.
[27Jul2022 19:54:46.288] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from valhelsia_core-1.18.2-0.3.1.jar, it does not contain dependency information.
[27Jul2022 19:54:46.288] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from flickerfix-2.0.0.jar, it does not contain dependency information.
[27Jul2022 19:54:46.288] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from mclanguage-1.18.2-40.1.68.jar, it does not contain dependency information.
[27Jul2022 19:54:46.288] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from javafmllanguage-1.18.2-40.1.68.jar, it does not contain dependency information.
[27Jul2022 19:54:46.288] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from fmlcore-1.18.2-40.1.68.jar, it does not contain dependency information.
[27Jul2022 19:54:46.288] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from lowcodelanguage-1.18.2-40.1.68.jar, it does not contain dependency information.
[27Jul2022 19:54:46.316] [main/INFO] [net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator/]: No dependencies to load found. Skipping!
[27Jul2022 19:54:46.320] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\dynamiclightsreforged-1.18.2_v1.3.3.jar
[27Jul2022 19:54:46.320] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file dynamiclightsreforged-1.18.2_v1.3.3.jar with {dynamiclightsreforged} mods - versions {1.18.2_v1.3.3}
[27Jul2022 19:54:46.323] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\dynamiclightsreforged-1.18.2_v1.3.3.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[36,)]]
[27Jul2022 19:54:46.325] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\habitat-1.1.3.jar
[27Jul2022 19:54:46.325] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file habitat-1.1.3.jar with {habitat} mods - versions {1.1.3}
[27Jul2022 19:54:46.329] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\habitat-1.1.3.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.329] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\YungsBetterDungeons-1.18.2-Forge-2.1.0.jar
[27Jul2022 19:54:46.330] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file YungsBetterDungeons-1.18.2-Forge-2.1.0.jar with {betterdungeons} mods - versions {1.18.2-Forge-2.1.0}
[27Jul2022 19:54:46.331] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\YungsBetterDungeons-1.18.2-Forge-2.1.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.331] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\YungsBetterWitchHuts-1.18.2-Forge-1.0.1.jar
[27Jul2022 19:54:46.331] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file YungsBetterWitchHuts-1.18.2-Forge-1.0.1.jar with {betterwitchhuts} mods - versions {1.18.2-Forge-1.0.1}
[27Jul2022 19:54:46.331] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\YungsBetterWitchHuts-1.18.2-Forge-1.0.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.332] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\bigbrain-1.5.3.jar
[27Jul2022 19:54:46.332] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file bigbrain-1.5.3.jar with {bigbrain} mods - versions {1.5.3}
[27Jul2022 19:54:46.332] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\bigbrain-1.5.3.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[38,)]]
[27Jul2022 19:54:46.332] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\zombiehorsespawn_1.18.2-3.1.jar
[27Jul2022 19:54:46.332] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file zombiehorsespawn_1.18.2-3.1.jar with {zombiehorsespawn} mods - versions {3.1}
[27Jul2022 19:54:46.332] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\zombiehorsespawn_1.18.2-3.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.333] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Origins-1.18.2-1.4.1.4-unified.jar
[27Jul2022 19:54:46.333] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Origins-1.18.2-1.4.1.4-unified.jar with {additionalentityattributes,apoli,calio,origins} mods - versions {1.18.2-1.4.1.4,1.18.2-2.3.3.6,1.18.2-1.5.1.4,1.18.2-1.4.1.4}
[27Jul2022 19:54:46.333] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Origins-1.18.2-1.4.1.4-unified.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[39,)]]
[27Jul2022 19:54:46.368] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod accessors with Javascript path coremods/accessors.js
[27Jul2022 19:54:46.369] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod tooltip with Javascript path coremods/tooltip.js
[27Jul2022 19:54:46.369] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod prevent_armor_equip with Javascript path coremods/apoli.js
[27Jul2022 19:54:46.369] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod coremods/accessors.js
[27Jul2022 19:54:46.369] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod coremods/tooltip.js
[27Jul2022 19:54:46.369] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod coremods/apoli.js
[27Jul2022 19:54:46.369] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\naturalist-forge-1.0.4-1.18.2.jar
[27Jul2022 19:54:46.369] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file naturalist-forge-1.0.4-1.18.2.jar with {naturalist} mods - versions {1.0.4}
[27Jul2022 19:54:46.370] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\naturalist-forge-1.0.4-1.18.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.370] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\powershot-1.4.0-1.18.2-forge.jar
[27Jul2022 19:54:46.370] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file powershot-1.4.0-1.18.2-forge.jar with {powershot} mods - versions {1.4.0-1.18.2-forge}
[27Jul2022 19:54:46.370] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\powershot-1.4.0-1.18.2-forge.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.371] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\connectivity-1.18.2-3.2.jar
[27Jul2022 19:54:46.371] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file connectivity-1.18.2-3.2.jar with {connectivity} mods - versions {1.18.2-3.2}
[27Jul2022 19:54:46.371] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\connectivity-1.18.2-3.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[28,)]]
[27Jul2022 19:54:46.371] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Entity_Collision_FPS_Fix-forge-1.18.2-1.0.0.jar
[27Jul2022 19:54:46.371] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Entity_Collision_FPS_Fix-forge-1.18.2-1.0.0.jar with {entitycollisionfpsfix} mods - versions {1.0.0}
[27Jul2022 19:54:46.372] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Entity_Collision_FPS_Fix-forge-1.18.2-1.0.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.372] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\rubidium-0.5.3.jar
[27Jul2022 19:54:46.372] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file rubidium-0.5.3.jar with {rubidium} mods - versions {0.5.3}
[27Jul2022 19:54:46.372] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\rubidium-0.5.3.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[39,)]]
[27Jul2022 19:54:46.372] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\ars_scalaes-1.18.2-1.5.jar
[27Jul2022 19:54:46.373] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ars_scalaes-1.18.2-1.5.jar with {ars_scalaes} mods - versions {1.18.2-1.5}
[27Jul2022 19:54:46.373] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\ars_scalaes-1.18.2-1.5.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[35,)]]
[27Jul2022 19:54:46.373] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\BowInfinityFix-1.18.x-rv11.jar
[27Jul2022 19:54:46.373] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file BowInfinityFix-1.18.x-rv11.jar with {bowinfinityfix} mods - versions {1.18.x-rv11}
[27Jul2022 19:54:46.373] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\BowInfinityFix-1.18.x-rv11.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[38,)]]
[27Jul2022 19:54:46.373] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\soundphysics-forge-1.18.2-1.0.6.jar
[27Jul2022 19:54:46.374] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file soundphysics-forge-1.18.2-1.0.6.jar with {sound_physics_remastered} mods - versions {1.18.2-1.0.6}
[27Jul2022 19:54:46.374] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\soundphysics-forge-1.18.2-1.0.6.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.374] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\villagernames_1.18.2-3.5.jar
[27Jul2022 19:54:46.375] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file villagernames_1.18.2-3.5.jar with {villagernames} mods - versions {3.5}
[27Jul2022 19:54:46.375] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\villagernames_1.18.2-3.5.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.376] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Controlling-forge-1.18.2-9.0+21.jar
[27Jul2022 19:54:46.376] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Controlling-forge-1.18.2-9.0+21.jar with {controlling} mods - versions {9.0+21}
[27Jul2022 19:54:46.376] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Controlling-forge-1.18.2-9.0+21.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.376] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\citadel-1.11.3-1.18.2.jar
[27Jul2022 19:54:46.377] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file citadel-1.11.3-1.18.2.jar with {citadel} mods - versions {1.11.3}
[27Jul2022 19:54:46.378] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\citadel-1.11.3-1.18.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.380] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Placebo-1.18.2-6.4.1.jar
[27Jul2022 19:54:46.380] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Placebo-1.18.2-6.4.1.jar with {placebo} mods - versions {6.4.1}
[27Jul2022 19:54:46.380] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Placebo-1.18.2-6.4.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[32,)]]
[27Jul2022 19:54:46.380] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\YungsApi-1.18.2-Forge-2.0.8.jar
[27Jul2022 19:54:46.381] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file YungsApi-1.18.2-Forge-2.0.8.jar with {yungsapi} mods - versions {1.18.2-Forge-2.0.8}
[27Jul2022 19:54:46.381] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\YungsApi-1.18.2-Forge-2.0.8.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.381] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\finsandtails-1.18.2-1.0.1.jar
[27Jul2022 19:54:46.381] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file finsandtails-1.18.2-1.0.1.jar with {finsandtails} mods - versions {1.18.2-1.0.1}
[27Jul2022 19:54:46.381] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\finsandtails-1.18.2-1.0.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.382] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\MaxHealthFix-Forge-1.18.2-5.0.1.jar
[27Jul2022 19:54:46.382] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file MaxHealthFix-Forge-1.18.2-5.0.1.jar with {maxhealthfix} mods - versions {5.0.1}
[27Jul2022 19:54:46.382] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\MaxHealthFix-Forge-1.18.2-5.0.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.382] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\feature_nbt_deadlock_be_gone_forge-2.0.0+1.18.2.jar
[27Jul2022 19:54:46.382] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file feature_nbt_deadlock_be_gone_forge-2.0.0+1.18.2.jar with {feature_nbt_deadlock_be_gone} mods - versions {2.0.0+1.18.2}
[27Jul2022 19:54:46.383] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\feature_nbt_deadlock_be_gone_forge-2.0.0+1.18.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[38,)]]
[27Jul2022 19:54:46.383] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\flowery-forge-10.jar
[27Jul2022 19:54:46.383] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file flowery-forge-10.jar with {flowery} mods - versions {10}
[27Jul2022 19:54:46.384] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\flowery-forge-10.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.384] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Bookshelf-Forge-1.18.2-13.2.21.jar
[27Jul2022 19:54:46.385] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Bookshelf-Forge-1.18.2-13.2.21.jar with {bookshelf} mods - versions {13.2.21}
[27Jul2022 19:54:46.385] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Bookshelf-Forge-1.18.2-13.2.21.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.385] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\ChanceCubes-1.18.2-5.0.2.455.jar
[27Jul2022 19:54:46.386] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ChanceCubes-1.18.2-5.0.2.455.jar with {chancecubes} mods - versions {1.18.2-5.0.2.455}
[27Jul2022 19:54:46.386] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\ChanceCubes-1.18.2-5.0.2.455.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[31,)]]
[27Jul2022 19:54:46.386] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Customized-Dungeon-Loot-1.18.x-(v.2.1.1).jar
[27Jul2022 19:54:46.387] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Customized-Dungeon-Loot-1.18.x-(v.2.1.1).jar with {cdl} mods - versions {2.1.1}
[27Jul2022 19:54:46.387] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Customized-Dungeon-Loot-1.18.x-(v.2.1.1).jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[38,)]]
[27Jul2022 19:54:46.387] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\skeletonhorsespawn_1.18.2-2.0.jar
[27Jul2022 19:54:46.387] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file skeletonhorsespawn_1.18.2-2.0.jar with {skeletonhorsespawn} mods - versions {2.0}
[27Jul2022 19:54:46.387] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\skeletonhorsespawn_1.18.2-2.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.387] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Rex's-AdditionalStructures-1.18.2-(v.3.1.0).jar
[27Jul2022 19:54:46.388] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Rex's-AdditionalStructures-1.18.2-(v.3.1.0).jar with {additionalstructures} mods - versions {3.1.0}
[27Jul2022 19:54:46.388] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Rex's-AdditionalStructures-1.18.2-(v.3.1.0).jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.388] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\balm-3.1.0+0.jar
[27Jul2022 19:54:46.389] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file balm-3.1.0+0.jar with {balm} mods - versions {3.1.0+0}
[27Jul2022 19:54:46.389] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\balm-3.1.0+0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.389] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\FpsReducer2-forge-1.18.2-2.0.jar
[27Jul2022 19:54:46.389] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file FpsReducer2-forge-1.18.2-2.0.jar with {fpsreducer} mods - versions {1.18.2-2.0}
[27Jul2022 19:54:46.389] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\FpsReducer2-forge-1.18.2-2.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[39,)]]
[27Jul2022 19:54:46.390] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\chat_heads-0.6.1-forge-1.18.2.jar
[27Jul2022 19:54:46.390] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file chat_heads-0.6.1-forge-1.18.2.jar with {chat_heads} mods - versions {0.6.1}
[27Jul2022 19:54:46.390] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\chat_heads-0.6.1-forge-1.18.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[38,)]]
[27Jul2022 19:54:46.390] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\huskspawn_1.18.2-1.5.jar
[27Jul2022 19:54:46.390] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file huskspawn_1.18.2-1.5.jar with {huskspawn} mods - versions {1.5}
[27Jul2022 19:54:46.391] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\huskspawn_1.18.2-1.5.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.391] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\cloth-config-6.2.62-forge.jar
[27Jul2022 19:54:46.391] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file cloth-config-6.2.62-forge.jar with {cloth_config} mods - versions {6.2.62}
[27Jul2022 19:54:46.391] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\cloth-config-6.2.62-forge.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[34,)]]
[27Jul2022 19:54:46.391] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\mineralchance_1.18.2-1.7.jar
[27Jul2022 19:54:46.392] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file mineralchance_1.18.2-1.7.jar with {mineralchance} mods - versions {1.7}
[27Jul2022 19:54:46.392] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\mineralchance_1.18.2-1.7.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.393] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\despawningeggshatch_1.18.2-2.4.jar
[27Jul2022 19:54:46.393] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file despawningeggshatch_1.18.2-2.4.jar with {despawningeggshatch} mods - versions {2.4}
[27Jul2022 19:54:46.393] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\despawningeggshatch_1.18.2-2.4.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.396] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\supplementaries-1.18.2-1.4.8.jar
[27Jul2022 19:54:46.396] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file supplementaries-1.18.2-1.4.8.jar with {supplementaries} mods - versions {1.18.2-1.4.8}
[27Jul2022 19:54:46.396] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\supplementaries-1.18.2-1.4.8.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[39,)]]
[27Jul2022 19:54:46.397] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\AdvancementPlaques-1.18.2-1.4.5.1.jar
[27Jul2022 19:54:46.397] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file AdvancementPlaques-1.18.2-1.4.5.1.jar with {advancementplaques} mods - versions {1.4.5.1}
[27Jul2022 19:54:46.397] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\AdvancementPlaques-1.18.2-1.4.5.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.398] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\flytre_lib-1.18.2-1.8.2-forge.jar
[27Jul2022 19:54:46.398] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file flytre_lib-1.18.2-1.8.2-forge.jar with {flytre_lib} mods - versions {1.8.2}
[27Jul2022 19:54:46.398] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\flytre_lib-1.18.2-1.8.2-forge.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.398] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\structure_gel-1.18.2-2.4.6.jar
[27Jul2022 19:54:46.399] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file structure_gel-1.18.2-2.4.6.jar with {structure_gel} mods - versions {2.4.6}
[27Jul2022 19:54:46.399] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\structure_gel-1.18.2-2.4.6.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.399] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\cleancut-mc1.18.2-4.0-forge.jar
[27Jul2022 19:54:46.400] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file cleancut-mc1.18.2-4.0-forge.jar with {cleancut} mods - versions {4.0}
[27Jul2022 19:54:46.400] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\cleancut-mc1.18.2-4.0-forge.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.400] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\ItShallNotTick-1.0.20-build.21.jar
[27Jul2022 19:54:46.400] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ItShallNotTick-1.0.20-build.21.jar with {itshallnottick} mods - versions {1.0.20-build.21}
[27Jul2022 19:54:46.400] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\ItShallNotTick-1.0.20-build.21.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.400] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Amplified_Nether_v1.1.1.jar
[27Jul2022 19:54:46.401] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Amplified_Nether_v1.1.1.jar with {amplifiednether} mods - versions {0.0NONE}
[27Jul2022 19:54:46.401] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Amplified_Nether_v1.1.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.401] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\repurposed_structures_forge-5.1.14+1.18.2.jar
[27Jul2022 19:54:46.401] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file repurposed_structures_forge-5.1.14+1.18.2.jar with {repurposed_structures} mods - versions {5.1.14+1.18.2}
[27Jul2022 19:54:46.401] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\repurposed_structures_forge-5.1.14+1.18.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[38,)]]
[27Jul2022 19:54:46.401] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Aquamirae 3.2.0 (Forge 1.18.2).jar
[27Jul2022 19:54:46.402] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Aquamirae 3.2.0 (Forge 1.18.2).jar with {ob_aquamirae} mods - versions {3.2.0}
[27Jul2022 19:54:46.402] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Aquamirae 3.2.0 (Forge 1.18.2).jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.402] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\BiomesOPlenty-1.18.2-16.0.0.109-universal.jar
[27Jul2022 19:54:46.402] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file BiomesOPlenty-1.18.2-16.0.0.109-universal.jar with {biomesoplenty} mods - versions {1.18.2-16.0.0.109}
[27Jul2022 19:54:46.402] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\BiomesOPlenty-1.18.2-16.0.0.109-universal.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[39,)]]
[27Jul2022 19:54:46.402] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\endrem_forge-5.1.0-R-1.18.2.jar
[27Jul2022 19:54:46.403] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file endrem_forge-5.1.0-R-1.18.2.jar with {endrem} mods - versions {5.1.0-R-1.18.2}
[27Jul2022 19:54:46.403] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\endrem_forge-5.1.0-R-1.18.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[39,)]]
[27Jul2022 19:54:46.404] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\geode-1.0.7.jar
[27Jul2022 19:54:46.404] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file geode-1.0.7.jar with {geode} mods - versions {1.0.7}
[27Jul2022 19:54:46.404] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\geode-1.0.7.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.404] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\simpleshops-1.2.1.jar
[27Jul2022 19:54:46.405] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file simpleshops-1.2.1.jar with {simpleshops} mods - versions {1.1.4}
[27Jul2022 19:54:46.405] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\simpleshops-1.2.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.405] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\verdure-1.18.2-1.1.2.jar
[27Jul2022 19:54:46.406] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file verdure-1.18.2-1.1.2.jar with {verdure} mods - versions {1.1.2}
[27Jul2022 19:54:46.406] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\verdure-1.18.2-1.1.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.406] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\valhelsia_structures-forge-1.18.2-0.1.0.jar
[27Jul2022 19:54:46.406] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file valhelsia_structures-forge-1.18.2-0.1.0.jar with {valhelsia_structures} mods - versions {1.18.2-0.1.0}
[27Jul2022 19:54:46.406] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\valhelsia_structures-forge-1.18.2-0.1.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[39,)]]
[27Jul2022 19:54:46.407] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\YungsBridges-1.18.2-Forge-2.1.0.jar
[27Jul2022 19:54:46.407] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file YungsBridges-1.18.2-Forge-2.1.0.jar with {yungsbridges} mods - versions {1.18.2-Forge-2.1.0}
[27Jul2022 19:54:46.407] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\YungsBridges-1.18.2-Forge-2.1.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.409] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\dungeons_enhanced-1.18.2-3.1.jar
[27Jul2022 19:54:46.410] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file dungeons_enhanced-1.18.2-3.1.jar with {dungeons_enhanced} mods - versions {3.1}
[27Jul2022 19:54:46.410] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\dungeons_enhanced-1.18.2-3.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.410] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\CNB-1.18.2-1.3.2.jar
[27Jul2022 19:54:46.411] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file CNB-1.18.2-1.3.2.jar with {cnb} mods - versions {1.3.2}
[27Jul2022 19:54:46.411] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\CNB-1.18.2-1.3.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.411] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Goblins_Dungeons_1.0.8.jar
[27Jul2022 19:54:46.411] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Goblins_Dungeons_1.0.8.jar with {goblinsanddungeons} mods - versions {1.0.8}
[27Jul2022 19:54:46.412] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Goblins_Dungeons_1.0.8.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[39,)]]
[27Jul2022 19:54:46.412] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Cataclysm-0.19.jar
[27Jul2022 19:54:46.412] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Cataclysm-0.19.jar with {cataclysm} mods - versions {1.0}
[27Jul2022 19:54:46.412] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Cataclysm-0.19.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[36,)]]
[27Jul2022 19:54:46.412] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\curios-forge-1.18.2-5.0.7.1.jar
[27Jul2022 19:54:46.412] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file curios-forge-1.18.2-5.0.7.1.jar with {curios} mods - versions {1.18.2-5.0.7.1}
[27Jul2022 19:54:46.412] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\curios-forge-1.18.2-5.0.7.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.413] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Patchouli-1.18.2-71.1.jar
[27Jul2022 19:54:46.413] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Patchouli-1.18.2-71.1.jar with {patchouli} mods - versions {1.18.2-71.1}
[27Jul2022 19:54:46.413] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Patchouli-1.18.2-71.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.414] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\collective-1.18.2-4.28.jar
[27Jul2022 19:54:46.414] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file collective-1.18.2-4.28.jar with {collective} mods - versions {4.28}
[27Jul2022 19:54:46.414] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\collective-1.18.2-4.28.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.414] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\betterbiomeblend-1.18.2-1.3.5-forge.jar
[27Jul2022 19:54:46.414] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file betterbiomeblend-1.18.2-1.3.5-forge.jar with {betterbiomeblend} mods - versions {1.3.5-forge}
[27Jul2022 19:54:46.414] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\betterbiomeblend-1.18.2-1.3.5-forge.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[39,)]]
[27Jul2022 19:54:46.414] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\YungsExtras-1.18.2-Forge-2.1.0.jar
[27Jul2022 19:54:46.414] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file YungsExtras-1.18.2-Forge-2.1.0.jar with {yungsextras} mods - versions {1.18.2-Forge-2.1.0}
[27Jul2022 19:54:46.415] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\YungsExtras-1.18.2-Forge-2.1.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.415] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\BetterVillage-Forge-1.18.2-1.0.2.jar
[27Jul2022 19:54:46.415] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file BetterVillage-Forge-1.18.2-1.0.2.jar with {bettervillage} mods - versions {1}
[27Jul2022 19:54:46.415] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\BetterVillage-Forge-1.18.2-1.0.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.415] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\architectury-4.5.76-forge.jar
[27Jul2022 19:54:46.416] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file architectury-4.5.76-forge.jar with {architectury} mods - versions {4.5.76}
[27Jul2022 19:54:46.416] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\architectury-4.5.76-forge.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.416] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\cfm-7.0.0-pre29-1.18.2.jar
[27Jul2022 19:54:46.416] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file cfm-7.0.0-pre29-1.18.2.jar with {cfm} mods - versions {7.0.0-pre29}
[27Jul2022 19:54:46.416] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\cfm-7.0.0-pre29-1.18.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[39,)]]
[27Jul2022 19:54:46.417] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\AI-Improvements-1.18.2-0.5.0.jar
[27Jul2022 19:54:46.417] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file AI-Improvements-1.18.2-0.5.0.jar with {aiimprovements} mods - versions {0.5.0}
[27Jul2022 19:54:46.420] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\AI-Improvements-1.18.2-0.5.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[38,)]]
[27Jul2022 19:54:46.420] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\krypton-0.1.10-SNAPSHOT.jar
[27Jul2022 19:54:46.421] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file krypton-0.1.10-SNAPSHOT.jar with {krypton} mods - versions {0.1.10-SNAPSHOT}
[27Jul2022 19:54:46.421] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\krypton-0.1.10-SNAPSHOT.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[38,)]]
[27Jul2022 19:54:46.421] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\GeodeOPlenty-1.0.0.jar
[27Jul2022 19:54:46.422] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file GeodeOPlenty-1.0.0.jar with {geodeoplenty} mods - versions {1.0.0}
[27Jul2022 19:54:46.422] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\GeodeOPlenty-1.0.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.422] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\strayspawn_1.18.2-1.6.jar
[27Jul2022 19:54:46.422] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file strayspawn_1.18.2-1.6.jar with {strayspawn} mods - versions {1.6}
[27Jul2022 19:54:46.422] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\strayspawn_1.18.2-1.6.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.422] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\FastLeafDecay-28.jar
[27Jul2022 19:54:46.422] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file FastLeafDecay-28.jar with {fastleafdecay} mods - versions {28}
[27Jul2022 19:54:46.422] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\FastLeafDecay-28.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.423] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Towns-and-Towers-1.18.2-1.6.0.jar
[27Jul2022 19:54:46.423] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Towns-and-Towers-1.18.2-1.6.0.jar with {t_and_t} mods - versions {1.6}
[27Jul2022 19:54:46.423] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Towns-and-Towers-1.18.2-1.6.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.423] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\toomanyglyphs-1.18.1-2.0.7.15321.jar
[27Jul2022 19:54:46.423] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file toomanyglyphs-1.18.1-2.0.7.15321.jar with {toomanyglyphs} mods - versions {2.0.7.15321}
[27Jul2022 19:54:46.423] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\toomanyglyphs-1.18.1-2.0.7.15321.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[39,)]]
[27Jul2022 19:54:46.423] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\YungsBetterMineshafts-1.18.2-Forge-2.2.jar
[27Jul2022 19:54:46.424] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file YungsBetterMineshafts-1.18.2-Forge-2.2.jar with {bettermineshafts} mods - versions {1.18.2-Forge-2.2}
[27Jul2022 19:54:46.424] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\YungsBetterMineshafts-1.18.2-Forge-2.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.424] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\geckolib-forge-1.18-3.0.28.jar
[27Jul2022 19:54:46.425] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file geckolib-forge-1.18-3.0.28.jar with {geckolib3} mods - versions {3.0.28}
[27Jul2022 19:54:46.426] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\geckolib-forge-1.18-3.0.28.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.426] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\randombonemealflowers_1.18.2-1.6.jar
[27Jul2022 19:54:46.430] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file randombonemealflowers_1.18.2-1.6.jar with {randombonemealflowers} mods - versions {1.6}
[27Jul2022 19:54:46.431] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\randombonemealflowers_1.18.2-1.6.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.431] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Phenomena-1.11.0-18.jar
[27Jul2022 19:54:46.431] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Phenomena-1.11.0-18.jar with {phenomena} mods - versions {1.9.1}
[27Jul2022 19:54:46.432] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Phenomena-1.11.0-18.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.432] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\mcw-lights-1.0.3-mc1.18.2.jar
[27Jul2022 19:54:46.432] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file mcw-lights-1.0.3-mc1.18.2.jar with {mcwlights} mods - versions {1.0.3}
[27Jul2022 19:54:46.432] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\mcw-lights-1.0.3-mc1.18.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[28,)]]
[27Jul2022 19:54:46.432] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\FixMySpawnR-forge-1.18.2-1.0.0.jar
[27Jul2022 19:54:46.433] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file FixMySpawnR-forge-1.18.2-1.0.0.jar with {fixmyspawnr} mods - versions {1.0.0}
[27Jul2022 19:54:46.433] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\FixMySpawnR-forge-1.18.2-1.0.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.433] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Shrines-1.18.2-4.1.0.jar
[27Jul2022 19:54:46.433] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Shrines-1.18.2-4.1.0.jar with {shrines} mods - versions {1.18.2-4.1.0}
[27Jul2022 19:54:46.433] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Shrines-1.18.2-4.1.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.433] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\AttributeFix-Forge-1.18.2-14.0.2.jar
[27Jul2022 19:54:46.433] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file AttributeFix-Forge-1.18.2-14.0.2.jar with {attributefix} mods - versions {14.0.2}
[27Jul2022 19:54:46.433] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\AttributeFix-Forge-1.18.2-14.0.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.434] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\The_Graveyard_1.9.1_(FORGE)_for_1.18.2.jar
[27Jul2022 19:54:46.434] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file The_Graveyard_1.9.1_(FORGE)_for_1.18.2.jar with {graveyard} mods - versions {1.9.1}
[27Jul2022 19:54:46.434] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\The_Graveyard_1.9.1_(FORGE)_for_1.18.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[38,)]]
[27Jul2022 19:54:46.434] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Pehkui-3.3.3+1.18.2-forge.jar
[27Jul2022 19:54:46.434] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Pehkui-3.3.3+1.18.2-forge.jar with {pehkui} mods - versions {3.3.3+1.18.2-forge}
[27Jul2022 19:54:46.434] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Pehkui-3.3.3+1.18.2-forge.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[28,)]]
[27Jul2022 19:54:46.435] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\goblintraders-1.7.2-1.18.2.jar
[27Jul2022 19:54:46.435] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file goblintraders-1.7.2-1.18.2.jar with {goblintraders} mods - versions {1.7.2}
[27Jul2022 19:54:46.435] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\goblintraders-1.7.2-1.18.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.435] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\LibraryFerret-Forge-1.18.2-2.0.0.jar
[27Jul2022 19:54:46.436] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file LibraryFerret-Forge-1.18.2-2.0.0.jar with {libraryferret} mods - versions {2.0.0}
[27Jul2022 19:54:46.436] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\LibraryFerret-Forge-1.18.2-2.0.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.436] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\caelus-forge-1.18.1-3.0.0.2.jar
[27Jul2022 19:54:46.436] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file caelus-forge-1.18.1-3.0.0.2.jar with {caelus} mods - versions {1.18.1-3.0.0.2}
[27Jul2022 19:54:46.436] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\caelus-forge-1.18.1-3.0.0.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[38,)]]
[27Jul2022 19:54:46.436] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\reap-1.18.2-1.0.0.jar
[27Jul2022 19:54:46.436] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file reap-1.18.2-1.0.0.jar with {reap} mods - versions {1.18.2-1.0.0}
[27Jul2022 19:54:46.436] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\reap-1.18.2-1.0.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.436] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\waystones-forge-1.18.2-10.1.0.jar
[27Jul2022 19:54:46.437] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file waystones-forge-1.18.2-10.1.0.jar with {waystones} mods - versions {10.1.0}
[27Jul2022 19:54:46.437] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\waystones-forge-1.18.2-10.1.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.437] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Fallingleaves-1.18.2-1.3.2.jar
[27Jul2022 19:54:46.438] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Fallingleaves-1.18.2-1.3.2.jar with {fallingleaves} mods - versions {1.3.2}
[27Jul2022 19:54:46.438] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Fallingleaves-1.18.2-1.3.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.438] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Clumps-forge-1.18.2-8.0.0+10.jar
[27Jul2022 19:54:46.438] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Clumps-forge-1.18.2-8.0.0+10.jar with {clumps} mods - versions {8.0.0+10}
[27Jul2022 19:54:46.439] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Clumps-forge-1.18.2-8.0.0+10.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.439] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\FastSuite-1.18.2-3.0.2.jar
[27Jul2022 19:54:46.439] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file FastSuite-1.18.2-3.0.2.jar with {fastsuite} mods - versions {3.0.2}
[27Jul2022 19:54:46.439] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\FastSuite-1.18.2-3.0.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[32,)]]
[27Jul2022 19:54:46.439] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Structory-1.18.2-1.0.2.jar
[27Jul2022 19:54:46.440] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Structory-1.18.2-1.0.2.jar with {structory} mods - versions {0.0NONE}
[27Jul2022 19:54:46.440] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Structory-1.18.2-1.0.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.440] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\shutupexperimentalsettings-1.0.5.jar
[27Jul2022 19:54:46.440] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file shutupexperimentalsettings-1.0.5.jar with {shutupexperimentalsettings} mods - versions {1.0.5}
[27Jul2022 19:54:46.440] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\shutupexperimentalsettings-1.0.5.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.441] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\dual_riders-1.18.2-1.1.1-forge.jar
[27Jul2022 19:54:46.442] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file dual_riders-1.18.2-1.1.1-forge.jar with {dual_riders} mods - versions {1.1.1}
[27Jul2022 19:54:46.442] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\dual_riders-1.18.2-1.1.1-forge.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.442] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\NaturesCompass-1.18.2-1.9.7-forge.jar
[27Jul2022 19:54:46.443] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file NaturesCompass-1.18.2-1.9.7-forge.jar with {naturescompass} mods - versions {1.18.2-1.9.7-forge}
[27Jul2022 19:54:46.443] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\NaturesCompass-1.18.2-1.9.7-forge.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.444] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\tumbleweed-1.18-0.4.12.jar
[27Jul2022 19:54:46.444] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file tumbleweed-1.18-0.4.12.jar with {tumbleweed} mods - versions {1.18-0.4.12}
[27Jul2022 19:54:46.444] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\tumbleweed-1.18-0.4.12.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.444] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\configured-1.5.3-1.18.2.jar
[27Jul2022 19:54:46.446] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file configured-1.5.3-1.18.2.jar with {configured} mods - versions {1.5.3}
[27Jul2022 19:54:46.449] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\configured-1.5.3-1.18.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.449] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod Configured with Javascript path transformers/set_background_texture.js
[27Jul2022 19:54:46.450] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod transformers/set_background_texture.js
[27Jul2022 19:54:46.450] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\jumpboat-1.18.2-0.1.0.3.jar
[27Jul2022 19:54:46.450] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file jumpboat-1.18.2-0.1.0.3.jar with {jumpboat} mods - versions {1.18.2-0.1.0.3}
[27Jul2022 19:54:46.451] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\jumpboat-1.18.2-0.1.0.3.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.452] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\sakura-1.0.2-1.18.2.jar
[27Jul2022 19:54:46.452] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file sakura-1.0.2-1.18.2.jar with {sakura} mods - versions {1.0.2-1.18.2}
[27Jul2022 19:54:46.452] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\sakura-1.0.2-1.18.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[39,)]]
[27Jul2022 19:54:46.453] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\DungeonCrawl-1.18.2-2.3.10.jar
[27Jul2022 19:54:46.454] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file DungeonCrawl-1.18.2-2.3.10.jar with {dungeoncrawl} mods - versions {2.3.10}
[27Jul2022 19:54:46.454] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\DungeonCrawl-1.18.2-2.3.10.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.454] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Obscuria's Tooltips 1.4.1 (1.18.2).jar
[27Jul2022 19:54:46.454] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Obscuria's Tooltips 1.4.1 (1.18.2).jar with {ob_tooltips} mods - versions {1.4.1}
[27Jul2022 19:54:46.454] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Obscuria's Tooltips 1.4.1 (1.18.2).jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.455] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\rare-ice-0.4.1.jar
[27Jul2022 19:54:46.458] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file rare-ice-0.4.1.jar with {rare_ice} mods - versions {0.0NONE}
[27Jul2022 19:54:46.458] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\rare-ice-0.4.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[38,)]]
[27Jul2022 19:54:46.468] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod BreakableBlock with Javascript path META-INF/BreakableBlock.js
[27Jul2022 19:54:46.470] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod META-INF/BreakableBlock.js
[27Jul2022 19:54:46.472] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\snuffles-1.0.2.jar
[27Jul2022 19:54:46.500] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file snuffles-1.0.2.jar with {snuffles} mods - versions {1.0.2}
[27Jul2022 19:54:46.503] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\snuffles-1.0.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.503] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\azalea-FORGE-3.2.0.jar
[27Jul2022 19:54:46.504] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file azalea-FORGE-3.2.0.jar with {azalea} mods - versions {3.2.0}
[27Jul2022 19:54:46.504] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\azalea-FORGE-3.2.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.504] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\YungsBetterDesertTemples-1.18.2-Forge-1.2.jar
[27Jul2022 19:54:46.504] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file YungsBetterDesertTemples-1.18.2-Forge-1.2.jar with {betterdeserttemples} mods - versions {1.18.2-Forge-1.2}
[27Jul2022 19:54:46.504] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\YungsBetterDesertTemples-1.18.2-Forge-1.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.504] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Ore Creeper-1.18.2-1.1.8.jar
[27Jul2022 19:54:46.505] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Ore Creeper-1.18.2-1.1.8.jar with {ore_creeper} mods - versions {1.18.2-1.1.8}
[27Jul2022 19:54:46.505] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Ore Creeper-1.18.2-1.1.8.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.508] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Book Fishing 1.0.0 - 1.18.2.jar
[27Jul2022 19:54:46.509] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Book Fishing 1.0.0 - 1.18.2.jar with {book_fishing} mods - versions {1.0.0}
[27Jul2022 19:54:46.509] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Book Fishing 1.0.0 - 1.18.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.509] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\catalogue-1.6.2-1.18.2.jar
[27Jul2022 19:54:46.510] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file catalogue-1.6.2-1.18.2.jar with {catalogue} mods - versions {1.6.2}
[27Jul2022 19:54:46.510] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\catalogue-1.6.2-1.18.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[39,)]]
[27Jul2022 19:54:46.510] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\RoughlyEnoughItems-jei-internals-workaround-8.3.510.jar
[27Jul2022 19:54:46.510] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file RoughlyEnoughItems-jei-internals-workaround-8.3.510.jar with {rei_internals_workaround} mods - versions {8.3.510}
[27Jul2022 19:54:46.511] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\RoughlyEnoughItems-jei-internals-workaround-8.3.510.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[33,)]]
[27Jul2022 19:54:46.511] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\ToastControl-1.18.2-6.0.2.jar
[27Jul2022 19:54:46.511] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ToastControl-1.18.2-6.0.2.jar with {toastcontrol} mods - versions {6.0.2}
[27Jul2022 19:54:46.511] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\ToastControl-1.18.2-6.0.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[32,)]]
[27Jul2022 19:54:46.511] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\ars_nouveau-1.18.2-2.7.0.jar
[27Jul2022 19:54:46.511] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ars_nouveau-1.18.2-2.7.0.jar with {ars_nouveau} mods - versions {2.7.0}
[27Jul2022 19:54:46.512] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\ars_nouveau-1.18.2-2.7.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.512] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\randomium-1.18.2-1.9.jar
[27Jul2022 19:54:46.512] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file randomium-1.18.2-1.9.jar with {randomium} mods - versions {1.18.2-1.9}
[27Jul2022 19:54:46.512] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\randomium-1.18.2-1.9.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[39,)]]
[27Jul2022 19:54:46.512] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\3dskinlayers-forge-1.4.6-mc1.18.2.jar
[27Jul2022 19:54:46.512] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file 3dskinlayers-forge-1.4.6-mc1.18.2.jar with {skinlayers3d} mods - versions {1.4.6}
[27Jul2022 19:54:46.513] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\3dskinlayers-forge-1.4.6-mc1.18.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[35,)]]
[27Jul2022 19:54:46.513] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\flowerycore-5.jar
[27Jul2022 19:54:46.514] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file flowerycore-5.jar with {flowerycore} mods - versions {5}
[27Jul2022 19:54:46.514] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\flowerycore-5.jar with languages [LanguageSpec[languageName=kotlinforforge, acceptedVersions=[3,)]]
[27Jul2022 19:54:46.514] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\rubidium_extras-1.18.2_v1.3.1.jar
[27Jul2022 19:54:46.514] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file rubidium_extras-1.18.2_v1.3.1.jar with {rubidium_extras} mods - versions {1.18.2_v1.3.1}
[27Jul2022 19:54:46.514] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\rubidium_extras-1.18.2_v1.3.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[36,)]]
[27Jul2022 19:54:46.514] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Install\libraries\net\minecraftforge\forge\1.18.2-40.1.68\forge-1.18.2-40.1.68-universal.jar
[27Jul2022 19:54:46.515] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file forge-1.18.2-40.1.68-universal.jar with {forge} mods - versions {40.1.68}
[27Jul2022 19:54:46.515] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Install\libraries\net\minecraftforge\forge\1.18.2-40.1.68\forge-1.18.2-40.1.68-universal.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[24,]]]
[27Jul2022 19:54:46.515] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod field_to_method with Javascript path coremods/field_to_method.js
[27Jul2022 19:54:46.516] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod field_to_instanceof with Javascript path coremods/field_to_instanceof.js
[27Jul2022 19:54:46.516] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod add_bouncer_method with Javascript path coremods/add_bouncer_method.js
[27Jul2022 19:54:46.516] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod registry_object_binary_compat with Javascript path coremods/registry_object_binary_compat.js
[27Jul2022 19:54:46.516] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod coremods/field_to_method.js
[27Jul2022 19:54:46.516] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod coremods/field_to_instanceof.js
[27Jul2022 19:54:46.516] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod coremods/add_bouncer_method.js
[27Jul2022 19:54:46.516] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod coremods/registry_object_binary_compat.js
[27Jul2022 19:54:46.516] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\terraform-3.0.1.jar
[27Jul2022 19:54:46.516] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file terraform-3.0.1.jar with {terraform} mods - versions {3.0.1}
[27Jul2022 19:54:46.516] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\terraform-3.0.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.516] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\infernalmobs-1.18.5.jar
[27Jul2022 19:54:46.517] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file infernalmobs-1.18.5.jar with {infernalmobs} mods - versions {1.18.5}
[27Jul2022 19:54:46.517] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\infernalmobs-1.18.5.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[37,)]]
[27Jul2022 19:54:46.517] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\selene-1.18.2-1.17.9.jar
[27Jul2022 19:54:46.517] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file selene-1.18.2-1.17.9.jar with {selene} mods - versions {1.18.2-1.17.9}
[27Jul2022 19:54:46.517] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\selene-1.18.2-1.17.9.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[38,)]]
[27Jul2022 19:54:46.517] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\lucky-block-forge-1.18.2-13.1.jar
[27Jul2022 19:54:46.517] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file lucky-block-forge-1.18.2-13.1.jar with {lucky} mods - versions {1.18.2-13.1}
[27Jul2022 19:54:46.518] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\lucky-block-forge-1.18.2-13.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40.0.0,)]]
[27Jul2022 19:54:46.518] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file client-1.18.2-20220404.173914-srg.jar with {minecraft} mods - versions {1.18.2}
[27Jul2022 19:54:46.518] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Install\libraries\net\minecraft\client\1.18.2-20220404.173914\client-1.18.2-20220404.173914-srg.jar with languages [LanguageSpec[languageName=minecraft, acceptedVersions=1]]
[27Jul2022 19:54:46.518] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\EnchantmentDescriptions-Forge-1.18.2-10.0.4.jar
[27Jul2022 19:54:46.518] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file EnchantmentDescriptions-Forge-1.18.2-10.0.4.jar with {enchdesc} mods - versions {10.0.4}
[27Jul2022 19:54:46.518] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\EnchantmentDescriptions-Forge-1.18.2-10.0.4.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[39,)]]
[27Jul2022 19:54:46.518] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\voicechat-forge-1.18.2-2.2.52.jar
[27Jul2022 19:54:46.518] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file voicechat-forge-1.18.2-2.2.52.jar with {voicechat} mods - versions {1.18.2-2.2.52}
[27Jul2022 19:54:46.518] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\voicechat-forge-1.18.2-2.2.52.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.518] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\TerraBlender-forge-1.18.2-1.1.0.102.jar
[27Jul2022 19:54:46.519] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file TerraBlender-forge-1.18.2-1.1.0.102.jar with {terrablender} mods - versions {1.18.2-1.1.0.102}
[27Jul2022 19:54:46.522] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\TerraBlender-forge-1.18.2-1.1.0.102.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[39,)]]
[27Jul2022 19:54:46.522] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\MouseTweaks-forge-mc1.18-2.21.jar
[27Jul2022 19:54:46.522] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file MouseTweaks-forge-mc1.18-2.21.jar with {mousetweaks} mods - versions {2.21}
[27Jul2022 19:54:46.522] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\MouseTweaks-forge-mc1.18-2.21.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[38,)]]
[27Jul2022 19:54:46.522] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\compactores-1.18.2-4.0.1.jar
[27Jul2022 19:54:46.523] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file compactores-1.18.2-4.0.1.jar with {compactores} mods - versions {4.0.1}
[27Jul2022 19:54:46.523] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\compactores-1.18.2-4.0.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.523] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\FabricBiomeApiReforged-2.0.3.jar
[27Jul2022 19:54:46.523] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file FabricBiomeApiReforged-2.0.3.jar with {fabric_biome_api} mods - versions {2.0.3}
[27Jul2022 19:54:46.523] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\FabricBiomeApiReforged-2.0.3.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.523] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Ding-1.18-1.3.0.jar
[27Jul2022 19:54:46.524] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Ding-1.18-1.3.0.jar with {ding} mods - versions {1.3.0}
[27Jul2022 19:54:46.524] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Ding-1.18-1.3.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[38,)]]
[27Jul2022 19:54:46.524] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Special Drops 1.1.0 - 1.18.2.jar
[27Jul2022 19:54:46.524] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Special Drops 1.1.0 - 1.18.2.jar with {special_drops} mods - versions {1.1.0}
[27Jul2022 19:54:46.532] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Special Drops 1.1.0 - 1.18.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.532] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\RoughlyEnoughItems-8.3.510.jar
[27Jul2022 19:54:46.538] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file RoughlyEnoughItems-8.3.510.jar with {roughlyenoughitems,jei} mods - versions {8.3.510,9.9999}
[27Jul2022 19:54:46.540] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\RoughlyEnoughItems-8.3.510.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[38,)]]
[27Jul2022 19:54:46.540] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\mmlib-1.0.5-1.18.2.jar
[27Jul2022 19:54:46.542] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file mmlib-1.0.5-1.18.2.jar with {mmlib} mods - versions {1.0.5-1.18.2}
[27Jul2022 19:54:46.542] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\mmlib-1.0.5-1.18.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.542] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\unstructured-0.4+1.18.2[FORGE].jar
[27Jul2022 19:54:46.544] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file unstructured-0.4+1.18.2[FORGE].jar with {unstructured} mods - versions {0.4}
[27Jul2022 19:54:46.544] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\unstructured-0.4+1.18.2[FORGE].jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[38,)]]
[27Jul2022 19:54:46.544] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Iceberg-1.18.2-1.0.44.jar
[27Jul2022 19:54:46.544] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Iceberg-1.18.2-1.0.44.jar with {iceberg} mods - versions {1.0.44}
[27Jul2022 19:54:46.544] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Iceberg-1.18.2-1.0.44.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.545] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\notenoughanimations-forge-1.6.0-mc1.18.2.jar
[27Jul2022 19:54:46.555] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file notenoughanimations-forge-1.6.0-mc1.18.2.jar with {notenoughanimations} mods - versions {1.6.0}
[27Jul2022 19:54:46.556] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\notenoughanimations-forge-1.6.0-mc1.18.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[28,)]]
[27Jul2022 19:54:46.556] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\ecologics-forge-1.18.2-1.7.3.jar
[27Jul2022 19:54:46.561] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ecologics-forge-1.18.2-1.7.3.jar with {ecologics} mods - versions {1.7.3}
[27Jul2022 19:54:46.561] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\ecologics-forge-1.18.2-1.7.3.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.561] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\LegendaryTooltips-1.18.2-1.2.5.jar
[27Jul2022 19:54:46.562] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file LegendaryTooltips-1.18.2-1.2.5.jar with {legendarytooltips} mods - versions {1.2.5}
[27Jul2022 19:54:46.562] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\LegendaryTooltips-1.18.2-1.2.5.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.563] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\LuckyTNTMod-1.18.2-1.1.7.jar
[27Jul2022 19:54:46.564] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file LuckyTNTMod-1.18.2-1.1.7.jar with {luckytntmod} mods - versions {1.1.7}
[27Jul2022 19:54:46.565] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\LuckyTNTMod-1.18.2-1.1.7.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.565] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Xaeros_Minimap_22.11.1_Forge_1.18.2.jar
[27Jul2022 19:54:46.566] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Xaeros_Minimap_22.11.1_Forge_1.18.2.jar with {xaerominimap} mods - versions {22.11.1}
[27Jul2022 19:54:46.567] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Xaeros_Minimap_22.11.1_Forge_1.18.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[38,)]]
[27Jul2022 19:54:46.568] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod xaerominimap_core with Javascript path META-INF/xaerominimap_core.js
[27Jul2022 19:54:46.568] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod META-INF/xaerominimap_core.js
[27Jul2022 19:54:46.568] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Croptopia-1.18.2-FORGE-2.0.5.jar
[27Jul2022 19:54:46.569] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Croptopia-1.18.2-FORGE-2.0.5.jar with {croptopia} mods - versions {2.0.5}
[27Jul2022 19:54:46.569] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Croptopia-1.18.2-FORGE-2.0.5.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[37,)]]
[27Jul2022 19:54:46.570] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\FastWorkbench-1.18.2-6.0.2.jar
[27Jul2022 19:54:46.573] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file FastWorkbench-1.18.2-6.0.2.jar with {fastbench} mods - versions {6.0.2}
[27Jul2022 19:54:46.573] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\FastWorkbench-1.18.2-6.0.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[32,)]]
[27Jul2022 19:54:46.573] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\polymorph-forge-1.18.2-0.44.jar
[27Jul2022 19:54:46.574] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file polymorph-forge-1.18.2-0.44.jar with {polymorph} mods - versions {1.18.2-0.44}
[27Jul2022 19:54:46.574] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\polymorph-forge-1.18.2-0.44.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.574] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\ars_elemental-1.18.2-0.4.9.7.5.jar
[27Jul2022 19:54:46.574] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ars_elemental-1.18.2-0.4.9.7.5.jar with {ars_elemental} mods - versions {1.18.2-0.4.9.7.5}
[27Jul2022 19:54:46.575] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\ars_elemental-1.18.2-0.4.9.7.5.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.575] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\EarthMobs-1.18.2-1.1.2.jar
[27Jul2022 19:54:46.576] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file EarthMobs-1.18.2-1.1.2.jar with {earthmobsmod} mods - versions {1.18.2-1.1.2}
[27Jul2022 19:54:46.577] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\EarthMobs-1.18.2-1.1.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.577] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Philips ruins1.18.2-2.7.1.jar
[27Jul2022 19:54:46.582] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Philips ruins1.18.2-2.7.1.jar with {philips_ruins} mods - versions {2.7.1}
[27Jul2022 19:54:46.582] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Philips ruins1.18.2-2.7.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.582] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\backpacked-2.1.8-1.18.2.jar
[27Jul2022 19:54:46.583] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file backpacked-2.1.8-1.18.2.jar with {backpacked} mods - versions {2.1.8}
[27Jul2022 19:54:46.583] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\backpacked-2.1.8-1.18.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[34,)]]
[27Jul2022 19:54:46.583] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\entityculling-forge-mc1.18-1.5.1.jar
[27Jul2022 19:54:46.583] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file entityculling-forge-mc1.18-1.5.1.jar with {entityculling} mods - versions {1.5.1}
[27Jul2022 19:54:46.583] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\entityculling-forge-mc1.18-1.5.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[35,)]]
[27Jul2022 19:54:46.583] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Regrowth-1.18.2-1.40.0.30c.jar
[27Jul2022 19:54:46.584] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Regrowth-1.18.2-1.40.0.30c.jar with {regrowth} mods - versions {1.18.2-1.40.0.30c}
[27Jul2022 19:54:46.584] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Regrowth-1.18.2-1.40.0.30c.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.584] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\arsarsenal-1.1.1-1.18.2.jar
[27Jul2022 19:54:46.585] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file arsarsenal-1.1.1-1.18.2.jar with {arsarsenal} mods - versions {1.1.1-1.18.2}
[27Jul2022 19:54:46.586] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\arsarsenal-1.1.1-1.18.2.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[36,)]]
[27Jul2022 19:54:46.586] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\FastFurnace-1.18.2-6.0.3.jar
[27Jul2022 19:54:46.587] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file FastFurnace-1.18.2-6.0.3.jar with {fastfurnace} mods - versions {6.0.3}
[27Jul2022 19:54:46.587] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\FastFurnace-1.18.2-6.0.3.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[32,)]]
[27Jul2022 19:54:46.587] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\appleskin-forge-mc1.18-2.4.0.jar
[27Jul2022 19:54:46.587] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file appleskin-forge-mc1.18-2.4.0.jar with {appleskin} mods - versions {2.4.0+mc1.18}
[27Jul2022 19:54:46.587] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\appleskin-forge-mc1.18-2.4.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[37,)]]
[27Jul2022 19:54:46.587] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\creeperoverhaul-1.18.2-1.3.0-forge.jar
[27Jul2022 19:54:46.588] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file creeperoverhaul-1.18.2-1.3.0-forge.jar with {creeperoverhaul} mods - versions {1.3.0}
[27Jul2022 19:54:46.588] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\creeperoverhaul-1.18.2-1.3.0-forge.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.588] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\ferritecore-4.2.1-forge.jar
[27Jul2022 19:54:46.588] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ferritecore-4.2.1-forge.jar with {ferritecore} mods - versions {0.0NONE}
[27Jul2022 19:54:46.588] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\ferritecore-4.2.1-forge.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[28,)]]
[27Jul2022 19:54:46.588] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\lootr-1.18.2-0.2.19.56.jar
[27Jul2022 19:54:46.588] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file lootr-1.18.2-0.2.19.56.jar with {lootr} mods - versions {0.2.19.56}
[27Jul2022 19:54:46.588] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\lootr-1.18.2-0.2.19.56.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.588] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Enhanced_Celestials-forge-1.18.2-2.0.7.jar
[27Jul2022 19:54:46.589] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Enhanced_Celestials-forge-1.18.2-2.0.7.jar with {enhancedcelestials} mods - versions {2.0.7}
[27Jul2022 19:54:46.589] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Enhanced_Celestials-forge-1.18.2-2.0.7.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.589] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Aquaculture-1.18.2-2.3.7.jar
[27Jul2022 19:54:46.589] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Aquaculture-1.18.2-2.3.7.jar with {aquaculture} mods - versions {1.18.2-2.3.7}
[27Jul2022 19:54:46.589] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Aquaculture-1.18.2-2.3.7.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.589] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Obscuria's Essentials 3.2.0 (Forge 1.18.2).jar
[27Jul2022 19:54:46.590] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Obscuria's Essentials 3.2.0 (Forge 1.18.2).jar with {ob_core} mods - versions {3.2.0}
[27Jul2022 19:54:46.590] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\Obscuria's Essentials 3.2.0 (Forge 1.18.2).jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[40,)]]
[27Jul2022 19:54:46.590] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\valhelsia_core-1.18.2-0.3.1.jar
[27Jul2022 19:54:46.590] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file valhelsia_core-1.18.2-0.3.1.jar with {valhelsia_core} mods - versions {1.18.2-0.3.1}
[27Jul2022 19:54:46.590] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\valhelsia_core-1.18.2-0.3.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[39,)]]
[27Jul2022 19:54:46.590] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\flickerfix-2.0.0.jar
[27Jul2022 19:54:46.590] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file flickerfix-2.0.0.jar with {flickerfix} mods - versions {2.0.0}
[27Jul2022 19:54:46.590] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\mods\flickerfix-2.0.0.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[38,)]]
[27Jul2022 19:54:46.592] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: End scan trigger - transformation service fml
[27Jul2022 19:54:46.612] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Found 4 language providers
[27Jul2022 19:54:46.615] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Found language provider minecraft, version 1.0
[27Jul2022 19:54:46.617] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Found language provider lowcodefml, version 40
[27Jul2022 19:54:46.618] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Found language provider kotlinforforge, version 3.6.0
[27Jul2022 19:54:46.619] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Found language provider javafml, version 40
[27Jul2022 19:54:46.623] [main/DEBUG] [net.minecraftforge.fml.loading.ModSorter/]: Configured system mods: [minecraft, forge]
[27Jul2022 19:54:46.623] [main/DEBUG] [net.minecraftforge.fml.loading.ModSorter/]: Found system mod: minecraft
[27Jul2022 19:54:46.623] [main/DEBUG] [net.minecraftforge.fml.loading.ModSorter/]: Found system mod: forge
[27Jul2022 19:54:46.627] [main/DEBUG] [net.minecraftforge.fml.loading.ModSorter/LOADING]: Found 299 mod requirements (274 mandatory, 25 optional)
[27Jul2022 19:54:46.629] [main/DEBUG] [net.minecraftforge.fml.loading.ModSorter/LOADING]: Found 0 mod requirements missing (0 mandatory, 0 optional)
[27Jul2022 19:54:47.297] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services loading transformers
[27Jul2022 19:54:47.297] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformers for transformation service mixin
[27Jul2022 19:54:47.297] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformers for transformation service mixin
[27Jul2022 19:54:47.298] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformers for transformation service fml
[27Jul2022 19:54:47.300] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Loading coremod transformers
[27Jul2022 19:54:47.300] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from coremods/accessors.js
[27Jul2022 19:54:48.573] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[27Jul2022 19:54:48.573] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from coremods/tooltip.js
[27Jul2022 19:54:49.270] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[27Jul2022 19:54:49.270] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from coremods/apoli.js
[27Jul2022 19:54:49.605] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[27Jul2022 19:54:49.605] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from transformers/set_background_texture.js
[27Jul2022 19:54:49.635] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[27Jul2022 19:54:49.635] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from META-INF/BreakableBlock.js
[27Jul2022 19:54:49.665] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[27Jul2022 19:54:49.669] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from coremods/field_to_method.js
[27Jul2022 19:54:49.682] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[27Jul2022 19:54:49.685] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from coremods/field_to_instanceof.js
[27Jul2022 19:54:50.219] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[27Jul2022 19:54:50.222] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from coremods/add_bouncer_method.js
[27Jul2022 19:54:50.262] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[27Jul2022 19:54:50.266] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from coremods/registry_object_binary_compat.js
[27Jul2022 19:54:50.285] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[27Jul2022 19:54:50.286] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from META-INF/xaerominimap_core.js
[27Jul2022 19:54:50.981] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[27Jul2022 19:54:50.998] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@599a9cb2 to Target : METHOD {Lnet/minecraftforge/common/extensions/IForgeItemStack;} {getHighlightTip} {(Lnet/minecraft/network/chat/Component;)Lnet/minecraft/network/chat/Component;}
[27Jul2022 19:54:50.999] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@2f3928ac to Target : METHOD {Lnet/minecraft/world/item/ItemStack;} {m_41787_} {()V}
[27Jul2022 19:54:51.000] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@4bf03fee to Target : METHOD {Lnet/minecraftforge/common/extensions/IForgeItemStack;} {canEquip} {(Lnet/minecraft/world/entity/EquipmentSlot;Lnet/minecraft/world/entity/Entity;)Z}
[27Jul2022 19:54:51.000] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@31834a2b to Target : METHOD {Lnet/minecraftforge/common/extensions/IForgeItemStack;} {getFoodProperties} {(Lnet/minecraft/world/entity/LivingEntity;)Lnet/minecraft/world/food/FoodProperties;}
[27Jul2022 19:54:51.000] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@44f0ff2b to Target : METHOD {Lnet/minecraftforge/common/extensions/IForgeBlockState;} {getFriction} {(Lnet/minecraft/world/level/LevelReader;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/Entity;)F}
[27Jul2022 19:54:51.000] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@22ead351 to Target : METHOD {Lnet/minecraftforge/common/extensions/IForgeBlockState;} {canHarvestBlock} {(Lnet/minecraft/world/level/BlockGetter;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/player/Player;)Z}
[27Jul2022 19:54:51.000] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@68af87ad to Target : METHOD {Lnet/minecraft/client/gui/components/AbstractSelectionList;} {m_6305_} {(Lcom/mojang/blaze3d/vertex/PoseStack;IIF)V}
[27Jul2022 19:54:51.001] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@43d65a81 to Target : METHOD {Lnet/minecraft/client/gui/screens/Screen;} {m_96626_} {(I)V}
[27Jul2022 19:54:51.001] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@9cfc77 to Target : METHOD {Lnet/minecraft/client/multiplayer/ClientPacketListener;} {m_6773_} {(Lnet/minecraft/network/protocol/game/ClientboundBlockUpdatePacket;)V}
[27Jul2022 19:54:51.001] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@7418d76e to Target : METHOD {Lnet/minecraft/client/multiplayer/ClientPacketListener;} {m_5771_} {(Lnet/minecraft/network/protocol/game/ClientboundSectionBlocksUpdatePacket;)V}
[27Jul2022 19:54:51.240] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@601eb4af to Target : METHOD {Lnet/minecraft/client/multiplayer/ClientPacketListener;} {m_194198_} {(IILnet/minecraft/network/protocol/game/ClientboundLevelChunkPacketData;)V}
[27Jul2022 19:54:51.241] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@11ede87f to Target : METHOD {Lnet/minecraft/client/multiplayer/ClientPacketListener;} {m_194202_} {(IILnet/minecraft/network/protocol/game/ClientboundLightUpdatePacketData;)V}
[27Jul2022 19:54:51.241] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@7675c171 to Target : METHOD {Lnet/minecraft/client/multiplayer/ClientPacketListener;} {m_6571_} {(Lnet/minecraft/network/protocol/game/ClientboundSetDefaultSpawnPositionPacket;)V}
[27Jul2022 19:54:51.242] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@44e4cb76 to Target : METHOD {Lnet/minecraft/client/player/AbstractClientPlayer;} {m_108561_} {()Lnet/minecraft/resources/ResourceLocation;}
[27Jul2022 19:54:51.243] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@51cab489 to Target : METHOD {Lnet/minecraft/world/entity/player/Player;} {m_36170_} {(Lnet/minecraft/world/entity/player/PlayerModelPart;)Z}
[27Jul2022 19:54:51.243] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@2f9a10df to Target : METHOD {Lnet/minecraft/client/multiplayer/ClientPacketListener;} {m_5998_} {(Lnet/minecraft/network/protocol/game/ClientboundLoginPacket;)V}
[27Jul2022 19:54:51.244] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@773c2214 to Target : METHOD {Lnet/minecraft/client/multiplayer/ClientPacketListener;} {m_105140_} {()V}
[27Jul2022 19:54:51.244] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@15e1f8fe to Target : METHOD {Lnet/minecraft/client/player/LocalPlayer;} {m_7583_} {()V}
[27Jul2022 19:54:51.244] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@110b7837 to Target : METHOD {Lnet/minecraft/server/players/PlayerList;} {m_11229_} {(Lnet/minecraft/server/level/ServerPlayer;Lnet/minecraft/server/level/ServerLevel;)V}
[27Jul2022 19:54:51.244] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@6ee88e21 to Target : METHOD {Lnet/minecraftforge/client/gui/ForgeIngameGui;} {m_93030_} {(Lcom/mojang/blaze3d/vertex/PoseStack;F)V}
[27Jul2022 19:54:51.244] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@78d23d6a to Target : METHOD {Lnet/minecraft/client/gui/components/BossHealthOverlay;} {m_93704_} {(Lcom/mojang/blaze3d/vertex/PoseStack;)V}
[27Jul2022 19:54:51.244] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@626e0c86 to Target : METHOD {Lnet/minecraft/client/model/ListModel;} {m_7695_} {(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIFFFF)V}
[27Jul2022 19:54:51.244] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@28ee0a3c to Target : METHOD {Lnet/minecraft/client/model/AgeableListModel;} {m_7695_} {(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIFFFF)V}
[27Jul2022 19:54:51.244] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@2dd1086 to Target : METHOD {Lnet/minecraft/client/model/LlamaModel;} {m_7695_} {(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIFFFF)V}
[27Jul2022 19:54:51.245] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@6b8d54da to Target : METHOD {Lnet/minecraft/client/model/RabbitModel;} {m_7695_} {(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIFFFF)V}
[27Jul2022 19:54:51.245] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@79957f11 to Target : METHOD {Lnet/minecraft/client/renderer/entity/EnderDragonRenderer$DragonModel;} {m_7695_} {(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIFFFF)V}
[27Jul2022 19:54:51.245] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@217235f5 to Target : METHOD {Lnet/minecraft/client/model/HierarchicalModel;} {m_7695_} {(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIFFFF)V}
[27Jul2022 19:54:51.245] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@4b41587d to Target : METHOD {Lnet/minecraft/client/model/geom/ModelPart;} {m_104290_} {(Lcom/mojang/blaze3d/vertex/PoseStack$Pose;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIFFFF)V}
[27Jul2022 19:54:51.246] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@4aebee4b to Target : METHOD {Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;} {m_78311_} {()V}
[27Jul2022 19:54:51.246] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@28393e82 to Target : CLASS {Lnet/minecraft/world/damagesource/DamageSource;} {} {V}
[27Jul2022 19:54:51.246] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@697a0948 to Target : CLASS {Lnet/minecraft/client/gui/screens/inventory/AbstractContainerScreen;} {} {V}
[27Jul2022 19:54:51.246] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@7cf63b9a to Target : CLASS {Lnet/minecraft/world/entity/Entity;} {} {V}
[27Jul2022 19:54:51.246] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@4776e209 to Target : CLASS {Lnet/minecraft/world/level/block/HalfTransparentBlock;} {} {V}
[27Jul2022 19:54:51.246] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@265a094b to Target : CLASS {Lnet/minecraft/world/effect/MobEffectInstance;} {} {V}
[27Jul2022 19:54:51.246] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@1f536481 to Target : CLASS {Lnet/minecraft/world/level/block/LiquidBlock;} {} {V}
[27Jul2022 19:54:51.246] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@5234b61a to Target : CLASS {Lnet/minecraft/world/item/BucketItem;} {} {V}
[27Jul2022 19:54:51.246] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@22a260ff to Target : CLASS {Lnet/minecraft/world/level/block/StairBlock;} {} {V}
[27Jul2022 19:54:51.246] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@54c425b1 to Target : CLASS {Lnet/minecraft/world/level/block/FlowerPotBlock;} {} {V}
[27Jul2022 19:54:51.247] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@50b734c4 to Target : CLASS {Lnet/minecraft/world/item/ItemStack;} {} {V}
[27Jul2022 19:54:51.247] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@2744dcae to Target : CLASS {Lnet/minecraft/network/play/client/CClientSettingsPacket;} {} {V}
[27Jul2022 19:54:51.247] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@16d0e521 to Target : CLASS {Lnet/minecraftforge/registries/RegistryObject;} {} {V}
[27Jul2022 19:54:51.247] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@634ca3e7 to Target : CLASS {Lnet/minecraft/world/level/chunk/LevelChunk;} {} {V}
[27Jul2022 19:54:51.247] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@ab4aa5e to Target : CLASS {Lnet/minecraft/client/multiplayer/ClientPacketListener;} {} {V}
[27Jul2022 19:54:51.247] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@b14b60a to Target : CLASS {Lnet/minecraft/client/multiplayer/ClientLevel;} {} {V}
[27Jul2022 19:54:51.247] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@1a7cb3a4 to Target : CLASS {Lnet/minecraft/network/protocol/game/ClientboundSectionBlocksUpdatePacket;} {} {V}
[27Jul2022 19:54:51.247] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@1c297897 to Target : CLASS {Lnet/minecraft/client/gui/components/CycleButton;} {} {V}
[27Jul2022 19:54:51.247] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformers for transformation service fml
[27Jul2022 19:54:55.077] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ModLauncher Root Container(ModLauncher:4f56a0a2)]
[27Jul2022 19:54:55.078] [main/DEBUG] [mixin/]: Processing launch tasks for PlatformAgent[MixinPlatformAgentDefault:ModLauncher Root Container(ModLauncher:4f56a0a2)]
[27Jul2022 19:54:55.079] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(dynamiclightsreforged)
[27Jul2022 19:54:55.079] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(dynamiclightsreforged)
[27Jul2022 19:54:55.079] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(dynamiclightsreforged)
[27Jul2022 19:54:55.079] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(dynamiclightsreforged)
[27Jul2022 19:54:55.081] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(dynamiclightsreforged)
[27Jul2022 19:54:55.081] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(dynamiclightsreforged)]
[27Jul2022 19:54:55.306] [main/DEBUG] [mixin/]: Registering mixin config: dynamiclightsreforged.mixins.json
[27Jul2022 19:54:55.437] [main/DEBUG] [mixin/]: Compatibility level JAVA_8 specified by dynamiclightsreforged.mixins.json is lower than the default level supported by the current mixin service (JAVA_16).
[27Jul2022 19:54:55.437] [main/ERROR] [mixin/]: Mixin config dynamiclightsreforged.mixins.json does not specify "minVersion" property
[27Jul2022 19:54:55.438] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(habitat)
[27Jul2022 19:54:55.438] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(habitat)
[27Jul2022 19:54:55.438] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(habitat)
[27Jul2022 19:54:55.438] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(habitat)
[27Jul2022 19:54:55.438] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(habitat)
[27Jul2022 19:54:55.438] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(habitat)]
[27Jul2022 19:54:55.438] [main/DEBUG] [mixin/]: Registering mixin config: habitat.mixins.json
[27Jul2022 19:54:55.443] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by habitat.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[27Jul2022 19:54:55.445] [main/INFO] [mixin/]: Compatibility level set to JAVA_17
[27Jul2022 19:54:55.445] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(betterdungeons)
[27Jul2022 19:54:55.446] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(betterdungeons)
[27Jul2022 19:54:55.446] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(betterdungeons)
[27Jul2022 19:54:55.446] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(betterdungeons)
[27Jul2022 19:54:55.446] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(betterdungeons)
[27Jul2022 19:54:55.446] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(betterdungeons)]
[27Jul2022 19:54:55.447] [main/DEBUG] [mixin/]: Registering mixin config: betterdungeons.mixins.json
[27Jul2022 19:54:55.450] [main/DEBUG] [mixin/]: Registering mixin config: betterdungeons_forge.mixins.json
[27Jul2022 19:54:55.453] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(betterwitchhuts)
[27Jul2022 19:54:55.453] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(betterwitchhuts)
[27Jul2022 19:54:55.454] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(betterwitchhuts)
[27Jul2022 19:54:55.454] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(betterwitchhuts)
[27Jul2022 19:54:55.454] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(betterwitchhuts)
[27Jul2022 19:54:55.454] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(betterwitchhuts)]
[27Jul2022 19:54:55.454] [main/DEBUG] [mixin/]: Registering mixin config: betterwitchhuts.mixins.json
[27Jul2022 19:54:55.461] [main/DEBUG] [mixin/]: Registering mixin config: betterwitchhuts_forge.mixins.json
[27Jul2022 19:54:55.476] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(bigbrain)
[27Jul2022 19:54:55.476] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(bigbrain)
[27Jul2022 19:54:55.476] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(bigbrain)
[27Jul2022 19:54:55.476] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(bigbrain)
[27Jul2022 19:54:55.477] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(bigbrain)
[27Jul2022 19:54:55.477] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(bigbrain)]
[27Jul2022 19:54:55.477] [main/DEBUG] [mixin/]: Registering mixin config: bigbrain.mixins.json
[27Jul2022 19:54:55.480] [main/DEBUG] [mixin/]: Compatibility level JAVA_16 specified by bigbrain.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[27Jul2022 19:54:55.480] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(zombiehorsespawn)
[27Jul2022 19:54:55.480] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(zombiehorsespawn)
[27Jul2022 19:54:55.481] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(zombiehorsespawn)
[27Jul2022 19:54:55.481] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(zombiehorsespawn)
[27Jul2022 19:54:55.481] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(zombiehorsespawn)
[27Jul2022 19:54:55.481] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(zombiehorsespawn)]
[27Jul2022 19:54:55.483] [main/DEBUG] [mixin/]: Registering mixin config: serilumforgemod.mixins.json
[27Jul2022 19:54:55.489] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(additionalentityattributes)
[27Jul2022 19:54:55.489] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(additionalentityattributes)
[27Jul2022 19:54:55.489] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(additionalentityattributes)
[27Jul2022 19:54:55.489] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(additionalentityattributes)
[27Jul2022 19:54:55.489] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(additionalentityattributes)
[27Jul2022 19:54:55.489] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(additionalentityattributes)]
[27Jul2022 19:54:55.489] [main/DEBUG] [mixin/]: Registering mixin config: origins.mixins.json
[27Jul2022 19:54:55.503] [main/DEBUG] [mixin/]: Registering mixin config: apoli.mixins.json
[27Jul2022 19:54:55.506] [main/DEBUG] [mixin/]: Registering mixin config: additionalentityattributes.mixins.json
[27Jul2022 19:54:55.516] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(naturalist)
[27Jul2022 19:54:55.516] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(naturalist)
[27Jul2022 19:54:55.516] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(naturalist)
[27Jul2022 19:54:55.516] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(naturalist)
[27Jul2022 19:54:55.516] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(naturalist)
[27Jul2022 19:54:55.516] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(naturalist)]
[27Jul2022 19:54:55.516] [main/DEBUG] [mixin/]: Registering mixin config: naturalist-common.mixins.json
[27Jul2022 19:54:55.587] [main/DEBUG] [mixin/]: Registering mixin config: naturalist.mixins.json
[27Jul2022 19:54:55.595] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(powershot)
[27Jul2022 19:54:55.597] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(powershot)
[27Jul2022 19:54:55.597] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(powershot)
[27Jul2022 19:54:55.597] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(powershot)
[27Jul2022 19:54:55.597] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(powershot)
[27Jul2022 19:54:55.598] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(powershot)]
[27Jul2022 19:54:55.598] [main/DEBUG] [mixin/]: Registering mixin config: powershot.mixins.json
[27Jul2022 19:54:55.602] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(connectivity)
[27Jul2022 19:54:55.602] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(connectivity)
[27Jul2022 19:54:55.602] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(connectivity)
[27Jul2022 19:54:55.602] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(connectivity)
[27Jul2022 19:54:55.602] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(connectivity)
[27Jul2022 19:54:55.602] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(connectivity)]
[27Jul2022 19:54:55.602] [main/DEBUG] [mixin/]: Registering mixin config: connectivity.mixins.json
[27Jul2022 19:54:55.607] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(entitycollisionfpsfix)
[27Jul2022 19:54:55.610] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(entitycollisionfpsfix)
[27Jul2022 19:54:55.611] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(entitycollisionfpsfix)
[27Jul2022 19:54:55.611] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(entitycollisionfpsfix)
[27Jul2022 19:54:55.611] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(entitycollisionfpsfix)
[27Jul2022 19:54:55.611] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(entitycollisionfpsfix)]
[27Jul2022 19:54:55.611] [main/DEBUG] [mixin/]: Registering mixin config: entitycollisionfpsfix.mixins.json
[27Jul2022 19:54:55.618] [main/DEBUG] [mixin/]: Registering mixin config: entitycollisionfpsfix.forge.mixins.json
[27Jul2022 19:54:55.624] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(rubidium)
[27Jul2022 19:54:55.625] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(rubidium)
[27Jul2022 19:54:55.625] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(rubidium)
[27Jul2022 19:54:55.625] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(rubidium)
[27Jul2022 19:54:55.625] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(rubidium)
[27Jul2022 19:54:55.625] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(rubidium)]
[27Jul2022 19:54:55.625] [main/DEBUG] [mixin/]: Registering mixin config: rubidium.mixins.json
[27Jul2022 19:54:55.636] [main/ERROR] [mixin/]: Mixin config rubidium.mixins.json does not specify "minVersion" property
[27Jul2022 19:54:55.637] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(ars_scalaes)
[27Jul2022 19:54:55.637] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(ars_scalaes)
[27Jul2022 19:54:55.637] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(ars_scalaes)
[27Jul2022 19:54:55.637] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(ars_scalaes)
[27Jul2022 19:54:55.637] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(ars_scalaes)
[27Jul2022 19:54:55.637] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(ars_scalaes)]
[27Jul2022 19:54:55.638] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(bowinfinityfix)
[27Jul2022 19:54:55.638] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(bowinfinityfix)
[27Jul2022 19:54:55.638] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(bowinfinityfix)
[27Jul2022 19:54:55.638] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(bowinfinityfix)
[27Jul2022 19:54:55.638] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(bowinfinityfix)
[27Jul2022 19:54:55.638] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(bowinfinityfix)]
[27Jul2022 19:54:55.638] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(sound_physics_remastered)
[27Jul2022 19:54:55.638] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(sound_physics_remastered)
[27Jul2022 19:54:55.638] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(sound_physics_remastered)
[27Jul2022 19:54:55.638] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(sound_physics_remastered)
[27Jul2022 19:54:55.639] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(sound_physics_remastered)
[27Jul2022 19:54:55.639] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(sound_physics_remastered)]
[27Jul2022 19:54:55.639] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(villagernames)
[27Jul2022 19:54:55.639] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(villagernames)
[27Jul2022 19:54:55.639] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(villagernames)
[27Jul2022 19:54:55.639] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(villagernames)
[27Jul2022 19:54:55.639] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(villagernames)
[27Jul2022 19:54:55.639] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(villagernames)]
[27Jul2022 19:54:55.639] [main/DEBUG] [mixin/]: Registering mixin config: serilumforgemod.mixins.json
[27Jul2022 19:54:55.639] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(controlling)
[27Jul2022 19:54:55.639] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(controlling)
[27Jul2022 19:54:55.639] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(controlling)
[27Jul2022 19:54:55.640] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(controlling)
[27Jul2022 19:54:55.640] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(controlling)
[27Jul2022 19:54:55.640] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(controlling)]
[27Jul2022 19:54:55.640] [main/DEBUG] [mixin/]: Registering mixin config: controlling.mixins.json
[27Jul2022 19:54:55.644] [main/DEBUG] [mixin/]: Registering mixin config: controlling.forge.mixins.json
[27Jul2022 19:54:55.647] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(citadel)
[27Jul2022 19:54:55.648] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(citadel)
[27Jul2022 19:54:55.648] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(citadel)
[27Jul2022 19:54:55.648] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(citadel)
[27Jul2022 19:54:55.648] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(citadel)
[27Jul2022 19:54:55.650] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(citadel)]
[27Jul2022 19:54:55.650] [main/DEBUG] [mixin/]: Registering mixin config: citadel.mixins.json
[27Jul2022 19:54:55.654] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(placebo)
[27Jul2022 19:54:55.654] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(placebo)
[27Jul2022 19:54:55.654] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(placebo)
[27Jul2022 19:54:55.654] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(placebo)
[27Jul2022 19:54:55.654] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(placebo)
[27Jul2022 19:54:55.654] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(placebo)]
[27Jul2022 19:54:55.654] [main/DEBUG] [mixin/]: Registering mixin config: placebo.mixins.json
[27Jul2022 19:54:55.658] [main/DEBUG] [mixin/]: Compatibility level JAVA_8 specified by placebo.mixins.json is lower than the default level supported by the current mixin service (JAVA_16).
[27Jul2022 19:54:55.658] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(yungsapi)
[27Jul2022 19:54:55.661] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(yungsapi)
[27Jul2022 19:54:55.664] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(yungsapi)
[27Jul2022 19:54:55.664] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(yungsapi)
[27Jul2022 19:54:55.664] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(yungsapi)
[27Jul2022 19:54:55.664] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(yungsapi)]
[27Jul2022 19:54:55.664] [main/DEBUG] [mixin/]: Registering mixin config: yungsapi.mixins.json
[27Jul2022 19:54:55.668] [main/DEBUG] [mixin/]: Registering mixin config: yungsapi_forge.mixins.json
[27Jul2022 19:54:55.671] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(finsandtails)
[27Jul2022 19:54:55.671] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(finsandtails)
[27Jul2022 19:54:55.671] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(finsandtails)
[27Jul2022 19:54:55.672] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(finsandtails)
[27Jul2022 19:54:55.672] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(finsandtails)
[27Jul2022 19:54:55.672] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(finsandtails)]
[27Jul2022 19:54:55.672] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(maxhealthfix)
[27Jul2022 19:54:55.672] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(maxhealthfix)
[27Jul2022 19:54:55.672] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(maxhealthfix)
[27Jul2022 19:54:55.672] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(maxhealthfix)
[27Jul2022 19:54:55.672] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(maxhealthfix)
[27Jul2022 19:54:55.673] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(maxhealthfix)]
[27Jul2022 19:54:55.674] [main/DEBUG] [mixin/]: Registering mixin config: maxhealthfix.common.mixins.json
[27Jul2022 19:54:55.681] [main/DEBUG] [mixin/]: Registering mixin config: maxhealthfix.forge.mixins.json
[27Jul2022 19:54:55.697] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(feature_nbt_deadlock_be_gone)
[27Jul2022 19:54:55.697] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(feature_nbt_deadlock_be_gone)
[27Jul2022 19:54:55.697] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(feature_nbt_deadlock_be_gone)
[27Jul2022 19:54:55.697] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(feature_nbt_deadlock_be_gone)
[27Jul2022 19:54:55.697] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(feature_nbt_deadlock_be_gone)
[27Jul2022 19:54:55.697] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(feature_nbt_deadlock_be_gone)]
[27Jul2022 19:54:55.698] [main/DEBUG] [mixin/]: Registering mixin config: feature_nbt_deadlock_be_gone.mixins.json
[27Jul2022 19:54:55.701] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(flowery)
[27Jul2022 19:54:55.702] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(flowery)
[27Jul2022 19:54:55.702] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(flowery)
[27Jul2022 19:54:55.702] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(flowery)
[27Jul2022 19:54:55.702] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(flowery)
[27Jul2022 19:54:55.702] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(flowery)]
[27Jul2022 19:54:55.702] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(bookshelf)
[27Jul2022 19:54:55.702] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(bookshelf)
[27Jul2022 19:54:55.702] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(bookshelf)
[27Jul2022 19:54:55.702] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(bookshelf)
[27Jul2022 19:54:55.702] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(bookshelf)
[27Jul2022 19:54:55.702] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(bookshelf)]
[27Jul2022 19:54:55.702] [main/DEBUG] [mixin/]: Registering mixin config: bookshelf.common.mixins.json
[27Jul2022 19:54:55.707] [main/DEBUG] [mixin/]: Registering mixin config: bookshelf.forge.mixins.json
[27Jul2022 19:54:55.715] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(chancecubes)
[27Jul2022 19:54:55.716] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(chancecubes)
[27Jul2022 19:54:55.716] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(chancecubes)
[27Jul2022 19:54:55.716] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(chancecubes)
[27Jul2022 19:54:55.716] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(chancecubes)
[27Jul2022 19:54:55.716] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(chancecubes)]
[27Jul2022 19:54:55.716] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(cdl)
[27Jul2022 19:54:55.716] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(cdl)
[27Jul2022 19:54:55.716] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(cdl)
[27Jul2022 19:54:55.716] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(cdl)
[27Jul2022 19:54:55.717] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(cdl)
[27Jul2022 19:54:55.717] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(cdl)]
[27Jul2022 19:54:55.717] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(skeletonhorsespawn)
[27Jul2022 19:54:55.717] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(skeletonhorsespawn)
[27Jul2022 19:54:55.717] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(skeletonhorsespawn)
[27Jul2022 19:54:55.717] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(skeletonhorsespawn)
[27Jul2022 19:54:55.717] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(skeletonhorsespawn)
[27Jul2022 19:54:55.717] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(skeletonhorsespawn)]
[27Jul2022 19:54:55.717] [main/DEBUG] [mixin/]: Registering mixin config: serilumforgemod.mixins.json
[27Jul2022 19:54:55.717] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(additionalstructures)
[27Jul2022 19:54:55.717] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(additionalstructures)
[27Jul2022 19:54:55.717] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(additionalstructures)
[27Jul2022 19:54:55.717] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(additionalstructures)
[27Jul2022 19:54:55.717] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(additionalstructures)
[27Jul2022 19:54:55.717] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(additionalstructures)]
[27Jul2022 19:54:55.717] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(balm)
[27Jul2022 19:54:55.717] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(balm)
[27Jul2022 19:54:55.718] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(balm)
[27Jul2022 19:54:55.718] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(balm)
[27Jul2022 19:54:55.718] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(balm)
[27Jul2022 19:54:55.718] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(balm)]
[27Jul2022 19:54:55.718] [main/DEBUG] [mixin/]: Registering mixin config: balm.mixins.json
[27Jul2022 19:54:55.721] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(fpsreducer)
[27Jul2022 19:54:55.722] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(fpsreducer)
[27Jul2022 19:54:55.722] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(fpsreducer)
[27Jul2022 19:54:55.722] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(fpsreducer)
[27Jul2022 19:54:55.722] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(fpsreducer)
[27Jul2022 19:54:55.723] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(fpsreducer)]
[27Jul2022 19:54:55.723] [main/DEBUG] [mixin/]: Registering mixin config: fpsreducer.mixins.json
[27Jul2022 19:54:55.727] [main/DEBUG] [mixin/]: Compatibility level JAVA_16 specified by fpsreducer.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[27Jul2022 19:54:55.730] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(chat_heads)
[27Jul2022 19:54:55.730] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(chat_heads)
[27Jul2022 19:54:55.730] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(chat_heads)
[27Jul2022 19:54:55.730] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(chat_heads)
[27Jul2022 19:54:55.730] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(chat_heads)
[27Jul2022 19:54:55.731] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(chat_heads)]
[27Jul2022 19:54:55.731] [main/DEBUG] [mixin/]: Registering mixin config: chat_heads.mixins.json
[27Jul2022 19:54:55.734] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(huskspawn)
[27Jul2022 19:54:55.734] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(huskspawn)
[27Jul2022 19:54:55.734] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(huskspawn)
[27Jul2022 19:54:55.734] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(huskspawn)
[27Jul2022 19:54:55.734] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(huskspawn)
[27Jul2022 19:54:55.734] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(huskspawn)]
[27Jul2022 19:54:55.734] [main/DEBUG] [mixin/]: Registering mixin config: serilumforgemod.mixins.json
[27Jul2022 19:54:55.734] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(cloth_config)
[27Jul2022 19:54:55.735] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(cloth_config)
[27Jul2022 19:54:55.735] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(cloth_config)
[27Jul2022 19:54:55.735] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(cloth_config)
[27Jul2022 19:54:55.735] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(cloth_config)
[27Jul2022 19:54:55.735] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(cloth_config)]
[27Jul2022 19:54:55.735] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(mineralchance)
[27Jul2022 19:54:55.735] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(mineralchance)
[27Jul2022 19:54:55.735] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(mineralchance)
[27Jul2022 19:54:55.736] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(mineralchance)
[27Jul2022 19:54:55.736] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(mineralchance)
[27Jul2022 19:54:55.736] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(mineralchance)]
[27Jul2022 19:54:55.737] [main/DEBUG] [mixin/]: Registering mixin config: serilumforgemod.mixins.json
[27Jul2022 19:54:55.737] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(despawningeggshatch)
[27Jul2022 19:54:55.737] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(despawningeggshatch)
[27Jul2022 19:54:55.737] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(despawningeggshatch)
[27Jul2022 19:54:55.737] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(despawningeggshatch)
[27Jul2022 19:54:55.737] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(despawningeggshatch)
[27Jul2022 19:54:55.737] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(despawningeggshatch)]
[27Jul2022 19:54:55.737] [main/DEBUG] [mixin/]: Registering mixin config: serilumforgemod.mixins.json
[27Jul2022 19:54:55.737] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(supplementaries)
[27Jul2022 19:54:55.737] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(supplementaries)
[27Jul2022 19:54:55.737] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(supplementaries)
[27Jul2022 19:54:55.737] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(supplementaries)
[27Jul2022 19:54:55.737] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(supplementaries)
[27Jul2022 19:54:55.737] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(supplementaries)]
[27Jul2022 19:54:55.737] [main/DEBUG] [mixin/]: Registering mixin config: supplementaries.mixins.json
[27Jul2022 19:54:55.742] [main/DEBUG] [mixin/]: Compatibility level JAVA_16 specified by supplementaries.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[27Jul2022 19:54:55.742] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(advancementplaques)
[27Jul2022 19:54:55.742] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(advancementplaques)
[27Jul2022 19:54:55.746] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(advancementplaques)
[27Jul2022 19:54:55.746] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(advancementplaques)
[27Jul2022 19:54:55.746] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(advancementplaques)
[27Jul2022 19:54:55.746] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(advancementplaques)]
[27Jul2022 19:54:55.747] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(flytre_lib)
[27Jul2022 19:54:55.747] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(flytre_lib)
[27Jul2022 19:54:55.747] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(flytre_lib)
[27Jul2022 19:54:55.747] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(flytre_lib)
[27Jul2022 19:54:55.747] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(flytre_lib)
[27Jul2022 19:54:55.747] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(flytre_lib)]
[27Jul2022 19:54:55.747] [main/DEBUG] [mixin/]: Registering mixin config: flytre_lib.mixins.json
[27Jul2022 19:54:55.751] [main/DEBUG] [mixin/]: Registering mixin config: flytre_lib-forge.mixins.json
[27Jul2022 19:54:55.754] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(structure_gel)
[27Jul2022 19:54:55.754] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(structure_gel)
[27Jul2022 19:54:55.754] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(structure_gel)
[27Jul2022 19:54:55.754] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(structure_gel)
[27Jul2022 19:54:55.755] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(structure_gel)
[27Jul2022 19:54:55.755] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(structure_gel)]
[27Jul2022 19:54:55.755] [main/DEBUG] [mixin/]: Registering mixin config: structure_gel.mixins.json
[27Jul2022 19:54:55.759] [main/DEBUG] [mixin/]: Compatibility level JAVA_16 specified by structure_gel.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[27Jul2022 19:54:55.760] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(cleancut)
[27Jul2022 19:54:55.761] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(cleancut)
[27Jul2022 19:54:55.761] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(cleancut)
[27Jul2022 19:54:55.761] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(cleancut)
[27Jul2022 19:54:55.761] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(cleancut)
[27Jul2022 19:54:55.761] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(cleancut)]
[27Jul2022 19:54:55.761] [main/DEBUG] [mixin/]: Registering mixin config: mixin.cleancut.json
[27Jul2022 19:54:55.764] [main/DEBUG] [mixin/]: Compatibility level JAVA_8 specified by mixin.cleancut.json is lower than the default level supported by the current mixin service (JAVA_16).
[27Jul2022 19:54:55.764] [main/ERROR] [mixin/]: Mixin config mixin.cleancut.json does not specify "minVersion" property
[27Jul2022 19:54:55.765] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(itshallnottick)
[27Jul2022 19:54:55.765] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(itshallnottick)
[27Jul2022 19:54:55.765] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(itshallnottick)
[27Jul2022 19:54:55.765] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(itshallnottick)
[27Jul2022 19:54:55.765] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(itshallnottick)
[27Jul2022 19:54:55.765] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(itshallnottick)]
[27Jul2022 19:54:55.765] [main/DEBUG] [mixin/]: Registering mixin config: itshallnottick.mixins.json
[27Jul2022 19:54:55.769] [main/DEBUG] [mixin/]: Compatibility level JAVA_16 specified by itshallnottick.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[27Jul2022 19:54:55.769] [main/ERROR] [mixin/]: Mixin config itshallnottick.mixins.json does not specify "minVersion" property
[27Jul2022 19:54:55.769] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(amplifiednether)
[27Jul2022 19:54:55.769] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(amplifiednether)
[27Jul2022 19:54:55.770] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(amplifiednether)
[27Jul2022 19:54:55.770] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(amplifiednether)
[27Jul2022 19:54:55.770] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(amplifiednether)
[27Jul2022 19:54:55.770] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(amplifiednether)]
[27Jul2022 19:54:55.770] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(repurposed_structures)
[27Jul2022 19:54:55.770] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(repurposed_structures)
[27Jul2022 19:54:55.770] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(repurposed_structures)
[27Jul2022 19:54:55.770] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(repurposed_structures)
[27Jul2022 19:54:55.770] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(repurposed_structures)
[27Jul2022 19:54:55.770] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(repurposed_structures)]
[27Jul2022 19:54:55.770] [main/DEBUG] [mixin/]: Registering mixin config: repurposed_structures.mixins.json
[27Jul2022 19:54:55.773] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(ob_aquamirae)
[27Jul2022 19:54:55.773] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(ob_aquamirae)
[27Jul2022 19:54:55.773] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(ob_aquamirae)
[27Jul2022 19:54:55.773] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(ob_aquamirae)
[27Jul2022 19:54:55.773] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(ob_aquamirae)
[27Jul2022 19:54:55.773] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(ob_aquamirae)]
[27Jul2022 19:54:55.773] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(biomesoplenty)
[27Jul2022 19:54:55.774] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(biomesoplenty)
[27Jul2022 19:54:55.774] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(biomesoplenty)
[27Jul2022 19:54:55.774] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(biomesoplenty)
[27Jul2022 19:54:55.774] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(biomesoplenty)
[27Jul2022 19:54:55.775] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(biomesoplenty)]
[27Jul2022 19:54:55.778] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(endrem)
[27Jul2022 19:54:55.778] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(endrem)
[27Jul2022 19:54:55.778] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(endrem)
[27Jul2022 19:54:55.779] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(endrem)
[27Jul2022 19:54:55.779] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(endrem)
[27Jul2022 19:54:55.779] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(endrem)]
[27Jul2022 19:54:55.779] [main/DEBUG] [mixin/]: Registering mixin config: endrem.mixins.json
[27Jul2022 19:54:55.782] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(geode)
[27Jul2022 19:54:55.782] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(geode)
[27Jul2022 19:54:55.782] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(geode)
[27Jul2022 19:54:55.782] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(geode)
[27Jul2022 19:54:55.782] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(geode)
[27Jul2022 19:54:55.782] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(geode)]
[27Jul2022 19:54:55.782] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(simpleshops)
[27Jul2022 19:54:55.783] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(simpleshops)
[27Jul2022 19:54:55.783] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(simpleshops)
[27Jul2022 19:54:55.783] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(simpleshops)
[27Jul2022 19:54:55.783] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(simpleshops)
[27Jul2022 19:54:55.783] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(simpleshops)]
[27Jul2022 19:54:55.783] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(verdure)
[27Jul2022 19:54:55.783] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(verdure)
[27Jul2022 19:54:55.783] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(verdure)
[27Jul2022 19:54:55.783] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(verdure)
[27Jul2022 19:54:55.783] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(verdure)
[27Jul2022 19:54:55.783] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(verdure)]
[27Jul2022 19:54:55.783] [main/DEBUG] [mixin/]: Registering mixin config: verdure.mixins.json
[27Jul2022 19:54:55.786] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(valhelsia_structures)
[27Jul2022 19:54:55.787] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(valhelsia_structures)
[27Jul2022 19:54:55.787] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(valhelsia_structures)
[27Jul2022 19:54:55.787] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(valhelsia_structures)
[27Jul2022 19:54:55.787] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(valhelsia_structures)
[27Jul2022 19:54:55.788] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(valhelsia_structures)]
[27Jul2022 19:54:55.788] [main/DEBUG] [mixin/]: Registering mixin config: valhelsia_structures.mixins.json
[27Jul2022 19:54:55.791] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(yungsbridges)
[27Jul2022 19:54:55.793] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(yungsbridges)
[27Jul2022 19:54:55.793] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(yungsbridges)
[27Jul2022 19:54:55.796] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(yungsbridges)
[27Jul2022 19:54:55.796] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(yungsbridges)
[27Jul2022 19:54:55.797] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(yungsbridges)]
[27Jul2022 19:54:55.797] [main/DEBUG] [mixin/]: Registering mixin config: yungsbridges.mixins.json
[27Jul2022 19:54:55.800] [main/DEBUG] [mixin/]: Registering mixin config: yungsbridges_forge.mixins.json
[27Jul2022 19:54:55.803] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(dungeons_enhanced)
[27Jul2022 19:54:55.803] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(dungeons_enhanced)
[27Jul2022 19:54:55.803] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(dungeons_enhanced)
[27Jul2022 19:54:55.804] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(dungeons_enhanced)
[27Jul2022 19:54:55.804] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(dungeons_enhanced)
[27Jul2022 19:54:55.804] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(dungeons_enhanced)]
[27Jul2022 19:54:55.804] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(cnb)
[27Jul2022 19:54:55.804] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(cnb)
[27Jul2022 19:54:55.804] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(cnb)
[27Jul2022 19:54:55.804] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(cnb)
[27Jul2022 19:54:55.804] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(cnb)
[27Jul2022 19:54:55.804] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(cnb)]
[27Jul2022 19:54:55.804] [main/DEBUG] [mixin/]: Registering mixin config: creatures-and-beasts.mixins.json
[27Jul2022 19:54:55.809] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(goblinsanddungeons)
[27Jul2022 19:54:55.809] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(goblinsanddungeons)
[27Jul2022 19:54:55.809] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(goblinsanddungeons)
[27Jul2022 19:54:55.809] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(goblinsanddungeons)
[27Jul2022 19:54:55.809] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(goblinsanddungeons)
[27Jul2022 19:54:55.810] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(goblinsanddungeons)]
[27Jul2022 19:54:55.810] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(cataclysm)
[27Jul2022 19:54:55.810] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(cataclysm)
[27Jul2022 19:54:55.810] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(cataclysm)
[27Jul2022 19:54:55.810] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(cataclysm)
[27Jul2022 19:54:55.810] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(cataclysm)
[27Jul2022 19:54:55.810] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(cataclysm)]
[27Jul2022 19:54:55.810] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(curios)
[27Jul2022 19:54:55.810] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(curios)
[27Jul2022 19:54:55.810] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(curios)
[27Jul2022 19:54:55.810] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(curios)
[27Jul2022 19:54:55.810] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(curios)
[27Jul2022 19:54:55.810] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(curios)]
[27Jul2022 19:54:55.810] [main/DEBUG] [mixin/]: Registering mixin config: curios.mixins.json
[27Jul2022 19:54:55.813] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(patchouli)
[27Jul2022 19:54:55.813] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(patchouli)
[27Jul2022 19:54:55.813] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(patchouli)
[27Jul2022 19:54:55.813] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(patchouli)
[27Jul2022 19:54:55.813] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(patchouli)
[27Jul2022 19:54:55.814] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(patchouli)]
[27Jul2022 19:54:55.814] [main/DEBUG] [mixin/]: Registering mixin config: patchouli_xplat.mixins.json
[27Jul2022 19:54:55.817] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(collective)
[27Jul2022 19:54:55.818] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(collective)
[27Jul2022 19:54:55.818] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(collective)
[27Jul2022 19:54:55.818] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(collective)
[27Jul2022 19:54:55.818] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(collective)
[27Jul2022 19:54:55.818] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(collective)]
[27Jul2022 19:54:55.818] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(betterbiomeblend)
[27Jul2022 19:54:55.818] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(betterbiomeblend)
[27Jul2022 19:54:55.818] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(betterbiomeblend)
[27Jul2022 19:54:55.818] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(betterbiomeblend)
[27Jul2022 19:54:55.819] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(betterbiomeblend)
[27Jul2022 19:54:55.819] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(betterbiomeblend)]
[27Jul2022 19:54:55.819] [main/DEBUG] [mixin/]: Registering mixin config: betterbiomeblend.mixins.json
[27Jul2022 19:54:55.822] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(yungsextras)
[27Jul2022 19:54:55.822] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(yungsextras)
[27Jul2022 19:54:55.822] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(yungsextras)
[27Jul2022 19:54:55.822] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(yungsextras)
[27Jul2022 19:54:55.822] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(yungsextras)
[27Jul2022 19:54:55.822] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(yungsextras)]
[27Jul2022 19:54:55.822] [main/DEBUG] [mixin/]: Registering mixin config: yungsextras.mixins.json
[27Jul2022 19:54:55.825] [main/DEBUG] [mixin/]: Registering mixin config: yungsextras_forge.mixins.json
[27Jul2022 19:54:55.829] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(bettervillage)
[27Jul2022 19:54:55.829] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(bettervillage)
[27Jul2022 19:54:55.830] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(bettervillage)
[27Jul2022 19:54:55.830] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(bettervillage)
[27Jul2022 19:54:55.830] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(bettervillage)
[27Jul2022 19:54:55.830] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(bettervillage)]
[27Jul2022 19:54:55.830] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(architectury)
[27Jul2022 19:54:55.830] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(architectury)
[27Jul2022 19:54:55.830] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(architectury)
[27Jul2022 19:54:55.830] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(architectury)
[27Jul2022 19:54:55.830] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(architectury)
[27Jul2022 19:54:55.830] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(architectury)]
[27Jul2022 19:54:55.830] [main/DEBUG] [mixin/]: Registering mixin config: architectury.mixins.json
[27Jul2022 19:54:55.833] [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).
[27Jul2022 19:54:55.833] [main/DEBUG] [mixin/]: Registering mixin config: architectury-common.mixins.json
[27Jul2022 19:54:55.836] [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).
[27Jul2022 19:54:55.837] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(cfm)
[27Jul2022 19:54:55.837] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(cfm)
[27Jul2022 19:54:55.837] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(cfm)
[27Jul2022 19:54:55.837] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(cfm)
[27Jul2022 19:54:55.837] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(cfm)
[27Jul2022 19:54:55.837] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(cfm)]
[27Jul2022 19:54:55.837] [main/DEBUG] [mixin/]: Registering mixin config: cfm.mixins.json
[27Jul2022 19:54:55.840] [main/DEBUG] [mixin/]: Compatibility level JAVA_8 specified by cfm.mixins.json is lower than the default level supported by the current mixin service (JAVA_16).
[27Jul2022 19:54:55.841] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(aiimprovements)
[27Jul2022 19:54:55.841] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(aiimprovements)
[27Jul2022 19:54:55.841] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(aiimprovements)
[27Jul2022 19:54:55.841] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(aiimprovements)
[27Jul2022 19:54:55.841] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(aiimprovements)
[27Jul2022 19:54:55.841] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(aiimprovements)]
[27Jul2022 19:54:55.841] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(krypton)
[27Jul2022 19:54:55.841] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(krypton)
[27Jul2022 19:54:55.842] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(krypton)
[27Jul2022 19:54:55.844] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(krypton)
[27Jul2022 19:54:55.845] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(krypton)
[27Jul2022 19:54:55.845] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(krypton)]
[27Jul2022 19:54:55.845] [main/DEBUG] [mixin/]: Registering mixin config: krypton.mixins.json
[27Jul2022 19:54:55.849] [main/DEBUG] [mixin/]: Compatibility level JAVA_16 specified by krypton.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[27Jul2022 19:54:55.849] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(geodeoplenty)
[27Jul2022 19:54:55.849] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(geodeoplenty)
[27Jul2022 19:54:55.849] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(geodeoplenty)
[27Jul2022 19:54:55.849] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(geodeoplenty)
[27Jul2022 19:54:55.849] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(geodeoplenty)
[27Jul2022 19:54:55.849] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(geodeoplenty)]
[27Jul2022 19:54:55.849] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(strayspawn)
[27Jul2022 19:54:55.849] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(strayspawn)
[27Jul2022 19:54:55.849] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(strayspawn)
[27Jul2022 19:54:55.850] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(strayspawn)
[27Jul2022 19:54:55.850] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(strayspawn)
[27Jul2022 19:54:55.850] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(strayspawn)]
[27Jul2022 19:54:55.850] [main/DEBUG] [mixin/]: Registering mixin config: serilumforgemod.mixins.json
[27Jul2022 19:54:55.850] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(fastleafdecay)
[27Jul2022 19:54:55.850] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(fastleafdecay)
[27Jul2022 19:54:55.850] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(fastleafdecay)
[27Jul2022 19:54:55.850] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(fastleafdecay)
[27Jul2022 19:54:55.850] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(fastleafdecay)
[27Jul2022 19:54:55.850] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(fastleafdecay)]
[27Jul2022 19:54:55.850] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(t_and_t)
[27Jul2022 19:54:55.850] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(t_and_t)
[27Jul2022 19:54:55.850] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(t_and_t)
[27Jul2022 19:54:55.850] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(t_and_t)
[27Jul2022 19:54:55.850] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(t_and_t)
[27Jul2022 19:54:55.850] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(t_and_t)]
[27Jul2022 19:54:55.850] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(toomanyglyphs)
[27Jul2022 19:54:55.850] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(toomanyglyphs)
[27Jul2022 19:54:55.850] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(toomanyglyphs)
[27Jul2022 19:54:55.850] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(toomanyglyphs)
[27Jul2022 19:54:55.850] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(toomanyglyphs)
[27Jul2022 19:54:55.850] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(toomanyglyphs)]
[27Jul2022 19:54:55.850] [main/DEBUG] [mixin/]: Registering mixin config: toomanyglyphs.mixins.json
[27Jul2022 19:54:55.853] [main/DEBUG] [mixin/]: Compatibility level JAVA_8 specified by toomanyglyphs.mixins.json is lower than the default level supported by the current mixin service (JAVA_16).
[27Jul2022 19:54:55.853] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(bettermineshafts)
[27Jul2022 19:54:55.853] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(bettermineshafts)
[27Jul2022 19:54:55.853] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(bettermineshafts)
[27Jul2022 19:54:55.853] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(bettermineshafts)
[27Jul2022 19:54:55.854] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(bettermineshafts)
[27Jul2022 19:54:55.854] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(bettermineshafts)]
[27Jul2022 19:54:55.854] [main/DEBUG] [mixin/]: Registering mixin config: bettermineshafts.mixins.json
[27Jul2022 19:54:55.856] [main/DEBUG] [mixin/]: Registering mixin config: bettermineshafts_forge.mixins.json
[27Jul2022 19:54:55.861] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(geckolib3)
[27Jul2022 19:54:55.861] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(geckolib3)
[27Jul2022 19:54:55.861] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(geckolib3)
[27Jul2022 19:54:55.863] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(geckolib3)
[27Jul2022 19:54:55.863] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(geckolib3)
[27Jul2022 19:54:55.864] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(geckolib3)]
[27Jul2022 19:54:55.864] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(randombonemealflowers)
[27Jul2022 19:54:55.864] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(randombonemealflowers)
[27Jul2022 19:54:55.864] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(randombonemealflowers)
[27Jul2022 19:54:55.864] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(randombonemealflowers)
[27Jul2022 19:54:55.864] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(randombonemealflowers)
[27Jul2022 19:54:55.864] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(randombonemealflowers)]
[27Jul2022 19:54:55.864] [main/DEBUG] [mixin/]: Registering mixin config: serilumforgemod.mixins.json
[27Jul2022 19:54:55.864] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(phenomena)
[27Jul2022 19:54:55.864] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(phenomena)
[27Jul2022 19:54:55.864] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(phenomena)
[27Jul2022 19:54:55.864] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(phenomena)
[27Jul2022 19:54:55.864] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(phenomena)
[27Jul2022 19:54:55.864] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(phenomena)]
[27Jul2022 19:54:55.864] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(mcwlights)
[27Jul2022 19:54:55.865] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(mcwlights)
[27Jul2022 19:54:55.865] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(mcwlights)
[27Jul2022 19:54:55.865] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(mcwlights)
[27Jul2022 19:54:55.865] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(mcwlights)
[27Jul2022 19:54:55.865] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(mcwlights)]
[27Jul2022 19:54:55.865] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(fixmyspawnr)
[27Jul2022 19:54:55.865] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(fixmyspawnr)
[27Jul2022 19:54:55.865] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(fixmyspawnr)
[27Jul2022 19:54:55.865] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(fixmyspawnr)
[27Jul2022 19:54:55.865] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(fixmyspawnr)
[27Jul2022 19:54:55.866] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(fixmyspawnr)]
[27Jul2022 19:54:55.866] [main/DEBUG] [mixin/]: Registering mixin config: fixmyspawnr.mixins.json
[27Jul2022 19:54:55.868] [main/DEBUG] [mixin/]: Registering mixin config: fixmyspawnr.forge.mixins.json
[27Jul2022 19:54:55.872] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(shrines)
[27Jul2022 19:54:55.872] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(shrines)
[27Jul2022 19:54:55.872] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(shrines)
[27Jul2022 19:54:55.872] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(shrines)
[27Jul2022 19:54:55.872] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(shrines)
[27Jul2022 19:54:55.872] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(shrines)]
[27Jul2022 19:54:55.872] [main/DEBUG] [mixin/]: Registering mixin config: mixins.shrines.json
[27Jul2022 19:54:55.876] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(attributefix)
[27Jul2022 19:54:55.876] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(attributefix)
[27Jul2022 19:54:55.876] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(attributefix)
[27Jul2022 19:54:55.876] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(attributefix)
[27Jul2022 19:54:55.876] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(attributefix)
[27Jul2022 19:54:55.876] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(attributefix)]
[27Jul2022 19:54:55.877] [main/DEBUG] [mixin/]: Registering mixin config: attributefix.mixins.json
[27Jul2022 19:54:55.880] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(graveyard)
[27Jul2022 19:54:55.880] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(graveyard)
[27Jul2022 19:54:55.880] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(graveyard)
[27Jul2022 19:54:55.880] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(graveyard)
[27Jul2022 19:54:55.881] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(graveyard)
[27Jul2022 19:54:55.881] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(graveyard)]
[27Jul2022 19:54:55.881] [main/DEBUG] [mixin/]: Registering mixin config: graveyard.mixins.json
[27Jul2022 19:54:55.883] [main/DEBUG] [mixin/]: Compatibility level JAVA_8 specified by graveyard.mixins.json is lower than the default level supported by the current mixin service (JAVA_16).
[27Jul2022 19:54:55.884] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(pehkui)
[27Jul2022 19:54:55.884] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(pehkui)
[27Jul2022 19:54:55.884] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(pehkui)
[27Jul2022 19:54:55.884] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(pehkui)
[27Jul2022 19:54:55.884] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(pehkui)
[27Jul2022 19:54:55.884] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(pehkui)]
[27Jul2022 19:54:55.884] [main/DEBUG] [mixin/]: Registering mixin config: pehkui.mixins.json
[27Jul2022 19:54:55.887] [main/DEBUG] [mixin/]: Compatibility level JAVA_8 specified by pehkui.mixins.json is lower than the default level supported by the current mixin service (JAVA_16).
[27Jul2022 19:54:55.888] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(goblintraders)
[27Jul2022 19:54:55.888] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(goblintraders)
[27Jul2022 19:54:55.888] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(goblintraders)
[27Jul2022 19:54:55.888] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(goblintraders)
[27Jul2022 19:54:55.888] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(goblintraders)
[27Jul2022 19:54:55.888] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(goblintraders)]
[27Jul2022 19:54:55.888] [main/DEBUG] [mixin/]: Registering mixin config: goblintraders.mixins.json
[27Jul2022 19:54:55.892] [main/DEBUG] [mixin/]: Compatibility level JAVA_8 specified by goblintraders.mixins.json is lower than the default level supported by the current mixin service (JAVA_16).
[27Jul2022 19:54:55.892] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(libraryferret)
[27Jul2022 19:54:55.893] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(libraryferret)
[27Jul2022 19:54:55.893] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(libraryferret)
[27Jul2022 19:54:55.897] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(libraryferret)
[27Jul2022 19:54:55.898] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(libraryferret)
[27Jul2022 19:54:55.898] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(libraryferret)]
[27Jul2022 19:54:55.898] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(caelus)
[27Jul2022 19:54:55.898] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(caelus)
[27Jul2022 19:54:55.898] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(caelus)
[27Jul2022 19:54:55.898] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(caelus)
[27Jul2022 19:54:55.898] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(caelus)
[27Jul2022 19:54:55.898] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(caelus)]
[27Jul2022 19:54:55.898] [main/DEBUG] [mixin/]: Registering mixin config: caelus.mixins.json
[27Jul2022 19:54:55.901] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(reap)
[27Jul2022 19:54:55.902] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(reap)
[27Jul2022 19:54:55.902] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(reap)
[27Jul2022 19:54:55.902] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(reap)
[27Jul2022 19:54:55.902] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(reap)
[27Jul2022 19:54:55.902] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(reap)]
[27Jul2022 19:54:55.902] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(waystones)
[27Jul2022 19:54:55.902] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(waystones)
[27Jul2022 19:54:55.902] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(waystones)
[27Jul2022 19:54:55.902] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(waystones)
[27Jul2022 19:54:55.902] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(waystones)
[27Jul2022 19:54:55.902] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(waystones)]
[27Jul2022 19:54:55.902] [main/DEBUG] [mixin/]: Registering mixin config: waystones.mixins.json
[27Jul2022 19:54:55.905] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(fallingleaves)
[27Jul2022 19:54:55.905] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(fallingleaves)
[27Jul2022 19:54:55.906] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(fallingleaves)
[27Jul2022 19:54:55.906] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(fallingleaves)
[27Jul2022 19:54:55.906] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(fallingleaves)
[27Jul2022 19:54:55.906] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(fallingleaves)]
[27Jul2022 19:54:55.906] [main/DEBUG] [mixin/]: Registering mixin config: fallingleaves.mixins.json
[27Jul2022 19:54:55.911] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(clumps)
[27Jul2022 19:54:55.911] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(clumps)
[27Jul2022 19:54:55.911] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(clumps)
[27Jul2022 19:54:55.911] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(clumps)
[27Jul2022 19:54:55.911] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(clumps)
[27Jul2022 19:54:55.911] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(clumps)]
[27Jul2022 19:54:55.912] [main/DEBUG] [mixin/]: Registering mixin config: clumps.mixins.json
[27Jul2022 19:54:55.914] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(fastsuite)
[27Jul2022 19:54:55.914] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(fastsuite)
[27Jul2022 19:54:55.914] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(fastsuite)
[27Jul2022 19:54:55.914] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(fastsuite)
[27Jul2022 19:54:55.915] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(fastsuite)
[27Jul2022 19:54:55.915] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(fastsuite)]
[27Jul2022 19:54:55.915] [main/DEBUG] [mixin/]: Registering mixin config: fastsuite.mixins.json
[27Jul2022 19:54:55.918] [main/DEBUG] [mixin/]: Compatibility level JAVA_8 specified by fastsuite.mixins.json is lower than the default level supported by the current mixin service (JAVA_16).
[27Jul2022 19:54:55.918] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(structory)
[27Jul2022 19:54:55.918] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(structory)
[27Jul2022 19:54:55.918] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(structory)
[27Jul2022 19:54:55.918] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(structory)
[27Jul2022 19:54:55.918] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(structory)
[27Jul2022 19:54:55.918] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(structory)]
[27Jul2022 19:54:55.918] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(shutupexperimentalsettings)
[27Jul2022 19:54:55.918] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(shutupexperimentalsettings)
[27Jul2022 19:54:55.918] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(shutupexperimentalsettings)
[27Jul2022 19:54:55.918] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(shutupexperimentalsettings)
[27Jul2022 19:54:55.918] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(shutupexperimentalsettings)
[27Jul2022 19:54:55.918] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(shutupexperimentalsettings)]
[27Jul2022 19:54:55.919] [main/DEBUG] [mixin/]: Registering mixin config: shutupexperimentalsettings.mixins.json
[27Jul2022 19:54:55.921] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(dual_riders)
[27Jul2022 19:54:55.922] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(dual_riders)
[27Jul2022 19:54:55.922] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(dual_riders)
[27Jul2022 19:54:55.922] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(dual_riders)
[27Jul2022 19:54:55.922] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(dual_riders)
[27Jul2022 19:54:55.922] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(dual_riders)]
[27Jul2022 19:54:55.922] [main/DEBUG] [mixin/]: Registering mixin config: dual_riders.mixins.json
[27Jul2022 19:54:55.925] [main/DEBUG] [mixin/]: Registering mixin config: dual_riders-forge.mixins.json
[27Jul2022 19:54:55.929] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(naturescompass)
[27Jul2022 19:54:55.929] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(naturescompass)
[27Jul2022 19:54:55.929] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(naturescompass)
[27Jul2022 19:54:55.929] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(naturescompass)
[27Jul2022 19:54:55.929] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(naturescompass)
[27Jul2022 19:54:55.929] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(naturescompass)]
[27Jul2022 19:54:55.929] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(tumbleweed)
[27Jul2022 19:54:55.929] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(tumbleweed)
[27Jul2022 19:54:55.929] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(tumbleweed)
[27Jul2022 19:54:55.929] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(tumbleweed)
[27Jul2022 19:54:55.930] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(tumbleweed)
[27Jul2022 19:54:55.930] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(tumbleweed)]
[27Jul2022 19:54:55.930] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(configured)
[27Jul2022 19:54:55.930] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(configured)
[27Jul2022 19:54:55.930] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(configured)
[27Jul2022 19:54:55.930] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(configured)
[27Jul2022 19:54:55.930] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(configured)
[27Jul2022 19:54:55.930] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(configured)]
[27Jul2022 19:54:55.930] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(jumpboat)
[27Jul2022 19:54:55.930] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(jumpboat)
[27Jul2022 19:54:55.930] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(jumpboat)
[27Jul2022 19:54:55.930] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(jumpboat)
[27Jul2022 19:54:55.930] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(jumpboat)
[27Jul2022 19:54:55.930] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(jumpboat)]
[27Jul2022 19:54:55.930] [main/DEBUG] [mixin/]: Registering mixin config: jumpboat.mixin.json
[27Jul2022 19:54:55.933] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(sakura)
[27Jul2022 19:54:55.933] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(sakura)
[27Jul2022 19:54:55.933] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(sakura)
[27Jul2022 19:54:55.933] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(sakura)
[27Jul2022 19:54:55.933] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(sakura)
[27Jul2022 19:54:55.933] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(sakura)]
[27Jul2022 19:54:55.933] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(dungeoncrawl)
[27Jul2022 19:54:55.933] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(dungeoncrawl)
[27Jul2022 19:54:55.933] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(dungeoncrawl)
[27Jul2022 19:54:55.933] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(dungeoncrawl)
[27Jul2022 19:54:55.933] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(dungeoncrawl)
[27Jul2022 19:54:55.933] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(dungeoncrawl)]
[27Jul2022 19:54:55.933] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(ob_tooltips)
[27Jul2022 19:54:55.934] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(ob_tooltips)
[27Jul2022 19:54:55.934] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(ob_tooltips)
[27Jul2022 19:54:55.934] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(ob_tooltips)
[27Jul2022 19:54:55.934] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(ob_tooltips)
[27Jul2022 19:54:55.934] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(ob_tooltips)]
[27Jul2022 19:54:55.934] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(rare_ice)
[27Jul2022 19:54:55.934] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(rare_ice)
[27Jul2022 19:54:55.934] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(rare_ice)
[27Jul2022 19:54:55.934] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(rare_ice)
[27Jul2022 19:54:55.934] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(rare_ice)
[27Jul2022 19:54:55.934] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(rare_ice)]
[27Jul2022 19:54:55.934] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(snuffles)
[27Jul2022 19:54:55.934] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(snuffles)
[27Jul2022 19:54:55.934] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(snuffles)
[27Jul2022 19:54:55.934] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(snuffles)
[27Jul2022 19:54:55.934] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(snuffles)
[27Jul2022 19:54:55.934] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(snuffles)]
[27Jul2022 19:54:55.934] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(azalea)
[27Jul2022 19:54:55.934] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(azalea)
[27Jul2022 19:54:55.934] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(azalea)
[27Jul2022 19:54:55.934] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(azalea)
[27Jul2022 19:54:55.935] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(azalea)
[27Jul2022 19:54:55.935] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(azalea)]
[27Jul2022 19:54:55.935] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(betterdeserttemples)
[27Jul2022 19:54:55.935] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(betterdeserttemples)
[27Jul2022 19:54:55.935] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(betterdeserttemples)
[27Jul2022 19:54:55.935] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(betterdeserttemples)
[27Jul2022 19:54:55.935] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(betterdeserttemples)
[27Jul2022 19:54:55.935] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(betterdeserttemples)]
[27Jul2022 19:54:55.935] [main/DEBUG] [mixin/]: Registering mixin config: betterdeserttemples.mixins.json
[27Jul2022 19:54:55.938] [main/DEBUG] [mixin/]: Registering mixin config: betterdeserttemples_forge.mixins.json
[27Jul2022 19:54:55.941] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(ore_creeper)
[27Jul2022 19:54:55.941] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(ore_creeper)
[27Jul2022 19:54:55.941] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(ore_creeper)
[27Jul2022 19:54:55.941] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(ore_creeper)
[27Jul2022 19:54:55.941] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(ore_creeper)
[27Jul2022 19:54:55.941] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(ore_creeper)]
[27Jul2022 19:54:55.941] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(book_fishing)
[27Jul2022 19:54:55.941] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(book_fishing)
[27Jul2022 19:54:55.941] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(book_fishing)
[27Jul2022 19:54:55.941] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(book_fishing)
[27Jul2022 19:54:55.941] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(book_fishing)
[27Jul2022 19:54:55.941] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(book_fishing)]
[27Jul2022 19:54:55.942] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(catalogue)
[27Jul2022 19:54:55.942] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(catalogue)
[27Jul2022 19:54:55.942] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(catalogue)
[27Jul2022 19:54:55.942] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(catalogue)
[27Jul2022 19:54:55.942] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(catalogue)
[27Jul2022 19:54:55.942] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(catalogue)]
[27Jul2022 19:54:55.942] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(rei_internals_workaround)
[27Jul2022 19:54:55.942] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(rei_internals_workaround)
[27Jul2022 19:54:55.942] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(rei_internals_workaround)
[27Jul2022 19:54:55.942] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(rei_internals_workaround)
[27Jul2022 19:54:55.942] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(rei_internals_workaround)
[27Jul2022 19:54:55.942] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(rei_internals_workaround)]
[27Jul2022 19:54:55.942] [main/DEBUG] [mixin/]: Registering mixin config: rei-jei-internals-workaround.mixins.json
[27Jul2022 19:54:55.946] [main/DEBUG] [mixin/]: Compatibility level JAVA_8 specified by rei-jei-internals-workaround.mixins.json is lower than the default level supported by the current mixin service (JAVA_16).
[27Jul2022 19:54:55.949] [main/ERROR] [mixin/]: Mixin config rei-jei-internals-workaround.mixins.json does not specify "minVersion" property
[27Jul2022 19:54:55.950] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(toastcontrol)
[27Jul2022 19:54:55.950] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(toastcontrol)
[27Jul2022 19:54:55.950] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(toastcontrol)
[27Jul2022 19:54:55.950] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(toastcontrol)
[27Jul2022 19:54:55.950] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(toastcontrol)
[27Jul2022 19:54:55.950] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(toastcontrol)]
[27Jul2022 19:54:55.950] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(ars_nouveau)
[27Jul2022 19:54:55.950] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(ars_nouveau)
[27Jul2022 19:54:55.950] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(ars_nouveau)
[27Jul2022 19:54:55.950] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(ars_nouveau)
[27Jul2022 19:54:55.950] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(ars_nouveau)
[27Jul2022 19:54:55.951] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(ars_nouveau)]
[27Jul2022 19:54:55.951] [main/DEBUG] [mixin/]: Registering mixin config: ars_nouveau.mixins.json
[27Jul2022 19:54:55.953] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(randomium)
[27Jul2022 19:54:55.954] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(randomium)
[27Jul2022 19:54:55.954] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(randomium)
[27Jul2022 19:54:55.954] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(randomium)
[27Jul2022 19:54:55.954] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(randomium)
[27Jul2022 19:54:55.954] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(randomium)]
[27Jul2022 19:54:55.954] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(skinlayers3d)
[27Jul2022 19:54:55.954] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(skinlayers3d)
[27Jul2022 19:54:55.954] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(skinlayers3d)
[27Jul2022 19:54:55.954] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(skinlayers3d)
[27Jul2022 19:54:55.954] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(skinlayers3d)
[27Jul2022 19:54:55.954] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(skinlayers3d)]
[27Jul2022 19:54:55.954] [main/DEBUG] [mixin/]: Registering mixin config: 3dskinlayers.mixins.json
[27Jul2022 19:54:55.957] [main/DEBUG] [mixin/]: Compatibility level JAVA_16 specified by 3dskinlayers.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[27Jul2022 19:54:55.958] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(flowerycore)
[27Jul2022 19:54:55.959] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(flowerycore)
[27Jul2022 19:54:55.959] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(flowerycore)
[27Jul2022 19:54:55.959] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(flowerycore)
[27Jul2022 19:54:55.959] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(flowerycore)
[27Jul2022 19:54:55.959] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(flowerycore)]
[27Jul2022 19:54:55.960] [main/DEBUG] [mixin/]: Registering mixin config: flowerycore.mixins.json
[27Jul2022 19:54:55.963] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(rubidium_extras)
[27Jul2022 19:54:55.963] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(rubidium_extras)
[27Jul2022 19:54:55.963] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(rubidium_extras)
[27Jul2022 19:54:55.963] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(rubidium_extras)
[27Jul2022 19:54:55.963] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(rubidium_extras)
[27Jul2022 19:54:55.963] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(rubidium_extras)]
[27Jul2022 19:54:55.963] [main/DEBUG] [mixin/]: Registering mixin config: rubidium_extras.mixins.json
[27Jul2022 19:54:55.967] [main/DEBUG] [mixin/]: Compatibility level JAVA_8 specified by rubidium_extras.mixins.json is lower than the default level supported by the current mixin service (JAVA_16).
[27Jul2022 19:54:55.967] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(forge)
[27Jul2022 19:54:55.967] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(forge)
[27Jul2022 19:54:55.967] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(forge)
[27Jul2022 19:54:55.967] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(forge)
[27Jul2022 19:54:55.967] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(forge)
[27Jul2022 19:54:55.968] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(forge)]
[27Jul2022 19:54:55.968] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(terraform)
[27Jul2022 19:54:55.968] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(terraform)
[27Jul2022 19:54:55.968] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(terraform)
[27Jul2022 19:54:55.968] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(terraform)
[27Jul2022 19:54:55.968] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(terraform)
[27Jul2022 19:54:55.968] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(terraform)]
[27Jul2022 19:54:55.968] [main/DEBUG] [mixin/]: Registering mixin config: mixins.terraform-dirt.json
[27Jul2022 19:54:55.971] [main/DEBUG] [mixin/]: Compatibility level JAVA_16 specified by mixins.terraform-dirt.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[27Jul2022 19:54:55.971] [main/DEBUG] [mixin/]: Registering mixin config: mixins.terraform-leaves.json
[27Jul2022 19:54:55.974] [main/DEBUG] [mixin/]: Compatibility level JAVA_16 specified by mixins.terraform-leaves.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[27Jul2022 19:54:55.974] [main/DEBUG] [mixin/]: Registering mixin config: mixins.terraform-signs.json
[27Jul2022 19:54:55.978] [main/DEBUG] [mixin/]: Compatibility level JAVA_16 specified by mixins.terraform-signs.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[27Jul2022 19:54:55.978] [main/DEBUG] [mixin/]: Registering mixin config: mixins.terraform-boats.json
[27Jul2022 19:54:55.981] [main/DEBUG] [mixin/]: Compatibility level JAVA_16 specified by mixins.terraform-boats.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[27Jul2022 19:54:55.981] [main/DEBUG] [mixin/]: Registering mixin config: mixins.terraform-tree-api-v1.json
[27Jul2022 19:54:55.984] [main/DEBUG] [mixin/]: Compatibility level JAVA_16 specified by mixins.terraform-tree-api-v1.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[27Jul2022 19:54:55.984] [main/DEBUG] [mixin/]: Registering mixin config: mixins.terraform-utils.json
[27Jul2022 19:54:55.987] [main/DEBUG] [mixin/]: Compatibility level JAVA_8 specified by mixins.terraform-utils.json is lower than the default level supported by the current mixin service (JAVA_16).
[27Jul2022 19:54:55.987] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(infernalmobs)
[27Jul2022 19:54:55.987] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(infernalmobs)
[27Jul2022 19:54:55.987] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(infernalmobs)
[27Jul2022 19:54:55.987] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(infernalmobs)
[27Jul2022 19:54:55.987] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(infernalmobs)
[27Jul2022 19:54:55.988] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(infernalmobs)]
[27Jul2022 19:54:55.988] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(selene)
[27Jul2022 19:54:55.988] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(selene)
[27Jul2022 19:54:55.988] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(selene)
[27Jul2022 19:54:55.989] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(selene)
[27Jul2022 19:54:55.989] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(selene)
[27Jul2022 19:54:55.989] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(selene)]
[27Jul2022 19:54:55.989] [main/DEBUG] [mixin/]: Registering mixin config: selene.mixins.json
[27Jul2022 19:54:55.992] [main/DEBUG] [mixin/]: Compatibility level JAVA_8 specified by selene.mixins.json is lower than the default level supported by the current mixin service (JAVA_16).
[27Jul2022 19:54:55.996] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(lucky)
[27Jul2022 19:54:55.997] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(lucky)
[27Jul2022 19:54:55.997] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(lucky)
[27Jul2022 19:54:55.997] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(lucky)
[27Jul2022 19:54:55.997] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(lucky)
[27Jul2022 19:54:55.997] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(lucky)]
[27Jul2022 19:54:55.997] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(minecraft)
[27Jul2022 19:54:55.997] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(minecraft)
[27Jul2022 19:54:55.997] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(minecraft)
[27Jul2022 19:54:55.997] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(minecraft)
[27Jul2022 19:54:55.997] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(minecraft)
[27Jul2022 19:54:55.997] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(minecraft)]
[27Jul2022 19:54:55.997] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(enchdesc)
[27Jul2022 19:54:55.997] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(enchdesc)
[27Jul2022 19:54:55.997] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(enchdesc)
[27Jul2022 19:54:55.998] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(enchdesc)
[27Jul2022 19:54:55.998] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(enchdesc)
[27Jul2022 19:54:55.998] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(enchdesc)]
[27Jul2022 19:54:55.998] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(voicechat)
[27Jul2022 19:54:55.998] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(voicechat)
[27Jul2022 19:54:55.998] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(voicechat)
[27Jul2022 19:54:55.998] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(voicechat)
[27Jul2022 19:54:55.998] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(voicechat)
[27Jul2022 19:54:55.998] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(voicechat)]
[27Jul2022 19:54:55.998] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(terrablender)
[27Jul2022 19:54:55.998] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(terrablender)
[27Jul2022 19:54:55.998] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(terrablender)
[27Jul2022 19:54:55.998] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(terrablender)
[27Jul2022 19:54:55.998] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(terrablender)
[27Jul2022 19:54:55.998] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(terrablender)]
[27Jul2022 19:54:55.998] [main/DEBUG] [mixin/]: Registering mixin config: terrablender.mixins.json
[27Jul2022 19:54:56.001] [main/DEBUG] [mixin/]: Registering mixin config: terrablender_forge.mixins.json
[27Jul2022 19:54:56.005] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(mousetweaks)
[27Jul2022 19:54:56.005] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(mousetweaks)
[27Jul2022 19:54:56.006] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(mousetweaks)
[27Jul2022 19:54:56.006] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(mousetweaks)
[27Jul2022 19:54:56.006] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(mousetweaks)
[27Jul2022 19:54:56.006] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(mousetweaks)]
[27Jul2022 19:54:56.006] [main/DEBUG] [mixin/]: Registering mixin config: mousetweaks.mixins.json
[27Jul2022 19:54:56.038] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(compactores)
[27Jul2022 19:54:56.038] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(compactores)
[27Jul2022 19:54:56.038] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(compactores)
[27Jul2022 19:54:56.038] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(compactores)
[27Jul2022 19:54:56.038] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(compactores)
[27Jul2022 19:54:56.039] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(compactores)]
[27Jul2022 19:54:56.040] [main/DEBUG] [mixin/]: Registering mixin config: compactores.mixins.json
[27Jul2022 19:54:56.043] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(fabric_biome_api)
[27Jul2022 19:54:56.047] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(fabric_biome_api)
[27Jul2022 19:54:56.047] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(fabric_biome_api)
[27Jul2022 19:54:56.047] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(fabric_biome_api)
[27Jul2022 19:54:56.047] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(fabric_biome_api)
[27Jul2022 19:54:56.047] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(fabric_biome_api)]
[27Jul2022 19:54:56.047] [main/DEBUG] [mixin/]: Registering mixin config: fabric-biome-api.mixins.json
[27Jul2022 19:54:56.051] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(ding)
[27Jul2022 19:54:56.051] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(ding)
[27Jul2022 19:54:56.051] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(ding)
[27Jul2022 19:54:56.051] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(ding)
[27Jul2022 19:54:56.051] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(ding)
[27Jul2022 19:54:56.051] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(ding)]
[27Jul2022 19:54:56.051] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(special_drops)
[27Jul2022 19:54:56.051] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(special_drops)
[27Jul2022 19:54:56.052] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(special_drops)
[27Jul2022 19:54:56.052] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(special_drops)
[27Jul2022 19:54:56.052] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(special_drops)
[27Jul2022 19:54:56.052] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(special_drops)]
[27Jul2022 19:54:56.052] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(roughlyenoughitems)
[27Jul2022 19:54:56.052] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(roughlyenoughitems)
[27Jul2022 19:54:56.052] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(roughlyenoughitems)
[27Jul2022 19:54:56.052] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(roughlyenoughitems)
[27Jul2022 19:54:56.052] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(roughlyenoughitems)
[27Jul2022 19:54:56.052] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(roughlyenoughitems)]
[27Jul2022 19:54:56.052] [main/DEBUG] [mixin/]: Registering mixin config: rei.mixins.json
[27Jul2022 19:54:56.055] [main/DEBUG] [mixin/]: Compatibility level JAVA_8 specified by rei.mixins.json is lower than the default level supported by the current mixin service (JAVA_16).
[27Jul2022 19:54:56.055] [main/ERROR] [mixin/]: Mixin config rei.mixins.json does not specify "minVersion" property
[27Jul2022 19:54:56.056] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(mmlib)
[27Jul2022 19:54:56.056] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(mmlib)
[27Jul2022 19:54:56.056] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(mmlib)
[27Jul2022 19:54:56.056] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(mmlib)
[27Jul2022 19:54:56.056] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(mmlib)
[27Jul2022 19:54:56.056] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(mmlib)]
[27Jul2022 19:54:56.056] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(unstructured)
[27Jul2022 19:54:56.056] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(unstructured)
[27Jul2022 19:54:56.056] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(unstructured)
[27Jul2022 19:54:56.056] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(unstructured)
[27Jul2022 19:54:56.056] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(unstructured)
[27Jul2022 19:54:56.056] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(unstructured)]
[27Jul2022 19:54:56.056] [main/DEBUG] [mixin/]: Registering mixin config: unstructured.mixins.json
[27Jul2022 19:54:56.060] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(iceberg)
[27Jul2022 19:54:56.061] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(iceberg)
[27Jul2022 19:54:56.061] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(iceberg)
[27Jul2022 19:54:56.062] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(iceberg)
[27Jul2022 19:54:56.063] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(iceberg)
[27Jul2022 19:54:56.063] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(iceberg)]
[27Jul2022 19:54:56.063] [main/DEBUG] [mixin/]: Registering mixin config: iceberg.mixins.json
[27Jul2022 19:54:56.066] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(notenoughanimations)
[27Jul2022 19:54:56.067] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(notenoughanimations)
[27Jul2022 19:54:56.067] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(notenoughanimations)
[27Jul2022 19:54:56.067] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(notenoughanimations)
[27Jul2022 19:54:56.067] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(notenoughanimations)
[27Jul2022 19:54:56.068] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(notenoughanimations)]
[27Jul2022 19:54:56.070] [main/DEBUG] [mixin/]: Registering mixin config: notenoughanimations.mixins.json
[27Jul2022 19:54:56.073] [main/DEBUG] [mixin/]: Compatibility level JAVA_8 specified by notenoughanimations.mixins.json is lower than the default level supported by the current mixin service (JAVA_16).
[27Jul2022 19:54:56.073] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(ecologics)
[27Jul2022 19:54:56.073] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(ecologics)
[27Jul2022 19:54:56.073] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(ecologics)
[27Jul2022 19:54:56.073] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(ecologics)
[27Jul2022 19:54:56.073] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(ecologics)
[27Jul2022 19:54:56.073] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(ecologics)]
[27Jul2022 19:54:56.073] [main/DEBUG] [mixin/]: Registering mixin config: ecologics-common.mixins.json
[27Jul2022 19:54:56.077] [main/DEBUG] [mixin/]: Registering mixin config: ecologics.mixins.json
[27Jul2022 19:54:56.080] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(legendarytooltips)
[27Jul2022 19:54:56.080] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(legendarytooltips)
[27Jul2022 19:54:56.080] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(legendarytooltips)
[27Jul2022 19:54:56.083] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(legendarytooltips)
[27Jul2022 19:54:56.083] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(legendarytooltips)
[27Jul2022 19:54:56.083] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(legendarytooltips)]
[27Jul2022 19:54:56.083] [main/DEBUG] [mixin/]: Registering mixin config: legendarytooltips.mixins.json
[27Jul2022 19:54:56.086] [main/DEBUG] [mixin/]: Compatibility level JAVA_16 specified by legendarytooltips.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[27Jul2022 19:54:56.086] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(luckytntmod)
[27Jul2022 19:54:56.087] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(luckytntmod)
[27Jul2022 19:54:56.087] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(luckytntmod)
[27Jul2022 19:54:56.087] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(luckytntmod)
[27Jul2022 19:54:56.087] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(luckytntmod)
[27Jul2022 19:54:56.087] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(luckytntmod)]
[27Jul2022 19:54:56.088] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(xaerominimap)
[27Jul2022 19:54:56.088] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(xaerominimap)
[27Jul2022 19:54:56.088] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(xaerominimap)
[27Jul2022 19:54:56.088] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(xaerominimap)
[27Jul2022 19:54:56.088] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(xaerominimap)
[27Jul2022 19:54:56.089] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(xaerominimap)]
[27Jul2022 19:54:56.089] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(croptopia)
[27Jul2022 19:54:56.089] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(croptopia)
[27Jul2022 19:54:56.089] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(croptopia)
[27Jul2022 19:54:56.089] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(croptopia)
[27Jul2022 19:54:56.089] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(croptopia)
[27Jul2022 19:54:56.089] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(croptopia)]
[27Jul2022 19:54:56.089] [main/DEBUG] [mixin/]: Registering mixin config: croptopia.mixins.json
[27Jul2022 19:54:56.093] [main/DEBUG] [mixin/]: Compatibility level JAVA_8 specified by croptopia.mixins.json is lower than the default level supported by the current mixin service (JAVA_16).
[27Jul2022 19:54:56.098] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(fastbench)
[27Jul2022 19:54:56.099] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(fastbench)
[27Jul2022 19:54:56.099] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(fastbench)
[27Jul2022 19:54:56.099] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(fastbench)
[27Jul2022 19:54:56.099] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(fastbench)
[27Jul2022 19:54:56.099] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(fastbench)]
[27Jul2022 19:54:56.099] [main/DEBUG] [mixin/]: Registering mixin config: fastbench.mixins.json
[27Jul2022 19:54:56.102] [main/DEBUG] [mixin/]: Compatibility level JAVA_8 specified by fastbench.mixins.json is lower than the default level supported by the current mixin service (JAVA_16).
[27Jul2022 19:54:56.102] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(polymorph)
[27Jul2022 19:54:56.102] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(polymorph)
[27Jul2022 19:54:56.102] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(polymorph)
[27Jul2022 19:54:56.102] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(polymorph)
[27Jul2022 19:54:56.103] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(polymorph)
[27Jul2022 19:54:56.103] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(polymorph)]
[27Jul2022 19:54:56.103] [main/DEBUG] [mixin/]: Registering mixin config: polymorph.mixins.json
[27Jul2022 19:54:56.106] [main/DEBUG] [mixin/]: Compatibility level JAVA_16 specified by polymorph.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[27Jul2022 19:54:56.106] [main/DEBUG] [mixin/]: Registering mixin config: polymorph_integrations.mixins.json
[27Jul2022 19:54:56.110] [main/DEBUG] [mixin/]: Compatibility level JAVA_16 specified by polymorph_integrations.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[27Jul2022 19:54:56.110] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(ars_elemental)
[27Jul2022 19:54:56.110] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(ars_elemental)
[27Jul2022 19:54:56.113] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(ars_elemental)
[27Jul2022 19:54:56.113] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(ars_elemental)
[27Jul2022 19:54:56.114] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(ars_elemental)
[27Jul2022 19:54:56.114] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(ars_elemental)]
[27Jul2022 19:54:56.114] [main/DEBUG] [mixin/]: Registering mixin config: ars_elemental.mixins.json
[27Jul2022 19:54:56.117] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(earthmobsmod)
[27Jul2022 19:54:56.117] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(earthmobsmod)
[27Jul2022 19:54:56.117] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(earthmobsmod)
[27Jul2022 19:54:56.117] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(earthmobsmod)
[27Jul2022 19:54:56.117] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(earthmobsmod)
[27Jul2022 19:54:56.117] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(earthmobsmod)]
[27Jul2022 19:54:56.118] [main/DEBUG] [mixin/]: Registering mixin config: earthmobsmod.mixins.json
[27Jul2022 19:54:56.120] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(philips_ruins)
[27Jul2022 19:54:56.121] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(philips_ruins)
[27Jul2022 19:54:56.121] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(philips_ruins)
[27Jul2022 19:54:56.121] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(philips_ruins)
[27Jul2022 19:54:56.121] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(philips_ruins)
[27Jul2022 19:54:56.121] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(philips_ruins)]
[27Jul2022 19:54:56.121] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(backpacked)
[27Jul2022 19:54:56.121] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(backpacked)
[27Jul2022 19:54:56.121] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(backpacked)
[27Jul2022 19:54:56.121] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(backpacked)
[27Jul2022 19:54:56.121] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(backpacked)
[27Jul2022 19:54:56.121] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(backpacked)]
[27Jul2022 19:54:56.121] [main/DEBUG] [mixin/]: Registering mixin config: backpacked.mixins.json
[27Jul2022 19:54:56.124] [main/DEBUG] [mixin/]: Compatibility level JAVA_8 specified by backpacked.mixins.json is lower than the default level supported by the current mixin service (JAVA_16).
[27Jul2022 19:54:56.124] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(entityculling)
[27Jul2022 19:54:56.124] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(entityculling)
[27Jul2022 19:54:56.124] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(entityculling)
[27Jul2022 19:54:56.124] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(entityculling)
[27Jul2022 19:54:56.124] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(entityculling)
[27Jul2022 19:54:56.124] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(entityculling)]
[27Jul2022 19:54:56.125] [main/DEBUG] [mixin/]: Registering mixin config: entityculling.mixins.json
[27Jul2022 19:54:56.128] [main/DEBUG] [mixin/]: Compatibility level JAVA_16 specified by entityculling.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[27Jul2022 19:54:56.128] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(regrowth)
[27Jul2022 19:54:56.129] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(regrowth)
[27Jul2022 19:54:56.129] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(regrowth)
[27Jul2022 19:54:56.129] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(regrowth)
[27Jul2022 19:54:56.129] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(regrowth)
[27Jul2022 19:54:56.129] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(regrowth)]
[27Jul2022 19:54:56.129] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(arsarsenal)
[27Jul2022 19:54:56.129] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(arsarsenal)
[27Jul2022 19:54:56.129] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(arsarsenal)
[27Jul2022 19:54:56.129] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(arsarsenal)
[27Jul2022 19:54:56.129] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(arsarsenal)
[27Jul2022 19:54:56.130] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(arsarsenal)]
[27Jul2022 19:54:56.130] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(fastfurnace)
[27Jul2022 19:54:56.130] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(fastfurnace)
[27Jul2022 19:54:56.130] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(fastfurnace)
[27Jul2022 19:54:56.130] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(fastfurnace)
[27Jul2022 19:54:56.130] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(fastfurnace)
[27Jul2022 19:54:56.130] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(fastfurnace)]
[27Jul2022 19:54:56.130] [main/DEBUG] [mixin/]: Registering mixin config: fastfurnace.mixins.json
[27Jul2022 19:54:56.133] [main/DEBUG] [mixin/]: Compatibility level JAVA_8 specified by fastfurnace.mixins.json is lower than the default level supported by the current mixin service (JAVA_16).
[27Jul2022 19:54:56.133] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(appleskin)
[27Jul2022 19:54:56.133] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(appleskin)
[27Jul2022 19:54:56.133] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(appleskin)
[27Jul2022 19:54:56.133] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(appleskin)
[27Jul2022 19:54:56.133] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(appleskin)
[27Jul2022 19:54:56.133] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(appleskin)]
[27Jul2022 19:54:56.133] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(creeperoverhaul)
[27Jul2022 19:54:56.133] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(creeperoverhaul)
[27Jul2022 19:54:56.133] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(creeperoverhaul)
[27Jul2022 19:54:56.133] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(creeperoverhaul)
[27Jul2022 19:54:56.133] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(creeperoverhaul)
[27Jul2022 19:54:56.133] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(creeperoverhaul)]
[27Jul2022 19:54:56.133] [main/DEBUG] [mixin/]: Registering mixin config: creeperoverhaul.mixins.json
[27Jul2022 19:54:56.136] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(ferritecore)
[27Jul2022 19:54:56.136] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(ferritecore)
[27Jul2022 19:54:56.136] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(ferritecore)
[27Jul2022 19:54:56.136] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(ferritecore)
[27Jul2022 19:54:56.136] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(ferritecore)
[27Jul2022 19:54:56.137] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(ferritecore)]
[27Jul2022 19:54:56.137] [main/DEBUG] [mixin/]: Registering mixin config: ferritecore.predicates.mixin.json
[27Jul2022 19:54:56.140] [main/DEBUG] [mixin/]: Registering mixin config: ferritecore.fastmap.mixin.json
[27Jul2022 19:54:56.142] [main/DEBUG] [mixin/]: Registering mixin config: ferritecore.mrl.mixin.json
[27Jul2022 19:54:56.145] [main/DEBUG] [mixin/]: Registering mixin config: ferritecore.dedupmultipart.mixin.json
[27Jul2022 19:54:56.151] [main/DEBUG] [mixin/]: Registering mixin config: ferritecore.blockstatecache.mixin.json
[27Jul2022 19:54:56.154] [main/DEBUG] [mixin/]: Registering mixin config: ferritecore.dedupbakedquad.mixin.json
[27Jul2022 19:54:56.157] [main/DEBUG] [mixin/]: Registering mixin config: ferritecore.threaddetec.mixin.json
[27Jul2022 19:54:56.161] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(lootr)
[27Jul2022 19:54:56.167] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(lootr)
[27Jul2022 19:54:56.167] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(lootr)
[27Jul2022 19:54:56.167] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(lootr)
[27Jul2022 19:54:56.167] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(lootr)
[27Jul2022 19:54:56.167] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(lootr)]
[27Jul2022 19:54:56.167] [main/DEBUG] [mixin/]: Registering mixin config: lootr.mixins.json
[27Jul2022 19:54:56.171] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(enhancedcelestials)
[27Jul2022 19:54:56.171] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(enhancedcelestials)
[27Jul2022 19:54:56.171] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(enhancedcelestials)
[27Jul2022 19:54:56.171] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(enhancedcelestials)
[27Jul2022 19:54:56.171] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(enhancedcelestials)
[27Jul2022 19:54:56.171] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(enhancedcelestials)]
[27Jul2022 19:54:56.171] [main/DEBUG] [mixin/]: Registering mixin config: enhancedcelestials.mixins.json
[27Jul2022 19:54:56.174] [main/DEBUG] [mixin/]: Registering mixin config: enhancedcelestials.forge.mixins.json
[27Jul2022 19:54:56.178] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(aquaculture)
[27Jul2022 19:54:56.178] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(aquaculture)
[27Jul2022 19:54:56.178] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(aquaculture)
[27Jul2022 19:54:56.179] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(aquaculture)
[27Jul2022 19:54:56.179] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(aquaculture)
[27Jul2022 19:54:56.179] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(aquaculture)]
[27Jul2022 19:54:56.179] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(ob_core)
[27Jul2022 19:54:56.179] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(ob_core)
[27Jul2022 19:54:56.179] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(ob_core)
[27Jul2022 19:54:56.179] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(ob_core)
[27Jul2022 19:54:56.180] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(ob_core)
[27Jul2022 19:54:56.180] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(ob_core)]
[27Jul2022 19:54:56.180] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(valhelsia_core)
[27Jul2022 19:54:56.180] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(valhelsia_core)
[27Jul2022 19:54:56.180] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(valhelsia_core)
[27Jul2022 19:54:56.180] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(valhelsia_core)
[27Jul2022 19:54:56.180] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(valhelsia_core)
[27Jul2022 19:54:56.180] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(valhelsia_core)]
[27Jul2022 19:54:56.180] [main/DEBUG] [mixin/]: Registering mixin config: valhelsia_core.mixins.json
[27Jul2022 19:54:56.184] [main/DEBUG] [mixin/]: Compatibility level JAVA_16 specified by valhelsia_core.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
[27Jul2022 19:54:56.184] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(flickerfix)
[27Jul2022 19:54:56.184] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(flickerfix)
[27Jul2022 19:54:56.188] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(flickerfix)
[27Jul2022 19:54:56.188] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(flickerfix)
[27Jul2022 19:54:56.188] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(flickerfix)
[27Jul2022 19:54:56.188] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(flickerfix)]
[27Jul2022 19:54:56.188] [main/DEBUG] [mixin/]: Registering mixin config: flickerfix.mixins.json
[27Jul2022 19:54:56.191] [main/DEBUG] [mixin/]: inject() running with 157 agents
[27Jul2022 19:54:56.194] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ModLauncher Root Container(ModLauncher:4f56a0a2)]
[27Jul2022 19:54:56.194] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(dynamiclightsreforged)]
[27Jul2022 19:54:56.198] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(habitat)]
[27Jul2022 19:54:56.198] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(betterdungeons)]
[27Jul2022 19:54:56.198] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(betterwitchhuts)]
[27Jul2022 19:54:56.198] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(bigbrain)]
[27Jul2022 19:54:56.198] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(zombiehorsespawn)]
[27Jul2022 19:54:56.198] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(additionalentityattributes)]
[27Jul2022 19:54:56.198] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(naturalist)]
[27Jul2022 19:54:56.198] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(powershot)]
[27Jul2022 19:54:56.198] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(connectivity)]
[27Jul2022 19:54:56.198] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(entitycollisionfpsfix)]
[27Jul2022 19:54:56.198] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(rubidium)]
[27Jul2022 19:54:56.198] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(ars_scalaes)]
[27Jul2022 19:54:56.198] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(bowinfinityfix)]
[27Jul2022 19:54:56.198] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(sound_physics_remastered)]
[27Jul2022 19:54:56.198] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(villagernames)]
[27Jul2022 19:54:56.198] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(controlling)]
[27Jul2022 19:54:56.198] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(citadel)]
[27Jul2022 19:54:56.198] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(placebo)]
[27Jul2022 19:54:56.198] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(yungsapi)]
[27Jul2022 19:54:56.198] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(finsandtails)]
[27Jul2022 19:54:56.198] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(maxhealthfix)]
[27Jul2022 19:54:56.198] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(feature_nbt_deadlock_be_gone)]
[27Jul2022 19:54:56.198] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(flowery)]
[27Jul2022 19:54:56.198] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(bookshelf)]
[27Jul2022 19:54:56.198] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(chancecubes)]
[27Jul2022 19:54:56.198] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(cdl)]
[27Jul2022 19:54:56.198] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(skeletonhorsespawn)]
[27Jul2022 19:54:56.198] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(additionalstructures)]
[27Jul2022 19:54:56.198] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(balm)]
[27Jul2022 19:54:56.198] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(fpsreducer)]
[27Jul2022 19:54:56.198] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(chat_heads)]
[27Jul2022 19:54:56.198] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(huskspawn)]
[27Jul2022 19:54:56.198] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(cloth_config)]
[27Jul2022 19:54:56.199] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(mineralchance)]
[27Jul2022 19:54:56.199] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(despawningeggshatch)]
[27Jul2022 19:54:56.199] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(supplementaries)]
[27Jul2022 19:54:56.199] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(advancementplaques)]
[27Jul2022 19:54:56.199] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(flytre_lib)]
[27Jul2022 19:54:56.199] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(structure_gel)]
[27Jul2022 19:54:56.199] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(cleancut)]
[27Jul2022 19:54:56.199] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(itshallnottick)]
[27Jul2022 19:54:56.199] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(amplifiednether)]
[27Jul2022 19:54:56.199] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(repurposed_structures)]
[27Jul2022 19:54:56.199] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(ob_aquamirae)]
[27Jul2022 19:54:56.199] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(biomesoplenty)]
[27Jul2022 19:54:56.199] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(endrem)]
[27Jul2022 19:54:56.199] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(geode)]
[27Jul2022 19:54:56.199] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(simpleshops)]
[27Jul2022 19:54:56.199] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(verdure)]
[27Jul2022 19:54:56.199] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(valhelsia_structures)]
[27Jul2022 19:54:56.199] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(yungsbridges)]
[27Jul2022 19:54:56.199] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(dungeons_enhanced)]
[27Jul2022 19:54:56.199] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(cnb)]
[27Jul2022 19:54:56.199] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(goblinsanddungeons)]
[27Jul2022 19:54:56.199] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(cataclysm)]
[27Jul2022 19:54:56.199] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(curios)]
[27Jul2022 19:54:56.199] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(patchouli)]
[27Jul2022 19:54:56.199] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(collective)]
[27Jul2022 19:54:56.199] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(betterbiomeblend)]
[27Jul2022 19:54:56.199] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(yungsextras)]
[27Jul2022 19:54:56.199] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(bettervillage)]
[27Jul2022 19:54:56.200] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(architectury)]
[27Jul2022 19:54:56.200] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(cfm)]
[27Jul2022 19:54:56.200] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(aiimprovements)]
[27Jul2022 19:54:56.200] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(krypton)]
[27Jul2022 19:54:56.200] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(geodeoplenty)]
[27Jul2022 19:54:56.200] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(strayspawn)]
[27Jul2022 19:54:56.200] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(fastleafdecay)]
[27Jul2022 19:54:56.200] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(t_and_t)]
[27Jul2022 19:54:56.200] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(toomanyglyphs)]
[27Jul2022 19:54:56.200] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(bettermineshafts)]
[27Jul2022 19:54:56.200] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(geckolib3)]
[27Jul2022 19:54:56.200] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(randombonemealflowers)]
[27Jul2022 19:54:56.200] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(phenomena)]
[27Jul2022 19:54:56.200] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(mcwlights)]
[27Jul2022 19:54:56.200] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(fixmyspawnr)]
[27Jul2022 19:54:56.200] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(shrines)]
[27Jul2022 19:54:56.200] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(attributefix)]
[27Jul2022 19:54:56.201] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(graveyard)]
[27Jul2022 19:54:56.201] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(pehkui)]
[27Jul2022 19:54:56.201] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(goblintraders)]
[27Jul2022 19:54:56.201] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(libraryferret)]
[27Jul2022 19:54:56.201] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(caelus)]
[27Jul2022 19:54:56.201] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(reap)]
[27Jul2022 19:54:56.201] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(waystones)]
[27Jul2022 19:54:56.201] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(fallingleaves)]
[27Jul2022 19:54:56.201] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(clumps)]
[27Jul2022 19:54:56.201] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(fastsuite)]
[27Jul2022 19:54:56.201] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(structory)]
[27Jul2022 19:54:56.201] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(shutupexperimentalsettings)]
[27Jul2022 19:54:56.201] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(dual_riders)]
[27Jul2022 19:54:56.201] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(naturescompass)]
[27Jul2022 19:54:56.201] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(tumbleweed)]
[27Jul2022 19:54:56.201] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(configured)]
[27Jul2022 19:54:56.201] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(jumpboat)]
[27Jul2022 19:54:56.201] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(sakura)]
[27Jul2022 19:54:56.201] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(dungeoncrawl)]
[27Jul2022 19:54:56.201] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(ob_tooltips)]
[27Jul2022 19:54:56.201] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(rare_ice)]
[27Jul2022 19:54:56.201] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(snuffles)]
[27Jul2022 19:54:56.201] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(azalea)]
[27Jul2022 19:54:56.201] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(betterdeserttemples)]
[27Jul2022 19:54:56.201] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(ore_creeper)]
[27Jul2022 19:54:56.201] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(book_fishing)]
[27Jul2022 19:54:56.201] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(catalogue)]
[27Jul2022 19:54:56.202] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(rei_internals_workaround)]
[27Jul2022 19:54:56.202] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(toastcontrol)]
[27Jul2022 19:54:56.202] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(ars_nouveau)]
[27Jul2022 19:54:56.202] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(randomium)]
[27Jul2022 19:54:56.202] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(skinlayers3d)]
[27Jul2022 19:54:56.202] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(flowerycore)]
[27Jul2022 19:54:56.202] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(rubidium_extras)]
[27Jul2022 19:54:56.202] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(forge)]
[27Jul2022 19:54:56.202] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(terraform)]
[27Jul2022 19:54:56.202] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(infernalmobs)]
[27Jul2022 19:54:56.202] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(selene)]
[27Jul2022 19:54:56.202] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(lucky)]
[27Jul2022 19:54:56.202] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(minecraft)]
[27Jul2022 19:54:56.202] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(enchdesc)]
[27Jul2022 19:54:56.202] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(voicechat)]
[27Jul2022 19:54:56.202] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(terrablender)]
[27Jul2022 19:54:56.202] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(mousetweaks)]
[27Jul2022 19:54:56.202] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(compactores)]
[27Jul2022 19:54:56.202] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(fabric_biome_api)]
[27Jul2022 19:54:56.202] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(ding)]
[27Jul2022 19:54:56.202] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(special_drops)]
[27Jul2022 19:54:56.202] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(roughlyenoughitems)]
[27Jul2022 19:54:56.202] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(mmlib)]
[27Jul2022 19:54:56.202] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(unstructured)]
[27Jul2022 19:54:56.202] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(iceberg)]
[27Jul2022 19:54:56.202] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(notenoughanimations)]
[27Jul2022 19:54:56.203] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(ecologics)]
[27Jul2022 19:54:56.203] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(legendarytooltips)]
[27Jul2022 19:54:56.203] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(luckytntmod)]
[27Jul2022 19:54:56.203] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(xaerominimap)]
[27Jul2022 19:54:56.203] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(croptopia)]
[27Jul2022 19:54:56.203] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(fastbench)]
[27Jul2022 19:54:56.203] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(polymorph)]
[27Jul2022 19:54:56.203] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(ars_elemental)]
[27Jul2022 19:54:56.203] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(earthmobsmod)]
[27Jul2022 19:54:56.203] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(philips_ruins)]
[27Jul2022 19:54:56.203] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(backpacked)]
[27Jul2022 19:54:56.203] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(entityculling)]
[27Jul2022 19:54:56.203] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(regrowth)]
[27Jul2022 19:54:56.203] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(arsarsenal)]
[27Jul2022 19:54:56.203] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(fastfurnace)]
[27Jul2022 19:54:56.203] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(appleskin)]
[27Jul2022 19:54:56.203] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(creeperoverhaul)]
[27Jul2022 19:54:56.203] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(ferritecore)]
[27Jul2022 19:54:56.203] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(lootr)]
[27Jul2022 19:54:56.203] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(enhancedcelestials)]
[27Jul2022 19:54:56.203] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(aquaculture)]
[27Jul2022 19:54:56.203] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(ob_core)]
[27Jul2022 19:54:56.203] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(valhelsia_core)]
[27Jul2022 19:54:56.204] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(flickerfix)]
[27Jul2022 19:54:56.274] [main/DEBUG] [mixin/]: Error cleaning class output directory: .mixin.out
[27Jul2022 19:54:56.276] [main/DEBUG] [mixin/]: Preparing mixins for MixinEnvironment[PREINIT]
[27Jul2022 19:54:56.280] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [com.sonicether.soundphysics.MixinConnector]
[27Jul2022 19:54:56.285] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'forgeclient' with arguments [--version, forge-40.1.68, --gameDir, C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet, --assetsDir, C:\Users\manso\curseforge\minecraft\Install\assets, --uuid, dbc9d6a869514de99f77b1d2a2d3ae89, --username, SirJum, --assetIndex, 1.18, --accessToken, ????????, --clientId, ODRlMjQyNWEtNjQzOC00YmNiLTk3OTctZGI0MmQxNTU1Yjlj, --xuid, 2535428500377124, --userType, msa, --versionType, release, --width, 1920, --height, 1080]
[27Jul2022 19:54:56.290] [main/DEBUG] [mixin/]: Preparing mixins for MixinEnvironment[DEFAULT]
[27Jul2022 19:54:56.291] [main/DEBUG] [mixin/]: Selecting config dynamiclightsreforged.mixins.json
[27Jul2022 19:54:56.298] [main/DEBUG] [mixin/]: Selecting config habitat.mixins.json
[27Jul2022 19:54:56.302] [main/DEBUG] [mixin/]: Selecting config betterdungeons.mixins.json
[27Jul2022 19:54:56.305] [main/DEBUG] [mixin/]: Selecting config betterdungeons_forge.mixins.json
[27Jul2022 19:54:56.309] [main/DEBUG] [mixin/]: Selecting config betterwitchhuts.mixins.json
[27Jul2022 19:54:56.315] [main/DEBUG] [mixin/]: Selecting config betterwitchhuts_forge.mixins.json
[27Jul2022 19:54:56.318] [main/DEBUG] [mixin/]: Selecting config bigbrain.mixins.json
[27Jul2022 19:54:56.322] [main/DEBUG] [mixin/]: Selecting config serilumforgemod.mixins.json
[27Jul2022 19:54:56.327] [main/DEBUG] [mixin/]: Selecting config origins.mixins.json
[27Jul2022 19:54:56.342] [main/DEBUG] [mixin/]: Selecting config apoli.mixins.json
[27Jul2022 19:54:56.355] [main/DEBUG] [mixin/]: Selecting config additionalentityattributes.mixins.json
[27Jul2022 19:54:56.360] [main/DEBUG] [mixin/]: Selecting config naturalist-common.mixins.json
[27Jul2022 19:54:56.366] [main/DEBUG] [mixin/]: Selecting config naturalist.mixins.json
[27Jul2022 19:54:56.369] [main/WARN] [mixin/]: Reference map 'naturalist-forge-forge-refmap.json' for naturalist.mixins.json could not be read. If this is a development environment you can ignore this message
[27Jul2022 19:54:56.370] [main/DEBUG] [mixin/]: Selecting config powershot.mixins.json
[27Jul2022 19:54:56.373] [main/DEBUG] [mixin/]: Selecting config connectivity.mixins.json
[27Jul2022 19:54:56.380] [main/DEBUG] [mixin/]: Selecting config entitycollisionfpsfix.mixins.json
[27Jul2022 19:54:56.384] [main/DEBUG] [mixin/]: Selecting config entitycollisionfpsfix.forge.mixins.json
[27Jul2022 19:54:56.387] [main/DEBUG] [mixin/]: Selecting config rubidium.mixins.json
[27Jul2022 19:54:56.397] [main/INFO] [Rubidium/]: Trying to switch memory allocators to work around memory leaks present with Jemalloc 5.0.0 through 5.2.0 on Windows
[27Jul2022 19:54:56.401] [main/INFO] [Rubidium/]: Loaded configuration file for Rubidium: 29 options available, 0 override(s) found
[27Jul2022 19:54:56.407] [main/DEBUG] [mixin/]: Selecting config controlling.mixins.json
[27Jul2022 19:54:56.411] [main/DEBUG] [mixin/]: Selecting config controlling.forge.mixins.json
[27Jul2022 19:54:56.414] [main/DEBUG] [mixin/]: Selecting config citadel.mixins.json
[27Jul2022 19:54:56.418] [main/DEBUG] [mixin/]: Selecting config placebo.mixins.json
[27Jul2022 19:54:56.424] [main/DEBUG] [mixin/]: Selecting config yungsapi.mixins.json
[27Jul2022 19:54:56.430] [main/DEBUG] [mixin/]: Selecting config yungsapi_forge.mixins.json
[27Jul2022 19:54:56.434] [main/DEBUG] [mixin/]: Selecting config maxhealthfix.common.mixins.json
[27Jul2022 19:54:56.438] [main/DEBUG] [mixin/]: Selecting config maxhealthfix.forge.mixins.json
[27Jul2022 19:54:56.442] [main/DEBUG] [mixin/]: Selecting config feature_nbt_deadlock_be_gone.mixins.json
[27Jul2022 19:54:56.445] [main/DEBUG] [mixin/]: Selecting config bookshelf.common.mixins.json
[27Jul2022 19:54:56.448] [main/DEBUG] [mixin/]: Selecting config bookshelf.forge.mixins.json
[27Jul2022 19:54:56.451] [main/DEBUG] [mixin/]: Selecting config balm.mixins.json
[27Jul2022 19:54:56.454] [main/DEBUG] [mixin/]: Selecting config fpsreducer.mixins.json
[27Jul2022 19:54:56.459] [main/DEBUG] [mixin/]: Selecting config chat_heads.mixins.json
[27Jul2022 19:54:56.462] [main/DEBUG] [mixin/]: Selecting config supplementaries.mixins.json
[27Jul2022 19:54:56.505] [main/DEBUG] [mixin/]: Selecting config flytre_lib.mixins.json
[27Jul2022 19:54:56.509] [main/DEBUG] [mixin/]: Selecting config flytre_lib-forge.mixins.json
[27Jul2022 19:54:56.513] [main/DEBUG] [mixin/]: Selecting config structure_gel.mixins.json
[27Jul2022 19:54:56.517] [main/DEBUG] [mixin/]: Selecting config mixin.cleancut.json
[27Jul2022 19:54:56.520] [main/DEBUG] [mixin/]: Selecting config itshallnottick.mixins.json
[27Jul2022 19:54:56.523] [main/DEBUG] [mixin/]: Selecting config repurposed_structures.mixins.json
[27Jul2022 19:54:56.527] [main/DEBUG] [mixin/]: Selecting config endrem.mixins.json
[27Jul2022 19:54:56.530] [main/DEBUG] [mixin/]: Selecting config verdure.mixins.json
[27Jul2022 19:54:56.532] [main/DEBUG] [mixin/]: Selecting config valhelsia_structures.mixins.json
[27Jul2022 19:54:56.535] [main/DEBUG] [mixin/]: Selecting config yungsbridges.mixins.json
[27Jul2022 19:54:56.539] [main/WARN] [mixin/]: Reference map 'yungsbridges.refmap.json' for yungsbridges.mixins.json could not be read. If this is a development environment you can ignore this message
[27Jul2022 19:54:56.539] [main/DEBUG] [mixin/]: Selecting config yungsbridges_forge.mixins.json
[27Jul2022 19:54:56.542] [main/WARN] [mixin/]: Reference map 'yungsbridges.refmap.json' for yungsbridges_forge.mixins.json could not be read. If this is a development environment you can ignore this message
[27Jul2022 19:54:56.544] [main/DEBUG] [mixin/]: Selecting config creatures-and-beasts.mixins.json
[27Jul2022 19:54:56.550] [main/DEBUG] [mixin/]: Selecting config curios.mixins.json
[27Jul2022 19:54:56.553] [main/DEBUG] [mixin/]: Selecting config patchouli_xplat.mixins.json
[27Jul2022 19:54:56.558] [main/DEBUG] [mixin/]: Selecting config betterbiomeblend.mixins.json
[27Jul2022 19:54:56.573] [main/DEBUG] [mixin/]: Selecting config yungsextras.mixins.json
[27Jul2022 19:54:56.577] [main/WARN] [mixin/]: Reference map 'yungsextras.refmap.json' for yungsextras.mixins.json could not be read. If this is a development environment you can ignore this message
[27Jul2022 19:54:56.580] [main/DEBUG] [mixin/]: Selecting config yungsextras_forge.mixins.json
[27Jul2022 19:54:56.584] [main/WARN] [mixin/]: Reference map 'yungsextras.refmap.json' for yungsextras_forge.mixins.json could not be read. If this is a development environment you can ignore this message
[27Jul2022 19:54:56.585] [main/DEBUG] [mixin/]: Selecting config architectury.mixins.json
[27Jul2022 19:54:56.590] [main/DEBUG] [mixin/]: Selecting config architectury-common.mixins.json
[27Jul2022 19:54:56.594] [main/DEBUG] [mixin/]: Selecting config cfm.mixins.json
[27Jul2022 19:54:56.600] [main/DEBUG] [mixin/]: Selecting config krypton.mixins.json
[27Jul2022 19:54:56.604] [main/DEBUG] [mixin/]: Selecting config toomanyglyphs.mixins.json
[27Jul2022 19:54:56.611] [main/DEBUG] [mixin/]: Selecting config bettermineshafts.mixins.json
[27Jul2022 19:54:56.614] [main/DEBUG] [mixin/]: Selecting config bettermineshafts_forge.mixins.json
[27Jul2022 19:54:56.617] [main/DEBUG] [mixin/]: Selecting config fixmyspawnr.mixins.json
[27Jul2022 19:54:56.621] [main/DEBUG] [mixin/]: Selecting config fixmyspawnr.forge.mixins.json
[27Jul2022 19:54:56.623] [main/DEBUG] [mixin/]: Selecting config mixins.shrines.json
[27Jul2022 19:54:56.628] [main/DEBUG] [mixin/]: Selecting config attributefix.mixins.json
[27Jul2022 19:54:56.632] [main/DEBUG] [mixin/]: Selecting config graveyard.mixins.json
[27Jul2022 19:54:56.634] [main/DEBUG] [mixin/]: Selecting config pehkui.mixins.json
[27Jul2022 19:54:56.640] [main/DEBUG] [mixin/]: Selecting config goblintraders.mixins.json
[27Jul2022 19:54:56.646] [main/DEBUG] [mixin/]: Selecting config caelus.mixins.json
[27Jul2022 19:54:56.650] [main/DEBUG] [mixin/]: Selecting config waystones.mixins.json
[27Jul2022 19:54:56.652] [main/DEBUG] [mixin/]: Selecting config fallingleaves.mixins.json
[27Jul2022 19:54:56.656] [main/DEBUG] [mixin/]: Selecting config clumps.mixins.json
[27Jul2022 19:54:56.660] [main/DEBUG] [mixin/]: Selecting config fastsuite.mixins.json
[27Jul2022 19:54:56.668] [main/DEBUG] [mixin/]: Selecting config shutupexperimentalsettings.mixins.json
[27Jul2022 19:54:56.672] [main/DEBUG] [mixin/]: Selecting config dual_riders.mixins.json
[27Jul2022 19:54:56.675] [main/DEBUG] [mixin/]: Selecting config dual_riders-forge.mixins.json
[27Jul2022 19:54:56.680] [main/WARN] [mixin/]: Reference map 'dual_riders-1.18.2-1.1.1-forge-Forge-refmap.json' for dual_riders-forge.mixins.json could not be read. If this is a development environment you can ignore this message
[27Jul2022 19:54:56.681] [main/DEBUG] [mixin/]: Selecting config jumpboat.mixin.json
[27Jul2022 19:54:56.684] [main/DEBUG] [mixin/]: Selecting config betterdeserttemples.mixins.json
[27Jul2022 19:54:56.688] [main/DEBUG] [mixin/]: Selecting config betterdeserttemples_forge.mixins.json
[27Jul2022 19:54:56.691] [main/DEBUG] [mixin/]: Selecting config rei-jei-internals-workaround.mixins.json
[27Jul2022 19:54:56.700] [main/WARN] [mixin/]: Reference map 'RoughlyEnoughItems-jei-internals-workaround-jei-internals-workaround-refmap.json' for rei-jei-internals-workaround.mixins.json could not be read. If this is a development environment you can ignore this message
[27Jul2022 19:54:56.769] [main/DEBUG] [mixin/]: Selecting config ars_nouveau.mixins.json
[27Jul2022 19:54:56.781] [main/DEBUG] [mixin/]: Selecting config 3dskinlayers.mixins.json
[27Jul2022 19:54:56.788] [main/DEBUG] [mixin/]: Selecting config flowerycore.mixins.json
[27Jul2022 19:54:56.791] [main/DEBUG] [mixin/]: Selecting config rubidium_extras.mixins.json
[27Jul2022 19:54:56.798] [main/DEBUG] [mixin/]: Selecting config mixins.terraform-dirt.json
[27Jul2022 19:54:56.801] [main/DEBUG] [mixin/]: Selecting config mixins.terraform-leaves.json
[27Jul2022 19:54:56.804] [main/DEBUG] [mixin/]: Selecting config mixins.terraform-signs.json
[27Jul2022 19:54:56.808] [main/DEBUG] [mixin/]: Selecting config mixins.terraform-boats.json
[27Jul2022 19:54:56.812] [main/DEBUG] [mixin/]: Selecting config mixins.terraform-tree-api-v1.json
[27Jul2022 19:54:56.817] [main/DEBUG] [mixin/]: Selecting config mixins.terraform-utils.json
[27Jul2022 19:54:56.821] [main/DEBUG] [mixin/]: Selecting config selene.mixins.json
[27Jul2022 19:54:56.824] [main/DEBUG] [mixin/]: Selecting config terrablender.mixins.json
[27Jul2022 19:54:56.829] [main/DEBUG] [mixin/]: Selecting config terrablender_forge.mixins.json
[27Jul2022 19:54:56.835] [main/DEBUG] [mixin/]: Selecting config mousetweaks.mixins.json
[27Jul2022 19:54:56.838] [main/DEBUG] [mixin/]: Selecting config compactores.mixins.json
[27Jul2022 19:54:56.842] [main/DEBUG] [mixin/]: Selecting config fabric-biome-api.mixins.json
[27Jul2022 19:54:56.845] [main/DEBUG] [mixin/]: Selecting config rei.mixins.json
[27Jul2022 19:54:56.851] [main/DEBUG] [mixin/]: Selecting config unstructured.mixins.json
[27Jul2022 19:54:56.854] [main/DEBUG] [mixin/]: Selecting config iceberg.mixins.json
[27Jul2022 19:54:56.859] [main/DEBUG] [mixin/]: Selecting config notenoughanimations.mixins.json
[27Jul2022 19:54:56.865] [main/DEBUG] [mixin/]: Selecting config ecologics-common.mixins.json
[27Jul2022 19:54:56.868] [main/DEBUG] [mixin/]: Selecting config ecologics.mixins.json
[27Jul2022 19:54:56.871] [main/DEBUG] [mixin/]: Selecting config legendarytooltips.mixins.json
[27Jul2022 19:54:56.874] [main/DEBUG] [mixin/]: Selecting config croptopia.mixins.json
[27Jul2022 19:54:56.878] [main/DEBUG] [mixin/]: Selecting config fastbench.mixins.json
[27Jul2022 19:54:56.884] [main/DEBUG] [mixin/]: Selecting config polymorph.mixins.json
[27Jul2022 19:54:56.887] [main/DEBUG] [mixin/]: Selecting config polymorph_integrations.mixins.json
[27Jul2022 19:54:56.972] [main/DEBUG] [mixin/]: Selecting config ars_elemental.mixins.json
[27Jul2022 19:54:56.976] [main/DEBUG] [mixin/]: Selecting config earthmobsmod.mixins.json
[27Jul2022 19:54:56.979] [main/DEBUG] [mixin/]: Selecting config backpacked.mixins.json
[27Jul2022 19:54:56.982] [main/DEBUG] [mixin/]: Selecting config entityculling.mixins.json
[27Jul2022 19:54:56.986] [main/DEBUG] [mixin/]: Selecting config fastfurnace.mixins.json
[27Jul2022 19:54:56.991] [main/DEBUG] [mixin/]: Selecting config creeperoverhaul.mixins.json
[27Jul2022 19:54:56.994] [main/DEBUG] [mixin/]: Selecting config ferritecore.predicates.mixin.json
[27Jul2022 19:54:57.016] [main/DEBUG] [mixin/]: Selecting config ferritecore.fastmap.mixin.json
[27Jul2022 19:54:57.020] [main/DEBUG] [mixin/]: Selecting config ferritecore.mrl.mixin.json
[27Jul2022 19:54:57.023] [main/DEBUG] [mixin/]: Selecting config ferritecore.dedupmultipart.mixin.json
[27Jul2022 19:54:57.031] [main/DEBUG] [mixin/]: Selecting config ferritecore.blockstatecache.mixin.json
[27Jul2022 19:54:57.034] [main/DEBUG] [mixin/]: Selecting config ferritecore.dedupbakedquad.mixin.json
[27Jul2022 19:54:57.041] [main/DEBUG] [mixin/]: Selecting config ferritecore.threaddetec.mixin.json
[27Jul2022 19:54:57.057] [main/DEBUG] [mixin/]: Selecting config lootr.mixins.json
[27Jul2022 19:54:57.061] [main/DEBUG] [mixin/]: Selecting config enhancedcelestials.mixins.json
[27Jul2022 19:54:57.069] [main/DEBUG] [mixin/]: Selecting config enhancedcelestials.forge.mixins.json
[27Jul2022 19:54:57.074] [main/DEBUG] [mixin/]: Selecting config valhelsia_core.mixins.json
[27Jul2022 19:54:57.078] [main/DEBUG] [mixin/]: Selecting config flickerfix.mixins.json
[27Jul2022 19:54:57.087] [main/DEBUG] [mixin/]: Selecting config assets/sound_physics_remastered/sound_physics_remastered.mixins.json
[27Jul2022 19:54:57.092] [main/DEBUG] [mixin/]: Preparing dynamiclightsreforged.mixins.json (18)
[27Jul2022 19:54:57.196] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/client/multiplayer/ClientLevel
[27Jul2022 19:54:57.442] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/world/entity/Entity
[27Jul2022 19:54:57.504] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming m_36170_ with desc (Lnet/minecraft/world/entity/player/PlayerModelPart;)Z
[27Jul2022 19:54:57.534] [main/DEBUG] [mixin/]: Preparing habitat.mixins.json (4)
[27Jul2022 19:54:57.545] [main/DEBUG] [mixin/]: Preparing betterdungeons.mixins.json (2)
[27Jul2022 19:54:57.552] [main/DEBUG] [mixin/]: Preparing betterdungeons_forge.mixins.json (0)
[27Jul2022 19:54:57.552] [main/DEBUG] [mixin/]: Preparing betterwitchhuts.mixins.json (5)
[27Jul2022 19:54:57.561] [main/DEBUG] [mixin/]: Preparing betterwitchhuts_forge.mixins.json (1)
[27Jul2022 19:54:57.565] [main/DEBUG] [mixin/]: Preparing bigbrain.mixins.json (15)
[27Jul2022 19:54:57.587] [main/DEBUG] [mixin/]: Preparing serilumforgemod.mixins.json (0)
[27Jul2022 19:54:57.590] [main/DEBUG] [mixin/]: Preparing origins.mixins.json (9)
[27Jul2022 19:54:57.598] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming m_7583_ with desc ()V
[27Jul2022 19:54:57.607] [main/DEBUG] [mixin/]: Preparing apoli.mixins.json (34)
[27Jul2022 19:54:57.629] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming m_41787_ with desc ()V
[27Jul2022 19:54:57.633] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/world/item/ItemStack
[27Jul2022 19:54:57.646] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming canEquip with desc (Lnet/minecraft/world/entity/EquipmentSlot;Lnet/minecraft/world/entity/Entity;)Z
[27Jul2022 19:54:57.654] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming getHighlightTip with desc (Lnet/minecraft/network/chat/Component;)Lnet/minecraft/network/chat/Component;
[27Jul2022 19:54:57.662] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming getFoodProperties with desc (Lnet/minecraft/world/entity/LivingEntity;)Lnet/minecraft/world/food/FoodProperties;
[27Jul2022 19:54:57.700] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/world/effect/MobEffectInstance
[27Jul2022 19:54:57.729] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming m_93030_ with desc (Lcom/mojang/blaze3d/vertex/PoseStack;F)V
[27Jul2022 19:54:57.745] [main/DEBUG] [mixin/]: Preparing additionalentityattributes.mixins.json (3)
[27Jul2022 19:54:57.746] [main/DEBUG] [mixin/]: Preparing naturalist-common.mixins.json (1)
[27Jul2022 19:54:57.748] [main/DEBUG] [mixin/]: Preparing naturalist.mixins.json (0)
[27Jul2022 19:54:57.748] [main/DEBUG] [mixin/]: Preparing powershot.mixins.json (2)
[27Jul2022 19:54:57.751] [main/DEBUG] [mixin/]: Preparing connectivity.mixins.json (17)
[27Jul2022 19:54:57.769] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/network/protocol/game/ClientboundSectionBlocksUpdatePacket
[27Jul2022 19:54:57.786] [main/DEBUG] [mixin/]: Preparing entitycollisionfpsfix.mixins.json (2)
[27Jul2022 19:54:57.787] [main/DEBUG] [mixin/]: Preparing entitycollisionfpsfix.forge.mixins.json (0)
[27Jul2022 19:54:57.787] [main/DEBUG] [mixin/]: Preparing rubidium.mixins.json (53)
[27Jul2022 19:54:57.822] [main/DEBUG] [mixin/]: @Mixin target net/minecraft/client/multiplayer/ClientChunkCache$Storage is public in rubidium.mixins.json:features.chunk_rendering.MixinClientChunkMap and should be specified in value
[27Jul2022 19:54:57.825] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming m_105140_ with desc ()V
[27Jul2022 19:54:57.829] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming m_5998_ with desc (Lnet/minecraft/network/protocol/game/ClientboundLoginPacket;)V
[27Jul2022 19:54:57.846] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming m_5771_ with desc (Lnet/minecraft/network/protocol/game/ClientboundSectionBlocksUpdatePacket;)V
[27Jul2022 19:54:57.851] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming m_194198_ with desc (IILnet/minecraft/network/protocol/game/ClientboundLevelChunkPacketData;)V
[27Jul2022 19:54:57.856] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming m_194202_ with desc (IILnet/minecraft/network/protocol/game/ClientboundLightUpdatePacketData;)V
[27Jul2022 19:54:57.860] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming m_6773_ with desc (Lnet/minecraft/network/protocol/game/ClientboundBlockUpdatePacket;)V
[27Jul2022 19:54:57.863] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming m_6571_ with desc (Lnet/minecraft/network/protocol/game/ClientboundSetDefaultSpawnPositionPacket;)V
[27Jul2022 19:54:57.866] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/client/multiplayer/ClientPacketListener
[27Jul2022 19:54:57.888] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/world/entity/Entity
[27Jul2022 19:54:57.897] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming m_7583_ with desc ()V
[27Jul2022 19:54:57.899] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming m_108561_ with desc ()Lnet/minecraft/resources/ResourceLocation;
[27Jul2022 19:54:57.924] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming m_36170_ with desc (Lnet/minecraft/world/entity/player/PlayerModelPart;)Z
[27Jul2022 19:54:57.945] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming m_104290_ with desc (Lcom/mojang/blaze3d/vertex/PoseStack$Pose;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIFFFF)V
[27Jul2022 19:54:57.993] [main/DEBUG] [mixin/]: Preparing controlling.mixins.json (5)
[27Jul2022 19:54:58.004] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming m_96626_ with desc (I)V
[27Jul2022 19:54:58.015] [main/DEBUG] [mixin/]: Preparing controlling.forge.mixins.json (0)
[27Jul2022 19:54:58.015] [main/DEBUG] [mixin/]: Preparing citadel.mixins.json (5)
[27Jul2022 19:54:58.017] [main/DEBUG] [mixin/]: Preparing placebo.mixins.json (5)
[27Jul2022 19:54:58.030] [main/DEBUG] [mixin/]: Preparing yungsapi.mixins.json (8)
[27Jul2022 19:54:58.038] [main/DEBUG] [yungsapi/]: Loaded com.yungnickyoung.minecraft.yungsapi.services.ForgePlatformHelper@308a9264 for service interface com.yungnickyoung.minecraft.yungsapi.services.IPlatformHelper
[27Jul2022 19:54:58.039] [main/DEBUG] [yungsapi/]: Loaded com.yungnickyoung.minecraft.yungsapi.services.ForgeModulesLoader@d8e4250 for service interface com.yungnickyoung.minecraft.yungsapi.services.IModulesLoader
[27Jul2022 19:54:58.051] [main/DEBUG] [mixin/]: Preparing yungsapi_forge.mixins.json (0)
[27Jul2022 19:54:58.052] [main/DEBUG] [mixin/]: Preparing maxhealthfix.common.mixins.json (1)
[27Jul2022 19:54:58.052] [main/DEBUG] [mixin/]: Preparing maxhealthfix.forge.mixins.json (0)
[27Jul2022 19:54:58.052] [main/DEBUG] [mixin/]: Preparing feature_nbt_deadlock_be_gone.mixins.json (1)
[27Jul2022 19:54:58.054] [main/DEBUG] [mixin/]: Preparing bookshelf.common.mixins.json (18)
[27Jul2022 19:54:58.069] [main/DEBUG] [mixin/]: Preparing bookshelf.forge.mixins.json (0)
[27Jul2022 19:54:58.069] [main/DEBUG] [mixin/]: Preparing balm.mixins.json (15)
[27Jul2022 19:54:58.071] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/world/damagesource/DamageSource
[27Jul2022 19:54:58.089] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/client/gui/screens/inventory/AbstractContainerScreen
[27Jul2022 19:54:58.096] [main/DEBUG] [mixin/]: Preparing fpsreducer.mixins.json (1)
[27Jul2022 19:54:58.100] [main/DEBUG] [mixin/]: Preparing chat_heads.mixins.json (4)
[27Jul2022 19:54:58.103] [main/DEBUG] [mixin/]: Preparing supplementaries.mixins.json (49)
[27Jul2022 19:54:58.134] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/world/level/chunk/LevelChunk
[27Jul2022 19:54:58.182] [main/DEBUG] [mixin/]: Preparing flytre_lib.mixins.json (32)
[27Jul2022 19:54:58.216] [main/DEBUG] [mixin/]: @Mixin target net/minecraft/server/level/ChunkMap$TrackedEntity is public in flytre_lib.mixins.json:base.EntityTrackerAccessor and should be specified in value
[27Jul2022 19:54:58.219] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming m_11229_ with desc (Lnet/minecraft/server/level/ServerPlayer;Lnet/minecraft/server/level/ServerLevel;)V
[27Jul2022 19:54:58.248] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming m_6305_ with desc (Lcom/mojang/blaze3d/vertex/PoseStack;IIF)V
[27Jul2022 19:54:58.266] [main/DEBUG] [mixin/]: Preparing flytre_lib-forge.mixins.json (3)
[27Jul2022 19:54:58.269] [main/DEBUG] [mixin/]: Preparing structure_gel.mixins.json (17)
[27Jul2022 19:54:58.283] [main/DEBUG] [mixin/]: Preparing mixin.cleancut.json (1)
[27Jul2022 19:54:58.283] [main/DEBUG] [mixin/]: Preparing itshallnottick.mixins.json (4)
[27Jul2022 19:54:58.287] [main/DEBUG] [mixin/]: Preparing repurposed_structures.mixins.json (26)
[27Jul2022 19:54:58.311] [main/DEBUG] [mixin/]: Preparing endrem.mixins.json (1)
[27Jul2022 19:54:58.315] [main/DEBUG] [mixin/]: Preparing verdure.mixins.json (3)
[27Jul2022 19:54:58.317] [main/DEBUG] [mixin/]: Preparing valhelsia_structures.mixins.json (10)
[27Jul2022 19:54:58.322] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/world/item/BucketItem
[27Jul2022 19:54:58.329] [main/DEBUG] [mixin/]: Preparing yungsbridges.mixins.json (0)
[27Jul2022 19:54:58.330] [main/DEBUG] [mixin/]: Preparing yungsbridges_forge.mixins.json (0)
[27Jul2022 19:54:58.330] [main/DEBUG] [mixin/]: Preparing creatures-and-beasts.mixins.json (5)
[27Jul2022 19:54:58.332] [main/DEBUG] [mixin/]: Preparing curios.mixins.json (5)
[27Jul2022 19:54:58.339] [main/DEBUG] [mixin/]: Preparing patchouli_xplat.mixins.json (8)
[27Jul2022 19:54:58.350] [main/DEBUG] [mixin/]: Preparing betterbiomeblend.mixins.json (3)
[27Jul2022 19:54:58.352] [main/DEBUG] [mixin/]: Preparing yungsextras.mixins.json (0)
[27Jul2022 19:54:58.352] [main/DEBUG] [mixin/]: Preparing yungsextras_forge.mixins.json (0)
[27Jul2022 19:54:58.352] [main/DEBUG] [mixin/]: Preparing architectury.mixins.json (8)
[27Jul2022 19:54:58.358] [main/DEBUG] [mixin/]: Preparing architectury-common.mixins.json (1)
[27Jul2022 19:54:58.359] [main/DEBUG] [mixin/]: Preparing cfm.mixins.json (1)
[27Jul2022 19:54:58.360] [main/DEBUG] [mixin/]: Preparing krypton.mixins.json (18)
[27Jul2022 19:54:58.370] [main/DEBUG] [mixin/]: Preparing toomanyglyphs.mixins.json (2)
[27Jul2022 19:54:58.371] [main/DEBUG] [mixin/]: Preparing bettermineshafts.mixins.json (3)
[27Jul2022 19:54:58.373] [main/DEBUG] [mixin/]: Preparing bettermineshafts_forge.mixins.json (1)
[27Jul2022 19:54:58.374] [main/DEBUG] [mixin/]: Preparing fixmyspawnr.mixins.json (1)
[27Jul2022 19:54:58.375] [main/DEBUG] [mixin/]: Preparing fixmyspawnr.forge.mixins.json (0)
[27Jul2022 19:54:58.375] [main/DEBUG] [mixin/]: Preparing mixins.shrines.json (5)
[27Jul2022 19:54:58.379] [main/DEBUG] [mixin/]: Preparing attributefix.mixins.json (1)
[27Jul2022 19:54:58.380] [main/DEBUG] [mixin/]: Preparing graveyard.mixins.json (9)
[27Jul2022 19:54:58.387] [main/DEBUG] [mixin/]: Preparing pehkui.mixins.json (180)
[27Jul2022 19:54:58.391] [main/DEBUG] [net.minecraftforge.versions.mcp.MCPVersion/CORE]: MCP Version package package net.minecraftforge.versions.mcp, Minecraft, version 1.18.2 from cpw.mods.modlauncher.TransformingClassLoader@72465eb2
[27Jul2022 19:54:58.393] [main/DEBUG] [net.minecraftforge.versions.mcp.MCPVersion/CORE]: Found MC version information 1.18.2
[27Jul2022 19:54:58.393] [main/DEBUG] [net.minecraftforge.versions.mcp.MCPVersion/CORE]: Found MCP version information 20220404.173914
[27Jul2022 19:54:58.526] [main/DEBUG] [mixin/]: Preparing goblintraders.mixins.json (4)
[27Jul2022 19:54:58.529] [main/DEBUG] [mixin/]: Preparing caelus.mixins.json (4)
[27Jul2022 19:54:58.530] [main/DEBUG] [mixin/]: Preparing waystones.mixins.json (2)
[27Jul2022 19:54:58.531] [main/DEBUG] [mixin/]: Preparing fallingleaves.mixins.json (4)
[27Jul2022 19:54:58.532] [main/DEBUG] [mixin/]: Preparing clumps.mixins.json (2)
[27Jul2022 19:54:58.535] [main/DEBUG] [mixin/]: Preparing fastsuite.mixins.json (2)
[27Jul2022 19:54:58.536] [main/DEBUG] [mixin/]: Preparing shutupexperimentalsettings.mixins.json (2)
[27Jul2022 19:54:58.539] [main/DEBUG] [mixin/]: Preparing dual_riders.mixins.json (3)
[27Jul2022 19:54:58.541] [main/DEBUG] [mixin/]: Preparing dual_riders-forge.mixins.json (0)
[27Jul2022 19:54:58.541] [main/DEBUG] [mixin/]: Preparing jumpboat.mixin.json (1)
[27Jul2022 19:54:58.541] [main/DEBUG] [mixin/]: Preparing betterdeserttemples.mixins.json (7)
[27Jul2022 19:54:58.544] [main/DEBUG] [mixin/]: Preparing betterdeserttemples_forge.mixins.json (1)
[27Jul2022 19:54:58.544] [main/DEBUG] [mixin/]: Preparing rei-jei-internals-workaround.mixins.json (0)
[27Jul2022 19:54:58.550] [main/DEBUG] [mixin/]: Preparing ars_nouveau.mixins.json (16)
[27Jul2022 19:54:58.555] [main/DEBUG] [mixin/]: Preparing 3dskinlayers.mixins.json (10)
[27Jul2022 19:54:58.564] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming m_108561_ with desc ()Lnet/minecraft/resources/ResourceLocation;
[27Jul2022 19:54:58.565] [main/DEBUG] [mixin/]: Preparing flowerycore.mixins.json (1)
[27Jul2022 19:54:58.566] [main/DEBUG] [mixin/]: Preparing rubidium_extras.mixins.json (19)
[27Jul2022 19:54:58.569] [main/WARN] [mixin/]: Error loading class: mezz/jei/gui/overlay/IngredientListOverlay (java.lang.ClassNotFoundException: mezz.jei.gui.overlay.IngredientListOverlay)
[27Jul2022 19:54:58.570] [main/WARN] [mixin/]: @Mixin target mezz.jei.gui.overlay.IngredientListOverlay was not found rubidium_extras.mixins.json:JEI.IngredientListOverlayMixin
[27Jul2022 19:54:58.588] [main/DEBUG] [mixin/]: Preparing mixins.terraform-dirt.json (12)
[27Jul2022 19:54:58.599] [main/DEBUG] [mixin/]: Preparing mixins.terraform-leaves.json (1)
[27Jul2022 19:54:58.599] [main/DEBUG] [mixin/]: Preparing mixins.terraform-signs.json (4)
[27Jul2022 19:54:58.603] [main/DEBUG] [mixin/]: Preparing mixins.terraform-boats.json (1)
[27Jul2022 19:54:58.603] [main/DEBUG] [mixin/]: Preparing mixins.terraform-tree-api-v1.json (2)
[27Jul2022 19:54:58.606] [main/DEBUG] [mixin/]: Preparing mixins.terraform-utils.json (2)
[27Jul2022 19:54:58.613] [main/DEBUG] [mixin/]: Preparing selene.mixins.json (12)
[27Jul2022 19:54:58.624] [main/DEBUG] [mixin/]: Preparing terrablender.mixins.json (8)
[27Jul2022 19:54:58.635] [main/DEBUG] [mixin/]: Preparing terrablender_forge.mixins.json (0)
[27Jul2022 19:54:58.638] [main/DEBUG] [mixin/]: Preparing mousetweaks.mixins.json (1)
[27Jul2022 19:54:58.641] [main/DEBUG] [mixin/]: Preparing compactores.mixins.json (1)
[27Jul2022 19:54:58.644] [main/DEBUG] [mixin/]: Preparing fabric-biome-api.mixins.json (4)
[27Jul2022 19:54:58.647] [main/DEBUG] [mixin/]: Preparing rei.mixins.json (7)
[27Jul2022 19:54:58.653] [main/DEBUG] [mixin/]: Preparing unstructured.mixins.json (6)
[27Jul2022 19:54:58.658] [main/DEBUG] [mixin/]: Preparing iceberg.mixins.json (9)
[27Jul2022 19:54:58.665] [main/DEBUG] [mixin/]: Preparing notenoughanimations.mixins.json (7)
[27Jul2022 19:54:58.692] [main/DEBUG] [mixin/]: Preparing ecologics-common.mixins.json (2)
[27Jul2022 19:54:58.694] [main/DEBUG] [mixin/]: Preparing ecologics.mixins.json (3)
[27Jul2022 19:54:58.696] [main/DEBUG] [mixin/]: Preparing legendarytooltips.mixins.json (1)
[27Jul2022 19:54:58.696] [main/DEBUG] [mixin/]: Preparing croptopia.mixins.json (3)
[27Jul2022 19:54:58.698] [main/DEBUG] [mixin/]: Preparing fastbench.mixins.json (3)
[27Jul2022 19:54:58.700] [main/DEBUG] [mixin/]: Preparing polymorph.mixins.json (8)
[27Jul2022 19:54:58.704] [main/DEBUG] [mixin/]: Preparing polymorph_integrations.mixins.json (38)
[27Jul2022 19:54:58.721] [main/WARN] [mixin/]: Error loading class: mezz/jei/transfer/RecipeTransferUtil (java.lang.ClassNotFoundException: mezz.jei.transfer.RecipeTransferUtil)
[27Jul2022 19:54:58.724] [main/WARN] [mixin/]: @Mixin target mezz.jei.transfer.RecipeTransferUtil was not found polymorph_integrations.mixins.json:jei.MixinRecipeTransferUtil
[27Jul2022 19:54:58.724] [main/DEBUG] [mixin/]: Preparing ars_elemental.mixins.json (5)
[27Jul2022 19:54:58.733] [main/DEBUG] [mixin/]: Preparing earthmobsmod.mixins.json (4)
[27Jul2022 19:54:58.735] [main/DEBUG] [mixin/]: Preparing backpacked.mixins.json (13)
[27Jul2022 19:54:58.745] [main/DEBUG] [mixin/]: Preparing entityculling.mixins.json (6)
[27Jul2022 19:54:58.747] [main/DEBUG] [mixin/]: Preparing fastfurnace.mixins.json (1)
[27Jul2022 19:54:58.748] [main/DEBUG] [mixin/]: Preparing creeperoverhaul.mixins.json (2)
[27Jul2022 19:54:58.750] [main/DEBUG] [mixin/]: Preparing ferritecore.predicates.mixin.json (3)
[27Jul2022 19:54:58.772] [main/DEBUG] [mixin/]: Preparing ferritecore.fastmap.mixin.json (1)
[27Jul2022 19:54:58.773] [main/DEBUG] [mixin/]: Preparing ferritecore.mrl.mixin.json (2)
[27Jul2022 19:54:58.775] [main/DEBUG] [mixin/]: Preparing ferritecore.dedupmultipart.mixin.json (2)
[27Jul2022 19:54:58.776] [main/DEBUG] [mixin/]: Preparing ferritecore.blockstatecache.mixin.json (8)
[27Jul2022 19:54:58.782] [main/DEBUG] [mixin/]: Preparing ferritecore.dedupbakedquad.mixin.json (2)
[27Jul2022 19:54:58.783] [main/DEBUG] [mixin/]: Preparing ferritecore.threaddetec.mixin.json (1)
[27Jul2022 19:54:58.783] [main/DEBUG] [mixin/]: Preparing lootr.mixins.json (3)
[27Jul2022 19:54:58.784] [main/DEBUG] [mixin/]: Preparing enhancedcelestials.mixins.json (26)
[27Jul2022 19:54:58.800] [main/DEBUG] [mixin/]: Preparing enhancedcelestials.forge.mixins.json (0)
[27Jul2022 19:54:58.801] [main/DEBUG] [mixin/]: Preparing valhelsia_core.mixins.json (9)
[27Jul2022 19:54:58.804] [main/DEBUG] [mixin/]: Preparing flickerfix.mixins.json (1)
[27Jul2022 19:54:58.805] [main/DEBUG] [mixin/]: Preparing assets/sound_physics_remastered/sound_physics_remastered.mixins.json (6)
[27Jul2022 19:54:58.835] [main/DEBUG] [mixin/]: Registering new injector for @Inject with org.spongepowered.asm.mixin.injection.struct.CallbackInjectionInfo
[27Jul2022 19:54:58.837] [main/DEBUG] [mixin/]: Registering new injector for @ModifyArg with org.spongepowered.asm.mixin.injection.struct.ModifyArgInjectionInfo
[27Jul2022 19:54:58.838] [main/DEBUG] [mixin/]: Registering new injector for @ModifyArgs with org.spongepowered.asm.mixin.injection.struct.ModifyArgsInjectionInfo
[27Jul2022 19:54:58.839] [main/DEBUG] [mixin/]: Registering new injector for @Redirect with org.spongepowered.asm.mixin.injection.struct.RedirectInjectionInfo
[27Jul2022 19:54:58.840] [main/DEBUG] [mixin/]: Registering new injector for @ModifyVariable with org.spongepowered.asm.mixin.injection.struct.ModifyVariableInjectionInfo
[27Jul2022 19:54:58.841] [main/DEBUG] [mixin/]: Registering new injector for @ModifyConstant with org.spongepowered.asm.mixin.injection.struct.ModifyConstantInjectionInfo
[27Jul2022 19:54:58.896] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming m_7695_ with desc (Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIFFFF)V
[27Jul2022 19:54:58.931] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming m_78311_ with desc ()V
[27Jul2022 19:54:59.013] [main/DEBUG] [mixin/]: Prepared 814 mixins in 2.721 sec (3.3ms avg) (0ms load, 0ms transform, 0ms plugin)
[27Jul2022 19:54:59.018] [main/DEBUG] [mixin/]: Mixing loader.MainMixin from flytre_lib-forge.mixins.json into net.minecraft.client.main.Main
[27Jul2022 19:54:59.023] [main/DEBUG] [mixin/]: Mixing config.MainMixin from flytre_lib.mixins.json into net.minecraft.client.main.Main
[27Jul2022 19:54:59.131] [main/DEBUG] [mixin/]: Mixing CreativeModeTabMixin from selene.mixins.json into net.minecraft.world.item.CreativeModeTab
[27Jul2022 19:54:59.132] [main/DEBUG] [mixin/]: selene.mixins.json:CreativeModeTabMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:54:59.148] [main/DEBUG] [mixin/]: Mixing ResourceLocationExceptionMixin from connectivity.mixins.json into net.minecraft.ResourceLocationException
[27Jul2022 19:54:59.172] [main/DEBUG] [mixin/]: Mixing shared.debugaid.ResourceLeakDetectorDisableConditionalMixin from krypton.mixins.json into net.minecraft.SharedConstants
[27Jul2022 19:54:59.173] [main/DEBUG] [mixin/]: krypton.mixins.json:shared.debugaid.ResourceLeakDetectorDisableConditionalMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:54:59.187] [main/DEBUG] [io.netty.util.internal.logging.InternalLoggerFactory/]: Using SLF4J as the default logging framework
[27Jul2022 19:54:59.189] [main/DEBUG] [io.netty.util.ResourceLeakDetector/]: -Dio.netty.leakDetection.level: simple
[27Jul2022 19:54:59.189] [main/DEBUG] [io.netty.util.ResourceLeakDetector/]: -Dio.netty.leakDetection.targetRecords: 4
[27Jul2022 19:54:59.213] [main/DEBUG] [mixin/]: Mixing access.StyleAccess from enhancedcelestials.mixins.json into net.minecraft.network.chat.Style
[27Jul2022 19:54:59.213] [main/DEBUG] [mixin/]: Renaming @Invoker method create(Lnet/minecraft/network/chat/TextColor;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Lnet/minecraft/network/chat/ClickEvent;Lnet/minecraft/network/chat/HoverEvent;Ljava/lang/String;Lnet/minecraft/resources/ResourceLocation;)Lnet/minecraft/network/chat/Style; to create_$md$7320de$0 in enhancedcelestials.mixins.json:access.StyleAccess
[27Jul2022 19:54:59.222] [main/DEBUG] [mixin/]: Mixing ResourceLocationAccess from ferritecore.mrl.mixin.json into net.minecraft.resources.ResourceLocation
[27Jul2022 19:54:59.272] [main/DEBUG] [mixin/]: Mixing SuppressLogMixin from bettermineshafts.mixins.json into net.minecraft.Util
[27Jul2022 19:54:59.327] [main/DEBUG] [mixin/]: Mixing client.MixinSystemReport from patchouli_xplat.mixins.json into net.minecraft.SystemReport
[27Jul2022 19:54:59.370] [main/DEBUG] [oshi.util.FileUtil/]: No oshi.properties file found from ClassLoader cpw.mods.modlauncher.TransformingClassLoader@72465eb2
[27Jul2022 19:54:59.888] [main/DEBUG] [oshi.util.FileUtil/]: No oshi.architecture.properties file found from ClassLoader cpw.mods.modlauncher.TransformingClassLoader@72465eb2
[27Jul2022 19:55:00.270] [main/DEBUG] [mixin/]: Mixing MinecraftClientMixin from dynamiclightsreforged.mixins.json into net.minecraft.client.Minecraft
[27Jul2022 19:55:00.273] [main/DEBUG] [mixin/]: dynamiclightsreforged.mixins.json:MinecraftClientMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:00.274] [main/DEBUG] [mixin/]: Mixing MinecraftClientMixin from apoli.mixins.json into net.minecraft.client.Minecraft
[27Jul2022 19:55:00.277] [main/DEBUG] [mixin/]: Mixing core.MixinMinecraftClient from rubidium.mixins.json into net.minecraft.client.Minecraft
[27Jul2022 19:55:00.278] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$postInit$0(Lnet/minecraft/client/gui/screens/Screen;)Lnet/minecraft/client/gui/screens/Screen; to md7320de$lambda$postInit$0$0 in rubidium.mixins.json:core.MixinMinecraftClient
[27Jul2022 19:55:00.297] [main/DEBUG] [mixin/]: Mixing client.AccessorMinecraft from bookshelf.common.mixins.json into net.minecraft.client.Minecraft
[27Jul2022 19:55:00.298] [main/DEBUG] [mixin/]: Mixing MinecraftMixin from balm.mixins.json into net.minecraft.client.Minecraft
[27Jul2022 19:55:00.306] [main/DEBUG] [mixin/]: Mixing MinecraftMixin from chat_heads.mixins.json into net.minecraft.client.Minecraft
[27Jul2022 19:55:00.307] [main/DEBUG] [mixin/]: Mixing config.MinecraftClientMixin from flytre_lib.mixins.json into net.minecraft.client.Minecraft
[27Jul2022 19:55:00.309] [main/DEBUG] [mixin/]: Mixing event.MinecraftClientMixin from flytre_lib.mixins.json into net.minecraft.client.Minecraft
[27Jul2022 19:55:00.310] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$flytre_lib$onEndTick$1(Lnet/flytre/flytre_lib/api/event/ClientTickEvents$ClientTicker;)V to md7320de$lambda$flytre_lib$onEndTick$1$1 in flytre_lib.mixins.json:event.MinecraftClientMixin
[27Jul2022 19:55:00.310] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$flytre_lib$onStartTick$0(Lnet/flytre/flytre_lib/api/event/ClientTickEvents$ClientTicker;)V to md7320de$lambda$flytre_lib$onStartTick$0$2 in flytre_lib.mixins.json:event.MinecraftClientMixin
[27Jul2022 19:55:00.316] [main/DEBUG] [mixin/]: Mixing MinecraftMixin from mixin.cleancut.json into net.minecraft.client.Minecraft
[27Jul2022 19:55:00.316] [main/DEBUG] [mixin/]: mixin.cleancut.json:MinecraftMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:00.317] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$beforeStartingToBreakBlock$0(Lnet/minecraft/world/entity/Entity;)Z to md7320de$lambda$beforeStartingToBreakBlock$0$3 in mixin.cleancut.json:MinecraftMixin
[27Jul2022 19:55:00.321] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraftforge/registries/RegistryObject
[27Jul2022 19:55:00.356] [main/DEBUG] [mixin/]: Mixing MixinMinecraft from architectury.mixins.json into net.minecraft.client.Minecraft
[27Jul2022 19:55:00.357] [main/DEBUG] [mixin/]: Mixing MinecraftClientMixin from fallingleaves.mixins.json into net.minecraft.client.Minecraft
[27Jul2022 19:55:00.361] [main/DEBUG] [mixin/]: Mixing light.ClientMixin from ars_nouveau.mixins.json into net.minecraft.client.Minecraft
[27Jul2022 19:55:00.362] [main/DEBUG] [mixin/]: Mixing FrameCounter.FpsAccessorMixin from rubidium_extras.mixins.json into net.minecraft.client.Minecraft
[27Jul2022 19:55:00.362] [main/DEBUG] [mixin/]: rubidium_extras.mixins.json:FrameCounter.FpsAccessorMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:00.363] [main/DEBUG] [mixin/]: Renaming @Accessor method getFPS()I to getFPS_$md$7320de$4 in rubidium_extras.mixins.json:FrameCounter.FpsAccessorMixin
[27Jul2022 19:55:00.363] [main/DEBUG] [mixin/]: Mixing MinecraftMixin from iceberg.mixins.json into net.minecraft.client.Minecraft
[27Jul2022 19:55:00.385] [main/DEBUG] [mixin/]: Mixing camera.MinecraftMixin from ars_nouveau.mixins.json into net.minecraft.client.Minecraft
[27Jul2022 19:55:00.454] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming m_96626_ with desc (I)V
[27Jul2022 19:55:00.485] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming m_96626_ with desc (I)V
[27Jul2022 19:55:00.486] [main/DEBUG] [mixin/]: Mixing AccessScreen from controlling.mixins.json into net.minecraft.client.gui.screens.Screen
[27Jul2022 19:55:00.488] [main/DEBUG] [mixin/]: Mixing ScreenAccessor from balm.mixins.json into net.minecraft.client.gui.screens.Screen
[27Jul2022 19:55:00.488] [main/DEBUG] [mixin/]: Mixing client.AccessorScreen from patchouli_xplat.mixins.json into net.minecraft.client.gui.screens.Screen
[27Jul2022 19:55:00.489] [main/DEBUG] [mixin/]: Mixing ScreenMixin from iceberg.mixins.json into net.minecraft.client.gui.screens.Screen
[27Jul2022 19:55:00.502] [main/DEBUG] [mixin/]: Mixing ScreenMixin from legendarytooltips.mixins.json into net.minecraft.client.gui.screens.Screen
[27Jul2022 19:55:00.502] [main/DEBUG] [mixin/]: legendarytooltips.mixins.json:ScreenMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:00.558] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming m_36170_ with desc (Lnet/minecraft/world/entity/player/PlayerModelPart;)Z
[27Jul2022 19:55:00.576] [main/DEBUG] [mixin/]: Mixing lightsource.PlayerEntityMixin from dynamiclightsreforged.mixins.json into net.minecraft.world.entity.player.Player
[27Jul2022 19:55:00.599] [main/DEBUG] [mixin/]: dynamiclightsreforged.mixins.json:lightsource.PlayerEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:00.605] [main/DEBUG] [mixin/]: Mixing PlayerEntityMixin from bigbrain.mixins.json into net.minecraft.world.entity.player.Player
[27Jul2022 19:55:00.606] [main/DEBUG] [mixin/]: bigbrain.mixins.json:PlayerEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:00.611] [main/DEBUG] [mixin/]: Mixing NoCobwebSlowdownMixin from origins.mixins.json into net.minecraft.world.entity.player.Player
[27Jul2022 19:55:00.612] [main/DEBUG] [mixin/]: Mixing WaterBreathingMixin$UpdateAir from origins.mixins.json into net.minecraft.world.entity.player.Player
[27Jul2022 19:55:00.614] [main/DEBUG] [mixin/]: Mixing PlayerEntityMixin from apoli.mixins.json into net.minecraft.world.entity.player.Player
[27Jul2022 19:55:00.615] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$sendPlayerDismountPacket$0(Lnet/minecraft/server/level/ServerPlayer;)Lnet/minecraft/server/level/ServerPlayer; to md7320de$lambda$sendPlayerDismountPacket$0$0 in apoli.mixins.json:PlayerEntityMixin
[27Jul2022 19:55:00.651] [main/DEBUG] [mixin/]: Mixing common.PlayerEntityMixin from additionalentityattributes.mixins.json into net.minecraft.world.entity.player.Player
[27Jul2022 19:55:00.652] [main/DEBUG] [mixin/]: Mixing EntityVehicleHeightOffsetMixin from pehkui.mixins.json into net.minecraft.world.entity.player.Player
[27Jul2022 19:55:00.655] [main/DEBUG] [mixin/]: Mixing PlayerEntityMixin from pehkui.mixins.json into net.minecraft.world.entity.player.Player
[27Jul2022 19:55:00.660] [main/DEBUG] [mixin/]: Mixing compat115plus.PlayerEntityMixin from pehkui.mixins.json into net.minecraft.world.entity.player.Player
[27Jul2022 19:55:00.692] [main/DEBUG] [mixin/]: Mixing compat117plus.PlayerEntityMixin from pehkui.mixins.json into net.minecraft.world.entity.player.Player
[27Jul2022 19:55:00.693] [main/DEBUG] [mixin/]: Mixing reach.PlayerEntityMixin from pehkui.mixins.json into net.minecraft.world.entity.player.Player
[27Jul2022 19:55:00.694] [main/DEBUG] [mixin/]: Mixing elytra.ElytraPlayerMixin from ars_nouveau.mixins.json into net.minecraft.world.entity.player.Player
[27Jul2022 19:55:00.697] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming canEquip with desc (Lnet/minecraft/world/entity/EquipmentSlot;Lnet/minecraft/world/entity/Entity;)Z
[27Jul2022 19:55:00.720] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming getHighlightTip with desc (Lnet/minecraft/network/chat/Component;)Lnet/minecraft/network/chat/Component;
[27Jul2022 19:55:00.726] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming getFoodProperties with desc (Lnet/minecraft/world/entity/LivingEntity;)Lnet/minecraft/world/food/FoodProperties;
[27Jul2022 19:55:00.730] [main/DEBUG] [mixin/]: Mixing PlayerMixin from 3dskinlayers.mixins.json into net.minecraft.world.entity.player.Player
[27Jul2022 19:55:00.738] [main/DEBUG] [mixin/]: 3dskinlayers.mixins.json:PlayerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:00.747] [main/DEBUG] [mixin/]: Mixing OpWandMixin from unstructured.mixins.json into net.minecraft.world.entity.player.Player
[27Jul2022 19:55:00.747] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$onInteract$0(Lnet/minecraft/world/entity/Entity;)Z to md7320de$lambda$onInteract$0$1 in unstructured.mixins.json:OpWandMixin
[27Jul2022 19:55:00.792] [main/DEBUG] [mixin/]: Mixing PlayerEntityMixin from notenoughanimations.mixins.json into net.minecraft.world.entity.player.Player
[27Jul2022 19:55:00.792] [main/DEBUG] [mixin/]: notenoughanimations.mixins.json:PlayerEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:00.794] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$getData$0(Ljava/util/function/Supplier;Ldev/tr7zw/notenoughanimations/animations/DataHolder;)Ljava/lang/Object; to md7320de$lambda$getData$0$2 in notenoughanimations.mixins.json:PlayerEntityMixin
[27Jul2022 19:55:00.798] [main/DEBUG] [mixin/]: Mixing common.PlayerEntityMixin from backpacked.mixins.json into net.minecraft.world.entity.player.Player
[27Jul2022 19:55:00.798] [main/DEBUG] [mixin/]: backpacked.mixins.json:common.PlayerEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:00.800] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$onFallFlying$1(ILnet/minecraft/world/entity/player/Player;Lcom/mrcrayfish/backpacked/common/UnlockTracker;)V to md7320de$lambda$onFallFlying$1$3 in backpacked.mixins.json:common.PlayerEntityMixin
[27Jul2022 19:55:00.801] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$onFallFlying$0(ILnet/minecraft/world/entity/player/Player;Lcom/mrcrayfish/backpacked/common/IProgressTracker;)V to md7320de$lambda$onFallFlying$0$4 in backpacked.mixins.json:common.PlayerEntityMixin
[27Jul2022 19:55:00.900] [main/DEBUG] [mixin/]: Mixing reach.IForgePlayerMixin from pehkui.mixins.json into net.minecraftforge.common.extensions.IForgePlayer
[27Jul2022 19:55:00.916] [main/DEBUG] [mixin/]: Mixing lightsource.LivingEntityMixin from dynamiclightsreforged.mixins.json into net.minecraft.world.entity.LivingEntity
[27Jul2022 19:55:00.917] [main/DEBUG] [mixin/]: dynamiclightsreforged.mixins.json:lightsource.LivingEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:00.920] [main/DEBUG] [mixin/]: Mixing LivingEntityMixin from bigbrain.mixins.json into net.minecraft.world.entity.LivingEntity
[27Jul2022 19:55:00.920] [main/DEBUG] [mixin/]: bigbrain.mixins.json:LivingEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:00.971] [main/DEBUG] [mixin/]: Mixing LikeWaterMixin from origins.mixins.json into net.minecraft.world.entity.LivingEntity
[27Jul2022 19:55:00.973] [main/DEBUG] [mixin/]: Mixing WaterBreathingMixin$CanBreatheInWater from origins.mixins.json into net.minecraft.world.entity.LivingEntity
[27Jul2022 19:55:00.974] [main/DEBUG] [mixin/]: Mixing LivingEntityMixin from apoli.mixins.json into net.minecraft.world.entity.LivingEntity
[27Jul2022 19:55:00.979] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$preventApplyingFoodEffects$8(Lio/github/edwinmindcraft/apoli/api/power/configuration/ConfiguredPower;)Z to md7320de$lambda$preventApplyingFoodEffects$8$0 in apoli.mixins.json:LivingEntityMixin
[27Jul2022 19:55:00.981] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$modifyWalkableFluids$7(Lnet/minecraft/world/level/material/FluidState;Lio/github/edwinmindcraft/apoli/api/power/configuration/ConfiguredPower;)Z to md7320de$lambda$modifyWalkableFluids$7$1 in apoli.mixins.json:LivingEntityMixin
[27Jul2022 19:55:00.981] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$addEquipmentPowers$6(Ljava/util/List;Lnet/minecraft/resources/ResourceLocation;Lio/github/edwinmindcraft/apoli/api/component/IPowerContainer;)V to md7320de$lambda$addEquipmentPowers$6$2 in apoli.mixins.json:LivingEntityMixin
[27Jul2022 19:55:00.981] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$addEquipmentPowers$5(Lio/github/edwinmindcraft/apoli/api/component/IPowerContainer;Lnet/minecraft/resources/ResourceLocation;Lio/github/apace100/apoli/util/StackPowerUtil$StackPower;)V to md7320de$lambda$addEquipmentPowers$5$3 in apoli.mixins.json:LivingEntityMixin
[27Jul2022 19:55:00.981] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$removeEquipmentPowers$4(Ljava/util/List;Lnet/minecraft/resources/ResourceLocation;Lio/github/edwinmindcraft/apoli/api/component/IPowerContainer;)V to md7320de$lambda$removeEquipmentPowers$4$4 in apoli.mixins.json:LivingEntityMixin
[27Jul2022 19:55:00.982] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$removeEquipmentPowers$3(Lio/github/edwinmindcraft/apoli/api/component/IPowerContainer;Lnet/minecraft/resources/ResourceLocation;Lio/github/apace100/apoli/util/StackPowerUtil$StackPower;)V to md7320de$lambda$removeEquipmentPowers$3$5 in apoli.mixins.json:LivingEntityMixin
[27Jul2022 19:55:00.982] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$syncAttacker$2()Lnet/minecraft/world/entity/Entity; to md7320de$lambda$syncAttacker$2$6 in apoli.mixins.json:LivingEntityMixin
[27Jul2022 19:55:00.982] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$modifyStatusEffect$1(Lnet/minecraft/world/effect/MobEffect;Lio/github/edwinmindcraft/apoli/api/power/configuration/ConfiguredPower;)Z to md7320de$lambda$modifyStatusEffect$1$7 in apoli.mixins.json:LivingEntityMixin
[27Jul2022 19:55:00.982] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$modifyStatusEffect$0(Lnet/minecraft/world/effect/MobEffect;Lio/github/edwinmindcraft/apoli/api/power/configuration/ConfiguredPower;)Z to md7320de$lambda$modifyStatusEffect$0$8 in apoli.mixins.json:LivingEntityMixin
[27Jul2022 19:55:00.997] [main/DEBUG] [mixin/]: Mixing common.LivingEntityMixin from additionalentityattributes.mixins.json into net.minecraft.world.entity.LivingEntity
[27Jul2022 19:55:00.999] [main/DEBUG] [mixin/]: Mixing MixinLivingEntity from entitycollisionfpsfix.mixins.json into net.minecraft.world.entity.LivingEntity
[27Jul2022 19:55:01.000] [main/DEBUG] [mixin/]: Mixing LivingEntityMixin from citadel.mixins.json into net.minecraft.world.entity.LivingEntity
[27Jul2022 19:55:01.003] [main/DEBUG] [mixin/]: Mixing MixinLivingEntity from maxhealthfix.common.mixins.json into net.minecraft.world.entity.LivingEntity
[27Jul2022 19:55:01.004] [main/DEBUG] [mixin/]: Mixing entity.AccessorLivingEntity from bookshelf.common.mixins.json into net.minecraft.world.entity.LivingEntity
[27Jul2022 19:55:01.004] [main/DEBUG] [mixin/]: Mixing LivingEntityMixin from supplementaries.mixins.json into net.minecraft.world.entity.LivingEntity
[27Jul2022 19:55:01.005] [main/DEBUG] [mixin/]: supplementaries.mixins.json:LivingEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:01.016] [main/DEBUG] [mixin/]: Mixing MixinLivingEntity from curios.mixins.json into net.minecraft.world.entity.LivingEntity
[27Jul2022 19:55:01.027] [main/DEBUG] [mixin/]: Mixing LivingEntityMixin from pehkui.mixins.json into net.minecraft.world.entity.LivingEntity
[27Jul2022 19:55:01.036] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$tickMovementModifyMinVelocity$0(I)Z to md7320de$lambda$tickMovementModifyMinVelocity$0$9 in pehkui.mixins.json:LivingEntityMixin
[27Jul2022 19:55:01.046] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming getFriction with desc (Lnet/minecraft/world/level/LevelReader;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/Entity;)F
[27Jul2022 19:55:01.054] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming canHarvestBlock with desc (Lnet/minecraft/world/level/BlockGetter;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/player/Player;)Z
[27Jul2022 19:55:01.082] [main/DEBUG] [mixin/]: Mixing compat116plus.LivingEntityMixin from pehkui.mixins.json into net.minecraft.world.entity.LivingEntity
[27Jul2022 19:55:01.083] [main/DEBUG] [mixin/]: Mixing compat117plus.LivingEntityMixin from pehkui.mixins.json into net.minecraft.world.entity.LivingEntity
[27Jul2022 19:55:01.088] [main/DEBUG] [mixin/]: Mixing MixinLivingEntity from caelus.mixins.json into net.minecraft.world.entity.LivingEntity
[27Jul2022 19:55:01.090] [main/DEBUG] [mixin/]: Mixing PharaohKilledMixin from betterdeserttemples.mixins.json into net.minecraft.world.entity.LivingEntity
[27Jul2022 19:55:01.091] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$die$0(Lnet/minecraft/server/level/ServerLevel;Ljava/util/Optional;Lnet/minecraft/core/BlockPos;Lnet/minecraft/server/level/ServerPlayer;)V to md7320de$lambda$die$0$a in betterdeserttemples.mixins.json:PharaohKilledMixin
[27Jul2022 19:55:01.120] [main/DEBUG] [mixin/]: Mixing ExpInvokerMixin from ars_nouveau.mixins.json into net.minecraft.world.entity.LivingEntity
[27Jul2022 19:55:01.121] [main/DEBUG] [mixin/]: Mixing elytra.MixinLivingEntity from ars_nouveau.mixins.json into net.minecraft.world.entity.LivingEntity
[27Jul2022 19:55:01.122] [main/DEBUG] [mixin/]: Mixing DamageMixin from unstructured.mixins.json into net.minecraft.world.entity.LivingEntity
[27Jul2022 19:55:01.128] [main/DEBUG] [mixin/]: Mixing LivingEntityMixin from notenoughanimations.mixins.json into net.minecraft.world.entity.LivingEntity
[27Jul2022 19:55:01.129] [main/DEBUG] [mixin/]: notenoughanimations.mixins.json:LivingEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:01.142] [main/DEBUG] [mixin/]: Mixing LivingEntityMixin from ecologics.mixins.json into net.minecraft.world.entity.LivingEntity
[27Jul2022 19:55:01.171] [main/DEBUG] [mixin/]: Mixing LivingEntityMixin from earthmobsmod.mixins.json into net.minecraft.world.entity.LivingEntity
[27Jul2022 19:55:01.174] [main/DEBUG] [mixin/]: Mixing MixinLivingEntity from enhancedcelestials.mixins.json into net.minecraft.world.entity.LivingEntity
[27Jul2022 19:55:01.192] [main/DEBUG] [mixin/]: Mixing compat115plus.LivingEntityMixin from pehkui.mixins.json into net.minecraft.world.entity.LivingEntity
[27Jul2022 19:55:01.356] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/world/entity/Entity
[27Jul2022 19:55:01.359] [main/DEBUG] [mixin/]: Mixing lightsource.EntityMixin from dynamiclightsreforged.mixins.json into net.minecraft.world.entity.Entity
[27Jul2022 19:55:01.360] [main/DEBUG] [mixin/]: dynamiclightsreforged.mixins.json:lightsource.EntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:01.372] [main/DEBUG] [mixin/]: Mixing SelectionInvulnerabilityMixin from origins.mixins.json into net.minecraft.world.entity.Entity
[27Jul2022 19:55:01.372] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$makeOriginInvulnerable$2(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/world/entity/Entity;Lio/github/edwinmindcraft/origins/api/capabilities/IOriginContainer;)V to md7320de$lambda$makeOriginInvulnerable$2$0 in origins.mixins.json:SelectionInvulnerabilityMixin
[27Jul2022 19:55:01.372] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$makeOriginInvulnerable$1(Lnet/minecraft/world/entity/Entity;Lio/github/edwinmindcraft/origins/api/origin/OriginLayer;)Ljava/lang/String; to md7320de$lambda$makeOriginInvulnerable$1$1 in origins.mixins.json:SelectionInvulnerabilityMixin
[27Jul2022 19:55:01.373] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$makeOriginInvulnerable$0(Lio/github/edwinmindcraft/origins/api/capabilities/IOriginContainer;Lnet/minecraft/world/entity/Entity;Lio/github/edwinmindcraft/origins/api/origin/OriginLayer;)Z to md7320de$lambda$makeOriginInvulnerable$0$2 in origins.mixins.json:SelectionInvulnerabilityMixin
[27Jul2022 19:55:01.379] [main/DEBUG] [mixin/]: Mixing EntityAccessor from apoli.mixins.json into net.minecraft.world.entity.Entity
[27Jul2022 19:55:01.379] [main/DEBUG] [mixin/]: Mixing EntityMixin from apoli.mixins.json into net.minecraft.world.entity.Entity
[27Jul2022 19:55:01.385] [main/DEBUG] [mixin/]: Mixing MixinEntity from entitycollisionfpsfix.mixins.json into net.minecraft.world.entity.Entity
[27Jul2022 19:55:01.385] [main/DEBUG] [mixin/]: Mixing entity.AccessorEntity from bookshelf.common.mixins.json into net.minecraft.world.entity.Entity
[27Jul2022 19:55:01.386] [main/DEBUG] [mixin/]: Mixing EntityMixin from supplementaries.mixins.json into net.minecraft.world.entity.Entity
[27Jul2022 19:55:01.386] [main/DEBUG] [mixin/]: supplementaries.mixins.json:EntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:01.388] [main/DEBUG] [mixin/]: Mixing EntityMixin from structure_gel.mixins.json into net.minecraft.world.entity.Entity
[27Jul2022 19:55:01.388] [main/DEBUG] [mixin/]: structure_gel.mixins.json:EntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:01.389] [main/DEBUG] [mixin/]: Mixing MixinEntity from creatures-and-beasts.mixins.json into net.minecraft.world.entity.Entity
[27Jul2022 19:55:01.394] [main/DEBUG] [mixin/]: Mixing EntityMixin from pehkui.mixins.json into net.minecraft.world.entity.Entity
[27Jul2022 19:55:01.408] [main/DEBUG] [mixin/]: Mixing compat116plus.EntityMixin from pehkui.mixins.json into net.minecraft.world.entity.Entity
[27Jul2022 19:55:01.408] [main/DEBUG] [mixin/]: Mixing compat117plus.EntityMixin from pehkui.mixins.json into net.minecraft.world.entity.Entity
[27Jul2022 19:55:01.409] [main/DEBUG] [mixin/]: Mixing step_height.EntityMixin from pehkui.mixins.json into net.minecraft.world.entity.Entity
[27Jul2022 19:55:01.410] [main/DEBUG] [mixin/]: Mixing c from dual_riders.mixins.json into net.minecraft.world.entity.Entity
[27Jul2022 19:55:01.410] [main/DEBUG] [mixin/]: Mixing light.LightEntityMixin from ars_nouveau.mixins.json into net.minecraft.world.entity.Entity
[27Jul2022 19:55:01.419] [main/DEBUG] [mixin/]: Mixing EntityMixin from earthmobsmod.mixins.json into net.minecraft.world.entity.Entity
[27Jul2022 19:55:01.420] [main/DEBUG] [mixin/]: Mixing common.EntityMixin from backpacked.mixins.json into net.minecraft.world.entity.Entity
[27Jul2022 19:55:01.420] [main/DEBUG] [mixin/]: backpacked.mixins.json:common.EntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:01.421] [main/DEBUG] [mixin/]: Mixing CullableMixin from entityculling.mixins.json into net.minecraft.world.entity.Entity
[27Jul2022 19:55:01.421] [main/DEBUG] [mixin/]: entityculling.mixins.json:CullableMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:01.423] [main/DEBUG] [mixin/]: Mixing EntityMixin from assets/sound_physics_remastered/sound_physics_remastered.mixins.json into net.minecraft.world.entity.Entity
[27Jul2022 19:55:01.430] [main/DEBUG] [mixin/]: Mixing compat117plus.patchwork.compat.EntityCalculateDimensionsMixin from pehkui.mixins.json into net.minecraft.world.entity.Entity
[27Jul2022 19:55:01.431] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$onCalculateDimensions$0(Lnet/minecraft/world/entity/Entity;DLnet/minecraft/world/phys/Vec3;)V to md7320de$lambda$onCalculateDimensions$0$3 in pehkui.mixins.json:compat117plus.patchwork.compat.EntityCalculateDimensionsMixin
[27Jul2022 19:55:01.510] [main/DEBUG] [mixin/]: Mixing step_height.IForgeEntityMixin from pehkui.mixins.json into net.minecraftforge.common.extensions.IForgeEntity
[27Jul2022 19:55:01.522] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming m_7583_ with desc ()V
[27Jul2022 19:55:01.523] [main/DEBUG] [mixin/]: Mixing WaterVisibilityMixin from origins.mixins.json into net.minecraft.client.player.LocalPlayer
[27Jul2022 19:55:01.524] [main/DEBUG] [mixin/]: Mixing ClientPlayerEntityMixin from apoli.mixins.json into net.minecraft.client.player.LocalPlayer
[27Jul2022 19:55:01.528] [main/DEBUG] [mixin/]: Mixing LocalPlayerMixin from supplementaries.mixins.json into net.minecraft.client.player.LocalPlayer
[27Jul2022 19:55:01.528] [main/DEBUG] [mixin/]: supplementaries.mixins.json:LocalPlayerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:01.529] [main/DEBUG] [mixin/]: Mixing client.ClientPlayerEntityMixin from pehkui.mixins.json into net.minecraft.client.player.LocalPlayer
[27Jul2022 19:55:01.530] [main/DEBUG] [mixin/]: Mixing client.compat1182plus.ClientPlayerEntityMixin from pehkui.mixins.json into net.minecraft.client.player.LocalPlayer
[27Jul2022 19:55:01.530] [main/DEBUG] [mixin/]: Mixing MixinLocalPlayer from caelus.mixins.json into net.minecraft.client.player.LocalPlayer
[27Jul2022 19:55:01.531] [main/DEBUG] [mixin/]: Mixing elytra.ClientElytraMixin from ars_nouveau.mixins.json into net.minecraft.client.player.LocalPlayer
[27Jul2022 19:55:01.532] [main/DEBUG] [mixin/]: Mixing client.MixinClientPlayer from enhancedcelestials.mixins.json into net.minecraft.client.player.LocalPlayer
[27Jul2022 19:55:01.552] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming m_108561_ with desc ()Lnet/minecraft/resources/ResourceLocation;
[27Jul2022 19:55:01.865] [main/DEBUG] [mixin/]: Mixing DonorAbstractClientPlayerMixin from 3dskinlayers.mixins.json into net.minecraft.client.player.AbstractClientPlayer
[27Jul2022 19:55:01.874] [main/DEBUG] [mixin/]: 3dskinlayers.mixins.json:DonorAbstractClientPlayerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:01.891] [main/DEBUG] [mixin/]: Mixing WorldMixin from dynamiclightsreforged.mixins.json into net.minecraft.world.level.Level
[27Jul2022 19:55:01.893] [main/DEBUG] [mixin/]: dynamiclightsreforged.mixins.json:WorldMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:01.898] [main/DEBUG] [mixin/]: Mixing EntityTickMixin from itshallnottick.mixins.json into net.minecraft.world.level.Level
[27Jul2022 19:55:01.898] [main/DEBUG] [mixin/]: itshallnottick.mixins.json:EntityTickMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:01.899] [main/DEBUG] [mixin/]: Mixing MixinLevel from lootr.mixins.json into net.minecraft.world.level.Level
[27Jul2022 19:55:01.902] [main/DEBUG] [mixin/]: Mixing MixinWorld from enhancedcelestials.mixins.json into net.minecraft.world.level.Level
[27Jul2022 19:55:01.946] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/client/multiplayer/ClientLevel
[27Jul2022 19:55:01.947] [main/DEBUG] [mixin/]: Mixing ClientWorldMixin from dynamiclightsreforged.mixins.json into net.minecraft.client.multiplayer.ClientLevel
[27Jul2022 19:55:01.947] [main/DEBUG] [mixin/]: dynamiclightsreforged.mixins.json:ClientWorldMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:01.948] [main/DEBUG] [mixin/]: Mixing features.chunk_rendering.MixinClientWorld from rubidium.mixins.json into net.minecraft.client.multiplayer.ClientLevel
[27Jul2022 19:55:01.948] [main/DEBUG] [mixin/]: Mixing features.fast_biome_colors.MixinClientWorld from rubidium.mixins.json into net.minecraft.client.multiplayer.ClientLevel
[27Jul2022 19:55:01.951] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$redirectSampleColor$0(Lnet/minecraft/world/level/Level;III)I to md7320de$lambda$redirectSampleColor$0$0 in rubidium.mixins.json:features.fast_biome_colors.MixinClientWorld
[27Jul2022 19:55:01.953] [main/DEBUG] [mixin/]: Mixing event.ClientWorldMixin from flytre_lib.mixins.json into net.minecraft.client.multiplayer.ClientLevel
[27Jul2022 19:55:01.954] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$flytre_lib$startWorldTick$1(Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/flytre/flytre_lib/api/event/ClientTickEvents$WorldTicker;)V to md7320de$lambda$flytre_lib$startWorldTick$1$1 in flytre_lib.mixins.json:event.ClientWorldMixin
[27Jul2022 19:55:01.956] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$flytre_lib$endWorldTick$0(Lnet/minecraft/util/profiling/ProfilerFiller;Lnet/flytre/flytre_lib/api/event/ClientTickEvents$WorldTicker;)V to md7320de$lambda$flytre_lib$endWorldTick$0$2 in flytre_lib.mixins.json:event.ClientWorldMixin
[27Jul2022 19:55:01.958] [main/DEBUG] [mixin/]: Mixing MixinClientWorld from betterbiomeblend.mixins.json into net.minecraft.client.multiplayer.ClientLevel
[27Jul2022 19:55:01.963] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$new$3()Lfionathemortal/betterbiomeblend/common/BlendChunk; to md7320de$lambda$new$3$3 in betterbiomeblend.mixins.json:MixinClientWorld
[27Jul2022 19:55:01.963] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$new$2()Lfionathemortal/betterbiomeblend/common/BlendChunk; to md7320de$lambda$new$2$4 in betterbiomeblend.mixins.json:MixinClientWorld
[27Jul2022 19:55:01.963] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$new$1()Lfionathemortal/betterbiomeblend/common/BlendChunk; to md7320de$lambda$new$1$5 in betterbiomeblend.mixins.json:MixinClientWorld
[27Jul2022 19:55:01.963] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$new$0()Lfionathemortal/betterbiomeblend/common/BlendChunk; to md7320de$lambda$new$0$6 in betterbiomeblend.mixins.json:MixinClientWorld
[27Jul2022 19:55:01.971] [main/DEBUG] [mixin/]: Mixing MixinClientLevel from architectury.mixins.json into net.minecraft.client.multiplayer.ClientLevel
[27Jul2022 19:55:01.975] [main/DEBUG] [mixin/]: Mixing client.fastchunkentityaccess.ClientWorldMixin from krypton.mixins.json into net.minecraft.client.multiplayer.ClientLevel
[27Jul2022 19:55:01.976] [main/DEBUG] [mixin/]: krypton.mixins.json:client.fastchunkentityaccess.ClientWorldMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:01.978] [main/DEBUG] [mixin/]: Mixing ClientWorldMixin from entityculling.mixins.json into net.minecraft.client.multiplayer.ClientLevel
[27Jul2022 19:55:01.978] [main/DEBUG] [mixin/]: entityculling.mixins.json:ClientWorldMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:01.984] [main/DEBUG] [mixin/]: Mixing client.MixinClientWorld from enhancedcelestials.mixins.json into net.minecraft.client.multiplayer.ClientLevel
[27Jul2022 19:55:02.015] [main/DEBUG] [mixin/]: Mixing client.MixinInventoryScreen from patchouli_xplat.mixins.json into net.minecraft.client.gui.screens.inventory.InventoryScreen
[27Jul2022 19:55:02.022] [main/DEBUG] [mixin/]: Mixing client.InventoryScreenMixin from pehkui.mixins.json into net.minecraft.client.gui.screens.inventory.InventoryScreen
[27Jul2022 19:55:02.022] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$onDrawEntityPre$0(Lvirtuoel/pehkui/api/ScaleType;)Lvirtuoel/pehkui/api/ScaleData; to md7320de$lambda$onDrawEntityPre$0$0 in pehkui.mixins.json:client.InventoryScreenMixin
[27Jul2022 19:55:02.035] [main/DEBUG] [mixin/]: Mixing MixinEffectRenderingInventoryScreen from rei.mixins.json into net.minecraft.client.gui.screens.inventory.EffectRenderingInventoryScreen
[27Jul2022 19:55:02.035] [main/DEBUG] [mixin/]: rei.mixins.json:MixinEffectRenderingInventoryScreen: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:02.043] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/client/gui/screens/inventory/AbstractContainerScreen
[27Jul2022 19:55:02.044] [main/DEBUG] [mixin/]: Mixing AbstractContainerScreenAccessor from balm.mixins.json into net.minecraft.client.gui.screens.inventory.AbstractContainerScreen
[27Jul2022 19:55:02.044] [main/DEBUG] [mixin/]: Mixing storage.upgrade.HandledScreenMixin from flytre_lib.mixins.json into net.minecraft.client.gui.screens.inventory.AbstractContainerScreen
[27Jul2022 19:55:02.045] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$flytre_lib$onUpgradeSlotClicked$0(Lnet/minecraft/world/inventory/Slot;Lnet/flytre/flytre_lib/api/storage/upgrade/UpgradeSlot;)Z to md7320de$lambda$flytre_lib$onUpgradeSlotClicked$0$0 in flytre_lib.mixins.json:storage.upgrade.HandledScreenMixin
[27Jul2022 19:55:02.056] [main/DEBUG] [mixin/]: Mixing AbstractContainerScreenAccessor from mousetweaks.mixins.json into net.minecraft.client.gui.screens.inventory.AbstractContainerScreen
[27Jul2022 19:55:02.102] [main/DEBUG] [mixin/]: Mixing features.gui.fast_loading_screen.MixinLevelLoadingScreen from rubidium.mixins.json into net.minecraft.client.gui.screens.LevelLoadingScreen
[27Jul2022 19:55:02.111] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$drawChunkMap$0(Lit/unimi/dsi/fastutil/objects/Object2IntMap$Entry;)V to md7320de$lambda$drawChunkMap$0$0 in rubidium.mixins.json:features.gui.fast_loading_screen.MixinLevelLoadingScreen
[27Jul2022 19:55:02.248] [main/DEBUG] [mixin/]: Mixing MixinWorldEvent from architectury.mixins.json into net.minecraftforge.event.world.WorldEvent
[27Jul2022 19:55:02.340] [main/DEBUG] [mixin/]: Mixing features.options.MixinInGameHud from rubidium.mixins.json into net.minecraft.client.gui.Gui
[27Jul2022 19:55:02.349] [main/DEBUG] [mixin/]: Mixing event.InGameHudMixin from flytre_lib.mixins.json into net.minecraft.client.gui.Gui
[27Jul2022 19:55:02.374] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$flytre_lib$render$0(Lcom/mojang/blaze3d/vertex/PoseStack;FLnet/flytre/flytre_lib/api/event/HudRenderEvent;)V to md7320de$lambda$flytre_lib$render$0$0 in flytre_lib.mixins.json:event.InGameHudMixin
[27Jul2022 19:55:02.376] [main/DEBUG] [mixin/]: Mixing GuiMixin from structure_gel.mixins.json into net.minecraft.client.gui.Gui
[27Jul2022 19:55:02.377] [main/DEBUG] [mixin/]: structure_gel.mixins.json:GuiMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:02.378] [main/DEBUG] [mixin/]: Mixing client.compat117plus.InGameHudMixin from pehkui.mixins.json into net.minecraft.client.gui.Gui
[27Jul2022 19:55:02.390] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming m_93030_ with desc (Lcom/mojang/blaze3d/vertex/PoseStack;F)V
[27Jul2022 19:55:02.393] [main/DEBUG] [mixin/]: Mixing InGameHudMixin from apoli.mixins.json into net.minecraftforge.client.gui.ForgeIngameGui
[27Jul2022 19:55:02.393] [main/DEBUG] [mixin/]: Mixing FrameCounter.FrameCounterMixin from rubidium_extras.mixins.json into net.minecraftforge.client.gui.ForgeIngameGui
[27Jul2022 19:55:02.394] [main/DEBUG] [mixin/]: rubidium_extras.mixins.json:FrameCounter.FrameCounterMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:02.623] [pool-3-thread-1/DEBUG] [mixin/]: Mixing access.RegistryAccess from enhancedcelestials.mixins.json into net.minecraft.core.Registry
[27Jul2022 19:55:02.629] [pool-3-thread-1/DEBUG] [mixin/]: Renaming @Invoker method enhancedCelestials_invokeRegisterSimple(Lnet/minecraft/resources/ResourceKey;Lcom/mojang/serialization/Lifecycle;Lnet/minecraft/core/Registry$RegistryBootstrap;)Lnet/minecraft/core/Registry; to enhancedCelestials_invokeRegisterSimple_$md$7320de$0 in enhancedcelestials.mixins.json:access.RegistryAccess
[27Jul2022 19:55:02.690] [pool-3-thread-1/DEBUG] [mixin/]: Mixing loader.GameDataMixin from flytre_lib-forge.mixins.json into net.minecraftforge.registries.GameData
[27Jul2022 19:55:02.782] [pool-3-thread-1/DEBUG] [mixin/]: Mixing features.fast_biome_colors.MixinBlock from rubidium.mixins.json into net.minecraft.world.level.block.Block
[27Jul2022 19:55:02.783] [pool-3-thread-1/DEBUG] [mixin/]: Mixing client.BlockMixin from cfm.mixins.json into net.minecraft.world.level.block.Block
[27Jul2022 19:55:02.783] [pool-3-thread-1/DEBUG] [mixin/]: cfm.mixins.json:client.BlockMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:02.803] [pool-3-thread-1/DEBUG] [mixin/]: Mixing common.BlockMixin from backpacked.mixins.json into net.minecraft.world.level.block.Block
[27Jul2022 19:55:02.805] [pool-3-thread-1/DEBUG] [mixin/]: backpacked.mixins.json:common.BlockMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:02.806] [pool-3-thread-1/DEBUG] [mixin/]: Mixing MixinBlock from enhancedcelestials.mixins.json into net.minecraft.world.level.block.Block
[27Jul2022 19:55:02.819] [pool-3-thread-1/DEBUG] [mixin/]: Mixing base.AbstractBlockAccessor from flytre_lib.mixins.json into net.minecraft.world.level.block.state.BlockBehaviour
[27Jul2022 19:55:02.820] [pool-3-thread-1/DEBUG] [mixin/]: Mixing AbstractBlockAccessor from mixins.terraform-utils.json into net.minecraft.world.level.block.state.BlockBehaviour
[27Jul2022 19:55:02.821] [pool-3-thread-1/DEBUG] [mixin/]: mixins.terraform-utils.json:AbstractBlockAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:02.837] [pool-3-thread-1/DEBUG] [mixin/]: Mixing AbstractBlockStateMixin from apoli.mixins.json into net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase
[27Jul2022 19:55:02.839] [pool-3-thread-1/DEBUG] [mixin/]: Mixing BlockStateBaseMixin from valhelsia_structures.mixins.json into net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase
[27Jul2022 19:55:02.840] [pool-3-thread-1/DEBUG] [mixin/]: Mixing compat116plus.AbstractBlockStateMixin from pehkui.mixins.json into net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase
[27Jul2022 19:55:02.840] [pool-3-thread-1/DEBUG] [mixin/]: Mixing BlockStateBaseMixin from ferritecore.blockstatecache.mixin.json into net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase
[27Jul2022 19:55:02.846] [pool-3-thread-1/DEBUG] [mixin/]: Mixing BlockStateBaseMixin from valhelsia_core.mixins.json into net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase
[27Jul2022 19:55:02.846] [pool-3-thread-1/DEBUG] [mixin/]: valhelsia_core.mixins.json:BlockStateBaseMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:02.853] [pool-3-thread-1/DEBUG] [mixin/]: Mixing FastMapStateHolderMixin from ferritecore.fastmap.mixin.json into net.minecraft.world.level.block.state.StateHolder
[27Jul2022 19:55:02.865] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming getFriction with desc (Lnet/minecraft/world/level/LevelReader;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/Entity;)F
[27Jul2022 19:55:02.867] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming canHarvestBlock with desc (Lnet/minecraft/world/level/BlockGetter;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/player/Player;)Z
[27Jul2022 19:55:02.885] [pool-3-thread-1/DEBUG] [mixin/]: Mixing ItemEntityMixin from itshallnottick.mixins.json into net.minecraft.world.entity.item.ItemEntity
[27Jul2022 19:55:02.886] [pool-3-thread-1/DEBUG] [mixin/]: itshallnottick.mixins.json:ItemEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:02.886] [pool-3-thread-1/DEBUG] [mixin/]: Mixing client.compat116plus.ItemEntityMixin from pehkui.mixins.json into net.minecraft.world.entity.item.ItemEntity
[27Jul2022 19:55:02.887] [pool-3-thread-1/DEBUG] [mixin/]: Mixing common.ItemEntityMixin from backpacked.mixins.json into net.minecraft.world.entity.item.ItemEntity
[27Jul2022 19:55:02.887] [pool-3-thread-1/DEBUG] [mixin/]: backpacked.mixins.json:common.ItemEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:02.887] [pool-3-thread-1/DEBUG] [mixin/]: Mixing ItemEntityMixin from pehkui.mixins.json into net.minecraft.world.entity.item.ItemEntity
[27Jul2022 19:55:02.895] [pool-3-thread-1/DEBUG] [mixin/]: Mixing ServerLevelMixin from supplementaries.mixins.json into net.minecraft.server.level.ServerLevel
[27Jul2022 19:55:02.899] [pool-3-thread-1/DEBUG] [mixin/]: supplementaries.mixins.json:ServerLevelMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:02.900] [pool-3-thread-1/DEBUG] [mixin/]: Mixing server.fastchunkentityaccess.ServerWorldMixin from krypton.mixins.json into net.minecraft.server.level.ServerLevel
[27Jul2022 19:55:02.900] [pool-3-thread-1/DEBUG] [mixin/]: krypton.mixins.json:server.fastchunkentityaccess.ServerWorldMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:02.902] [pool-3-thread-1/DEBUG] [mixin/]: Mixing ServerLevelMixin from betterdeserttemples.mixins.json into net.minecraft.server.level.ServerLevel
[27Jul2022 19:55:02.902] [pool-3-thread-1/DEBUG] [mixin/]: Mixing MixinServerWorld from enhancedcelestials.mixins.json into net.minecraft.server.level.ServerLevel
[27Jul2022 19:55:02.902] [pool-3-thread-1/DEBUG] [mixin/]: Mixing ServerWorldMixin from assets/sound_physics_remastered/sound_physics_remastered.mixins.json into net.minecraft.server.level.ServerLevel
[27Jul2022 19:55:02.936] [pool-3-thread-1/DEBUG] [mixin/]: Mixing features.fast_biome_colors.MixinFluid from rubidium.mixins.json into net.minecraft.world.level.material.Fluid
[27Jul2022 19:55:02.941] [pool-3-thread-1/DEBUG] [mixin/]: Mixing ItemMixin from apoli.mixins.json into net.minecraft.world.item.Item
[27Jul2022 19:55:02.942] [pool-3-thread-1/DEBUG] [mixin/]: Mixing item.AccessorItem from bookshelf.common.mixins.json into net.minecraft.world.item.Item
[27Jul2022 19:55:02.946] [pool-3-thread-1/DEBUG] [mixin/]: Mixing ItemMixin from supplementaries.mixins.json into net.minecraft.world.item.Item
[27Jul2022 19:55:02.947] [pool-3-thread-1/DEBUG] [mixin/]: supplementaries.mixins.json:ItemMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:02.948] [pool-3-thread-1/DEBUG] [mixin/]: Mixing ItemMixin from structure_gel.mixins.json into net.minecraft.world.item.Item
[27Jul2022 19:55:02.948] [pool-3-thread-1/DEBUG] [mixin/]: structure_gel.mixins.json:ItemMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:02.951] [pool-3-thread-1/DEBUG] [mixin/]: Mixing reach.compat116plus.ItemMixin from pehkui.mixins.json into net.minecraft.world.item.Item
[27Jul2022 19:55:02.958] [pool-3-thread-1/DEBUG] [mixin/]: Mixing compat117plus.patchwork.compat.IForgeItemMixin from pehkui.mixins.json into net.minecraftforge.common.extensions.IForgeItem
[27Jul2022 19:55:02.969] [pool-3-thread-1/DEBUG] [mixin/]: Mixing EnchantmentMixin from goblintraders.mixins.json into net.minecraft.world.item.enchantment.Enchantment
[27Jul2022 19:55:02.969] [pool-3-thread-1/DEBUG] [mixin/]: goblintraders.mixins.json:EnchantmentMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:02.977] [pool-3-thread-1/DEBUG] [mixin/]: Mixing EntityTypeMixin from dynamiclightsreforged.mixins.json into net.minecraft.world.entity.EntityType
[27Jul2022 19:55:02.980] [pool-3-thread-1/DEBUG] [mixin/]: dynamiclightsreforged.mixins.json:EntityTypeMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:02.987] [pool-3-thread-1/DEBUG] [mixin/]: Mixing BlockEntityTypeMixin from dynamiclightsreforged.mixins.json into net.minecraft.world.level.block.entity.BlockEntityType
[27Jul2022 19:55:02.987] [pool-3-thread-1/DEBUG] [mixin/]: dynamiclightsreforged.mixins.json:BlockEntityTypeMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:02.988] [pool-3-thread-1/DEBUG] [mixin/]: Mixing MixinBlockEntityType from mixins.terraform-signs.json into net.minecraft.world.level.block.entity.BlockEntityType
[27Jul2022 19:55:02.989] [pool-3-thread-1/DEBUG] [mixin/]: mixins.terraform-signs.json:MixinBlockEntityType: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:03.011] [pool-3-thread-1/DEBUG] [mixin/]: Mixing MixinFeature from mixins.terraform-dirt.json into net.minecraft.world.level.levelgen.feature.Feature
[27Jul2022 19:55:03.011] [pool-3-thread-1/DEBUG] [mixin/]: mixins.terraform-dirt.json:MixinFeature: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:03.021] [pool-3-thread-1/DEBUG] [mixin/]: Mixing structures.StructureFeatureAccessor from repurposed_structures.mixins.json into net.minecraft.world.level.levelgen.feature.StructureFeature
[27Jul2022 19:55:03.022] [pool-3-thread-1/DEBUG] [mixin/]: Renaming @Accessor method getSTEP()Ljava/util/Map; to getSTEP_$md$7320de$0 in repurposed_structures.mixins.json:structures.StructureFeatureAccessor
[27Jul2022 19:55:03.022] [pool-3-thread-1/DEBUG] [mixin/]: Mixing StructureFeatureAccessor from graveyard.mixins.json into net.minecraft.world.level.levelgen.feature.StructureFeature
[27Jul2022 19:55:03.022] [pool-3-thread-1/DEBUG] [mixin/]: graveyard.mixins.json:StructureFeatureAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:03.022] [pool-3-thread-1/DEBUG] [mixin/]: Renaming @Accessor method getStructureToGenerationStep()Ljava/util/Map; to getStructureToGenerationStep_$md$7320de$1 in graveyard.mixins.json:StructureFeatureAccessor
[27Jul2022 19:55:03.022] [pool-3-thread-1/DEBUG] [mixin/]: Mixing StructureFeatureAccessor from flowerycore.mixins.json into net.minecraft.world.level.levelgen.feature.StructureFeature
[27Jul2022 19:55:03.022] [pool-3-thread-1/DEBUG] [mixin/]: Renaming @Invoker method callRegister(Ljava/lang/String;Lnet/minecraft/world/level/levelgen/feature/StructureFeature;Lnet/minecraft/world/level/levelgen/GenerationStep$Decoration;)Lnet/minecraft/world/level/levelgen/feature/StructureFeature; to callRegister_$md$7320de$2 in flowerycore.mixins.json:StructureFeatureAccessor
[27Jul2022 19:55:03.031] [pool-3-thread-1/DEBUG] [mixin/]: Mixing BiomeAccessor from apoli.mixins.json into net.minecraft.world.level.biome.Biome
[27Jul2022 19:55:03.053] [pool-3-thread-1/DEBUG] [mixin/]: Mixing InvokerTrunkPlacerType from mixins.terraform-tree-api-v1.json into net.minecraft.world.level.levelgen.feature.trunkplacers.TrunkPlacerType
[27Jul2022 19:55:03.053] [pool-3-thread-1/DEBUG] [mixin/]: mixins.terraform-tree-api-v1.json:InvokerTrunkPlacerType: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:03.054] [pool-3-thread-1/DEBUG] [mixin/]: Renaming @Invoker method callRegister(Ljava/lang/String;Lcom/mojang/serialization/Codec;)Lnet/minecraft/world/level/levelgen/feature/trunkplacers/TrunkPlacerType; to callRegister_$md$7320de$0 in mixins.terraform-tree-api-v1.json:InvokerTrunkPlacerType
[27Jul2022 19:55:03.067] [pool-3-thread-1/DEBUG] [mixin/]: Mixing resources.BuiltInRegistriesMixin from repurposed_structures.mixins.json into net.minecraft.data.BuiltinRegistries
[27Jul2022 19:55:03.087] [pool-3-thread-1/DEBUG] [mixin/]: Mixing MixinNoiseGeneratorSettings from terrablender.mixins.json into net.minecraft.world.level.levelgen.NoiseGeneratorSettings
[27Jul2022 19:55:03.120] [pool-3-thread-1/DEBUG] [mixin/]: Mixing DimensionTypeMixin from structure_gel.mixins.json into net.minecraft.world.level.dimension.DimensionType
[27Jul2022 19:55:03.120] [pool-3-thread-1/DEBUG] [mixin/]: structure_gel.mixins.json:DimensionTypeMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:03.121] [pool-3-thread-1/DEBUG] [mixin/]: Mixing access.DimensionTypeAccess from enhancedcelestials.mixins.json into net.minecraft.world.level.dimension.DimensionType
[27Jul2022 19:55:03.124] [pool-3-thread-1/DEBUG] [mixin/]: Mixing MixinBiomeSource from terrablender.mixins.json into net.minecraft.world.level.biome.BiomeSource
[27Jul2022 19:55:03.124] [pool-3-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$appendDeferredBiomesList$0(Lcom/google/common/collect/ImmutableList;)Ljava/util/List; to md7320de$lambda$appendDeferredBiomesList$0$0 in terrablender.mixins.json:MixinBiomeSource
[27Jul2022 19:55:03.132] [pool-3-thread-1/DEBUG] [mixin/]: Mixing MixinMultiNoiseBiomeSource from terrablender.mixins.json into net.minecraft.world.level.biome.MultiNoiseBiomeSource
[27Jul2022 19:55:03.138] [pool-3-thread-1/DEBUG] [mixin/]: Mixing DisableVanillaWitchHutsMixinForge from betterwitchhuts_forge.mixins.json into net.minecraft.world.level.chunk.ChunkGenerator
[27Jul2022 19:55:03.139] [pool-3-thread-1/DEBUG] [mixin/]: Mixing ChunkGeneratorMixin from citadel.mixins.json into net.minecraft.world.level.chunk.ChunkGenerator
[27Jul2022 19:55:03.140] [pool-3-thread-1/DEBUG] [mixin/]: Mixing ChunkGeneratorMixin from structure_gel.mixins.json into net.minecraft.world.level.chunk.ChunkGenerator
[27Jul2022 19:55:03.140] [pool-3-thread-1/DEBUG] [mixin/]: structure_gel.mixins.json:ChunkGeneratorMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:03.140] [pool-3-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$stopIfNotInDimension$0(Lnet/minecraft/resources/ResourceKey;Ljava/util/Optional;)Z to md7320de$lambda$stopIfNotInDimension$0$0 in structure_gel.mixins.json:ChunkGeneratorMixin
[27Jul2022 19:55:03.141] [pool-3-thread-1/DEBUG] [mixin/]: Mixing DisableVanillaMineshaftsMixinForge from bettermineshafts_forge.mixins.json into net.minecraft.world.level.chunk.ChunkGenerator
[27Jul2022 19:55:03.142] [pool-3-thread-1/DEBUG] [mixin/]: Mixing MixinChunkGenerator from mixins.shrines.json into net.minecraft.world.level.chunk.ChunkGenerator
[27Jul2022 19:55:03.143] [pool-3-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$findNearestMapFeature$1(Lnet/minecraft/world/level/levelgen/structure/placement/StructurePlacement;)Ljava/util/Set; to md7320de$lambda$findNearestMapFeature$1$1 in mixins.shrines.json:MixinChunkGenerator
[27Jul2022 19:55:03.143] [pool-3-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$findNearestMapFeature$0(Lnet/minecraft/core/Holder;)Ljava/util/stream/Stream; to md7320de$lambda$findNearestMapFeature$0$2 in mixins.shrines.json:MixinChunkGenerator
[27Jul2022 19:55:03.148] [pool-3-thread-1/DEBUG] [mixin/]: Mixing DisableVanillaPyramidsMixinForge from betterdeserttemples_forge.mixins.json into net.minecraft.world.level.chunk.ChunkGenerator
[27Jul2022 19:55:03.167] [pool-3-thread-1/DEBUG] [mixin/]: Mixing MixinTheEndBiomeSource from fabric-biome-api.mixins.json into net.minecraft.world.level.biome.TheEndBiomeSource
[27Jul2022 19:55:03.244] [pool-3-thread-1/DEBUG] [mixin/]: Mixing SpreadingSnowyDirtBlockMixin from valhelsia_structures.mixins.json into net.minecraft.world.level.block.SpreadingSnowyDirtBlock
[27Jul2022 19:55:03.246] [pool-3-thread-1/DEBUG] [mixin/]: Mixing MixinSpreadableBlock from mixins.terraform-dirt.json into net.minecraft.world.level.block.SpreadingSnowyDirtBlock
[27Jul2022 19:55:03.246] [pool-3-thread-1/DEBUG] [mixin/]: mixins.terraform-dirt.json:MixinSpreadableBlock: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:03.265] [pool-3-thread-1/DEBUG] [mixin/]: Mixing MixinPlantBlock from mixins.terraform-dirt.json into net.minecraft.world.level.block.BushBlock
[27Jul2022 19:55:03.266] [pool-3-thread-1/DEBUG] [mixin/]: mixins.terraform-dirt.json:MixinPlantBlock: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:03.271] [pool-3-thread-1/DEBUG] [mixin/]: Mixing DarkOakTreeGrowerMixin from verdure.mixins.json into net.minecraft.world.level.block.grower.DarkOakTreeGrower
[27Jul2022 19:55:03.274] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/world/level/block/LiquidBlock
[27Jul2022 19:55:03.282] [pool-3-thread-1/DEBUG] [mixin/]: Mixing features.render_layer.leaves.MixinLeavesBlock from rubidium.mixins.json into net.minecraft.world.level.block.LeavesBlock
[27Jul2022 19:55:03.283] [pool-3-thread-1/DEBUG] [mixin/]: Mixing LeafTickMixin from fallingleaves.mixins.json into net.minecraft.world.level.block.LeavesBlock
[27Jul2022 19:55:03.292] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/world/level/block/HalfTransparentBlock
[27Jul2022 19:55:03.342] [pool-3-thread-1/DEBUG] [mixin/]: Mixing accessors.DispenserAccessor from supplementaries.mixins.json into net.minecraft.world.level.block.DispenserBlock
[27Jul2022 19:55:03.344] [pool-3-thread-1/DEBUG] [mixin/]: supplementaries.mixins.json:accessors.DispenserAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:03.373] [pool-3-thread-1/DEBUG] [mixin/]: Mixing MushroomBlockMixin from verdure.mixins.json into net.minecraft.world.level.block.MushroomBlock
[27Jul2022 19:55:03.382] [pool-3-thread-1/DEBUG] [mixin/]: Mixing TorchBlockMixin from valhelsia_structures.mixins.json into net.minecraft.world.level.block.TorchBlock
[27Jul2022 19:55:03.386] [pool-3-thread-1/DEBUG] [mixin/]: Mixing WallTorchBlockMixin from valhelsia_structures.mixins.json into net.minecraft.world.level.block.WallTorchBlock
[27Jul2022 19:55:03.389] [pool-3-thread-1/DEBUG] [mixin/]: Mixing FireBlockMixin from supplementaries.mixins.json into net.minecraft.world.level.block.FireBlock
[27Jul2022 19:55:03.390] [pool-3-thread-1/DEBUG] [mixin/]: supplementaries.mixins.json:FireBlockMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:03.391] [pool-3-thread-1/DEBUG] [mixin/]: Mixing FireBlockAccessor from ecologics.mixins.json into net.minecraft.world.level.block.FireBlock
[27Jul2022 19:55:03.397] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/world/level/block/StairBlock
[27Jul2022 19:55:03.404] [pool-3-thread-1/DEBUG] [mixin/]: Mixing CropBlockMixin from naturalist-common.mixins.json into net.minecraft.world.level.block.CropBlock
[27Jul2022 19:55:03.405] [pool-3-thread-1/DEBUG] [mixin/]: Mixing CropBlockMixin from balm.mixins.json into net.minecraft.world.level.block.CropBlock
[27Jul2022 19:55:03.407] [pool-3-thread-1/DEBUG] [mixin/]: Mixing MixinCropBlock from mixins.terraform-dirt.json into net.minecraft.world.level.block.CropBlock
[27Jul2022 19:55:03.408] [pool-3-thread-1/DEBUG] [mixin/]: mixins.terraform-dirt.json:MixinCropBlock: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:03.408] [pool-3-thread-1/DEBUG] [mixin/]: Mixing MixinPlantingOnFarmland from mixins.terraform-dirt.json into net.minecraft.world.level.block.CropBlock
[27Jul2022 19:55:03.408] [pool-3-thread-1/DEBUG] [mixin/]: mixins.terraform-dirt.json:MixinPlantingOnFarmland: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:03.416] [pool-3-thread-1/DEBUG] [mixin/]: Mixing MixinFarmlandBlock from mixins.terraform-dirt.json into net.minecraft.world.level.block.FarmBlock
[27Jul2022 19:55:03.417] [pool-3-thread-1/DEBUG] [mixin/]: mixins.terraform-dirt.json:MixinFarmlandBlock: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:03.417] [pool-3-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$terraform$setCustomDirt$1(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lcom/terraformersmc/terraform/dirt/DirtBlocks;)V to md7320de$lambda$terraform$setCustomDirt$1$0 in mixins.terraform-dirt.json:MixinFarmlandBlock
[27Jul2022 19:55:03.422] [pool-3-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$terraform$setCustomDirtInBlockPlacement$0(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lcom/terraformersmc/terraform/dirt/DirtBlocks;)V to md7320de$lambda$terraform$setCustomDirtInBlockPlacement$0$1 in mixins.terraform-dirt.json:MixinFarmlandBlock
[27Jul2022 19:55:03.448] [pool-3-thread-1/DEBUG] [mixin/]: Mixing MixinSugarCaneBlock from mixins.terraform-dirt.json into net.minecraft.world.level.block.SugarCaneBlock
[27Jul2022 19:55:03.449] [pool-3-thread-1/DEBUG] [mixin/]: mixins.terraform-dirt.json:MixinSugarCaneBlock: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:03.464] [pool-3-thread-1/DEBUG] [mixin/]: Mixing PortalBlockMixin from pehkui.mixins.json into net.minecraft.world.level.block.NetherPortalBlock
[27Jul2022 19:55:03.473] [pool-3-thread-1/DEBUG] [mixin/]: Mixing IronBarsBlockMixin from supplementaries.mixins.json into net.minecraft.world.level.block.IronBarsBlock
[27Jul2022 19:55:03.475] [pool-3-thread-1/DEBUG] [mixin/]: supplementaries.mixins.json:IronBarsBlockMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:03.483] [pool-3-thread-1/DEBUG] [mixin/]: Mixing MixinPlantingOnFarmland from mixins.terraform-dirt.json into net.minecraft.world.level.block.AttachedStemBlock
[27Jul2022 19:55:03.484] [pool-3-thread-1/DEBUG] [mixin/]: mixins.terraform-dirt.json:MixinPlantingOnFarmland: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:03.489] [pool-3-thread-1/DEBUG] [mixin/]: Mixing StemBlockMixin from balm.mixins.json into net.minecraft.world.level.block.StemBlock
[27Jul2022 19:55:03.489] [pool-3-thread-1/DEBUG] [mixin/]: Mixing MixinPlantingOnFarmland from mixins.terraform-dirt.json into net.minecraft.world.level.block.StemBlock
[27Jul2022 19:55:03.490] [pool-3-thread-1/DEBUG] [mixin/]: mixins.terraform-dirt.json:MixinPlantingOnFarmland: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:03.493] [pool-3-thread-1/DEBUG] [mixin/]: Mixing VineMixin from supplementaries.mixins.json into net.minecraft.world.level.block.VineBlock
[27Jul2022 19:55:03.498] [pool-3-thread-1/DEBUG] [mixin/]: supplementaries.mixins.json:VineMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:03.514] [pool-3-thread-1/DEBUG] [mixin/]: Mixing EndPortalBlockMixin from structure_gel.mixins.json into net.minecraft.world.level.block.EndPortalBlock
[27Jul2022 19:55:03.514] [pool-3-thread-1/DEBUG] [mixin/]: structure_gel.mixins.json:EndPortalBlockMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:03.529] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/world/level/block/FlowerPotBlock
[27Jul2022 19:55:03.533] [pool-3-thread-1/DEBUG] [mixin/]: Mixing AbstractSkullBlockMixin from supplementaries.mixins.json into net.minecraft.world.level.block.AbstractSkullBlock
[27Jul2022 19:55:03.533] [pool-3-thread-1/DEBUG] [mixin/]: supplementaries.mixins.json:AbstractSkullBlockMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:03.546] [pool-3-thread-1/DEBUG] [mixin/]: Mixing CarpetBlockMixin from ecologics-common.mixins.json into net.minecraft.world.level.block.CarpetBlock
[27Jul2022 19:55:03.599] [pool-3-thread-1/DEBUG] [mixin/]: Mixing BellMixin from supplementaries.mixins.json into net.minecraft.world.level.block.BellBlock
[27Jul2022 19:55:03.599] [pool-3-thread-1/DEBUG] [mixin/]: supplementaries.mixins.json:BellMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:03.603] [pool-3-thread-1/DEBUG] [mixin/]: Mixing LanternBlockPlacementMixin from supplementaries.mixins.json into net.minecraft.world.level.block.LanternBlock
[27Jul2022 19:55:03.604] [pool-3-thread-1/DEBUG] [mixin/]: supplementaries.mixins.json:LanternBlockPlacementMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:03.607] [pool-3-thread-1/DEBUG] [mixin/]: Mixing CampfireBlockMixin from supplementaries.mixins.json into net.minecraft.world.level.block.CampfireBlock
[27Jul2022 19:55:03.607] [pool-3-thread-1/DEBUG] [mixin/]: supplementaries.mixins.json:CampfireBlockMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:03.616] [pool-3-thread-1/DEBUG] [mixin/]: Mixing common.ComposterBlockMixin from backpacked.mixins.json into net.minecraft.world.level.block.ComposterBlock
[27Jul2022 19:55:03.617] [pool-3-thread-1/DEBUG] [mixin/]: backpacked.mixins.json:common.ComposterBlockMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:03.617] [pool-3-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$beforeCollect$1(Lnet/minecraft/world/entity/player/Player;Lcom/mrcrayfish/backpacked/common/UnlockTracker;)V to md7320de$lambda$beforeCollect$1$0 in backpacked.mixins.json:common.ComposterBlockMixin
[27Jul2022 19:55:03.618] [pool-3-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$beforeCollect$0(Lnet/minecraft/world/entity/player/Player;Lcom/mrcrayfish/backpacked/common/IProgressTracker;)V to md7320de$lambda$beforeCollect$0$1 in backpacked.mixins.json:common.ComposterBlockMixin
[27Jul2022 19:55:03.629] [pool-3-thread-1/DEBUG] [mixin/]: Mixing common.BeehiveBlockMixin from backpacked.mixins.json into net.minecraft.world.level.block.BeehiveBlock
[27Jul2022 19:55:03.629] [pool-3-thread-1/DEBUG] [mixin/]: backpacked.mixins.json:common.BeehiveBlockMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:03.629] [pool-3-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$onGatherHoneyBottle$1(Lnet/minecraft/world/entity/player/Player;Lcom/mrcrayfish/backpacked/common/UnlockTracker;)V to md7320de$lambda$onGatherHoneyBottle$1$0 in backpacked.mixins.json:common.BeehiveBlockMixin
[27Jul2022 19:55:03.630] [pool-3-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$onGatherHoneyBottle$0(Lnet/minecraft/world/entity/player/Player;Lcom/mrcrayfish/backpacked/common/IProgressTracker;)V to md7320de$lambda$onGatherHoneyBottle$0$1 in backpacked.mixins.json:common.BeehiveBlockMixin
[27Jul2022 19:55:03.692] [pool-3-thread-1/DEBUG] [mixin/]: Mixing AbstractBlockSettingsAccessor from mixins.terraform-utils.json into net.minecraft.world.level.block.state.BlockBehaviour$Properties
[27Jul2022 19:55:03.693] [pool-3-thread-1/DEBUG] [mixin/]: mixins.terraform-utils.json:AbstractBlockSettingsAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:03.876] [pool-3-thread-1/DEBUG] [mixin/]: Mixing VoxelShapeAccess from ferritecore.blockstatecache.mixin.json into net.minecraft.world.phys.shapes.VoxelShape
[27Jul2022 19:55:03.879] [pool-3-thread-1/DEBUG] [mixin/]: Mixing ArrayVSAccess from ferritecore.blockstatecache.mixin.json into net.minecraft.world.phys.shapes.ArrayVoxelShape
[27Jul2022 19:55:03.881] [pool-3-thread-1/DEBUG] [mixin/]: Mixing DiscreteVSAccess from ferritecore.blockstatecache.mixin.json into net.minecraft.world.phys.shapes.DiscreteVoxelShape
[27Jul2022 19:55:03.882] [pool-3-thread-1/DEBUG] [mixin/]: Mixing BitSetDVSAccess from ferritecore.blockstatecache.mixin.json into net.minecraft.world.phys.shapes.BitSetDiscreteVoxelShape
[27Jul2022 19:55:03.884] [pool-3-thread-1/DEBUG] [mixin/]: Mixing SliceShapeAccess from ferritecore.blockstatecache.mixin.json into net.minecraft.world.phys.shapes.SliceShape
[27Jul2022 19:55:03.902] [pool-3-thread-1/DEBUG] [mixin/]: Mixing FlowingFluidMixin from valhelsia_structures.mixins.json into net.minecraft.world.level.material.FlowingFluid
[27Jul2022 19:55:03.950] [pool-3-thread-1/DEBUG] [mixin/]: Mixing lightsource.BlockEntityMixin from dynamiclightsreforged.mixins.json into net.minecraft.world.level.block.entity.BlockEntity
[27Jul2022 19:55:03.951] [pool-3-thread-1/DEBUG] [mixin/]: dynamiclightsreforged.mixins.json:lightsource.BlockEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:03.953] [pool-3-thread-1/DEBUG] [mixin/]: Mixing CullableMixin from entityculling.mixins.json into net.minecraft.world.level.block.entity.BlockEntity
[27Jul2022 19:55:03.955] [pool-3-thread-1/DEBUG] [mixin/]: entityculling.mixins.json:CullableMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:03.966] [pool-3-thread-1/DEBUG] [mixin/]: Mixing BlockEntityUseDistanceMixin from pehkui.mixins.json into net.minecraft.world.level.block.entity.RandomizableContainerBlockEntity
[27Jul2022 19:55:03.968] [pool-3-thread-1/DEBUG] [mixin/]: Mixing reach.BlockEntityUseDistanceMixin from pehkui.mixins.json into net.minecraft.world.level.block.entity.RandomizableContainerBlockEntity
[27Jul2022 19:55:03.968] [pool-3-thread-1/DEBUG] [mixin/]: Mixing common.LockableLootTileEntityMixin from backpacked.mixins.json into net.minecraft.world.level.block.entity.RandomizableContainerBlockEntity
[27Jul2022 19:55:03.969] [pool-3-thread-1/DEBUG] [mixin/]: backpacked.mixins.json:common.LockableLootTileEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:03.969] [pool-3-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$onGenerateLoot$1(Lnet/minecraft/world/entity/player/Player;Lcom/mrcrayfish/backpacked/common/UnlockTracker;)V to md7320de$lambda$onGenerateLoot$1$0 in backpacked.mixins.json:common.LockableLootTileEntityMixin
[27Jul2022 19:55:03.969] [pool-3-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$onGenerateLoot$0(Lnet/minecraft/world/entity/player/Player;Lcom/mrcrayfish/backpacked/common/IProgressTracker;)V to md7320de$lambda$onGenerateLoot$0$1 in backpacked.mixins.json:common.LockableLootTileEntityMixin
[27Jul2022 19:55:04.048] [pool-3-thread-1/DEBUG] [mixin/]: Mixing PistonBlockEntityMixin from supplementaries.mixins.json into net.minecraft.world.level.block.piston.PistonMovingBlockEntity
[27Jul2022 19:55:04.048] [pool-3-thread-1/DEBUG] [mixin/]: supplementaries.mixins.json:PistonBlockEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:04.068] [pool-3-thread-1/DEBUG] [mixin/]: Mixing AccessorRangedAttribute from attributefix.mixins.json into net.minecraft.world.entity.ai.attributes.RangedAttribute
[27Jul2022 19:55:04.088] [pool-3-thread-1/DEBUG] [mixin/]: Mixing lightsource.TntEntityMixin from dynamiclightsreforged.mixins.json into net.minecraft.world.entity.item.PrimedTnt
[27Jul2022 19:55:04.089] [pool-3-thread-1/DEBUG] [mixin/]: dynamiclightsreforged.mixins.json:lightsource.TntEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:04.090] [pool-3-thread-1/DEBUG] [mixin/]: Mixing PreEntityTickMixin from pehkui.mixins.json into net.minecraft.world.entity.item.PrimedTnt
[27Jul2022 19:55:04.238] [pool-3-thread-1/DEBUG] [mixin/]: Mixing core.matrix.MixinMatrix4f from rubidium.mixins.json into com.mojang.math.Matrix4f
[27Jul2022 19:55:04.328] [pool-3-thread-1/DEBUG] [mixin/]: Mixing AbstractContainerMenuInvoker from placebo.mixins.json into net.minecraft.world.inventory.AbstractContainerMenu
[27Jul2022 19:55:04.339] [pool-3-thread-1/DEBUG] [mixin/]: placebo.mixins.json:AbstractContainerMenuInvoker: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:04.340] [pool-3-thread-1/DEBUG] [mixin/]: Mixing storage.upgrade.ScreenHandlerMixin from flytre_lib.mixins.json into net.minecraft.world.inventory.AbstractContainerMenu
[27Jul2022 19:55:04.341] [pool-3-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$onUpgradeSlotClick$1()Ljava/lang/String; to md7320de$lambda$onUpgradeSlotClick$1$0 in flytre_lib.mixins.json:storage.upgrade.ScreenHandlerMixin
[27Jul2022 19:55:04.341] [pool-3-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$onUpgradeSlotClick$0()Ljava/lang/String; to md7320de$lambda$onUpgradeSlotClick$0$1 in flytre_lib.mixins.json:storage.upgrade.ScreenHandlerMixin
[27Jul2022 19:55:04.433] [pool-3-thread-1/DEBUG] [mixin/]: Mixing CraftingScreenHandlerMixin from apoli.mixins.json into net.minecraft.world.inventory.CraftingMenu
[27Jul2022 19:55:04.436] [pool-3-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$allowUsingViaPower$0(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;)Ljava/lang/Boolean; to md7320de$lambda$allowUsingViaPower$0$0 in apoli.mixins.json:CraftingScreenHandlerMixin
[27Jul2022 19:55:04.437] [pool-3-thread-1/DEBUG] [mixin/]: Mixing inventory.AccessorCraftingMenu from bookshelf.common.mixins.json into net.minecraft.world.inventory.CraftingMenu
[27Jul2022 19:55:04.438] [pool-3-thread-1/DEBUG] [mixin/]: Mixing MixinWorkbenchContainer from fastbench.mixins.json into net.minecraft.world.inventory.CraftingMenu
[27Jul2022 19:55:04.439] [pool-3-thread-1/DEBUG] [mixin/]: fastbench.mixins.json:MixinWorkbenchContainer: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:04.440] [pool-3-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$slotsChanged$0(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;)V to md7320de$lambda$slotsChanged$0$1 in fastbench.mixins.json:MixinWorkbenchContainer
[27Jul2022 19:55:04.441] [pool-3-thread-1/DEBUG] [mixin/]: Mixing AccessorCraftingMenu from polymorph.mixins.json into net.minecraft.world.inventory.CraftingMenu
[27Jul2022 19:55:04.442] [pool-3-thread-1/DEBUG] [mixin/]: polymorph.mixins.json:AccessorCraftingMenu: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:04.442] [pool-3-thread-1/DEBUG] [mixin/]: Mixing MixinCraftingMenu from polymorph.mixins.json into net.minecraft.world.inventory.CraftingMenu
[27Jul2022 19:55:04.443] [pool-3-thread-1/DEBUG] [mixin/]: polymorph.mixins.json:MixinCraftingMenu: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:04.466] [pool-3-thread-1/DEBUG] [mixin/]: Mixing BlockEntityUseDistanceMixin from pehkui.mixins.json into net.minecraft.world.level.block.entity.AbstractFurnaceBlockEntity
[27Jul2022 19:55:04.467] [pool-3-thread-1/DEBUG] [mixin/]: Mixing reach.BlockEntityUseDistanceMixin from pehkui.mixins.json into net.minecraft.world.level.block.entity.AbstractFurnaceBlockEntity
[27Jul2022 19:55:04.467] [pool-3-thread-1/DEBUG] [mixin/]: Mixing AccessorAbstractFurnaceBlockEntity from polymorph.mixins.json into net.minecraft.world.level.block.entity.AbstractFurnaceBlockEntity
[27Jul2022 19:55:04.467] [pool-3-thread-1/DEBUG] [mixin/]: polymorph.mixins.json:AccessorAbstractFurnaceBlockEntity: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:04.468] [pool-3-thread-1/DEBUG] [mixin/]: Mixing MixinAbstractFurnaceBlockEntity from fastfurnace.mixins.json into net.minecraft.world.level.block.entity.AbstractFurnaceBlockEntity
[27Jul2022 19:55:04.477] [pool-3-thread-1/DEBUG] [mixin/]: fastfurnace.mixins.json:MixinAbstractFurnaceBlockEntity: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:04.494] [pool-3-thread-1/DEBUG] [mixin/]: Mixing block.entity.AccessorSignBlockEntity from bookshelf.common.mixins.json into net.minecraft.world.level.block.entity.SignBlockEntity
[27Jul2022 19:55:04.558] [pool-3-thread-1/DEBUG] [mixin/]: Mixing entity.AccessorMob from bookshelf.common.mixins.json into net.minecraft.world.entity.Mob
[27Jul2022 19:55:04.562] [pool-3-thread-1/DEBUG] [mixin/]: Mixing MobEntityMixin from pehkui.mixins.json into net.minecraft.world.entity.Mob
[27Jul2022 19:55:04.566] [pool-3-thread-1/DEBUG] [mixin/]: Mixing compat116plus.MobEntityMixin from pehkui.mixins.json into net.minecraft.world.entity.Mob
[27Jul2022 19:55:04.578] [pool-3-thread-1/DEBUG] [mixin/]: Mixing IronGolemMixin from creeperoverhaul.mixins.json into net.minecraft.world.entity.animal.IronGolem
[27Jul2022 19:55:04.580] [pool-3-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$onRegisterGoals$0(Lnet/minecraft/world/entity/LivingEntity;)Z to md7320de$lambda$onRegisterGoals$0$0 in creeperoverhaul.mixins.json:IronGolemMixin
[27Jul2022 19:55:04.621] [pool-3-thread-1/DEBUG] [mixin/]: Mixing EntityVehicleHeightOffsetMixin from pehkui.mixins.json into net.minecraft.world.entity.monster.Silverfish
[27Jul2022 19:55:04.652] [pool-3-thread-1/DEBUG] [mixin/]: Mixing PlayerEnchantMixin from endrem.mixins.json into net.minecraft.world.inventory.EnchantmentMenu
[27Jul2022 19:55:04.668] [pool-3-thread-1/DEBUG] [mixin/]: Mixing BrewingStandMixin from supplementaries.mixins.json into net.minecraft.world.level.block.entity.BrewingStandBlockEntity
[27Jul2022 19:55:04.668] [pool-3-thread-1/DEBUG] [mixin/]: supplementaries.mixins.json:BrewingStandMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:04.669] [pool-3-thread-1/DEBUG] [mixin/]: Mixing BlockEntityUseDistanceMixin from pehkui.mixins.json into net.minecraft.world.level.block.entity.BrewingStandBlockEntity
[27Jul2022 19:55:04.670] [pool-3-thread-1/DEBUG] [mixin/]: Mixing reach.BlockEntityUseDistanceMixin from pehkui.mixins.json into net.minecraft.world.level.block.entity.BrewingStandBlockEntity
[27Jul2022 19:55:04.681] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming m_41787_ with desc ()V
[27Jul2022 19:55:04.682] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/world/item/ItemStack
[27Jul2022 19:55:04.682] [pool-3-thread-1/DEBUG] [mixin/]: Mixing ItemStackMixin from apoli.mixins.json into net.minecraft.world.item.ItemStack
[27Jul2022 19:55:04.683] [pool-3-thread-1/DEBUG] [mixin/]: Mixing MixinItemStack from creatures-and-beasts.mixins.json into net.minecraft.world.item.ItemStack
[27Jul2022 19:55:04.684] [pool-3-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$CNB_updateStackCopyCapabilities$0(Lnet/minecraftforge/common/util/LazyOptional;Lcom/cgessinger/creaturesandbeasts/capabilities/ICinderSwordUpdate;)Ljava/lang/Integer; to md7320de$lambda$CNB_updateStackCopyCapabilities$0$0 in creatures-and-beasts.mixins.json:MixinItemStack
[27Jul2022 19:55:04.694] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming canEquip with desc (Lnet/minecraft/world/entity/EquipmentSlot;Lnet/minecraft/world/entity/Entity;)Z
[27Jul2022 19:55:04.695] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming getHighlightTip with desc (Lnet/minecraft/network/chat/Component;)Lnet/minecraft/network/chat/Component;
[27Jul2022 19:55:04.696] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming getFoodProperties with desc (Lnet/minecraft/world/entity/LivingEntity;)Lnet/minecraft/world/food/FoodProperties;
[27Jul2022 19:55:04.707] [pool-3-thread-1/DEBUG] [mixin/]: Mixing EnderChestBlockEntityMixin from pehkui.mixins.json into net.minecraft.world.level.block.entity.EnderChestBlockEntity
[27Jul2022 19:55:04.709] [pool-3-thread-1/DEBUG] [mixin/]: Mixing reach.EnderChestBlockEntityMixin from pehkui.mixins.json into net.minecraft.world.level.block.entity.EnderChestBlockEntity
[27Jul2022 19:55:04.742] [pool-3-thread-1/DEBUG] [mixin/]: Mixing SkullBlockEntityMixin from 3dskinlayers.mixins.json into net.minecraft.world.level.block.entity.SkullBlockEntity
[27Jul2022 19:55:04.743] [pool-3-thread-1/DEBUG] [mixin/]: 3dskinlayers.mixins.json:SkullBlockEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:04.766] [pool-3-thread-1/DEBUG] [mixin/]: Mixing WitherEntityMixin from pehkui.mixins.json into net.minecraft.world.entity.boss.wither.WitherBoss
[27Jul2022 19:55:04.773] [pool-3-thread-1/DEBUG] [mixin/]: Mixing RepairContainerMixin from goblintraders.mixins.json into net.minecraft.world.inventory.AnvilMenu
[27Jul2022 19:55:04.774] [pool-3-thread-1/DEBUG] [mixin/]: goblintraders.mixins.json:RepairContainerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:04.838] [pool-3-thread-1/DEBUG] [mixin/]: Mixing compat116plus.ProjectileEntityMixin from pehkui.mixins.json into net.minecraft.world.entity.projectile.Projectile
[27Jul2022 19:55:04.852] [pool-3-thread-1/DEBUG] [mixin/]: Mixing ShulkerBoxBlockEntityMixin from supplementaries.mixins.json into net.minecraft.world.level.block.entity.ShulkerBoxBlockEntity
[27Jul2022 19:55:04.852] [pool-3-thread-1/DEBUG] [mixin/]: supplementaries.mixins.json:ShulkerBoxBlockEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:04.862] [pool-3-thread-1/DEBUG] [mixin/]: Mixing EntityVehicleHeightOffsetMixin from pehkui.mixins.json into net.minecraft.world.entity.animal.Animal
[27Jul2022 19:55:04.864] [pool-3-thread-1/DEBUG] [mixin/]: Mixing compat116plus.AnimalEntityMixin from pehkui.mixins.json into net.minecraft.world.entity.animal.Animal
[27Jul2022 19:55:04.864] [pool-3-thread-1/DEBUG] [mixin/]: Mixing MixinAnimalEntity from mixins.terraform-dirt.json into net.minecraft.world.entity.animal.Animal
[27Jul2022 19:55:04.864] [pool-3-thread-1/DEBUG] [mixin/]: mixins.terraform-dirt.json:MixinAnimalEntity: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:04.873] [pool-3-thread-1/DEBUG] [mixin/]: Mixing ConduitOnLandMixin from origins.mixins.json into net.minecraft.world.level.block.entity.ConduitBlockEntity
[27Jul2022 19:55:04.980] [pool-3-thread-1/DEBUG] [mixin/]: Mixing LoomMenuMixin from supplementaries.mixins.json into net.minecraft.world.inventory.LoomMenu
[27Jul2022 19:55:04.981] [pool-3-thread-1/DEBUG] [mixin/]: supplementaries.mixins.json:LoomMenuMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:04.987] [pool-3-thread-1/DEBUG] [mixin/]: Mixing GrindstoneMenuMixin from supplementaries.mixins.json into net.minecraft.world.inventory.GrindstoneMenu
[27Jul2022 19:55:04.987] [pool-3-thread-1/DEBUG] [mixin/]: supplementaries.mixins.json:GrindstoneMenuMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:04.995] [pool-3-thread-1/DEBUG] [mixin/]: Mixing SmithingMenuMixin from citadel.mixins.json into net.minecraft.world.inventory.SmithingMenu
[27Jul2022 19:55:05.007] [pool-3-thread-1/DEBUG] [mixin/]: Mixing MixinSmithingMenu from polymorph.mixins.json into net.minecraft.world.inventory.SmithingMenu
[27Jul2022 19:55:05.007] [pool-3-thread-1/DEBUG] [mixin/]: polymorph.mixins.json:MixinSmithingMenu: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:05.014] [pool-3-thread-1/DEBUG] [mixin/]: Mixing BellTileEntityMixin from supplementaries.mixins.json into net.minecraft.world.level.block.entity.BellBlockEntity
[27Jul2022 19:55:05.014] [pool-3-thread-1/DEBUG] [mixin/]: supplementaries.mixins.json:BellTileEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:05.041] [pool-3-thread-1/DEBUG] [mixin/]: Mixing StructureBlockEntityMixin from structure_gel.mixins.json into net.minecraft.world.level.block.entity.StructureBlockEntity
[27Jul2022 19:55:05.041] [pool-3-thread-1/DEBUG] [mixin/]: structure_gel.mixins.json:StructureBlockEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:05.391] [pool-3-thread-1/DEBUG] [mixin/]: Mixing entity.MixinLightningBolt from bookshelf.common.mixins.json into net.minecraft.world.entity.LightningBolt
[27Jul2022 19:55:05.400] [pool-3-thread-1/DEBUG] [mixin/]: Mixing MixinLightningBolt from architectury-common.mixins.json into net.minecraft.world.entity.LightningBolt
[27Jul2022 19:55:05.408] [pool-3-thread-1/DEBUG] [mixin/]: Mixing AzaleaTreeGrowerMixin from ecologics-common.mixins.json into net.minecraft.world.level.block.grower.AzaleaTreeGrower
[27Jul2022 19:55:05.485] [pool-3-thread-1/DEBUG] [mixin/]: Mixing NoTreesInStructuresMixin from habitat.mixins.json into net.minecraft.world.level.levelgen.feature.TreeFeature
[27Jul2022 19:55:05.486] [pool-3-thread-1/DEBUG] [mixin/]: Mixing features.LessJungleBushInStructuresMixin from repurposed_structures.mixins.json into net.minecraft.world.level.levelgen.feature.TreeFeature
[27Jul2022 19:55:05.492] [pool-3-thread-1/DEBUG] [mixin/]: Mixing TreeFeatureMixin from graveyard.mixins.json into net.minecraft.world.level.levelgen.feature.TreeFeature
[27Jul2022 19:55:05.496] [pool-3-thread-1/DEBUG] [mixin/]: graveyard.mixins.json:TreeFeatureMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:05.508] [pool-3-thread-1/DEBUG] [mixin/]: Mixing features.NoLavaFallsInStructuresMixin from repurposed_structures.mixins.json into net.minecraft.world.level.levelgen.feature.SpringFeature
[27Jul2022 19:55:05.515] [pool-3-thread-1/DEBUG] [mixin/]: Mixing NoBigMushroomsInStructuresMixin from habitat.mixins.json into net.minecraft.world.level.levelgen.feature.AbstractHugeMushroomFeature
[27Jul2022 19:55:05.522] [pool-3-thread-1/DEBUG] [mixin/]: Mixing features.DungeonFeatureAccessor from repurposed_structures.mixins.json into net.minecraft.world.level.levelgen.feature.MonsterRoomFeature
[27Jul2022 19:55:05.530] [pool-3-thread-1/DEBUG] [mixin/]: Renaming @Accessor method getMOBS()[Lnet/minecraft/world/entity/EntityType; to getMOBS_$md$7320de$0 in repurposed_structures.mixins.json:features.DungeonFeatureAccessor
[27Jul2022 19:55:05.535] [pool-3-thread-1/DEBUG] [mixin/]: Mixing NoLakesInStructuresMixin from habitat.mixins.json into net.minecraft.world.level.levelgen.feature.LakeFeature
[27Jul2022 19:55:05.536] [pool-3-thread-1/DEBUG] [mixin/]: Mixing LakeFeatureMixin from structure_gel.mixins.json into net.minecraft.world.level.levelgen.feature.LakeFeature
[27Jul2022 19:55:05.536] [pool-3-thread-1/DEBUG] [mixin/]: structure_gel.mixins.json:LakeFeatureMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:05.536] [pool-3-thread-1/DEBUG] [mixin/]: Mixing features.NoLakesInStructuresMixin from repurposed_structures.mixins.json into net.minecraft.world.level.levelgen.feature.LakeFeature
[27Jul2022 19:55:05.537] [pool-3-thread-1/DEBUG] [mixin/]: Mixing LakesFeatureMixin from valhelsia_structures.mixins.json into net.minecraft.world.level.levelgen.feature.LakeFeature
[27Jul2022 19:55:05.538] [pool-3-thread-1/DEBUG] [mixin/]: Mixing LakeFeatureMixin from graveyard.mixins.json into net.minecraft.world.level.levelgen.feature.LakeFeature
[27Jul2022 19:55:05.539] [pool-3-thread-1/DEBUG] [mixin/]: graveyard.mixins.json:LakeFeatureMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:05.556] [pool-3-thread-1/DEBUG] [mixin/]: Mixing features.NoBasaltColumnsInStructuresMixin from repurposed_structures.mixins.json into net.minecraft.world.level.levelgen.feature.BasaltColumnsFeature
[27Jul2022 19:55:05.566] [pool-3-thread-1/DEBUG] [mixin/]: Mixing features.NoDeltasInStructuresMixin from repurposed_structures.mixins.json into net.minecraft.world.level.levelgen.feature.DeltaFeature
[27Jul2022 19:55:05.581] [pool-3-thread-1/DEBUG] [mixin/]: Mixing TrunkPlacerMixin from verdure.mixins.json into net.minecraft.world.level.levelgen.feature.trunkplacers.TrunkPlacer
[27Jul2022 19:55:05.582] [pool-3-thread-1/DEBUG] [mixin/]: Mixing MixinTrunkPlacer from mixins.terraform-dirt.json into net.minecraft.world.level.levelgen.feature.trunkplacers.TrunkPlacer
[27Jul2022 19:55:05.582] [pool-3-thread-1/DEBUG] [mixin/]: mixins.terraform-dirt.json:MixinTrunkPlacer: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:05.582] [pool-3-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$notAlwaysDirt$0(Lnet/minecraft/world/level/block/state/BlockState;)Z to md7320de$lambda$notAlwaysDirt$0$0 in mixins.terraform-dirt.json:MixinTrunkPlacer
[27Jul2022 19:55:05.582] [pool-3-thread-1/DEBUG] [mixin/]: Mixing MixinTrunkPlacer from mixins.terraform-tree-api-v1.json into net.minecraft.world.level.levelgen.feature.trunkplacers.TrunkPlacer
[27Jul2022 19:55:05.582] [pool-3-thread-1/DEBUG] [mixin/]: mixins.terraform-tree-api-v1.json:MixinTrunkPlacer: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:05.582] [pool-3-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$notAlwaysDirt$0(Lnet/minecraft/world/level/block/state/BlockState;)Z to md7320de$lambda$notAlwaysDirt$0$1 in mixins.terraform-tree-api-v1.json:MixinTrunkPlacer
[27Jul2022 19:55:05.619] [pool-3-thread-1/DEBUG] [mixin/]: Mixing accessor.StructureProcessorAccessor from betterwitchhuts.mixins.json into net.minecraft.world.level.levelgen.structure.templatesystem.StructureProcessor
[27Jul2022 19:55:05.620] [pool-3-thread-1/DEBUG] [mixin/]: Mixing structures.StructureProcessorAccessor from repurposed_structures.mixins.json into net.minecraft.world.level.levelgen.structure.templatesystem.StructureProcessor
[27Jul2022 19:55:05.620] [pool-3-thread-1/DEBUG] [mixin/]: Mixing accessor.StructureProcessorAccessor from betterdeserttemples.mixins.json into net.minecraft.world.level.levelgen.structure.templatesystem.StructureProcessor
[27Jul2022 19:55:05.620] [pool-3-thread-1/DEBUG] [mixin/]: Mixing StructureProcessorAccessor from unstructured.mixins.json into net.minecraft.world.level.levelgen.structure.templatesystem.StructureProcessor
[27Jul2022 19:55:05.620] [pool-3-thread-1/DEBUG] [mixin/]: Unexpected: Registered method callGetType()Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType; in net.minecraft.world.level.levelgen.structure.templatesystem.StructureProcessor was not merged
[27Jul2022 19:55:05.620] [pool-3-thread-1/DEBUG] [mixin/]: Unexpected: Registered method callGetType()Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType; in net.minecraft.world.level.levelgen.structure.templatesystem.StructureProcessor was not merged
[27Jul2022 19:55:05.622] [pool-3-thread-1/DEBUG] [mixin/]: Unexpected: Registered method callGetType()Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType; in net.minecraft.world.level.levelgen.structure.templatesystem.StructureProcessor was not merged
[27Jul2022 19:55:05.638] [pool-3-thread-1/DEBUG] [mixin/]: Mixing compat116plus.NbtCompoundMixin from pehkui.mixins.json into net.minecraft.nbt.CompoundTag
[27Jul2022 19:55:05.644] [pool-3-thread-1/DEBUG] [mixin/]: Mixing CompoundTagMixin from connectivity.mixins.json into net.minecraft.nbt.CompoundTag$1
[27Jul2022 19:55:06.293] [pool-3-thread-1/DEBUG] [mixin/]: Mixing ArmorStandEntityMixin from pehkui.mixins.json into net.minecraft.world.entity.decoration.ArmorStand
[27Jul2022 19:55:06.294] [pool-3-thread-1/DEBUG] [mixin/]: Mixing EntityVehicleHeightOffsetMixin from pehkui.mixins.json into net.minecraft.world.entity.decoration.ArmorStand
[27Jul2022 19:55:06.314] [pool-3-thread-1/DEBUG] [mixin/]: Mixing AbstractArrowMixin from powershot.mixins.json into net.minecraft.world.entity.projectile.AbstractArrow
[27Jul2022 19:55:06.316] [pool-3-thread-1/DEBUG] [mixin/]: Mixing PersistentProjectileEntityMixin from pehkui.mixins.json into net.minecraft.world.entity.projectile.AbstractArrow
[27Jul2022 19:55:06.317] [pool-3-thread-1/DEBUG] [mixin/]: Mixing compat116plus.PersistentProjectileEntityMixin from pehkui.mixins.json into net.minecraft.world.entity.projectile.AbstractArrow
[27Jul2022 19:55:06.334] [pool-3-thread-1/DEBUG] [mixin/]: Mixing compat117plus.AxolotlEntityMixin from pehkui.mixins.json into net.minecraft.world.entity.animal.axolotl.Axolotl
[27Jul2022 19:55:06.391] [pool-3-thread-1/DEBUG] [mixin/]: Mixing lightsource.AbstractDecorationEntityMixin from dynamiclightsreforged.mixins.json into net.minecraft.world.entity.decoration.HangingEntity
[27Jul2022 19:55:06.392] [pool-3-thread-1/DEBUG] [mixin/]: dynamiclightsreforged.mixins.json:lightsource.AbstractDecorationEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:06.394] [pool-3-thread-1/DEBUG] [mixin/]: Mixing AbstractDecorationEntityMixin from pehkui.mixins.json into net.minecraft.world.entity.decoration.HangingEntity
[27Jul2022 19:55:06.395] [pool-3-thread-1/DEBUG] [mixin/]: Mixing PreEntityTickMixin from pehkui.mixins.json into net.minecraft.world.entity.decoration.HangingEntity
[27Jul2022 19:55:06.401] [pool-3-thread-1/DEBUG] [mixin/]: Mixing ExperienceOrbEntityMixin from apoli.mixins.json into net.minecraft.world.entity.ExperienceOrb
[27Jul2022 19:55:06.402] [pool-3-thread-1/DEBUG] [mixin/]: Mixing ExperienceOrbAccess from clumps.mixins.json into net.minecraft.world.entity.ExperienceOrb
[27Jul2022 19:55:06.402] [pool-3-thread-1/DEBUG] [mixin/]: Mixing MixinExperienceOrb from clumps.mixins.json into net.minecraft.world.entity.ExperienceOrb
[27Jul2022 19:55:06.402] [pool-3-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$clumps$setClumpedMap$5(Ljava/util/Map$Entry;)Ljava/lang/Integer; to md7320de$lambda$clumps$setClumpedMap$5$0 in clumps.mixins.json:MixinExperienceOrb
[27Jul2022 19:55:06.403] [pool-3-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$addAdditionalSaveData$4(Lnet/minecraft/nbt/CompoundTag;Ljava/lang/Integer;Ljava/lang/Integer;)V to md7320de$lambda$addAdditionalSaveData$4$1 in clumps.mixins.json:MixinExperienceOrb
[27Jul2022 19:55:06.403] [pool-3-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$tryMergeToExisting$3(Ljava/util/Map;)Ljava/util/stream/Stream; to md7320de$lambda$tryMergeToExisting$3$2 in clumps.mixins.json:MixinExperienceOrb
[27Jul2022 19:55:06.403] [pool-3-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$tryMergeToExisting$2(IILnet/minecraft/world/entity/ExperienceOrb;)Z to md7320de$lambda$tryMergeToExisting$2$3 in clumps.mixins.json:MixinExperienceOrb
[27Jul2022 19:55:06.403] [pool-3-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$merge$1(Ljava/util/Map;)Ljava/util/stream/Stream; to md7320de$lambda$merge$1$4 in clumps.mixins.json:MixinExperienceOrb
[27Jul2022 19:55:06.403] [pool-3-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$playerTouch$0(Lnet/minecraft/world/entity/player/Player;Ljava/lang/Integer;Ljava/lang/Integer;)V to md7320de$lambda$playerTouch$0$5 in clumps.mixins.json:MixinExperienceOrb
[27Jul2022 19:55:06.423] [pool-3-thread-1/DEBUG] [mixin/]: Mixing MovementControllerMixin from bigbrain.mixins.json into net.minecraft.world.entity.ai.control.MoveControl
[27Jul2022 19:55:06.425] [pool-3-thread-1/DEBUG] [mixin/]: bigbrain.mixins.json:MovementControllerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:06.429] [pool-3-thread-1/DEBUG] [mixin/]: Mixing LookControllerMixin from bigbrain.mixins.json into net.minecraft.world.entity.ai.control.LookControl
[27Jul2022 19:55:06.429] [pool-3-thread-1/DEBUG] [mixin/]: bigbrain.mixins.json:LookControllerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:06.517] [pool-3-thread-1/DEBUG] [mixin/]: Mixing MeleeAttackGoalMixin from bigbrain.mixins.json into net.minecraft.world.entity.ai.goal.MeleeAttackGoal
[27Jul2022 19:55:06.517] [pool-3-thread-1/DEBUG] [mixin/]: bigbrain.mixins.json:MeleeAttackGoalMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:06.537] [pool-3-thread-1/DEBUG] [mixin/]: Mixing BeeGoalMixin from supplementaries.mixins.json into net.minecraft.world.entity.animal.Bee$BeeGrowCropGoal
[27Jul2022 19:55:06.537] [pool-3-thread-1/DEBUG] [mixin/]: supplementaries.mixins.json:BeeGoalMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:06.544] [pool-3-thread-1/DEBUG] [mixin/]: Mixing TrackTargetGoalMixin from pehkui.mixins.json into net.minecraft.world.entity.ai.goal.target.TargetGoal
[27Jul2022 19:55:06.583] [pool-3-thread-1/DEBUG] [mixin/]: Mixing NearestAttackableTargetGoalAccessor from creeperoverhaul.mixins.json into net.minecraft.world.entity.ai.goal.target.NearestAttackableTargetGoal
[27Jul2022 19:55:06.619] [pool-3-thread-1/DEBUG] [mixin/]: Mixing BlazeEntityShootFireballGoalMixin from pehkui.mixins.json into net.minecraft.world.entity.monster.Blaze$BlazeAttackGoal
[27Jul2022 19:55:06.627] [pool-3-thread-1/DEBUG] [mixin/]: Mixing BoatEntityMixin from pehkui.mixins.json into net.minecraft.world.entity.vehicle.Boat
[27Jul2022 19:55:06.627] [pool-3-thread-1/DEBUG] [mixin/]: Mixing EntityMountedHeightOffsetMixin from pehkui.mixins.json into net.minecraft.world.entity.vehicle.Boat
[27Jul2022 19:55:06.628] [pool-3-thread-1/DEBUG] [mixin/]: Mixing MixinBoat from jumpboat.mixin.json into net.minecraft.world.entity.vehicle.Boat
[27Jul2022 19:55:06.678] [pool-3-thread-1/DEBUG] [mixin/]: Mixing CatMixin from betterwitchhuts.mixins.json into net.minecraft.world.entity.animal.Cat
[27Jul2022 19:55:06.683] [pool-3-thread-1/DEBUG] [mixin/]: Mixing entities.CatEntityMixin from repurposed_structures.mixins.json into net.minecraft.world.entity.animal.Cat
[27Jul2022 19:55:06.683] [pool-3-thread-1/DEBUG] [mixin/]: Mixing CatEntityMixin from valhelsia_structures.mixins.json into net.minecraft.world.entity.animal.Cat
[27Jul2022 19:55:06.691] [pool-3-thread-1/DEBUG] [mixin/]: Mixing CatSitOnBlockGoalMixin from supplementaries.mixins.json into net.minecraft.world.entity.ai.goal.CatSitOnBlockGoal
[27Jul2022 19:55:06.692] [pool-3-thread-1/DEBUG] [mixin/]: supplementaries.mixins.json:CatSitOnBlockGoalMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:06.692] [pool-3-thread-1/DEBUG] [mixin/]: Mixing MixinCatSitOnBlockGoal from lootr.mixins.json into net.minecraft.world.entity.ai.goal.CatSitOnBlockGoal
[27Jul2022 19:55:06.896] [pool-3-thread-1/DEBUG] [mixin/]: Mixing EntityMountedHeightOffsetMixin from pehkui.mixins.json into net.minecraft.world.entity.monster.Spider
[27Jul2022 19:55:07.239] [pool-3-thread-1/DEBUG] [mixin/]: Mixing ScareCreepersMixin from origins.mixins.json into net.minecraft.world.entity.monster.Creeper
[27Jul2022 19:55:07.240] [pool-3-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$redirectTargetGoal$1(Lnet/minecraft/world/entity/LivingEntity;)Z to md7320de$lambda$redirectTargetGoal$1$0 in origins.mixins.json:ScareCreepersMixin
[27Jul2022 19:55:07.240] [pool-3-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$addGoals$0(Lnet/minecraft/world/entity/LivingEntity;)Z to md7320de$lambda$addGoals$0$1 in origins.mixins.json:ScareCreepersMixin
[27Jul2022 19:55:07.241] [pool-3-thread-1/DEBUG] [mixin/]: Mixing CreeperEntityMixin from graveyard.mixins.json into net.minecraft.world.entity.monster.Creeper
[27Jul2022 19:55:07.241] [pool-3-thread-1/DEBUG] [mixin/]: graveyard.mixins.json:CreeperEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:07.479] [pool-3-thread-1/DEBUG] [mixin/]: Mixing AbstractDonkeyEntityMixin from pehkui.mixins.json into net.minecraft.world.entity.animal.horse.AbstractChestedHorse
[27Jul2022 19:55:07.517] [pool-3-thread-1/DEBUG] [mixin/]: Mixing b from dual_riders.mixins.json into net.minecraft.world.entity.animal.horse.AbstractHorse
[27Jul2022 19:55:07.518] [pool-3-thread-1/DEBUG] [mixin/]: Mixing HorseBaseEntityMixin from pehkui.mixins.json into net.minecraft.world.entity.animal.horse.AbstractHorse
[27Jul2022 19:55:07.556] [pool-3-thread-1/DEBUG] [mixin/]: Mixing compat116plus.DragonFireballEntityMixin from pehkui.mixins.json into net.minecraft.world.entity.projectile.DragonFireball
[27Jul2022 19:55:07.903] [pool-3-thread-1/DEBUG] [mixin/]: Mixing lightsource.ExplosiveProjectileEntityMixin from dynamiclightsreforged.mixins.json into net.minecraft.world.entity.projectile.AbstractHurtingProjectile
[27Jul2022 19:55:07.913] [pool-3-thread-1/DEBUG] [mixin/]: dynamiclightsreforged.mixins.json:lightsource.ExplosiveProjectileEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:07.913] [pool-3-thread-1/DEBUG] [mixin/]: Mixing ExplosiveProjectileEntityMixin from pehkui.mixins.json into net.minecraft.world.entity.projectile.AbstractHurtingProjectile
[27Jul2022 19:55:07.919] [pool-3-thread-1/DEBUG] [mixin/]: Mixing EntityVehicleHeightOffsetMixin from pehkui.mixins.json into net.minecraft.world.entity.monster.Zombie
[27Jul2022 19:55:07.919] [pool-3-thread-1/DEBUG] [mixin/]: Mixing ZombieInvoker from ars_elemental.mixins.json into net.minecraft.world.entity.monster.Zombie
[27Jul2022 19:55:08.265] [pool-3-thread-1/DEBUG] [mixin/]: Mixing ServerPlayerEntityTickMixin from yungsapi.mixins.json into net.minecraft.server.level.ServerPlayer
[27Jul2022 19:55:08.266] [pool-3-thread-1/DEBUG] [mixin/]: Mixing storage.upgrade.ServerPlayerEntityMixin from flytre_lib.mixins.json into net.minecraft.server.level.ServerPlayer
[27Jul2022 19:55:08.267] [pool-3-thread-1/DEBUG] [mixin/]: Mixing shared.player.ServerPlayerEntityMixin from krypton.mixins.json into net.minecraft.server.level.ServerPlayer
[27Jul2022 19:55:08.267] [pool-3-thread-1/DEBUG] [mixin/]: krypton.mixins.json:shared.player.ServerPlayerEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:08.268] [pool-3-thread-1/DEBUG] [mixin/]: Mixing ServerPlayerEntityMixin from pehkui.mixins.json into net.minecraft.server.level.ServerPlayer
[27Jul2022 19:55:08.268] [pool-3-thread-1/DEBUG] [mixin/]: Mixing ServerPlayerTickMixin from betterdeserttemples.mixins.json into net.minecraft.server.level.ServerPlayer
[27Jul2022 19:55:08.269] [pool-3-thread-1/DEBUG] [mixin/]: Mixing camera.ANServerPlayerMixin from ars_nouveau.mixins.json into net.minecraft.server.level.ServerPlayer
[27Jul2022 19:55:08.284] [pool-3-thread-1/DEBUG] [mixin/]: Mixing EnderCrystalEntityMixin from pehkui.mixins.json into net.minecraft.world.entity.boss.enderdragon.EndCrystal
[27Jul2022 19:55:08.284] [pool-3-thread-1/DEBUG] [mixin/]: Mixing PreEntityTickMixin from pehkui.mixins.json into net.minecraft.world.entity.boss.enderdragon.EndCrystal
[27Jul2022 19:55:08.288] [pool-3-thread-1/DEBUG] [mixin/]: Mixing EnderDragonEntityMixin from pehkui.mixins.json into net.minecraft.world.entity.boss.enderdragon.EnderDragon
[27Jul2022 19:55:08.310] [pool-3-thread-1/DEBUG] [mixin/]: Mixing MixinEnderMan from curios.mixins.json into net.minecraft.world.entity.monster.EnderMan
[27Jul2022 19:55:08.362] [pool-3-thread-1/DEBUG] [mixin/]: Mixing EntityVehicleHeightOffsetMixin from pehkui.mixins.json into net.minecraft.world.entity.monster.Endermite
[27Jul2022 19:55:08.420] [pool-3-thread-1/DEBUG] [mixin/]: Mixing EntityVehicleHeightOffsetMixin from pehkui.mixins.json into net.minecraft.world.entity.monster.PatrollingMonster
[27Jul2022 19:55:08.436] [pool-3-thread-1/DEBUG] [mixin/]: Mixing compat116plus.SummonVexGoalMixin from pehkui.mixins.json into net.minecraft.world.entity.monster.Evoker$EvokerSummonSpellGoal
[27Jul2022 19:55:08.444] [pool-3-thread-1/DEBUG] [mixin/]: Mixing EvokerFangsEntityMixin from pehkui.mixins.json into net.minecraft.world.entity.projectile.EvokerFangs
[27Jul2022 19:55:08.660] [pool-3-thread-1/DEBUG] [mixin/]: Mixing MixinFallingBlockEntity from architectury.mixins.json into net.minecraft.world.entity.item.FallingBlockEntity
[27Jul2022 19:55:08.665] [pool-3-thread-1/DEBUG] [mixin/]: Mixing PreEntityTickMixin from pehkui.mixins.json into net.minecraft.world.entity.item.FallingBlockEntity
[27Jul2022 19:55:08.957] [pool-3-thread-1/DEBUG] [mixin/]: Mixing FoxInvoker from ars_elemental.mixins.json into net.minecraft.world.entity.animal.Fox
[27Jul2022 19:55:08.971] [pool-3-thread-1/DEBUG] [mixin/]: Mixing compat116plus.FoxEntityMateGoalMixin from pehkui.mixins.json into net.minecraft.world.entity.animal.Fox$FoxBreedGoal
[27Jul2022 19:55:09.426] [pool-3-thread-1/DEBUG] [mixin/]: Mixing GhastEntityShootFireballGoalMixin from pehkui.mixins.json into net.minecraft.world.entity.monster.Ghast$GhastShootFireballGoal
[27Jul2022 19:55:09.526] [pool-3-thread-1/DEBUG] [mixin/]: Mixing ItemFrameEntityMixin from pehkui.mixins.json into net.minecraft.world.entity.decoration.ItemFrame
[27Jul2022 19:55:09.670] [pool-3-thread-1/DEBUG] [mixin/]: Mixing a from dual_riders.mixins.json into net.minecraft.world.entity.animal.horse.Horse
[27Jul2022 19:55:09.706] [pool-3-thread-1/DEBUG] [mixin/]: Mixing compat116plus.FireballEntityMixin from pehkui.mixins.json into net.minecraft.world.entity.projectile.LargeFireball
[27Jul2022 19:55:09.716] [pool-3-thread-1/DEBUG] [mixin/]: Mixing LlamaEntityMixin from pehkui.mixins.json into net.minecraft.world.entity.animal.horse.Llama
[27Jul2022 19:55:09.727] [pool-3-thread-1/DEBUG] [mixin/]: Mixing LlamaSpitEntityMixin from pehkui.mixins.json into net.minecraft.world.entity.projectile.LlamaSpit
[27Jul2022 19:55:09.814] [pool-3-thread-1/DEBUG] [mixin/]: Mixing compat117plus.SlimeEntityMixin from pehkui.mixins.json into net.minecraft.world.entity.monster.Slime
[27Jul2022 19:55:09.833] [pool-3-thread-1/DEBUG] [mixin/]: Mixing lightsource.AbstractMinecartEntityMixin from dynamiclightsreforged.mixins.json into net.minecraft.world.entity.vehicle.AbstractMinecart
[27Jul2022 19:55:09.834] [pool-3-thread-1/DEBUG] [mixin/]: dynamiclightsreforged.mixins.json:lightsource.AbstractMinecartEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:09.835] [pool-3-thread-1/DEBUG] [mixin/]: Mixing PreEntityTickMixin from pehkui.mixins.json into net.minecraft.world.entity.vehicle.AbstractMinecart
[27Jul2022 19:55:09.855] [pool-3-thread-1/DEBUG] [mixin/]: Mixing reach.compat118minus.StorageMinecartEntityMixin from pehkui.mixins.json into net.minecraft.world.entity.vehicle.AbstractMinecartContainer
[27Jul2022 19:55:09.867] [pool-3-thread-1/DEBUG] [mixin/]: Mixing StopServerLogicIfPowered from fixmyspawnr.mixins.json into net.minecraft.world.level.BaseSpawner
[27Jul2022 19:55:10.023] [pool-3-thread-1/DEBUG] [mixin/]: Mixing common.PandaEntityMixin from backpacked.mixins.json into net.minecraft.world.entity.animal.Panda
[27Jul2022 19:55:10.023] [pool-3-thread-1/DEBUG] [mixin/]: backpacked.mixins.json:common.PandaEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:10.024] [pool-3-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$onFeedPanda$1(Lnet/minecraft/world/entity/player/Player;Lcom/mrcrayfish/backpacked/common/UnlockTracker;)V to md7320de$lambda$onFeedPanda$1$0 in backpacked.mixins.json:common.PandaEntityMixin
[27Jul2022 19:55:10.028] [pool-3-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$onFeedPanda$0(Lnet/minecraft/world/entity/player/Player;Lcom/mrcrayfish/backpacked/common/IProgressTracker;)V to md7320de$lambda$onFeedPanda$0$1 in backpacked.mixins.json:common.PandaEntityMixin
[27Jul2022 19:55:10.062] [pool-3-thread-1/DEBUG] [mixin/]: Mixing compat116plus.PigEntityMixin from pehkui.mixins.json into net.minecraft.world.entity.animal.Pig
[27Jul2022 19:55:10.063] [pool-3-thread-1/DEBUG] [mixin/]: Mixing PigMixin from earthmobsmod.mixins.json into net.minecraft.world.entity.animal.Pig
[27Jul2022 19:55:10.068] [pool-3-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$static$0(Ljava/util/EnumMap;)V to md7320de$lambda$static$0$0 in earthmobsmod.mixins.json:PigMixin
[27Jul2022 19:55:10.123] [pool-3-thread-1/DEBUG] [mixin/]: Mixing PiglinBruteMixin from bigbrain.mixins.json into net.minecraft.world.entity.monster.piglin.PiglinBrute
[27Jul2022 19:55:10.123] [pool-3-thread-1/DEBUG] [mixin/]: bigbrain.mixins.json:PiglinBruteMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:10.132] [pool-3-thread-1/DEBUG] [mixin/]: Mixing PillagerMixin from bigbrain.mixins.json into net.minecraft.world.entity.monster.Pillager
[27Jul2022 19:55:10.392] [pool-3-thread-1/DEBUG] [mixin/]: bigbrain.mixins.json:PillagerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:10.629] [pool-3-thread-1/DEBUG] [mixin/]: Mixing PillagerEntityMixin from valhelsia_structures.mixins.json into net.minecraft.world.entity.monster.Pillager
[27Jul2022 19:55:10.913] [pool-3-thread-1/DEBUG] [mixin/]: Mixing RangedCrossbowAttackGoalMixin from bigbrain.mixins.json into net.minecraft.world.entity.ai.goal.RangedCrossbowAttackGoal
[27Jul2022 19:55:10.913] [pool-3-thread-1/DEBUG] [mixin/]: bigbrain.mixins.json:RangedCrossbowAttackGoalMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:10.913] [pool-3-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$tick2$0(Lnet/minecraft/world/item/Item;)Z to md7320de$lambda$tick2$0$0 in bigbrain.mixins.json:RangedCrossbowAttackGoalMixin
[27Jul2022 19:55:10.953] [pool-3-thread-1/DEBUG] [mixin/]: Mixing MixinRabbitEntity from mixins.terraform-dirt.json into net.minecraft.world.entity.animal.Rabbit$RaidGardenGoal
[27Jul2022 19:55:10.953] [pool-3-thread-1/DEBUG] [mixin/]: mixins.terraform-dirt.json:MixinRabbitEntity: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:10.973] [pool-3-thread-1/DEBUG] [mixin/]: Mixing EntityMountedHeightOffsetMixin from pehkui.mixins.json into net.minecraft.world.entity.monster.Ravager
[27Jul2022 19:55:11.048] [pool-3-thread-1/DEBUG] [mixin/]: Mixing common.SheepEntityMixin from backpacked.mixins.json into net.minecraft.world.entity.animal.Sheep
[27Jul2022 19:55:11.050] [pool-3-thread-1/DEBUG] [mixin/]: backpacked.mixins.json:common.SheepEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:11.050] [pool-3-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$trackShearProgress$1(Lnet/minecraft/world/entity/player/Player;Lcom/mrcrayfish/backpacked/common/UnlockTracker;)V to md7320de$lambda$trackShearProgress$1$0 in backpacked.mixins.json:common.SheepEntityMixin
[27Jul2022 19:55:11.050] [pool-3-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$trackShearProgress$0(Lnet/minecraft/world/entity/player/Player;Lcom/mrcrayfish/backpacked/common/IProgressTracker;)V to md7320de$lambda$trackShearProgress$0$1 in backpacked.mixins.json:common.SheepEntityMixin
[27Jul2022 19:55:11.055] [pool-3-thread-1/DEBUG] [mixin/]: Mixing MixinEatGrassGoal from mixins.terraform-dirt.json into net.minecraft.world.entity.ai.goal.EatBlockGoal
[27Jul2022 19:55:11.055] [pool-3-thread-1/DEBUG] [mixin/]: mixins.terraform-dirt.json:MixinEatGrassGoal: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:11.229] [pool-3-thread-1/DEBUG] [mixin/]: Mixing entities.ShulkerEntityInvoker from repurposed_structures.mixins.json into net.minecraft.world.entity.monster.Shulker
[27Jul2022 19:55:11.229] [pool-3-thread-1/DEBUG] [mixin/]: Mixing ShulkerEntityMixin from pehkui.mixins.json into net.minecraft.world.entity.monster.Shulker
[27Jul2022 19:55:11.230] [pool-3-thread-1/DEBUG] [mixin/]: Mixing compat117plus.ShulkerEntityMixin from pehkui.mixins.json into net.minecraft.world.entity.monster.Shulker
[27Jul2022 19:55:11.230] [pool-3-thread-1/DEBUG] [mixin/]: Mixing MixinShulkerEntity from mixins.terraform-boats.json into net.minecraft.world.entity.monster.Shulker
[27Jul2022 19:55:11.231] [pool-3-thread-1/DEBUG] [mixin/]: mixins.terraform-boats.json:MixinShulkerEntity: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:11.548] [pool-3-thread-1/DEBUG] [mixin/]: Mixing EntityVehicleHeightOffsetMixin from pehkui.mixins.json into net.minecraft.world.entity.monster.AbstractSkeleton
[27Jul2022 19:55:11.561] [pool-3-thread-1/DEBUG] [mixin/]: Mixing SkellyHorseMixin from supplementaries.mixins.json into net.minecraft.world.entity.animal.horse.SkeletonHorse
[27Jul2022 19:55:11.565] [pool-3-thread-1/DEBUG] [mixin/]: supplementaries.mixins.json:SkellyHorseMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:11.569] [pool-3-thread-1/DEBUG] [mixin/]: Mixing SkeletonHorseEntityMixin from pehkui.mixins.json into net.minecraft.world.entity.animal.horse.SkeletonHorse
[27Jul2022 19:55:11.593] [pool-3-thread-1/DEBUG] [mixin/]: Mixing ThrownEntityMixin from pehkui.mixins.json into net.minecraft.world.entity.projectile.ThrowableProjectile
[27Jul2022 19:55:11.614] [pool-3-thread-1/DEBUG] [mixin/]: Mixing compat116plus.EggEntityMixin from pehkui.mixins.json into net.minecraft.world.entity.projectile.ThrownEgg
[27Jul2022 19:55:11.650] [pool-3-thread-1/DEBUG] [mixin/]: Mixing compat116plus.EnderPearlEntityMixin from pehkui.mixins.json into net.minecraft.world.entity.projectile.ThrownEnderpearl
[27Jul2022 19:55:11.683] [pool-3-thread-1/DEBUG] [mixin/]: Mixing ThrownPotionMixin from valhelsia_core.mixins.json into net.minecraft.world.entity.projectile.ThrownPotion
[27Jul2022 19:55:11.692] [pool-3-thread-1/DEBUG] [mixin/]: valhelsia_core.mixins.json:ThrownPotionMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:11.765] [pool-3-thread-1/DEBUG] [mixin/]: Mixing VillagerMixin from graveyard.mixins.json into net.minecraft.world.entity.npc.Villager
[27Jul2022 19:55:11.771] [pool-3-thread-1/DEBUG] [mixin/]: graveyard.mixins.json:VillagerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:11.773] [pool-3-thread-1/DEBUG] [mixin/]: Mixing compat116plus.VillagerEntityMixin from pehkui.mixins.json into net.minecraft.world.entity.npc.Villager
[27Jul2022 19:55:11.773] [pool-3-thread-1/DEBUG] [mixin/]: Mixing VillagerMixin from selene.mixins.json into net.minecraft.world.entity.npc.Villager
[27Jul2022 19:55:11.774] [pool-3-thread-1/DEBUG] [mixin/]: selene.mixins.json:VillagerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:11.805] [pool-3-thread-1/DEBUG] [mixin/]: Mixing WanderingTraderMixin from supplementaries.mixins.json into net.minecraft.world.entity.npc.WanderingTrader
[27Jul2022 19:55:11.805] [pool-3-thread-1/DEBUG] [mixin/]: supplementaries.mixins.json:WanderingTraderMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:11.807] [pool-3-thread-1/DEBUG] [mixin/]: Mixing WanderingTraderMixin from graveyard.mixins.json into net.minecraft.world.entity.npc.WanderingTrader
[27Jul2022 19:55:11.807] [pool-3-thread-1/DEBUG] [mixin/]: graveyard.mixins.json:WanderingTraderMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:11.823] [pool-3-thread-1/DEBUG] [mixin/]: Mixing MeleeAttackTaskMixin from bigbrain.mixins.json into net.minecraft.world.entity.ai.behavior.MeleeAttack
[27Jul2022 19:55:11.824] [pool-3-thread-1/DEBUG] [mixin/]: bigbrain.mixins.json:MeleeAttackTaskMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:11.827] [pool-3-thread-1/DEBUG] [mixin/]: Mixing ZombieHorseMixin from supplementaries.mixins.json into net.minecraft.world.entity.animal.horse.ZombieHorse
[27Jul2022 19:55:11.828] [pool-3-thread-1/DEBUG] [mixin/]: supplementaries.mixins.json:ZombieHorseMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:11.839] [pool-3-thread-1/DEBUG] [mixin/]: Mixing compat116plus.FishingBobberEntityMixin from pehkui.mixins.json into net.minecraft.world.entity.projectile.FishingHook
[27Jul2022 19:55:12.184] [pool-3-thread-1/DEBUG] [mixin/]: Mixing MixinAlterGroundTreeDecorator from mixins.terraform-dirt.json into net.minecraft.world.level.levelgen.feature.treedecorators.AlterGroundDecorator
[27Jul2022 19:55:12.189] [pool-3-thread-1/DEBUG] [mixin/]: mixins.terraform-dirt.json:MixinAlterGroundTreeDecorator: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:12.189] [pool-3-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$terraform$allowCustomPodzolPlacement$0(Lnet/minecraft/world/level/block/state/BlockState;)Z to md7320de$lambda$terraform$allowCustomPodzolPlacement$0$0 in mixins.terraform-dirt.json:MixinAlterGroundTreeDecorator
[27Jul2022 19:55:12.194] [pool-3-thread-1/DEBUG] [mixin/]: Mixing util.random.AccessorWeightedRandomList from bookshelf.common.mixins.json into net.minecraft.util.random.WeightedRandomList
[27Jul2022 19:55:12.207] [pool-3-thread-1/DEBUG] [mixin/]: Mixing ChunkAccessMixin from structure_gel.mixins.json into net.minecraft.world.level.chunk.ChunkAccess
[27Jul2022 19:55:12.207] [pool-3-thread-1/DEBUG] [mixin/]: structure_gel.mixins.json:ChunkAccessMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:12.208] [pool-3-thread-1/DEBUG] [mixin/]: Mixing ChunkAccessMixin$Access from structure_gel.mixins.json into net.minecraft.world.level.chunk.ChunkAccess
[27Jul2022 19:55:12.208] [pool-3-thread-1/DEBUG] [mixin/]: structure_gel.mixins.json:ChunkAccessMixin$Access: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:12.236] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/world/level/chunk/LevelChunk
[27Jul2022 19:55:12.237] [pool-3-thread-1/DEBUG] [mixin/]: Mixing LevelChunkMixin from supplementaries.mixins.json into net.minecraft.world.level.chunk.LevelChunk
[27Jul2022 19:55:12.237] [pool-3-thread-1/DEBUG] [mixin/]: supplementaries.mixins.json:LevelChunkMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:12.238] [pool-3-thread-1/DEBUG] [mixin/]: Mixing MixinLevelChunk from lootr.mixins.json into net.minecraft.world.level.chunk.LevelChunk
[27Jul2022 19:55:12.238] [pool-3-thread-1/DEBUG] [mixin/]: Mixing access.ChunkAccess from enhancedcelestials.mixins.json into net.minecraft.world.level.chunk.LevelChunk
[27Jul2022 19:55:12.248] [pool-3-thread-1/DEBUG] [mixin/]: Mixing MapDataMixin from selene.mixins.json into net.minecraft.world.level.saveddata.maps.MapItemSavedData
[27Jul2022 19:55:12.249] [pool-3-thread-1/DEBUG] [mixin/]: selene.mixins.json:MapDataMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:12.249] [pool-3-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$save$2(Lnet/minecraft/nbt/CompoundTag;Lnet/minecraft/resources/ResourceLocation;Lnet/mehvahdjukaar/selene/map/CustomDataHolder$Instance;)V to md7320de$lambda$save$2$0 in selene.mixins.json:MapDataMixin
[27Jul2022 19:55:12.250] [pool-3-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$load$1(Lnet/minecraft/nbt/CompoundTag;Ljava/util/Map;Lnet/minecraft/resources/ResourceLocation;Lnet/mehvahdjukaar/selene/map/CustomDataHolder;)V to md7320de$lambda$load$1$1 in selene.mixins.json:MapDataMixin
[27Jul2022 19:55:12.250] [pool-3-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$tickCarriedBy$0(Lnet/minecraft/server/level/ServerPlayer;)Lnet/minecraft/server/level/ServerPlayer; to md7320de$lambda$tickCarriedBy$0$2 in selene.mixins.json:MapDataMixin
[27Jul2022 19:55:12.717] [pool-3-thread-1/DEBUG] [mixin/]: Mixing IncreaseStructureWeightLimitMixin from yungsapi.mixins.json into net.minecraft.world.level.levelgen.structure.pools.StructureTemplatePool
[27Jul2022 19:55:12.727] [pool-3-thread-1/DEBUG] [mixin/]: Mixing accessor.StructureTemplatePoolAccessor from yungsapi.mixins.json into net.minecraft.world.level.levelgen.structure.pools.StructureTemplatePool
[27Jul2022 19:55:12.733] [pool-3-thread-1/DEBUG] [mixin/]: Mixing structures.StructurePoolAccessor from repurposed_structures.mixins.json into net.minecraft.world.level.levelgen.structure.pools.StructureTemplatePool
[27Jul2022 19:55:12.734] [pool-3-thread-1/DEBUG] [mixin/]: Mixing structures.StructurePoolMixin from repurposed_structures.mixins.json into net.minecraft.world.level.levelgen.structure.pools.StructureTemplatePool
[27Jul2022 19:55:12.747] [pool-3-thread-1/DEBUG] [mixin/]: Mixing StructureTemplatePoolAccessor from waystones.mixins.json into net.minecraft.world.level.levelgen.structure.pools.StructureTemplatePool
[27Jul2022 19:55:12.748] [pool-3-thread-1/WARN] [mixin/]: @ModifyConstant conflict. Skipping repurposed_structures.mixins.json:structures.StructurePoolMixin->@ModifyConstant::repurposedstructures_increaseWeightLimitDev(I)I with priority 1000, already redirected by yungsapi.mixins.json:IncreaseStructureWeightLimitMixin->@ModifyConstant::yungsapi_increaseWeightLimit(I)I with priority 1000
[27Jul2022 19:55:12.749] [pool-3-thread-1/DEBUG] [mixin/]: Unexpected: Registered method getRawTemplates()Ljava/util/List; in net.minecraft.world.level.levelgen.structure.pools.StructureTemplatePool was not merged
[27Jul2022 19:55:12.876] [pool-3-thread-1/DEBUG] [mixin/]: Mixing accessor.BoundingBoxAccessor from betterdungeons.mixins.json into net.minecraft.world.level.levelgen.structure.BoundingBox
[27Jul2022 19:55:12.877] [pool-3-thread-1/DEBUG] [mixin/]: Mixing accessor.BoundingBoxAccessor from betterwitchhuts.mixins.json into net.minecraft.world.level.levelgen.structure.BoundingBox
[27Jul2022 19:55:12.877] [pool-3-thread-1/DEBUG] [mixin/]: Mixing accessor.BoundingBoxAccessor from yungsapi.mixins.json into net.minecraft.world.level.levelgen.structure.BoundingBox
[27Jul2022 19:55:12.877] [pool-3-thread-1/DEBUG] [mixin/]: Mixing BoundingBoxAccessor from bettermineshafts.mixins.json into net.minecraft.world.level.levelgen.structure.BoundingBox
[27Jul2022 19:55:12.877] [pool-3-thread-1/DEBUG] [mixin/]: Mixing accessor.BoundingBoxAccessor from betterdeserttemples.mixins.json into net.minecraft.world.level.levelgen.structure.BoundingBox
[27Jul2022 19:55:12.878] [pool-3-thread-1/DEBUG] [mixin/]: Unexpected: Registered method setMaxZ(I)V in net.minecraft.world.level.levelgen.structure.BoundingBox was not merged
[27Jul2022 19:55:12.878] [pool-3-thread-1/DEBUG] [mixin/]: Unexpected: Registered method setMinX(I)V in net.minecraft.world.level.levelgen.structure.BoundingBox was not merged
[27Jul2022 19:55:12.878] [pool-3-thread-1/DEBUG] [mixin/]: Unexpected: Registered method setMaxY(I)V in net.minecraft.world.level.levelgen.structure.BoundingBox was not merged
[27Jul2022 19:55:12.880] [pool-3-thread-1/DEBUG] [mixin/]: Unexpected: Registered method setMinZ(I)V in net.minecraft.world.level.levelgen.structure.BoundingBox was not merged
[27Jul2022 19:55:12.881] [pool-3-thread-1/DEBUG] [mixin/]: Unexpected: Registered method setMaxX(I)V in net.minecraft.world.level.levelgen.structure.BoundingBox was not merged
[27Jul2022 19:55:12.881] [pool-3-thread-1/DEBUG] [mixin/]: Unexpected: Registered method setMinZ(I)V in net.minecraft.world.level.levelgen.structure.BoundingBox was not merged
[27Jul2022 19:55:12.881] [pool-3-thread-1/DEBUG] [mixin/]: Unexpected: Registered method setMaxY(I)V in net.minecraft.world.level.levelgen.structure.BoundingBox was not merged
[27Jul2022 19:55:12.881] [pool-3-thread-1/DEBUG] [mixin/]: Unexpected: Registered method setMaxX(I)V in net.minecraft.world.level.levelgen.structure.BoundingBox was not merged
[27Jul2022 19:55:12.881] [pool-3-thread-1/DEBUG] [mixin/]: Unexpected: Registered method setMinY(I)V in net.minecraft.world.level.levelgen.structure.BoundingBox was not merged
[27Jul2022 19:55:12.881] [pool-3-thread-1/DEBUG] [mixin/]: Unexpected: Registered method setMaxZ(I)V in net.minecraft.world.level.levelgen.structure.BoundingBox was not merged
[27Jul2022 19:55:12.881] [pool-3-thread-1/DEBUG] [mixin/]: Unexpected: Registered method setMinX(I)V in net.minecraft.world.level.levelgen.structure.BoundingBox was not merged
[27Jul2022 19:55:12.882] [pool-3-thread-1/DEBUG] [mixin/]: Unexpected: Registered method setMaxX(I)V in net.minecraft.world.level.levelgen.structure.BoundingBox was not merged
[27Jul2022 19:55:12.882] [pool-3-thread-1/DEBUG] [mixin/]: Unexpected: Registered method setMaxZ(I)V in net.minecraft.world.level.levelgen.structure.BoundingBox was not merged
[27Jul2022 19:55:12.882] [pool-3-thread-1/DEBUG] [mixin/]: Unexpected: Registered method setMinY(I)V in net.minecraft.world.level.levelgen.structure.BoundingBox was not merged
[27Jul2022 19:55:12.882] [pool-3-thread-1/DEBUG] [mixin/]: Unexpected: Registered method setMinX(I)V in net.minecraft.world.level.levelgen.structure.BoundingBox was not merged
[27Jul2022 19:55:12.882] [pool-3-thread-1/DEBUG] [mixin/]: Unexpected: Registered method setMaxY(I)V in net.minecraft.world.level.levelgen.structure.BoundingBox was not merged
[27Jul2022 19:55:12.882] [pool-3-thread-1/DEBUG] [mixin/]: Unexpected: Registered method setMaxX(I)V in net.minecraft.world.level.levelgen.structure.BoundingBox was not merged
[27Jul2022 19:55:12.882] [pool-3-thread-1/DEBUG] [mixin/]: Unexpected: Registered method setMaxZ(I)V in net.minecraft.world.level.levelgen.structure.BoundingBox was not merged
[27Jul2022 19:55:12.882] [pool-3-thread-1/DEBUG] [mixin/]: Unexpected: Registered method setMinX(I)V in net.minecraft.world.level.levelgen.structure.BoundingBox was not merged
[27Jul2022 19:55:12.882] [pool-3-thread-1/DEBUG] [mixin/]: Unexpected: Registered method setMinZ(I)V in net.minecraft.world.level.levelgen.structure.BoundingBox was not merged
[27Jul2022 19:55:12.882] [pool-3-thread-1/DEBUG] [mixin/]: Unexpected: Registered method setMinY(I)V in net.minecraft.world.level.levelgen.structure.BoundingBox was not merged
[27Jul2022 19:55:12.882] [pool-3-thread-1/DEBUG] [mixin/]: Unexpected: Registered method setMinY(I)V in net.minecraft.world.level.levelgen.structure.BoundingBox was not merged
[27Jul2022 19:55:12.882] [pool-3-thread-1/DEBUG] [mixin/]: Unexpected: Registered method setMaxY(I)V in net.minecraft.world.level.levelgen.structure.BoundingBox was not merged
[27Jul2022 19:55:12.882] [pool-3-thread-1/DEBUG] [mixin/]: Unexpected: Registered method setMinZ(I)V in net.minecraft.world.level.levelgen.structure.BoundingBox was not merged
[27Jul2022 19:55:12.888] [pool-3-thread-1/DEBUG] [mixin/]: Mixing ConfiguredStructureFeatureMixin from structure_gel.mixins.json into net.minecraft.world.level.levelgen.feature.ConfiguredStructureFeature
[27Jul2022 19:55:12.888] [pool-3-thread-1/DEBUG] [mixin/]: structure_gel.mixins.json:ConfiguredStructureFeatureMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:12.890] [pool-3-thread-1/DEBUG] [mixin/]: Mixing MixinConfiguredStructureFeature from mixins.shrines.json into net.minecraft.world.level.levelgen.feature.ConfiguredStructureFeature
[27Jul2022 19:55:12.955] [pool-3-thread-1/DEBUG] [mixin/]: Mixing access.MobSpawnInfoAccess from enhancedcelestials.mixins.json into net.minecraft.world.level.biome.MobSpawnSettings
[27Jul2022 19:55:12.955] [pool-3-thread-1/DEBUG] [mixin/]: Renaming @Invoker method create(FLjava/util/Map;Ljava/util/Map;)Lnet/minecraft/world/level/biome/MobSpawnSettings; to create_$md$7320de$0 in enhancedcelestials.mixins.json:access.MobSpawnInfoAccess
[27Jul2022 19:55:12.963] [pool-3-thread-1/DEBUG] [mixin/]: Mixing structures.StructurePieceAccessor from repurposed_structures.mixins.json into net.minecraft.world.level.levelgen.structure.StructurePiece
[27Jul2022 19:55:12.965] [pool-3-thread-1/DEBUG] [mixin/]: Mixing accessors.MineshaftAccessor from supplementaries.mixins.json into net.minecraft.world.level.levelgen.structure.MineShaftPieces$MineShaftPiece
[27Jul2022 19:55:12.966] [pool-3-thread-1/DEBUG] [mixin/]: supplementaries.mixins.json:accessors.MineshaftAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:12.977] [pool-3-thread-1/DEBUG] [mixin/]: Mixing TemplateStructurePieceMixin from structure_gel.mixins.json into net.minecraft.world.level.levelgen.structure.TemplateStructurePiece
[27Jul2022 19:55:12.978] [pool-3-thread-1/DEBUG] [mixin/]: structure_gel.mixins.json:TemplateStructurePieceMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:13.030] [pool-3-thread-1/DEBUG] [mixin/]: Mixing structures.SinglePoolElementAccessor from repurposed_structures.mixins.json into net.minecraft.world.level.levelgen.structure.pools.SinglePoolElement
[27Jul2022 19:55:13.236] [pool-3-thread-1/DEBUG] [mixin/]: Mixing accessor.FeaturePoolElementAccessor from yungsapi.mixins.json into net.minecraft.world.level.levelgen.structure.pools.FeaturePoolElement
[27Jul2022 19:55:13.265] [pool-3-thread-1/DEBUG] [mixin/]: Mixing accessor.ListPoolElementAccessor from yungsapi.mixins.json into net.minecraft.world.level.levelgen.structure.pools.ListPoolElement
[27Jul2022 19:55:13.270] [pool-3-thread-1/DEBUG] [mixin/]: Mixing structures.ListPoolElementAccessor from repurposed_structures.mixins.json into net.minecraft.world.level.levelgen.structure.pools.ListPoolElement
[27Jul2022 19:55:13.830] [pool-3-thread-1/DEBUG] [mixin/]: Mixing modification.DynamicRegistryManagerImplMixin from fabric-biome-api.mixins.json into net.minecraft.core.RegistryAccess$ImmutableRegistryAccess
[27Jul2022 19:55:13.899] [pool-3-thread-1/DEBUG] [mixin/]: Mixing BlockItemMixin from apoli.mixins.json into net.minecraft.world.item.BlockItem
[27Jul2022 19:55:13.901] [pool-3-thread-1/DEBUG] [mixin/]: Mixing BlockItemMixin from supplementaries.mixins.json into net.minecraft.world.item.BlockItem
[27Jul2022 19:55:13.901] [pool-3-thread-1/DEBUG] [mixin/]: supplementaries.mixins.json:BlockItemMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:13.916] [pool-3-thread-1/DEBUG] [mixin/]: Mixing FlintAndSteelItemMixin from valhelsia_core.mixins.json into net.minecraft.world.item.FlintAndSteelItem
[27Jul2022 19:55:13.917] [pool-3-thread-1/DEBUG] [mixin/]: valhelsia_core.mixins.json:FlintAndSteelItemMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:13.917] [pool-3-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$valhelsia_useOn$0(Lnet/minecraft/world/item/context/UseOnContext;Lnet/minecraft/world/entity/player/Player;)V to md7320de$lambda$valhelsia_useOn$0$0 in valhelsia_core.mixins.json:FlintAndSteelItemMixin
[27Jul2022 19:55:13.923] [pool-3-thread-1/DEBUG] [mixin/]: Mixing BowMixin from supplementaries.mixins.json into net.minecraft.world.item.BowItem
[27Jul2022 19:55:13.923] [pool-3-thread-1/DEBUG] [mixin/]: supplementaries.mixins.json:BowMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:13.923] [pool-3-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$getAllSupportedProjectiles$0(Ljava/util/function/Predicate;Lnet/minecraft/world/item/ItemStack;)Z to md7320de$lambda$getAllSupportedProjectiles$0$0 in supplementaries.mixins.json:BowMixin
[27Jul2022 19:55:13.929] [pool-3-thread-1/DEBUG] [mixin/]: Mixing base.MiningToolItemAccessor from flytre_lib.mixins.json into net.minecraft.world.item.DiggerItem
[27Jul2022 19:55:13.931] [pool-3-thread-1/DEBUG] [mixin/]: Mixing AxeItemAccessor from ecologics.mixins.json into net.minecraft.world.item.AxeItem
[27Jul2022 19:55:13.931] [pool-3-thread-1/DEBUG] [mixin/]: Renaming @Accessor method getStrippables()Ljava/util/Map; to getStrippables_$md$7320de$0 in ecologics.mixins.json:AxeItemAccessor
[27Jul2022 19:55:13.931] [pool-3-thread-1/DEBUG] [mixin/]: Renaming @Accessor method setStrippables(Ljava/util/Map;)V to setStrippables_$md$7320de$1 in ecologics.mixins.json:AxeItemAccessor
[27Jul2022 19:55:13.935] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/world/item/BucketItem
[27Jul2022 19:55:13.936] [pool-3-thread-1/DEBUG] [mixin/]: Mixing BucketItemMixin from valhelsia_structures.mixins.json into net.minecraft.world.item.BucketItem
[27Jul2022 19:55:13.957] [pool-3-thread-1/DEBUG] [mixin/]: Mixing MapItemMixin from selene.mixins.json into net.minecraft.world.item.MapItem
[27Jul2022 19:55:13.957] [pool-3-thread-1/DEBUG] [mixin/]: selene.mixins.json:MapItemMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:13.958] [pool-3-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$update$1(Ljava/util/concurrent/atomic/AtomicBoolean;Lnet/minecraft/world/level/saveddata/maps/MapItemSavedData;Lnet/minecraft/world/entity/Entity;Lnet/minecraft/resources/ResourceLocation;Lnet/mehvahdjukaar/selene/map/CustomDataHolder$Instance;)V to md7320de$lambda$update$1$0 in selene.mixins.json:MapItemMixin
[27Jul2022 19:55:13.958] [pool-3-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$appendHoverText$0(Lnet/minecraft/world/level/saveddata/maps/MapItemSavedData;Lnet/minecraft/world/item/ItemStack;Ljava/util/List;Lnet/minecraft/resources/ResourceLocation;Lnet/mehvahdjukaar/selene/map/CustomDataHolder$Instance;)V to md7320de$lambda$appendHoverText$0$1 in selene.mixins.json:MapItemMixin
[27Jul2022 19:55:13.964] [pool-3-thread-1/DEBUG] [mixin/]: Mixing MixinShearsItem from curios.mixins.json into net.minecraft.world.item.ShearsItem
[27Jul2022 19:55:13.971] [pool-3-thread-1/DEBUG] [mixin/]: Mixing compat116plus.SpawnEggItemMixin from pehkui.mixins.json into net.minecraft.world.item.SpawnEggItem
[27Jul2022 19:55:13.972] [pool-3-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$onSpawnBaby$0(Lnet/minecraft/world/entity/Mob;Lnet/minecraft/world/entity/Mob;)V to md7320de$lambda$onSpawnBaby$0$0 in pehkui.mixins.json:compat116plus.SpawnEggItemMixin
[27Jul2022 19:55:13.972] [pool-3-thread-1/DEBUG] [mixin/]: Mixing SpawnEggItemMixin from goblintraders.mixins.json into net.minecraft.world.item.SpawnEggItem
[27Jul2022 19:55:13.972] [pool-3-thread-1/DEBUG] [mixin/]: goblintraders.mixins.json:SpawnEggItemMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:13.972] [pool-3-thread-1/DEBUG] [mixin/]: Renaming @Accessor method getEggMap()Ljava/util/Map; to getEggMap_$md$7320de$1 in goblintraders.mixins.json:SpawnEggItemMixin
[27Jul2022 19:55:13.993] [pool-3-thread-1/DEBUG] [mixin/]: Mixing NoRiptideMixin from unstructured.mixins.json into net.minecraft.world.item.TridentItem
[27Jul2022 19:55:14.018] [pool-3-thread-1/DEBUG] [mixin/]: Mixing NoRiptide2Mixin from unstructured.mixins.json into net.minecraft.world.item.TridentItem
[27Jul2022 19:55:14.021] [pool-3-thread-1/DEBUG] [mixin/]: Mixing CrossbowItemRopeMixin from supplementaries.mixins.json into net.minecraft.world.item.CrossbowItem
[27Jul2022 19:55:14.021] [pool-3-thread-1/DEBUG] [mixin/]: supplementaries.mixins.json:CrossbowItemRopeMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:14.037] [pool-3-thread-1/DEBUG] [mixin/]: Mixing CrossbowItemMixin from pehkui.mixins.json into net.minecraft.world.item.CrossbowItem
[27Jul2022 19:55:14.058] [pool-3-thread-1/DEBUG] [mixin/]: Mixing TextColorMixin from iceberg.mixins.json into net.minecraft.network.chat.TextColor
[27Jul2022 19:55:14.060] [pool-3-thread-1/DEBUG] [mixin/]: Mixing access.ColorAccess from enhancedcelestials.mixins.json into net.minecraft.network.chat.TextColor
[27Jul2022 19:55:14.061] [pool-3-thread-1/DEBUG] [mixin/]: Renaming @Invoker method create(I)Lnet/minecraft/network/chat/TextColor; to create_$md$7320de$0 in enhancedcelestials.mixins.json:access.ColorAccess
[27Jul2022 19:55:14.153] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/world/effect/MobEffectInstance
[27Jul2022 19:55:14.154] [pool-3-thread-1/DEBUG] [mixin/]: Mixing StatusEffectInstanceMixin from apoli.mixins.json into net.minecraft.world.effect.MobEffectInstance
[27Jul2022 19:55:14.154] [pool-3-thread-1/DEBUG] [mixin/]: Mixing effect.AccessorMobEffectInstance from bookshelf.common.mixins.json into net.minecraft.world.effect.MobEffectInstance
[27Jul2022 19:55:14.154] [pool-3-thread-1/DEBUG] [mixin/]: Mixing access.EffectInstanceAccess from enhancedcelestials.mixins.json into net.minecraft.world.effect.MobEffectInstance
[27Jul2022 19:55:14.280] [pool-3-thread-1/DEBUG] [mixin/]: Mixing compat117plus.ViewerCountManagerMixin from pehkui.mixins.json into net.minecraft.world.level.block.entity.ContainerOpenersCounter
[27Jul2022 19:55:14.568] [pool-3-thread-1/DEBUG] [mixin/]: Mixing structures.StructureManagerAccessor from repurposed_structures.mixins.json into net.minecraft.world.level.levelgen.structure.templatesystem.StructureManager
[27Jul2022 19:55:14.580] [pool-3-thread-1/DEBUG] [mixin/]: Mixing Zoom.PlayerInventoryMixin from rubidium_extras.mixins.json into net.minecraft.world.entity.player.Inventory
[27Jul2022 19:55:14.587] [pool-3-thread-1/DEBUG] [mixin/]: rubidium_extras.mixins.json:Zoom.PlayerInventoryMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:14.588] [pool-3-thread-1/DEBUG] [mixin/]: Mixing common.PlayerInventoryMixin from backpacked.mixins.json into net.minecraft.world.entity.player.Inventory
[27Jul2022 19:55:14.588] [pool-3-thread-1/DEBUG] [mixin/]: backpacked.mixins.json:common.PlayerInventoryMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:14.593] [pool-3-thread-1/DEBUG] [mixin/]: Mixing SlotAccessor from balm.mixins.json into net.minecraft.world.inventory.Slot
[27Jul2022 19:55:14.602] [pool-3-thread-1/DEBUG] [mixin/]: Mixing CraftingResultSlotMixin from apoli.mixins.json into net.minecraft.world.inventory.ResultSlot
[27Jul2022 19:55:14.624] [pool-3-thread-1/DEBUG] [mixin/]: Mixing CraftingInventoryMixin from apoli.mixins.json into net.minecraft.world.inventory.CraftingContainer
[27Jul2022 19:55:14.625] [pool-3-thread-1/DEBUG] [mixin/]: Mixing inventory.AccessorCraftingContainer from bookshelf.common.mixins.json into net.minecraft.world.inventory.CraftingContainer
[27Jul2022 19:55:14.629] [pool-3-thread-1/DEBUG] [mixin/]: Mixing GrindstoneInputSlotMixin from supplementaries.mixins.json into net.minecraft.world.inventory.GrindstoneMenu$2
[27Jul2022 19:55:14.630] [pool-3-thread-1/DEBUG] [mixin/]: supplementaries.mixins.json:GrindstoneInputSlotMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:14.632] [pool-3-thread-1/DEBUG] [mixin/]: Mixing GrindstoneTestSlotMixin from supplementaries.mixins.json into net.minecraft.world.inventory.GrindstoneMenu$4
[27Jul2022 19:55:14.633] [pool-3-thread-1/DEBUG] [mixin/]: supplementaries.mixins.json:GrindstoneTestSlotMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:14.633] [pool-3-thread-1/DEBUG] [mixin/]: Mixing GrindstoneMenuSlotMixin from selene.mixins.json into net.minecraft.world.inventory.GrindstoneMenu$4
[27Jul2022 19:55:14.636] [pool-3-thread-1/DEBUG] [mixin/]: selene.mixins.json:GrindstoneMenuSlotMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:14.639] [pool-3-thread-1/DEBUG] [mixin/]: Mixing LoomInputSlotMixin from supplementaries.mixins.json into net.minecraft.world.inventory.LoomMenu$3
[27Jul2022 19:55:14.639] [pool-3-thread-1/DEBUG] [mixin/]: supplementaries.mixins.json:LoomInputSlotMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:14.643] [pool-3-thread-1/DEBUG] [mixin/]: Mixing MerchantResultSlotMixin from goblintraders.mixins.json into net.minecraft.world.inventory.MerchantResultSlot
[27Jul2022 19:55:14.643] [pool-3-thread-1/DEBUG] [mixin/]: goblintraders.mixins.json:MerchantResultSlotMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:14.647] [pool-3-thread-1/DEBUG] [mixin/]: Mixing ShulkerBoxSlotsMixin from supplementaries.mixins.json into net.minecraft.world.inventory.ShulkerBoxSlot
[27Jul2022 19:55:14.648] [pool-3-thread-1/DEBUG] [mixin/]: supplementaries.mixins.json:ShulkerBoxSlotsMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:14.654] [pool-3-thread-1/DEBUG] [mixin/]: Mixing item.crafting.AccessorShapedRecipe from bookshelf.common.mixins.json into net.minecraft.world.item.crafting.ShapedRecipe
[27Jul2022 19:55:14.654] [pool-3-thread-1/DEBUG] [mixin/]: Renaming @Invoker method bookshelf$keyFromJson(Lcom/google/gson/JsonObject;)Ljava/util/Map; to bookshelf$keyFromJson_$md$7320de$0 in bookshelf.common.mixins.json:item.crafting.AccessorShapedRecipe
[27Jul2022 19:55:14.654] [pool-3-thread-1/DEBUG] [mixin/]: Renaming @Invoker method bookshelf$shrink([Ljava/lang/String;)[Ljava/lang/String; to bookshelf$shrink_$md$7320de$1 in bookshelf.common.mixins.json:item.crafting.AccessorShapedRecipe
[27Jul2022 19:55:14.654] [pool-3-thread-1/DEBUG] [mixin/]: Renaming @Invoker method bookshelf$patternFromJson(Lcom/google/gson/JsonArray;)[Ljava/lang/String; to bookshelf$patternFromJson_$md$7320de$2 in bookshelf.common.mixins.json:item.crafting.AccessorShapedRecipe
[27Jul2022 19:55:14.654] [pool-3-thread-1/DEBUG] [mixin/]: Renaming @Invoker method bookshelf$dissolvePattern([Ljava/lang/String;Ljava/util/Map;II)Lnet/minecraft/core/NonNullList; to bookshelf$dissolvePattern_$md$7320de$3 in bookshelf.common.mixins.json:item.crafting.AccessorShapedRecipe
[27Jul2022 19:55:14.664] [pool-3-thread-1/DEBUG] [mixin/]: Mixing MapExtendingRecipeMixin from selene.mixins.json into net.minecraft.world.item.crafting.MapExtendingRecipe
[27Jul2022 19:55:14.664] [pool-3-thread-1/DEBUG] [mixin/]: selene.mixins.json:MapExtendingRecipeMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:14.686] [pool-3-thread-1/DEBUG] [mixin/]: Mixing AccessorSmithingRecipe from patchouli_xplat.mixins.json into net.minecraft.world.item.crafting.UpgradeRecipe
[27Jul2022 19:55:14.687] [pool-3-thread-1/DEBUG] [mixin/]: Mixing AccessorUpgradeRecipe from polymorph.mixins.json into net.minecraft.world.item.crafting.UpgradeRecipe
[27Jul2022 19:55:14.687] [pool-3-thread-1/DEBUG] [mixin/]: polymorph.mixins.json:AccessorUpgradeRecipe: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:14.687] [pool-3-thread-1/DEBUG] [mixin/]: Unexpected: Registered method getBase()Lnet/minecraft/world/item/crafting/Ingredient; in net.minecraft.world.item.crafting.UpgradeRecipe was not merged
[27Jul2022 19:55:14.687] [pool-3-thread-1/DEBUG] [mixin/]: Unexpected: Registered method getAddition()Lnet/minecraft/world/item/crafting/Ingredient; in net.minecraft.world.item.crafting.UpgradeRecipe was not merged
[27Jul2022 19:55:14.804] [pool-3-thread-1/DEBUG] [mixin/]: Mixing resources.LootContextAccessor from repurposed_structures.mixins.json into net.minecraft.world.level.storage.loot.LootContext
[27Jul2022 19:55:14.850] [pool-3-thread-1/DEBUG] [mixin/]: Mixing MixinApplyBonusCount from curios.mixins.json into net.minecraft.world.level.storage.loot.functions.ApplyBonusCount
[27Jul2022 19:55:14.869] [pool-3-thread-1/DEBUG] [mixin/]: Mixing storage.LootConditionTypesMixin from flytre_lib.mixins.json into net.minecraft.world.level.storage.loot.predicates.LootItemConditions
[27Jul2022 19:55:14.907] [pool-3-thread-1/DEBUG] [mixin/]: Mixing MineshaftLanternMixin from supplementaries.mixins.json into net.minecraft.world.level.levelgen.structure.MineShaftPieces$MineShaftCorridor
[27Jul2022 19:55:14.911] [pool-3-thread-1/DEBUG] [mixin/]: supplementaries.mixins.json:MineshaftLanternMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:14.942] [pool-3-thread-1/DEBUG] [mixin/]: Mixing StrongholdCrossingSconceMixin from supplementaries.mixins.json into net.minecraft.world.level.levelgen.structure.StrongholdPieces$FiveCrossing
[27Jul2022 19:55:14.942] [pool-3-thread-1/DEBUG] [mixin/]: supplementaries.mixins.json:StrongholdCrossingSconceMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:14.954] [pool-3-thread-1/DEBUG] [mixin/]: Mixing StrongholdRoomSconceMixin from supplementaries.mixins.json into net.minecraft.world.level.levelgen.structure.StrongholdPieces$RoomCrossing
[27Jul2022 19:55:14.954] [pool-3-thread-1/DEBUG] [mixin/]: supplementaries.mixins.json:StrongholdRoomSconceMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:14.989] [pool-3-thread-1/DEBUG] [mixin/]: Mixing structures.PoolElementStructurePieceAccessor from repurposed_structures.mixins.json into net.minecraft.world.level.levelgen.structure.PoolElementStructurePiece
[27Jul2022 19:55:14.998] [pool-3-thread-1/DEBUG] [mixin/]: Mixing MixinParameterList from terrablender.mixins.json into net.minecraft.world.level.biome.Climate$ParameterList
[27Jul2022 19:55:14.999] [pool-3-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$initializeForTerraBlender$1(Lterrablender/api/RegionType;Lnet/minecraft/core/RegistryAccess;)V to md7320de$lambda$initializeForTerraBlender$1$0 in terrablender.mixins.json:MixinParameterList
[27Jul2022 19:55:14.999] [pool-3-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$initializeForTerraBlender$0(Lcom/google/common/collect/ImmutableList$Builder;Lnet/minecraft/core/Registry;Lcom/mojang/datafixers/util/Pair;)V to md7320de$lambda$initializeForTerraBlender$0$1 in terrablender.mixins.json:MixinParameterList
[27Jul2022 19:55:15.016] [pool-3-thread-1/DEBUG] [mixin/]: Mixing MixinMultiNoiseBiomeSource from fabric-biome-api.mixins.json into net.minecraft.world.level.biome.MultiNoiseBiomeSource$Preset
[27Jul2022 19:55:15.017] [pool-3-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$appendNetherBiomes$0(Ljava/util/List;Lnet/minecraft/core/Registry;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/world/level/biome/Climate$ParameterPoint;)V to md7320de$lambda$appendNetherBiomes$0$0 in fabric-biome-api.mixins.json:MixinMultiNoiseBiomeSource
[27Jul2022 19:55:15.160] [pool-3-thread-1/DEBUG] [mixin/]: Mixing PotionRecipeMixin from ars_nouveau.mixins.json into net.minecraft.world.item.alchemy.PotionBrewing
[27Jul2022 19:55:15.168] [pool-3-thread-1/DEBUG] [net.minecraftforge.fml.loading.FileUtils/CORE]: Found existing ars_nouveau directory : C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\config\ars_nouveau
[27Jul2022 19:55:15.174] [pool-3-thread-1/DEBUG] [mixin/]: Mixing EntitySelectorOptionsInvoker from pehkui.mixins.json into net.minecraft.commands.arguments.selector.options.EntitySelectorOptions
[27Jul2022 19:55:15.174] [pool-3-thread-1/DEBUG] [mixin/]: Renaming @Invoker method callPutOption(Ljava/lang/String;Lnet/minecraft/commands/arguments/selector/options/EntitySelectorOptions$Modifier;Ljava/util/function/Predicate;Lnet/minecraft/network/chat/Component;)V to callPutOption_$md$7320de$0 in pehkui.mixins.json:EntitySelectorOptionsInvoker
[27Jul2022 19:55:15.177] [pool-3-thread-1/DEBUG] [mixin/]: Mixing EntitySelectorOptionsMixin from pehkui.mixins.json into net.minecraft.commands.arguments.selector.options.EntitySelectorOptions
[27Jul2022 19:55:15.185] [pool-3-thread-1/DEBUG] [mixin/]: Mixing EntitySelectorReaderMixin from pehkui.mixins.json into net.minecraft.commands.arguments.selector.EntitySelectorParser
[27Jul2022 19:55:15.201] [pool-3-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$onBuildPredicate$1(Lvirtuoel/pehkui/api/ScaleType;Lnet/minecraft/world/entity/Entity;)Z to md7320de$lambda$onBuildPredicate$1$0 in pehkui.mixins.json:EntitySelectorReaderMixin
[27Jul2022 19:55:15.201] [pool-3-thread-1/DEBUG] [mixin/]: Renaming synthetic method lambda$onBuildPredicate$0(Lvirtuoel/pehkui/api/ScaleType;Lnet/minecraft/world/entity/Entity;)Z to md7320de$lambda$onBuildPredicate$0$1 in pehkui.mixins.json:EntitySelectorReaderMixin
[27Jul2022 19:55:15.252] [pool-3-thread-1/DEBUG] [mixin/]: Mixing OperationArgumentTypeAccessor from pehkui.mixins.json into net.minecraft.commands.arguments.OperationArgument
[27Jul2022 19:55:15.253] [pool-3-thread-1/DEBUG] [mixin/]: Renaming @Accessor method getInvalidOperationException()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; to getInvalidOperationException_$md$7320de$0 in pehkui.mixins.json:OperationArgumentTypeAccessor
[27Jul2022 19:55:15.253] [pool-3-thread-1/DEBUG] [mixin/]: Renaming @Accessor method getDivisionZeroException()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; to getDivisionZeroException_$md$7320de$1 in pehkui.mixins.json:OperationArgumentTypeAccessor
[27Jul2022 19:55:15.373] [Render thread/DEBUG] [mixin/]: Mixing RenderSystemMixin from fpsreducer.mixins.json into com.mojang.blaze3d.systems.RenderSystem
[27Jul2022 19:55:15.373] [Render thread/DEBUG] [mixin/]: fpsreducer.mixins.json:RenderSystemMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:15.390] [Render thread/DEBUG] [mixin/]: Mixing core.pipeline.MixinBufferBuilder from rubidium.mixins.json into com.mojang.blaze3d.vertex.BufferBuilder
[27Jul2022 19:55:15.399] [Render thread/DEBUG] [mixin/]: Mixing features.buffer_builder.fast_advance.MixinBufferBuilder from rubidium.mixins.json into com.mojang.blaze3d.vertex.BufferBuilder
[27Jul2022 19:55:15.401] [Render thread/DEBUG] [mixin/]: Mixing features.buffer_builder.intrinsics.MixinBufferBuilder from rubidium.mixins.json into com.mojang.blaze3d.vertex.BufferBuilder
[27Jul2022 19:55:15.408] [Render thread/DEBUG] [mixin/]: Mixing core.pipeline.MixinVertexConsumer from rubidium.mixins.json into com.mojang.blaze3d.vertex.VertexConsumer
[27Jul2022 19:55:15.409] [Render thread/DEBUG] [mixin/]: Mixing features.matrix_stack.MixinVertexConsumer from rubidium.mixins.json into com.mojang.blaze3d.vertex.VertexConsumer
[27Jul2022 19:55:15.698] [Render thread/DEBUG] [mixin/]: Mixing core.matrix.MixinMatrix3f from rubidium.mixins.json into com.mojang.math.Matrix3f
[27Jul2022 19:55:15.783] [Render thread/DEBUG] [mixin/]: Mixing features.matrix_stack.MixinMatrixStack from rubidium.mixins.json into com.mojang.blaze3d.vertex.PoseStack
[27Jul2022 19:55:15.917] [Render thread/WARN] [net.minecraft.server.packs.VanillaPackResources/]: Assets URL 'union:/C:/Users/manso/curseforge/minecraft/Install/libraries/net/minecraft/client/1.18.2-20220404.173914/client-1.18.2-20220404.173914-srg.jar%23208!/assets/.mcassetsroot' uses unexpected schema
[27Jul2022 19:55:15.920] [Render thread/WARN] [net.minecraft.server.packs.VanillaPackResources/]: Assets URL 'union:/C:/Users/manso/curseforge/minecraft/Install/libraries/net/minecraft/client/1.18.2-20220404.173914/client-1.18.2-20220404.173914-srg.jar%23208!/data/.mcassetsroot' uses unexpected schema
[27Jul2022 19:55:15.936] [Render thread/INFO] [com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService/]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[27Jul2022 19:55:16.970] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Setting user: SirJum
[27Jul2022 19:55:16.972] [Render thread/DEBUG] [mixin/]: Mixing AccessKeyMapping from controlling.mixins.json into net.minecraft.client.KeyMapping
[27Jul2022 19:55:16.972] [Render thread/DEBUG] [mixin/]: Mixing KeyMappingAccessor from balm.mixins.json into net.minecraft.client.KeyMapping
[27Jul2022 19:55:16.972] [Render thread/DEBUG] [mixin/]: Mixing base.KeyBindingAccessor from flytre_lib.mixins.json into net.minecraft.client.KeyMapping
[27Jul2022 19:55:16.972] [Render thread/DEBUG] [mixin/]: Renaming @Accessor method getCategoryMap()Ljava/util/Map; to getCategoryMap_$md$7320de$0 in flytre_lib.mixins.json:base.KeyBindingAccessor
[27Jul2022 19:55:16.972] [Render thread/DEBUG] [mixin/]: Mixing client.AccessorKeyMapping from patchouli_xplat.mixins.json into net.minecraft.client.KeyMapping
[27Jul2022 19:55:16.972] [Render thread/DEBUG] [mixin/]: Renaming @Accessor method getAllKeyMappings()Ljava/util/Map; to getAllKeyMappings_$md$7320de$1 in patchouli_xplat.mixins.json:client.AccessorKeyMapping
[27Jul2022 19:55:16.982] [Render thread/DEBUG] [mixin/]: Mixing base.GameOptionsMixin from flytre_lib.mixins.json into net.minecraft.client.Options
[27Jul2022 19:55:17.037] [Render thread/DEBUG] [mixin/]: Mixing AccessInputConstantsKey from controlling.mixins.json into com.mojang.blaze3d.platform.InputConstants$Key
[27Jul2022 19:55:17.038] [Render thread/DEBUG] [mixin/]: Renaming @Accessor method controlling$getNAME_MAP()Ljava/util/Map; to controlling$getNAME_MAP_$md$7320de$0 in controlling.mixins.json:AccessInputConstantsKey
[27Jul2022 19:55:17.165] [Render thread/DEBUG] [mixin/]: Mixing AccessorOptionSlider from betterbiomeblend.mixins.json into net.minecraft.client.gui.components.SliderButton
[27Jul2022 19:55:17.172] [Render thread/DEBUG] [mixin/]: Mixing config.SliderWidgetAccessor from flytre_lib.mixins.json into net.minecraft.client.gui.components.AbstractSliderButton
[27Jul2022 19:55:17.181] [Render thread/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/client/gui/components/CycleButton
[27Jul2022 19:55:17.236] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Backend library: LWJGL version 3.2.2 SNAPSHOT
[27Jul2022 19:55:17.238] [Render thread/DEBUG] [mixin/]: Mixing BorderlessFullscreen.MainWindowAccessor from rubidium_extras.mixins.json into com.mojang.blaze3d.platform.Window
[27Jul2022 19:55:17.238] [Render thread/DEBUG] [mixin/]: rubidium_extras.mixins.json:BorderlessFullscreen.MainWindowAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:17.238] [Render thread/DEBUG] [mixin/]: Mixing BorderlessFullscreen.WindowMixin from rubidium_extras.mixins.json into com.mojang.blaze3d.platform.Window
[27Jul2022 19:55:17.239] [Render thread/DEBUG] [mixin/]: rubidium_extras.mixins.json:BorderlessFullscreen.WindowMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:18.385] [Render thread/DEBUG] [mixin/]: Mixing MouseHelperMixin from bigbrain.mixins.json into net.minecraft.client.MouseHandler
[27Jul2022 19:55:18.450] [Render thread/DEBUG] [mixin/]: bigbrain.mixins.json:MouseHelperMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:18.452] [Render thread/DEBUG] [mixin/]: Mixing MouseHandlerAccessor from balm.mixins.json into net.minecraft.client.MouseHandler
[27Jul2022 19:55:18.452] [Render thread/DEBUG] [mixin/]: Mixing Zoom.MouseMixin from rubidium_extras.mixins.json into net.minecraft.client.MouseHandler
[27Jul2022 19:55:18.452] [Render thread/DEBUG] [mixin/]: rubidium_extras.mixins.json:Zoom.MouseMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:18.459] [Render thread/DEBUG] [mixin/]: Mixing config.KeyboardMixin from flytre_lib.mixins.json into net.minecraft.client.KeyboardHandler
[27Jul2022 19:55:18.797] [Render thread/DEBUG] [mixin/]: Mixing config.ReloadableResourceManagerImplMixin from flytre_lib.mixins.json into net.minecraft.server.packs.resources.ReloadableResourceManager
[27Jul2022 19:55:18.806] [Render thread/DEBUG] [mixin/]: Mixing resources.ReloadableResourceManagerImplAccessor from repurposed_structures.mixins.json into net.minecraft.server.packs.resources.MultiPackResourceManager
[27Jul2022 19:55:18.807] [Render thread/DEBUG] [mixin/]: Mixing MultiPackResourceManagerMixin from selene.mixins.json into net.minecraft.server.packs.resources.MultiPackResourceManager
[27Jul2022 19:55:18.807] [Render thread/DEBUG] [mixin/]: selene.mixins.json:MultiPackResourceManagerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:18.834] [Render thread/DEBUG] [net.minecraftforge.common.ForgeI18n/CORE]: Loading I18N data entries: 209
[27Jul2022 19:55:18.884] [Render thread/DEBUG] [net.minecraftforge.fml.ModWorkManager/LOADING]: Using 2 threads for parallel mod-loading
[27Jul2022 19:55:18.890] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:18.890] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for dev.lambdaurora.lambdynlights.LambDynLights
[27Jul2022 19:55:18.943] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:18.943] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.yungnickyoung.minecraft.betterdungeons.BetterDungeonsForge
[27Jul2022 19:55:18.944] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:18.950] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for mod.schnappdragon.habitat.core.Habitat
[27Jul2022 19:55:18.951] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:18.952] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.yungnickyoung.minecraft.betterwitchhuts.BetterWitchHutsForge
[27Jul2022 19:55:18.952] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:18.952] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.natamus.zombiehorsespawn.Main
[27Jul2022 19:55:18.953] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:18.953] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for tallestegg.bigbrain.BigBrain
[27Jul2022 19:55:18.954] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:18.954] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for de.dafuqs.additionalentityattributes.AdditionalEntityAttributesMod
[27Jul2022 19:55:18.954] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:18.954] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for io.github.apace100.origins.Origins
[27Jul2022 19:55:18.955] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:18.955] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for io.github.apace100.calio.Calio
[27Jul2022 19:55:18.956] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:18.956] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for io.github.apace100.apoli.Apoli
[27Jul2022 19:55:18.956] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:18.956] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.gitlab.qolq.powershot.Powershot
[27Jul2022 19:55:18.957] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:18.957] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.starfish_studios.naturalist.forge.NaturalistForge
[27Jul2022 19:55:18.967] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:18.970] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for corgitaco.entitycollisionfpsfix.EntityCollisionFpsFixForge
[27Jul2022 19:55:18.971] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:18.971] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.connectivity.Connectivity
[27Jul2022 19:55:18.971] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:18.971] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for me.jellysquid.mods.sodium.client.SodiumClientMod
[27Jul2022 19:55:18.972] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:18.973] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.parker8283.bif.BowInfinityFix
[27Jul2022 19:55:18.984] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:18.985] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.natamus.villagernames.Main
[27Jul2022 19:55:18.986] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:18.986] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.blamejared.controlling.Controlling
[27Jul2022 19:55:18.986] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:18.986] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for shadows.placebo.Placebo
[27Jul2022 19:55:18.987] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:18.987] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.github.alexthe666.citadel.Citadel
[27Jul2022 19:55:18.987] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:18.988] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.yungnickyoung.minecraft.yungsapi.YungsApiForge
[27Jul2022 19:55:18.988] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:18.988] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.darkhax.maxhealthfix.MaxHealthFixForge
[27Jul2022 19:55:18.989] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:18.989] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for teamdraco.finsandstails.FinsAndTails
[27Jul2022 19:55:18.990] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:18.990] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.telepathicgrunt.featurenbtdeadlockbegone.FeatureNBTDeadlockBeGoneMain
[27Jul2022 19:55:18.991] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:18.991] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for useless.Useless
[27Jul2022 19:55:18.992] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:18.992] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.darkhax.bookshelf.BookshelfForge
[27Jul2022 19:55:18.993] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:18.995] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for chanceCubes.CCubesCore
[27Jul2022 19:55:18.997] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:18.997] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for xxrexraptorxx.cdl.main.CDL
[27Jul2022 19:55:19.004] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.005] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.natamus.skeletonhorsespawn.Main
[27Jul2022 19:55:19.006] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.006] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for xxrexraptorxx.additionalstructures.main.AdditionalStructures
[27Jul2022 19:55:19.007] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.007] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.blay09.mods.balm.forge.ForgeBalm
[27Jul2022 19:55:19.008] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.008] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for bre2el.fpsreducer.FpsReducer
[27Jul2022 19:55:19.011] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.014] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for dzwdz.chat_heads.forge.ChatHeads
[27Jul2022 19:55:19.014] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.015] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.natamus.huskspawn.Main
[27Jul2022 19:55:19.015] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.015] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for me.shedaniel.clothconfig.ClothConfigForge
[27Jul2022 19:55:19.016] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.016] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.natamus.mineralchance.Main
[27Jul2022 19:55:19.016] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.017] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.natamus.despawningeggshatch.Main
[27Jul2022 19:55:19.017] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.017] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.legacy.structure_gel.core.StructureGelMod
[27Jul2022 19:55:19.037] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.051] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.flytre.flytre_lib.FlytreLibForge
[27Jul2022 19:55:19.052] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.052] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.anthonyhilyard.advancementplaques.Loader
[27Jul2022 19:55:19.053] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.053] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for zone.rong.cleancut.CleanCut
[27Jul2022 19:55:19.053] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.054] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for dev.wuffs.itshallnottick.ItShallNotTick
[27Jul2022 19:55:19.054] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.054] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.stardustlabs.amplifiednether.AmplifiedNether
[27Jul2022 19:55:19.054] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.055] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.telepathicgrunt.repurposedstructures.RepurposedStructures
[27Jul2022 19:55:19.055] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.056] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.obscuria.aquamirae.ObAquamiraeMod
[27Jul2022 19:55:19.057] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.057] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for biomesoplenty.core.BiomesOPlenty
[27Jul2022 19:55:19.057] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.058] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for samebutdifferent.verdure.Verdure
[27Jul2022 19:55:19.058] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.058] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for wolforce.simpleshops.SimpleShops
[27Jul2022 19:55:19.063] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.063] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.yeoxuhang.geode.GeodeMod
[27Jul2022 19:55:19.064] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.064] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.teamremastered.endrem.EndRemastered
[27Jul2022 19:55:19.064] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.064] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.yungnickyoung.minecraft.yungsbridges.YungsBridgesForge
[27Jul2022 19:55:19.065] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.065] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.barion.dungeons_enhanced.DungeonsEnhanced
[27Jul2022 19:55:19.065] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.065] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.cgessinger.creaturesandbeasts.CreaturesAndBeasts
[27Jul2022 19:55:19.067] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.067] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for superlord.goblinsanddungeons.GoblinsAndDungeons
[27Jul2022 19:55:19.068] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.068] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for top.theillusivec4.curios.Curios
[27Jul2022 19:55:19.068] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.069] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for L_Ender.cataclysm.cataclysm
[27Jul2022 19:55:19.069] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.070] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for vazkii.patchouli.forge.common.ForgeModInitializer
[27Jul2022 19:55:19.070] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.079] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.natamus.collective.Main
[27Jul2022 19:55:19.119] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.158] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for fionathemortal.betterbiomeblend.BetterBiomeBlend
[27Jul2022 19:55:19.280] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.334] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.yungnickyoung.minecraft.yungsextras.YungsExtrasForge
[27Jul2022 19:55:19.350] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.350] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.jtorleonstudio.bettervillage.Main
[27Jul2022 19:55:19.350] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.350] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.mrcrayfish.furniture.FurnitureMod
[27Jul2022 19:55:19.351] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.351] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for dev.architectury.forge.ArchitecturyForge
[27Jul2022 19:55:19.351] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.352] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.builtbroken.ai.improvements.AIImprovements
[27Jul2022 19:55:19.352] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.352] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for me.steinborn.krypton.mod.shared.Krypton
[27Jul2022 19:55:19.353] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.353] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.yeoxuhang.geodeoplenty.GeodeOPlentyMod
[27Jul2022 19:55:19.353] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.353] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.natamus.strayspawn.Main
[27Jul2022 19:55:19.354] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.354] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.kaisyn.t_and_t.t_and_t
[27Jul2022 19:55:19.354] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.354] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.olafkeijsers.fastleafdecay.FastLeafDecay
[27Jul2022 19:55:19.355] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.355] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.yungnickyoung.minecraft.bettermineshafts.BetterMineshaftsForge
[27Jul2022 19:55:19.355] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.355] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for software.bernie.example.GeckoLibMod
[27Jul2022 19:55:19.356] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.356] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.natamus.randombonemealflowers.Main
[27Jul2022 19:55:19.356] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.357] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.mcreator.fenomena.PhenomenaMod
[27Jul2022 19:55:19.358] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.358] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.mcwlights.kikoz.MacawsLights
[27Jul2022 19:55:19.364] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.366] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for absolem.fixmyspawnr.FixMySpawnR
[27Jul2022 19:55:19.367] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.367] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.silverminer.shrines.Shrines
[27Jul2022 19:55:19.369] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.369] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.finallion.graveyard.TheGraveyard
[27Jul2022 19:55:19.371] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.371] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.darkhax.attributefix.AttributeFixForge
[27Jul2022 19:55:19.371] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.371] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for virtuoel.pehkui.Pehkui
[27Jul2022 19:55:19.372] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.372] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.command_block.libraryferret.LibraryFerret
[27Jul2022 19:55:19.373] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.373] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.mrcrayfish.goblintraders.GoblinTraders
[27Jul2022 19:55:19.374] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.374] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for top.theillusivec4.caelus.Caelus
[27Jul2022 19:55:19.375] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.375] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for de.maxhenkel.reap.Main
[27Jul2022 19:55:19.376] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.377] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.blay09.mods.waystones.ForgeWaystones
[27Jul2022 19:55:19.378] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.378] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for de.cheaterpaul.fallingleaves.FallingLeavesMod
[27Jul2022 19:55:19.379] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.379] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.stardustlabs.structory.Structory
[27Jul2022 19:55:19.397] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.400] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for shadows.fastsuite.FastSuite
[27Jul2022 19:55:19.401] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.401] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.blamejared.clumps.Clumps
[27Jul2022 19:55:19.402] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.403] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for corgitaco.shutupexperimentalsettings.ShutupExperimentalSettings
[27Jul2022 19:55:19.405] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.405] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.flytre.dual_riders.b
[27Jul2022 19:55:19.406] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.406] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.konwboy.tumbleweed.Tumbleweed
[27Jul2022 19:55:19.407] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.407] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.chaosthedude.naturescompass.NaturesCompass
[27Jul2022 19:55:19.408] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.409] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for cy.jdkdigital.jumpboat.JumpBoat
[27Jul2022 19:55:19.410] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.410] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.mrcrayfish.configured.Configured
[27Jul2022 19:55:19.411] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.411] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for xiroc.dungeoncrawl.DungeonCrawl
[27Jul2022 19:55:19.412] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.412] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.obscuria.tooltips.ObTooltipsMod
[27Jul2022 19:55:19.413] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.413] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for mod.schnappdragon.snuffles.core.Snuffles
[27Jul2022 19:55:19.414] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.414] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for me.shedaniel.rareice.forge.RareIce
[27Jul2022 19:55:19.415] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.415] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.yungnickyoung.minecraft.betterdeserttemples.BetterDesertTemplesForge
[27Jul2022 19:55:19.415] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.416] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for samebutdifferent.azalea.Azalea
[27Jul2022 19:55:19.416] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.416] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.cozary.oreCreeper.OreCreeper
[27Jul2022 19:55:19.417] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.417] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.mrcrayfish.catalogue.Catalogue
[27Jul2022 19:55:19.417] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.417] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.cursedwarrior.bookfishing.BookFishingMod
[27Jul2022 19:55:19.418] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.418] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for shadows.toaster.ToastLoader
[27Jul2022 19:55:19.419] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.419] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for me.shedaniel.rei.jeiinternalsworkaround.JEIREIInternalsWorkaround
[27Jul2022 19:55:19.419] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.419] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.mehvahdjukaar.randomium.Randomium
[27Jul2022 19:55:19.421] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.423] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.hollingsworth.arsnouveau.ArsNouveau
[27Jul2022 19:55:19.426] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.426] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for alexthw.ars_scalaes.ArsScalaes
[27Jul2022 19:55:19.427] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.427] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for io.github.derringersmods.toomanyglyphs.init.TooManyGlyphsMod
[27Jul2022 19:55:19.428] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.431] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for vice.rubidium_extras.MagnesiumExtras
[27Jul2022 19:55:19.434] [Render thread/DEBUG] [thedarkcolour.kotlinforforge.LoggerKt/LOADING]: Loading KotlinModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb}
[27Jul2022 19:55:19.434] [Render thread/DEBUG] [thedarkcolour.kotlinforforge.LoggerKt/LOADING]: Creating KotlinModContainer instance for io.github.justfoxx.Core
[27Jul2022 19:55:19.441] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.447] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for dev.tr7zw.skinlayers.SkinLayersMod
[27Jul2022 19:55:19.466] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.467] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.minecraftforge.common.ForgeMod
[27Jul2022 19:55:19.499] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.520] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.mehvahdjukaar.selene.Selene
[27Jul2022 19:55:19.533] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.534] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.mehvahdjukaar.supplementaries.Supplementaries
[27Jul2022 19:55:19.535] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.535] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for atomicstryker.infernalmobs.common.InfernalMobsCore
[27Jul2022 19:55:19.538] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.538] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.terraformersmc.terraform.TerraformApiReforged
[27Jul2022 19:55:19.539] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.539] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for mod.lucky.forge.ForgeMod
[27Jul2022 19:55:19.540] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.540] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for de.maxhenkel.voicechat.ForgeVoicechatMod
[27Jul2022 19:55:19.542] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.546] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.sonicether.soundphysics.ForgeSoundPhysicsMod
[27Jul2022 19:55:19.548] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.548] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.darkhax.enchdesc.EnchDescForge
[27Jul2022 19:55:19.549] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.549] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for terrablender.core.TerraBlenderForge
[27Jul2022 19:55:19.549] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.590] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for yalter.mousetweaks.forge.MouseTweaksForge
[27Jul2022 19:55:19.632] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.650] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for doublenegation.mods.compactores.CompactOres
[27Jul2022 19:55:19.653] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.653] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.fabricmc.fabric.FBBiomeApiReforged
[27Jul2022 19:55:19.654] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.654] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for me.ichun.mods.ding.common.Ding
[27Jul2022 19:55:19.655] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.661] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.cursedwarrior.specialdrops.SpecialDropsMod
[27Jul2022 19:55:19.662] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.662] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for me.shedaniel.rei.forge.RoughlyEnoughItemsForge
[27Jul2022 19:55:19.663] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.663] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for me.shedaniel.rei.forge.JEIStub
[27Jul2022 19:55:19.663] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.663] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for cn.mcmod_mmf.mmlib.Main
[27Jul2022 19:55:19.664] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.664] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for cn.mcmod.sakura.SakuraMod
[27Jul2022 19:55:19.665] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.665] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for de.cristelknight999.unstructured.Unstructured
[27Jul2022 19:55:19.665] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.665] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for dev.tr7zw.notenoughanimations.NEAnimationsModForge
[27Jul2022 19:55:19.666] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.666] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.anthonyhilyard.iceberg.Loader
[27Jul2022 19:55:19.668] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.668] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for luckytnt.LuckyTNT
[27Jul2022 19:55:19.677] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.680] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.anthonyhilyard.legendarytooltips.Loader
[27Jul2022 19:55:19.681] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.682] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for samebutdifferent.ecologics.forge.EcologicsForge
[27Jul2022 19:55:19.683] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.686] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for xaero.minimap.XaeroMinimap
[27Jul2022 19:55:19.689] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.691] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.epherical.croptopia.CroptopiaForge
[27Jul2022 19:55:19.692] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.696] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for shadows.fastbench.FastBench
[27Jul2022 19:55:19.697] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.700] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for top.theillusivec4.polymorph.common.PolymorphMod
[27Jul2022 19:55:19.702] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.702] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.mcreator.philipsbetterbiomes.PhilipsRuinsMod
[27Jul2022 19:55:19.703] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.704] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for baguchan.earthmobsmod.EarthMobsMod
[27Jul2022 19:55:19.705] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.705] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for alexthw.ars_elemental.ArsElemental
[27Jul2022 19:55:19.707] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.708] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for dev.tr7zw.entityculling.EntityCullingMod
[27Jul2022 19:55:19.717] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.717] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.mrcrayfish.backpacked.Backpacked
[27Jul2022 19:55:19.719] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.719] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.mactso.regrowth.Main
[27Jul2022 19:55:19.719] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.720] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for shadows.fastfurnace.FastFurnace
[27Jul2022 19:55:19.733] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.742] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.minttea.minecraft.arsarsenal.setup.registries.ItemRegistry
[27Jul2022 19:55:19.750] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.750] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for tech.thatgravyboat.creeperoverhaul.Creepers
[27Jul2022 19:55:19.751] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.752] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for squeek.appleskin.AppleSkin
[27Jul2022 19:55:19.819] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.850] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for noobanidus.mods.lootr.Lootr
[27Jul2022 19:55:19.853] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.853] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for malte0811.ferritecore.ModMainForge
[27Jul2022 19:55:19.854] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.873] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for corgitaco.enhancedcelestials.EnhancedCelestialsForge
[27Jul2022 19:55:19.884] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.917] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.teammetallurgy.aquaculture.Aquaculture
[27Jul2022 19:55:19.920] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.920] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.obscuria.core.ObCoreMod
[27Jul2022 19:55:19.921] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.921] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.valhelsia.valhelsia_core.core.ValhelsiaCore
[27Jul2022 19:55:19.921] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.921] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.stal111.valhelsia_structures.core.ValhelsiaStructures
[27Jul2022 19:55:19.922] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@72465eb2 - got cpw.mods.cl.ModuleClassLoader@507d20bb
[27Jul2022 19:55:19.956] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.permutated.flickerfix.FlickerFix
[27Jul2022 19:55:20.041] [modloading-worker-0/INFO] [dynamiclightsreforged/]: [LambDynLights] Initializing Dynamic Lights Reforged...
[27Jul2022 19:55:20.142] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for dynamiclightsreforged
[27Jul2022 19:55:20.117] [modloading-worker-0/DEBUG] [betterdungeons/]: Loaded com.yungnickyoung.minecraft.betterdungeons.services.ForgePlatformHelper@5dcd2eff for service interface com.yungnickyoung.minecraft.betterdungeons.services.IPlatformHelper
[27Jul2022 19:55:20.184] [modloading-worker-0/DEBUG] [betterdungeons/]: Loaded com.yungnickyoung.minecraft.betterdungeons.services.ForgeModulesLoader@5297d193 for service interface com.yungnickyoung.minecraft.betterdungeons.services.IModulesLoader
[27Jul2022 19:55:20.189] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file betterdungeons-forge-1_18.toml for betterdungeons tracking
[27Jul2022 19:55:20.197] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file habitat-common.toml for habitat tracking
[27Jul2022 19:55:20.219] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for betterdungeons
[27Jul2022 19:55:20.261] [modloading-worker-0/DEBUG] [betterwitchhuts/]: Loaded com.yungnickyoung.minecraft.betterwitchhuts.services.ForgePlatformHelper@718b1041 for service interface com.yungnickyoung.minecraft.betterwitchhuts.services.IPlatformHelper
[27Jul2022 19:55:20.264] [modloading-worker-0/DEBUG] [betterwitchhuts/]: Loaded com.yungnickyoung.minecraft.betterwitchhuts.services.ForgeModulesLoader@45d4f8e9 for service interface com.yungnickyoung.minecraft.betterwitchhuts.services.IModulesLoader
[27Jul2022 19:55:20.265] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file betterwitchhuts-forge-1_18_2.toml for betterwitchhuts tracking
[27Jul2022 19:55:20.269] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for betterwitchhuts
[27Jul2022 19:55:20.275] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file zombiehorsespawn-common.toml for zombiehorsespawn tracking
[27Jul2022 19:55:20.295] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for zombiehorsespawn
[27Jul2022 19:55:20.302] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.natamus.zombiehorsespawn.events.ZombieHorseEvent to FORGE
[27Jul2022 19:55:20.310] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file bigbrain-common.toml for bigbrain tracking
[27Jul2022 19:55:20.311] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file bigbrain-client.toml for bigbrain tracking
[27Jul2022 19:55:20.471] [modloading-worker-0/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraftforge/registries/RegistryObject
[27Jul2022 19:55:20.644] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for bigbrain
[27Jul2022 19:55:20.644] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing tallestegg.bigbrain.BigBrainSounds to MOD
[27Jul2022 19:55:20.644] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing tallestegg.bigbrain.BigBrainItems to MOD
[27Jul2022 19:55:20.644] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing tallestegg.bigbrain.BigBrainEvents to FORGE
[27Jul2022 19:55:20.655] [modloading-worker-0/DEBUG] [mixin/]: Mixing PiglinBrainMixin from bigbrain.mixins.json into net.minecraft.world.entity.monster.piglin.PiglinAi
[27Jul2022 19:55:20.656] [modloading-worker-0/DEBUG] [mixin/]: bigbrain.mixins.json:PiglinBrainMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:20.656] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinPiglinAi from curios.mixins.json into net.minecraft.world.entity.monster.piglin.PiglinAi
[27Jul2022 19:55:20.674] [modloading-worker-0/DEBUG] [mixin/]: Mixing LootTableMixin from balm.mixins.json into net.minecraft.world.level.storage.loot.LootTable
[27Jul2022 19:55:20.674] [modloading-worker-0/DEBUG] [mixin/]: Mixing LootTableAccessor from croptopia.mixins.json into net.minecraft.world.level.storage.loot.LootTable
[27Jul2022 19:55:20.674] [modloading-worker-0/DEBUG] [mixin/]: croptopia.mixins.json:LootTableAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:20.681] [modloading-worker-0/DEBUG] [mixin/]: Mixing LootTablesMixin from placebo.mixins.json into net.minecraft.world.level.storage.loot.LootTables
[27Jul2022 19:55:20.706] [modloading-worker-0/DEBUG] [mixin/]: placebo.mixins.json:LootTablesMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:20.752] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$apply$0(Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/world/level/storage/loot/LootTable;)V to md7320de$lambda$apply$0$0 in placebo.mixins.json:LootTablesMixin
[27Jul2022 19:55:20.794] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinLootTableManager from enhancedcelestials.mixins.json into net.minecraft.world.level.storage.loot.LootTables
[27Jul2022 19:55:20.831] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$appendTables$0(Ljava/lang/String;)Z to md7320de$lambda$appendTables$0$1 in enhancedcelestials.mixins.json:MixinLootTableManager
[27Jul2022 19:55:20.912] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for habitat
[27Jul2022 19:55:20.912] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing mod.schnappdragon.habitat.core.registry.HabitatEntityTypes to MOD
[27Jul2022 19:55:20.913] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing mod.schnappdragon.habitat.core.misc.HabitatSpawns to FORGE
[27Jul2022 19:55:20.913] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing mod.schnappdragon.habitat.core.event.world.HabitatBiomeLoadingEvent to FORGE
[27Jul2022 19:55:20.914] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing mod.schnappdragon.habitat.core.event.HabitatTrades to FORGE
[27Jul2022 19:55:20.915] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing mod.schnappdragon.habitat.core.event.HabitatEvents to FORGE
[27Jul2022 19:55:20.917] [modloading-worker-0/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/world/damagesource/DamageSource
[27Jul2022 19:55:20.917] [modloading-worker-0/DEBUG] [mixin/]: Mixing DamageSourceAccessor from balm.mixins.json into net.minecraft.world.damagesource.DamageSource
[27Jul2022 19:55:20.917] [modloading-worker-0/DEBUG] [mixin/]: Renaming @Invoker method create(Ljava/lang/String;)Lnet/minecraft/world/damagesource/DamageSource; to create_$md$7320de$0 in balm.mixins.json:DamageSourceAccessor
[27Jul2022 19:55:20.920] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing mod.schnappdragon.habitat.client.renderer.HabitatRenderers to MOD
[27Jul2022 19:55:20.920] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing mod.schnappdragon.habitat.client.renderer.HabitatModelLayers to MOD
[27Jul2022 19:55:20.922] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing mod.schnappdragon.habitat.client.renderer.ChestRegistry to MOD
[27Jul2022 19:55:20.924] [modloading-worker-0/DEBUG] [mixin/]: Mixing features.texture_tracking.MixinSpriteAtlasTexture from rubidium.mixins.json into net.minecraft.client.renderer.texture.TextureAtlas
[27Jul2022 19:55:20.996] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing mod.schnappdragon.habitat.client.particle.HabitatParticleProviders to MOD
[27Jul2022 19:55:21.000] [modloading-worker-0/DEBUG] [mixin/]: Mixing packs.resources.MixinSimpleJsonResourceReloadListener from bookshelf.common.mixins.json into net.minecraft.server.packs.resources.SimpleJsonResourceReloadListener
[27Jul2022 19:55:21.040] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$prepare$0(Ljava/util/Map$Entry;)Z to md7320de$lambda$prepare$0$0 in bookshelf.common.mixins.json:packs.resources.MixinSimpleJsonResourceReloadListener
[27Jul2022 19:55:21.124] [modloading-worker-0/DEBUG] [mixin/]: Mixing access.JsonReloadListenerAccess from enhancedcelestials.mixins.json into net.minecraft.server.packs.resources.SimpleJsonResourceReloadListener
[27Jul2022 19:55:21.132] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing tallestegg.bigbrain.BigBrainEnchantments to MOD
[27Jul2022 19:55:21.132] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing tallestegg.bigbrain.BigBrainConfig to MOD
[27Jul2022 19:55:21.132] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing tallestegg.bigbrain.BigBrainClientEvents to FORGE
[27Jul2022 19:55:21.134] [modloading-worker-0/DEBUG] [mixin/]: Mixing LivingEntityRendererMixin from apoli.mixins.json into net.minecraft.client.renderer.entity.LivingEntityRenderer
[27Jul2022 19:55:21.136] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$changeRenderLayerWhenTranslucent$1(Lnet/minecraft/world/entity/LivingEntity;Lio/github/edwinmindcraft/apoli/common/power/configuration/ColorConfiguration;)Lnet/minecraft/client/renderer/RenderType; to md7320de$lambda$changeRenderLayerWhenTranslucent$1$0 in apoli.mixins.json:LivingEntityRendererMixin
[27Jul2022 19:55:21.136] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$changeRenderLayerWhenTranslucent$0(Lio/github/edwinmindcraft/apoli/common/power/configuration/ColorConfiguration;)Z to md7320de$lambda$changeRenderLayerWhenTranslucent$0$1 in apoli.mixins.json:LivingEntityRendererMixin
[27Jul2022 19:55:21.138] [modloading-worker-0/DEBUG] [mixin/]: Mixing base.LivingEntityRendererMixin from flytre_lib.mixins.json into net.minecraft.client.renderer.entity.LivingEntityRenderer
[27Jul2022 19:55:21.139] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinLivingEntityRenderer from creatures-and-beasts.mixins.json into net.minecraft.client.renderer.entity.LivingEntityRenderer
[27Jul2022 19:55:21.325] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for additionalentityattributes
[27Jul2022 19:55:21.325] [modloading-worker-0/DEBUG] [mixin/]: Mixing EntityRendererMixin from dynamiclightsreforged.mixins.json into net.minecraft.client.renderer.entity.EntityRenderer
[27Jul2022 19:55:21.325] [modloading-worker-0/DEBUG] [mixin/]: dynamiclightsreforged.mixins.json:EntityRendererMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:21.327] [modloading-worker-0/DEBUG] [mixin/]: Mixing features.entity.cull.MixinEntityRenderer from rubidium.mixins.json into net.minecraft.client.renderer.entity.EntityRenderer
[27Jul2022 19:55:21.328] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.compat116plus.EntityRendererMixin from pehkui.mixins.json into net.minecraft.client.renderer.entity.EntityRenderer
[27Jul2022 19:55:21.328] [modloading-worker-0/DEBUG] [mixin/]: Mixing light.EntityRendererMixin from ars_nouveau.mixins.json into net.minecraft.client.renderer.entity.EntityRenderer
[27Jul2022 19:55:21.329] [modloading-worker-0/DEBUG] [mixin/]: Mixing EntityRendererMixin from entityculling.mixins.json into net.minecraft.client.renderer.entity.EntityRenderer
[27Jul2022 19:55:21.329] [modloading-worker-0/DEBUG] [mixin/]: entityculling.mixins.json:EntityRendererMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:21.332] [modloading-worker-0/INFO] [io.github.apace100.origins.Origins/]: Origins 1.18.2-1.4.1.4 is initializing. Have fun!
[27Jul2022 19:55:21.343] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file origins-common.toml for origins tracking
[27Jul2022 19:55:21.343] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file origins-client.toml for origins tracking
[27Jul2022 19:55:21.343] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file origins-server.toml for origins tracking
[27Jul2022 19:55:21.368] [modloading-worker-0/DEBUG] [mixin/]: Mixing SimpleChannelMixin from connectivity.mixins.json into net.minecraftforge.network.simple.SimpleChannel
[27Jul2022 19:55:21.403] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing tallestegg.bigbrain.BigBrain$TextureHandler to MOD
[27Jul2022 19:55:21.405] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing tallestegg.bigbrain.BBModelLayers to MOD
[27Jul2022 19:55:21.416] [modloading-worker-0/INFO] [Calio/]: Calio 1.18.2-1.5.1.4 initializing...
[27Jul2022 19:55:21.423] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file calio-common.toml for calio tracking
[27Jul2022 19:55:21.426] [modloading-worker-0/DEBUG] [mixin/]: Mixing accessor.CriteriaTriggersAccessor from yungsapi.mixins.json into net.minecraft.advancements.CriteriaTriggers
[27Jul2022 19:55:21.428] [modloading-worker-0/DEBUG] [mixin/]: Renaming @Accessor method getValues()Ljava/util/Map; to getValues_$md$7320de$0 in yungsapi.mixins.json:accessor.CriteriaTriggersAccessor
[27Jul2022 19:55:21.456] [modloading-worker-0/DEBUG] [mixin/]: Mixing common.BredAnimalsTriggerMixin from backpacked.mixins.json into net.minecraft.advancements.critereon.BredAnimalsTrigger
[27Jul2022 19:55:21.457] [modloading-worker-0/DEBUG] [mixin/]: backpacked.mixins.json:common.BredAnimalsTriggerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:21.457] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$onPlayerBreedTurtle$1(Lnet/minecraft/server/level/ServerPlayer;Lcom/mrcrayfish/backpacked/common/UnlockTracker;)V to md7320de$lambda$onPlayerBreedTurtle$1$0 in backpacked.mixins.json:common.BredAnimalsTriggerMixin
[27Jul2022 19:55:21.457] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$onPlayerBreedTurtle$0(Lnet/minecraft/server/level/ServerPlayer;Lcom/mrcrayfish/backpacked/common/IProgressTracker;)V to md7320de$lambda$onPlayerBreedTurtle$0$1 in backpacked.mixins.json:common.BredAnimalsTriggerMixin
[27Jul2022 19:55:21.486] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for calio
[27Jul2022 19:55:21.493] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for origins
[27Jul2022 19:55:21.493] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing io.github.edwinmindcraft.calio.common.CalioEventHandler to FORGE
[27Jul2022 19:55:21.494] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing io.github.edwinmindcraft.origins.common.OriginsEventHandler to FORGE
[27Jul2022 19:55:21.501] [modloading-worker-0/DEBUG] [mixin/]: Mixing MinecraftServerMixin from balm.mixins.json into net.minecraft.server.MinecraftServer
[27Jul2022 19:55:21.572] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$reloadResources$0(Ljava/lang/Void;)V to md7320de$lambda$reloadResources$0$0 in balm.mixins.json:MinecraftServerMixin
[27Jul2022 19:55:21.579] [modloading-worker-0/DEBUG] [mixin/]: Mixing base.MinecraftServerMixin from flytre_lib.mixins.json into net.minecraft.server.MinecraftServer
[27Jul2022 19:55:21.579] [modloading-worker-0/DEBUG] [mixin/]: Mixing config.MinecraftServerMixin from flytre_lib.mixins.json into net.minecraft.server.MinecraftServer
[27Jul2022 19:55:21.579] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinMinecraftServer from terrablender.mixins.json into net.minecraft.server.MinecraftServer
[27Jul2022 19:55:21.579] [modloading-worker-0/DEBUG] [mixin/]: Mixing MinecraftServerMixin from compactores.mixins.json into net.minecraft.server.MinecraftServer
[27Jul2022 19:55:21.580] [modloading-worker-0/DEBUG] [mixin/]: Mixing modification.MinecraftServerMixin from fabric-biome-api.mixins.json into net.minecraft.server.MinecraftServer
[27Jul2022 19:55:21.671] [modloading-worker-0/DEBUG] [mixin/]: Mixing compat116plus.TargetPredicateMixin from pehkui.mixins.json into net.minecraft.world.entity.ai.targeting.TargetingConditions
[27Jul2022 19:55:21.680] [modloading-worker-0/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming m_11229_ with desc (Lnet/minecraft/server/level/ServerPlayer;Lnet/minecraft/server/level/ServerLevel;)V
[27Jul2022 19:55:21.681] [modloading-worker-0/DEBUG] [mixin/]: Mixing config.PlayerManagerMixin from flytre_lib.mixins.json into net.minecraft.server.players.PlayerList
[27Jul2022 19:55:21.681] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$flytre_lib$syncConfig$0(Lnet/minecraft/server/level/ServerPlayer;Lnet/flytre/flytre_lib/api/config/ConfigHandler;)V to md7320de$lambda$flytre_lib$syncConfig$0$0 in flytre_lib.mixins.json:config.PlayerManagerMixin
[27Jul2022 19:55:21.681] [modloading-worker-0/DEBUG] [mixin/]: Mixing PlayerManagerMixin from pehkui.mixins.json into net.minecraft.server.players.PlayerList
[27Jul2022 19:55:21.682] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinPlayerList from enhancedcelestials.mixins.json into net.minecraft.server.players.PlayerList
[27Jul2022 19:55:21.682] [modloading-worker-0/DEBUG] [mixin/]: Mixing camera.PlayerListMixin from ars_nouveau.mixins.json into net.minecraft.server.players.PlayerList
[27Jul2022 19:55:21.689] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing io.github.edwinmindcraft.origins.client.OriginsClientEventHandler to FORGE
[27Jul2022 19:55:21.704] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file apoli-common.toml for apoli tracking
[27Jul2022 19:55:21.704] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file apoli-client.toml for apoli tracking
[27Jul2022 19:55:21.704] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file apoli-server.toml for apoli tracking
[27Jul2022 19:55:21.854] [modloading-worker-0/DEBUG] [mixin/]: Mixing ServerResourcesMixin from placebo.mixins.json into net.minecraft.server.ReloadableServerResources
[27Jul2022 19:55:21.854] [modloading-worker-0/DEBUG] [mixin/]: placebo.mixins.json:ServerResourcesMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:21.855] [modloading-worker-0/DEBUG] [mixin/]: Mixing ReloadableServerResourcesMixin from balm.mixins.json into net.minecraft.server.ReloadableServerResources
[27Jul2022 19:55:21.855] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$loadResources$0(Lnet/minecraft/server/ReloadableServerResources;)V to md7320de$lambda$loadResources$0$0 in balm.mixins.json:ReloadableServerResourcesMixin
[27Jul2022 19:55:21.855] [modloading-worker-0/DEBUG] [mixin/]: Mixing ServerResourcesMixin from fastsuite.mixins.json into net.minecraft.server.ReloadableServerResources
[27Jul2022 19:55:21.855] [modloading-worker-0/DEBUG] [mixin/]: fastsuite.mixins.json:ServerResourcesMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:21.856] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$loadResources$0(Lnet/minecraft/server/ReloadableServerResources;)Lnet/minecraft/server/ReloadableServerResources; to md7320de$lambda$loadResources$0$1 in fastsuite.mixins.json:ServerResourcesMixin
[27Jul2022 19:55:21.860] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for powershot
[27Jul2022 19:55:21.880] [modloading-worker-0/DEBUG] [mixin/]: Mixing shared.network.microopt.PacketByteBufMixin from krypton.mixins.json into net.minecraft.network.FriendlyByteBuf
[27Jul2022 19:55:21.881] [modloading-worker-0/DEBUG] [mixin/]: krypton.mixins.json:shared.network.microopt.PacketByteBufMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:21.891] [modloading-worker-0/DEBUG] [mixin/]: Mixing networkstats.CCustomPayloadPacketNameMixin from connectivity.mixins.json into net.minecraft.network.protocol.game.ServerboundCustomPayloadPacket
[27Jul2022 19:55:21.895] [modloading-worker-0/DEBUG] [mixin/]: Mixing networkstats.SCustomPayloadPlayPacketNameMixin from connectivity.mixins.json into net.minecraft.network.protocol.game.ClientboundCustomPayloadPacket
[27Jul2022 19:55:21.895] [modloading-worker-0/DEBUG] [mixin/]: Mixing shared.bugfix.CustomPayloadS2CPacketFixMemoryLeakMixin from krypton.mixins.json into net.minecraft.network.protocol.game.ClientboundCustomPayloadPacket
[27Jul2022 19:55:21.895] [modloading-worker-0/DEBUG] [mixin/]: krypton.mixins.json:shared.bugfix.CustomPayloadS2CPacketFixMemoryLeakMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:21.898] [modloading-worker-0/DEBUG] [mixin/]: Mixing networkstats.CCustomPayloadLoginPacketNameMixin from connectivity.mixins.json into net.minecraft.network.protocol.login.ServerboundCustomQueryPacket
[27Jul2022 19:55:21.900] [modloading-worker-0/DEBUG] [mixin/]: Mixing networkstats.SCustomPayloadLoginPacketNameMixin from connectivity.mixins.json into net.minecraft.network.protocol.login.ClientboundCustomQueryPacket
[27Jul2022 19:55:22.151] [modloading-worker-0/DEBUG] [mixin/]: Mixing forge.ModifyPlayerSpawnPowerMixin from origins.mixins.json into io.github.edwinmindcraft.apoli.common.power.ModifyPlayerSpawnPower
[27Jul2022 19:55:22.257] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file naturalist-common.toml for naturalist tracking
[27Jul2022 19:55:22.258] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for naturalist
[27Jul2022 19:55:22.259] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.starfish_studios.naturalist.forge.NaturalistForgeClient to MOD
[27Jul2022 19:55:22.262] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.starfish_studios.naturalist.forge.NaturalistForge to FORGE
[27Jul2022 19:55:22.272] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for entitycollisionfpsfix
[27Jul2022 19:55:22.275] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for connectivity
[27Jul2022 19:55:22.284] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for rubidium
[27Jul2022 19:55:22.302] [modloading-worker-0/INFO] [BowInfinityFix/]: Fix Registered!
[27Jul2022 19:55:22.304] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for bowinfinityfix
[27Jul2022 19:55:22.306] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file villagernames-common.toml for villagernames tracking
[27Jul2022 19:55:22.306] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for villagernames
[27Jul2022 19:55:22.306] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.natamus.villagernames.events.VillagerEvent to FORGE
[27Jul2022 19:55:22.308] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for controlling
[27Jul2022 19:55:22.310] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for placebo
[27Jul2022 19:55:22.311] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing shadows.placebo.util.PlaceboTaskQueue to FORGE
[27Jul2022 19:55:22.312] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing shadows.placebo.PlaceboClient to MOD
[27Jul2022 19:55:22.313] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing shadows.placebo.patreon.PatreonPreview to FORGE
[27Jul2022 19:55:22.337] [modloading-worker-0/DEBUG] [mixin/]: Mixing AccessOptionsSubScreen from controlling.mixins.json into net.minecraft.client.gui.screens.OptionsSubScreen
[27Jul2022 19:55:22.490] [modloading-worker-0/DEBUG] [mixin/]: Mixing PlayerEntityRendererMixin from apoli.mixins.json into net.minecraft.client.renderer.entity.player.PlayerRenderer
[27Jul2022 19:55:22.490] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.compat115plus.PlayerEntityRendererMixin from pehkui.mixins.json into net.minecraft.client.renderer.entity.player.PlayerRenderer
[27Jul2022 19:55:22.491] [modloading-worker-0/DEBUG] [mixin/]: Mixing PlayerRendererMixin from 3dskinlayers.mixins.json into net.minecraft.client.renderer.entity.player.PlayerRenderer
[27Jul2022 19:55:22.491] [modloading-worker-0/DEBUG] [mixin/]: 3dskinlayers.mixins.json:PlayerRendererMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:22.495] [modloading-worker-0/DEBUG] [mixin/]: Mixing PlayerRendererMixin from notenoughanimations.mixins.json into net.minecraft.client.renderer.entity.player.PlayerRenderer
[27Jul2022 19:55:22.495] [modloading-worker-0/DEBUG] [mixin/]: notenoughanimations.mixins.json:PlayerRendererMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:22.502] [modloading-worker-0/DEBUG] [mixin/]: Mixing PlayerModelMixin from bigbrain.mixins.json into net.minecraft.client.model.HumanoidModel
[27Jul2022 19:55:22.502] [modloading-worker-0/DEBUG] [mixin/]: bigbrain.mixins.json:PlayerModelMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:22.504] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.HumanoidModelMixin from citadel.mixins.json into net.minecraft.client.model.HumanoidModel
[27Jul2022 19:55:22.505] [modloading-worker-0/DEBUG] [mixin/]: Mixing ThirdPersonRendererMixin from selene.mixins.json into net.minecraft.client.model.HumanoidModel
[27Jul2022 19:55:22.505] [modloading-worker-0/DEBUG] [mixin/]: selene.mixins.json:ThirdPersonRendererMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:22.512] [modloading-worker-0/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming m_7695_ with desc (Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIFFFF)V
[27Jul2022 19:55:22.528] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file citadel-common.toml for citadel tracking
[27Jul2022 19:55:22.529] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for citadel
[27Jul2022 19:55:22.530] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.github.alexthe666.citadel.ServerProxy to MOD
[27Jul2022 19:55:22.530] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.github.alexthe666.citadel.ClientProxy to MOD
[27Jul2022 19:55:22.542] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for yungsapi
[27Jul2022 19:55:22.544] [modloading-worker-0/INFO] [MaxHealthFix/]: Loaded maxhealthfix for Forge.
[27Jul2022 19:55:22.545] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for maxhealthfix
[27Jul2022 19:55:22.562] [modloading-worker-0/DEBUG] [mixin/]: Mixing ClipContextAccessor from powershot.mixins.json into net.minecraft.world.level.ClipContext
[27Jul2022 19:55:22.888] [modloading-worker-0/DEBUG] [mixin/]: Mixing ElytraFeatureRendererMixin from apoli.mixins.json into net.minecraft.client.renderer.entity.layers.ElytraLayer
[27Jul2022 19:55:22.893] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.ElytraLayerMixin from valhelsia_core.mixins.json into net.minecraft.client.renderer.entity.layers.ElytraLayer
[27Jul2022 19:55:22.897] [modloading-worker-0/DEBUG] [mixin/]: valhelsia_core.mixins.json:client.ElytraLayerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:22.904] [modloading-worker-0/DEBUG] [mixin/]: Mixing ItemLayerRenderLayerMixin from bigbrain.mixins.json into net.minecraft.client.renderer.entity.layers.ItemInHandLayer
[27Jul2022 19:55:22.904] [modloading-worker-0/DEBUG] [mixin/]: bigbrain.mixins.json:ItemLayerRenderLayerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:22.904] [modloading-worker-0/DEBUG] [mixin/]: Mixing ItemInHandLayerMixin from notenoughanimations.mixins.json into net.minecraft.client.renderer.entity.layers.ItemInHandLayer
[27Jul2022 19:55:22.905] [modloading-worker-0/DEBUG] [mixin/]: notenoughanimations.mixins.json:ItemInHandLayerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:22.908] [modloading-worker-0/DEBUG] [mixin/]: Mixing CapeFeatureRendererMixin from apoli.mixins.json into net.minecraft.client.renderer.entity.layers.CapeLayer
[27Jul2022 19:55:22.908] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinCapeLayer from caelus.mixins.json into net.minecraft.client.renderer.entity.layers.CapeLayer
[27Jul2022 19:55:22.908] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.CapeLayerMixin from valhelsia_core.mixins.json into net.minecraft.client.renderer.entity.layers.CapeLayer
[27Jul2022 19:55:22.908] [modloading-worker-0/DEBUG] [mixin/]: valhelsia_core.mixins.json:client.CapeLayerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:22.921] [modloading-worker-0/DEBUG] [mixin/]: Mixing LeatherArmorMixin from supplementaries.mixins.json into net.minecraft.client.renderer.entity.layers.HumanoidArmorLayer
[27Jul2022 19:55:22.921] [modloading-worker-0/DEBUG] [mixin/]: supplementaries.mixins.json:LeatherArmorMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:22.921] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinHumanoidArmorLayer from creatures-and-beasts.mixins.json into net.minecraft.client.renderer.entity.layers.HumanoidArmorLayer
[27Jul2022 19:55:22.922] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.HumanoidArmorLayerMixin from valhelsia_core.mixins.json into net.minecraft.client.renderer.entity.layers.HumanoidArmorLayer
[27Jul2022 19:55:22.922] [modloading-worker-0/DEBUG] [mixin/]: valhelsia_core.mixins.json:client.HumanoidArmorLayerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:22.931] [modloading-worker-0/DEBUG] [mixin/]: Mixing CustomHeadLayerMixin from 3dskinlayers.mixins.json into net.minecraft.client.renderer.entity.layers.CustomHeadLayer
[27Jul2022 19:55:22.931] [modloading-worker-0/DEBUG] [mixin/]: 3dskinlayers.mixins.json:CustomHeadLayerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:22.931] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$render$0(Lnet/minecraft/world/item/ItemStack;)Ldev/tr7zw/skinlayers/accessor/SkullSettings; to md7320de$lambda$render$0$0 in 3dskinlayers.mixins.json:CustomHeadLayerMixin
[27Jul2022 19:55:23.178] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file finsandtails-common.toml for finsandtails tracking
[27Jul2022 19:55:23.245] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for finsandtails
[27Jul2022 19:55:23.064] [modloading-worker-0/INFO] [io.github.apace100.apoli.Apoli/]: Apoli 1.18.2-2.3.3.6 has initialized. Ready to power up your game!
[27Jul2022 19:55:23.284] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for apoli
[27Jul2022 19:55:23.284] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing teamdraco.finsandstails.registry.FTRecipes to MOD
[27Jul2022 19:55:23.284] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing io.github.edwinmindcraft.apoli.common.ApoliPowerEventHandler to FORGE
[27Jul2022 19:55:23.286] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing teamdraco.finsandstails.registry.FTItems to MOD
[27Jul2022 19:55:23.286] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing teamdraco.finsandstails.FTConfig to MOD
[27Jul2022 19:55:23.286] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing teamdraco.finsandstails.common.CommonEvents to FORGE
[27Jul2022 19:55:23.290] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing teamdraco.finsandstails.client.ClientEvents to MOD
[27Jul2022 19:55:23.298] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing io.github.edwinmindcraft.apoli.common.ApoliEventHandler to FORGE
[27Jul2022 19:55:23.302] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing io.github.edwinmindcraft.apoli.client.ApoliClientEventHandler to FORGE
[27Jul2022 19:55:23.303] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing teamdraco.finsandstails.client.ClientEvents$ForgeBus to FORGE
[27Jul2022 19:55:23.305] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.CameraMixin from pehkui.mixins.json into net.minecraft.client.Camera
[27Jul2022 19:55:23.307] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for feature_nbt_deadlock_be_gone
[27Jul2022 19:55:23.308] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for flowery
[27Jul2022 19:55:23.316] [modloading-worker-0/DEBUG] [Bookshelf/]: Loaded net.darkhax.bookshelf.impl.util.PlatformHelperForge@64e8b832 for service interface net.darkhax.bookshelf.api.util.IPlatformHelper.
[27Jul2022 19:55:23.317] [modloading-worker-0/DEBUG] [Bookshelf/]: Loaded net.darkhax.bookshelf.impl.event.EventHelperForge@6bc24874 for service interface net.darkhax.bookshelf.api.event.IEventHelper.
[27Jul2022 19:55:23.320] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file chancecubes\chancecubes-server.toml for chancecubes tracking
[27Jul2022 19:55:23.320] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for chancecubes
[27Jul2022 19:55:23.320] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing chanceCubes.renderer.TileGiantCubeRenderer to MOD
[27Jul2022 19:55:23.323] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing chanceCubes.config.ConfigLoader to MOD
[27Jul2022 19:55:23.323] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing chanceCubes.sounds.CCubesSounds to MOD
[27Jul2022 19:55:23.324] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing chanceCubes.items.CCubesItems to MOD
[27Jul2022 19:55:23.327] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing chanceCubes.blocks.CCubesBlocks to MOD
[27Jul2022 19:55:23.338] [modloading-worker-0/DEBUG] [Bookshelf/]: Loaded net.darkhax.bookshelf.impl.registry.GameRegistriesForge@5cd6c213 for service interface net.darkhax.bookshelf.api.registry.IGameRegistries.
[27Jul2022 19:55:23.340] [modloading-worker-0/DEBUG] [Bookshelf/]: Loaded net.darkhax.bookshelf.impl.data.TagHelperForge@6fded346 for service interface net.darkhax.bookshelf.api.data.ITagHelper.
[27Jul2022 19:55:23.341] [modloading-worker-0/DEBUG] [Bookshelf/]: Loaded net.darkhax.bookshelf.impl.util.InventoryHelperForge@217ee801 for service interface net.darkhax.bookshelf.api.util.IInventoryHelper.
[27Jul2022 19:55:23.344] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for cdl
[27Jul2022 19:55:23.380] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing xxrexraptorxx.cdl.utils.LootTableInjection to FORGE
[27Jul2022 19:55:23.549] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file skeletonhorsespawn-common.toml for skeletonhorsespawn tracking
[27Jul2022 19:55:23.585] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for skeletonhorsespawn
[27Jul2022 19:55:23.591] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.natamus.skeletonhorsespawn.events.SkeletonHorseEvent to FORGE
[27Jul2022 19:55:23.594] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file additionalstructures-client.toml for additionalstructures tracking
[27Jul2022 19:55:23.594] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for additionalstructures
[27Jul2022 19:55:23.595] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing xxrexraptorxx.additionalstructures.utils.Events to FORGE
[27Jul2022 19:55:23.595] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing xxrexraptorxx.additionalstructures.utils.Config to FORGE
[27Jul2022 19:55:23.383] [modloading-worker-0/DEBUG] [Bookshelf/]: Loaded net.darkhax.bookshelf.impl.util.ConstructHelperForge@422097b4 for service interface net.darkhax.bookshelf.api.util.IConstructHelper.
[27Jul2022 19:55:23.914] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for balm
[27Jul2022 19:55:23.926] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file fpsreducer\fpsreducer-client.toml for fpsreducer tracking
[27Jul2022 19:55:23.952] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fpsreducer
[27Jul2022 19:55:23.973] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for chat_heads
[27Jul2022 19:55:23.988] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file huskspawn-common.toml for huskspawn tracking
[27Jul2022 19:55:23.989] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for huskspawn
[27Jul2022 19:55:23.990] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for cloth_config
[27Jul2022 19:55:23.992] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file mineralchance-common.toml for mineralchance tracking
[27Jul2022 19:55:23.992] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for mineralchance
[27Jul2022 19:55:23.992] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.natamus.mineralchance.events.MiningEvent to FORGE
[27Jul2022 19:55:23.994] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file despawningeggshatch-common.toml for despawningeggshatch tracking
[27Jul2022 19:55:23.994] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for despawningeggshatch
[27Jul2022 19:55:23.995] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.natamus.despawningeggshatch.events.EggEvent to FORGE
[27Jul2022 19:55:24.098] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file structure_gel-common.toml for structure_gel tracking
[27Jul2022 19:55:24.174] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file structure_gel-client.toml for structure_gel tracking
[27Jul2022 19:55:24.191] [modloading-worker-0/DEBUG] [mixin/]: Mixing CommonWorldRendererMixin from dynamiclightsreforged.mixins.json into net.minecraft.client.renderer.LevelRenderer
[27Jul2022 19:55:24.192] [modloading-worker-0/DEBUG] [mixin/]: dynamiclightsreforged.mixins.json:CommonWorldRendererMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:24.194] [modloading-worker-0/DEBUG] [mixin/]: Mixing WorldRendererMixin from dynamiclightsreforged.mixins.json into net.minecraft.client.renderer.LevelRenderer
[27Jul2022 19:55:24.194] [modloading-worker-0/DEBUG] [mixin/]: dynamiclightsreforged.mixins.json:WorldRendererMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:24.194] [modloading-worker-0/DEBUG] [mixin/]: Mixing WorldRendererMixin from apoli.mixins.json into net.minecraft.client.renderer.LevelRenderer
[27Jul2022 19:55:24.195] [modloading-worker-0/DEBUG] [mixin/]: Mixing features.block.MixinWorldRenderer from rubidium.mixins.json into net.minecraft.client.renderer.LevelRenderer
[27Jul2022 19:55:24.195] [modloading-worker-0/DEBUG] [mixin/]: Mixing features.buffer_builder.intrinsics.MixinWorldRenderer from rubidium.mixins.json into net.minecraft.client.renderer.LevelRenderer
[27Jul2022 19:55:24.200] [modloading-worker-0/DEBUG] [mixin/]: Mixing features.chunk_rendering.MixinWorldRenderer from rubidium.mixins.json into net.minecraft.client.renderer.LevelRenderer
[27Jul2022 19:55:24.202] [modloading-worker-0/DEBUG] [mixin/]: Mixing features.options.MixinWorldRenderer from rubidium.mixins.json into net.minecraft.client.renderer.LevelRenderer
[27Jul2022 19:55:24.202] [modloading-worker-0/DEBUG] [mixin/]: Mixing features.sky.MixinWorldRenderer from rubidium.mixins.json into net.minecraft.client.renderer.LevelRenderer
[27Jul2022 19:55:24.202] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.WorldRendererMixin from citadel.mixins.json into net.minecraft.client.renderer.LevelRenderer
[27Jul2022 19:55:24.203] [modloading-worker-0/DEBUG] [mixin/]: Mixing LevelRendererMixin from supplementaries.mixins.json into net.minecraft.client.renderer.LevelRenderer
[27Jul2022 19:55:24.203] [modloading-worker-0/DEBUG] [mixin/]: supplementaries.mixins.json:LevelRendererMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:24.204] [modloading-worker-0/DEBUG] [mixin/]: Mixing ParrotMixin from supplementaries.mixins.json into net.minecraft.client.renderer.LevelRenderer
[27Jul2022 19:55:24.204] [modloading-worker-0/DEBUG] [mixin/]: supplementaries.mixins.json:ParrotMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:24.205] [modloading-worker-0/DEBUG] [mixin/]: Mixing LevelRendererMixin from structure_gel.mixins.json into net.minecraft.client.renderer.LevelRenderer
[27Jul2022 19:55:24.205] [modloading-worker-0/DEBUG] [mixin/]: structure_gel.mixins.json:LevelRendererMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:24.206] [modloading-worker-0/DEBUG] [mixin/]: Mixing light.LevelRendererMixin from ars_nouveau.mixins.json into net.minecraft.client.renderer.LevelRenderer
[27Jul2022 19:55:24.206] [modloading-worker-0/DEBUG] [mixin/]: Mixing LevelRendererMixin from notenoughanimations.mixins.json into net.minecraft.client.renderer.LevelRenderer
[27Jul2022 19:55:24.206] [modloading-worker-0/DEBUG] [mixin/]: notenoughanimations.mixins.json:LevelRendererMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:24.207] [modloading-worker-0/DEBUG] [mixin/]: Mixing WorldRendererMixin from entityculling.mixins.json into net.minecraft.client.renderer.LevelRenderer
[27Jul2022 19:55:24.207] [modloading-worker-0/DEBUG] [mixin/]: entityculling.mixins.json:WorldRendererMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:24.208] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.MixinWorldRenderer from enhancedcelestials.mixins.json into net.minecraft.client.renderer.LevelRenderer
[27Jul2022 19:55:24.210] [modloading-worker-0/DEBUG] [mixin/]: Mixing camera.LevelRendererMixin from ars_nouveau.mixins.json into net.minecraft.client.renderer.LevelRenderer
[27Jul2022 19:55:24.178] [modloading-worker-0/INFO] [Bookshelf/]: Fixing MC-151457. Crafting remainder for minecraft:pufferfish_bucket is now minecraft:bucket.
[27Jul2022 19:55:24.227] [modloading-worker-0/INFO] [Bookshelf/]: Fixing MC-151457. Crafting remainder for minecraft:salmon_bucket is now minecraft:bucket.
[27Jul2022 19:55:24.227] [modloading-worker-0/INFO] [Bookshelf/]: Fixing MC-151457. Crafting remainder for minecraft:cod_bucket is now minecraft:bucket.
[27Jul2022 19:55:24.228] [modloading-worker-0/INFO] [Bookshelf/]: Fixing MC-151457. Crafting remainder for minecraft:tropical_fish_bucket is now minecraft:bucket.
[27Jul2022 19:55:24.228] [modloading-worker-0/INFO] [Bookshelf/]: Fixing MC-151457. Crafting remainder for minecraft:axolotl_bucket is now minecraft:bucket.
[27Jul2022 19:55:24.228] [modloading-worker-0/INFO] [Bookshelf/]: Fixing MC-151457. Crafting remainder for minecraft:powder_snow_bucket is now minecraft:bucket.
[27Jul2022 19:55:24.229] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for bookshelf
[27Jul2022 19:55:24.246] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.darkhax.bookshelf.impl.gametest.BookshelfForgeGameTests to MOD
[27Jul2022 19:55:24.304] [modloading-worker-0/DEBUG] [mixin/]: Mixing compat116plus.ExplosionMixin from pehkui.mixins.json into net.minecraft.world.level.Explosion
[27Jul2022 19:55:24.318] [modloading-worker-0/DEBUG] [mixin/]: Mixing DungeonContextMixin from betterdungeons.mixins.json into net.minecraft.world.level.levelgen.structure.templatesystem.StructureTemplate
[27Jul2022 19:55:24.322] [modloading-worker-0/DEBUG] [mixin/]: Mixing StructureTemplateMixin from betterwitchhuts.mixins.json into net.minecraft.world.level.levelgen.structure.templatesystem.StructureTemplate
[27Jul2022 19:55:24.322] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$betterdeserttemples_preventAutoWaterlogging$0(Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessor;)Z to md7320de$lambda$betterdeserttemples_preventAutoWaterlogging$0$0 in betterwitchhuts.mixins.json:StructureTemplateMixin
[27Jul2022 19:55:24.323] [modloading-worker-0/DEBUG] [mixin/]: Mixing StructureTemplateMixin from feature_nbt_deadlock_be_gone.mixins.json into net.minecraft.world.level.levelgen.structure.templatesystem.StructureTemplate
[27Jul2022 19:55:24.323] [modloading-worker-0/DEBUG] [mixin/]: Mixing structures.StructureTemplateMixin from repurposed_structures.mixins.json into net.minecraft.world.level.levelgen.structure.templatesystem.StructureTemplate
[27Jul2022 19:55:24.323] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$repurposedstructures_preventAutoWaterlogging$0(Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessor;)Z to md7320de$lambda$repurposedstructures_preventAutoWaterlogging$0$1 in repurposed_structures.mixins.json:structures.StructureTemplateMixin
[27Jul2022 19:55:24.324] [modloading-worker-0/DEBUG] [mixin/]: Mixing structures.TemplateAccessor from repurposed_structures.mixins.json into net.minecraft.world.level.levelgen.structure.templatesystem.StructureTemplate
[27Jul2022 19:55:24.324] [modloading-worker-0/DEBUG] [mixin/]: Mixing StructureTemplateMixin from betterdeserttemples.mixins.json into net.minecraft.world.level.levelgen.structure.templatesystem.StructureTemplate
[27Jul2022 19:55:24.324] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$betterdeserttemples_preventAutoWaterlogging$0(Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessor;)Z to md7320de$lambda$betterdeserttemples_preventAutoWaterlogging$0$2 in betterdeserttemples.mixins.json:StructureTemplateMixin
[27Jul2022 19:55:24.324] [modloading-worker-0/DEBUG] [mixin/]: Mixing StructureTemplateMixin from unstructured.mixins.json into net.minecraft.world.level.levelgen.structure.templatesystem.StructureTemplate
[27Jul2022 19:55:24.324] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$telepathicGrunt_preventAutoWaterlogging$0(Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessor;)Z to md7320de$lambda$telepathicGrunt_preventAutoWaterlogging$0$3 in unstructured.mixins.json:StructureTemplateMixin
[27Jul2022 19:55:24.330] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for flytre_lib
[27Jul2022 19:55:24.331] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.flytre.flytre_lib.FlytreLibForge to MOD
[27Jul2022 19:55:24.331] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.flytre.flytre_lib.loader.ClientEvents to MOD
[27Jul2022 19:55:24.335] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file advancementplaques-common.toml for advancementplaques tracking
[27Jul2022 19:55:24.336] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for advancementplaques
[27Jul2022 19:55:24.336] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.anthonyhilyard.advancementplaques.AdvancementPlaques to MOD
[27Jul2022 19:55:24.336] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for cleancut
[27Jul2022 19:55:24.337] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file itshallnottick-common.toml for itshallnottick tracking
[27Jul2022 19:55:24.394] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinStructureStart from mixins.shrines.json into net.minecraft.world.level.levelgen.structure.StructureStart
[27Jul2022 19:55:24.422] [modloading-worker-0/DEBUG] [mixin/]: Mixing WorldGenRegionAccessor from habitat.mixins.json into net.minecraft.server.level.WorldGenRegion
[27Jul2022 19:55:24.460] [modloading-worker-0/DEBUG] [mixin/]: Mixing world.WorldGenRegionAccessor from repurposed_structures.mixins.json into net.minecraft.server.level.WorldGenRegion
[27Jul2022 19:55:24.496] [modloading-worker-0/DEBUG] [mixin/]: Mixing WorldGenRegionAccessor from graveyard.mixins.json into net.minecraft.server.level.WorldGenRegion
[27Jul2022 19:55:24.540] [modloading-worker-0/DEBUG] [mixin/]: graveyard.mixins.json:WorldGenRegionAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:24.584] [modloading-worker-0/DEBUG] [mixin/]: Unexpected: Registered method getStructureFeatureManager()Lnet/minecraft/world/level/StructureFeatureManager; in net.minecraft.server.level.WorldGenRegion was not merged
[27Jul2022 19:55:24.630] [modloading-worker-0/DEBUG] [mixin/]: Unexpected: Registered method getStructureFeatureManager()Lnet/minecraft/world/level/StructureFeatureManager; in net.minecraft.server.level.WorldGenRegion was not merged
[27Jul2022 19:55:24.678] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for itshallnottick
[27Jul2022 19:55:24.679] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing dev.wuffs.itshallnottick.Config to MOD
[27Jul2022 19:55:24.681] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for amplifiednether
[27Jul2022 19:55:24.681] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.stardustlabs.amplifiednether.AmplifiedNether$RegistryEvents to MOD
[27Jul2022 19:55:24.685] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for structure_gel
[27Jul2022 19:55:24.685] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.legacy.structure_gel.core.registry.SGStructures to MOD
[27Jul2022 19:55:24.686] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.legacy.structure_gel.core.registry.SGItems to MOD
[27Jul2022 19:55:24.689] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.legacy.structure_gel.core.registry.SGBlocks to MOD
[27Jul2022 19:55:24.712] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.legacy.structure_gel.core.registry.SGBlockEntities to MOD
[27Jul2022 19:55:24.714] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.legacy.structure_gel.core.events.SGCommonEvents$ModBus to MOD
[27Jul2022 19:55:24.715] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.legacy.structure_gel.core.events.SGCommonEvents$ForgeBus to FORGE
[27Jul2022 19:55:24.716] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.legacy.structure_gel.core.events.SGClientEvents$ModBus to MOD
[27Jul2022 19:55:24.719] [modloading-worker-0/DEBUG] [mixin/]: Mixing ModelBakeryMixin from placebo.mixins.json into net.minecraft.client.resources.model.ModelBakery
[27Jul2022 19:55:24.719] [modloading-worker-0/DEBUG] [mixin/]: placebo.mixins.json:ModelBakeryMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:24.756] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.loading.FileUtils/CORE]: Found existing repurposed_structures-forge directory : C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\config\repurposed_structures-forge
[27Jul2022 19:55:24.756] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file repurposed_structures-forge/modded_loot.toml for repurposed_structures tracking
[27Jul2022 19:55:24.758] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file repurposed_structures-forge/dungeons.toml for repurposed_structures tracking
[27Jul2022 19:55:24.759] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file repurposed_structures-forge/wells.toml for repurposed_structures tracking
[27Jul2022 19:55:24.770] [modloading-worker-0/DEBUG] [mixin/]: Mixing ModelResourceLocationMixin from ferritecore.mrl.mixin.json into net.minecraft.client.resources.model.ModelResourceLocation
[27Jul2022 19:55:25.041] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.legacy.structure_gel.core.events.SGClientEvents$ForgeBus to FORGE
[27Jul2022 19:55:25.062] [modloading-worker-0/DEBUG] [mixin/]: Mixing SoundSystemMixin from assets/sound_physics_remastered/sound_physics_remastered.mixins.json into net.minecraft.client.sounds.SoundEngine
[27Jul2022 19:55:25.075] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file Obscuria Collection/ob-aquamirae-server.toml for ob_aquamirae tracking
[27Jul2022 19:55:25.076] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file Obscuria Collection/ob-aquamirae-client.toml for ob_aquamirae tracking
[27Jul2022 19:55:25.515] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for repurposed_structures
[27Jul2022 19:55:25.537] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file biomesoplenty/generation.toml for biomesoplenty tracking
[27Jul2022 19:55:25.540] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for biomesoplenty
[27Jul2022 19:55:25.541] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing biomesoplenty.init.ModBlocks to MOD
[27Jul2022 19:55:25.545] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for ob_aquamirae
[27Jul2022 19:55:25.546] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.aquamirae.recipes.brewing.SpectralPotionRecipeBrewingRecipe to MOD
[27Jul2022 19:55:25.546] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.aquamirae.recipes.brewing.PotionOfTenacityRecipeBrewingRecipe to MOD
[27Jul2022 19:55:25.550] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.aquamirae.procedures.TorturedSoulAttackProcedure to FORGE
[27Jul2022 19:55:25.551] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.aquamirae.procedures.ThreeBoltTopProcedure to FORGE
[27Jul2022 19:55:25.552] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.aquamirae.procedures.TerribleArmorBonusFullProcedure to FORGE
[27Jul2022 19:55:25.552] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.aquamirae.procedures.PoisonChakramPlayerProcedure to FORGE
[27Jul2022 19:55:25.553] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.aquamirae.procedures.MazeRosePlayerProcedure to FORGE
[27Jul2022 19:55:25.554] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.aquamirae.procedures.MazeMotherAttackProcedure to FORGE
[27Jul2022 19:55:25.555] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.aquamirae.procedures.IceMazeAmbientProcedure to FORGE
[27Jul2022 19:55:25.555] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.aquamirae.procedures.AttackAnimationProcedure to FORGE
[27Jul2022 19:55:25.556] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.aquamirae.procedures.AquamiraeAdvProcedure to FORGE
[27Jul2022 19:55:25.556] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.aquamirae.procedures.AnglersPoisonProcedure to FORGE
[27Jul2022 19:55:25.557] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.aquamirae.procedures.AbyssalArmorBonusFullHeasumeProcedure to FORGE
[27Jul2022 19:55:25.558] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.aquamirae.init.ObAquamiraeModSounds to MOD
[27Jul2022 19:55:25.559] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.aquamirae.init.ObAquamiraeModParticles to MOD
[27Jul2022 19:55:25.562] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.aquamirae.init.ObAquamiraeModModels to MOD
[27Jul2022 19:55:25.562] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.aquamirae.init.ObAquamiraeModFeatures to FORGE
[27Jul2022 19:55:25.562] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.aquamirae.init.ObAquamiraeModEntityRenderers to MOD
[27Jul2022 19:55:25.563] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.aquamirae.init.ObAquamiraeModEntities to MOD
[27Jul2022 19:55:25.563] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.aquamirae.init.ObAquamiraeModBlocks$ClientSideHandler to MOD
[27Jul2022 19:55:25.564] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.aquamirae.entity.TorturedSoulEntity to FORGE
[27Jul2022 19:55:25.619] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing biomesoplenty.init.ModFluids to MOD
[27Jul2022 19:55:25.621] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing biomesoplenty.init.ModPaintings to MOD
[27Jul2022 19:55:25.622] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing biomesoplenty.init.ModBiomes to MOD
[27Jul2022 19:55:25.625] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing biomesoplenty.init.ModSounds to MOD
[27Jul2022 19:55:25.626] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.aquamirae.entity.PillagersPatrolEntity to FORGE
[27Jul2022 19:55:25.626] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.aquamirae.entity.MawEntity to FORGE
[27Jul2022 19:55:25.627] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.aquamirae.entity.GoldenMothEntity to FORGE
[27Jul2022 19:55:25.628] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.aquamirae.entity.AnglerfishEntity to FORGE
[27Jul2022 19:55:25.628] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.aquamirae.command.DespawnCommandCommand to FORGE
[27Jul2022 19:55:25.629] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.aquamirae.command.DeadSeaEffectCommand to FORGE
[27Jul2022 19:55:25.630] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.aquamirae.command.Chakram2Command to FORGE
[27Jul2022 19:55:25.630] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.aquamirae.command.Chakram1Command to FORGE
[27Jul2022 19:55:25.631] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.aquamirae.client.gui.ThreeBoltOverlayOverlay to FORGE
[27Jul2022 19:55:25.634] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file verdure-common.toml for verdure tracking
[27Jul2022 19:55:25.635] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing biomesoplenty.init.ModItems to MOD
[27Jul2022 19:55:25.637] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing biomesoplenty.init.ModEntities to MOD
[27Jul2022 19:55:25.638] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing biomesoplenty.common.util.biome.BiomeUtil to FORGE
[27Jul2022 19:55:25.648] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing biomesoplenty.client.handler.ParticleFactoryHandler to MOD
[27Jul2022 19:55:25.649] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing biomesoplenty.client.handler.FluidFogHandler to FORGE
[27Jul2022 19:55:25.653] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for simpleshops
[27Jul2022 19:55:25.653] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing wolforce.simpleshops.RegistryClient to MOD
[27Jul2022 19:55:25.653] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing wolforce.simpleshops.Registry to MOD
[27Jul2022 19:55:25.665] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file geode+_client_config.toml for geode tracking
[27Jul2022 19:55:25.667] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for verdure
[27Jul2022 19:55:25.668] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing samebutdifferent.verdure.event.CommonEventHandler to FORGE
[27Jul2022 19:55:25.665] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file geode+_common_config.toml for geode tracking
[27Jul2022 19:55:25.695] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for geode
[27Jul2022 19:55:25.695] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.yeoxuhang.geode.registry.GeodeModWorldEvents to FORGE
[27Jul2022 19:55:25.696] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.yeoxuhang.geode.registry.GeodeModEvents to FORGE
[27Jul2022 19:55:25.698] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file endrem.toml for endrem tracking
[27Jul2022 19:55:25.708] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing samebutdifferent.verdure.event.ModEventHandler to MOD
[27Jul2022 19:55:25.750] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing samebutdifferent.verdure.event.ClientEventHandler to MOD
[27Jul2022 19:55:25.731] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for endrem
[27Jul2022 19:55:25.791] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teamremastered.endrem.events.ModEvents to FORGE
[27Jul2022 19:55:25.793] [modloading-worker-0/DEBUG] [mixin/]: Mixing core.model.MixinBlockColors from rubidium.mixins.json into net.minecraft.client.color.block.BlockColors
[27Jul2022 19:55:25.794] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$static$0(Ljava/lang/Object;Lnet/minecraft/world/level/BlockAndTintGetter;Lnet/minecraft/core/BlockPos;I)I to md7320de$lambda$static$0$0 in rubidium.mixins.json:core.model.MixinBlockColors
[27Jul2022 19:55:25.798] [modloading-worker-0/DEBUG] [yungsbridges/]: Loaded com.yungnickyoung.minecraft.yungsbridges.services.ForgePlatformHelper@520d4f6a for service interface com.yungnickyoung.minecraft.yungsbridges.services.IPlatformHelper
[27Jul2022 19:55:25.798] [modloading-worker-0/DEBUG] [yungsbridges/]: Loaded com.yungnickyoung.minecraft.yungsbridges.services.ForgeModulesLoader@754a526c for service interface com.yungnickyoung.minecraft.yungsbridges.services.IModulesLoader
[27Jul2022 19:55:25.799] [modloading-worker-0/DEBUG] [mixin/]: Mixing core.model.MixinItemColors from rubidium.mixins.json into net.minecraft.client.color.item.ItemColors
[27Jul2022 19:55:25.799] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$static$0(Lnet/minecraft/world/item/ItemStack;I)I to md7320de$lambda$static$0$0 in rubidium.mixins.json:core.model.MixinItemColors
[27Jul2022 19:55:25.801] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing samebutdifferent.verdure.data.DataGenerators to MOD
[27Jul2022 19:55:25.801] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file YungsBridges-forge-1_18.toml for yungsbridges tracking
[27Jul2022 19:55:25.807] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for yungsbridges
[27Jul2022 19:55:26.031] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for cnb
[27Jul2022 19:55:26.031] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.cgessinger.creaturesandbeasts.world.gen.ModEntitySpawns to FORGE
[27Jul2022 19:55:26.032] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.cgessinger.creaturesandbeasts.init.CNBParticleTypes to MOD
[27Jul2022 19:55:26.032] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.cgessinger.creaturesandbeasts.events.CNBEvents to MOD
[27Jul2022 19:55:26.032] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.cgessinger.creaturesandbeasts.events.ClientEvents to MOD
[27Jul2022 19:55:26.058] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file goblinsanddungeons-client.toml for goblinsanddungeons tracking
[27Jul2022 19:55:26.059] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file goblinsanddungeons-server.toml for goblinsanddungeons tracking
[27Jul2022 19:55:26.059] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for goblinsanddungeons
[27Jul2022 19:55:26.060] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing superlord.goblinsanddungeons.init.StructureInit to MOD
[27Jul2022 19:55:26.064] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing superlord.goblinsanddungeons.init.SoundInit to MOD
[27Jul2022 19:55:26.066] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing superlord.goblinsanddungeons.init.ParticleRegistry to MOD
[27Jul2022 19:55:26.066] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing superlord.goblinsanddungeons.init.ParticleInit to MOD
[27Jul2022 19:55:26.067] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing superlord.goblinsanddungeons.GoblinsAndDungeons to FORGE
[27Jul2022 19:55:26.067] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing superlord.goblinsanddungeons.common.CommonProxy to MOD
[27Jul2022 19:55:26.067] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing superlord.goblinsanddungeons.common.CommonEvents to FORGE
[27Jul2022 19:55:26.069] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing superlord.goblinsanddungeons.client.ClientProxy to FORGE
[27Jul2022 19:55:26.070] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing superlord.goblinsanddungeons.client.ClientEvents to MOD
[27Jul2022 19:55:26.076] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file curios-client.toml for curios tracking
[27Jul2022 19:55:26.078] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file curios-server.toml for curios tracking
[27Jul2022 19:55:26.078] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for curios
[27Jul2022 19:55:26.078] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing top.theillusivec4.curios.Curios$ClientProxy to MOD
[27Jul2022 19:55:26.080] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing top.theillusivec4.curios.common.CuriosRegistry to MOD
[27Jul2022 19:55:26.113] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file cataclysm.toml for cataclysm tracking
[27Jul2022 19:55:26.198] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for cataclysm
[27Jul2022 19:55:26.201] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing L_Ender.cataclysm.init.ModStructures to MOD
[27Jul2022 19:55:26.203] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing L_Ender.cataclysm.init.ModEntities to MOD
[27Jul2022 19:55:26.204] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing L_Ender.cataclysm.event.ServerEventHandler to FORGE
[27Jul2022 19:55:26.204] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing L_Ender.cataclysm.CommonProxy to MOD
[27Jul2022 19:55:26.204] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing L_Ender.cataclysm.ClientProxy to FORGE
[27Jul2022 19:55:26.204] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing L_Ender.cataclysm.cataclysm to FORGE
[27Jul2022 19:55:26.206] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file patchouli-client.toml for patchouli tracking
[27Jul2022 19:55:26.212] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for patchouli
[27Jul2022 19:55:26.213] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing vazkii.patchouli.forge.client.ForgeClientInitializer to MOD
[27Jul2022 19:55:26.214] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing vazkii.patchouli.forge.common.ForgeModInitializer to MOD
[27Jul2022 19:55:26.224] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file collective-common.toml for collective tracking
[27Jul2022 19:55:26.225] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for collective
[27Jul2022 19:55:26.225] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.natamus.collective.events.CollectiveEvents to FORGE
[27Jul2022 19:55:26.238] [modloading-worker-0/INFO] [betterbiomeblend/]: Otifine does not seem to be loaded, so no need to overwrite anything.
[27Jul2022 19:55:26.239] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for betterbiomeblend
[27Jul2022 19:55:26.253] [modloading-worker-0/DEBUG] [yungsextras/]: Loaded com.yungnickyoung.minecraft.yungsextras.services.ForgePlatformHelper@2cc23539 for service interface com.yungnickyoung.minecraft.yungsextras.services.IPlatformHelper
[27Jul2022 19:55:26.254] [modloading-worker-0/DEBUG] [yungsextras/]: Loaded com.yungnickyoung.minecraft.yungsextras.services.ForgeModulesLoader@5847d744 for service interface com.yungnickyoung.minecraft.yungsextras.services.IModulesLoader
[27Jul2022 19:55:26.264] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file YungsExtras-forge-1_18.toml for yungsextras tracking
[27Jul2022 19:55:26.272] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for yungsextras
[27Jul2022 19:55:26.283] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for bettervillage
[27Jul2022 19:55:26.680] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file cfm-client.toml for cfm tracking
[27Jul2022 19:55:26.680] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file cfm-common.toml for cfm tracking
[27Jul2022 19:55:26.681] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for cfm
[27Jul2022 19:55:26.692] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mrcrayfish.furniture.common.mail.PostOffice to FORGE
[27Jul2022 19:55:26.694] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mrcrayfish.furniture.client.ClientEvents to FORGE
[27Jul2022 19:55:26.812] [modloading-worker-0/DEBUG] [mixin/]: Mixing FontRendererMixin from supplementaries.mixins.json into net.minecraft.client.gui.Font
[27Jul2022 19:55:26.815] [modloading-worker-0/DEBUG] [mixin/]: supplementaries.mixins.json:FontRendererMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:26.859] [modloading-worker-0/DEBUG] [mixin/]: Mixing NetworkManagerMixin from connectivity.mixins.json into net.minecraft.network.Connection
[27Jul2022 19:55:26.861] [modloading-worker-0/DEBUG] [mixin/]: Mixing ConnectionErrorMixin from connectivity.mixins.json into net.minecraft.network.Connection
[27Jul2022 19:55:26.912] [modloading-worker-0/DEBUG] [mixin/]: Mixing base.ClientConnectionMixin from flytre_lib.mixins.json into net.minecraft.network.Connection
[27Jul2022 19:55:26.914] [modloading-worker-0/DEBUG] [mixin/]: Mixing shared.network.flushconsolidation.ClientConnectionMixin from krypton.mixins.json into net.minecraft.network.Connection
[27Jul2022 19:55:26.914] [modloading-worker-0/DEBUG] [mixin/]: krypton.mixins.json:shared.network.flushconsolidation.ClientConnectionMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:26.914] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$sendImmediately$rewrite$0(ZLnet/minecraft/network/ConnectionProtocol;Lnet/minecraft/network/protocol/Packet;Lio/netty/util/concurrent/GenericFutureListener;)V to md7320de$lambda$sendImmediately$rewrite$0$0 in krypton.mixins.json:shared.network.flushconsolidation.ClientConnectionMixin
[27Jul2022 19:55:26.982] [modloading-worker-0/DEBUG] [mixin/]: Mixing shared.network.pipeline.compression.ClientConnectionMixin from krypton.mixins.json into net.minecraft.network.Connection
[27Jul2022 19:55:27.061] [modloading-worker-0/DEBUG] [mixin/]: krypton.mixins.json:shared.network.pipeline.compression.ClientConnectionMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:27.146] [modloading-worker-0/DEBUG] [mixin/]: Mixing shared.network.pipeline.encryption.ClientConnectionMixin from krypton.mixins.json into net.minecraft.network.Connection
[27Jul2022 19:55:27.197] [modloading-worker-0/DEBUG] [mixin/]: krypton.mixins.json:shared.network.pipeline.encryption.ClientConnectionMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:27.314] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file dungeons_enhanced-common.toml for dungeons_enhanced tracking
[27Jul2022 19:55:27.319] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for dungeons_enhanced
[27Jul2022 19:55:27.319] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.barion.dungeons_enhanced.DungeonsEnhanced$DataGenerators to MOD
[27Jul2022 19:55:27.322] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file aiimprovements-common.toml for aiimprovements tracking
[27Jul2022 19:55:27.322] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for aiimprovements
[27Jul2022 19:55:27.323] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.builtbroken.ai.improvements.modifier.ModifierSystem to FORGE
[27Jul2022 19:55:27.370] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinRecipeManager from polymorph.mixins.json into net.minecraft.world.item.crafting.RecipeManager
[27Jul2022 19:55:27.370] [modloading-worker-0/DEBUG] [mixin/]: polymorph.mixins.json:MixinRecipeManager: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:27.370] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$polymorph$getRecipe$0(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/world/item/crafting/Recipe;)V to md7320de$lambda$polymorph$getRecipe$0$0 in polymorph.mixins.json:MixinRecipeManager
[27Jul2022 19:55:27.370] [modloading-worker-0/DEBUG] [mixin/]: Mixing RecipeManagerMixin from apoli.mixins.json into net.minecraft.world.item.crafting.RecipeManager
[27Jul2022 19:55:27.370] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$prioritizeModifiedRecipes$1(Lnet/minecraft/world/item/crafting/Recipe;)Z to md7320de$lambda$prioritizeModifiedRecipes$1$1 in apoli.mixins.json:RecipeManagerMixin
[27Jul2022 19:55:27.370] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$prioritizeModifiedRecipes$0(Lnet/minecraft/world/item/crafting/RecipeType;Lnet/minecraft/world/level/Level;Lnet/minecraft/world/Container;Lnet/minecraft/world/item/crafting/Recipe;)Ljava/util/stream/Stream; to md7320de$lambda$prioritizeModifiedRecipes$0$2 in apoli.mixins.json:RecipeManagerMixin
[27Jul2022 19:55:27.416] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.builtbroken.ai.improvements.AIImprovements to MOD
[27Jul2022 19:55:27.455] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for krypton
[27Jul2022 19:55:27.496] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file geodeoplenty_common_config.toml for geodeoplenty tracking
[27Jul2022 19:55:27.496] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for geodeoplenty
[27Jul2022 19:55:27.496] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.yeoxuhang.geodeoplenty.registry.GeodeOPlentyModWorldEvents to FORGE
[27Jul2022 19:55:27.497] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.yeoxuhang.geodeoplenty.registry.GeodeOPlentyModEvents to FORGE
[27Jul2022 19:55:27.498] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file strayspawn-common.toml for strayspawn tracking
[27Jul2022 19:55:27.499] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for strayspawn
[27Jul2022 19:55:27.503] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for architectury
[27Jul2022 19:55:27.534] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for t_and_t
[27Jul2022 19:55:27.570] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.kaisyn.t_and_t.t_and_t$RegistryEvents to MOD
[27Jul2022 19:55:27.574] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file fastleafdecay-server.toml for fastleafdecay tracking
[27Jul2022 19:55:27.574] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fastleafdecay
[27Jul2022 19:55:27.574] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.olafkeijsers.fastleafdecay.FldConfiguration to MOD
[27Jul2022 19:55:27.570] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing dev.architectury.registry.level.entity.trade.forge.TradeRegistryImpl to FORGE
[27Jul2022 19:55:27.580] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing dev.architectury.registry.level.biome.forge.BiomeModificationsImpl to FORGE
[27Jul2022 19:55:27.582] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing dev.architectury.registry.forge.ReloadListenerRegistryImpl to FORGE
[27Jul2022 19:55:27.582] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing dev.architectury.registry.client.particle.forge.ParticleProviderRegistryImpl to FORGE
[27Jul2022 19:55:27.584] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing dev.architectury.networking.forge.NetworkManagerImpl to FORGE
[27Jul2022 19:55:27.592] [modloading-worker-0/DEBUG] [io.netty.util.internal.PlatformDependent0/]: -Dio.netty.noUnsafe: false
[27Jul2022 19:55:27.592] [modloading-worker-0/DEBUG] [io.netty.util.internal.PlatformDependent0/]: Java version: 17
[27Jul2022 19:55:27.594] [modloading-worker-0/DEBUG] [io.netty.util.internal.PlatformDependent0/]: sun.misc.Unsafe.theUnsafe: available
[27Jul2022 19:55:27.594] [modloading-worker-0/DEBUG] [io.netty.util.internal.PlatformDependent0/]: sun.misc.Unsafe.copyMemory: available
[27Jul2022 19:55:27.595] [modloading-worker-0/DEBUG] [io.netty.util.internal.PlatformDependent0/]: java.nio.Buffer.address: available
[27Jul2022 19:55:27.595] [modloading-worker-0/DEBUG] [io.netty.util.internal.PlatformDependent0/]: direct buffer constructor: unavailable
java.lang.UnsupportedOperationException: Reflective setAccessible(true) disabled
    at io.netty.util.internal.ReflectionUtil.trySetAccessible(ReflectionUtil.java:31) ~[netty-all-4.1.68.Final.jar%2327!/:4.1.68.Final]
    at io.netty.util.internal.PlatformDependent0$4.run(PlatformDependent0.java:253) ~[netty-all-4.1.68.Final.jar%2327!/:4.1.68.Final]
    at java.security.AccessController.doPrivileged(AccessController.java:318) ~[?:?]
    at io.netty.util.internal.PlatformDependent0.<clinit>(PlatformDependent0.java:247) ~[netty-all-4.1.68.Final.jar%2327!/:4.1.68.Final]
    at io.netty.util.internal.PlatformDependent.isAndroid(PlatformDependent.java:294) ~[netty-all-4.1.68.Final.jar%2327!/:4.1.68.Final]
    at io.netty.util.internal.PlatformDependent.<clinit>(PlatformDependent.java:88) ~[netty-all-4.1.68.Final.jar%2327!/:4.1.68.Final]
    at io.netty.util.internal.ConcurrentSet.<init>(ConcurrentSet.java:37) ~[netty-all-4.1.68.Final.jar%2327!/:4.1.68.Final]
    at com.yungnickyoung.minecraft.bettermineshafts.BetterMineshaftsCommon.<clinit>(BetterMineshaftsCommon.java:18) ~[YungsBetterMineshafts-1.18.2-Forge-2.2.jar%23203!/:1.18.2-Forge-2.2]
    at com.yungnickyoung.minecraft.bettermineshafts.BetterMineshaftsForge.<init>(BetterMineshaftsForge.java:8) ~[YungsBetterMineshafts-1.18.2-Forge-2.2.jar%23203!/:1.18.2-Forge-2.2]
    at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
    at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
    at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
    at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]
    at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:67) ~[javafmllanguage-1.18.2-40.1.68.jar%23210!/:?]
    at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:106) ~[fmlcore-1.18.2-40.1.68.jar%23209!/:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) [?:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) [?:?]
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) [?:?]
    at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) [?:?]
    at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) [?:?]
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) [?:?]
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [?:?]
[27Jul2022 19:55:27.596] [modloading-worker-0/DEBUG] [io.netty.util.internal.PlatformDependent0/]: java.nio.Bits.unaligned: available, true
[27Jul2022 19:55:27.597] [modloading-worker-0/DEBUG] [io.netty.util.internal.PlatformDependent0/]: jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable
java.lang.IllegalAccessException: class io.netty.util.internal.PlatformDependent0$6 (in module io.netty.all) cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to module io.netty.all
    at jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:392) ~[?:?]
    at java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:674) ~[?:?]
    at java.lang.reflect.Method.invoke(Method.java:560) ~[?:?]
    at io.netty.util.internal.PlatformDependent0$6.run(PlatformDependent0.java:375) ~[netty-all-4.1.68.Final.jar%2327!/:4.1.68.Final]
    at java.security.AccessController.doPrivileged(AccessController.java:318) ~[?:?]
    at io.netty.util.internal.PlatformDependent0.<clinit>(PlatformDependent0.java:366) ~[netty-all-4.1.68.Final.jar%2327!/:4.1.68.Final]
    at io.netty.util.internal.PlatformDependent.isAndroid(PlatformDependent.java:294) ~[netty-all-4.1.68.Final.jar%2327!/:4.1.68.Final]
    at io.netty.util.internal.PlatformDependent.<clinit>(PlatformDependent.java:88) ~[netty-all-4.1.68.Final.jar%2327!/:4.1.68.Final]
    at io.netty.util.internal.ConcurrentSet.<init>(ConcurrentSet.java:37) ~[netty-all-4.1.68.Final.jar%2327!/:4.1.68.Final]
    at com.yungnickyoung.minecraft.bettermineshafts.BetterMineshaftsCommon.<clinit>(BetterMineshaftsCommon.java:18) ~[YungsBetterMineshafts-1.18.2-Forge-2.2.jar%23203!/:1.18.2-Forge-2.2]
    at com.yungnickyoung.minecraft.bettermineshafts.BetterMineshaftsForge.<init>(BetterMineshaftsForge.java:8) ~[YungsBetterMineshafts-1.18.2-Forge-2.2.jar%23203!/:1.18.2-Forge-2.2]
    at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
    at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
    at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
    at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]
    at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:67) ~[javafmllanguage-1.18.2-40.1.68.jar%23210!/:?]
    at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:106) ~[fmlcore-1.18.2-40.1.68.jar%23209!/:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) [?:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) [?:?]
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) [?:?]
    at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) [?:?]
    at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) [?:?]
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) [?:?]
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [?:?]
[27Jul2022 19:55:27.598] [modloading-worker-0/DEBUG] [io.netty.util.internal.PlatformDependent0/]: java.nio.DirectByteBuffer.<init>(long, int): unavailable
[27Jul2022 19:55:27.598] [modloading-worker-0/DEBUG] [io.netty.util.internal.PlatformDependent/]: sun.misc.Unsafe: available
[27Jul2022 19:55:27.599] [modloading-worker-0/DEBUG] [io.netty.util.internal.PlatformDependent/]: maxDirectMemory: 9865003008 bytes (maybe)
[27Jul2022 19:55:27.600] [modloading-worker-0/DEBUG] [io.netty.util.internal.PlatformDependent/]: -Dio.netty.tmpdir: C:\Users\manso\AppData\Local\Temp (java.io.tmpdir)
[27Jul2022 19:55:27.600] [modloading-worker-0/DEBUG] [io.netty.util.internal.PlatformDependent/]: -Dio.netty.bitMode: 64 (sun.arch.data.model)
[27Jul2022 19:55:27.600] [modloading-worker-0/DEBUG] [io.netty.util.internal.PlatformDependent/]: Platform: Windows
[27Jul2022 19:55:27.601] [modloading-worker-0/DEBUG] [io.netty.util.internal.PlatformDependent/]: -Dio.netty.maxDirectMemory: -1 bytes
[27Jul2022 19:55:27.601] [modloading-worker-0/DEBUG] [io.netty.util.internal.PlatformDependent/]: -Dio.netty.uninitializedArrayAllocationThreshold: -1
[27Jul2022 19:55:27.601] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for geckolib3
[27Jul2022 19:55:27.601] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing software.bernie.example.GeckoLibMod to FORGE
[27Jul2022 19:55:27.602] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing software.bernie.example.CommonListener to MOD
[27Jul2022 19:55:27.603] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing software.bernie.example.ClientListener to MOD
[27Jul2022 19:55:27.608] [modloading-worker-0/DEBUG] [io.netty.util.internal.CleanerJava9/]: java.nio.ByteBuffer.cleaner(): available
[27Jul2022 19:55:27.608] [modloading-worker-0/DEBUG] [io.netty.util.internal.PlatformDependent/]: -Dio.netty.noPreferDirect: false
[27Jul2022 19:55:27.608] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for randombonemealflowers
[27Jul2022 19:55:27.608] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.natamus.randombonemealflowers.events.FlowerEvent to FORGE
[27Jul2022 19:55:27.615] [modloading-worker-0/DEBUG] [bettermineshafts/]: Loaded com.yungnickyoung.minecraft.bettermineshafts.services.ForgePlatformHelper@25dbac18 for service interface com.yungnickyoung.minecraft.bettermineshafts.services.IPlatformHelper
[27Jul2022 19:55:27.615] [modloading-worker-0/DEBUG] [bettermineshafts/]: Loaded com.yungnickyoung.minecraft.bettermineshafts.services.ForgeModulesLoader@2c29afe6 for service interface com.yungnickyoung.minecraft.bettermineshafts.services.IModulesLoader
[27Jul2022 19:55:27.618] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file bettermineshafts-forge-1_18.toml for bettermineshafts tracking
[27Jul2022 19:55:27.621] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for bettermineshafts
[27Jul2022 19:55:27.760] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for mcwlights
[27Jul2022 19:55:27.760] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mcwlights.kikoz.util.ClientEventBusSubscriber to MOD
[27Jul2022 19:55:27.762] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mcwlights.kikoz.MacawsLights to MOD
[27Jul2022 19:55:27.769] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file fixmyspawnr-server.toml for fixmyspawnr tracking
[27Jul2022 19:55:27.769] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fixmyspawnr
[27Jul2022 19:55:27.770] [modloading-worker-0/INFO] [com.silverminer.shrines.Shrines/]: Shrines 1.18.2-4.1.0 initialized
[27Jul2022 19:55:27.937] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for phenomena
[27Jul2022 19:55:27.938] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mcreator.fenomena.init.PhenomenaModFeatures to FORGE
[27Jul2022 19:55:27.940] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.loading.FileUtils/CORE]: Found existing shrines directory : C:\Users\manso\curseforge\minecraft\Instances\v5v5 etwetwet\config\shrines
[27Jul2022 19:55:27.944] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file shrines/settings.toml for shrines tracking
[27Jul2022 19:55:27.945] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for shrines
[27Jul2022 19:55:27.945] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.silverminer.shrines.generators.DataProviderEvents to MOD
[27Jul2022 19:55:27.946] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for attributefix
[27Jul2022 19:55:27.946] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.darkhax.attributefix.AttributeFixForge to MOD
[27Jul2022 19:55:27.951] [modloading-worker-0/DEBUG] [mixin/]: Mixing GameRendererMixin from apoli.mixins.json into net.minecraft.client.renderer.GameRenderer
[27Jul2022 19:55:27.952] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$getEyePos$2(Ljava/util/HashSet;Lnet/minecraft/core/BlockPos;)V to md7320de$lambda$getEyePos$2$0 in apoli.mixins.json:GameRendererMixin
[27Jul2022 19:55:27.952] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$disableShaderToggle$1(Lio/github/edwinmindcraft/apoli/api/power/configuration/ConfiguredPower;)Z to md7320de$lambda$disableShaderToggle$1$1 in apoli.mixins.json:GameRendererMixin
[27Jul2022 19:55:27.952] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$loadShaderFromPowerOnCameraEntity$0(Lio/github/edwinmindcraft/apoli/api/power/configuration/ConfiguredPower;)V to md7320de$lambda$loadShaderFromPowerOnCameraEntity$0$2 in apoli.mixins.json:GameRendererMixin
[27Jul2022 19:55:27.967] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.compat115plus.GameRendererMixin from pehkui.mixins.json into net.minecraft.client.renderer.GameRenderer
[27Jul2022 19:55:27.968] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.compat117plus.GameRendererMixin from pehkui.mixins.json into net.minecraft.client.renderer.GameRenderer
[27Jul2022 19:55:27.968] [modloading-worker-0/DEBUG] [mixin/]: Mixing TotalDarkness.MixinGameRenderer from rubidium_extras.mixins.json into net.minecraft.client.renderer.GameRenderer
[27Jul2022 19:55:27.968] [modloading-worker-0/DEBUG] [mixin/]: rubidium_extras.mixins.json:TotalDarkness.MixinGameRenderer: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:27.969] [modloading-worker-0/DEBUG] [mixin/]: Mixing Zoom.GameRendererMixin from rubidium_extras.mixins.json into net.minecraft.client.renderer.GameRenderer
[27Jul2022 19:55:27.969] [modloading-worker-0/DEBUG] [mixin/]: rubidium_extras.mixins.json:Zoom.GameRendererMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:27.969] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinGameRenderer from flickerfix.mixins.json into net.minecraft.client.renderer.GameRenderer
[27Jul2022 19:55:27.974] [modloading-worker-0/FATAL] [mixin/]: Mixin apply failed apoli.mixins.json:GameRendererMixin -> net.minecraft.client.renderer.GameRenderer: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException @At("INVOKE") on net/minecraft/client/renderer/GameRenderer::fixNightVision with priority 1000 cannot inject into net/minecraft/client/renderer/GameRenderer::m_109108_(Lnet/minecraft/world/entity/LivingEntity;F)F merged by net.permutated.flickerfix.mixin.MixinGameRenderer with priority 1000 [PREINJECT Applicator Phase -> apoli.mixins.json:GameRendererMixin -> Prepare Injections ->  -> redirect$zeb000$fixNightVision(Lnet/minecraft/world/effect/MobEffectInstance;)I -> Prepare]
org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: @At("INVOKE") on net/minecraft/client/renderer/GameRenderer::fixNightVision with priority 1000 cannot inject into net/minecraft/client/renderer/GameRenderer::m_109108_(Lnet/minecraft/world/entity/LivingEntity;F)F merged by net.permutated.flickerfix.mixin.MixinGameRenderer with priority 1000 [PREINJECT Applicator Phase -> apoli.mixins.json:GameRendererMixin -> Prepare Injections ->  -> redirect$zeb000$fixNightVision(Lnet/minecraft/world/effect/MobEffectInstance;)I -> Prepare]
    at org.spongepowered.asm.mixin.injection.code.Injector.findTargetNodes(Injector.java:305) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.injection.code.Injector.find(Injector.java:240) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.prepare(InjectionInfo.java:421) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1319) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:1042) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:393) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:325) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:383) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:365) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:156) ~[modlauncher-9.1.3.jar:9.1.3+9.1.3+main.9b69c82a]
    at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-9.1.3.jar:?]
    at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-9.1.3.jar:?]
    at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-9.1.3.jar:?]
    at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:110) ~[securejarhandler-1.0.3.jar:?]
    at cpw.mods.cl.ModuleClassLoader.lambda$findClass$16(ModuleClassLoader.java:216) ~[securejarhandler-1.0.3.jar:?]
    at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:226) ~[securejarhandler-1.0.3.jar:?]
    at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:216) ~[securejarhandler-1.0.3.jar:?]
    at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:132) ~[securejarhandler-1.0.3.jar:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
    at net.minecraft.client.renderer.RenderStateShard.<clinit>(RenderStateShard.java:125) ~[client-1.18.2-20220404.173914-srg.jar%23208!/:?]
    at com.finallion.graveyard.client.TheGraveyardClient.<clinit>(TheGraveyardClient.java:35) ~[The_Graveyard_1.9.1_(FORGE)_for_1.18.2.jar%23187!/:1.0]
    at net.minecraftforge.fml.DistExecutor.safeRunWhenOn(DistExecutor.java:123) ~[fmlcore-1.18.2-40.1.68.jar%23209!/:?]
    at com.finallion.graveyard.TheGraveyard.<init>(TheGraveyard.java:34) ~[The_Graveyard_1.9.1_(FORGE)_for_1.18.2.jar%23187!/:1.0]
    at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
    at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
    at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
    at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]
    at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:67) ~[javafmllanguage-1.18.2-40.1.68.jar%23210!/:?]
    at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:106) ~[fmlcore-1.18.2-40.1.68.jar%23209!/:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) [?:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) [?:?]
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) [?:?]
    at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) [?:?]
    at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) [?:?]
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) [?:?]
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [?:?]
[27Jul2022 19:55:28.117] [modloading-worker-0/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Failed to create mod instance. ModID: graveyard, class com.finallion.graveyard.TheGraveyard
java.lang.reflect.InvocationTargetException: null
    at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
    at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
    at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
    at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]
    at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:67) ~[javafmllanguage-1.18.2-40.1.68.jar%23210!/:?]
    at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:106) ~[fmlcore-1.18.2-40.1.68.jar%23209!/:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) [?:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) [?:?]
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) [?:?]
    at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) [?:?]
    at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) [?:?]
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) [?:?]
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [?:?]
Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:156) ~[modlauncher-9.1.3.jar:9.1.3+9.1.3+main.9b69c82a]
    at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-9.1.3.jar:?]
    at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-9.1.3.jar:?]
    at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-9.1.3.jar:?]
    at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:110) ~[securejarhandler-1.0.3.jar:?]
    at cpw.mods.cl.ModuleClassLoader.lambda$findClass$16(ModuleClassLoader.java:216) ~[securejarhandler-1.0.3.jar:?]
    at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:226) ~[securejarhandler-1.0.3.jar:?]
    at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:216) ~[securejarhandler-1.0.3.jar:?]
    at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:132) ~[securejarhandler-1.0.3.jar:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
    at net.minecraft.client.renderer.RenderStateShard.<clinit>(RenderStateShard.java:125) ~[client-1.18.2-20220404.173914-srg.jar%23208!/:?]
    at com.finallion.graveyard.client.TheGraveyardClient.<clinit>(TheGraveyardClient.java:35) ~[The_Graveyard_1.9.1_(FORGE)_for_1.18.2.jar%23187!/:1.0]
    at net.minecraftforge.fml.DistExecutor.safeRunWhenOn(DistExecutor.java:123) ~[fmlcore-1.18.2-40.1.68.jar%23209!/:?]
    at com.finallion.graveyard.TheGraveyard.<init>(TheGraveyard.java:34) ~[The_Graveyard_1.9.1_(FORGE)_for_1.18.2.jar%23187!/:1.0]
    ... 14 more
Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [apoli.mixins.json:GameRendererMixin] from phase [DEFAULT] in config [apoli.mixins.json] FAILED during APPLY
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:636) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:588) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:379) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:156) ~[modlauncher-9.1.3.jar:9.1.3+9.1.3+main.9b69c82a]
    at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-9.1.3.jar:?]
    at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-9.1.3.jar:?]
    at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-9.1.3.jar:?]
    at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:110) ~[securejarhandler-1.0.3.jar:?]
    at cpw.mods.cl.ModuleClassLoader.lambda$findClass$16(ModuleClassLoader.java:216) ~[securejarhandler-1.0.3.jar:?]
    at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:226) ~[securejarhandler-1.0.3.jar:?]
    at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:216) ~[securejarhandler-1.0.3.jar:?]
    at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:132) ~[securejarhandler-1.0.3.jar:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
    at net.minecraft.client.renderer.RenderStateShard.<clinit>(RenderStateShard.java:125) ~[client-1.18.2-20220404.173914-srg.jar%23208!/:?]
    at com.finallion.graveyard.client.TheGraveyardClient.<clinit>(TheGraveyardClient.java:35) ~[The_Graveyard_1.9.1_(FORGE)_for_1.18.2.jar%23187!/:1.0]
    at net.minecraftforge.fml.DistExecutor.safeRunWhenOn(DistExecutor.java:123) ~[fmlcore-1.18.2-40.1.68.jar%23209!/:?]
    at com.finallion.graveyard.TheGraveyard.<init>(TheGraveyard.java:34) ~[The_Graveyard_1.9.1_(FORGE)_for_1.18.2.jar%23187!/:1.0]
    ... 14 more
Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: @At("INVOKE") on net/minecraft/client/renderer/GameRenderer::fixNightVision with priority 1000 cannot inject into net/minecraft/client/renderer/GameRenderer::m_109108_(Lnet/minecraft/world/entity/LivingEntity;F)F merged by net.permutated.flickerfix.mixin.MixinGameRenderer with priority 1000 [PREINJECT Applicator Phase -> apoli.mixins.json:GameRendererMixin -> Prepare Injections ->  -> redirect$zeb000$fixNightVision(Lnet/minecraft/world/effect/MobEffectInstance;)I -> Prepare]
    at org.spongepowered.asm.mixin.injection.code.Injector.findTargetNodes(Injector.java:305) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.injection.code.Injector.find(Injector.java:240) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.prepare(InjectionInfo.java:421) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1319) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:1042) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:393) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:325) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:383) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:365) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:156) ~[modlauncher-9.1.3.jar:9.1.3+9.1.3+main.9b69c82a]
    at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-9.1.3.jar:?]
    at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-9.1.3.jar:?]
    at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-9.1.3.jar:?]
    at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:110) ~[securejarhandler-1.0.3.jar:?]
    at cpw.mods.cl.ModuleClassLoader.lambda$findClass$16(ModuleClassLoader.java:216) ~[securejarhandler-1.0.3.jar:?]
    at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:226) ~[securejarhandler-1.0.3.jar:?]
    at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:216) ~[securejarhandler-1.0.3.jar:?]
    at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:132) ~[securejarhandler-1.0.3.jar:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
    at net.minecraft.client.renderer.RenderStateShard.<clinit>(RenderStateShard.java:125) ~[client-1.18.2-20220404.173914-srg.jar%23208!/:?]
    at com.finallion.graveyard.client.TheGraveyardClient.<clinit>(TheGraveyardClient.java:35) ~[The_Graveyard_1.9.1_(FORGE)_for_1.18.2.jar%23187!/:1.0]
    at net.minecraftforge.fml.DistExecutor.safeRunWhenOn(DistExecutor.java:123) ~[fmlcore-1.18.2-40.1.68.jar%23209!/:?]
    at com.finallion.graveyard.TheGraveyard.<init>(TheGraveyard.java:34) ~[The_Graveyard_1.9.1_(FORGE)_for_1.18.2.jar%23187!/:1.0]
    ... 14 more
[27Jul2022 19:55:28.130] [modloading-worker-0/INFO] [com.command_block.libraryferret.LibraryFerret/]: libraryferret - > Initialize library
[27Jul2022 19:55:28.134] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file pehkui-client.toml for pehkui tracking
[27Jul2022 19:55:28.134] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file pehkui-server.toml for pehkui tracking
[27Jul2022 19:55:28.134] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file pehkui-common.toml for pehkui tracking
[27Jul2022 19:55:28.142] [modloading-worker-0/INFO] [com.command_block.libraryferret.LibraryFerret/]: libraryferret - > Initialized library
[27Jul2022 19:55:28.143] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for libraryferret
[27Jul2022 19:55:28.143] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.command_block.libraryferret.MyListener to FORGE
[27Jul2022 19:55:28.145] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for pehkui
[27Jul2022 19:55:28.146] [modloading-worker-0/DEBUG] [mixin/]: Mixing forge.CaelusMixin from apoli.mixins.json into top.theillusivec4.caelus.common.CaelusApiImpl
[27Jul2022 19:55:28.148] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinCaelusApi from caelus.mixins.json into top.theillusivec4.caelus.api.CaelusApi
[27Jul2022 19:55:28.149] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file goblintraders-common.toml for goblintraders tracking
[27Jul2022 19:55:28.150] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for caelus
[27Jul2022 19:55:28.153] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file reap-server.toml for reap tracking
[27Jul2022 19:55:28.154] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for reap
[27Jul2022 19:55:28.202] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file waystones-common.toml for waystones tracking
[27Jul2022 19:55:28.218] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for goblintraders
[27Jul2022 19:55:28.239] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mrcrayfish.goblintraders.world.spawner.SpawnHandler to FORGE
[27Jul2022 19:55:28.240] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mrcrayfish.goblintraders.trades.TradeManager to FORGE
[27Jul2022 19:55:28.242] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mrcrayfish.goblintraders.init.ModEntities to MOD
[27Jul2022 19:55:28.242] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mrcrayfish.goblintraders.datagen.DataGeneration to MOD
[27Jul2022 19:55:28.243] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mrcrayfish.goblintraders.client.ClientHandler to MOD
[27Jul2022 19:55:28.250] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file fallingleaves-client.toml for fallingleaves tracking
[27Jul2022 19:55:28.251] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fallingleaves
[27Jul2022 19:55:28.252] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for structory
[27Jul2022 19:55:28.252] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.stardustlabs.structory.Structory$RegistryEvents to MOD
[27Jul2022 19:55:28.291] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fastsuite
[27Jul2022 19:55:28.292] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for clumps
[27Jul2022 19:55:28.293] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for shutupexperimentalsettings
[27Jul2022 19:55:28.293] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for dual_riders
[27Jul2022 19:55:28.293] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.flytre.dual_riders.b to MOD
[27Jul2022 19:55:28.295] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file tumbleweed-common.toml for tumbleweed tracking
[27Jul2022 19:55:28.295] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for tumbleweed
[27Jul2022 19:55:28.295] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.konwboy.tumbleweed.Tumbleweed to MOD
[27Jul2022 19:55:28.349] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.konwboy.tumbleweed.common.TumbleweedSpawner to FORGE
[27Jul2022 19:55:28.598] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.konwboy.tumbleweed.common.TumbleweedConfig to MOD
[27Jul2022 19:55:28.618] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file naturescompass-common.toml for naturescompass tracking
[27Jul2022 19:55:28.618] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file naturescompass-client.toml for naturescompass tracking
[27Jul2022 19:55:28.620] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for naturescompass
[27Jul2022 19:55:28.620] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.chaosthedude.naturescompass.registry.NaturesCompassRegistry to MOD
[27Jul2022 19:55:28.621] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for jumpboat
[27Jul2022 19:55:28.674] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file configured-client.toml for configured tracking
[27Jul2022 19:55:28.678] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for configured
[27Jul2022 19:55:28.678] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mrcrayfish.configured.client.ClientHandler to FORGE
[27Jul2022 19:55:28.683] [modloading-worker-0/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming m_6305_ with desc (Lcom/mojang/blaze3d/vertex/PoseStack;IIF)V
[27Jul2022 19:55:28.684] [modloading-worker-0/DEBUG] [mixin/]: Mixing config.EntryListWidgetAccessor from flytre_lib.mixins.json into net.minecraft.client.gui.components.AbstractSelectionList
[27Jul2022 19:55:28.684] [modloading-worker-0/DEBUG] [mixin/]: Mixing gui.EntryListWidgetAccessor from flytre_lib.mixins.json into net.minecraft.client.gui.components.AbstractSelectionList
[27Jul2022 19:55:28.684] [modloading-worker-0/DEBUG] [mixin/]: Unexpected: Registered method getScrolling()Z in net.minecraft.client.gui.components.AbstractSelectionList was not merged
[27Jul2022 19:55:28.688] [modloading-worker-0/INFO] [Dungeon Crawl/]: Here we go! Launching Dungeon Crawl 2.3.10...
[27Jul2022 19:55:28.692] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for dungeoncrawl
[27Jul2022 19:55:28.698] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file Obscuria Collection/ob-tooltips.toml for ob_tooltips tracking
[27Jul2022 19:55:28.698] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for ob_tooltips
[27Jul2022 19:55:28.698] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.tooltips.ClientLoader to MOD
[27Jul2022 19:55:28.690] [modloading-worker-0/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Failed to create mod instance. ModID: waystones, class net.blay09.mods.waystones.ForgeWaystones
java.lang.reflect.InvocationTargetException: null
    at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
    at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
    at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
    at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]
    at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:67) ~[javafmllanguage-1.18.2-40.1.68.jar%23210!/:?]
    at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:106) ~[fmlcore-1.18.2-40.1.68.jar%23209!/:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) [?:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) [?:?]
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) [?:?]
    at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) [?:?]
    at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) [?:?]
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) [?:?]
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [?:?]
Caused by: java.lang.NoClassDefFoundError: Could not initialize class net.minecraft.client.renderer.RenderType
    at net.blay09.mods.waystones.client.ModRenderers.initialize(ModRenderers.java:34) ~[waystones-forge-1.18.2-10.1.0.jar%23198!/:10.1.0]
    at net.blay09.mods.waystones.client.WaystonesClient.initialize(WaystonesClient.java:12) ~[waystones-forge-1.18.2-10.1.0.jar%23198!/:10.1.0]
    at net.blay09.mods.balm.forge.client.ForgeBalmClientRuntime.initialize(ForgeBalmClientRuntime.java:62) ~[balm-3.1.0+0.jar%2368!/:3.1.0+0]
    at net.blay09.mods.balm.api.client.BalmClient.initialize(BalmClient.java:16) ~[balm-3.1.0+0.jar%2368!/:3.1.0+0]
    at net.blay09.mods.waystones.ForgeWaystones.lambda$new$0(ForgeWaystones.java:15) ~[waystones-forge-1.18.2-10.1.0.jar%23198!/:10.1.0]
    at net.minecraftforge.fml.DistExecutor.unsafeRunWhenOn(DistExecutor.java:111) ~[fmlcore-1.18.2-40.1.68.jar%23209!/:?]
    at net.minecraftforge.fml.DistExecutor.runWhenOn(DistExecutor.java:95) ~[fmlcore-1.18.2-40.1.68.jar%23209!/:?]
    at net.blay09.mods.waystones.ForgeWaystones.<init>(ForgeWaystones.java:15) ~[waystones-forge-1.18.2-10.1.0.jar%23198!/:10.1.0]
    ... 14 more
[27Jul2022 19:55:28.707] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for rare_ice
[27Jul2022 19:55:28.708] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing me.shedaniel.rareice.forge.RareIceClient to MOD
[27Jul2022 19:55:28.712] [modloading-worker-0/DEBUG] [betterdeserttemples/]: Loaded com.yungnickyoung.minecraft.betterdeserttemples.services.ForgePlatformHelper@1381b24d for service interface com.yungnickyoung.minecraft.betterdeserttemples.services.IPlatformHelper
[27Jul2022 19:55:28.712] [modloading-worker-0/DEBUG] [betterdeserttemples/]: Loaded com.yungnickyoung.minecraft.betterdeserttemples.services.ForgeModulesLoader@481297fd for service interface com.yungnickyoung.minecraft.betterdeserttemples.services.IModulesLoader
[27Jul2022 19:55:28.721] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file betterdeserttemples-forge-1_18_2.toml for betterdeserttemples tracking
[27Jul2022 19:55:28.724] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for betterdeserttemples
[27Jul2022 19:55:28.725] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for snuffles
[27Jul2022 19:55:28.725] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing mod.schnappdragon.snuffles.core.registry.SnufflesEntityTypes to MOD
[27Jul2022 19:55:28.726] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing mod.schnappdragon.snuffles.core.event.world.SnufflesBiomeLoadingEvent to FORGE
[27Jul2022 19:55:28.726] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing mod.schnappdragon.snuffles.core.event.SnufflesEvents to FORGE
[27Jul2022 19:55:28.732] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing mod.schnappdragon.snuffles.client.renderer.SnufflesRenderers to MOD
[27Jul2022 19:55:28.732] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing mod.schnappdragon.snuffles.client.renderer.SnufflesModelLayers to MOD
[27Jul2022 19:55:28.733] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing mod.schnappdragon.snuffles.client.particle.SnufflesParticleProviders to MOD
[27Jul2022 19:55:28.779] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ore-creeper-base.toml for ore_creeper tracking
[27Jul2022 19:55:28.820] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for ore_creeper
[27Jul2022 19:55:28.920] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.cozary.oreCreeper.util.ClientEventBusSubscriber to MOD
[27Jul2022 19:55:28.924] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.cozary.oreCreeper.particles.ParticleList to MOD
[27Jul2022 19:55:28.924] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.cozary.oreCreeper.init.ModSpawn to FORGE
[27Jul2022 19:55:28.925] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.cozary.oreCreeper.init.ModEntityTypes to MOD
[27Jul2022 19:55:28.925] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.cozary.oreCreeper.init.ModCreeperRegistry to MOD
[27Jul2022 19:55:28.926] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.cozary.oreCreeper.ato.util.AtoClientEventBusSubscriber to MOD
[27Jul2022 19:55:28.928] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.cozary.oreCreeper.ato.init.ModSpawnAto to FORGE
[27Jul2022 19:55:28.929] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.cozary.oreCreeper.ato.init.ModEntityTypesAto to MOD
[27Jul2022 19:55:28.932] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.cozary.oreCreeper.ato.init.ModCreeperRegistryAto to MOD
[27Jul2022 19:55:28.934] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for catalogue
[27Jul2022 19:55:28.934] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mrcrayfish.catalogue.client.ClientHandler to FORGE
[27Jul2022 19:55:28.937] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for book_fishing
[27Jul2022 19:55:28.938] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.cursedwarrior.bookfishing.procedures.BookFishingProcedure to FORGE
[27Jul2022 19:55:28.942] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file toastcontrol-common.toml for toastcontrol tracking
[27Jul2022 19:55:28.942] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for toastcontrol
[27Jul2022 19:55:28.942] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for rei_internals_workaround
[27Jul2022 19:55:28.965] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file randomium-common.toml for randomium tracking
[27Jul2022 19:55:28.967] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for randomium
[27Jul2022 19:55:28.967] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mehvahdjukaar.randomium.items.RandomiumItem to FORGE
[27Jul2022 19:55:28.994] [modloading-worker-0/DEBUG] [mixin/]: Mixing FlareMixin from ars_elemental.mixins.json into com.hollingsworth.arsnouveau.common.spell.effect.EffectFlare
[27Jul2022 19:55:28.792] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for azalea
[27Jul2022 19:55:29.026] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing samebutdifferent.azalea.event.CommonEventHandler to FORGE
[27Jul2022 19:55:29.028] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing samebutdifferent.azalea.event.ModEventHandler to MOD
[27Jul2022 19:55:29.029] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing samebutdifferent.azalea.event.ClientEventHandler to MOD
[27Jul2022 19:55:29.030] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing samebutdifferent.azalea.data.DataGenerators to MOD
[27Jul2022 19:55:29.036] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_scalaes-common.toml for ars_scalaes tracking
[27Jul2022 19:55:29.045] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/resize.toml for ars_scalaes tracking
[27Jul2022 19:55:29.046] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/expand.toml for ars_scalaes tracking
[27Jul2022 19:55:29.046] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/shrink.toml for ars_scalaes tracking
[27Jul2022 19:55:29.047] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for ars_scalaes
[27Jul2022 19:55:29.047] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing alexthw.ars_scalaes.datagen.Setup to MOD
[27Jul2022 19:55:29.048] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing alexthw.ars_scalaes.CommonEvents to FORGE
[27Jul2022 19:55:29.055] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/filter_block.toml for toomanyglyphs tracking
[27Jul2022 19:55:29.056] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/filter_entity.toml for toomanyglyphs tracking
[27Jul2022 19:55:29.056] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/filter_living.toml for toomanyglyphs tracking
[27Jul2022 19:55:29.056] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/filter_living_not_monster.toml for toomanyglyphs tracking
[27Jul2022 19:55:29.056] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/filter_living_not_player.toml for toomanyglyphs tracking
[27Jul2022 19:55:29.056] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/filter_monster.toml for toomanyglyphs tracking
[27Jul2022 19:55:29.056] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/filter_player.toml for toomanyglyphs tracking
[27Jul2022 19:55:29.056] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/lay_on_hands.toml for toomanyglyphs tracking
[27Jul2022 19:55:29.057] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/reverse_direction.toml for toomanyglyphs tracking
[27Jul2022 19:55:29.059] [modloading-worker-0/DEBUG] [mixin/]: Mixing RitualAwakeningMixin from ars_elemental.mixins.json into com.hollingsworth.arsnouveau.common.ritual.RitualAwakening
[27Jul2022 19:55:29.060] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$findFlashing$0(Lnet/minecraft/world/level/block/state/BlockState;)Z to md7320de$lambda$findFlashing$0$0 in ars_elemental.mixins.json:RitualAwakeningMixin
[27Jul2022 19:55:29.068] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/chaining.toml for toomanyglyphs tracking
[27Jul2022 19:55:29.068] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/ray.toml for toomanyglyphs tracking
[27Jul2022 19:55:29.069] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/filter_item.toml for toomanyglyphs tracking
[27Jul2022 19:55:29.069] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/filter_animal.toml for toomanyglyphs tracking
[27Jul2022 19:55:29.069] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/filter_is_baby.toml for toomanyglyphs tracking
[27Jul2022 19:55:29.070] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/filter_is_mature.toml for toomanyglyphs tracking
[27Jul2022 19:55:29.070] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/amplify_two.toml for toomanyglyphs tracking
[27Jul2022 19:55:29.070] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/amplify_three.toml for toomanyglyphs tracking
[27Jul2022 19:55:29.071] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for toomanyglyphs
[27Jul2022 19:55:29.071] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing io.github.derringersmods.toomanyglyphs.init.TooManyGlyphsMod$RegistryEvents to MOD
[27Jul2022 19:55:29.072] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing io.github.derringersmods.toomanyglyphs.init.TooManyGlyphsConfig to FORGE
[27Jul2022 19:55:29.072] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing io.github.derringersmods.toomanyglyphs.datagen.TooManyGlyphsDataGenerator to MOD
[27Jul2022 19:55:29.074] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for rubidium_extras
[27Jul2022 19:55:29.074] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing vice.rubidium_extras.features.TotalDarkness.Darkness to FORGE
[27Jul2022 19:55:29.080] [modloading-worker-0/DEBUG] [mixin/]: Mixing GameRendererMixin from apoli.mixins.json into net.minecraft.client.renderer.GameRenderer
[27Jul2022 19:55:29.235] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.compat115plus.GameRendererMixin from pehkui.mixins.json into net.minecraft.client.renderer.GameRenderer
[27Jul2022 19:55:29.281] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.compat117plus.GameRendererMixin from pehkui.mixins.json into net.minecraft.client.renderer.GameRenderer
[27Jul2022 19:55:29.336] [modloading-worker-0/DEBUG] [mixin/]: Mixing TotalDarkness.MixinGameRenderer from rubidium_extras.mixins.json into net.minecraft.client.renderer.GameRenderer
[27Jul2022 19:55:29.386] [modloading-worker-0/DEBUG] [mixin/]: rubidium_extras.mixins.json:TotalDarkness.MixinGameRenderer: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:29.459] [modloading-worker-0/DEBUG] [mixin/]: Mixing Zoom.GameRendererMixin from rubidium_extras.mixins.json into net.minecraft.client.renderer.GameRenderer
[27Jul2022 19:55:29.505] [modloading-worker-0/DEBUG] [mixin/]: rubidium_extras.mixins.json:Zoom.GameRendererMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:29.568] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinGameRenderer from flickerfix.mixins.json into net.minecraft.client.renderer.GameRenderer
[27Jul2022 19:55:29.610] [modloading-worker-0/FATAL] [mixin/]: Mixin apply failed apoli.mixins.json:GameRendererMixin -> net.minecraft.client.renderer.GameRenderer: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException @At("INVOKE") on net/minecraft/client/renderer/GameRenderer::fixNightVision with priority 1000 cannot inject into net/minecraft/client/renderer/GameRenderer::m_109108_(Lnet/minecraft/world/entity/LivingEntity;F)F merged by net.permutated.flickerfix.mixin.MixinGameRenderer with priority 1000 [PREINJECT Applicator Phase -> apoli.mixins.json:GameRendererMixin -> Prepare Injections ->  -> redirect$zeb000$fixNightVision(Lnet/minecraft/world/effect/MobEffectInstance;)I -> Prepare]
org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: @At("INVOKE") on net/minecraft/client/renderer/GameRenderer::fixNightVision with priority 1000 cannot inject into net/minecraft/client/renderer/GameRenderer::m_109108_(Lnet/minecraft/world/entity/LivingEntity;F)F merged by net.permutated.flickerfix.mixin.MixinGameRenderer with priority 1000 [PREINJECT Applicator Phase -> apoli.mixins.json:GameRendererMixin -> Prepare Injections ->  -> redirect$zeb000$fixNightVision(Lnet/minecraft/world/effect/MobEffectInstance;)I -> Prepare]
    at org.spongepowered.asm.mixin.injection.code.Injector.findTargetNodes(Injector.java:305) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.injection.code.Injector.find(Injector.java:240) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.prepare(InjectionInfo.java:421) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1319) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:1042) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:393) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:325) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:383) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:365) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:156) ~[modlauncher-9.1.3.jar:9.1.3+9.1.3+main.9b69c82a]
    at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-9.1.3.jar:?]
    at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-9.1.3.jar:?]
    at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-9.1.3.jar:?]
    at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:110) ~[securejarhandler-1.0.3.jar:?]
    at cpw.mods.cl.ModuleClassLoader.lambda$findClass$16(ModuleClassLoader.java:216) ~[securejarhandler-1.0.3.jar:?]
    at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:226) ~[securejarhandler-1.0.3.jar:?]
    at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:216) ~[securejarhandler-1.0.3.jar:?]
    at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:132) ~[securejarhandler-1.0.3.jar:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
    at java.lang.Class.getDeclaredMethods0(Native Method) ~[?:?]
    at java.lang.Class.privateGetDeclaredMethods(Class.java:3402) ~[?:?]
    at java.lang.Class.privateGetPublicMethods(Class.java:3427) ~[?:?]
    at java.lang.Class.getMethods(Class.java:2019) ~[?:?]
    at net.minecraftforge.eventbus.EventBus.registerClass(EventBus.java:75) ~[eventbus-5.0.3.jar%232!/:?]
    at net.minecraftforge.eventbus.EventBus.register(EventBus.java:118) ~[eventbus-5.0.3.jar%232!/:?]
    at net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber.lambda$inject$6(AutomaticEventSubscriber.java:61) ~[javafmllanguage-1.18.2-40.1.68.jar%23210!/:?]
    at java.util.ArrayList.forEach(ArrayList.java:1511) ~[?:?]
    at net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:48) ~[javafmllanguage-1.18.2-40.1.68.jar%23210!/:?]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:77) ~[javafmllanguage-1.18.2-40.1.68.jar%23210!/:?]
    at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:106) ~[fmlcore-1.18.2-40.1.68.jar%23209!/:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) [?:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) [?:?]
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) [?:?]
    at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) [?:?]
    at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) [?:?]
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) [?:?]
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [?:?]
[27Jul2022 19:55:29.616] [modloading-worker-0/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Failed to register automatic subscribers. ModID: rubidium_extras, class vice.rubidium_extras.MagnesiumExtras
org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:156) ~[modlauncher-9.1.3.jar:9.1.3+9.1.3+main.9b69c82a]
    at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-9.1.3.jar:?]
    at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-9.1.3.jar:?]
    at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-9.1.3.jar:?]
    at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:110) ~[securejarhandler-1.0.3.jar:?]
    at cpw.mods.cl.ModuleClassLoader.lambda$findClass$16(ModuleClassLoader.java:216) ~[securejarhandler-1.0.3.jar:?]
    at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:226) ~[securejarhandler-1.0.3.jar:?]
    at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:216) ~[securejarhandler-1.0.3.jar:?]
    at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:132) ~[securejarhandler-1.0.3.jar:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
    at java.lang.Class.getDeclaredMethods0(Native Method) ~[?:?]
    at java.lang.Class.privateGetDeclaredMethods(Class.java:3402) ~[?:?]
    at java.lang.Class.privateGetPublicMethods(Class.java:3427) ~[?:?]
    at java.lang.Class.getMethods(Class.java:2019) ~[?:?]
    at net.minecraftforge.eventbus.EventBus.registerClass(EventBus.java:75) ~[eventbus-5.0.3.jar%232!/:?]
    at net.minecraftforge.eventbus.EventBus.register(EventBus.java:118) ~[eventbus-5.0.3.jar%232!/:?]
    at net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber.lambda$inject$6(AutomaticEventSubscriber.java:61) ~[javafmllanguage-1.18.2-40.1.68.jar%23210!/:?]
    at java.util.ArrayList.forEach(ArrayList.java:1511) ~[?:?]
    at net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:48) ~[javafmllanguage-1.18.2-40.1.68.jar%23210!/:?]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:77) ~[javafmllanguage-1.18.2-40.1.68.jar%23210!/:?]
    at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:106) ~[fmlcore-1.18.2-40.1.68.jar%23209!/:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) [?:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) [?:?]
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) [?:?]
    at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) [?:?]
    at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) [?:?]
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) [?:?]
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [?:?]
Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [apoli.mixins.json:GameRendererMixin] from phase [DEFAULT] in config [apoli.mixins.json] FAILED during APPLY
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:636) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:588) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:379) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    ... 31 more
Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: @At("INVOKE") on net/minecraft/client/renderer/GameRenderer::fixNightVision with priority 1000 cannot inject into net/minecraft/client/renderer/GameRenderer::m_109108_(Lnet/minecraft/world/entity/LivingEntity;F)F merged by net.permutated.flickerfix.mixin.MixinGameRenderer with priority 1000 [PREINJECT Applicator Phase -> apoli.mixins.json:GameRendererMixin -> Prepare Injections ->  -> redirect$zeb000$fixNightVision(Lnet/minecraft/world/effect/MobEffectInstance;)I -> Prepare]
    at org.spongepowered.asm.mixin.injection.code.Injector.findTargetNodes(Injector.java:305) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.injection.code.Injector.find(Injector.java:240) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.prepare(InjectionInfo.java:421) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1319) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:1042) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:393) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:325) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:383) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:365) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    ... 31 more
[27Jul2022 19:55:29.623] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/projectile.toml for ars_nouveau tracking
[27Jul2022 19:55:29.659] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/touch.toml for ars_nouveau tracking
[27Jul2022 19:55:29.660] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/self.toml for ars_nouveau tracking
[27Jul2022 19:55:29.660] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/break.toml for ars_nouveau tracking
[27Jul2022 19:55:29.661] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/harm.toml for ars_nouveau tracking
[27Jul2022 19:55:29.661] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/ignite.toml for ars_nouveau tracking
[27Jul2022 19:55:29.661] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/phantom_block.toml for ars_nouveau tracking
[27Jul2022 19:55:29.661] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/heal.toml for ars_nouveau tracking
[27Jul2022 19:55:29.662] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/grow.toml for ars_nouveau tracking
[27Jul2022 19:55:29.664] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/gust.toml for ars_nouveau tracking
[27Jul2022 19:55:29.664] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/light.toml for ars_nouveau tracking
[27Jul2022 19:55:29.664] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/dispel.toml for ars_nouveau tracking
[27Jul2022 19:55:29.664] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/launch.toml for ars_nouveau tracking
[27Jul2022 19:55:29.665] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/pull.toml for ars_nouveau tracking
[27Jul2022 19:55:29.665] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/blink.toml for ars_nouveau tracking
[27Jul2022 19:55:29.666] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/explosion.toml for ars_nouveau tracking
[27Jul2022 19:55:29.666] [modloading-worker-0/DEBUG] [mixin/]: Mixing LightningMixin from ars_elemental.mixins.json into com.hollingsworth.arsnouveau.common.entity.LightningEntity
[27Jul2022 19:55:29.668] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/lightning.toml for ars_nouveau tracking
[27Jul2022 19:55:29.668] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/slowfall.toml for ars_nouveau tracking
[27Jul2022 19:55:29.668] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/aquatic.toml for ars_nouveau tracking
[27Jul2022 19:55:29.670] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/fangs.toml for ars_nouveau tracking
[27Jul2022 19:55:29.671] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/summon_vex.toml for ars_nouveau tracking
[27Jul2022 19:55:29.671] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/accelerate.toml for ars_nouveau tracking
[27Jul2022 19:55:29.671] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/decelerate.toml for ars_nouveau tracking
[27Jul2022 19:55:29.671] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/split.toml for ars_nouveau tracking
[27Jul2022 19:55:29.671] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/amplify.toml for ars_nouveau tracking
[27Jul2022 19:55:29.671] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/aoe.toml for ars_nouveau tracking
[27Jul2022 19:55:29.671] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/extend_time.toml for ars_nouveau tracking
[27Jul2022 19:55:29.672] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/pierce.toml for ars_nouveau tracking
[27Jul2022 19:55:29.672] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/dampen.toml for ars_nouveau tracking
[27Jul2022 19:55:29.672] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/extract.toml for ars_nouveau tracking
[27Jul2022 19:55:29.672] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/fortune.toml for ars_nouveau tracking
[27Jul2022 19:55:29.672] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/ender_inventory.toml for ars_nouveau tracking
[27Jul2022 19:55:29.672] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/harvest.toml for ars_nouveau tracking
[27Jul2022 19:55:29.672] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/fell.toml for ars_nouveau tracking
[27Jul2022 19:55:29.675] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/pickup.toml for ars_nouveau tracking
[27Jul2022 19:55:29.676] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/interact.toml for ars_nouveau tracking
[27Jul2022 19:55:29.677] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/place_block.toml for ars_nouveau tracking
[27Jul2022 19:55:29.678] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/snare.toml for ars_nouveau tracking
[27Jul2022 19:55:29.678] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/smelt.toml for ars_nouveau tracking
[27Jul2022 19:55:29.678] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/leap.toml for ars_nouveau tracking
[27Jul2022 19:55:29.679] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/delay.toml for ars_nouveau tracking
[27Jul2022 19:55:29.679] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/redstone_signal.toml for ars_nouveau tracking
[27Jul2022 19:55:29.679] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/intangible.toml for ars_nouveau tracking
[27Jul2022 19:55:29.680] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/invisibility.toml for ars_nouveau tracking
[27Jul2022 19:55:29.680] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/duration_down.toml for ars_nouveau tracking
[27Jul2022 19:55:29.680] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/wither.toml for ars_nouveau tracking
[27Jul2022 19:55:29.681] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/exchange.toml for ars_nouveau tracking
[27Jul2022 19:55:29.682] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/craft.toml for ars_nouveau tracking
[27Jul2022 19:55:29.682] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/flare.toml for ars_nouveau tracking
[27Jul2022 19:55:29.682] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/cold_snap.toml for ars_nouveau tracking
[27Jul2022 19:55:29.682] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/conjure_water.toml for ars_nouveau tracking
[27Jul2022 19:55:29.683] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/gravity.toml for ars_nouveau tracking
[27Jul2022 19:55:29.683] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/cut.toml for ars_nouveau tracking
[27Jul2022 19:55:29.684] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/crush.toml for ars_nouveau tracking
[27Jul2022 19:55:29.684] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/summon_wolves.toml for ars_nouveau tracking
[27Jul2022 19:55:29.684] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/summon_steed.toml for ars_nouveau tracking
[27Jul2022 19:55:29.685] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/summon_decoy.toml for ars_nouveau tracking
[27Jul2022 19:55:29.686] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/hex.toml for ars_nouveau tracking
[27Jul2022 19:55:29.686] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/underfoot.toml for ars_nouveau tracking
[27Jul2022 19:55:29.686] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/glide.toml for ars_nouveau tracking
[27Jul2022 19:55:29.687] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/orbit.toml for ars_nouveau tracking
[27Jul2022 19:55:29.687] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/rune.toml for ars_nouveau tracking
[27Jul2022 19:55:29.688] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/freeze.toml for ars_nouveau tracking
[27Jul2022 19:55:29.688] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/name.toml for ars_nouveau tracking
[27Jul2022 19:55:29.688] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/summon_undead.toml for ars_nouveau tracking
[27Jul2022 19:55:29.739] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/firework.toml for ars_nouveau tracking
[27Jul2022 19:55:29.817] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/toss.toml for ars_nouveau tracking
[27Jul2022 19:55:29.897] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/bounce.toml for ars_nouveau tracking
[27Jul2022 19:55:29.974] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/sensitive.toml for ars_nouveau tracking
[27Jul2022 19:55:29.975] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/wind_shear.toml for ars_nouveau tracking
[27Jul2022 19:55:29.975] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/evaporate.toml for ars_nouveau tracking
[27Jul2022 19:55:29.977] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/linger.toml for ars_nouveau tracking
[27Jul2022 19:55:29.978] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/sense_magic.toml for ars_nouveau tracking
[27Jul2022 19:55:30.039] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau-common.toml for ars_nouveau tracking
[27Jul2022 19:55:30.039] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau-client.toml for ars_nouveau tracking
[27Jul2022 19:55:30.044] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for ars_nouveau
[27Jul2022 19:55:30.045] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.hollingsworth.arsnouveau.setup.SoundRegistry$RegistryEvents to MOD
[27Jul2022 19:55:30.046] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.hollingsworth.arsnouveau.setup.RecipeRegistry to MOD
[27Jul2022 19:55:30.046] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.hollingsworth.arsnouveau.setup.ItemsRegistry$RegistrationHandler to MOD
[27Jul2022 19:55:30.048] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.hollingsworth.arsnouveau.setup.Config to MOD
[27Jul2022 19:55:30.049] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.hollingsworth.arsnouveau.setup.BlockRegistry$RegistryEvents to MOD
[27Jul2022 19:55:30.060] [modloading-worker-0/DEBUG] [mixin/]: Mixing RuneBlockFilterMixin from toomanyglyphs.mixins.json into com.hollingsworth.arsnouveau.common.block.RuneBlock
[27Jul2022 19:55:30.060] [modloading-worker-0/DEBUG] [mixin/]: toomanyglyphs.mixins.json:RuneBlockFilterMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:30.444] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.hollingsworth.arsnouveau.common.world.BiomeEvent to FORGE
[27Jul2022 19:55:30.445] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.hollingsworth.arsnouveau.common.ritual.RitualFlight$RitualFlightHandler to FORGE
[27Jul2022 19:55:30.446] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.hollingsworth.arsnouveau.common.potions.ModPotions$RegistrationHandler to MOD
[27Jul2022 19:55:30.449] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.hollingsworth.arsnouveau.common.potions.GravityEffect to FORGE
[27Jul2022 19:55:30.449] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.hollingsworth.arsnouveau.common.potions.BounceEffect to FORGE
[27Jul2022 19:55:30.449] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.hollingsworth.arsnouveau.common.items.curios.SummoningFocus to FORGE
[27Jul2022 19:55:30.455] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.hollingsworth.arsnouveau.common.items.curios.CuriosEventHandler to FORGE
[27Jul2022 19:55:30.456] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.hollingsworth.arsnouveau.common.event.SummonEvents to FORGE
[27Jul2022 19:55:30.456] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.hollingsworth.arsnouveau.common.event.ScryEvents to FORGE
[27Jul2022 19:55:30.457] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.hollingsworth.arsnouveau.common.event.ReactiveEvents to FORGE
[27Jul2022 19:55:30.461] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.hollingsworth.arsnouveau.common.event.ManaCapEvents to FORGE
[27Jul2022 19:55:30.463] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.hollingsworth.arsnouveau.common.event.LightEvents to FORGE
[27Jul2022 19:55:30.481] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.hollingsworth.arsnouveau.common.event.FamiliarEvents to FORGE
[27Jul2022 19:55:30.483] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.hollingsworth.arsnouveau.common.event.EventHandler to FORGE
[27Jul2022 19:55:30.487] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.hollingsworth.arsnouveau.common.event.ArsEvents to FORGE
[27Jul2022 19:55:30.489] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.hollingsworth.arsnouveau.common.entity.ModEntities$RegistrationHandler to MOD
[27Jul2022 19:55:30.497] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.hollingsworth.arsnouveau.common.enchantment.EnchantmentRegistry$RegistrationHandler to MOD
[27Jul2022 19:55:30.498] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.hollingsworth.arsnouveau.common.datagen.ModDatagen to MOD
[27Jul2022 19:55:30.499] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.hollingsworth.arsnouveau.common.capability.CapabilityRegistry$EventHandler to FORGE
[27Jul2022 19:55:30.501] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.hollingsworth.arsnouveau.common.camera.ClientCameraEvents to FORGE
[27Jul2022 19:55:30.503] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.hollingsworth.arsnouveau.common.camera.CameraEvents to FORGE
[27Jul2022 19:55:30.504] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.hollingsworth.arsnouveau.common.camera.CameraController to FORGE
[27Jul2022 19:55:30.506] [modloading-worker-0/DEBUG] [mixin/]: Mixing features.chunk_rendering.MixinClientChunkMap from rubidium.mixins.json into net.minecraft.client.multiplayer.ClientChunkCache$Storage
[27Jul2022 19:55:30.510] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.hollingsworth.arsnouveau.common.block.TimerSpellTurret to FORGE
[27Jul2022 19:55:30.521] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.hollingsworth.arsnouveau.common.block.tile.VitalicSourcelinkTile to FORGE
[27Jul2022 19:55:30.538] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.hollingsworth.arsnouveau.common.block.tile.AgronomicSourcelinkTile to FORGE
[27Jul2022 19:55:30.541] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.hollingsworth.arsnouveau.client.TextureEvent to MOD
[27Jul2022 19:55:30.541] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.hollingsworth.arsnouveau.client.PlayerEvent to FORGE
[27Jul2022 19:55:30.542] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.hollingsworth.arsnouveau.client.particle.ModParticles to MOD
[27Jul2022 19:55:30.543] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.hollingsworth.arsnouveau.client.keybindings.ModKeyBindings to MOD
[27Jul2022 19:55:30.544] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.hollingsworth.arsnouveau.client.keybindings.KeyHandler to FORGE
[27Jul2022 19:55:30.546] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.hollingsworth.arsnouveau.client.gui.RadialMenu.GuiRadialMenu to FORGE
[27Jul2022 19:55:30.552] [modloading-worker-0/DEBUG] [mixin/]: Mixing features.texture_tracking.MixinSprite from rubidium.mixins.json into net.minecraft.client.renderer.texture.TextureAtlasSprite
[27Jul2022 19:55:30.578] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.hollingsworth.arsnouveau.client.gui.HUDEventHandler to FORGE
[27Jul2022 19:55:30.580] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.hollingsworth.arsnouveau.client.ClientHandler to MOD
[27Jul2022 19:55:30.585] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinGeoEntityRenderer from creatures-and-beasts.mixins.json into software.bernie.geckolib3.renderers.geo.GeoEntityRenderer
[27Jul2022 19:55:30.591] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.hollingsworth.arsnouveau.ArsNouveau to FORGE
[27Jul2022 19:55:30.591] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.hollingsworth.arsnouveau.api.event.EventQueue to FORGE
[27Jul2022 19:55:30.596] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for skinlayers3d
[27Jul2022 19:55:30.605] [modloading-worker-0/DEBUG] [net.minecraftforge.versions.forge.ForgeVersion/CORE]: Forge Version package package net.minecraftforge.versions.forge, Forge, version 40.1 from cpw.mods.modlauncher.TransformingClassLoader@72465eb2
[27Jul2022 19:55:30.605] [modloading-worker-0/DEBUG] [net.minecraftforge.versions.forge.ForgeVersion/CORE]: Found Forge version 40.1.68
[27Jul2022 19:55:30.605] [modloading-worker-0/DEBUG] [net.minecraftforge.versions.forge.ForgeVersion/CORE]: Found Forge spec 40.1
[27Jul2022 19:55:30.605] [modloading-worker-0/DEBUG] [net.minecraftforge.versions.forge.ForgeVersion/CORE]: Found Forge group net.minecraftforge
[27Jul2022 19:55:30.605] [modloading-worker-0/INFO] [net.minecraftforge.common.ForgeMod/FORGEMOD]: Forge mod loading, version 40.1.68, for MC 1.18.2 with MCP 20220404.173914
[27Jul2022 19:55:30.606] [modloading-worker-0/INFO] [net.minecraftforge.common.MinecraftForge/FORGE]: MinecraftForge v40.1.68 Initialized
[27Jul2022 19:55:30.646] [modloading-worker-0/DEBUG] [net.minecraftforge.common.ForgeMod/FORGEMOD]: Loading Network data for FML net version: FML3
[27Jul2022 19:55:30.663] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file forge-client.toml for forge tracking
[27Jul2022 19:55:30.703] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file forge-server.toml for forge tracking
[27Jul2022 19:55:30.713] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file forge-common.toml for forge tracking
[27Jul2022 19:55:30.769] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for forge
[27Jul2022 19:55:30.770] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.minecraftforge.common.ForgeSpawnEggItem$CommonHandler to MOD
[27Jul2022 19:55:30.771] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.minecraftforge.common.ForgeSpawnEggItem$ColorRegisterHandler to MOD
[27Jul2022 19:55:30.775] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.minecraftforge.client.model.ModelDataManager to FORGE
[27Jul2022 19:55:30.776] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.minecraftforge.client.ForgeHooksClient$ClientEvents to MOD
[27Jul2022 19:55:30.797] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for selene
[27Jul2022 19:55:30.797] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mehvahdjukaar.selene.ClientSetup to MOD
[27Jul2022 19:55:30.713] [modloading-worker-0/WARN] [FloweryCore/]: Mod croptopia is loaded but croptopia support mod is not loaded
[27Jul2022 19:55:30.940] [modloading-worker-0/DEBUG] [thedarkcolour.kotlinforforge.LoggerKt/LOADING]: Attempting to inject @EventBusSubscriber kotlin objects in to the event bus for flowerycore
[27Jul2022 19:55:30.976] [modloading-worker-0/DEBUG] [thedarkcolour.kotlinforforge.LoggerKt/]: Firing event for modid flowerycore : FMLConstructModEvent
[27Jul2022 19:55:31.015] [modloading-worker-0/DEBUG] [thedarkcolour.kotlinforforge.LoggerKt/]: Fired event for modid flowerycore : FMLConstructModEvent
[27Jul2022 19:55:31.004] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mehvahdjukaar.selene.ClientSetup$ClientEvents to FORGE
[27Jul2022 19:55:31.118] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for infernalmobs
[27Jul2022 19:55:31.119] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing atomicstryker.infernalmobs.common.InfernalMobsCore to FORGE
[27Jul2022 19:55:31.119] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing atomicstryker.infernalmobs.client.RendererBossGlow to FORGE
[27Jul2022 19:55:31.120] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file supplementaries-client.toml for supplementaries tracking
[27Jul2022 19:55:31.120] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing atomicstryker.infernalmobs.client.InfernalMobsClient to FORGE
[27Jul2022 19:55:31.133] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for terraform
[27Jul2022 19:55:31.150] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file supplementaries-common.toml for supplementaries tracking
[27Jul2022 19:55:31.151] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file supplementaries-registry.toml for supplementaries tracking
[27Jul2022 19:55:31.653] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for supplementaries
[27Jul2022 19:55:31.653] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mehvahdjukaar.supplementaries.setup.RemapHandler to FORGE
[27Jul2022 19:55:31.656] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mehvahdjukaar.supplementaries.setup.ModSetup to FORGE
[27Jul2022 19:55:31.889] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mehvahdjukaar.supplementaries.setup.ModRegistry to MOD
[27Jul2022 19:55:31.940] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mehvahdjukaar.supplementaries.setup.ClientSetup to MOD
[27Jul2022 19:55:31.990] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mehvahdjukaar.supplementaries.common.events.ServerEvents to FORGE
[27Jul2022 19:55:32.001] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mehvahdjukaar.supplementaries.common.events.ClientEvents to FORGE
[27Jul2022 19:55:32.004] [modloading-worker-0/DEBUG] [mixin/]: Mixing GameRendererMixin from apoli.mixins.json into net.minecraft.client.renderer.GameRenderer
[27Jul2022 19:55:32.006] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.compat115plus.GameRendererMixin from pehkui.mixins.json into net.minecraft.client.renderer.GameRenderer
[27Jul2022 19:55:32.007] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.compat117plus.GameRendererMixin from pehkui.mixins.json into net.minecraft.client.renderer.GameRenderer
[27Jul2022 19:55:32.009] [modloading-worker-0/DEBUG] [mixin/]: Mixing TotalDarkness.MixinGameRenderer from rubidium_extras.mixins.json into net.minecraft.client.renderer.GameRenderer
[27Jul2022 19:55:32.009] [modloading-worker-0/DEBUG] [mixin/]: rubidium_extras.mixins.json:TotalDarkness.MixinGameRenderer: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:32.009] [modloading-worker-0/DEBUG] [mixin/]: Mixing Zoom.GameRendererMixin from rubidium_extras.mixins.json into net.minecraft.client.renderer.GameRenderer
[27Jul2022 19:55:32.009] [modloading-worker-0/DEBUG] [mixin/]: rubidium_extras.mixins.json:Zoom.GameRendererMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:32.009] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinGameRenderer from flickerfix.mixins.json into net.minecraft.client.renderer.GameRenderer
[27Jul2022 19:55:32.013] [modloading-worker-0/FATAL] [mixin/]: Mixin apply failed apoli.mixins.json:GameRendererMixin -> net.minecraft.client.renderer.GameRenderer: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException @At("INVOKE") on net/minecraft/client/renderer/GameRenderer::fixNightVision with priority 1000 cannot inject into net/minecraft/client/renderer/GameRenderer::m_109108_(Lnet/minecraft/world/entity/LivingEntity;F)F merged by net.permutated.flickerfix.mixin.MixinGameRenderer with priority 1000 [PREINJECT Applicator Phase -> apoli.mixins.json:GameRendererMixin -> Prepare Injections ->  -> redirect$zeb000$fixNightVision(Lnet/minecraft/world/effect/MobEffectInstance;)I -> Prepare]
org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: @At("INVOKE") on net/minecraft/client/renderer/GameRenderer::fixNightVision with priority 1000 cannot inject into net/minecraft/client/renderer/GameRenderer::m_109108_(Lnet/minecraft/world/entity/LivingEntity;F)F merged by net.permutated.flickerfix.mixin.MixinGameRenderer with priority 1000 [PREINJECT Applicator Phase -> apoli.mixins.json:GameRendererMixin -> Prepare Injections ->  -> redirect$zeb000$fixNightVision(Lnet/minecraft/world/effect/MobEffectInstance;)I -> Prepare]
    at org.spongepowered.asm.mixin.injection.code.Injector.findTargetNodes(Injector.java:305) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.injection.code.Injector.find(Injector.java:240) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.prepare(InjectionInfo.java:421) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1319) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:1042) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:393) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:325) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:383) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:365) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:156) ~[modlauncher-9.1.3.jar:9.1.3+9.1.3+main.9b69c82a]
    at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-9.1.3.jar:?]
    at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-9.1.3.jar:?]
    at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-9.1.3.jar:?]
    at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:110) ~[securejarhandler-1.0.3.jar:?]
    at cpw.mods.cl.ModuleClassLoader.lambda$findClass$16(ModuleClassLoader.java:216) ~[securejarhandler-1.0.3.jar:?]
    at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:226) ~[securejarhandler-1.0.3.jar:?]
    at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:216) ~[securejarhandler-1.0.3.jar:?]
    at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:132) ~[securejarhandler-1.0.3.jar:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
    at java.lang.Class.getDeclaredConstructors0(Native Method) ~[?:?]
    at java.lang.Class.privateGetDeclaredConstructors(Class.java:3373) ~[?:?]
    at java.lang.Class.getConstructor0(Class.java:3578) ~[?:?]
    at java.lang.Class.getConstructor(Class.java:2271) ~[?:?]
    at net.minecraftforge.eventbus.api.EventListenerHelper.computeListenerList(EventListenerHelper.java:96) ~[eventbus-5.0.3.jar%232!/:?]
    at net.minecraftforge.eventbus.api.EventListenerHelper.getListenerListInternal(EventListenerHelper.java:63) ~[eventbus-5.0.3.jar%232!/:?]
    at net.minecraftforge.eventbus.api.EventListenerHelper.getListenerList(EventListenerHelper.java:48) ~[eventbus-5.0.3.jar%232!/:?]
    at net.minecraftforge.eventbus.EventBus.addToListeners(EventBus.java:263) ~[eventbus-5.0.3.jar%232!/:?]
    at net.minecraftforge.eventbus.EventBus.register(EventBus.java:256) ~[eventbus-5.0.3.jar%232!/:?]
    at net.minecraftforge.eventbus.EventBus.registerListener(EventBus.java:150) ~[eventbus-5.0.3.jar%232!/:?]
    at net.minecraftforge.eventbus.EventBus.lambda$registerClass$2(EventBus.java:78) ~[eventbus-5.0.3.jar%232!/:?]
    at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) ~[?:?]
    at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[?:?]
    at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[?:?]
    at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:992) ~[?:?]
    at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?]
    at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?]
    at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) ~[?:?]
    at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) ~[?:?]
    at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?]
    at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) ~[?:?]
    at net.minecraftforge.eventbus.EventBus.registerClass(EventBus.java:78) ~[eventbus-5.0.3.jar%232!/:?]
    at net.minecraftforge.eventbus.EventBus.register(EventBus.java:118) ~[eventbus-5.0.3.jar%232!/:?]
    at net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber.lambda$inject$6(AutomaticEventSubscriber.java:61) ~[javafmllanguage-1.18.2-40.1.68.jar%23210!/:?]
    at java.util.ArrayList.forEach(ArrayList.java:1511) ~[?:?]
    at net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:48) ~[javafmllanguage-1.18.2-40.1.68.jar%23210!/:?]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:77) ~[javafmllanguage-1.18.2-40.1.68.jar%23210!/:?]
    at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:106) ~[fmlcore-1.18.2-40.1.68.jar%23209!/:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) [?:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) [?:?]
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) [?:?]
    at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) [?:?]
    at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) [?:?]
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) [?:?]
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [?:?]
[27Jul2022 19:55:32.015] [modloading-worker-0/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Failed to register automatic subscribers. ModID: supplementaries, class net.mehvahdjukaar.supplementaries.Supplementaries
org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:156) ~[modlauncher-9.1.3.jar:9.1.3+9.1.3+main.9b69c82a]
    at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-9.1.3.jar:?]
    at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-9.1.3.jar:?]
    at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-9.1.3.jar:?]
    at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:110) ~[securejarhandler-1.0.3.jar:?]
    at cpw.mods.cl.ModuleClassLoader.lambda$findClass$16(ModuleClassLoader.java:216) ~[securejarhandler-1.0.3.jar:?]
    at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:226) ~[securejarhandler-1.0.3.jar:?]
    at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:216) ~[securejarhandler-1.0.3.jar:?]
    at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:132) ~[securejarhandler-1.0.3.jar:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
    at java.lang.Class.getDeclaredConstructors0(Native Method) ~[?:?]
    at java.lang.Class.privateGetDeclaredConstructors(Class.java:3373) ~[?:?]
    at java.lang.Class.getConstructor0(Class.java:3578) ~[?:?]
    at java.lang.Class.getConstructor(Class.java:2271) ~[?:?]
    at net.minecraftforge.eventbus.api.EventListenerHelper.computeListenerList(EventListenerHelper.java:96) ~[eventbus-5.0.3.jar%232!/:?]
    at net.minecraftforge.eventbus.api.EventListenerHelper.getListenerListInternal(EventListenerHelper.java:63) ~[eventbus-5.0.3.jar%232!/:?]
    at net.minecraftforge.eventbus.api.EventListenerHelper.getListenerList(EventListenerHelper.java:48) ~[eventbus-5.0.3.jar%232!/:?]
    at net.minecraftforge.eventbus.EventBus.addToListeners(EventBus.java:263) ~[eventbus-5.0.3.jar%232!/:?]
    at net.minecraftforge.eventbus.EventBus.register(EventBus.java:256) ~[eventbus-5.0.3.jar%232!/:?]
    at net.minecraftforge.eventbus.EventBus.registerListener(EventBus.java:150) ~[eventbus-5.0.3.jar%232!/:?]
    at net.minecraftforge.eventbus.EventBus.lambda$registerClass$2(EventBus.java:78) ~[eventbus-5.0.3.jar%232!/:?]
    at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) ~[?:?]
    at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[?:?]
    at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[?:?]
    at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:992) ~[?:?]
    at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?]
    at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?]
    at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) ~[?:?]
    at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) ~[?:?]
    at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?]
    at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) ~[?:?]
    at net.minecraftforge.eventbus.EventBus.registerClass(EventBus.java:78) ~[eventbus-5.0.3.jar%232!/:?]
    at net.minecraftforge.eventbus.EventBus.register(EventBus.java:118) ~[eventbus-5.0.3.jar%232!/:?]
    at net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber.lambda$inject$6(AutomaticEventSubscriber.java:61) ~[javafmllanguage-1.18.2-40.1.68.jar%23210!/:?]
    at java.util.ArrayList.forEach(ArrayList.java:1511) ~[?:?]
    at net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:48) ~[javafmllanguage-1.18.2-40.1.68.jar%23210!/:?]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:77) ~[javafmllanguage-1.18.2-40.1.68.jar%23210!/:?]
    at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:106) ~[fmlcore-1.18.2-40.1.68.jar%23209!/:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) [?:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) [?:?]
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) [?:?]
    at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) [?:?]
    at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) [?:?]
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) [?:?]
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [?:?]
Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [apoli.mixins.json:GameRendererMixin] from phase [DEFAULT] in config [apoli.mixins.json] FAILED during APPLY
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:636) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:588) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:379) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    ... 48 more
Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: @At("INVOKE") on net/minecraft/client/renderer/GameRenderer::fixNightVision with priority 1000 cannot inject into net/minecraft/client/renderer/GameRenderer::m_109108_(Lnet/minecraft/world/entity/LivingEntity;F)F merged by net.permutated.flickerfix.mixin.MixinGameRenderer with priority 1000 [PREINJECT Applicator Phase -> apoli.mixins.json:GameRendererMixin -> Prepare Injections ->  -> redirect$zeb000$fixNightVision(Lnet/minecraft/world/effect/MobEffectInstance;)I -> Prepare]
    at org.spongepowered.asm.mixin.injection.code.Injector.findTargetNodes(Injector.java:305) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.injection.code.Injector.find(Injector.java:240) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.prepare(InjectionInfo.java:421) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1319) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:1042) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:393) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:325) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:383) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:365) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
    ... 48 more
[27Jul2022 19:55:32.364] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file voicechat-server.toml for voicechat tracking
[27Jul2022 19:55:32.371] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file voicechat-client.toml for voicechat tracking
[27Jul2022 19:55:32.371] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for voicechat
[27Jul2022 19:55:32.372] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for sound_physics_remastered
[27Jul2022 19:55:32.375] [modloading-worker-0/INFO] [Enchantment Descriptions/]: Loaded config file.
[27Jul2022 19:55:32.375] [modloading-worker-0/INFO] [Enchantment Descriptions/]: Saved config file.
[27Jul2022 19:55:32.377] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for enchdesc
[27Jul2022 19:55:32.444] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for terrablender
[27Jul2022 19:55:32.523] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing terrablender.core.TerraBlenderForge$Handler to MOD
[27Jul2022 19:55:32.603] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing terrablender.handler.MCreatorHandler to FORGE
[27Jul2022 19:55:32.730] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for mousetweaks
[27Jul2022 19:55:32.747] [modloading-worker-0/INFO] [doublenegation.mods.compactores.config.ConfigLoader/]: Loading compactores configuration...
[27Jul2022 19:55:32.752] [modloading-worker-0/INFO] [doublenegation.mods.compactores.config.ConfigFileManager/]: Loading configuration files...
[27Jul2022 19:55:32.754] [modloading-worker-0/INFO] [doublenegation.mods.compactores.config.ConfigFileManager/]: Loaded 2 ore customization files
[27Jul2022 19:55:32.754] [modloading-worker-0/INFO] [doublenegation.mods.compactores.config.ConfigFileManager/]: Configuration files loaded successfully!
[27Jul2022 19:55:32.764] [modloading-worker-0/INFO] [doublenegation.mods.compactores.config.ConfigLoader/]: Successfully loaded 18 compact ores for a total of 1 mods.
[27Jul2022 19:55:32.764] [modloading-worker-0/INFO] [doublenegation.mods.compactores.config.ConfigLoader/]:     18 ores for 1 mods are active.
[27Jul2022 19:55:32.765] [modloading-worker-0/INFO] [doublenegation.mods.compactores.config.ConfigLoader/]:     0 ores for 0 mods will not be enabled because their mod is not loaded.
[27Jul2022 19:55:32.766] [modloading-worker-0/DEBUG] [doublenegation.mods.compactores.config.ConfigLoader/]: minecraft:coal_ore
[27Jul2022 19:55:32.766] [modloading-worker-0/DEBUG] [doublenegation.mods.compactores.config.ConfigLoader/]: minecraft:copper_ore
[27Jul2022 19:55:32.766] [modloading-worker-0/DEBUG] [doublenegation.mods.compactores.config.ConfigLoader/]: minecraft:deepslate_coal_ore
[27Jul2022 19:55:32.766] [modloading-worker-0/DEBUG] [doublenegation.mods.compactores.config.ConfigLoader/]: minecraft:deepslate_copper_ore
[27Jul2022 19:55:32.766] [modloading-worker-0/DEBUG] [doublenegation.mods.compactores.config.ConfigLoader/]: minecraft:deepslate_diamond_ore
[27Jul2022 19:55:32.766] [modloading-worker-0/DEBUG] [doublenegation.mods.compactores.config.ConfigLoader/]: minecraft:deepslate_emerald_ore
[27Jul2022 19:55:32.766] [modloading-worker-0/DEBUG] [doublenegation.mods.compactores.config.ConfigLoader/]: minecraft:deepslate_gold_ore
[27Jul2022 19:55:32.766] [modloading-worker-0/DEBUG] [doublenegation.mods.compactores.config.ConfigLoader/]: minecraft:deepslate_iron_ore
[27Jul2022 19:55:32.767] [modloading-worker-0/DEBUG] [doublenegation.mods.compactores.config.ConfigLoader/]: minecraft:deepslate_lapis_ore
[27Jul2022 19:55:32.767] [modloading-worker-0/DEBUG] [doublenegation.mods.compactores.config.ConfigLoader/]: minecraft:deepslate_redstone_ore
[27Jul2022 19:55:32.767] [modloading-worker-0/DEBUG] [doublenegation.mods.compactores.config.ConfigLoader/]: minecraft:diamond_ore
[27Jul2022 19:55:32.767] [modloading-worker-0/DEBUG] [doublenegation.mods.compactores.config.ConfigLoader/]: minecraft:emerald_ore
[27Jul2022 19:55:32.767] [modloading-worker-0/DEBUG] [doublenegation.mods.compactores.config.ConfigLoader/]: minecraft:gold_ore
[27Jul2022 19:55:32.767] [modloading-worker-0/DEBUG] [doublenegation.mods.compactores.config.ConfigLoader/]: minecraft:iron_ore
[27Jul2022 19:55:32.767] [modloading-worker-0/DEBUG] [doublenegation.mods.compactores.config.ConfigLoader/]: minecraft:lapis_ore
[27Jul2022 19:55:32.767] [modloading-worker-0/DEBUG] [doublenegation.mods.compactores.config.ConfigLoader/]: minecraft:nether_gold_ore
[27Jul2022 19:55:32.767] [modloading-worker-0/DEBUG] [doublenegation.mods.compactores.config.ConfigLoader/]: minecraft:nether_quartz_ore
[27Jul2022 19:55:32.767] [modloading-worker-0/DEBUG] [doublenegation.mods.compactores.config.ConfigLoader/]: minecraft:redstone_ore
[27Jul2022 19:55:32.769] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Attaching CompactOre resources to the Minecraft client
[27Jul2022 19:55:32.773] [modloading-worker-0/INFO] [doublenegation.mods.compactores.debug.CompactOresDebugging/]: Compact Ores is running in production mode.
[27Jul2022 19:55:32.962] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for compactores
[27Jul2022 19:55:33.006] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fabric_biome_api
[27Jul2022 19:55:33.010] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ding.toml for ding tracking
[27Jul2022 19:55:33.016] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for ding
[27Jul2022 19:55:33.016] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing me.ichun.mods.ding.common.Ding$EventHandler to FORGE
[27Jul2022 19:55:33.254] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for special_drops
[27Jul2022 19:55:33.254] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.cursedwarrior.specialdrops.procedures.SpecialDropsProcedureProcedure to FORGE
[27Jul2022 19:55:33.256] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.cursedwarrior.specialdrops.procedures.SlimeBootsProcedureProcedure to FORGE
[27Jul2022 19:55:33.256] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.cursedwarrior.specialdrops.procedures.SkeletonChestplateProcedureProcedure to FORGE
[27Jul2022 19:55:33.257] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.cursedwarrior.specialdrops.procedures.MagmaBootsProcedureProcedure to FORGE
[27Jul2022 19:55:33.258] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.cursedwarrior.specialdrops.procedures.GhastHurtProcedureProcedure to FORGE
[27Jul2022 19:55:33.258] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.cursedwarrior.specialdrops.procedures.EmeraldBladeProcedureProcedure to FORGE
[27Jul2022 19:55:33.317] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.cursedwarrior.specialdrops.procedures.BeeProcedureProcedure to FORGE
[27Jul2022 19:55:33.320] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.cursedwarrior.specialdrops.init.SpecialDropsModParticles to MOD
[27Jul2022 19:55:33.321] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.cursedwarrior.specialdrops.init.SpecialDropsModEntityRenderers to MOD
[27Jul2022 19:55:33.322] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.cursedwarrior.specialdrops.init.SpecialDropsModEntities to MOD
[27Jul2022 19:55:34.348] [modloading-worker-0/ERROR] [mod.lucky.forge.ForgeLuckyRegistry/]: Error parsing drop: type=entity,ID=villager,NBTTag=(CustomName=#jsonStr(text=Boyfriend",color=blue,bold=true),CustomNameVisible=true)@luck=0
java.lang.StringIndexOutOfBoundsException: begin 0, end 77, length 76
    at java.lang.String.checkBoundsBeginEnd(String.java:4601) ~[?:?]
    at java.lang.String.substring(String.java:2704) ~[?:?]
    at mod.lucky.kotlin.text.StringsKt__StringsKt.substring(Strings.kt:393) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.ParserKt.parseTemplateVars(Parser.kt:233) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.ParserKt.parseAttr(Parser.kt:298) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.ParserKt.parseAttr(Parser.kt:281) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.ParserKt.parseAttr(Parser.kt:281) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.ParserKt.parseAttr$default(Parser.kt:242) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.drop.SingleDropKt.fromString(SingleDrop.kt:66) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.drop.WeightedDropKt.fromString(WeightedDrop.kt:43) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.drop.WeightedDropKt.dropsFromStrList(WeightedDrop.kt:56) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.loader.LoaderKt.parseDrops(Loader.kt:79) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.loader.LoaderKt.loadAddonResources(Loader.kt:160) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.loader.LoaderKt.loadResources(Loader.kt:203) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.JavaLuckyRegistry.init(JavaLuckyRegistry.kt:89) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.forge.ForgeMod.<init>(ForgeMod.kt:84) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
    at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
    at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
    at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]
    at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:67) ~[javafmllanguage-1.18.2-40.1.68.jar%23210!/:?]
    at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:106) ~[fmlcore-1.18.2-40.1.68.jar%23209!/:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) [?:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) [?:?]
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) [?:?]
    at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) [?:?]
    at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) [?:?]
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) [?:?]
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [?:?]
[27Jul2022 19:55:34.367] [modloading-worker-0/ERROR] [mod.lucky.forge.ForgeLuckyRegistry/]: Error parsing drop: type=entity,ID=villager,NBTTag=(CustomName=#jsonStr(text=Joyfriend",color=blue,bold=true),CustomNameVisible=true)@luck=0
java.lang.StringIndexOutOfBoundsException: begin 0, end 77, length 76
    at java.lang.String.checkBoundsBeginEnd(String.java:4601) ~[?:?]
    at java.lang.String.substring(String.java:2704) ~[?:?]
    at mod.lucky.kotlin.text.StringsKt__StringsKt.substring(Strings.kt:393) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.ParserKt.parseTemplateVars(Parser.kt:233) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.ParserKt.parseAttr(Parser.kt:298) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.ParserKt.parseAttr(Parser.kt:281) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.ParserKt.parseAttr(Parser.kt:281) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.ParserKt.parseAttr$default(Parser.kt:242) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.drop.SingleDropKt.fromString(SingleDrop.kt:66) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.drop.WeightedDropKt.fromString(WeightedDrop.kt:43) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.drop.WeightedDropKt.dropsFromStrList(WeightedDrop.kt:56) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.loader.LoaderKt.parseDrops(Loader.kt:79) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.loader.LoaderKt.loadAddonResources(Loader.kt:160) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.loader.LoaderKt.loadResources(Loader.kt:203) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.JavaLuckyRegistry.init(JavaLuckyRegistry.kt:89) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.forge.ForgeMod.<init>(ForgeMod.kt:84) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
    at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
    at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
    at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]
    at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:67) ~[javafmllanguage-1.18.2-40.1.68.jar%23210!/:?]
    at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:106) ~[fmlcore-1.18.2-40.1.68.jar%23209!/:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) [?:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) [?:?]
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) [?:?]
    at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) [?:?]
    at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) [?:?]
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) [?:?]
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [?:?]
[27Jul2022 19:55:34.373] [modloading-worker-0/ERROR] [mod.lucky.forge.ForgeLuckyRegistry/]: Error parsing drop: type=entity,ID=villager,NBTTag=(CustomName=#jsonStr(text=Partner",color=yellow,bold=true),CustomNameVisible=true)@luck=0
java.lang.StringIndexOutOfBoundsException: begin 0, end 77, length 76
    at java.lang.String.checkBoundsBeginEnd(String.java:4601) ~[?:?]
    at java.lang.String.substring(String.java:2704) ~[?:?]
    at mod.lucky.kotlin.text.StringsKt__StringsKt.substring(Strings.kt:393) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.ParserKt.parseTemplateVars(Parser.kt:233) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.ParserKt.parseAttr(Parser.kt:298) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.ParserKt.parseAttr(Parser.kt:281) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.ParserKt.parseAttr(Parser.kt:281) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.ParserKt.parseAttr$default(Parser.kt:242) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.drop.SingleDropKt.fromString(SingleDrop.kt:66) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.drop.WeightedDropKt.fromString(WeightedDrop.kt:43) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.drop.WeightedDropKt.dropsFromStrList(WeightedDrop.kt:56) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.loader.LoaderKt.parseDrops(Loader.kt:79) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.loader.LoaderKt.loadAddonResources(Loader.kt:160) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.loader.LoaderKt.loadResources(Loader.kt:203) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.JavaLuckyRegistry.init(JavaLuckyRegistry.kt:89) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.forge.ForgeMod.<init>(ForgeMod.kt:84) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
    at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
    at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
    at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]
    at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:67) ~[javafmllanguage-1.18.2-40.1.68.jar%23210!/:?]
    at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:106) ~[fmlcore-1.18.2-40.1.68.jar%23209!/:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) [?:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) [?:?]
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) [?:?]
    at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) [?:?]
    at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) [?:?]
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) [?:?]
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [?:?]
[27Jul2022 19:55:34.374] [modloading-worker-0/ERROR] [mod.lucky.forge.ForgeLuckyRegistry/]: Error parsing drop: type=entity,ID=villager,NBTTag=(CustomName=#jsonStr(text=Girlfriend",color=light_purple,bold=true),CustomNameVisible=true)@luck=0
java.lang.StringIndexOutOfBoundsException: begin 0, end 86, length 85
    at java.lang.String.checkBoundsBeginEnd(String.java:4601) ~[?:?]
    at java.lang.String.substring(String.java:2704) ~[?:?]
    at mod.lucky.kotlin.text.StringsKt__StringsKt.substring(Strings.kt:393) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.ParserKt.parseTemplateVars(Parser.kt:233) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.ParserKt.parseAttr(Parser.kt:298) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.ParserKt.parseAttr(Parser.kt:281) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.ParserKt.parseAttr(Parser.kt:281) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.ParserKt.parseAttr$default(Parser.kt:242) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.drop.SingleDropKt.fromString(SingleDrop.kt:66) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.drop.WeightedDropKt.fromString(WeightedDrop.kt:43) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.drop.WeightedDropKt.dropsFromStrList(WeightedDrop.kt:56) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.loader.LoaderKt.parseDrops(Loader.kt:79) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.loader.LoaderKt.loadAddonResources(Loader.kt:160) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.loader.LoaderKt.loadResources(Loader.kt:203) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.JavaLuckyRegistry.init(JavaLuckyRegistry.kt:89) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.forge.ForgeMod.<init>(ForgeMod.kt:84) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
    at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
    at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
    at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]
    at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:67) ~[javafmllanguage-1.18.2-40.1.68.jar%23210!/:?]
    at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:106) ~[fmlcore-1.18.2-40.1.68.jar%23209!/:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) [?:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) [?:?]
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) [?:?]
    at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) [?:?]
    at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) [?:?]
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) [?:?]
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [?:?]
[27Jul2022 19:55:34.377] [modloading-worker-0/ERROR] [mod.lucky.forge.ForgeLuckyRegistry/]: Error parsing drop: group(type=difficulty,ID=hard;type=entity,ID=slime,NBTTag=(CustomName=#jsonStr(text=Kill To Max Out Your Level in 300 Years",color=black,bold=true),CustomNameVisible=true)@luck=0)@luck=0
java.lang.StringIndexOutOfBoundsException: begin 0, end 115, length 114
    at java.lang.String.checkBoundsBeginEnd(String.java:4601) ~[?:?]
    at java.lang.String.substring(String.java:2704) ~[?:?]
    at mod.lucky.kotlin.text.StringsKt__StringsKt.substring(Strings.kt:393) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.ParserKt.parseTemplateVars(Parser.kt:233) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.ParserKt.parseAttr(Parser.kt:298) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.ParserKt.parseAttr(Parser.kt:281) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.ParserKt.parseAttr(Parser.kt:281) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.ParserKt.parseAttr$default(Parser.kt:242) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.drop.SingleDropKt.fromString(SingleDrop.kt:66) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.drop.GroupDropKt.fromString(GroupDrop.kt:35) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.drop.WeightedDropKt.fromString(WeightedDrop.kt:42) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.drop.WeightedDropKt.dropsFromStrList(WeightedDrop.kt:56) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.loader.LoaderKt.parseDrops(Loader.kt:79) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.loader.LoaderKt.loadAddonResources(Loader.kt:160) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.loader.LoaderKt.loadResources(Loader.kt:203) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.JavaLuckyRegistry.init(JavaLuckyRegistry.kt:89) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.forge.ForgeMod.<init>(ForgeMod.kt:84) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
    at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
    at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
    at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]
    at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:67) ~[javafmllanguage-1.18.2-40.1.68.jar%23210!/:?]
    at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:106) ~[fmlcore-1.18.2-40.1.68.jar%23209!/:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) [?:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) [?:?]
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) [?:?]
    at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) [?:?]
    at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) [?:?]
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) [?:?]
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [?:?]
[27Jul2022 19:55:34.451] [modloading-worker-0/ERROR] [mod.lucky.forge.ForgeLuckyRegistry/]: Error parsing drop: type=entity,ID=pig,amount=#rand(4,16),posOffset=#circleOffset(4),@luck=1
mod.lucky.common.attribute.ParserError: Invalid dictionary entry '' for attribute 'type=entity,ID=pig,amount=#rand(4,16),posOffset=#circleOffset(4),'
    at mod.lucky.common.attribute.ParserKt.parseAttr(Parser.kt:274) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.ParserKt.parseAttr$default(Parser.kt:242) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.drop.SingleDropKt.fromString(SingleDrop.kt:66) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.drop.WeightedDropKt.fromString(WeightedDrop.kt:43) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.drop.WeightedDropKt.dropsFromStrList(WeightedDrop.kt:56) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.loader.LoaderKt.parseDrops(Loader.kt:79) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.loader.LoaderKt.loadAddonResources(Loader.kt:160) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.loader.LoaderKt.loadResources(Loader.kt:203) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.JavaLuckyRegistry.init(JavaLuckyRegistry.kt:89) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.forge.ForgeMod.<init>(ForgeMod.kt:84) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
    at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
    at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
    at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]
    at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:67) ~[javafmllanguage-1.18.2-40.1.68.jar%23210!/:?]
    at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:106) ~[fmlcore-1.18.2-40.1.68.jar%23209!/:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) [?:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) [?:?]
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) [?:?]
    at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) [?:?]
    at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) [?:?]
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) [?:?]
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [?:?]
[27Jul2022 19:55:34.566] [modloading-worker-0/ERROR] [mod.lucky.forge.ForgeLuckyRegistry/]: Error in structures.txt: Error parsing 'ID=lbp_old_texture,file,file=lbp/lbp_old_texture.nbt'
mod.lucky.common.attribute.ParserError: Invalid dictionary entry 'file' for attribute 'ID=lbp_old_texture,file,file=lbp/lbp_old_texture.nbt'
    at mod.lucky.common.attribute.ParserKt.parseAttr(Parser.kt:274) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.ParserKt.parseAttr$default(Parser.kt:242) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.EvaluatorKt.parseEvalAttr(Evaluator.kt:66) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.loader.StructuresConfig$Companion.read(StructuresConfig.kt:45) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.loader.LoaderKt.loadAddonResources(Loader.kt:165) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.loader.LoaderKt.loadResources(Loader.kt:203) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.JavaLuckyRegistry.init(JavaLuckyRegistry.kt:89) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.forge.ForgeMod.<init>(ForgeMod.kt:84) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
    at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
    at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
    at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]
    at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:67) ~[javafmllanguage-1.18.2-40.1.68.jar%23210!/:?]
    at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:106) ~[fmlcore-1.18.2-40.1.68.jar%23209!/:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) [?:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) [?:?]
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) [?:?]
    at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) [?:?]
    at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) [?:?]
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) [?:?]
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [?:?]
[27Jul2022 19:55:34.581] [modloading-worker-0/INFO] [REI/]: [REI] Config loaded.
[27Jul2022 19:55:34.568] [modloading-worker-0/ERROR] [mod.lucky.forge.ForgeLuckyRegistry/]: Error in structures.txt: Error parsing 'ID=lbp_end_portal_room,file,file=lbp/lbp_end_portal_room.nbt'
mod.lucky.common.attribute.ParserError: Invalid dictionary entry 'file' for attribute 'ID=lbp_end_portal_room,file,file=lbp/lbp_end_portal_room.nbt'
    at mod.lucky.common.attribute.ParserKt.parseAttr(Parser.kt:274) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.ParserKt.parseAttr$default(Parser.kt:242) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.common.attribute.EvaluatorKt.parseEvalAttr(Evaluator.kt:66) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.loader.StructuresConfig$Companion.read(StructuresConfig.kt:45) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.loader.LoaderKt.loadAddonResources(Loader.kt:165) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.loader.LoaderKt.loadResources(Loader.kt:203) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.java.JavaLuckyRegistry.init(JavaLuckyRegistry.kt:89) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at mod.lucky.forge.ForgeMod.<init>(ForgeMod.kt:84) ~[lucky-block-forge-1.18.2-13.1.jar%23140!/:?]
    at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
    at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
    at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
    at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]
    at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:67) ~[javafmllanguage-1.18.2-40.1.68.jar%23210!/:?]
    at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:106) ~[fmlcore-1.18.2-40.1.68.jar%23209!/:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) [?:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) [?:?]
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) [?:?]
    at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) [?:?]
    at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) [?:?]
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) [?:?]
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [?:?]
[27Jul2022 19:55:35.173] [modloading-worker-0/INFO] [REI/]: [REI] Registered plugin provider DefaultPlugin [roughlyenoughitems] for REIServerPlugin
[27Jul2022 19:55:35.173] [modloading-worker-0/INFO] [REI/]: [REI] Registered plugin provider DefaultPlugin [roughlyenoughitems] for REIPlugin
[27Jul2022 19:55:35.180] [modloading-worker-0/INFO] [REI/]: [REI] Registered plugin provider DefaultRuntimePlugin [roughlyenoughitems] for REIServerPlugin
[27Jul2022 19:55:35.181] [modloading-worker-0/INFO] [REI/]: [REI] Registered plugin provider DefaultRuntimePlugin [roughlyenoughitems] for REIPlugin
[27Jul2022 19:55:35.182] [modloading-worker-0/INFO] [REI/]: [REI] Registered plugin provider JEIExtraPlugin [roughlyenoughitems] for REIServerPlugin
[27Jul2022 19:55:35.182] [modloading-worker-0/INFO] [REI/]: [REI] Registered plugin provider JEIExtraPlugin [roughlyenoughitems] for REIPlugin
[27Jul2022 19:55:35.260] [modloading-worker-0/INFO] [REI/]: [REI] Registered plugin provider DefaultClientPlugin [roughlyenoughitems] for REIClientPlugin
[27Jul2022 19:55:35.263] [modloading-worker-0/INFO] [REI/]: [REI] Registered plugin provider DefaultClientPlugin [roughlyenoughitems] for REIPlugin
[27Jul2022 19:55:35.370] [modloading-worker-0/INFO] [REI/]: [REI] Registered plugin provider DefaultClientRuntimePlugin [roughlyenoughitems] for REIClientPlugin
[27Jul2022 19:55:35.370] [modloading-worker-0/INFO] [REI/]: [REI] Registered plugin provider DefaultClientRuntimePlugin [roughlyenoughitems] for REIPlugin
[27Jul2022 19:55:35.382] [modloading-worker-0/INFO] [REI/]: [REI] Registered plugin provider JEIExtraClientPlugin [roughlyenoughitems] for REIClientPlugin
[27Jul2022 19:55:35.384] [modloading-worker-0/INFO] [REI/]: [REI] Registered plugin provider JEIExtraClientPlugin [roughlyenoughitems] for REIPlugin
[27Jul2022 19:55:35.433] [modloading-worker-0/WARN] [patchouli/]: Could not locate JEI keybindings, lookups in books may not work
[27Jul2022 19:55:35.459] [modloading-worker-0/INFO] [REI/]: [REI] Registered plugin provider JEI Plugin [FinsJEIPlugin] [finsandtails] for REIClientPlugin
[27Jul2022 19:55:35.461] [modloading-worker-0/INFO] [REI/]: [REI] Registered plugin provider JEI Plugin [FinsJEIPlugin] [finsandtails] for REIPlugin
[27Jul2022 19:55:35.462] [modloading-worker-0/INFO] [REI/]: [REI] Registered plugin provider JEI Plugin [CuriosJeiPlugin] [curios] for REIClientPlugin
[27Jul2022 19:55:35.462] [modloading-worker-0/INFO] [REI/]: [REI] Registered plugin provider JEI Plugin [CuriosJeiPlugin] [curios] for REIPlugin
[27Jul2022 19:55:35.463] [modloading-worker-0/INFO] [REI/]: [REI] Registered plugin provider JEI Plugin [PatchouliJeiPlugin] [patchouli] for REIClientPlugin
[27Jul2022 19:55:35.464] [modloading-worker-0/INFO] [REI/]: [REI] Registered plugin provider JEI Plugin [PatchouliJeiPlugin] [patchouli] for REIPlugin
[27Jul2022 19:55:35.464] [modloading-worker-0/INFO] [REI/]: [REI] Registered plugin provider JEI Plugin [JEIAddon] [waystones] for REIClientPlugin
[27Jul2022 19:55:35.464] [modloading-worker-0/INFO] [REI/]: [REI] Registered plugin provider JEI Plugin [JEIAddon] [waystones] for REIPlugin
[27Jul2022 19:55:35.465] [modloading-worker-0/INFO] [REI/]: [REI] Registered plugin provider JEI Plugin [JEIPlugin] [randomium] for REIClientPlugin
[27Jul2022 19:55:35.465] [modloading-worker-0/INFO] [REI/]: [REI] Registered plugin provider JEI Plugin [JEIPlugin] [randomium] for REIPlugin
[27Jul2022 19:55:35.465] [modloading-worker-0/INFO] [REI/]: [REI] Registered plugin provider JEI Plugin [JEIArsNouveauPlugin] [ars_nouveau] for REIClientPlugin
[27Jul2022 19:55:35.465] [modloading-worker-0/INFO] [REI/]: [REI] Registered plugin provider JEI Plugin [JEIArsNouveauPlugin] [ars_nouveau] for REIPlugin
[27Jul2022 19:55:35.722] [modloading-worker-0/INFO] [REI/]: [REI] Registered plugin provider JEI Plugin [SupplementariesJEIPlugin] [supplementaries] for REIClientPlugin
[27Jul2022 19:55:35.722] [modloading-worker-0/INFO] [REI/]: [REI] Registered plugin provider JEI Plugin [SupplementariesJEIPlugin] [supplementaries] for REIPlugin
[27Jul2022 19:55:35.723] [modloading-worker-0/INFO] [REI/]: [REI] Registered plugin provider JEI Plugin [EnchDescJEI] [enchdesc] for REIClientPlugin
[27Jul2022 19:55:35.723] [modloading-worker-0/INFO] [REI/]: [REI] Registered plugin provider JEI Plugin [EnchDescJEI] [enchdesc] for REIPlugin
[27Jul2022 19:55:35.723] [modloading-worker-0/INFO] [REI/]: [REI] Registered plugin provider JEI Plugin [JEIPlugin] [sakura] for REIClientPlugin
[27Jul2022 19:55:35.723] [modloading-worker-0/INFO] [REI/]: [REI] Registered plugin provider JEI Plugin [JEIPlugin] [sakura] for REIPlugin
[27Jul2022 19:55:35.724] [modloading-worker-0/INFO] [REI/]: [REI] Registered plugin provider JEI Plugin [JeiModule] [polymorph] for REIClientPlugin
[27Jul2022 19:55:35.724] [modloading-worker-0/INFO] [REI/]: [REI] Registered plugin provider JEI Plugin [JeiModule] [polymorph] for REIPlugin
[27Jul2022 19:55:35.724] [modloading-worker-0/INFO] [REI/]: [REI] Registered plugin provider JEI Plugin [JEIIntegration] [aquaculture] for REIClientPlugin
[27Jul2022 19:55:35.724] [modloading-worker-0/INFO] [REI/]: [REI] Registered plugin provider JEI Plugin [JEIIntegration] [aquaculture] for REIPlugin
[27Jul2022 19:55:35.725] [modloading-worker-0/INFO] [REI/]: [REI] Registered plugin provider JEI Plugin [ValhelsiaStructuresJEIPlugin] [valhelsia_structures] for REIClientPlugin
[27Jul2022 19:55:35.725] [modloading-worker-0/INFO] [REI/]: [REI] Registered plugin provider JEI Plugin [ValhelsiaStructuresJEIPlugin] [valhelsia_structures] for REIPlugin
[27Jul2022 19:55:35.746] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for roughlyenoughitems
[27Jul2022 19:55:35.746] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for jei
[27Jul2022 19:55:35.750] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file mmlib-common.toml for mmlib tracking
[27Jul2022 19:55:35.754] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for mmlib
[27Jul2022 19:55:35.821] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for lucky
[27Jul2022 19:55:35.834] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing mod.lucky.forge.ForgeSubscriber to MOD
[27Jul2022 19:55:35.839] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing mod.lucky.forge.ForgeClientSubscriber to MOD
[27Jul2022 19:55:35.853] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for unstructured
[27Jul2022 19:55:35.888] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for notenoughanimations
[27Jul2022 19:55:35.890] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for iceberg
[27Jul2022 19:55:35.890] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.anthonyhilyard.iceberg.IcebergClient to FORGE
[27Jul2022 19:55:35.829] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file sakura-common.toml for sakura tracking
[27Jul2022 19:55:36.004] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for sakura
[27Jul2022 19:55:36.110] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing cn.mcmod.sakura.events.TreeEvent to FORGE
[27Jul2022 19:55:36.113] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing cn.mcmod.sakura.events.BurnTimeEvent to FORGE
[27Jul2022 19:55:36.115] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing cn.mcmod.sakura.events.BiomeEvent to FORGE
[27Jul2022 19:55:36.115] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing cn.mcmod.sakura.data.DataGen to MOD
[27Jul2022 19:55:36.116] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing cn.mcmod.sakura.client.layers.LayerRegistry to MOD
[27Jul2022 19:55:36.119] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing cn.mcmod.sakura.client.gui.ScreensRegistry to MOD
[27Jul2022 19:55:36.134] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing cn.mcmod.sakura.client.ClientEvents to MOD
[27Jul2022 19:55:36.150] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file legendarytooltips-common.toml for legendarytooltips tracking
[27Jul2022 19:55:36.151] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for legendarytooltips
[27Jul2022 19:55:36.151] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.anthonyhilyard.legendarytooltips.LegendaryTooltipsConfig to MOD
[27Jul2022 19:55:36.151] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.anthonyhilyard.legendarytooltips.LegendaryTooltips to FORGE
[27Jul2022 19:55:36.444] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ecologics.toml for ecologics tracking
[27Jul2022 19:55:36.460] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file luckytntmod-common.toml for luckytntmod tracking
[27Jul2022 19:55:36.496] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for luckytntmod
[27Jul2022 19:55:36.496] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing luckytnt.registry.SoundRegistry to MOD
[27Jul2022 19:55:36.496] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing luckytnt.registry.RendererRegistry to MOD
[27Jul2022 19:55:36.498] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing luckytnt.registry.ModelRegistry to MOD
[27Jul2022 19:55:36.499] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing luckytnt.registry.ItemRegistry to MOD
[27Jul2022 19:55:36.503] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for ecologics
[27Jul2022 19:55:36.518] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing luckytnt.registry.EntityRegistry to MOD
[27Jul2022 19:55:36.564] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing luckytnt.registry.EffectRegistry to MOD
[27Jul2022 19:55:36.565] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing luckytnt.registry.CommandRegistry to FORGE
[27Jul2022 19:55:36.564] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing samebutdifferent.ecologics.client.forge.EcologicsForgeClient to MOD
[27Jul2022 19:55:36.566] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing luckytnt.registry.ColorRegistry to MOD
[27Jul2022 19:55:36.566] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing samebutdifferent.ecologics.event.forge.CommonEventHandler to FORGE
[27Jul2022 19:55:36.566] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing luckytnt.registry.BlockRegistry to MOD
[27Jul2022 19:55:36.680] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing luckytnt.LevelEvents to FORGE
[27Jul2022 19:55:36.681] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing luckytnt.EntityEvents to MOD
[27Jul2022 19:55:36.958] [modloading-worker-0/DEBUG] [mixin/]: Mixing features.options.MixinOptionsScreen from rubidium.mixins.json into net.minecraft.client.gui.screens.OptionsScreen
[27Jul2022 19:55:37.016] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for xaerominimap
[27Jul2022 19:55:37.081] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fastbench
[27Jul2022 19:55:37.081] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing shadows.fastbench.ClientHandler to FORGE
[27Jul2022 19:55:37.085] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for polymorph
[27Jul2022 19:55:37.101] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file croptopia-common.toml for croptopia tracking
[27Jul2022 19:55:37.102] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for croptopia
[27Jul2022 19:55:37.103] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.epherical.croptopia.CroptopiaForge$RegistryEvents to MOD
[27Jul2022 19:55:37.104] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.epherical.croptopia.config.Config to MOD
[27Jul2022 19:55:37.121] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file earthmobsmod-common.toml for earthmobsmod tracking
[27Jul2022 19:55:37.124] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for earthmobsmod
[27Jul2022 19:55:37.124] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing baguchan.earthmobsmod.registry.ModEntities to MOD
[27Jul2022 19:55:37.124] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing baguchan.earthmobsmod.registry.ModEffects to MOD
[27Jul2022 19:55:37.209] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing baguchan.earthmobsmod.event.BiomeEvent to FORGE
[27Jul2022 19:55:37.310] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing baguchan.earthmobsmod.EarthMobsConfig to MOD
[27Jul2022 19:55:37.387] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing baguchan.earthmobsmod.CommonEvents to FORGE
[27Jul2022 19:55:37.438] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing baguchan.earthmobsmod.client.ClientRegistrar to MOD
[27Jul2022 19:55:37.403] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for philips_ruins
[27Jul2022 19:55:37.485] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mcreator.philipsbetterbiomes.world.features.ores.DungeonblockFeature$DungeonblockFeatureRuleTest to MOD
[27Jul2022 19:55:37.485] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mcreator.philipsbetterbiomes.init.PhilipsRuinsModModels to MOD
[27Jul2022 19:55:37.486] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mcreator.philipsbetterbiomes.init.PhilipsRuinsModFeatures to FORGE
[27Jul2022 19:55:37.486] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mcreator.philipsbetterbiomes.init.PhilipsRuinsModEntityRenderers to MOD
[27Jul2022 19:55:37.487] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mcreator.philipsbetterbiomes.init.PhilipsRuinsModEntities to MOD
[27Jul2022 19:55:37.487] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mcreator.philipsbetterbiomes.command.DungeonblockcmdCommand to FORGE
[27Jul2022 19:55:37.490] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_elemental-common.toml for ars_elemental tracking
[27Jul2022 19:55:37.490] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_elemental-client.toml for ars_elemental tracking
[27Jul2022 19:55:37.491] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing baguchan.earthmobsmod.client.ClientEvents to FORGE
[27Jul2022 19:55:37.535] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for entityculling
[27Jul2022 19:55:37.540] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file backpacked-client.toml for backpacked tracking
[27Jul2022 19:55:37.540] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file backpacked-common.toml for backpacked tracking
[27Jul2022 19:55:37.540] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file backpacked-server.toml for backpacked tracking
[27Jul2022 19:55:37.637] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for backpacked
[27Jul2022 19:55:37.735] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mrcrayfish.backpacked.enchantment.RepairmanEnchantment to FORGE
[27Jul2022 19:55:37.806] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/watery_grave.toml for ars_elemental tracking
[27Jul2022 19:55:37.807] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/conjure_dirt.toml for ars_elemental tracking
[27Jul2022 19:55:37.807] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mrcrayfish.backpacked.enchantment.LootedEnchantment to FORGE
[27Jul2022 19:55:37.807] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/charm.toml for ars_elemental tracking
[27Jul2022 19:55:37.843] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/life_link.toml for ars_elemental tracking
[27Jul2022 19:55:37.843] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/poison_spores.toml for ars_elemental tracking
[27Jul2022 19:55:37.843] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/homing_projectile.toml for ars_elemental tracking
[27Jul2022 19:55:37.843] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/curved_projectile.toml for ars_elemental tracking
[27Jul2022 19:55:37.844] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/propagator_homing.toml for ars_elemental tracking
[27Jul2022 19:55:37.844] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ars_nouveau/propagator_arc.toml for ars_elemental tracking
[27Jul2022 19:55:37.846] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mrcrayfish.backpacked.core.ModLayerDefinitions to MOD
[27Jul2022 19:55:37.851] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.compat115plus.MobEntityRendererMixin from pehkui.mixins.json into net.minecraft.client.renderer.entity.MobRenderer
[27Jul2022 19:55:37.912] [modloading-worker-0/DEBUG] [mixin/]: Mixing UndeadHorseRenderMixin from supplementaries.mixins.json into net.minecraft.client.renderer.entity.UndeadHorseRenderer
[27Jul2022 19:55:37.912] [modloading-worker-0/DEBUG] [mixin/]: supplementaries.mixins.json:UndeadHorseRenderMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:37.915] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for ars_elemental
[27Jul2022 19:55:37.915] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing alexthw.ars_elemental.world.WorldEvents to MOD
[27Jul2022 19:55:37.915] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mrcrayfish.backpacked.common.UnlockTracker to FORGE
[27Jul2022 19:55:37.916] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mrcrayfish.backpacked.common.tracker.CraftingProgressTracker to FORGE
[27Jul2022 19:55:37.916] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mrcrayfish.backpacked.common.data.PickpocketChallenge to FORGE
[27Jul2022 19:55:37.917] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mrcrayfish.backpacked.common.CommonEvents to FORGE
[27Jul2022 19:55:37.918] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing alexthw.ars_elemental.registry.ModItems to MOD
[27Jul2022 19:55:37.919] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing alexthw.ars_elemental.registry.ModEntities to MOD
[27Jul2022 19:55:37.919] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing alexthw.ars_elemental.network.NetworkManager to MOD
[27Jul2022 19:55:37.920] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing alexthw.ars_elemental.GlyphConfigs to FORGE
[27Jul2022 19:55:37.921] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing alexthw.ars_elemental.event.ShieldEvents to FORGE
[27Jul2022 19:55:37.921] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file regrowth-common.toml for regrowth tracking
[27Jul2022 19:55:37.921] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for regrowth
[27Jul2022 19:55:37.921] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mactso.regrowth.Main$ForgeEvents to FORGE
[27Jul2022 19:55:37.922] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mactso.regrowth.events.MoveEntityEvent to FORGE
[27Jul2022 19:55:37.923] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing alexthw.ars_elemental.event.GlyphEvents to FORGE
[27Jul2022 19:55:37.925] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing alexthw.ars_elemental.event.Events to FORGE
[27Jul2022 19:55:37.926] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing alexthw.ars_elemental.event.DamageEvents to FORGE
[27Jul2022 19:55:37.928] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mactso.regrowth.config.MyConfig to MOD
[27Jul2022 19:55:37.930] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fastfurnace
[27Jul2022 19:55:37.931] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for arsarsenal
[27Jul2022 19:55:37.931] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.minttea.minecraft.arsarsenal.setup.registries.ItemRegistry to MOD
[27Jul2022 19:55:37.931] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.minttea.minecraft.arsarsenal.setup.ClientEvents to MOD
[27Jul2022 19:55:37.931] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing alexthw.ars_elemental.datagen.Datagen to MOD
[27Jul2022 19:55:37.932] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.minttea.minecraft.arsarsenal.common.events.ArmorEvents to FORGE
[27Jul2022 19:55:37.932] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing alexthw.ars_elemental.common.items.NecroticFocus to FORGE
[27Jul2022 19:55:37.933] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.minttea.minecraft.arsarsenal.ArsArsenal to FORGE
[27Jul2022 19:55:37.935] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing alexthw.ars_elemental.common.entity.EntityAttributes to MOD
[27Jul2022 19:55:37.936] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing alexthw.ars_elemental.client.ClientEvents to MOD
[27Jul2022 19:55:37.938] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file appleskin-client.toml for appleskin tracking
[27Jul2022 19:55:37.939] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for appleskin
[27Jul2022 19:55:37.944] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file lootr-common.toml for lootr tracking
[27Jul2022 19:55:37.945] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file lootr-client.toml for lootr tracking
[27Jul2022 19:55:37.946] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for lootr
[27Jul2022 19:55:37.946] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing noobanidus.mods.lootr.setup.CommonSetup to MOD
[27Jul2022 19:55:37.948] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing noobanidus.mods.lootr.setup.ClientSetup to MOD
[27Jul2022 19:55:37.950] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing noobanidus.mods.lootr.init.ModItems to MOD
[27Jul2022 19:55:38.047] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file creeperoverhaul-client.toml for creeperoverhaul tracking
[27Jul2022 19:55:38.048] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for creeperoverhaul
[27Jul2022 19:55:38.048] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing tech.thatgravyboat.creeperoverhaul.client.init.ClientInit to MOD
[27Jul2022 19:55:38.051] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for ferritecore
[27Jul2022 19:55:38.052] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing malte0811.ferritecore.ModClientForge to MOD
[27Jul2022 19:55:38.053] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for enhancedcelestials
[27Jul2022 19:55:38.131] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing noobanidus.mods.lootr.init.ModEntities to MOD
[27Jul2022 19:55:38.135] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing noobanidus.mods.lootr.init.ModBlocks to MOD
[27Jul2022 19:55:38.137] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing noobanidus.mods.lootr.init.ModBlockEntities to MOD
[27Jul2022 19:55:38.137] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing noobanidus.mods.lootr.gen.LootrDataGenerators to MOD
[27Jul2022 19:55:38.140] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing noobanidus.mods.lootr.event.HandleMigrate to FORGE
[27Jul2022 19:55:38.141] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing noobanidus.mods.lootr.event.HandleChunk to FORGE
[27Jul2022 19:55:38.142] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing noobanidus.mods.lootr.event.HandleCart to FORGE
[27Jul2022 19:55:38.143] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing noobanidus.mods.lootr.event.HandleBreak to FORGE
[27Jul2022 19:55:38.149] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing noobanidus.mods.lootr.event.HandleAdvancement to FORGE
[27Jul2022 19:55:38.151] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing noobanidus.mods.lootr.entity.EntityTicker to FORGE
[27Jul2022 19:55:38.153] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing noobanidus.mods.lootr.config.ConfigManager to MOD
[27Jul2022 19:55:38.153] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing noobanidus.mods.lootr.block.entities.TileTicker to FORGE
[27Jul2022 19:55:38.155] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file aquaculture-common.toml for aquaculture tracking
[27Jul2022 19:55:38.159] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file Obscuria Collection/ob-core.toml for ob_core tracking
[27Jul2022 19:55:38.192] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for aquaculture
[27Jul2022 19:55:38.197] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for ob_core
[27Jul2022 19:55:38.197] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teammetallurgy.aquaculture.loot.EntitySpawning to FORGE
[27Jul2022 19:55:38.197] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.core.world.features.ores.RawPlatinumBlockFeature$RawPlatinumBlockFeatureRuleTest to MOD
[27Jul2022 19:55:38.197] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teammetallurgy.aquaculture.loot.FishWeightHandler to FORGE
[27Jul2022 19:55:38.197] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.core.world.features.ores.MagicCrystalClusterFeature$MagicCrystalClusterFeatureRuleTest to MOD
[27Jul2022 19:55:38.198] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.core.world.features.ores.DeepslatePlatinumOreFeature$DeepslatePlatinumOreFeatureRuleTest to MOD
[27Jul2022 19:55:38.198] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.core.procedures.WitchScrollDropProcedure to FORGE
[27Jul2022 19:55:38.199] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teammetallurgy.aquaculture.api.fishing.Hooks to FORGE
[27Jul2022 19:55:38.199] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.core.procedures.ShiningFoodBuffProcedure to FORGE
[27Jul2022 19:55:38.200] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.core.procedures.PlatinumBonusHelmProcedure to FORGE
[27Jul2022 19:55:38.201] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.core.procedures.PlatinumBonusCrownProcedure to FORGE
[27Jul2022 19:55:38.201] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.core.procedures.PatreonYyDaggerAttackProcedure to FORGE
[27Jul2022 19:55:38.202] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.core.procedures.PatreonTheBondActiveProcedure to FORGE
[27Jul2022 19:55:38.203] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teammetallurgy.aquaculture.client.ClientHandler to MOD
[27Jul2022 19:55:38.203] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.core.procedures.ObsidianExecutionerTopProcedure to FORGE
[27Jul2022 19:55:38.204] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.core.procedures.MonsterMassacreProcedure to FORGE
[27Jul2022 19:55:38.205] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.core.procedures.MonsterMassacreKilledProcedure to FORGE
[27Jul2022 19:55:38.205] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teammetallurgy.aquaculture.client.renderer.tileentity.NeptunesBountyRenderer to MOD
[27Jul2022 19:55:38.205] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.core.procedures.MassacreHurtProcedure to FORGE
[27Jul2022 19:55:38.207] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teammetallurgy.aquaculture.init.AquaSounds to MOD
[27Jul2022 19:55:38.207] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.core.procedures.InvulnerabilityEffectProcedure to FORGE
[27Jul2022 19:55:38.207] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teammetallurgy.aquaculture.init.AquaEntities to MOD
[27Jul2022 19:55:38.208] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teammetallurgy.aquaculture.init.FishRegistry to MOD
[27Jul2022 19:55:38.208] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.core.procedures.HildaSummonProcedure to FORGE
[27Jul2022 19:55:38.208] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.core.procedures.HildaHurtProcedure to FORGE
[27Jul2022 19:55:38.209] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.core.procedures.DamageIndicatorCreateProcedure to FORGE
[27Jul2022 19:55:38.209] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.core.procedures.CreatorsWeaknessPlaceProcedure to FORGE
[27Jul2022 19:55:38.210] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.core.procedures.CreatorsWeaknessBreakProcedure to FORGE
[27Jul2022 19:55:38.208] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teammetallurgy.aquaculture.init.AquaLootTables to FORGE
[27Jul2022 19:55:38.214] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.core.procedures.AttackAnimationProcedure to FORGE
[27Jul2022 19:55:38.216] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.core.procedures.AfterlifeKeyEffectProcedure to FORGE
[27Jul2022 19:55:38.217] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.core.procedures.AfterlifeKeyChargeProcedure to FORGE
[27Jul2022 19:55:38.218] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.core.procedures.AccessoryBreakProcedure to FORGE
[27Jul2022 19:55:38.214] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teammetallurgy.aquaculture.init.AquaRecipes to MOD
[27Jul2022 19:55:38.219] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.core.network.ObCoreModVariables to MOD
[27Jul2022 19:55:38.220] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teammetallurgy.aquaculture.misc.AquaTooltip to FORGE
[27Jul2022 19:55:38.220] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.core.network.ObCoreModVariables$PlayerVariablesProvider to FORGE
[27Jul2022 19:55:38.220] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teammetallurgy.aquaculture.misc.NeptunesMight to FORGE
[27Jul2022 19:55:38.221] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teammetallurgy.aquaculture.misc.FurnaceFuel to FORGE
[27Jul2022 19:55:38.221] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.core.network.ObCoreModVariables$EventBusVariableHandlers to FORGE
[27Jul2022 19:55:38.221] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teammetallurgy.aquaculture.item.crafting.ConditionFactory to MOD
[27Jul2022 19:55:38.222] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.core.network.ManualHomeButtonMessage to MOD
[27Jul2022 19:55:38.223] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teammetallurgy.aquaculture.item.neptunium.NeptuniumArmor to FORGE
[27Jul2022 19:55:38.223] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.core.item.inventory.RunicManualInventoryCapability to FORGE
[27Jul2022 19:55:38.224] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.core.init.ObCoreModSounds to MOD
[27Jul2022 19:55:38.225] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.core.init.ObCoreModScreens to MOD
[27Jul2022 19:55:38.225] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.core.init.ObCoreModParticles to MOD
[27Jul2022 19:55:38.226] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.core.init.ObCoreModModels to MOD
[27Jul2022 19:55:38.228] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.core.init.ObCoreModMenus to MOD
[27Jul2022 19:55:38.229] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.core.init.ObCoreModFeatures to FORGE
[27Jul2022 19:55:38.230] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.core.init.ObCoreModEntityRenderers to MOD
[27Jul2022 19:55:38.231] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.core.init.ObCoreModEntities to MOD
[27Jul2022 19:55:38.231] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.core.init.ObCoreModBlocks$ClientSideHandler to MOD
[27Jul2022 19:55:38.231] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.core.command.HarvestCommand to FORGE
[27Jul2022 19:55:38.231] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file valhelsia_core-client.toml for valhelsia_core tracking
[27Jul2022 19:55:38.232] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for valhelsia_core
[27Jul2022 19:55:38.232] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.valhelsia.valhelsia_core.core.init.ValhelsiaLootModifiers to FORGE
[27Jul2022 19:55:38.232] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.core.command.CommandWorldResetCommand to FORGE
[27Jul2022 19:55:38.232] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.obscuria.core.command.CommandPlayerResetCommand to FORGE
[27Jul2022 19:55:38.233] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.valhelsia.valhelsia_core.core.data.DataGenerators to MOD
[27Jul2022 19:55:38.233] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.valhelsia.valhelsia_core.common.event.PlayerEvents to FORGE
[27Jul2022 19:55:38.234] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.valhelsia.valhelsia_core.common.event.CapabilityEvents to MOD
[27Jul2022 19:55:38.235] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.valhelsia.valhelsia_core.client.event.GuiEvents to FORGE
[27Jul2022 19:55:38.236] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.valhelsia.valhelsia_core.client.event.EntityRendererEvents to MOD
[27Jul2022 19:55:38.240] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.valhelsia.valhelsia_core.client.event.ClientPlayerEvents to FORGE
[27Jul2022 19:55:38.292] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for flickerfix
[27Jul2022 19:55:38.356] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file valhelsia_structures-common.toml for valhelsia_structures tracking
[27Jul2022 19:55:38.358] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for valhelsia_structures
[27Jul2022 19:55:38.358] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.stal111.valhelsia_structures.core.init.ModItems to MOD
[27Jul2022 19:55:38.359] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.stal111.valhelsia_structures.core.init.ModEntities to MOD
[27Jul2022 19:55:38.361] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.stal111.valhelsia_structures.core.init.ModBlocks to MOD
[27Jul2022 19:55:38.419] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.stal111.valhelsia_structures.core.data.DataGenerators to MOD
[27Jul2022 19:55:38.485] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.stal111.valhelsia_structures.common.event.FurnaceFuelListener to FORGE
[27Jul2022 19:55:38.548] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.stal111.valhelsia_structures.common.event.EntityEventListener to FORGE
[27Jul2022 19:55:38.608] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.stal111.valhelsia_structures.common.event.EntityEventListener$ModEvents to MOD
[27Jul2022 19:55:38.651] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.stal111.valhelsia_structures.common.event.ColorHandlerListener to MOD
[27Jul2022 19:55:38.704] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.stal111.valhelsia_structures.client.event.EntityRendererEvents to MOD
[27Jul2022 19:55:38.749] [Render thread/FATAL] [net.minecraftforge.fml.ModLoader/LOADING]: Failed to complete lifecycle event CONSTRUCT, 4 errors found
[27Jul2022 19:55:38.754] [Render thread/INFO] [doublenegation.mods.compactores.CompactOresResourcePack/]: Generating CompactOre resources for 18 compact ore blocks
[27Jul2022 19:55:38.888] [Render thread/DEBUG] [mixin/]: Mixing forge.ForgeHooksMixin from apoli.mixins.json into net.minecraftforge.common.ForgeHooks
[27Jul2022 19:55:38.888] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$ladder$0(Lnet/minecraft/core/BlockPos;)V to md7320de$lambda$ladder$0$0 in apoli.mixins.json:forge.ForgeHooksMixin
[27Jul2022 19:55:39.250] [Render thread/DEBUG] [mixin/]: Mixing LanguageManagerMixin from selene.mixins.json into net.minecraft.client.resources.language.ClientLanguage
[27Jul2022 19:55:39.254] [Render thread/DEBUG] [mixin/]: selene.mixins.json:LanguageManagerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:39.522] [Render thread/DEBUG] [mixin/]: Mixing TotalDarkness.MixinNativeImageBackedTexture from rubidium_extras.mixins.json into net.minecraft.client.renderer.texture.DynamicTexture
[27Jul2022 19:55:39.522] [Render thread/DEBUG] [mixin/]: rubidium_extras.mixins.json:TotalDarkness.MixinNativeImageBackedTexture: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
[27Jul2022 19:55:39.528] [Render thread/DEBUG] [mixin/]: Mixing client.SkinManagerMixin from valhelsia_core.mixins.json into net.minecraft.client.resources.SkinManager
[27Jul2022 19:55:39.528] [Render thread/DEBUG] [mixin/]: valhelsia_core.mixins.json:client.SkinManagerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:39.529] [Render thread/DEBUG] [mixin/]: Mixing HttpTextureMixin from 3dskinlayers.mixins.json into net.minecraft.client.renderer.texture.HttpTexture
[27Jul2022 19:55:39.529] [Render thread/DEBUG] [mixin/]: 3dskinlayers.mixins.json:HttpTextureMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:39.533] [Render thread/DEBUG] [mixin/]: Mixing LevelStorageSourceMixin from structure_gel.mixins.json into net.minecraft.world.level.storage.LevelStorageSource
[27Jul2022 19:55:39.596] [Render thread/DEBUG] [mixin/]: structure_gel.mixins.json:LevelStorageSourceMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
[27Jul2022 19:55:39.835] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.sound.SoundLoadEvent to a broken mod state
[27Jul2022 19:55:39.842] [Render thread/DEBUG] [mixin/]: Mixing client.AccessorFontManager from bookshelf.common.mixins.json into net.minecraft.client.gui.font.FontManager
[27Jul2022 19:55:39.848] [Render thread/DEBUG] [mixin/]: Mixing features.gui.font.MixinGlyphRenderer from rubidium.mixins.json into net.minecraft.client.gui.font.glyphs.BakedGlyph
[27Jul2022 19:55:39.923] [Render thread/DEBUG] [oshi.util.FileUtil/]: No oshi.architecture.properties file found from ClassLoader cpw.mods.modlauncher.TransformingClassLoader@72465eb2
[27Jul2022 19:55:40.226] [Render thread/FATAL] [net.minecraftforge.common.ForgeMod/]: Preparing crash report with UUID e4fa9497-404b-4669-b188-0077cb987e2f
[27Jul2022 19:55:40.244] [Render thread/FATAL] [net.minecraftforge.common.ForgeMod/]: Preparing crash report with UUID 42a2f008-6963-47ae-a03b-c8704d51243e

 

 

Link to comment
Share on other sites

Quote

[27Jul2022 19:55:27.974] [modloading-worker-0/FATAL] [mixin/]: Mixin apply failed apoli.mixins.json:GameRendererMixin -> net.minecraft.client.renderer.GameRenderer: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException @At("INVOKE") on net/minecraft/client/renderer/GameRenderer::fixNightVision with priority 1000 cannot inject into net/minecraft/client/renderer/GameRenderer::m_109108_(Lnet/minecraft/world/entity/LivingEntity;F)F merged by net.permutated.flickerfix.mixin.MixinGameRenderer with priority 1000 [PREINJECT Applicator Phase -> apoli.mixins.json:GameRendererMixin -> Prepare Injections ->  -> redirect$zeb000$fixNightVision(Lnet/minecraft/world/effect/MobEffectInstance;)I -> Prepare]
org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: @At("INVOKE") on net/minecraft/client/renderer/GameRenderer::fixNightVision with priority 1000 cannot inject into net/minecraft/client/renderer/GameRenderer::m_109108_(Lnet/minecraft/world/entity/LivingEntity;F)F merged by net.permutated.flickerfix.mixin.MixinGameRenderer with priority 1000 [PREINJECT Applicator Phase -> apoli.mixins.json:GameRendererMixin -> Prepare Injections ->  -> redirect$zeb000$fixNightVision(Lnet/minecraft/world/effect/MobEffectInstance;)I -> Prepare]

Conflict between apoli and flickerfix

Make sure you have the latest versions then contact the authors.

Boilerplate:

If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one.

If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install

Large files should be posted to a file sharing site like https://gist.github.com  You should also read the support forum sticky post.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Yeah, Minecraft.getInstance().player only works on the client side. Is there a way to get the player from the NetworkEvent.Context?
    • I have tried multimc, prism, and curseforge. They all crash without creating any logs.
    • I play with friends a server with mods, funny enough im the only one getting the error. Link to the crash error:https://pastebin.com/Qgn57EXZ
    • I have a keybind where you spit like a llama. On singleplayer both the entity and particle spawn and it's sound is played (https://youtu.be/bpxnFDuWw_I). But on a server only the entity is spawned and nothing else (https://youtu.be/veVQ4zSqnIA), no particles nor sound. Upon starting the server I have noticed this error in the window (https://postimg.cc/K3KDCpMY), don't know if it's relevant. The server works fine but when I want to spit the following pops up in the serverlog '''Attempted to load class net/minecraft/client/player/LocalPlayer for invalid dist DEDICATED_SERVER''' (https://postimg.cc/LqTDP1Sm). I have prepared the following code of the Server-to-Client packet class which I have made to spawn mentioned particles and sounds. package mett.palemannie.tabakmod.networking.packets; import net.minecraft.client.Minecraft; import net.minecraft.core.particles.ParticleTypes; import net.minecraft.network.FriendlyByteBuf; import net.minecraft.sounds.SoundEvents; import net.minecraft.util.RandomSource; import net.minecraft.world.entity.player.Player; import net.minecraft.world.level.Level; import net.minecraft.world.phys.Vec3; import net.minecraftforge.network.NetworkEvent; import java.util.function.Supplier; public class SpuckEffektS2CPacket { public SpuckEffektS2CPacket(){ } public SpuckEffektS2CPacket(FriendlyByteBuf buf){ } public void toBytes(FriendlyByteBuf buf){ } public boolean handle(Supplier<NetworkEvent.Context> supplier){ NetworkEvent.Context context = supplier.get(); context.enqueueWork(()-> { Player player = Minecraft.getInstance().player; //Attempted to load class net/minecraft/client/player/LocalPlayer for invalid dist DEDICATED_SERVER Level level = Minecraft.getInstance().level; RandomSource rdm = RandomSource.create(); float r = rdm.nextInt(80, 120) / 100f; player.playSound(SoundEvents.LLAMA_SPIT, 1f, r); Vec3 MausPos = player.getEyePosition(); Vec3 SchauWinkel = player.getLookAngle(); level.addParticle(ParticleTypes.SPIT, true, MausPos.x, MausPos.y, MausPos.z, SchauWinkel.x/4, SchauWinkel.y/4, SchauWinkel.z/4); }); return true; } } Is there an alternative to Minecraft.getInstance().player;? dumb question. I have looked at other mods (MrCrayfish's Gun Mod, Ars Noveau, Apotheosis) on how they handle such server-to-client sound and particles but I haven't got any wiser.    
    • i keep getting error on minecraft when im trying to play modpack. When i go to logs folder i got this. 
  • Topics

  • Who's Online (See full list)

    • There are no registered users currently online
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.