Jump to content

Recommended Posts

Posted

Hello,
I installed some mods in minecraft 1.14.4 that I already used modified, but it gives me this error and it doesn't start 

---- Minecraft Crash Report ----
// Hey, that tickles! Hehehe!

Time: 04/05/20 10.20
Description: Rendering overlay

java.lang.NullPointerException: Rendering overlay
    at com.jaquadro.minecraft.storagedrawers.client.model.BasicDrawerModel$Register.populateGeometryData(BasicDrawerModel.java:132) ~[?:1.14.4-6.0.0] {re:classloading}
    at com.jaquadro.minecraft.storagedrawers.client.model.BasicDrawerModel$Register.registerTextures(BasicDrawerModel.java:60) ~[?:1.14.4-6.0.0] {re:classloading}
    at net.minecraftforge.eventbus.ASMEventHandler_115_Register_registerTextures_Pre.invoke(.dynamic) ~[?:?] {}
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-1.0.0-service.jar:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-1.0.0-service.jar:?] {}
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:28.1] {re:classloading}
    at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:243) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader$$Lambda$2515/1708990865.accept(Unknown Source) ~[?:?] {}
    at java.util.HashMap.forEach(HashMap.java:1280) ~[?:1.8.0_51] {}
    at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:217) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:243) ~[?:?] {re:classloading}
    at net.minecraftforge.client.ForgeHooksClient.onTextureStitchedPre(ForgeHooksClient.java:172) ~[?:?] {re:classloading}
    at net.minecraft.client.renderer.texture.AtlasTexture.func_215254_a(AtlasTexture.java:96) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraft.client.renderer.model.ModelBakery.processLoading(ModelBakery.java:170) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraftforge.client.model.ModelLoader.<init>(ModelLoader.java:143) ~[?:?] {re:classloading}
    at net.minecraft.client.renderer.model.ModelManager.func_212854_a_(ModelManager.java:46) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraft.client.renderer.model.ModelManager.func_212854_a_(ModelManager.java:17) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraft.client.resources.ReloadListener.func_215270_b(SourceFile:11) ~[?:?] {re:classloading}
    at net.minecraft.client.resources.ReloadListener$$Lambda$2633/497378142.get(Unknown Source) ~[?:?] {}
    at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1582) ~[?:1.8.0_51] {}
    at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1574) ~[?:1.8.0_51] {}
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) ~[?:1.8.0_51] {}
    at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) ~[?:1.8.0_51] {}
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1689) ~[?:1.8.0_51] {}
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) ~[?:1.8.0_51] {}


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

-- Head --
Thread: Client thread
Stacktrace:
    at com.jaquadro.minecraft.storagedrawers.client.model.BasicDrawerModel$Register.populateGeometryData(BasicDrawerModel.java:132)
    at com.jaquadro.minecraft.storagedrawers.client.model.BasicDrawerModel$Register.registerTextures(BasicDrawerModel.java:60)
    at net.minecraftforge.eventbus.ASMEventHandler_115_Register_registerTextures_Pre.invoke(.dynamic)
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168)
    at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:243)
    at net.minecraftforge.fml.ModLoader$$Lambda$2515/1708990865.accept(Unknown Source)
    at java.util.HashMap.forEach(HashMap.java:1280)
    at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:217)

-- Overlay render details --
Details:
    Overlay name: net.minecraft.client.gui.ResourceLoadProgressGui
Stacktrace:
    at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:544)
    at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:890)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:384)
    at net.minecraft.client.main.Main.main(SourceFile:155)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$410/638525764.call(Unknown Source)
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:81)
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)

-- System Details --
Details:
    Minecraft Version: 1.14.4
    Minecraft Version ID: 1.14.4
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 1384163184 bytes (1320 MB) / 2147483648 bytes (2048 MB) up to 2147483648 bytes (2048 MB)
    CPUs: 4
    JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    ModLauncher: 4.1.0+62+5bfa59b
    ModLauncher launch target: fmlclient
    ModLauncher naming: srg
    ModLauncher services: 
        /eventbus-1.0.0-service.jar eventbus PLUGINSERVICE 
        /forge-1.14.4-28.1.90.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.14.4-28.1.90.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-1.0.1-milestone.0.1+94458e7-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge-1.14.4-28.1.90.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.14.4-28.1.90.jar runtimedistcleaner PLUGINSERVICE 
        /forge-1.14.4-28.1.90.jar fml TRANSFORMATIONSERVICE 
    FML: 28.1
    Forge: net.minecraftforge:28.1.90
    FML Language Providers: 
        [email protected]
        minecraft@1
    Mod List: 
        forge-1.14.4-28.1.90-client.jar Minecraft {[email protected] CREATE_REGISTRIES}
        mcw-bridges-1.0.3-mc1.14.4.jar Macaw's Bridges {[email protected] CREATE_REGISTRIES}
        Notes-1.14.4-1.2.0.jar Notes {[email protected] CREATE_REGISTRIES}
        AdFinders-1.14.4-3.0.0.0-build.0040.jar Advanced Finders {[email protected] ERROR}
        MouseTweaks-2.13-mc1.14.4.jar Mouse Tweaks {[email protected] CREATE_REGISTRIES}
        blood-particles-1.14.4-1.0.0.jar Blood Particles {[email protected] CREATE_REGISTRIES}
        TrashSlot_1.14.4-10.4.5.jar TrashSlot {[email protected] CREATE_REGISTRIES}
        compactores-1.14.4-1.2.2.jar Compact Ores {[email protected] CREATE_REGISTRIES}
        Floocraft+1.14.4-1.9.7.jar Floocraft {[email protected] CREATE_REGISTRIES}
        Blur-1.1.0-1.jar Blur {[email protected] CREATE_REGISTRIES}
        valhelsia_structures-14.0.3.jar Valhelsia Structures {[email protected] CREATE_REGISTRIES}
        adventurepack-1.0.jar Adventure Tools {[email protected] CREATE_REGISTRIES}
        jei-1.14.4-6.0.0.13.jar Just Enough Items {[email protected] CREATE_REGISTRIES}
        worleycaves-1.14.4-1.6.0.jar Worley's Caves {[email protected] CREATE_REGISTRIES}
        prefab-1.4.0.7.jar Prefab {[email protected] CREATE_REGISTRIES}
        morecharcoal-1.14.4-1.0.3.jar More Charcoal {[email protected] CREATE_REGISTRIES}
        ForgeEndertech-1.14.4-5.2.2.1-build.0083.jar Forge Endertech {[email protected] CREATE_REGISTRIES}
        AdLods-1.14.4-2.0.0.1-build.0078.jar Large Ore Deposits {[email protected] CREATE_REGISTRIES}
        GravelMiner_1.14.4-8.1.6.jar GravelMiner {[email protected] CREATE_REGISTRIES}
        XaerosWorldMap_1.5.3_Forge_1.14.4.jar Xaero's World Map {[email protected] CREATE_REGISTRIES}
        StorageDrawers-1.14.4-6.0.0.jar Storage Drawers {[email protected] CREATE_REGISTRIES}
        NaturesCompass-1.14.4-1.8.3.jar Nature's Compass {[email protected] CREATE_REGISTRIES}
        SereneSeasons-1.14.4-2.0.0.40-universal.jar Serene Seasons {[email protected] CREATE_REGISTRIES}
        decorative_blocks_6b.jar Decorative Blocks {[email protected] CREATE_REGISTRIES}
        structurize-0.10.178-ALPHA.jar Structurize {[email protected] CREATE_REGISTRIES}
        minecolonies-0.10.415-ALPHA-universal.jar Minecolonies {[email protected] CREATE_REGISTRIES}
        furniture-7.0.0-pre3-1.14.4.jar MrCrayfish's Furniture Mod {[email protected] CREATE_REGISTRIES}
        mcw-furnitures-1.0.0-mc1.14.4.jar Macaw's Furniture {[email protected] CREATE_REGISTRIES}
        snowvariants-1.14.4-1.1.1.jar Snow Variants {[email protected] CREATE_REGISTRIES}
        FpsReducer-mc1.14.4-1.12.4.jar FPS Reducer {[email protected] CREATE_REGISTRIES}
        forge-1.14.4-28.1.90-universal.jar Forge {[email protected] CREATE_REGISTRIES}
        ruins-1.14.4.1.jar Ruins {[email protected] CREATE_REGISTRIES}
        corpse-1.14.4-1.0.2.jar Corpse {[email protected] CREATE_REGISTRIES}
        farlanders-1.14.4-1.0.1.jar The Farlanders {[email protected] CREATE_REGISTRIES}
    Launched Version: 1.14.4-forge-28.1.90
    LWJGL: 3.2.2 build 10
    OpenGL: Intel(R) HD Graphics 615 GL version 4.5.0 - Build 24.20.100.6287, Intel
    GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'forge'
    Type: Client (map_client.txt)
    Resource Packs: 
    Current Language: English (US)
    CPU: 4x Intel(R) Pentium(R) CPU 4415Y @ 1.60GHz

Posted (edited)

Sorry,
google automatically translates the page and I got confused
I hope the file is there

I copy the file because I can't insert it, sorry

Spoiler


[04mag2020 10:51:03.466] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--username, AlierrisBrisingr, --version, 1.14.4-forge-28.1.90, --gameDir, C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole, --assetsDir, C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\assets, --assetIndex, 1.14, --uuid, 85cae705270544ca9ca4fc8e56408019, --accessToken, ????????, --userType, mojang, --versionType, release, --launchTarget, fmlclient, --fml.forgeVersion, 28.1.90, --fml.mcVersion, 1.14.4, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20190829.143755]
[04mag2020 10:51:03.478] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 4.1.0+62+5bfa59b starting: java version 1.8.0_51 by Oracle Corporation
[04mag2020 10:51:03.533] [main/DEBUG] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Found launch services [minecraft,testharness,fmlclient,fmlserver]
[04mag2020 10:51:03.564] [main/DEBUG] [cpw.mods.modlauncher.NameMappingServiceHandler/MODLAUNCHER]: Found naming services : []
[04mag2020 10:51:03.605] [main/DEBUG] [cpw.mods.modlauncher.LaunchPluginHandler/MODLAUNCHER]: Found launch plugins: [eventbus,object_holder_definalize,runtime_enum_extender,accesstransformer,capability_inject_definalize,runtimedistcleaner]
[04mag2020 10:51:03.641] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Discovering transformation services
[04mag2020 10:51:04.757] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Found additional transformation services from discovery services: []
[04mag2020 10:51:04.849] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Found transformer services : [fml]
[04mag2020 10:51:04.850] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services loading
[04mag2020 10:51:04.853] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loading service fml
[04mag2020 10:51:04.853] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/]: Injecting tracing printstreams for STDOUT/STDERR.
[04mag2020 10:51:04.860] [main/DEBUG] [net.minecraftforge.fml.loading.LauncherVersion/CORE]: Found FMLLauncher version 28.1
[04mag2020 10:51:04.860] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML 28.1 loading
[04mag2020 10:51:04.861] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML found ModLauncher version : 4.1.0+62+5bfa59b
[04mag2020 10:51:04.862] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Initializing modjar URL handler
[04mag2020 10:51:04.865] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML found AccessTransformer version : 1.0.1-milestone.0.1+94458e7+46+94458e7
[04mag2020 10:51:04.867] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML found EventBus version : 1.0.0+54+3f83a9e
[04mag2020 10:51:04.868] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Found Runtime Dist Cleaner
[04mag2020 10:51:04.876] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML found CoreMod version : 1.0.0+4+e6fed88
[04mag2020 10:51:04.877] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Found ForgeSPI package implementation version 1.5.0+6+478760f
[04mag2020 10:51:04.877] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Found ForgeSPI package specification 3
[04mag2020 10:51:05.907] [main/INFO] [net.minecraftforge.fml.loading.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
[04mag2020 10:51:05.909] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loaded service fml
[04mag2020 10:51:05.921] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Configuring option handling for services
[04mag2020 10:51:05.956] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services initializing
[04mag2020 10:51:05.958] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformation service fml
[04mag2020 10:51:05.959] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Setting up basic FML game directories
[04mag2020 10:51:05.962] [main/DEBUG] [net.minecraftforge.fml.loading.FileUtils/CORE]: Found existing GAMEDIR directory : C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole
[04mag2020 10:51:05.965] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path GAMEDIR is C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole
[04mag2020 10:51:05.966] [main/DEBUG] [net.minecraftforge.fml.loading.FileUtils/CORE]: Found existing MODSDIR directory : C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods
[04mag2020 10:51:05.966] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path MODSDIR is C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods
[04mag2020 10:51:05.968] [main/DEBUG] [net.minecraftforge.fml.loading.FileUtils/CORE]: Found existing CONFIGDIR directory : C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config
[04mag2020 10:51:05.968] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path CONFIGDIR is C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config
[04mag2020 10:51:05.969] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path FMLCONFIG is C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\fml.toml
[04mag2020 10:51:05.969] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Loading configuration
[04mag2020 10:51:06.110] [main/DEBUG] [net.minecraftforge.fml.loading.FileUtils/CORE]: Found existing default config directory directory : C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\defaultconfigs
[04mag2020 10:51:06.111] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Preparing launch handler
[04mag2020 10:51:06.112] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Using fmlclient as launch service
[04mag2020 10:51:06.142] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Received command line version data  : MC Version: '1.14.4' MCP Version: '20190829.143755' Forge Version: '28.1.90' Forge group: 'net.minecraftforge'
[04mag2020 10:51:06.145] [main/DEBUG] [net.minecraftforge.fml.loading.LibraryFinder/CORE]: Found JAR asm at path C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm\6.2\asm-6.2.jar
[04mag2020 10:51:06.145] [main/DEBUG] [net.minecraftforge.fml.loading.LibraryFinder/CORE]: Found probable library path C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\libraries
[04mag2020 10:51:06.189] [main/DEBUG] [net.minecraftforge.fml.loading.LibraryFinder/CORE]: Found forge path C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.14.4-28.1.90\forge-1.14.4-28.1.90-universal.jar is present
[04mag2020 10:51:06.284] [main/DEBUG] [net.minecraftforge.fml.loading.LibraryFinder/CORE]: SRG MC at C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\libraries\net\minecraft\client\1.14.4-20190829.143755\client-1.14.4-20190829.143755-srg.jar is present
[04mag2020 10:51:06.353] [main/DEBUG] [net.minecraftforge.fml.loading.LibraryFinder/CORE]: MC Extras at C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\libraries\net\minecraft\client\1.14.4\client-1.14.4-extra-stable.jar is present
[04mag2020 10:51:06.387] [main/DEBUG] [net.minecraftforge.fml.loading.LibraryFinder/CORE]: Forge patches at C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.14.4-28.1.90\forge-1.14.4-28.1.90-client.jar is present
[04mag2020 10:51:06.399] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Found 0 language providers
[04mag2020 10:51:06.402] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Adding forge as a language from C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.14.4-28.1.90\forge-1.14.4-28.1.90-universal.jar
[04mag2020 10:51:06.409] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Adding file:/C:/Users/Wolff%202.0/AppData/Roaming/.minecraft/libraries/net/minecraftforge/forge/1.14.4-28.1.90/forge-1.14.4-28.1.90-universal.jar to languageloader classloader
[04mag2020 10:51:06.596] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Found 2 language providers
[04mag2020 10:51:06.597] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Found language provider javafml, version 28.1
[04mag2020 10:51:06.611] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Found language provider minecraft, version 1
[04mag2020 10:51:06.624] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformation service fml
[04mag2020 10:51:06.626] [main/DEBUG] [cpw.mods.modlauncher.NameMappingServiceHandler/MODLAUNCHER]: Current naming domain is 'srg'
[04mag2020 10:51:06.628] [main/DEBUG] [cpw.mods.modlauncher.NameMappingServiceHandler/MODLAUNCHER]: Identified name mapping providers {}
[04mag2020 10:51:06.628] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services begin scanning
[04mag2020 10:51:06.630] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Beginning scan trigger - transformation service fml
[04mag2020 10:51:06.630] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Initiating mod scan
[04mag2020 10:51:06.825] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModListHandler/CORE]: Found mod coordinates from lists: []
[04mag2020 10:51:06.922] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModDiscoverer/CORE]: Found Mod Locators : (mods folder:null),(maven libs:null),(exploded directory:null),(minecraft:null)
[04mag2020 10:51:07.372] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\AdFinders-1.14.4-3.0.0.0-build.0040.jar
[04mag2020 10:51:07.509] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\AdFinders-1.14.4-3.0.0.0-build.0040.jar with language javafml
[04mag2020 10:51:07.513] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\AdLods-1.14.4-2.0.0.1-build.0078.jar
[04mag2020 10:51:07.517] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\AdLods-1.14.4-2.0.0.1-build.0078.jar with language javafml
[04mag2020 10:51:07.521] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\adventurepack-1.0.jar
[04mag2020 10:51:07.524] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\adventurepack-1.0.jar with language javafml
[04mag2020 10:51:07.525] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\blood-particles-1.14.4-1.0.0.jar
[04mag2020 10:51:07.534] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\blood-particles-1.14.4-1.0.0.jar with language javafml
[04mag2020 10:51:07.534] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\Blur-1.1.0-1.jar
[04mag2020 10:51:07.538] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\Blur-1.1.0-1.jar with language javafml
[04mag2020 10:51:07.693] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod Screen Transformer with Javascript path META-INF/transformer.js
[04mag2020 10:51:07.694] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod META-INF/transformer.js
[04mag2020 10:51:07.694] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\compactores-1.14.4-1.2.2.jar
[04mag2020 10:51:07.710] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\compactores-1.14.4-1.2.2.jar with language javafml
[04mag2020 10:51:07.711] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\corpse-1.14.4-1.0.2.jar
[04mag2020 10:51:07.720] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\corpse-1.14.4-1.0.2.jar with language javafml
[04mag2020 10:51:07.721] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\decorative_blocks_6b.jar
[04mag2020 10:51:07.752] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\decorative_blocks_6b.jar with language javafml
[04mag2020 10:51:07.752] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\farlanders-1.14.4-1.0.1.jar
[04mag2020 10:51:07.755] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\farlanders-1.14.4-1.0.1.jar with language javafml
[04mag2020 10:51:07.755] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\Floocraft+1.14.4-1.9.7.jar
[04mag2020 10:51:07.758] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\Floocraft+1.14.4-1.9.7.jar with language javafml
[04mag2020 10:51:07.759] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\ForgeEndertech-1.14.4-5.2.2.1-build.0083.jar
[04mag2020 10:51:07.761] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\ForgeEndertech-1.14.4-5.2.2.1-build.0083.jar with language javafml
[04mag2020 10:51:07.762] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod item_render_hook with Javascript path coremods/item_render_hook.js
[04mag2020 10:51:07.763] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod random_tick_hook with Javascript path coremods/random_tick_hook.js
[04mag2020 10:51:07.763] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod coremods/item_render_hook.js
[04mag2020 10:51:07.763] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod coremods/random_tick_hook.js
[04mag2020 10:51:07.763] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\FpsReducer-mc1.14.4-1.12.4.jar
[04mag2020 10:51:07.808] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\FpsReducer-mc1.14.4-1.12.4.jar with language javafml
[04mag2020 10:51:07.809] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\furniture-7.0.0-pre3-1.14.4.jar
[04mag2020 10:51:07.812] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\furniture-7.0.0-pre3-1.14.4.jar with language javafml
[04mag2020 10:51:07.812] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\GravelMiner_1.14.4-8.1.6.jar
[04mag2020 10:51:07.814] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\GravelMiner_1.14.4-8.1.6.jar with language javafml
[04mag2020 10:51:07.816] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\jei-1.14.4-6.0.0.13.jar
[04mag2020 10:51:07.820] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\jei-1.14.4-6.0.0.13.jar with language javafml
[04mag2020 10:51:07.820] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\mcw-bridges-1.0.3-mc1.14.4.jar
[04mag2020 10:51:07.822] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\mcw-bridges-1.0.3-mc1.14.4.jar with language javafml
[04mag2020 10:51:07.823] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\mcw-furnitures-1.0.0-mc1.14.4.jar
[04mag2020 10:51:07.843] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\mcw-furnitures-1.0.0-mc1.14.4.jar with language javafml
[04mag2020 10:51:07.844] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\minecolonies-0.10.415-ALPHA-universal.jar
[04mag2020 10:51:07.858] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\minecolonies-0.10.415-ALPHA-universal.jar with language javafml
[04mag2020 10:51:07.858] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\morecharcoal-1.14.4-1.0.3.jar
[04mag2020 10:51:07.861] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\morecharcoal-1.14.4-1.0.3.jar with language javafml
[04mag2020 10:51:07.861] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\MouseTweaks-2.13-mc1.14.4.jar
[04mag2020 10:51:07.863] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\MouseTweaks-2.13-mc1.14.4.jar with language javafml
[04mag2020 10:51:07.863] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\NaturesCompass-1.14.4-1.8.3.jar
[04mag2020 10:51:07.867] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\NaturesCompass-1.14.4-1.8.3.jar with language javafml
[04mag2020 10:51:07.868] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\Notes-1.14.4-1.2.0.jar
[04mag2020 10:51:07.870] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\Notes-1.14.4-1.2.0.jar with language javafml
[04mag2020 10:51:07.870] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\prefab-1.4.0.7.jar
[04mag2020 10:51:07.875] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\prefab-1.4.0.7.jar with language javafml
[04mag2020 10:51:07.876] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\ruins-1.14.4.1.jar
[04mag2020 10:51:07.882] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\ruins-1.14.4.1.jar with language javafml
[04mag2020 10:51:07.884] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod RuinsHook with Javascript path META-INF/ruinstransformer.js
[04mag2020 10:51:07.885] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod META-INF/ruinstransformer.js
[04mag2020 10:51:07.891] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\SereneSeasons-1.14.4-2.0.0.40-universal.jar
[04mag2020 10:51:07.894] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\SereneSeasons-1.14.4-2.0.0.40-universal.jar with language javafml
[04mag2020 10:51:07.895] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod biome_transformer with Javascript path transformers/temperature.js
[04mag2020 10:51:07.896] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod transformers/temperature.js
[04mag2020 10:51:07.896] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\snowvariants-1.14.4-1.1.1.jar
[04mag2020 10:51:07.898] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\snowvariants-1.14.4-1.1.1.jar with language javafml
[04mag2020 10:51:07.903] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\StorageDrawers-1.14.4-6.0.0.jar
[04mag2020 10:51:07.907] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\StorageDrawers-1.14.4-6.0.0.jar with language javafml
[04mag2020 10:51:07.908] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\structurize-0.10.178-ALPHA.jar
[04mag2020 10:51:07.912] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\structurize-0.10.178-ALPHA.jar with language javafml
[04mag2020 10:51:07.912] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\TrashSlot_1.14.4-10.4.5.jar
[04mag2020 10:51:07.914] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\TrashSlot_1.14.4-10.4.5.jar with language javafml
[04mag2020 10:51:07.914] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\valhelsia_structures-14.0.3.jar
[04mag2020 10:51:07.917] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\valhelsia_structures-14.0.3.jar with language javafml
[04mag2020 10:51:07.918] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\worleycaves-1.14.4-1.6.0.jar
[04mag2020 10:51:07.920] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\worleycaves-1.14.4-1.6.0.jar with language javafml
[04mag2020 10:51:07.921] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\XaerosWorldMap_1.5.3_Forge_1.14.4.jar
[04mag2020 10:51:07.923] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\XaerosWorldMap_1.5.3_Forge_1.14.4.jar with language javafml
[04mag2020 10:51:07.923] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.14.4-28.1.90\forge-1.14.4-28.1.90-universal.jar
[04mag2020 10:51:07.925] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.14.4-28.1.90\forge-1.14.4-28.1.90-universal.jar with language javafml
[04mag2020 10:51:07.926] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod fieldtomethodtransformers with Javascript path META-INF/fieldtomethodtransformers.js
[04mag2020 10:51:07.927] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod META-INF/fieldtomethodtransformers.js
[04mag2020 10:51:07.927] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.14.4-28.1.90\forge-1.14.4-28.1.90-client.jar
[04mag2020 10:51:07.941] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.14.4-28.1.90\forge-1.14.4-28.1.90-client.jar with language minecraft
[04mag2020 10:51:07.982] [main/DEBUG] [net.minecraftforge.fml.loading.ModSorter/LOADING]: Found 41 mandatory requirements
[04mag2020 10:51:07.985] [main/DEBUG] [net.minecraftforge.fml.loading.ModSorter/LOADING]: Found 0 mandatory mod requirements missing
[04mag2020 10:51:10.207] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: End scan trigger - transformation service fml
[04mag2020 10:51:10.207] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services loading transformers
[04mag2020 10:51:10.208] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformers for transformation service fml
[04mag2020 10:51:10.209] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Loading coremod transformers
[04mag2020 10:51:10.211] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from META-INF/transformer.js
[04mag2020 10:51:10.992] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[04mag2020 10:51:10.993] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from coremods/item_render_hook.js
[04mag2020 10:51:11.695] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[04mag2020 10:51:11.695] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from coremods/random_tick_hook.js
[04mag2020 10:51:12.013] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[04mag2020 10:51:12.014] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from transformers/temperature.js
[04mag2020 10:51:12.197] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[04mag2020 10:51:12.197] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from META-INF/fieldtomethodtransformers.js
[04mag2020 10:51:12.243] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[04mag2020 10:51:12.244] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from META-INF/ruinstransformer.js
[04mag2020 10:51:12.386] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[04mag2020 10:51:12.492] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@6093d508 to Target : CLASS {Lnet/minecraft/client/renderer/GameRenderer;} {} {V}
[04mag2020 10:51:12.497] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@6093d508 to Target : CLASS {Lnet/minecraft/block/CauldronBlock;} {} {V}
[04mag2020 10:51:12.497] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@6093d508 to Target : CLASS {Lnet/minecraft/entity/passive/SnowGolemEntity;} {} {V}
[04mag2020 10:51:12.498] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@6093d508 to Target : CLASS {Lnet/minecraft/world/biome/Biome;} {} {V}
[04mag2020 10:51:12.498] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@70e3f36f to Target : CLASS {Lnet/minecraft/potion/EffectInstance;} {} {V}
[04mag2020 10:51:12.499] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@49601f82 to Target : CLASS {Lnet/minecraft/block/FlowingFluidBlock;} {} {V}
[04mag2020 10:51:12.500] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@23e44287 to Target : CLASS {Lnet/minecraft/item/BucketItem;} {} {V}
[04mag2020 10:51:12.500] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@2b8d084 to Target : CLASS {Lnet/minecraft/block/StairsBlock;} {} {V}
[04mag2020 10:51:12.501] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@6daf2337 to Target : CLASS {Lnet/minecraft/block/FlowerPotBlock;} {} {V}
[04mag2020 10:51:12.502] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@24fabd0f to Target : CLASS {Lnet/minecraft/world/gen/ChunkGenerator;} {} {V}
[04mag2020 10:51:12.503] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@61f3fbb8 to Target : METHOD {Lnet/minecraft/client/gui/screen/Screen;} {renderBackground} {(I)V}
[04mag2020 10:51:12.504] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@7551da2a to Target : METHOD {Lnet/minecraft/client/renderer/ItemRenderer;} {func_180454_a} {(Lnet/minecraft/item/ItemStack;Lnet/minecraft/client/renderer/model/IBakedModel;)V}
[04mag2020 10:51:12.505] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@432034a to Target : METHOD {Lnet/minecraft/block/BlockState;} {func_196944_b} {(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Ljava/util/Random;)V}
[04mag2020 10:51:12.514] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@78de58ea to Target : METHOD {Lnet/minecraft/fluid/IFluidState;} {func_206891_b} {(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Ljava/util/Random;)V}
[04mag2020 10:51:12.525] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformers for transformation service fml
[04mag2020 10:51:12.756] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmlclient' with arguments [--version, 1.14.4-forge-28.1.90, --gameDir, C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole, --assetsDir, C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\assets, --uuid, 85cae705270544ca9ca4fc8e56408019, --username, AlierrisBrisingr, --assetIndex, 1.14, --accessToken, ????????, --userType, mojang, --versionType, release]
[04mag2020 10:51:13.965] [Client thread/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming renderBackground with desc (I)V
[04mag2020 10:51:21.714] [Client thread/INFO] [net.minecraft.client.Minecraft/]: Setting user: AlierrisBrisingr
[04mag2020 10:51:23.989] [Client thread/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/world/biome/Biome
[04mag2020 10:51:28.506] [Client thread/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_206891_b with desc (Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Ljava/util/Random;)V
[04mag2020 10:51:28.596] [Client thread/DEBUG] [net.minecraftforge.coremod.CoreMod.forgeendertech/COREMODLOG]: SUCCEEDED!
[04mag2020 10:51:28.845] [Client thread/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_196944_b with desc (Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Ljava/util/Random;)V
[04mag2020 10:51:28.856] [Client thread/DEBUG] [net.minecraftforge.coremod.CoreMod.forgeendertech/COREMODLOG]: SUCCEEDED!
[04mag2020 10:51:29.076] [Client thread/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/block/FlowingFluidBlock
[04mag2020 10:51:29.261] [Client thread/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/block/StairsBlock
[04mag2020 10:51:29.499] [Client thread/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/block/CauldronBlock
[04mag2020 10:51:29.593] [Client thread/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/block/FlowerPotBlock
[04mag2020 10:51:35.536] [Client thread/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/entity/passive/SnowGolemEntity
[04mag2020 10:51:53.811] [Client thread/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/item/BucketItem
[04mag2020 10:51:54.898] [Client thread/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/potion/EffectInstance
[04mag2020 10:52:08.634] [Client thread/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/world/gen/ChunkGenerator
[04mag2020 10:52:12.946] [Client thread/INFO] [net.minecraft.client.Minecraft/]: LWJGL Version: 3.2.2 build 10
[04mag2020 10:52:18.116] [Client thread/DEBUG] [net.minecraftforge.fml.ForgeI18n/CORE]: Loading I18N data entries: 4468
[04mag2020 10:52:19.202] [Client thread/DEBUG] [net.minecraftforge.fml.ModLoader/CORE]: Loading Network data for FML net version: FML2
[04mag2020 10:52:19.403] [Client thread/DEBUG] [net.minecraftforge.fml.ModList/LOADING]: Using 4 threads for parallel mod-loading
[04mag2020 10:52:19.415] [Client thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.481] [Client thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.492] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 - got cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.492] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.mcwbridges.kikoz.MacawsBridges with classLoader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 & cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.526] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.mcwbridges.kikoz.MacawsBridges with cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.526] [Client thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.527] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 - got cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.527] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.chaosthedude.notes.Notes with classLoader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 & cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.531] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.chaosthedude.notes.Notes with cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.531] [Client thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.531] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 - got cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.532] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.endertech.minecraft.mods.adfinders.AdFinders with classLoader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 & cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.577] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.endertech.minecraft.mods.adfinders.AdFinders with cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.578] [Client thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.578] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 - got cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.578] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for yalter.mousetweaks.forge.MouseTweaksForge with classLoader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 & cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.585] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass yalter.mousetweaks.forge.MouseTweaksForge with cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.586] [Client thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.586] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 - got cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.586] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.legacy.blood_particles.BloodParticlesMod with classLoader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 & cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.589] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.legacy.blood_particles.BloodParticlesMod with cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.589] [Client thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.589] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 - got cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.590] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.blay09.mods.trashslot.TrashSlot with classLoader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 & cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.604] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass net.blay09.mods.trashslot.TrashSlot with cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.604] [Client thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.604] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 - got cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.604] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for doublenegation.mods.compactores.CompactOres with classLoader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 & cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.613] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass doublenegation.mods.compactores.CompactOres with cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.613] [Client thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.613] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 - got cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.614] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.fredtargaryen.floocraft.FloocraftBase with classLoader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 & cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.666] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.fredtargaryen.floocraft.FloocraftBase with cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.667] [Client thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.667] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 - got cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.667] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.tterrag.blur.Blur with classLoader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 & cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.671] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.tterrag.blur.Blur with cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.672] [Client thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.672] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 - got cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.672] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.stal111.valhelsia_structures.ValhelsiaStructures with classLoader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 & cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.698] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.stal111.valhelsia_structures.ValhelsiaStructures with cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.699] [Client thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.699] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 - got cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.699] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for brobotato.adventurepack.AdventurePack with classLoader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 & cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.706] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass brobotato.adventurepack.AdventurePack with cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.707] [Client thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.707] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 - got cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.707] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for mezz.jei.JustEnoughItems with classLoader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 & cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.712] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass mezz.jei.JustEnoughItems with cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.713] [Client thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.713] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 - got cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.713] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for fluke.worleycaves.Main with classLoader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 & cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.717] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass fluke.worleycaves.Main with cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.718] [Client thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.718] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 - got cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.718] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.wuest.prefab.Prefab with classLoader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 & cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.750] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.wuest.prefab.Prefab with cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.750] [Client thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.751] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 - got cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.751] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for al132.morecharcoal.MoreCharcoal with classLoader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 & cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.758] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass al132.morecharcoal.MoreCharcoal with cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.758] [Client thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.758] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 - got cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.759] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.endertech.minecraft.forge.ForgeEndertech with classLoader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 & cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.764] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.endertech.minecraft.forge.ForgeEndertech with cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.764] [Client thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.765] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 - got cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.765] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.endertech.minecraft.mods.adlods.AdLods with classLoader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 & cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.771] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.endertech.minecraft.mods.adlods.AdLods with cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.771] [Client thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.771] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 - got cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.771] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.blay09.mods.gravelminer.GravelMiner with classLoader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 & cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.777] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass net.blay09.mods.gravelminer.GravelMiner with cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.778] [Client thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.778] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 - got cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.778] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for xaero.map.WorldMap with classLoader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 & cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.788] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass xaero.map.WorldMap with cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.799] [Client thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.801] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 - got cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.802] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.jaquadro.minecraft.storagedrawers.StorageDrawers with classLoader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 & cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.817] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.jaquadro.minecraft.storagedrawers.StorageDrawers with cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.818] [Client thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.818] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 - got cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.818] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.chaosthedude.naturescompass.NaturesCompass with classLoader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 & cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.849] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.chaosthedude.naturescompass.NaturesCompass with cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.855] [Client thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.862] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 - got cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.862] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for sereneseasons.core.SereneSeasons with classLoader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 & cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.964] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass sereneseasons.core.SereneSeasons with cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.964] [Client thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.964] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 - got cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.965] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.lilypuree.decorative_blocks.DecorativeBlocks with classLoader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 & cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.990] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.lilypuree.decorative_blocks.DecorativeBlocks with cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.991] [Client thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.991] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 - got cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:19.991] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.ldtteam.structurize.Structurize with classLoader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 & cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:20.032] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.ldtteam.structurize.Structurize with cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:20.032] [Client thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:20.032] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 - got cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:20.032] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.minecolonies.coremod.MineColonies with classLoader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 & cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:20.707] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.minecolonies.coremod.MineColonies with cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:20.707] [Client thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:20.707] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 - got cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:20.707] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.mrcrayfish.furniture.FurnitureMod with classLoader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 & cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:20.734] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.mrcrayfish.furniture.FurnitureMod with cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:20.734] [Client thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:20.735] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 - got cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:20.735] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.mcwfurnitures.kikoz.MacawsFurnitures with classLoader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 & cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:20.744] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.mcwfurnitures.kikoz.MacawsFurnitures with cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:20.744] [Client thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:20.744] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 - got cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:20.745] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for trikzon.snowvariants.SnowVariants with classLoader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 & cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:20.771] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass trikzon.snowvariants.SnowVariants with cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:20.771] [Client thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:20.771] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 - got cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:20.772] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for bre2el.fpsreducer.FpsReducer with classLoader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 & cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:20.789] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass bre2el.fpsreducer.FpsReducer with cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:20.789] [Client thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:20.790] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 - got cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:20.790] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.minecraftforge.common.ForgeMod with classLoader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 & cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:20.824] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass net.minecraftforge.common.ForgeMod with cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:20.824] [Client thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:20.825] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 - got cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:20.825] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for atomicstryker.ruins.common.RuinsMod with classLoader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 & cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:20.841] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass atomicstryker.ruins.common.RuinsMod with cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:20.842] [Client thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:20.842] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 - got cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:20.842] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for de.maxhenkel.corpse.Main with classLoader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 & cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:20.861] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass de.maxhenkel.corpse.Main with cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:20.861] [Client thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:20.861] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 - got cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:20.861] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.legacy.farlanders.TheFarlandersMod with classLoader cpw.mods.modlauncher.TransformingClassLoader@3be4f71 & cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:20.890] [Client thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.legacy.farlanders.TheFarlandersMod with cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:20.926] [Client thread/DEBUG] [net.minecraftforge.fml.ModList/LOADING]: Dispatching parallel event LifecycleEvent:CONSTRUCT
[04mag2020 10:52:21.109] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance naturescompass of type com.chaosthedude.naturescompass.NaturesCompass
[04mag2020 10:52:21.163] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance fpsreducer of type bre2el.fpsreducer.FpsReducer
[04mag2020 10:52:21.163] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance valhelsia_structures of type com.stal111.valhelsia_structures.ValhelsiaStructures
[04mag2020 10:52:21.167] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance mousetweaks of type yalter.mousetweaks.forge.MouseTweaksForge
[04mag2020 10:52:21.182] [modloading-worker-0/INFO] [STDOUT/]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Main.initialize()
[04mag2020 10:52:21.214] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance valhelsia_structures of type com.stal111.valhelsia_structures.ValhelsiaStructures
[04mag2020 10:52:21.215] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for valhelsia_structures
[04mag2020 10:52:21.313] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for valhelsia_structures
[04mag2020 10:52:21.555] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.stal111.valhelsia_structures.ValhelsiaStructures$RegistryEvents to MOD
[04mag2020 10:52:21.580] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.stal111.valhelsia_structures.init.ModStructures to MOD
[04mag2020 10:52:21.725] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.stal111.valhelsia_structures.event.PlayerInteractBlockListener to FORGE
[04mag2020 10:52:21.835] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file fpsreducer\fpsreducer-client.toml for fpsreducer tracking
[04mag2020 10:52:21.840] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for valhelsia_structures
[04mag2020 10:52:21.841] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance adventurepack of type brobotato.adventurepack.AdventurePack
[04mag2020 10:52:21.863] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file adventurepack-common.toml for adventurepack tracking
[04mag2020 10:52:21.894] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file adventurepack-client.toml for adventurepack tracking
[04mag2020 10:52:21.894] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance adventurepack of type brobotato.adventurepack.AdventurePack
[04mag2020 10:52:21.894] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for adventurepack
[04mag2020 10:52:21.894] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for adventurepack
[04mag2020 10:52:21.896] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing brobotato.adventurepack.proxy.ClientProxy to FORGE
[04mag2020 10:52:21.896] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing brobotato.adventurepack.item.ModItems to MOD
[04mag2020 10:52:21.897] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file naturescompass-common.toml for naturescompass tracking
[04mag2020 10:52:21.898] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file naturescompass-client.toml for naturescompass tracking
[04mag2020 10:52:21.898] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance naturescompass of type com.chaosthedude.naturescompass.NaturesCompass
[04mag2020 10:52:21.898] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for naturescompass
[04mag2020 10:52:21.898] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for naturescompass
[04mag2020 10:52:21.898] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.chaosthedude.naturescompass.registry.NaturesCompassRegistry to MOD
[04mag2020 10:52:21.919] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for naturescompass
[04mag2020 10:52:21.925] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance sereneseasons of type sereneseasons.core.SereneSeasons
[04mag2020 10:52:21.998] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance fpsreducer of type bre2el.fpsreducer.FpsReducer
[04mag2020 10:52:21.998] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for fpsreducer
[04mag2020 10:52:21.998] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fpsreducer
[04mag2020 10:52:21.998] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for fpsreducer
[04mag2020 10:52:21.999] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance forge of type net.minecraftforge.common.ForgeMod
[04mag2020 10:52:21.999] [modloading-worker-3/DEBUG] [net.minecraftforge.versions.forge.ForgeVersion/CORE]: Forge Version package package net.minecraftforge.versions.forge, Forge, version 28.1 from cpw.mods.modlauncher.TransformingClassLoader@3be4f71
[04mag2020 10:52:22.000] [modloading-worker-3/DEBUG] [net.minecraftforge.versions.forge.ForgeVersion/CORE]: Found Forge version 28.1.90
[04mag2020 10:52:22.000] [modloading-worker-3/DEBUG] [net.minecraftforge.versions.forge.ForgeVersion/CORE]: Found Forge spec 28.1
[04mag2020 10:52:22.000] [modloading-worker-3/DEBUG] [net.minecraftforge.versions.forge.ForgeVersion/CORE]: Found Forge group net.minecraftforge
[04mag2020 10:52:22.010] [modloading-worker-3/DEBUG] [net.minecraftforge.versions.mcp.MCPVersion/CORE]: Found MC version information 1.14.4
[04mag2020 10:52:22.010] [modloading-worker-3/DEBUG] [net.minecraftforge.versions.mcp.MCPVersion/CORE]: Found MCP version information 20190829.143755
[04mag2020 10:52:22.010] [modloading-worker-3/INFO] [net.minecraftforge.common.ForgeMod/FORGEMOD]: Forge mod loading, version 28.1.90, for MC 1.14.4 with MCP 20190829.143755
[04mag2020 10:52:22.012] [modloading-worker-3/INFO] [net.minecraftforge.common.MinecraftForge/FORGE]: MinecraftForge v28.1.90 Initialized
[04mag2020 10:52:22.362] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing brobotato.adventurepack.config.Config to MOD
[04mag2020 10:52:22.368] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing brobotato.adventurepack.block.ModBlocks to MOD
[04mag2020 10:52:22.372] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing brobotato.adventurepack.AdventurePack to MOD
[04mag2020 10:52:22.373] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for adventurepack
[04mag2020 10:52:22.373] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance floocraftft of type com.fredtargaryen.floocraft.FloocraftBase
[04mag2020 10:52:22.378] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file floocraftft-server.toml for floocraftft tracking
[04mag2020 10:52:22.790] [modloading-worker-0/INFO] [STDOUT/]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Reflecting GuiContainer...
[04mag2020 10:52:23.212] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file forge-client.toml for forge tracking
[04mag2020 10:52:23.258] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file forge-server.toml for forge tracking
[04mag2020 10:52:23.268] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance forge of type net.minecraftforge.common.ForgeMod
[04mag2020 10:52:23.268] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for forge
[04mag2020 10:52:23.269] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for forge
[04mag2020 10:52:23.269] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.minecraftforge.client.model.ModelDataManager to FORGE
[04mag2020 10:52:23.587] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for forge
[04mag2020 10:52:23.588] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance corpse of type de.maxhenkel.corpse.Main
[04mag2020 10:52:23.635] [modloading-worker-0/INFO] [STDOUT/]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Detected obfuscation: FORGE.
[04mag2020 10:52:23.682] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file corpse-server.toml for corpse tracking
[04mag2020 10:52:23.723] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file corpse-client.toml for corpse tracking
[04mag2020 10:52:23.777] [modloading-worker-0/INFO] [STDOUT/]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Success.
[04mag2020 10:52:23.778] [modloading-worker-0/INFO] [STDOUT/]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Initialized.
[04mag2020 10:52:23.784] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance corpse of type de.maxhenkel.corpse.Main
[04mag2020 10:52:23.784] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for corpse
[04mag2020 10:52:23.784] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for corpse
[04mag2020 10:52:23.784] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing de.maxhenkel.corpse.Main to FORGE
[04mag2020 10:52:23.785] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for corpse
[04mag2020 10:52:23.785] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance farlanders of type com.legacy.farlanders.TheFarlandersMod
[04mag2020 10:52:23.791] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance mousetweaks of type yalter.mousetweaks.forge.MouseTweaksForge
[04mag2020 10:52:23.791] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for mousetweaks
[04mag2020 10:52:23.792] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for mousetweaks
[04mag2020 10:52:23.792] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for mousetweaks
[04mag2020 10:52:23.792] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance blood_particles of type com.legacy.blood_particles.BloodParticlesMod
[04mag2020 10:52:23.792] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance blood_particles of type com.legacy.blood_particles.BloodParticlesMod
[04mag2020 10:52:23.792] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for blood_particles
[04mag2020 10:52:23.792] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for blood_particles
[04mag2020 10:52:23.792] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.legacy.blood_particles.ModEntityEvents to FORGE
[04mag2020 10:52:23.805] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for blood_particles
[04mag2020 10:52:23.808] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance trashslot of type net.blay09.mods.trashslot.TrashSlot
[04mag2020 10:52:23.896] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance floocraftft of type com.fredtargaryen.floocraft.FloocraftBase
[04mag2020 10:52:23.896] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for floocraftft
[04mag2020 10:52:23.896] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for floocraftft
[04mag2020 10:52:23.897] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.fredtargaryen.floocraft.FloocraftBase to MOD
[04mag2020 10:52:23.906] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.fredtargaryen.floocraft.config.Config to FORGE
[04mag2020 10:52:23.907] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for floocraftft
[04mag2020 10:52:23.907] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance blur of type com.tterrag.blur.Blur
[04mag2020 10:52:23.911] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file farlanders-client.toml for farlanders tracking
[04mag2020 10:52:23.911] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file farlanders-common.toml for farlanders tracking
[04mag2020 10:52:23.919] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance farlanders of type com.legacy.farlanders.TheFarlandersMod
[04mag2020 10:52:23.919] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for farlanders
[04mag2020 10:52:23.919] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for farlanders
[04mag2020 10:52:23.919] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.legacy.farlanders.FarlandersRegistryHandler to MOD
[04mag2020 10:52:24.008] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.legacy.farlanders.FarlandersConfig to MOD
[04mag2020 10:52:24.009] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for farlanders
[04mag2020 10:52:24.009] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance ruins of type atomicstryker.ruins.common.RuinsMod
[04mag2020 10:52:24.201] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file blur-client.toml for blur tracking
[04mag2020 10:52:24.410] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file trashslot-client.toml for trashslot tracking
[04mag2020 10:52:24.411] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance trashslot of type net.blay09.mods.trashslot.TrashSlot
[04mag2020 10:52:24.411] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for trashslot
[04mag2020 10:52:24.411] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for trashslot
[04mag2020 10:52:24.411] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.blay09.mods.trashslot.TrashSlotConfig to MOD
[04mag2020 10:52:24.420] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.blay09.mods.trashslot.client.KeyBindings to FORGE
[04mag2020 10:52:24.422] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.blay09.mods.trashslot.client.IconTextureHandler to MOD
[04mag2020 10:52:24.504] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for trashslot
[04mag2020 10:52:24.505] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance compactores of type doublenegation.mods.compactores.CompactOres
[04mag2020 10:52:24.623] [modloading-worker-2/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_180454_a with desc (Lnet/minecraft/item/ItemStack;Lnet/minecraft/client/renderer/model/IBakedModel;)V
[04mag2020 10:52:25.546] [modloading-worker-2/DEBUG] [net.minecraftforge.coremod.CoreMod.forgeendertech/COREMODLOG]: 182->net/minecraft/item/ItemStack.func_190926_b()Z
[04mag2020 10:52:25.548] [modloading-worker-2/DEBUG] [net.minecraftforge.coremod.CoreMod.forgeendertech/COREMODLOG]: 184->com/mojang/blaze3d/platform/GlStateManager.pushMatrix()V
[04mag2020 10:52:25.548] [modloading-worker-2/DEBUG] [net.minecraftforge.coremod.CoreMod.forgeendertech/COREMODLOG]: 184->com/mojang/blaze3d/platform/GlStateManager.translatef(FFF)V
[04mag2020 10:52:25.548] [modloading-worker-2/DEBUG] [net.minecraftforge.coremod.CoreMod.forgeendertech/COREMODLOG]: 185->net/minecraft/client/renderer/model/IBakedModel.func_188618_c()Z
[04mag2020 10:52:25.548] [modloading-worker-2/DEBUG] [net.minecraftforge.coremod.CoreMod.forgeendertech/COREMODLOG]: 184->com/mojang/blaze3d/platform/GlStateManager.color4f(FFFF)V
[04mag2020 10:52:25.549] [modloading-worker-2/DEBUG] [net.minecraftforge.coremod.CoreMod.forgeendertech/COREMODLOG]: 184->com/mojang/blaze3d/platform/GlStateManager.enableRescaleNormal()V
[04mag2020 10:52:25.549] [modloading-worker-2/DEBUG] [net.minecraftforge.coremod.CoreMod.forgeendertech/COREMODLOG]: 182->net/minecraft/item/ItemStack.func_77973_b()Lnet/minecraft/item/Item;
[04mag2020 10:52:25.549] [modloading-worker-2/DEBUG] [net.minecraftforge.coremod.CoreMod.forgeendertech/COREMODLOG]: 182->net/minecraft/item/Item.getTileEntityItemStackRenderer()Lnet/minecraft/client/renderer/tileentity/ItemStackTileEntityRenderer;
[04mag2020 10:52:25.550] [modloading-worker-2/DEBUG] [net.minecraftforge.coremod.CoreMod.forgeendertech/COREMODLOG]: 182->net/minecraft/client/renderer/tileentity/ItemStackTileEntityRenderer.func_179022_a(Lnet/minecraft/item/ItemStack;)V
[04mag2020 10:52:25.550] [modloading-worker-2/DEBUG] [net.minecraftforge.coremod.CoreMod.forgeendertech/COREMODLOG]: 182->net/minecraft/client/renderer/ItemRenderer.func_191961_a(Lnet/minecraft/client/renderer/model/IBakedModel;Lnet/minecraft/item/ItemStack;)V
[04mag2020 10:52:25.560] [modloading-worker-2/DEBUG] [net.minecraftforge.coremod.CoreMod.forgeendertech/COREMODLOG]: SUCCEEDED!
[04mag2020 10:52:25.610] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file sereneseasons/fertility.toml for sereneseasons tracking
[04mag2020 10:52:25.615] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file sereneseasons/seasons.toml for sereneseasons tracking
[04mag2020 10:52:26.957] [modloading-worker-0/DEBUG] [doublenegation.mods.compactores.CompactOres/]: Loading configs!
[04mag2020 10:52:27.096] [modloading-worker-3/INFO] [atomicstryker.ruins.common.RuinsMod/]: Ruins instance built, events registered
[04mag2020 10:52:27.096] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance ruins of type atomicstryker.ruins.common.RuinsMod
[04mag2020 10:52:27.096] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for ruins
[04mag2020 10:52:27.096] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for ruins
[04mag2020 10:52:27.096] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for ruins
[04mag2020 10:52:27.096] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance mcwfurnitures of type com.mcwfurnitures.kikoz.MacawsFurnitures
[04mag2020 10:52:27.099] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance mcwfurnitures of type com.mcwfurnitures.kikoz.MacawsFurnitures
[04mag2020 10:52:27.099] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for mcwfurnitures
[04mag2020 10:52:27.099] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for mcwfurnitures
[04mag2020 10:52:27.099] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mcwfurnitures.kikoz.MacawsFurnitures$RegistryEvents to MOD
[04mag2020 10:52:27.107] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for mcwfurnitures
[04mag2020 10:52:27.107] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance snowvariants of type trikzon.snowvariants.SnowVariants
[04mag2020 10:52:27.111] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file snowvariants-common.toml for snowvariants tracking
[04mag2020 10:52:27.336] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance snowvariants of type trikzon.snowvariants.SnowVariants
[04mag2020 10:52:27.337] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for snowvariants
[04mag2020 10:52:27.337] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for snowvariants
[04mag2020 10:52:27.337] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing trikzon.snowvariants.setup.RegistryEvents to MOD
[04mag2020 10:52:27.344] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing trikzon.snowvariants.events.WorldTickEvent to FORGE
[04mag2020 10:52:27.351] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing trikzon.snowvariants.events.SnowEvent to FORGE
[04mag2020 10:52:27.358] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing trikzon.snowvariants.events.RightClickEvent to FORGE
[04mag2020 10:52:27.361] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing trikzon.snowvariants.Config to FORGE
[04mag2020 10:52:27.363] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for snowvariants
[04mag2020 10:52:27.363] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance minecolonies of type com.minecolonies.coremod.MineColonies
[04mag2020 10:52:27.396] [modloading-worker-0/DEBUG] [doublenegation.mods.compactores.CompactOres/]: Config: C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\compactores.toml
[04mag2020 10:52:27.689] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance sereneseasons of type sereneseasons.core.SereneSeasons
[04mag2020 10:52:27.692] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for sereneseasons
[04mag2020 10:52:27.692] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for sereneseasons
[04mag2020 10:52:27.692] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing sereneseasons.handler.season.SeasonalCropGrowthHandler to FORGE
[04mag2020 10:52:27.692] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing sereneseasons.handler.season.SeasonSleepHandler to FORGE
[04mag2020 10:52:27.692] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing sereneseasons.handler.season.RandomUpdateHandler to FORGE
[04mag2020 10:52:27.693] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing sereneseasons.init.ModItems to MOD
[04mag2020 10:52:27.702] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing sereneseasons.init.ModBlocks to MOD
[04mag2020 10:52:27.712] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for sereneseasons
[04mag2020 10:52:27.712] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance decorative_blocks of type com.lilypuree.decorative_blocks.DecorativeBlocks
[04mag2020 10:52:27.717] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file decorative_blocks-common.toml for decorative_blocks tracking
[04mag2020 10:52:27.832] [modloading-worker-0/DEBUG] [doublenegation.mods.compactores.CompactOres/]: Map entries: 118
[04mag2020 10:52:27.833] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silents_mechanisms:copper_ore because the mod silents_mechanisms is not loaded.
[04mag2020 10:52:27.834] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for bno:netheremerald_ore because the mod bno is not loaded.
[04mag2020 10:52:27.835] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silentgems:coral_ore because the mod silentgems is not loaded.
[04mag2020 10:52:27.835] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silentgems:amethyst_ore because the mod silentgems is not loaded.
[04mag2020 10:52:27.837] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silentgems:chaos_ore because the mod silentgems is not loaded.
[04mag2020 10:52:27.837] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for druidcraft:rockroot_ore because the mod druidcraft is not loaded.
[04mag2020 10:52:27.838] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for bno:netherlapis_ore because the mod bno is not loaded.
[04mag2020 10:52:27.838] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silentgems:benitoite_ore because the mod silentgems is not loaded.
[04mag2020 10:52:27.850] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for druidcraft:amber_ore because the mod druidcraft is not loaded.
[04mag2020 10:52:27.851] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for bno:netherlead_ore because the mod bno is not loaded.
[04mag2020 10:52:27.851] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for bno:netheruranium_ore because the mod bno is not loaded.
[04mag2020 10:52:27.851] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for druidcraft:fiery_glass_ore because the mod druidcraft is not loaded.
[04mag2020 10:52:27.852] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silentgems:ender_ore because the mod silentgems is not loaded.
[04mag2020 10:52:27.852] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silentgems:apatite_ore because the mod silentgems is not loaded.
[04mag2020 10:52:27.852] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silentgems:phosphophyllite_ore because the mod silentgems is not loaded.
[04mag2020 10:52:27.853] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silents_mechanisms:bismuth_ore because the mod silents_mechanisms is not loaded.
[04mag2020 10:52:27.853] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for mysticalagriculture:prosperity_ore because the mod mysticalagriculture is not loaded.
[04mag2020 10:52:27.854] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for polyores:toxic_ore because the mod polyores is not loaded.
[04mag2020 10:52:27.854] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silents_mechanisms:silver_ore because the mod silents_mechanisms is not loaded.
[04mag2020 10:52:27.861] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for tmechworks:copper_ore because the mod tmechworks is not loaded.
[04mag2020 10:52:27.861] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silentgems:spinel_ore because the mod silentgems is not loaded.
[04mag2020 10:52:27.862] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silentgems:silver_ore because the mod silentgems is not loaded.
[04mag2020 10:52:27.863] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for bno:nethersilver_ore because the mod bno is not loaded.
[04mag2020 10:52:27.863] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silentgems:onyx_ore because the mod silentgems is not loaded.
[04mag2020 10:52:27.863] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for bluepower:teslatite_ore because the mod bluepower is not loaded.
[04mag2020 10:52:27.864] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for polyores:holy_ore because the mod polyores is not loaded.
[04mag2020 10:52:27.864] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for mysticalagriculture:inferium_ore because the mod mysticalagriculture is not loaded.
[04mag2020 10:52:27.865] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for bluepower:tungsten_ore because the mod bluepower is not loaded.
[04mag2020 10:52:27.865] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silentgems:malachite_ore because the mod silentgems is not loaded.
[04mag2020 10:52:27.866] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silents_mechanisms:platinum_ore because the mod silents_mechanisms is not loaded.
[04mag2020 10:52:27.866] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for druidcraft:moonstone_ore because the mod druidcraft is not loaded.
[04mag2020 10:52:27.867] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for bno:netherdiamond_ore because the mod bno is not loaded.
[04mag2020 10:52:27.867] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for bluepower:zinc_ore because the mod bluepower is not loaded.
[04mag2020 10:52:27.868] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silentgems:sunstone_ore because the mod silentgems is not loaded.
[04mag2020 10:52:27.868] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silentgems:alexandrite_ore because the mod silentgems is not loaded.
[04mag2020 10:52:27.869] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for bluepower:malachite_ore because the mod bluepower is not loaded.
[04mag2020 10:52:27.869] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silentgems:pyrope_ore because the mod silentgems is not loaded.
[04mag2020 10:52:27.871] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silents_mechanisms:nickel_ore because the mod silents_mechanisms is not loaded.
[04mag2020 10:52:27.871] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silentgems:ametrine_ore because the mod silentgems is not loaded.
[04mag2020 10:52:27.872] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for simpleores:onyx_ore because the mod simpleores is not loaded.
[04mag2020 10:52:27.872] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for bno:nethercoal_ore because the mod bno is not loaded.
[04mag2020 10:52:27.872] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silentgems:opal_ore because the mod silentgems is not loaded.
[04mag2020 10:52:27.873] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silentgems:multi_ore_classic because the mod silentgems is not loaded.
[04mag2020 10:52:27.874] [modloading-worker-2/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/client/renderer/GameRenderer
[04mag2020 10:52:27.874] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for polyores:levite_ore because the mod polyores is not loaded.
[04mag2020 10:52:27.997] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silentgems:jade_ore because the mod silentgems is not loaded.
[04mag2020 10:52:27.998] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silentgems:heliodor_ore because the mod silentgems is not loaded.
[04mag2020 10:52:28.000] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silentgems:cats_eye_ore because the mod silentgems is not loaded.
[04mag2020 10:52:28.001] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silentgems:citrine_ore because the mod silentgems is not loaded.
[04mag2020 10:52:28.001] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silentgems:euclase_ore because the mod silentgems is not loaded.
[04mag2020 10:52:28.001] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for bluepower:ruby_ore because the mod bluepower is not loaded.
[04mag2020 10:52:28.002] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silentgems:moonstone_ore because the mod silentgems is not loaded.
[04mag2020 10:52:28.003] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silentgems:black_diamond_ore because the mod silentgems is not loaded.
[04mag2020 10:52:28.009] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for bno:nethernickel_ore because the mod bno is not loaded.
[04mag2020 10:52:28.009] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silentgems:carnelian_ore because the mod silentgems is not loaded.
[04mag2020 10:52:28.010] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silentgear:crimson_iron_ore because the mod silentgear is not loaded.
[04mag2020 10:52:28.011] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silentgems:iolite_ore because the mod silentgems is not loaded.
[04mag2020 10:52:28.012] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silentgems:sodalite_ore because the mod silentgems is not loaded.
[04mag2020 10:52:28.013] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for polyores:blazing_ore because the mod polyores is not loaded.
[04mag2020 10:52:28.013] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silentgems:ammolite_ore because the mod silentgems is not loaded.
[04mag2020 10:52:28.014] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for bno:nethergold_ore because the mod bno is not loaded.
[04mag2020 10:52:28.014] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silents_mechanisms:lead_ore because the mod silents_mechanisms is not loaded.
[04mag2020 10:52:28.014] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silentgems:kunzite_ore because the mod silentgems is not loaded.
[04mag2020 10:52:28.015] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for simpleores:adamantium_ore because the mod simpleores is not loaded.
[04mag2020 10:52:28.015] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for simpleores:tin_ore because the mod simpleores is not loaded.
[04mag2020 10:52:28.016] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for polyores:gravite_ore because the mod polyores is not loaded.
[04mag2020 10:52:28.017] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silentgems:green_sapphire_ore because the mod silentgems is not loaded.
[04mag2020 10:52:28.024] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for bluepower:amethyst_ore because the mod bluepower is not loaded.
[04mag2020 10:52:28.024] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silents_mechanisms:tin_ore because the mod silents_mechanisms is not loaded.
[04mag2020 10:52:28.027] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for bno:netheraluminum_ore because the mod bno is not loaded.
[04mag2020 10:52:28.028] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silentgems:morganite_ore because the mod silentgems is not loaded.
[04mag2020 10:52:28.030] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for bno:netherredstone_ore because the mod bno is not loaded.
[04mag2020 10:52:28.033] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silentgems:moldavite_ore because the mod silentgems is not loaded.
[04mag2020 10:52:28.033] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for mysticalagriculture:soulium_ore because the mod mysticalagriculture is not loaded.
[04mag2020 10:52:28.034] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silentgems:multi_ore_dark because the mod silentgems is not loaded.
[04mag2020 10:52:28.034] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silents_mechanisms:uranium_ore because the mod silents_mechanisms is not loaded.
[04mag2020 10:52:28.035] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silentgems:turquoise_ore because the mod silentgems is not loaded.
[04mag2020 10:52:28.035] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silentgems:aquamarine_ore because the mod silentgems is not loaded.
[04mag2020 10:52:28.036] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silentgems:zircon_ore because the mod silentgems is not loaded.
[04mag2020 10:52:28.036] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silentgems:multi_ore_light because the mod silentgems is not loaded.
[04mag2020 10:52:28.038] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for bluepower:silver_ore because the mod bluepower is not loaded.
[04mag2020 10:52:28.046] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silentgems:jasper_ore because the mod silentgems is not loaded.
[04mag2020 10:52:28.046] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silents_mechanisms:zinc_ore because the mod silents_mechanisms is not loaded.
[04mag2020 10:52:28.047] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silentgems:fluorite_ore because the mod silentgems is not loaded.
[04mag2020 10:52:28.047] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for bno:nethertin_ore because the mod bno is not loaded.
[04mag2020 10:52:28.048] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for polyores:frosted_ore because the mod polyores is not loaded.
[04mag2020 10:52:28.048] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silentgems:rose_quartz_ore because the mod silentgems is not loaded.
[04mag2020 10:52:28.049] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for polyores:obscure_ore because the mod polyores is not loaded.
[04mag2020 10:52:28.049] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silents_mechanisms:bauxite_ore because the mod silents_mechanisms is not loaded.
[04mag2020 10:52:28.050] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silentgems:amber_ore because the mod silentgems is not loaded.
[04mag2020 10:52:28.050] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silentgems:garnet_ore because the mod silentgems is not loaded.
[04mag2020 10:52:28.052] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silentgems:sapphire_ore because the mod silentgems is not loaded.
[04mag2020 10:52:28.052] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silentgems:agate_ore because the mod silentgems is not loaded.
[04mag2020 10:52:28.052] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silentgems:lepidolite_ore because the mod silentgems is not loaded.
[04mag2020 10:52:28.053] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for bno:netheriron_ore because the mod bno is not loaded.
[04mag2020 10:52:28.053] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silentgems:pearl_ore because the mod silentgems is not loaded.
[04mag2020 10:52:28.053] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for tmechworks:aluminum_ore because the mod tmechworks is not loaded.
[04mag2020 10:52:28.053] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silentgems:tanzanite_ore because the mod silentgems is not loaded.
[04mag2020 10:52:28.054] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silentgems:peridot_ore because the mod silentgems is not loaded.
[04mag2020 10:52:28.055] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silentgems:tektite_ore because the mod silentgems is not loaded.
[04mag2020 10:52:28.055] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silentgems:yellow_diamond_ore because the mod silentgems is not loaded.
[04mag2020 10:52:28.058] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for bno:nethercopper_ore because the mod bno is not loaded.
[04mag2020 10:52:28.058] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for bluepower:copper_ore because the mod bluepower is not loaded.
[04mag2020 10:52:28.059] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silentgems:ruby_ore because the mod silentgems is not loaded.
[04mag2020 10:52:28.059] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silentgems:topaz_ore because the mod silentgems is not loaded.
[04mag2020 10:52:28.061] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silentgems:chrysoprase_ore because the mod silentgems is not loaded.
[04mag2020 10:52:28.064] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for simpleores:mythril_ore because the mod simpleores is not loaded.
[04mag2020 10:52:28.065] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for simpleores:copper_ore because the mod simpleores is not loaded.
[04mag2020 10:52:28.065] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for silentgems:kyanite_ore because the mod silentgems is not loaded.
[04mag2020 10:52:28.065] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Not creating a compact ore for bluepower:sapphire_ore because the mod bluepower is not loaded.
[04mag2020 10:52:28.066] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Loaded compact ore compactores:compact_minecraft_nether_quartz_ore from configuration!
[04mag2020 10:52:28.066] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Loaded compact ore compactores:compact_minecraft_coal_ore from configuration!
[04mag2020 10:52:28.066] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Loaded compact ore compactores:compact_minecraft_emerald_ore from configuration!
[04mag2020 10:52:28.067] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Loaded compact ore compactores:compact_minecraft_gold_ore from configuration!
[04mag2020 10:52:28.067] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Loaded compact ore compactores:compact_minecraft_diamond_ore from configuration!
[04mag2020 10:52:28.067] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Loaded compact ore compactores:compact_minecraft_lapis_ore from configuration!
[04mag2020 10:52:28.068] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Loaded compact ore compactores:compact_minecraft_redstone_ore from configuration!
[04mag2020 10:52:28.068] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Loaded compact ore compactores:compact_minecraft_iron_ore from configuration!
[04mag2020 10:52:28.205] [modloading-worker-0/INFO] [doublenegation.mods.compactores.CompactOres/]: Attaching CompactOre resources to the Minecraft client
[04mag2020 10:52:28.207] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance compactores of type doublenegation.mods.compactores.CompactOres
[04mag2020 10:52:28.207] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for compactores
[04mag2020 10:52:28.207] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for compactores
[04mag2020 10:52:28.207] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing doublenegation.mods.compactores.CompactOres$RegistryEvents to MOD
[04mag2020 10:52:28.215] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for compactores
[04mag2020 10:52:28.216] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance notes of type com.chaosthedude.notes.Notes
[04mag2020 10:52:28.274] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file minecolonies-client.toml for minecolonies tracking
[04mag2020 10:52:28.275] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file minecolonies-server.toml for minecolonies tracking
[04mag2020 10:52:28.275] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file minecolonies-common.toml for minecolonies tracking
[04mag2020 10:52:28.586] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file notes-client.toml for notes tracking
[04mag2020 10:52:28.586] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance notes of type com.chaosthedude.notes.Notes
[04mag2020 10:52:28.586] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for notes
[04mag2020 10:52:28.586] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for notes
[04mag2020 10:52:28.586] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for notes
[04mag2020 10:52:28.586] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance adfinders of type com.endertech.minecraft.mods.adfinders.AdFinders
[04mag2020 10:52:28.787] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file adfinders-common.toml for adfinders tracking
[04mag2020 10:52:28.980] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance decorative_blocks of type com.lilypuree.decorative_blocks.DecorativeBlocks
[04mag2020 10:52:28.980] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for decorative_blocks
[04mag2020 10:52:28.980] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for decorative_blocks
[04mag2020 10:52:28.980] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.lilypuree.decorative_blocks.setup.ModSetup to FORGE
[04mag2020 10:52:29.085] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.lilypuree.decorative_blocks.setup.FogHandler to FORGE
[04mag2020 10:52:29.688] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance minecolonies of type com.minecolonies.coremod.MineColonies
[04mag2020 10:52:29.688] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for minecolonies
[04mag2020 10:52:29.689] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for minecolonies
[04mag2020 10:52:29.690] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.minecolonies.coremod.util.FurnaceRecipes to FORGE
[04mag2020 10:52:29.700] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file adfinders-client.toml for adfinders tracking
[04mag2020 10:52:29.874] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance blur of type com.tterrag.blur.Blur
[04mag2020 10:52:29.875] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for blur
[04mag2020 10:52:29.875] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for blur
[04mag2020 10:52:29.875] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.tterrag.blur.BlurConfig to MOD
[04mag2020 10:52:29.876] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for blur
[04mag2020 10:52:29.876] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance prefab of type com.wuest.prefab.Prefab
[04mag2020 10:52:29.954] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file prefab-server.toml for prefab tracking
[04mag2020 10:52:29.954] [modloading-worker-2/DEBUG] [com.wuest.prefab.Prefab/]: Loading config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\prefab.toml
[04mag2020 10:52:29.955] [modloading-worker-2/DEBUG] [com.wuest.prefab.Prefab/]: Built TOML config for C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\prefab.toml
[04mag2020 10:52:30.297] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance adfinders of type com.endertech.minecraft.mods.adfinders.AdFinders
[04mag2020 10:52:30.297] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for adfinders
[04mag2020 10:52:30.297] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for adfinders
[04mag2020 10:52:30.297] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.endertech.minecraft.mods.adfinders.init.FinderType to FORGE
[04mag2020 10:52:30.300] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.minecolonies.coremod.proxy.CommonProxy to MOD
[04mag2020 10:52:30.300] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.minecolonies.coremod.proxy.ClientProxy to FORGE
[04mag2020 10:52:30.301] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.minecolonies.apiimp.initializer.ModContainerInitializers to MOD
[04mag2020 10:52:30.304] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.lilypuree.decorative_blocks.setup.ClientSetup to MOD
[04mag2020 10:52:30.305] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.lilypuree.decorative_blocks.datagen.DataGenerators to MOD
[04mag2020 10:52:30.312] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.lilypuree.decorative_blocks.Config to FORGE
[04mag2020 10:52:30.313] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for decorative_blocks
[04mag2020 10:52:30.313] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance structurize of type com.ldtteam.structurize.Structurize
[04mag2020 10:52:30.321] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.minecolonies.apiimp.initializer.ModBlocksInitializer to MOD
[04mag2020 10:52:30.326] [modloading-worker-1/WARN] [structurize/]: Structurize starting up
[04mag2020 10:52:30.456] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file structurize-common.toml for structurize tracking
[04mag2020 10:52:30.456] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file structurize-client.toml for structurize tracking
[04mag2020 10:52:30.456] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file structurize-server.toml for structurize tracking
[04mag2020 10:52:30.461] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.minecolonies.apiimp.initializer.EntityInitializer to MOD
[04mag2020 10:52:30.466] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.minecolonies.apiimp.initializer.TileEntityInitializer to MOD
[04mag2020 10:52:30.481] [modloading-worker-2/DEBUG] [com.wuest.prefab.Prefab/]: Loaded TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\prefab.toml
[04mag2020 10:52:30.683] [modloading-worker-2/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Compressed Stone
[04mag2020 10:52:30.683] [modloading-worker-2/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Compressed Glowstone
[04mag2020 10:52:30.683] [modloading-worker-2/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Compressed Dirt
[04mag2020 10:52:30.683] [modloading-worker-2/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Compressed Chest
[04mag2020 10:52:30.684] [modloading-worker-2/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Pile of Bricks
[04mag2020 10:52:30.684] [modloading-worker-2/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Warehouse
[04mag2020 10:52:30.684] [modloading-worker-2/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Produce Farm
[04mag2020 10:52:30.684] [modloading-worker-2/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Tree Farm
[04mag2020 10:52:30.684] [modloading-worker-2/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Chicken Coop
[04mag2020 10:52:30.684] [modloading-worker-2/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Fish Farm
[04mag2020 10:52:30.684] [modloading-worker-2/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Warehouse Upgrade
[04mag2020 10:52:30.684] [modloading-worker-2/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Advanced Warehouse
[04mag2020 10:52:30.684] [modloading-worker-2/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Monster Masher
[04mag2020 10:52:30.684] [modloading-worker-2/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Bundle of Timber
[04mag2020 10:52:30.684] [modloading-worker-2/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Horse Stable
[04mag2020 10:52:30.685] [modloading-worker-2/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Nether Gate
[04mag2020 10:52:30.685] [modloading-worker-2/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Advanced Chicken Coop
[04mag2020 10:52:30.685] [modloading-worker-2/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Advanced Horse Stable
[04mag2020 10:52:30.685] [modloading-worker-2/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Barn
[04mag2020 10:52:30.685] [modloading-worker-2/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Machinery Tower
[04mag2020 10:52:30.685] [modloading-worker-2/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Defense Bunker
[04mag2020 10:52:30.685] [modloading-worker-2/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Mineshaft Entrance
[04mag2020 10:52:30.685] [modloading-worker-2/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Ender Gateway
[04mag2020 10:52:30.685] [modloading-worker-2/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Magic Temple
[04mag2020 10:52:30.686] [modloading-worker-2/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Instant Bridge
[04mag2020 10:52:30.686] [modloading-worker-2/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Paper Lantern
[04mag2020 10:52:30.686] [modloading-worker-2/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Compressed Obsidian
[04mag2020 10:52:30.686] [modloading-worker-2/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Villager Houses
[04mag2020 10:52:30.686] [modloading-worker-2/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Phasic Block
[04mag2020 10:52:30.686] [modloading-worker-2/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Smart Glass
[04mag2020 10:52:30.686] [modloading-worker-2/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Green House
[04mag2020 10:52:30.686] [modloading-worker-2/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Starting House
[04mag2020 10:52:30.686] [modloading-worker-2/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Glass Stairs
[04mag2020 10:52:30.686] [modloading-worker-2/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Glass Slabs
[04mag2020 10:52:30.686] [modloading-worker-2/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Andesite Stairs
[04mag2020 10:52:30.686] [modloading-worker-2/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Andesite Slabs
[04mag2020 10:52:30.686] [modloading-worker-2/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Diorite Stairs
[04mag2020 10:52:30.687] [modloading-worker-2/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Diorite Slabs
[04mag2020 10:52:30.687] [modloading-worker-2/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Granite Stairs
[04mag2020 10:52:30.687] [modloading-worker-2/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Granite Slabs
[04mag2020 10:52:30.687] [modloading-worker-2/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Moderate House
[04mag2020 10:52:30.687] [modloading-worker-2/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Grassy Plains
[04mag2020 10:52:30.687] [modloading-worker-2/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Aqua Base
[04mag2020 10:52:30.687] [modloading-worker-2/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Watch Tower
[04mag2020 10:52:30.687] [modloading-worker-2/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Bulldozer
[04mag2020 10:52:30.687] [modloading-worker-2/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: StructurePart
[04mag2020 10:52:30.687] [modloading-worker-2/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Jail
[04mag2020 10:52:30.687] [modloading-worker-2/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Saloon
[04mag2020 10:52:30.488] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance structurize of type com.ldtteam.structurize.Structurize
[04mag2020 10:52:30.695] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for structurize
[04mag2020 10:52:30.695] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for structurize
[04mag2020 10:52:30.695] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.ldtteam.structurize.blocks.ModBlocks to MOD
[04mag2020 10:52:30.706] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.minecolonies.apiimp.initializer.ModItemsInitializer to MOD
[04mag2020 10:52:30.762] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.ldtteam.structurize.tileentities.StructurizeTileEntities to MOD
[04mag2020 10:52:30.767] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.ldtteam.structurize.proxy.CommonProxy to FORGE
[04mag2020 10:52:30.768] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.ldtteam.structurize.proxy.ClientProxy to FORGE
[04mag2020 10:52:30.768] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.ldtteam.structurize.items.ModItems to MOD
[04mag2020 10:52:30.323] [modloading-worker-0/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Failed to register automatic subscribers. ModID: adfinders, class com.endertech.minecraft.mods.adfinders.AdFinders
java.lang.NoSuchMethodError: com.endertech.minecraft.forge.configs.UnitConfig.<init>(Ljava/nio/file/Path;Ljava/lang/String;Ljava/lang/String;)V
    at com.endertech.minecraft.mods.adfinders.init.FinderType.<init>(FinderType.java:30) ~[?:1.14.4-3.0.0.0-build.0040]
    at com.endertech.minecraft.mods.adfinders.init.FinderType.<clinit>(FinderType.java:22) ~[?:1.14.4-3.0.0.0-build.0040]
    at java.lang.Class.forName0(Native Method) ~[?:1.8.0_51]
    at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_51]
    at net.minecraftforge.fml.AutomaticEventSubscriber.lambda$inject$3(AutomaticEventSubscriber.java:70) ~[?:?]
    at net.minecraftforge.fml.AutomaticEventSubscriber$$Lambda$2190/1922272549.accept(Unknown Source) ~[?:?]
    at java.util.ArrayList.forEach(ArrayList.java:1249) ~[?:1.8.0_51]
    at net.minecraftforge.fml.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:57) ~[?:?]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:141) [?:28.1]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer$$Lambda$2080/1148596420.accept(Unknown Source) [?:28.1]
    at java.util.function.Consumer.lambda$andThen$14(Consumer.java:65) [?:1.8.0_51]
    at java.util.function.Consumer$$Lambda$2079/1114194169.accept(Unknown Source) [?:1.8.0_51]
    at java.util.function.Consumer.lambda$andThen$14(Consumer.java:65) [?:1.8.0_51]
    at java.util.function.Consumer$$Lambda$2079/1114194169.accept(Unknown Source) [?:1.8.0_51]
    at net.minecraftforge.fml.ModContainer.transitionState(ModContainer.java:112) [?:?]
    at net.minecraftforge.fml.ModList.lambda$null$10(ModList.java:134) [?:?]
    at net.minecraftforge.fml.ModList$$Lambda$2173/586667075.accept(Unknown Source) [?:?]
    at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) [?:1.8.0_51]
    at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374) [?:1.8.0_51]
    at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512) [?:1.8.0_51]
    at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291) [?:1.8.0_51]
    at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinPool$WorkQueue.execLocalTasks(ForkJoinPool.java:1040) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1058) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1689) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:1.8.0_51]
[04mag2020 10:52:30.794] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance mcwbridges of type com.mcwbridges.kikoz.MacawsBridges
[04mag2020 10:52:30.797] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance mcwbridges of type com.mcwbridges.kikoz.MacawsBridges
[04mag2020 10:52:30.797] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for mcwbridges
[04mag2020 10:52:30.797] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for mcwbridges
[04mag2020 10:52:30.798] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mcwbridges.kikoz.MacawsBridges$RegistryEvents to MOD
[04mag2020 10:52:30.804] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for mcwbridges
[04mag2020 10:52:30.805] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance jei of type mezz.jei.JustEnoughItems
[04mag2020 10:52:30.989] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance jei of type mezz.jei.JustEnoughItems
[04mag2020 10:52:30.989] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for jei
[04mag2020 10:52:30.989] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for jei
[04mag2020 10:52:30.989] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for jei
[04mag2020 10:52:30.990] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance worleycaves of type fluke.worleycaves.Main
[04mag2020 10:52:30.990] [modloading-worker-0/INFO] [worleycaves/]: WorleyCaves entry point
[04mag2020 10:52:31.000] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file worleycaves-client.toml for worleycaves tracking
[04mag2020 10:52:31.000] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file worleycaves-common.toml for worleycaves tracking
[04mag2020 10:52:31.024] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance worleycaves of type fluke.worleycaves.Main
[04mag2020 10:52:31.024] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for worleycaves
[04mag2020 10:52:31.024] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for worleycaves
[04mag2020 10:52:31.024] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for worleycaves
[04mag2020 10:52:31.024] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance xaeroworldmap of type xaero.map.WorldMap
[04mag2020 10:52:31.037] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for structurize
[04mag2020 10:52:31.037] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance morecharcoal of type al132.morecharcoal.MoreCharcoal
[04mag2020 10:52:31.047] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file morecharcoal-server.toml for morecharcoal tracking
[04mag2020 10:52:31.048] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance morecharcoal of type al132.morecharcoal.MoreCharcoal
[04mag2020 10:52:31.048] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for morecharcoal
[04mag2020 10:52:31.048] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for morecharcoal
[04mag2020 10:52:31.048] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing al132.morecharcoal.MoreCharcoal$RegistryEvents to MOD
[04mag2020 10:52:31.052] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for morecharcoal
[04mag2020 10:52:31.052] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance forgeendertech of type com.endertech.minecraft.forge.ForgeEndertech
[04mag2020 10:52:31.115] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for minecolonies
[04mag2020 10:52:31.116] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance cfm of type com.mrcrayfish.furniture.FurnitureMod
[04mag2020 10:52:31.117] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance cfm of type com.mrcrayfish.furniture.FurnitureMod
[04mag2020 10:52:31.118] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for cfm
[04mag2020 10:52:31.118] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for cfm
[04mag2020 10:52:31.118] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mrcrayfish.furniture.core.ModTileEntities$RegistrationHandler to MOD
[04mag2020 10:52:31.124] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mrcrayfish.furniture.core.ModSounds to MOD
[04mag2020 10:52:31.130] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mrcrayfish.furniture.core.ModEntities$RegistrationHandler to MOD
[04mag2020 10:52:31.136] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mrcrayfish.furniture.core.ModBlocks to MOD
[04mag2020 10:52:31.152] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance xaeroworldmap of type xaero.map.WorldMap
[04mag2020 10:52:31.152] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for xaeroworldmap
[04mag2020 10:52:31.152] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for xaeroworldmap
[04mag2020 10:52:31.152] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for xaeroworldmap
[04mag2020 10:52:31.152] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance storagedrawers of type com.jaquadro.minecraft.storagedrawers.StorageDrawers
[04mag2020 10:52:31.250] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file forgeendertech-common.toml for forgeendertech tracking
[04mag2020 10:52:31.252] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file forgeendertech-client.toml for forgeendertech tracking
[04mag2020 10:52:31.263] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file storagedrawers-common.toml for storagedrawers tracking
[04mag2020 10:52:31.271] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance storagedrawers of type com.jaquadro.minecraft.storagedrawers.StorageDrawers
[04mag2020 10:52:31.271] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for storagedrawers
[04mag2020 10:52:31.271] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for storagedrawers
[04mag2020 10:52:31.271] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.jaquadro.minecraft.storagedrawers.core.ModItems$Registration to MOD
[04mag2020 10:52:31.447] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.jaquadro.minecraft.storagedrawers.core.ModContainers$Registration to MOD
[04mag2020 10:52:31.454] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.jaquadro.minecraft.storagedrawers.core.ModBlocks$Registration to MOD
[04mag2020 10:52:31.474] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance prefab of type com.wuest.prefab.Prefab
[04mag2020 10:52:31.474] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for prefab
[04mag2020 10:52:31.474] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for prefab
[04mag2020 10:52:31.474] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.wuest.prefab.Structures.Events.StructureEventHandler to FORGE
[04mag2020 10:52:31.484] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.wuest.prefab.Structures.Events.StructureClientEventHandler to FORGE
[04mag2020 10:52:31.487] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.wuest.prefab.Events.ModEventHandler to FORGE
[04mag2020 10:52:31.493] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.wuest.prefab.Events.ClientServerEventHandler to MOD
[04mag2020 10:52:31.497] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.wuest.prefab.Events.ClientEventHandler to FORGE
[04mag2020 10:52:31.505] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for prefab
[04mag2020 10:52:31.506] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance adlods of type com.endertech.minecraft.mods.adlods.AdLods
[04mag2020 10:52:31.506] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file adlods-common.toml for adlods tracking
[04mag2020 10:52:31.507] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file adlods-client.toml for adlods tracking
[04mag2020 10:52:31.737] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance adlods of type com.endertech.minecraft.mods.adlods.AdLods
[04mag2020 10:52:31.737] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for adlods
[04mag2020 10:52:31.737] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for adlods
[04mag2020 10:52:31.737] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.endertech.minecraft.mods.adlods.world.WorldData to FORGE
[04mag2020 10:52:31.741] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.jaquadro.minecraft.storagedrawers.client.model.BasicDrawerModel$Register to MOD
[04mag2020 10:52:31.944] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for storagedrawers
[04mag2020 10:52:32.129] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance forgeendertech of type com.endertech.minecraft.forge.ForgeEndertech
[04mag2020 10:52:32.129] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for forgeendertech
[04mag2020 10:52:32.129] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for forgeendertech
[04mag2020 10:52:32.130] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.endertech.minecraft.forge.world.GameWorld$WorldData to FORGE
[04mag2020 10:52:32.142] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.endertech.minecraft.forge.network.MotionController to FORGE
[04mag2020 10:52:32.147] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.endertech.minecraft.forge.items.GlassMeter to FORGE
[04mag2020 10:52:32.299] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.endertech.minecraft.mods.adlods.ore.Stripper to FORGE
[04mag2020 10:52:32.321] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for adlods
[04mag2020 10:52:32.321] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance gravelminer of type net.blay09.mods.gravelminer.GravelMiner
[04mag2020 10:52:32.406] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.endertech.minecraft.forge.items.DamageableItem to FORGE
[04mag2020 10:52:32.406] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.endertech.minecraft.forge.client.DevInfo to FORGE
[04mag2020 10:52:32.414] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for forgeendertech
[04mag2020 10:52:32.465] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file gravelminer-common.toml for gravelminer tracking
[04mag2020 10:52:32.466] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file gravelminer-client.toml for gravelminer tracking
[04mag2020 10:52:32.466] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file gravelminer-server.toml for gravelminer tracking
[04mag2020 10:52:32.470] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance gravelminer of type net.blay09.mods.gravelminer.GravelMiner
[04mag2020 10:52:32.470] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for gravelminer
[04mag2020 10:52:32.470] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for gravelminer
[04mag2020 10:52:32.470] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.blay09.mods.gravelminer.GravelMinerConfig to MOD
[04mag2020 10:52:32.471] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for gravelminer
[04mag2020 10:52:34.043] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for cfm
[04mag2020 10:52:34.106] [Client thread/FATAL] [net.minecraftforge.fml.ModLoader/LOADING]: Failed to complete lifecycle event CONSTRUCT, 1 errors found
[04mag2020 10:52:34.108] [Client thread/FATAL] [net.minecraftforge.eventbus.EventBus/EVENTBUS]: EventBus 0 shutting down - future events will not be posted.
java.lang.Exception: stacktrace
    at net.minecraftforge.eventbus.EventBus.shutdown(EventBus.java:278) [eventbus-1.0.0-service.jar:?]
    at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:115) [?:?]
    at net.minecraftforge.fml.client.ClientModLoader$$Lambda$1971/838205369.run(Unknown Source) [?:?]
    at net.minecraftforge.fml.client.ClientModLoader.begin(ClientModLoader.java:97) [?:?]
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:454) [?:?]
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:365) [?:?]
    at net.minecraft.client.main.Main.main(SourceFile:155) [?:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
    at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) [forge-1.14.4-28.1.90.jar:28.1]
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$399/638525764.call(Unknown Source) [forge-1.14.4-28.1.90.jar:28.1]
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-4.1.0.jar:?]
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-4.1.0.jar:?]
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-4.1.0.jar:?]
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-4.1.0.jar:?]
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-4.1.0.jar:?]
[04mag2020 10:52:34.739] [Client thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:cfm for mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\furniture-7.0.0-pre3-1.14.4.jar
[04mag2020 10:52:34.740] [Client thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:blur for mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\Blur-1.1.0-1.jar
[04mag2020 10:52:34.741] [Client thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:mousetweaks for mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\MouseTweaks-2.13-mc1.14.4.jar
[04mag2020 10:52:34.742] [Client thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:prefab for mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\prefab-1.4.0.7.jar
[04mag2020 10:52:34.744] [Client thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:trashslot for mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\TrashSlot_1.14.4-10.4.5.jar
[04mag2020 10:52:34.744] [Client thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:worleycaves for mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\worleycaves-1.14.4-1.6.0.jar
[04mag2020 10:52:34.787] [Client thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:jei for mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\jei-1.14.4-6.0.0.13.jar
[04mag2020 10:52:34.788] [Client thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:gravelminer for mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\GravelMiner_1.14.4-8.1.6.jar
[04mag2020 10:52:34.788] [Client thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:blood_particles for mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\blood-particles-1.14.4-1.0.0.jar
[04mag2020 10:52:34.788] [Client thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:corpse for mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\corpse-1.14.4-1.0.2.jar
[04mag2020 10:52:34.789] [Client thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:forgeendertech for mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\ForgeEndertech-1.14.4-5.2.2.1-build.0083.jar
[04mag2020 10:52:34.790] [Client thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:xaeroworldmap for mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\XaerosWorldMap_1.5.3_Forge_1.14.4.jar
[04mag2020 10:52:34.790] [Client thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:floocraftft for mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\Floocraft+1.14.4-1.9.7.jar
[04mag2020 10:52:34.791] [Client thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:mcwbridges for mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\mcw-bridges-1.0.3-mc1.14.4.jar
[04mag2020 10:52:34.791] [Client thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:decorative_blocks for mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\decorative_blocks_6b.jar
[04mag2020 10:52:34.792] [Client thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:minecolonies for mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\minecolonies-0.10.415-ALPHA-universal.jar
[04mag2020 10:52:34.793] [Client thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:storagedrawers for mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\StorageDrawers-1.14.4-6.0.0.jar
[04mag2020 10:52:34.793] [Client thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:forge for mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.14.4-28.1.90\forge-1.14.4-28.1.90-universal.jar
[04mag2020 10:52:34.795] [Client thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:mcwfurnitures for mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\mcw-furnitures-1.0.0-mc1.14.4.jar
[04mag2020 10:52:34.796] [Client thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:adfinders for mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\AdFinders-1.14.4-3.0.0.0-build.0040.jar
[04mag2020 10:52:34.796] [Client thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:ruins for mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\ruins-1.14.4.1.jar
[04mag2020 10:52:34.797] [Client thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:valhelsia_structures for mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\valhelsia_structures-14.0.3.jar
[04mag2020 10:52:34.798] [Client thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:fpsreducer for mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\FpsReducer-mc1.14.4-1.12.4.jar
[04mag2020 10:52:34.799] [Client thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:morecharcoal for mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\morecharcoal-1.14.4-1.0.3.jar
[04mag2020 10:52:34.800] [Client thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:adventurepack for mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\adventurepack-1.0.jar
[04mag2020 10:52:34.800] [Client thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:notes for mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\Notes-1.14.4-1.2.0.jar
[04mag2020 10:52:34.801] [Client thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:sereneseasons for mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\SereneSeasons-1.14.4-2.0.0.40-universal.jar
[04mag2020 10:52:34.801] [Client thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:adlods for mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\AdLods-1.14.4-2.0.0.1-build.0078.jar
[04mag2020 10:52:34.802] [Client thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:snowvariants for mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\snowvariants-1.14.4-1.1.1.jar
[04mag2020 10:52:34.802] [Client thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:naturescompass for mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\NaturesCompass-1.14.4-1.8.3.jar
[04mag2020 10:52:34.803] [Client thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:farlanders for mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\farlanders-1.14.4-1.0.1.jar
[04mag2020 10:52:34.803] [Client thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:structurize for mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\structurize-0.10.178-ALPHA.jar
[04mag2020 10:52:34.804] [Client thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:compactores for mod file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\mods\compactores-1.14.4-1.2.2.jar
[04mag2020 10:52:34.882] [Client thread/INFO] [doublenegation.mods.compactores.CompactOres/]: Generating CompactOre resources for 8 compact ore blocks
[04mag2020 10:52:36.233] [Client thread/DEBUG] [net.minecraftforge.fml.ForgeI18n/CORE]: Loading I18N data entries: 0
[04mag2020 10:52:40.681] [Client thread/INFO] [com.mojang.text2speech.NarratorWindows/]: Narrator library for x64 successfully loaded
[04mag2020 10:53:06.508] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Loading configs type CLIENT
[04mag2020 10:53:06.521] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Loading config file type CLIENT at fpsreducer\fpsreducer-client.toml for fpsreducer
[04mag2020 10:53:06.533] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Built TOML config for C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\fpsreducer\fpsreducer-client.toml
[04mag2020 10:53:06.587] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Loaded TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\fpsreducer\fpsreducer-client.toml
[04mag2020 10:53:06.611] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Watching TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\fpsreducer\fpsreducer-client.toml for changes
[04mag2020 10:53:06.627] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Loading config file type CLIENT at adventurepack-client.toml for adventurepack
[04mag2020 10:53:06.628] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Built TOML config for C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\adventurepack-client.toml
[04mag2020 10:53:06.636] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Loaded TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\adventurepack-client.toml
[04mag2020 10:53:06.644] [Thread-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Config file fpsreducer\fpsreducer-client.toml changed, sending notifies
[04mag2020 10:53:06.651] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Watching TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\adventurepack-client.toml for changes
[04mag2020 10:53:06.654] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Loading config file type CLIENT at naturescompass-client.toml for naturescompass
[04mag2020 10:53:06.654] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Built TOML config for C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\naturescompass-client.toml
[04mag2020 10:53:06.661] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Loaded TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\naturescompass-client.toml
[04mag2020 10:53:06.662] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Watching TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\naturescompass-client.toml for changes
[04mag2020 10:53:06.666] [Thread-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Config file naturescompass-client.toml changed, sending notifies
[04mag2020 10:53:06.668] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Loading config file type CLIENT at forge-client.toml for forge
[04mag2020 10:53:06.668] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Built TOML config for C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\forge-client.toml
[04mag2020 10:53:06.712] [Thread-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Config file naturescompass-client.toml changed, sending notifies
[04mag2020 10:53:06.716] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Loaded TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\forge-client.toml
[04mag2020 10:53:06.720] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Watching TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\forge-client.toml for changes
[04mag2020 10:53:06.722] [Server-Worker-1/DEBUG] [net.minecraftforge.common.ForgeConfig/FORGEMOD]: Loaded forge config file forge-client.toml
[04mag2020 10:53:06.725] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Loading config file type CLIENT at corpse-client.toml for corpse
[04mag2020 10:53:06.725] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Built TOML config for C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\corpse-client.toml
[04mag2020 10:53:06.727] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Loaded TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\corpse-client.toml
[04mag2020 10:53:06.727] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Watching TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\corpse-client.toml for changes
[04mag2020 10:53:06.729] [Thread-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Config file corpse-client.toml changed, sending notifies
[04mag2020 10:53:06.729] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Loading config file type CLIENT at farlanders-client.toml for farlanders
[04mag2020 10:53:06.730] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Built TOML config for C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\farlanders-client.toml
[04mag2020 10:53:06.731] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Loaded TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\farlanders-client.toml
[04mag2020 10:53:06.732] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Watching TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\farlanders-client.toml for changes
[04mag2020 10:53:06.733] [Thread-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Config file corpse-client.toml changed, sending notifies
[04mag2020 10:53:06.742] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Loading config file type CLIENT at blur-client.toml for blur
[04mag2020 10:53:06.742] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Built TOML config for C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\blur-client.toml
[04mag2020 10:53:06.917] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Loaded TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\blur-client.toml
[04mag2020 10:53:06.976] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Watching TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\blur-client.toml for changes
[04mag2020 10:53:06.987] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Loading config file type CLIENT at trashslot-client.toml for trashslot
[04mag2020 10:53:06.987] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Built TOML config for C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\trashslot-client.toml
[04mag2020 10:53:07.049] [Thread-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Config file blur-client.toml changed, sending notifies
[04mag2020 10:53:07.051] [Thread-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Config file blur-client.toml changed, sending notifies
[04mag2020 10:53:07.140] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Loaded TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\trashslot-client.toml
[04mag2020 10:53:07.156] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Watching TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\trashslot-client.toml for changes
[04mag2020 10:53:07.159] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Loading config file type CLIENT at minecolonies-client.toml for minecolonies
[04mag2020 10:53:07.159] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Built TOML config for C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\minecolonies-client.toml
[04mag2020 10:53:07.164] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Loaded TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\minecolonies-client.toml
[04mag2020 10:53:07.171] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Watching TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\minecolonies-client.toml for changes
[04mag2020 10:53:07.173] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Loading config file type CLIENT at notes-client.toml for notes
[04mag2020 10:53:07.173] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Built TOML config for C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\notes-client.toml
[04mag2020 10:53:07.219] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Loaded TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\notes-client.toml
[04mag2020 10:53:07.228] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Watching TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\notes-client.toml for changes
[04mag2020 10:53:07.232] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Loading config file type CLIENT at adfinders-client.toml for adfinders
[04mag2020 10:53:07.232] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Built TOML config for C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\adfinders-client.toml
[04mag2020 10:53:07.234] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Loaded TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\adfinders-client.toml
[04mag2020 10:53:07.236] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Watching TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\adfinders-client.toml for changes
[04mag2020 10:53:07.238] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Loading config file type CLIENT at structurize-client.toml for structurize
[04mag2020 10:53:07.238] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Built TOML config for C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\structurize-client.toml
[04mag2020 10:53:07.240] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Loaded TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\structurize-client.toml
[04mag2020 10:53:07.241] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Watching TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\structurize-client.toml for changes
[04mag2020 10:53:07.244] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Loading config file type CLIENT at worleycaves-client.toml for worleycaves
[04mag2020 10:53:07.244] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Built TOML config for C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\worleycaves-client.toml
[04mag2020 10:53:07.247] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Loaded TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\worleycaves-client.toml
[04mag2020 10:53:07.249] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Watching TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\worleycaves-client.toml for changes
[04mag2020 10:53:07.255] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Loading config file type CLIENT at forgeendertech-client.toml for forgeendertech
[04mag2020 10:53:07.255] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Built TOML config for C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\forgeendertech-client.toml
[04mag2020 10:53:07.257] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Loaded TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\forgeendertech-client.toml
[04mag2020 10:53:07.257] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Watching TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\forgeendertech-client.toml for changes
[04mag2020 10:53:07.259] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Loading config file type CLIENT at adlods-client.toml for adlods
[04mag2020 10:53:07.259] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Built TOML config for C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\adlods-client.toml
[04mag2020 10:53:07.261] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Loaded TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\adlods-client.toml
[04mag2020 10:53:07.261] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Watching TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\adlods-client.toml for changes
[04mag2020 10:53:07.268] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Loading config file type CLIENT at gravelminer-client.toml for gravelminer
[04mag2020 10:53:07.268] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Built TOML config for C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\gravelminer-client.toml
[04mag2020 10:53:07.286] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Loaded TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\gravelminer-client.toml
[04mag2020 10:53:07.287] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Watching TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\gravelminer-client.toml for changes
[04mag2020 10:53:07.360] [Thread-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Config file gravelminer-client.toml changed, sending notifies
[04mag2020 10:53:07.377] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Loading configs type COMMON
[04mag2020 10:53:07.377] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Loading config file type COMMON at adventurepack-common.toml for adventurepack
[04mag2020 10:53:07.378] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Built TOML config for C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\adventurepack-common.toml
[04mag2020 10:53:07.423] [Thread-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Config file gravelminer-client.toml changed, sending notifies
[04mag2020 10:53:07.492] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Loaded TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\adventurepack-common.toml
[04mag2020 10:53:07.754] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Watching TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\adventurepack-common.toml for changes
[04mag2020 10:53:07.765] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Loading config file type COMMON at naturescompass-common.toml for naturescompass
[04mag2020 10:53:07.766] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Built TOML config for C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\naturescompass-common.toml
[04mag2020 10:53:08.156] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Loaded TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\naturescompass-common.toml
[04mag2020 10:53:08.211] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Watching TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\naturescompass-common.toml for changes
[04mag2020 10:53:08.215] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Loading config file type COMMON at farlanders-common.toml for farlanders
[04mag2020 10:53:08.215] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Built TOML config for C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\farlanders-common.toml
[04mag2020 10:53:08.320] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Loaded TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\farlanders-common.toml
[04mag2020 10:53:08.357] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Watching TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\farlanders-common.toml for changes
[04mag2020 10:53:08.360] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Loading config file type COMMON at sereneseasons/fertility.toml for sereneseasons
[04mag2020 10:53:08.360] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Built TOML config for C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\sereneseasons\fertility.toml
[04mag2020 10:53:08.479] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Loaded TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\sereneseasons\fertility.toml
[04mag2020 10:53:08.495] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Watching TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\sereneseasons\fertility.toml for changes
[04mag2020 10:53:08.521] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Loading config file type COMMON at sereneseasons/seasons.toml for sereneseasons
[04mag2020 10:53:08.521] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Built TOML config for C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\sereneseasons\seasons.toml
[04mag2020 10:53:08.751] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Loaded TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\sereneseasons\seasons.toml
[04mag2020 10:53:08.811] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Watching TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\sereneseasons\seasons.toml for changes
[04mag2020 10:53:08.815] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Loading config file type COMMON at snowvariants-common.toml for snowvariants
[04mag2020 10:53:08.815] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Built TOML config for C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\snowvariants-common.toml
[04mag2020 10:53:08.827] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Loaded TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\snowvariants-common.toml
[04mag2020 10:53:08.862] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Watching TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\snowvariants-common.toml for changes
[04mag2020 10:53:08.865] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Loading config file type COMMON at decorative_blocks-common.toml for decorative_blocks
[04mag2020 10:53:08.866] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Built TOML config for C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\decorative_blocks-common.toml
[04mag2020 10:53:08.959] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Loaded TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\decorative_blocks-common.toml
[04mag2020 10:53:08.962] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Watching TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\decorative_blocks-common.toml for changes
[04mag2020 10:53:08.964] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Loading config file type COMMON at minecolonies-common.toml for minecolonies
[04mag2020 10:53:08.964] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Built TOML config for C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\minecolonies-common.toml
[04mag2020 10:53:09.027] [Thread-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Config file decorative_blocks-common.toml changed, sending notifies
[04mag2020 10:53:09.031] [Thread-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Config file decorative_blocks-common.toml changed, sending notifies
[04mag2020 10:53:09.062] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Loaded TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\minecolonies-common.toml
[04mag2020 10:53:09.065] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Watching TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\minecolonies-common.toml for changes
[04mag2020 10:53:09.077] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Loading config file type COMMON at adfinders-common.toml for adfinders
[04mag2020 10:53:09.077] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Built TOML config for C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\adfinders-common.toml
[04mag2020 10:53:09.079] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Loaded TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\adfinders-common.toml
[04mag2020 10:53:09.081] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Watching TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\adfinders-common.toml for changes
[04mag2020 10:53:09.084] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Loading config file type COMMON at structurize-common.toml for structurize
[04mag2020 10:53:09.084] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Built TOML config for C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\structurize-common.toml
[04mag2020 10:53:09.144] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Loaded TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\structurize-common.toml
[04mag2020 10:53:09.145] [Thread-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Config file minecolonies-common.toml changed, sending notifies
[04mag2020 10:53:09.165] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Watching TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\structurize-common.toml for changes
[04mag2020 10:53:09.167] [Server-Worker-1/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\structurize-common.toml is not correct. Correcting
[04mag2020 10:53:09.178] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Loading config file type COMMON at worleycaves-common.toml for worleycaves
[04mag2020 10:53:09.179] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Built TOML config for C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\worleycaves-common.toml
[04mag2020 10:53:09.234] [Thread-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Config file structurize-common.toml changed, sending notifies
[04mag2020 10:53:09.236] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Loaded TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\worleycaves-common.toml
[04mag2020 10:53:09.238] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Watching TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\worleycaves-common.toml for changes
[04mag2020 10:53:09.244] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Loading config file type COMMON at forgeendertech-common.toml for forgeendertech
[04mag2020 10:53:09.244] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Built TOML config for C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\forgeendertech-common.toml
[04mag2020 10:53:09.250] [Thread-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Config file worleycaves-common.toml changed, sending notifies
[04mag2020 10:53:09.270] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Loaded TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\forgeendertech-common.toml
[04mag2020 10:53:09.272] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Watching TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\forgeendertech-common.toml for changes
[04mag2020 10:53:09.276] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Loading config file type COMMON at storagedrawers-common.toml for storagedrawers
[04mag2020 10:53:09.276] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Built TOML config for C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\storagedrawers-common.toml
[04mag2020 10:53:09.286] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Loaded TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\storagedrawers-common.toml
[04mag2020 10:53:09.286] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Watching TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\storagedrawers-common.toml for changes
[04mag2020 10:53:09.289] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Loading config file type COMMON at adlods-common.toml for adlods
[04mag2020 10:53:09.290] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Built TOML config for C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\adlods-common.toml
[04mag2020 10:53:09.292] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Loaded TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\adlods-common.toml
[04mag2020 10:53:09.292] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Watching TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\adlods-common.toml for changes
[04mag2020 10:53:09.296] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Loading config file type COMMON at gravelminer-common.toml for gravelminer
[04mag2020 10:53:09.296] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Built TOML config for C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\gravelminer-common.toml
[04mag2020 10:53:09.324] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Loaded TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\gravelminer-common.toml
[04mag2020 10:53:09.326] [Server-Worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Watching TOML config file C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\config\gravelminer-common.toml for changes
[04mag2020 10:53:09.328] [Thread-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Config file gravelminer-common.toml changed, sending notifies
[04mag2020 10:53:09.329] [Server-Worker-1/ERROR] [net.minecraftforge.fml.ModLoader/LOADING]: Skipping lifecycle event SETUP, 1 errors found.
[04mag2020 10:53:09.337] [Server-Worker-1/FATAL] [net.minecraftforge.fml.ModLoader/LOADING]: Failed to complete lifecycle event SETUP, 1 errors found
[04mag2020 10:53:09.338] [Server-Worker-1/FATAL] [net.minecraftforge.eventbus.EventBus/EVENTBUS]: EventBus 0 shutting down - future events will not be posted.
java.lang.Exception: stacktrace
    at net.minecraftforge.eventbus.EventBus.shutdown(EventBus.java:278) [eventbus-1.0.0-service.jar:?]
    at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:115) [?:?]
    at net.minecraftforge.fml.client.ClientModLoader$$Lambda$1971/838205369.run(Unknown Source) [?:?]
    at net.minecraftforge.fml.client.ClientModLoader.startModLoading(ClientModLoader.java:123) [?:?]
    at net.minecraftforge.fml.client.ClientModLoader.lambda$onreload$3(ClientModLoader.java:105) [?:?]
    at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2607/1447232813.run(Unknown Source) [?:?]
    at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:113) [?:?]
    at net.minecraftforge.fml.client.ClientModLoader$$Lambda$1971/838205369.run(Unknown Source) [?:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1618) [?:1.8.0_51]
    at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1610) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1689) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:1.8.0_51]
[04mag2020 10:53:09.377] [Thread-1/DEBUG] [net.minecraftforge.fml.config.ConfigFileTypeHandler/CONFIG]: Config file gravelminer-common.toml changed, sending notifies
[04mag2020 10:53:20.706] [Server-Worker-2/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/]: Exception caught during firing event: null
    Index: 1
    Listeners:
        0: NORMAL
        1: ASM: class com.jaquadro.minecraft.storagedrawers.client.model.BasicDrawerModel$Register registerTextures(Lnet/minecraftforge/client/event/TextureStitchEvent$Pre;)V
java.lang.NullPointerException
    at com.jaquadro.minecraft.storagedrawers.client.model.BasicDrawerModel$Register.populateGeometryData(BasicDrawerModel.java:132)
    at com.jaquadro.minecraft.storagedrawers.client.model.BasicDrawerModel$Register.registerTextures(BasicDrawerModel.java:60)
    at net.minecraftforge.eventbus.ASMEventHandler_177_Register_registerTextures_Pre.invoke(.dynamic)
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168)
    at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:243)
    at net.minecraftforge.fml.ModLoader$$Lambda$2497/131084586.accept(Unknown Source)
    at java.util.HashMap.forEach(HashMap.java:1280)
    at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:217)
    at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:243)
    at net.minecraftforge.client.ForgeHooksClient.onTextureStitchedPre(ForgeHooksClient.java:172)
    at net.minecraft.client.renderer.texture.AtlasTexture.func_215254_a(AtlasTexture.java:96)
    at net.minecraft.client.renderer.model.ModelBakery.processLoading(ModelBakery.java:170)
    at net.minecraftforge.client.model.ModelLoader.<init>(ModelLoader.java:143)
    at net.minecraft.client.renderer.model.ModelManager.func_212854_a_(ModelManager.java:46)
    at net.minecraft.client.renderer.model.ModelManager.func_212854_a_(ModelManager.java:17)
    at net.minecraft.client.resources.ReloadListener.func_215270_b(SourceFile:11)
    at net.minecraft.client.resources.ReloadListener$$Lambda$2615/999036382.get(Unknown Source)
    at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1582)
    at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1574)
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
    at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1689)
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)

[04mag2020 10:53:26.212] [Client thread/FATAL] [net.minecraft.client.Minecraft/]: Reported exception thrown!
net.minecraft.crash.ReportedException: Rendering overlay
    at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:548) ~[?:?]
    at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:890) ~[?:?]
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:384) [?:?]
    at net.minecraft.client.main.Main.main(SourceFile:155) [?:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
    at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) [forge-1.14.4-28.1.90.jar:28.1]
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$399/638525764.call(Unknown Source) [forge-1.14.4-28.1.90.jar:28.1]
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-4.1.0.jar:?]
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-4.1.0.jar:?]
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-4.1.0.jar:?]
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-4.1.0.jar:?]
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-4.1.0.jar:?]
Caused by: java.lang.NullPointerException
    at com.jaquadro.minecraft.storagedrawers.client.model.BasicDrawerModel$Register.populateGeometryData(BasicDrawerModel.java:132) ~[?:1.14.4-6.0.0]
    at com.jaquadro.minecraft.storagedrawers.client.model.BasicDrawerModel$Register.registerTextures(BasicDrawerModel.java:60) ~[?:1.14.4-6.0.0]
    at net.minecraftforge.eventbus.ASMEventHandler_177_Register_registerTextures_Pre.invoke(.dynamic) ~[?:?]
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-1.0.0-service.jar:?]
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-1.0.0-service.jar:?]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:28.1]
    at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:243) ~[?:?]
    at net.minecraftforge.fml.ModLoader$$Lambda$2497/131084586.accept(Unknown Source) ~[?:?]
    at java.util.HashMap.forEach(HashMap.java:1280) ~[?:1.8.0_51]
    at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:217) ~[?:?]
    at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:243) ~[?:?]
    at net.minecraftforge.client.ForgeHooksClient.onTextureStitchedPre(ForgeHooksClient.java:172) ~[?:?]
    at net.minecraft.client.renderer.texture.AtlasTexture.func_215254_a(AtlasTexture.java:96) ~[?:?]
    at net.minecraft.client.renderer.model.ModelBakery.processLoading(ModelBakery.java:170) ~[?:?]
    at net.minecraftforge.client.model.ModelLoader.<init>(ModelLoader.java:143) ~[?:?]
    at net.minecraft.client.renderer.model.ModelManager.func_212854_a_(ModelManager.java:46) ~[?:?]
    at net.minecraft.client.renderer.model.ModelManager.func_212854_a_(ModelManager.java:17) ~[?:?]
    at net.minecraft.client.resources.ReloadListener.func_215270_b(SourceFile:11) ~[?:?]
    at net.minecraft.client.resources.ReloadListener$$Lambda$2615/999036382.get(Unknown Source) ~[?:?]
    at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1582) ~[?:1.8.0_51]
    at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1574) ~[?:1.8.0_51]
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) ~[?:1.8.0_51]
    at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) ~[?:1.8.0_51]
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1689) ~[?:1.8.0_51]
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) ~[?:1.8.0_51]
[04mag2020 10:53:26.270] [Client thread/INFO] [STDOUT/]: [net.minecraft.util.registry.Bootstrap:func_179870_a:100]: ---- Minecraft Crash Report ----
// Uh... Did I do that?

Time: 04/05/20 10.53
Description: Rendering overlay

java.lang.NullPointerException: Rendering overlay
    at com.jaquadro.minecraft.storagedrawers.client.model.BasicDrawerModel$Register.populateGeometryData(BasicDrawerModel.java:132) ~[?:1.14.4-6.0.0] {re:classloading}
    at com.jaquadro.minecraft.storagedrawers.client.model.BasicDrawerModel$Register.registerTextures(BasicDrawerModel.java:60) ~[?:1.14.4-6.0.0] {re:classloading}
    at net.minecraftforge.eventbus.ASMEventHandler_177_Register_registerTextures_Pre.invoke(.dynamic) ~[?:?] {}
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-1.0.0-service.jar:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-1.0.0-service.jar:?] {}
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:28.1] {re:classloading}
    at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:243) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader$$Lambda$2497/131084586.accept(Unknown Source) ~[?:?] {}
    at java.util.HashMap.forEach(HashMap.java:1280) ~[?:1.8.0_51] {}
    at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:217) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:243) ~[?:?] {re:classloading}
    at net.minecraftforge.client.ForgeHooksClient.onTextureStitchedPre(ForgeHooksClient.java:172) ~[?:?] {re:classloading}
    at net.minecraft.client.renderer.texture.AtlasTexture.func_215254_a(AtlasTexture.java:96) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraft.client.renderer.model.ModelBakery.processLoading(ModelBakery.java:170) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraftforge.client.model.ModelLoader.<init>(ModelLoader.java:143) ~[?:?] {re:classloading}
    at net.minecraft.client.renderer.model.ModelManager.func_212854_a_(ModelManager.java:46) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraft.client.renderer.model.ModelManager.func_212854_a_(ModelManager.java:17) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraft.client.resources.ReloadListener.func_215270_b(SourceFile:11) ~[?:?] {re:classloading}
    at net.minecraft.client.resources.ReloadListener$$Lambda$2615/999036382.get(Unknown Source) ~[?:?] {}
    at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1582) ~[?:1.8.0_51] {}
    at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1574) ~[?:1.8.0_51] {}
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) ~[?:1.8.0_51] {}
    at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) ~[?:1.8.0_51] {}
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1689) ~[?:1.8.0_51] {}
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) ~[?:1.8.0_51] {}


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

-- Head --
Thread: Client thread
Stacktrace:
    at com.jaquadro.minecraft.storagedrawers.client.model.BasicDrawerModel$Register.populateGeometryData(BasicDrawerModel.java:132)
    at com.jaquadro.minecraft.storagedrawers.client.model.BasicDrawerModel$Register.registerTextures(BasicDrawerModel.java:60)
    at net.minecraftforge.eventbus.ASMEventHandler_177_Register_registerTextures_Pre.invoke(.dynamic)
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168)
    at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:243)
    at net.minecraftforge.fml.ModLoader$$Lambda$2497/131084586.accept(Unknown Source)
    at java.util.HashMap.forEach(HashMap.java:1280)
    at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:217)

-- Overlay render details --
Details:
    Overlay name: net.minecraft.client.gui.ResourceLoadProgressGui
Stacktrace:
    at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:544)
    at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:890)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:384)
    at net.minecraft.client.main.Main.main(SourceFile:155)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$399/638525764.call(Unknown Source)
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:81)
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)

-- System Details --
Details:
    Minecraft Version: 1.14.4
    Minecraft Version ID: 1.14.4
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 1322979928 bytes (1261 MB) / 2147483648 bytes (2048 MB) up to 2147483648 bytes (2048 MB)
    CPUs: 4
    JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    ModLauncher: 4.1.0+62+5bfa59b
    ModLauncher launch target: fmlclient
    ModLauncher naming: srg
    ModLauncher services: 
        /eventbus-1.0.0-service.jar eventbus PLUGINSERVICE 
        /forge-1.14.4-28.1.90.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.14.4-28.1.90.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-1.0.1-milestone.0.1+94458e7-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge-1.14.4-28.1.90.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.14.4-28.1.90.jar runtimedistcleaner PLUGINSERVICE 
        /forge-1.14.4-28.1.90.jar fml TRANSFORMATIONSERVICE 
    FML: 28.1
    Forge: net.minecraftforge:28.1.90
    FML Language Providers: 
        [email protected]
        minecraft@1
    Mod List: 
        forge-1.14.4-28.1.90-client.jar Minecraft {[email protected] CREATE_REGISTRIES}
        mcw-bridges-1.0.3-mc1.14.4.jar Macaw's Bridges {[email protected] CREATE_REGISTRIES}
        Notes-1.14.4-1.2.0.jar Notes {[email protected] CREATE_REGISTRIES}
        AdFinders-1.14.4-3.0.0.0-build.0040.jar Advanced Finders {[email protected] ERROR}
        MouseTweaks-2.13-mc1.14.4.jar Mouse Tweaks {[email protected] CREATE_REGISTRIES}
        blood-particles-1.14.4-1.0.0.jar Blood Particles {[email protected] CREATE_REGISTRIES}
        TrashSlot_1.14.4-10.4.5.jar TrashSlot {[email protected] CREATE_REGISTRIES}
        compactores-1.14.4-1.2.2.jar Compact Ores {[email protected] CREATE_REGISTRIES}
        Floocraft+1.14.4-1.9.7.jar Floocraft {[email protected] CREATE_REGISTRIES}
        Blur-1.1.0-1.jar Blur {[email protected] CREATE_REGISTRIES}
        valhelsia_structures-14.0.3.jar Valhelsia Structures {[email protected] CREATE_REGISTRIES}
        adventurepack-1.0.jar Adventure Tools {[email protected] CREATE_REGISTRIES}
        jei-1.14.4-6.0.0.13.jar Just Enough Items {[email protected] CREATE_REGISTRIES}
        worleycaves-1.14.4-1.6.0.jar Worley's Caves {[email protected] CREATE_REGISTRIES}
        prefab-1.4.0.7.jar Prefab {[email protected] CREATE_REGISTRIES}
        morecharcoal-1.14.4-1.0.3.jar More Charcoal {[email protected] CREATE_REGISTRIES}
        ForgeEndertech-1.14.4-5.2.2.1-build.0083.jar Forge Endertech {[email protected] CREATE_REGISTRIES}
        AdLods-1.14.4-2.0.0.1-build.0078.jar Large Ore Deposits {[email protected] CREATE_REGISTRIES}
        GravelMiner_1.14.4-8.1.6.jar GravelMiner {[email protected] CREATE_REGISTRIES}
        XaerosWorldMap_1.5.3_Forge_1.14.4.jar Xaero's World Map {[email protected] CREATE_REGISTRIES}
        StorageDrawers-1.14.4-6.0.0.jar Storage Drawers {[email protected] CREATE_REGISTRIES}
        NaturesCompass-1.14.4-1.8.3.jar Nature's Compass {[email protected] CREATE_REGISTRIES}
        SereneSeasons-1.14.4-2.0.0.40-universal.jar Serene Seasons {[email protected] CREATE_REGISTRIES}
        decorative_blocks_6b.jar Decorative Blocks {[email protected] CREATE_REGISTRIES}
        structurize-0.10.178-ALPHA.jar Structurize {[email protected] CREATE_REGISTRIES}
        minecolonies-0.10.415-ALPHA-universal.jar Minecolonies {[email protected] CREATE_REGISTRIES}
        furniture-7.0.0-pre3-1.14.4.jar MrCrayfish's Furniture Mod {[email protected] CREATE_REGISTRIES}
        mcw-furnitures-1.0.0-mc1.14.4.jar Macaw's Furniture {[email protected] CREATE_REGISTRIES}
        snowvariants-1.14.4-1.1.1.jar Snow Variants {[email protected] CREATE_REGISTRIES}
        FpsReducer-mc1.14.4-1.12.4.jar FPS Reducer {[email protected] CREATE_REGISTRIES}
        forge-1.14.4-28.1.90-universal.jar Forge {[email protected] CREATE_REGISTRIES}
        ruins-1.14.4.1.jar Ruins {[email protected] CREATE_REGISTRIES}
        corpse-1.14.4-1.0.2.jar Corpse {[email protected] CREATE_REGISTRIES}
        farlanders-1.14.4-1.0.1.jar The Farlanders {[email protected] CREATE_REGISTRIES}
    Launched Version: 1.14.4-forge-28.1.90
    LWJGL: 3.2.2 build 10
    OpenGL: Intel(R) HD Graphics 615 GL version 4.5.0 - Build 24.20.100.6287, Intel
    GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'forge'
    Type: Client (map_client.txt)
    Resource Packs: 
    Current Language: English (US)
    CPU: 4x Intel(R) Pentium(R) CPU 4415Y @ 1.60GHz
[04mag2020 10:53:26.349] [Client thread/INFO] [STDOUT/]: [net.minecraft.util.registry.Bootstrap:func_179870_a:100]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\Wolff 2.0\AppData\Roaming\.minecraft\Mister Bussole\crash-reports\crash-2020-05-04_10.53.26-client.txt

 

 

Edited by diesieben07
spoiler
Posted

First of all, sorry if I didn't answer before but I couldn't post the delog file
In the meantime, I managed to find the correspondence between the two mods you told me
The problem now is that after a few minutes the game has started it closes

 

---- Minecraft Crash Report ----
// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]

Time: 05/05/20 22.48
Description: Exception in server tick loop

java.lang.NoSuchMethodError: net.minecraft.entity.player.PlayerEntity.getEntityData()Lnet/minecraft/nbt/CompoundNBT;
    at net.blay09.mods.trashslot.TrashHelper.getTrashItem(TrashHelper.java:19) ~[?:10.4.5] {re:classloading}
    at net.blay09.mods.trashslot.TrashSlot.onPlayerOpenContainer(TrashSlot.java:89) ~[?:10.4.5] {re:classloading}
    at net.minecraftforge.eventbus.ASMEventHandler_44_TrashSlot_onPlayerOpenContainer_Open.invoke(.dynamic) ~[?:?] {}
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-1.0.0-service.jar:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-1.0.0-service.jar:?] {}
    at net.minecraft.entity.player.ServerPlayerEntity.func_213829_a(ServerPlayerEntity.java:825) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.block.ChestBlock.func_220051_a(SourceFile:191) ~[?:?] {re:classloading}
    at net.minecraft.block.BlockState.func_215687_a(BlockState.java:274) ~[?:?] {re:classloading,xf:fml:forgeendertech:randomTickBlock}
    at net.minecraft.server.management.PlayerInteractionManager.func_219441_a(PlayerInteractionManager.java:322) ~[?:?] {re:classloading}
    at net.minecraft.network.play.ServerPlayNetHandler.func_184337_a(ServerPlayNetHandler.java:847) ~[?:?] {re:classloading}
    at net.minecraft.network.play.client.CPlayerTryUseItemOnBlockPacket.func_148833_a(SourceFile:36) ~[?:?] {re:classloading}
    at net.minecraft.network.play.client.CPlayerTryUseItemOnBlockPacket.func_148833_a(SourceFile:10) ~[?:?] {re:classloading}
    at net.minecraft.network.PacketThreadUtil.func_225383_a(SourceFile:21) ~[?:?] {re:classloading}
    at net.minecraft.network.PacketThreadUtil$$Lambda$4433/1770997598.run(Unknown Source) ~[?:?] {}
    at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) ~[?:?] {re:classloading}
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) ~[?:?] {re:classloading}
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:699) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:693) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213160_bf(SourceFile:103) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.server.MinecraftServer.func_213202_o(MinecraftServer.java:678) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:626) [?:?] {re:classloading,pl:accesstransformer:B}
    at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51] {}


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

-- System Details --
Details:
    Minecraft Version: 1.14.4
    Minecraft Version ID: 1.14.4
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 1267510920 bytes (1208 MB) / 2147483648 bytes (2048 MB) up to 2147483648 bytes (2048 MB)
    CPUs: 4
    JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    ModLauncher: 4.1.0+62+5bfa59b
    ModLauncher launch target: fmlclient
    ModLauncher naming: srg
    ModLauncher services: 
        /eventbus-1.0.0-service.jar eventbus PLUGINSERVICE 
        /forge-1.14.4-28.1.90.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.14.4-28.1.90.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-1.0.1-milestone.0.1+94458e7-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge-1.14.4-28.1.90.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.14.4-28.1.90.jar runtimedistcleaner PLUGINSERVICE 
        /forge-1.14.4-28.1.90.jar fml TRANSFORMATIONSERVICE 
    FML: 28.1
    Forge: net.minecraftforge:28.1.90
    FML Language Providers: 
        [email protected]
        minecraft@1
    Mod List: 
        forge-1.14.4-28.1.90-client.jar Minecraft {[email protected] DONE}
        mcw-bridges-1.0.3-mc1.14.4.jar Macaw's Bridges {[email protected] DONE}
        Notes-1.14.4-1.2.0.jar Notes {[email protected] DONE}
        MouseTweaks-2.13-mc1.14.4.jar Mouse Tweaks {[email protected] DONE}
        blood-particles-1.14.4-1.0.0.jar Blood Particles {[email protected] DONE}
        TrashSlot_1.14.4-10.4.5.jar TrashSlot {[email protected] DONE}
        compactores-1.14.4-1.2.2.jar Compact Ores {[email protected] DONE}
        Floocraft+1.14.4-1.9.7.jar Floocraft {[email protected] DONE}
        Blur-1.1.0-1.jar Blur {[email protected] DONE}
        valhelsia_structures-14.0.3.jar Valhelsia Structures {[email protected] DONE}
        adventurepack-1.0.jar Adventure Tools {[email protected] DONE}
        jei-1.14.4-6.0.0.13.jar Just Enough Items {[email protected] DONE}
        worleycaves-1.14.4-1.6.0.jar Worley's Caves {[email protected] DONE}
        simplefarming-1.14.4-1.1.4c.jar Simple Farming {[email protected] DONE}
        morecharcoal-1.14.4-1.0.3.jar More Charcoal {[email protected] DONE}
        ForgeEndertech-1.14.4-5.2.2.0-build.0082.jar Forge Endertech {[email protected] DONE}
        AdFinders-1.14.4-3.0.5.0-build.0082.jar Advanced Finders {[email protected] DONE}
        AdLods-1.14.4-2.0.0.1-build.0078.jar Large Ore Deposits {[email protected] DONE}
        GravelMiner_1.14.4-8.1.6.jar GravelMiner {[email protected] DONE}
        XaerosWorldMap_1.5.3_Forge_1.14.4.jar Xaero's World Map {[email protected] DONE}
        StorageDrawers-1.14.4-6.0.0.jar Storage Drawers {[email protected] DONE}
        NaturesCompass-1.14.4-1.8.3.jar Nature's Compass {[email protected] DONE}
        SereneSeasons-1.14.4-2.0.0.40-universal.jar Serene Seasons {[email protected] DONE}
        decorative_blocks_6b.jar Decorative Blocks {[email protected] DONE}
        furniture-7.0.0-pre3-1.14.4.jar MrCrayfish's Furniture Mod {[email protected] DONE}
        mcw-furnitures-1.0.0-mc1.14.4.jar Macaw's Furniture {[email protected] DONE}
        snowvariants-1.14.4-1.1.1.jar Snow Variants {[email protected] DONE}
        forge-1.14.4-28.1.90-universal.jar Forge {[email protected] DONE}
        ruins-1.14.4.1.jar Ruins {[email protected] DONE}
        corpse-1.14.4-1.0.2.jar Corpse {[email protected] DONE}
    Player Count: 1 / 8; [ServerPlayerEntity['AlierrisBrisingr'/41, l='Bussole', x=-508.15, y=67.00, z=82.70]]
    Data Packs: vanilla, CompactOres dynamic resources, mod:adfinders, mod:adlods, mod:adventurepack, mod:blood_particles, mod:blur, mod:cfm, mod:compactores, mod:corpse, mod:decorative_blocks, mod:floocraftft, mod:forge, mod:forgeendertech, mod:gravelminer, mod:jei, mod:mcwbridges, mod:mcwfurnitures, mod:morecharcoal, mod:mousetweaks, mod:naturescompass, mod:notes, mod:ruins, mod:sereneseasons, mod:simplefarming, mod:snowvariants, mod:storagedrawers, mod:trashslot, mod:valhelsia_structures, mod:worleycaves, mod:xaeroworldmap
    Type: Integrated Server (map_client.txt)
    Is Modded: Definitely; Client brand changed to 'forge'

 

 

 

Posted (edited)

Minecraft-France is a repost site. You should not download mods from it.

Please check out https://stopmodreposts.org.

Edited by DavidM

Some tips:

Spoiler

Modder Support:

Spoiler

1. Do not follow tutorials on YouTube, especially TechnoVision (previously called Loremaster) and HarryTalks, due to their promotion of bad practice and usage of outdated code.

2. Always post your code.

3. Never copy and paste code. You won't learn anything from doing that.

4. 

Quote

Programming via Eclipse's hotfixes will get you nowhere

5. Learn to use your IDE, especially the debugger.

6.

Quote

The "picture that's worth 1000 words" only works if there's an obvious problem or a freehand red circle around it.

Support & Bug Reports:

Spoiler

1. Read the EAQ before asking for help. Remember to provide the appropriate log(s).

2. Versions below 1.11 are no longer supported due to their age. Update to a modern version of Minecraft to receive support.

 

 

Posted
36 minutes ago, DavidM said:

Minecraft-France è un sito repost. Non devi scaricare mod da esso.

Dai un'occhiata a stopmodrepost.org

I use minecraft-france only because it is written in French
When I download mods I do it only if I'm on curseforge
is a repost site also curseforge?

Posted
1 minute ago, AlierrisBrisingr said:

is a repost site also curseforge?

No, curseforge is probably the only place on the internet I would trust to download mods, most other places are hosting without permission.

 

38 minutes ago, DavidM said:

Please check out stopmodrepost.org

 https://stopmodreposts.org/ is the actual URL to the website you want to check out.

  • Like 1
Posted
3 hours ago, diesieben07 said:

Hai una versione di TrashSlot installata da agosto 2019. Come hai fatto? Dove prendi le tue mod ?!

Ehm ok

I didn't expect a divergence on the mods I use, I don't know how to buy it
But I would need some advice on why minecraft doesn't work

Posted (edited)
1 hour ago, AlierrisBrisingr said:

But I would need some advice on why minecraft doesn't work

To conclude your issue: stop downloading from repost sites like Minecraft-France.

Only download your mods from CurseForge or an official page.

In this case, TrashSlot is causing the problem. Remove your copy of it and download the latest version from CurseForge.

Edited by DavidM

Some tips:

Spoiler

Modder Support:

Spoiler

1. Do not follow tutorials on YouTube, especially TechnoVision (previously called Loremaster) and HarryTalks, due to their promotion of bad practice and usage of outdated code.

2. Always post your code.

3. Never copy and paste code. You won't learn anything from doing that.

4. 

Quote

Programming via Eclipse's hotfixes will get you nowhere

5. Learn to use your IDE, especially the debugger.

6.

Quote

The "picture that's worth 1000 words" only works if there's an obvious problem or a freehand red circle around it.

Support & Bug Reports:

Spoiler

1. Read the EAQ before asking for help. Remember to provide the appropriate log(s).

2. Versions below 1.11 are no longer supported due to their age. Update to a modern version of Minecraft to receive support.

 

 

Posted

I am happy to make everything work, thanks to everyone
I wanted to ask you one last thing
I'd like to install Instant Structures Mod (ISM) for Minecraft by MaggiCraft, but every time it tells me that a file is missing
Can you help me in this discussion or do I have to open a new topic?
Thanks again

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

    • Remove Neruina and justleveling from your server
    • [01:52:34] [Server thread/WARN] [neruina/]: Neruina caught an exception, see below for cause java.lang.RuntimeException: Attempted to load class net/minecraft/client/Minecraft for invalid dist DEDICATED_SERVER         at net.minecraftforge.fml.loading.RuntimeDistCleaner.processClassWithFlags(RuntimeDistCleaner.java:57) ~[fmlloader-1.20.1-47.4.0.jar%2369!/:1.0] {}         at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-10.0.9.jar%2355!/:?] {}         at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-10.0.9.jar%2355!/:?] {}         at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-10.0.9.jar%2355!/:?] {}         at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) ~[securejarhandler-2.1.10.jar:?] {}         at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {}         at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-2.1.10.jar:?] {}         at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {}         at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-2.1.10.jar:?] {}         at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?] {}         at net.minecraftforge.network.simple.SimpleChannel.sendToServer(SimpleChannel.java:87) ~[forge-1.20.1-47.4.0-universal.jar%23670!/:?] {re:mixin,re:classloading,pl:mixin:APP:connectivity.mixins.json:SimpleChannelMixin from mod connectivity,pl:mixin:A}         at com.dplayend.justleveling.network.ServerNetworking.sendToServer(ServerNetworking.java:36) ~[justleveling-forge-1.20.x-v1.7.jar%23542!/:forge-1.20.x-v1.7] {re:classloading}         at com.dplayend.justleveling.network.packet.common.CounterAttackSP.send(CounterAttackSP.java:51) ~[justleveling-forge-1.20.x-v1.7.jar%23542!/:forge-1.20.x-v1.7] {re:classloading}         at com.dplayend.justleveling.registry.RegistryCommonEvents.lambda$onAttackEntity$8(RegistryCommonEvents.java:315) ~[justleveling-forge-1.20.x-v1.7.jar%23542!/:forge-1.20.x-v1.7] {re:classloading}         at net.minecraftforge.common.util.LazyOptional.ifPresent(LazyOptional.java:137) ~[forge-1.20.1-47.4.0-universal.jar%23670!/:?] {re:mixin,re:classloading}         at com.dplayend.justleveling.registry.RegistryCommonEvents.onAttackEntity(RegistryCommonEvents.java:315) ~[justleveling-forge-1.20.x-v1.7.jar%23542!/:forge-1.20.x-v1.7] {re:classloading}         at com.dplayend.justleveling.registry.__RegistryCommonEvents_onAttackEntity_LivingHurtEvent.invoke(.dynamic) ~[justleveling-forge-1.20.x-v1.7.jar%23542!/:forge-1.20.x-v1.7] {re:classloading,pl:eventbus:B}         at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73) ~[eventbus-6.0.5.jar%2352!/:?] {}         at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.5.jar%2352!/:?] {}         at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.5.jar%2352!/:?] {}         at net.minecraftforge.common.ForgeHooks.onLivingHurt(ForgeHooks.java:292) ~[forge-1.20.1-47.4.0-universal.jar%23670!/:?] {re:mixin,re:classloading,pl:mixin:APP:mixins.redirected_forge_1.20.1.json:forge.net.minecraftforge.common.ForgeHooksMixin from mod redirected,pl:mixin:APP:modernfix-forge.mixins.json:perf.faster_ingredients.ForgeHooksMixin from mod modernfix,pl:mixin:APP:apotheosis.mixins.json:ForgeHooksMixin from mod apotheosis,pl:mixin:APP:connectormod.mixins.json:ForgeHooksMixin from mod connectormod,pl:mixin:APP:connectormod.mixins.json:item.ForgeHooksMixin from mod connectormod,pl:mixin:A}         at net.minecraft.world.entity.player.Player.m_6475_(Player.java:909) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:baguettelib.mixins.json:PlayerDeathMixin from mod baguettelib,pl:mixin:APP:pehkui.mixins.json:reach.PlayerEntityMixin from mod pehkui,pl:mixin:APP:openpartiesandclaims.mixins.json:MixinPlayer from mod openpartiesandclaims,pl:mixin:APP:paraglider.mixins.json:MixinPlayer from mod paraglider,pl:mixin:APP:attributeslib.mixins.json:PlayerMixin from mod attributeslib,pl:mixin:APP:fabric-entity-events-v1.mixins.json:PlayerEntityMixin from mod fabric_entity_events_v1,pl:mixin:APP:fabric-entity-events-v1.mixins.json:elytra.PlayerEntityMixin from mod fabric_entity_events_v1,pl:mixin:APP:tipsylib.mixins.json:server.PlayerMixin from mod tipsylib,pl:mixin:APP:pehkui.mixins.json:PlayerEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat117plus.PlayerEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat1194plus.PlayerEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat1201minus.EntityVehicleHeightOffsetMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat1204minus.PlayerEntityMixin from mod pehkui,pl:mixin:APP:mixins.travelersbackpack.json:PlayerMixin from mod travelersbackpack,pl:mixin:APP:alltheleaks.mixins.json:main.PlayerMixin from mod alltheleaks,pl:mixin:APP:baguettelib.mixins.json:PlayerEquipmentMixin from mod baguettelib,pl:mixin:APP:dummmmmmy-common.mixins.json:PlayerMixin from mod dummmmmmy,pl:mixin:APP:soulsweapons.mixins.json:PlayerEntityMixin from mod soulsweapons,pl:mixin:APP:endergetic.mixins.json:PlayerMixin from mod endergetic,pl:mixin:APP:friendsandfoes-common.mixins.json:PlayerEntityMixin from mod friendsandfoes,pl:mixin:APP:justleveling.mixins.json:MixPlayer from mod justleveling,pl:mixin:APP:skilltree.mixins.json:minecraft/PlayerMixin from mod skilltree,pl:mixin:APP:supplementaries-common.mixins.json:PlayerMixin from mod supplementaries,pl:mixin:APP:supplementaries.mixins.json:PlayerProjectileMixin from mod supplementaries,pl:mixin:APP:mixins.irons_spellbooks.json:PlayerMixin from mod irons_spellbooks,pl:mixin:APP:mixins.epicfight.json:MixinPlayer from mod epicfight,pl:mixin:APP:create.mixins.json:PlayerMixin from mod create,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.world.entity.LivingEntity.m_6469_(LivingEntity.java:1112) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:connectormod:insertInjectionTarget,xf:fml:connectormod:updateItemUseStartTreshold,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,xf:fml:connectormod:insertInjectionTarget,xf:fml:connectormod:updateItemUseStartTreshold,pl:mixin:APP:baguettelib.mixins.json:LivingEntityDeathMixin from mod baguettelib,pl:mixin:APP:subtle_effects.mixins.json:common.CommonLivingEntityMixin from mod subtle_effects,pl:mixin:APP:modernfix-forge.mixins.json:perf.forge_cap_retrieval.LivingEntityMixin from mod modernfix,pl:mixin:APP:armorcurve.mixins.json:ValueUpdateMixin from mod armorcurve,pl:mixin:APP:apotheosis.mixins.json:LivingEntityInvoker from mod apotheosis,pl:mixin:APP:apotheosis.mixins.json:LivingEntityMixin from mod apotheosis,pl:mixin:APP:apotheosis.mixins.json:MHFMixinLivingEntity from mod apotheosis,pl:mixin:APP:projectile_damage.mixins.json:LivingEntityMixin from mod projectile_damage,pl:mixin:APP:autoleveling.mixins.json:LivingEntityAccessor from mod autoleveling,pl:mixin:APP:curios.mixins.json:MixinLivingEntity from mod curios,pl:mixin:APP:attributeslib.mixins.json:LivingEntityMixin from mod attributeslib,pl:mixin:APP:fabric-entity-events-v1.mixins.json:LivingEntityMixin from mod fabric_entity_events_v1,pl:mixin:APP:fabric-entity-events-v1.mixins.json:elytra.LivingEntityMixin from mod fabric_entity_events_v1,pl:mixin:APP:lithium.mixins.json:alloc.enum_values.living_entity.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.collisions.unpushable_cramming.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.fast_elytra_check.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.fast_hand_swing.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.fast_powder_snow_check.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.skip_equipment_change_check.LivingEntityMixin from mod radium,pl:mixin:APP:questkilltask.mixins.json:LivingEntityMixin from mod questkilltask,pl:mixin:APP:tipsylib.mixins.json:server.LivingEntityAttributesMixin from mod tipsylib,pl:mixin:APP:tipsylib.mixins.json:server.LivingEntityEffectsMixin from mod tipsylib,pl:mixin:APP:pehkui.mixins.json:LivingEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat117plus.LivingEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat1194plus.LivingEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat1204minus.LivingEntityMixin from mod pehkui,pl:mixin:APP:caelus.mixins.json:MixinLivingEntity from mod caelus,pl:mixin:APP:simply_swords_overhaul.mixins.json:MixinLivingEntity from mod simply_swords_overhaul,pl:mixin:APP:idas.mixins.json:LabyrinthBossKilledMixin from mod idas,pl:mixin:APP:citadel.mixins.json:LivingEntityMixin from mod citadel,pl:mixin:APP:bookshelf.common.mixins.json:accessors.entity.AccessorLivingEntity from mod bookshelf,pl:mixin:APP:bookshelf.common.mixins.json:patches.entity.MixinLivingEntity from mod bookshelf,pl:mixin:APP:dummmmmmy-common.mixins.json:LivingEntityMixin from mod dummmmmmy,pl:mixin:APP:cataclysm.mixins.json:LivingEntityMixin from mod cataclysm,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:LivingEntityMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:soulsweapons.mixins.json:LivingEntityInvoker from mod soulsweapons,pl:mixin:APP:soulsweapons.mixins.json:LivingEntityMixin from mod soulsweapons,pl:mixin:APP:endergetic.mixins.json:LivingEntityMixin from mod endergetic,pl:mixin:APP:friendsandfoes-common.mixins.json:BlazeLivingEntityMixin from mod friendsandfoes,pl:mixin:APP:friendsandfoes-common.mixins.json:LivingEntityMixin from mod friendsandfoes,pl:mixin:APP:simplyswords-common.mixins.json:LivingEntityMixin from mod simplyswords,pl:mixin:APP:knavesneeds-common.mixins.json:LivingEntityMixin from mod knavesneeds,pl:mixin:APP:justleveling.mixins.json:MixLivingEntity from mod justleveling,pl:mixin:APP:skilltree.mixins.json:minecraft/LivingEntityMixin from mod skilltree,pl:mixin:APP:skilltree.mixins.json:LivingEntityAccessor from mod skilltree,pl:mixin:APP:quark.mixins.json:accessor.AccessorLivingEntity from mod quark,pl:mixin:APP:supplementaries-common.mixins.json:LivingEntityAccessor from mod supplementaries,pl:mixin:APP:supplementaries-common.mixins.json:LivingEntityMixin from mod supplementaries,pl:mixin:APP:supplementaries.mixins.json:LivingEntityMixin from mod supplementaries,pl:mixin:APP:mixins.irons_spellbooks.json:LivingEntityMixin from mod irons_spellbooks,pl:mixin:APP:additional_attributes.mixins.json:LivingEntityMixin from mod additional_attributes,pl:mixin:APP:particle_effects.mixins.json:LivingEntityMixin from mod particle_effects,pl:mixin:APP:improvedmobs.mixins.json:LivingEntityMixin from mod improvedmobs,pl:mixin:APP:mixins.epicfight.json:MixinLivingEntity from mod epicfight,pl:mixin:APP:create.mixins.json:CustomItemUseEffectsMixin from mod create,pl:mixin:APP:create.mixins.json:LavaSwimmingMixin from mod create,pl:mixin:APP:create.mixins.json:accessor.LivingEntityAccessor from mod create,pl:mixin:APP:pehkui.mixins.json:compat115plus.LivingEntityMixin from mod pehkui,pl:mixin:APP:obscure_api.mixins.json:LivingEntityMixin from mod obscure_api,pl:mixin:APP:maxhealthfix.common.mixins.json:MixinLivingEntity from mod maxhealthfix,pl:mixin:APP:openpartiesandclaims.mixins.json:MixinLivingEntity from mod openpartiesandclaims,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.world.entity.player.Player.m_6469_(Player.java:840) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:baguettelib.mixins.json:PlayerDeathMixin from mod baguettelib,pl:mixin:APP:pehkui.mixins.json:reach.PlayerEntityMixin from mod pehkui,pl:mixin:APP:openpartiesandclaims.mixins.json:MixinPlayer from mod openpartiesandclaims,pl:mixin:APP:paraglider.mixins.json:MixinPlayer from mod paraglider,pl:mixin:APP:attributeslib.mixins.json:PlayerMixin from mod attributeslib,pl:mixin:APP:fabric-entity-events-v1.mixins.json:PlayerEntityMixin from mod fabric_entity_events_v1,pl:mixin:APP:fabric-entity-events-v1.mixins.json:elytra.PlayerEntityMixin from mod fabric_entity_events_v1,pl:mixin:APP:tipsylib.mixins.json:server.PlayerMixin from mod tipsylib,pl:mixin:APP:pehkui.mixins.json:PlayerEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat117plus.PlayerEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat1194plus.PlayerEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat1201minus.EntityVehicleHeightOffsetMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat1204minus.PlayerEntityMixin from mod pehkui,pl:mixin:APP:mixins.travelersbackpack.json:PlayerMixin from mod travelersbackpack,pl:mixin:APP:alltheleaks.mixins.json:main.PlayerMixin from mod alltheleaks,pl:mixin:APP:baguettelib.mixins.json:PlayerEquipmentMixin from mod baguettelib,pl:mixin:APP:dummmmmmy-common.mixins.json:PlayerMixin from mod dummmmmmy,pl:mixin:APP:soulsweapons.mixins.json:PlayerEntityMixin from mod soulsweapons,pl:mixin:APP:endergetic.mixins.json:PlayerMixin from mod endergetic,pl:mixin:APP:friendsandfoes-common.mixins.json:PlayerEntityMixin from mod friendsandfoes,pl:mixin:APP:justleveling.mixins.json:MixPlayer from mod justleveling,pl:mixin:APP:skilltree.mixins.json:minecraft/PlayerMixin from mod skilltree,pl:mixin:APP:supplementaries-common.mixins.json:PlayerMixin from mod supplementaries,pl:mixin:APP:supplementaries.mixins.json:PlayerProjectileMixin from mod supplementaries,pl:mixin:APP:mixins.irons_spellbooks.json:PlayerMixin from mod irons_spellbooks,pl:mixin:APP:mixins.epicfight.json:MixinPlayer from mod epicfight,pl:mixin:APP:create.mixins.json:PlayerMixin from mod create,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.server.level.ServerPlayer.m_6469_(ServerPlayer.java:695) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.world.entity.Mob.m_7327_(Mob.java:1410) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.redirected_forge_1.20.1.json:net.minecraft.world.entity.MobMixin from mod redirected,pl:mixin:APP:subtle_effects.mixins.json:common.MobMixin from mod subtle_effects,pl:mixin:APP:fabric-entity-events-v1.mixins.json:MobEntityMixin from mod fabric_entity_events_v1,pl:mixin:APP:lithium.mixins.json:entity.inactive_navigations.MobEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.skip_equipment_change_check.MobEntityMixin from mod radium,pl:mixin:APP:pehkui.mixins.json:MobEntityMixin from mod pehkui,pl:mixin:APP:bookshelf.common.mixins.json:accessors.entity.AccessorMob from mod bookshelf,pl:mixin:APP:despawn_tweaker.mixins.json:MobMixin from mod despawn_tweaker,pl:mixin:APP:otherworldapoth.mixins.json:MobMixin from mod otherworldapoth,pl:mixin:APP:letmedespawn.mixins.json:MobMixin from mod letmedespawn,pl:mixin:APP:endergetic.mixins.json:MobMixin from mod endergetic,pl:mixin:APP:moonlight-common.mixins.json:EntityMixin from mod moonlight,pl:mixin:APP:improvedmobs.mixins.json:MobEntityMixin from mod improvedmobs,pl:mixin:APP:improvedmobs.mixins.json:MobMixin from mod improvedmobs,pl:mixin:APP:mixins.epicfight.json:MixinMob from mod epicfight,pl:mixin:APP:pehkui.mixins.json:compat116plus.MobEntityMixin from mod pehkui,pl:mixin:APP:openpartiesandclaims.forge.mixins.json:MixinForgeMob from mod openpartiesandclaims,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.world.entity.monster.Zombie.m_7327_(Zombie.java:315) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,xf:fml:forge:forge_method_redirector,pl:connector_pre_launch:A,re:classloading,xf:fml:forge:forge_method_redirector,pl:mixin:APP:pehkui.mixins.json:compat1201minus.EntityVehicleHeightOffsetMixin from mod pehkui,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.world.entity.monster.Husk.m_7327_(Husk.java:57) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:connector_pre_launch:A,re:classloading,pl:connector_pre_launch:A}         at yesman.epicfight.world.capabilities.entitypatch.MobPatch.attack(MobPatch.java:179) ~[epicfight-forge-20.9.7-1.20.1.jar%23476!/:20.9.7] {re:mixin,re:classloading}         at yesman.epicfight.api.animation.types.AttackAnimation.hurtCollidingEntities(AttackAnimation.java:241) ~[epicfight-forge-20.9.7-1.20.1.jar%23476!/:20.9.7] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:A,pl:runtimedistcleaner:A}         at yesman.epicfight.api.animation.types.AttackAnimation.attackTick(AttackAnimation.java:216) ~[epicfight-forge-20.9.7-1.20.1.jar%23476!/:20.9.7] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:A,pl:runtimedistcleaner:A}         at yesman.epicfight.api.animation.types.AttackAnimation.tick(AttackAnimation.java:169) ~[epicfight-forge-20.9.7-1.20.1.jar%23476!/:20.9.7] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:A,pl:runtimedistcleaner:A}         at yesman.epicfight.api.animation.ServerAnimator.tick(ServerAnimator.java:85) ~[epicfight-forge-20.9.7-1.20.1.jar%23476!/:20.9.7] {re:classloading}         at yesman.epicfight.world.capabilities.entitypatch.LivingEntityPatch.tick(LivingEntityPatch.java:154) ~[epicfight-forge-20.9.7-1.20.1.jar%23476!/:20.9.7] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:runtimedistcleaner:A}         at yesman.epicfight.events.EntityEvents.updateEvent(EntityEvents.java:103) ~[epicfight-forge-20.9.7-1.20.1.jar%23476!/:20.9.7] {re:classloading}         at yesman.epicfight.events.__EntityEvents_updateEvent_LivingTickEvent.invoke(.dynamic) ~[epicfight-forge-20.9.7-1.20.1.jar%23476!/:20.9.7] {re:classloading,pl:eventbus:B}         at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73) ~[eventbus-6.0.5.jar%2352!/:?] {}         at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.5.jar%2352!/:?] {}         at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.5.jar%2352!/:?] {}         at net.minecraftforge.common.ForgeHooks.onLivingTick(ForgeHooks.java:264) ~[forge-1.20.1-47.4.0-universal.jar%23670!/:?] {re:mixin,re:classloading,pl:mixin:APP:mixins.redirected_forge_1.20.1.json:forge.net.minecraftforge.common.ForgeHooksMixin from mod redirected,pl:mixin:APP:modernfix-forge.mixins.json:perf.faster_ingredients.ForgeHooksMixin from mod modernfix,pl:mixin:APP:apotheosis.mixins.json:ForgeHooksMixin from mod apotheosis,pl:mixin:APP:connectormod.mixins.json:ForgeHooksMixin from mod connectormod,pl:mixin:APP:connectormod.mixins.json:item.ForgeHooksMixin from mod connectormod,pl:mixin:A}         at net.minecraft.world.entity.LivingEntity.m_8119_(LivingEntity.java:2258) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:connectormod:insertInjectionTarget,xf:fml:connectormod:updateItemUseStartTreshold,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,xf:fml:connectormod:insertInjectionTarget,xf:fml:connectormod:updateItemUseStartTreshold,pl:mixin:APP:baguettelib.mixins.json:LivingEntityDeathMixin from mod baguettelib,pl:mixin:APP:subtle_effects.mixins.json:common.CommonLivingEntityMixin from mod subtle_effects,pl:mixin:APP:modernfix-forge.mixins.json:perf.forge_cap_retrieval.LivingEntityMixin from mod modernfix,pl:mixin:APP:armorcurve.mixins.json:ValueUpdateMixin from mod armorcurve,pl:mixin:APP:apotheosis.mixins.json:LivingEntityInvoker from mod apotheosis,pl:mixin:APP:apotheosis.mixins.json:LivingEntityMixin from mod apotheosis,pl:mixin:APP:apotheosis.mixins.json:MHFMixinLivingEntity from mod apotheosis,pl:mixin:APP:projectile_damage.mixins.json:LivingEntityMixin from mod projectile_damage,pl:mixin:APP:autoleveling.mixins.json:LivingEntityAccessor from mod autoleveling,pl:mixin:APP:curios.mixins.json:MixinLivingEntity from mod curios,pl:mixin:APP:attributeslib.mixins.json:LivingEntityMixin from mod attributeslib,pl:mixin:APP:fabric-entity-events-v1.mixins.json:LivingEntityMixin from mod fabric_entity_events_v1,pl:mixin:APP:fabric-entity-events-v1.mixins.json:elytra.LivingEntityMixin from mod fabric_entity_events_v1,pl:mixin:APP:lithium.mixins.json:alloc.enum_values.living_entity.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.collisions.unpushable_cramming.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.fast_elytra_check.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.fast_hand_swing.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.fast_powder_snow_check.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.skip_equipment_change_check.LivingEntityMixin from mod radium,pl:mixin:APP:questkilltask.mixins.json:LivingEntityMixin from mod questkilltask,pl:mixin:APP:tipsylib.mixins.json:server.LivingEntityAttributesMixin from mod tipsylib,pl:mixin:APP:tipsylib.mixins.json:server.LivingEntityEffectsMixin from mod tipsylib,pl:mixin:APP:pehkui.mixins.json:LivingEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat117plus.LivingEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat1194plus.LivingEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat1204minus.LivingEntityMixin from mod pehkui,pl:mixin:APP:caelus.mixins.json:MixinLivingEntity from mod caelus,pl:mixin:APP:simply_swords_overhaul.mixins.json:MixinLivingEntity from mod simply_swords_overhaul,pl:mixin:APP:idas.mixins.json:LabyrinthBossKilledMixin from mod idas,pl:mixin:APP:citadel.mixins.json:LivingEntityMixin from mod citadel,pl:mixin:APP:bookshelf.common.mixins.json:accessors.entity.AccessorLivingEntity from mod bookshelf,pl:mixin:APP:bookshelf.common.mixins.json:patches.entity.MixinLivingEntity from mod bookshelf,pl:mixin:APP:dummmmmmy-common.mixins.json:LivingEntityMixin from mod dummmmmmy,pl:mixin:APP:cataclysm.mixins.json:LivingEntityMixin from mod cataclysm,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:LivingEntityMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:soulsweapons.mixins.json:LivingEntityInvoker from mod soulsweapons,pl:mixin:APP:soulsweapons.mixins.json:LivingEntityMixin from mod soulsweapons,pl:mixin:APP:endergetic.mixins.json:LivingEntityMixin from mod endergetic,pl:mixin:APP:friendsandfoes-common.mixins.json:BlazeLivingEntityMixin from mod friendsandfoes,pl:mixin:APP:friendsandfoes-common.mixins.json:LivingEntityMixin from mod friendsandfoes,pl:mixin:APP:simplyswords-common.mixins.json:LivingEntityMixin from mod simplyswords,pl:mixin:APP:knavesneeds-common.mixins.json:LivingEntityMixin from mod knavesneeds,pl:mixin:APP:justleveling.mixins.json:MixLivingEntity from mod justleveling,pl:mixin:APP:skilltree.mixins.json:minecraft/LivingEntityMixin from mod skilltree,pl:mixin:APP:skilltree.mixins.json:LivingEntityAccessor from mod skilltree,pl:mixin:APP:quark.mixins.json:accessor.AccessorLivingEntity from mod quark,pl:mixin:APP:supplementaries-common.mixins.json:LivingEntityAccessor from mod supplementaries,pl:mixin:APP:supplementaries-common.mixins.json:LivingEntityMixin from mod supplementaries,pl:mixin:APP:supplementaries.mixins.json:LivingEntityMixin from mod supplementaries,pl:mixin:APP:mixins.irons_spellbooks.json:LivingEntityMixin from mod irons_spellbooks,pl:mixin:APP:additional_attributes.mixins.json:LivingEntityMixin from mod additional_attributes,pl:mixin:APP:particle_effects.mixins.json:LivingEntityMixin from mod particle_effects,pl:mixin:APP:improvedmobs.mixins.json:LivingEntityMixin from mod improvedmobs,pl:mixin:APP:mixins.epicfight.json:MixinLivingEntity from mod epicfight,pl:mixin:APP:create.mixins.json:CustomItemUseEffectsMixin from mod create,pl:mixin:APP:create.mixins.json:LavaSwimmingMixin from mod create,pl:mixin:APP:create.mixins.json:accessor.LivingEntityAccessor from mod create,pl:mixin:APP:pehkui.mixins.json:compat115plus.LivingEntityMixin from mod pehkui,pl:mixin:APP:obscure_api.mixins.json:LivingEntityMixin from mod obscure_api,pl:mixin:APP:maxhealthfix.common.mixins.json:MixinLivingEntity from mod maxhealthfix,pl:mixin:APP:openpartiesandclaims.mixins.json:MixinLivingEntity from mod openpartiesandclaims,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.world.entity.Mob.m_8119_(Mob.java:337) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.redirected_forge_1.20.1.json:net.minecraft.world.entity.MobMixin from mod redirected,pl:mixin:APP:subtle_effects.mixins.json:common.MobMixin from mod subtle_effects,pl:mixin:APP:fabric-entity-events-v1.mixins.json:MobEntityMixin from mod fabric_entity_events_v1,pl:mixin:APP:lithium.mixins.json:entity.inactive_navigations.MobEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.skip_equipment_change_check.MobEntityMixin from mod radium,pl:mixin:APP:pehkui.mixins.json:MobEntityMixin from mod pehkui,pl:mixin:APP:bookshelf.common.mixins.json:accessors.entity.AccessorMob from mod bookshelf,pl:mixin:APP:despawn_tweaker.mixins.json:MobMixin from mod despawn_tweaker,pl:mixin:APP:otherworldapoth.mixins.json:MobMixin from mod otherworldapoth,pl:mixin:APP:letmedespawn.mixins.json:MobMixin from mod letmedespawn,pl:mixin:APP:endergetic.mixins.json:MobMixin from mod endergetic,pl:mixin:APP:moonlight-common.mixins.json:EntityMixin from mod moonlight,pl:mixin:APP:improvedmobs.mixins.json:MobEntityMixin from mod improvedmobs,pl:mixin:APP:improvedmobs.mixins.json:MobMixin from mod improvedmobs,pl:mixin:APP:mixins.epicfight.json:MixinMob from mod epicfight,pl:mixin:APP:pehkui.mixins.json:compat116plus.MobEntityMixin from mod pehkui,pl:mixin:APP:openpartiesandclaims.forge.mixins.json:MixinForgeMob from mod openpartiesandclaims,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.world.entity.monster.Zombie.m_8119_(Zombie.java:210) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,xf:fml:forge:forge_method_redirector,pl:connector_pre_launch:A,re:classloading,xf:fml:forge:forge_method_redirector,pl:mixin:APP:pehkui.mixins.json:compat1201minus.EntityVehicleHeightOffsetMixin from mod pehkui,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.server.level.ServerLevel.m_8647_(ServerLevel.java:694) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:libx:level_load,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,xf:fml:libx:level_load,pl:mixin:APP:cupboard.mixins.json:ServerAddEntityMixin from mod cupboard,pl:mixin:APP:betterendisland.mixins.json:ServerLevelMixin from mod betterendisland,pl:mixin:APP:modernfix-common.mixins.json:bugfix.chunk_deadlock.ServerLevelMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.faster_structure_location.ServerLevelMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.cache_strongholds.ServerLevelMixin from mod modernfix,pl:mixin:APP:projectile_damage.mixins.json:ServerWorldMixin from mod projectile_damage,pl:mixin:APP:ysns.mixins.json:ServerWorldMixin from mod ysns,pl:mixin:APP:lithium.mixins.json:alloc.chunk_random.ServerWorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:chunk.entity_class_groups.ServerWorldAccessor from mod radium,pl:mixin:APP:lithium.mixins.json:entity.inactive_navigations.ServerWorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:profiler.ServerWorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:util.entity_movement_tracking.ServerWorldAccessor from mod radium,pl:mixin:APP:pehkui.mixins.json:compat117plus.ServerWorldMixin from mod pehkui,pl:mixin:APP:immersive_weathering-common.mixins.json:ServerLevelMixin from mod immersive_weathering,pl:mixin:APP:immersive_optimization.mixins.json:ServerLevelAccessor from mod immersive_optimization,pl:mixin:APP:immersive_optimization.mixins.json:ServerLevelMixin from mod immersive_optimization,pl:mixin:APP:neruina.mixins.json:catchers.ServerWorldMixin from mod neruina,pl:mixin:APP:idas.mixins.json:ServerLevelMixin from mod idas,pl:mixin:APP:corgilib-common.mixins.json:MixinServerLevel from mod corgilib,pl:mixin:APP:citadel.mixins.json:ServerLevelMixin from mod citadel,pl:mixin:APP:fabric-data-attachment-api-v1.mixins.json:ServerWorldMixin from mod fabric_data_attachment_api_v1,pl:mixin:APP:fabric-api-lookup-api-v1.mixins.json:ServerWorldMixin from mod fabric_api_lookup_api_v1,pl:mixin:APP:dataanchor-common.mixins.json:ServerLevelMixin from mod dataanchor,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:ServerWorldMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:blueprint.mixins.json:ServerLevelMixin from mod blueprint,pl:mixin:APP:endergetic.mixins.json:ServerLevelMixin from mod endergetic,pl:mixin:APP:friendsandfoes-common.mixins.json:ServerWorldAccessor from mod friendsandfoes,pl:mixin:APP:friendsandfoes-common.mixins.json:ServerWorldMixin from mod friendsandfoes,pl:mixin:APP:moonlight-common.mixins.json:ServerLevelMixin from mod moonlight,pl:mixin:APP:supplementaries-common.mixins.json:ServerLevelMixin from mod supplementaries,pl:mixin:APP:create.mixins.json:accessor.ServerLevelAccessor from mod create,pl:mixin:APP:betterendisland.mixins.json:EndergeticExpansionMixins from mod betterendisland,pl:mixin:APP:openpartiesandclaims.mixins.json:MixinServerLevel from mod openpartiesandclaims,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.world.level.Level.mixinextras$bridge$accept$186(Level.java) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.redirected_forge_1.20.1.json:forge.net.minecraft.world.level.LevelMixin from mod redirected,pl:mixin:APP:lithium.mixins.json:alloc.chunk_random.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.collisions.intersection.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:util.block_entity_retrieval.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:util.block_tracking.block_listening.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:world.chunk_access.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:world.inline_block_access.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:world.inline_height.WorldMixin from mod radium,pl:mixin:APP:immersive_optimization.mixins.json:LevelMixin from mod immersive_optimization,pl:mixin:APP:alltheleaks.mixins.json:main.LevelMixin from mod alltheleaks,pl:mixin:APP:citadel.mixins.json:LevelMixin from mod citadel,pl:mixin:APP:fabric-data-attachment-api-v1.mixins.json:AttachmentTargetsMixin from mod fabric_data_attachment_api_v1,pl:mixin:APP:dataanchor-common.mixins.json:LevelMixin from mod dataanchor,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:WorldMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:neruina.mixins.json:catchers.WorldMixin from mod neruina,pl:mixin:APP:openpartiesandclaims.mixins.json:MixinLevel from mod openpartiesandclaims,pl:mixin:A,pl:connector_pre_launch:A}         at com.bawnorton.neruina.handler.TickHandler.safelyTickEntities(TickHandler.java:92) ~[Neruina-2.1.2-forge+1.20.1.jar%23574!/:?] {re:mixin,re:classloading}         at net.minecraft.world.level.Level.wrapOperation$cgb000$neruina$catchTickingEntities$notTheCauseOfTickLag(Level.java:8040) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.redirected_forge_1.20.1.json:forge.net.minecraft.world.level.LevelMixin from mod redirected,pl:mixin:APP:lithium.mixins.json:alloc.chunk_random.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.collisions.intersection.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:util.block_entity_retrieval.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:util.block_tracking.block_listening.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:world.chunk_access.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:world.inline_block_access.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:world.inline_height.WorldMixin from mod radium,pl:mixin:APP:immersive_optimization.mixins.json:LevelMixin from mod immersive_optimization,pl:mixin:APP:alltheleaks.mixins.json:main.LevelMixin from mod alltheleaks,pl:mixin:APP:citadel.mixins.json:LevelMixin from mod citadel,pl:mixin:APP:fabric-data-attachment-api-v1.mixins.json:AttachmentTargetsMixin from mod fabric_data_attachment_api_v1,pl:mixin:APP:dataanchor-common.mixins.json:LevelMixin from mod dataanchor,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:WorldMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:neruina.mixins.json:catchers.WorldMixin from mod neruina,pl:mixin:APP:openpartiesandclaims.mixins.json:MixinLevel from mod openpartiesandclaims,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.world.level.Level.m_46653_(Level.java:479) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.redirected_forge_1.20.1.json:forge.net.minecraft.world.level.LevelMixin from mod redirected,pl:mixin:APP:lithium.mixins.json:alloc.chunk_random.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.collisions.intersection.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:util.block_entity_retrieval.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:util.block_tracking.block_listening.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:world.chunk_access.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:world.inline_block_access.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:world.inline_height.WorldMixin from mod radium,pl:mixin:APP:immersive_optimization.mixins.json:LevelMixin from mod immersive_optimization,pl:mixin:APP:alltheleaks.mixins.json:main.LevelMixin from mod alltheleaks,pl:mixin:APP:citadel.mixins.json:LevelMixin from mod citadel,pl:mixin:APP:fabric-data-attachment-api-v1.mixins.json:AttachmentTargetsMixin from mod fabric_data_attachment_api_v1,pl:mixin:APP:dataanchor-common.mixins.json:LevelMixin from mod dataanchor,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:WorldMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:neruina.mixins.json:catchers.WorldMixin from mod neruina,pl:mixin:APP:openpartiesandclaims.mixins.json:MixinLevel from mod openpartiesandclaims,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.server.level.ServerLevel.m_184063_(ServerLevel.java:343) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:libx:level_load,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,xf:fml:libx:level_load,pl:mixin:APP:cupboard.mixins.json:ServerAddEntityMixin from mod cupboard,pl:mixin:APP:betterendisland.mixins.json:ServerLevelMixin from mod betterendisland,pl:mixin:APP:modernfix-common.mixins.json:bugfix.chunk_deadlock.ServerLevelMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.faster_structure_location.ServerLevelMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.cache_strongholds.ServerLevelMixin from mod modernfix,pl:mixin:APP:projectile_damage.mixins.json:ServerWorldMixin from mod projectile_damage,pl:mixin:APP:ysns.mixins.json:ServerWorldMixin from mod ysns,pl:mixin:APP:lithium.mixins.json:alloc.chunk_random.ServerWorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:chunk.entity_class_groups.ServerWorldAccessor from mod radium,pl:mixin:APP:lithium.mixins.json:entity.inactive_navigations.ServerWorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:profiler.ServerWorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:util.entity_movement_tracking.ServerWorldAccessor from mod radium,pl:mixin:APP:pehkui.mixins.json:compat117plus.ServerWorldMixin from mod pehkui,pl:mixin:APP:immersive_weathering-common.mixins.json:ServerLevelMixin from mod immersive_weathering,pl:mixin:APP:immersive_optimization.mixins.json:ServerLevelAccessor from mod immersive_optimization,pl:mixin:APP:immersive_optimization.mixins.json:ServerLevelMixin from mod immersive_optimization,pl:mixin:APP:neruina.mixins.json:catchers.ServerWorldMixin from mod neruina,pl:mixin:APP:idas.mixins.json:ServerLevelMixin from mod idas,pl:mixin:APP:corgilib-common.mixins.json:MixinServerLevel from mod corgilib,pl:mixin:APP:citadel.mixins.json:ServerLevelMixin from mod citadel,pl:mixin:APP:fabric-data-attachment-api-v1.mixins.json:ServerWorldMixin from mod fabric_data_attachment_api_v1,pl:mixin:APP:fabric-api-lookup-api-v1.mixins.json:ServerWorldMixin from mod fabric_api_lookup_api_v1,pl:mixin:APP:dataanchor-common.mixins.json:ServerLevelMixin from mod dataanchor,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:ServerWorldMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:blueprint.mixins.json:ServerLevelMixin from mod blueprint,pl:mixin:APP:endergetic.mixins.json:ServerLevelMixin from mod endergetic,pl:mixin:APP:friendsandfoes-common.mixins.json:ServerWorldAccessor from mod friendsandfoes,pl:mixin:APP:friendsandfoes-common.mixins.json:ServerWorldMixin from mod friendsandfoes,pl:mixin:APP:moonlight-common.mixins.json:ServerLevelMixin from mod moonlight,pl:mixin:APP:supplementaries-common.mixins.json:ServerLevelMixin from mod supplementaries,pl:mixin:APP:create.mixins.json:accessor.ServerLevelAccessor from mod create,pl:mixin:APP:betterendisland.mixins.json:EndergeticExpansionMixins from mod betterendisland,pl:mixin:APP:openpartiesandclaims.mixins.json:MixinServerLevel from mod openpartiesandclaims,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.world.level.entity.EntityTickList.m_156910_(EntityTickList.java:54) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:connector_pre_launch:A,re:classloading,pl:mixin:APP:lithium.mixins.json:collections.entity_ticking.EntityListMixin from mod radium,pl:mixin:APP:immersive_optimization.mixins.json:EntityTickListAccessor from mod immersive_optimization,pl:mixin:APP:alltheleaks.mixins.json:main.EntityTickListMixin from mod alltheleaks,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.server.level.ServerLevel.m_8793_(ServerLevel.java:323) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:libx:level_load,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,xf:fml:libx:level_load,pl:mixin:APP:cupboard.mixins.json:ServerAddEntityMixin from mod cupboard,pl:mixin:APP:betterendisland.mixins.json:ServerLevelMixin from mod betterendisland,pl:mixin:APP:modernfix-common.mixins.json:bugfix.chunk_deadlock.ServerLevelMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.faster_structure_location.ServerLevelMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.cache_strongholds.ServerLevelMixin from mod modernfix,pl:mixin:APP:projectile_damage.mixins.json:ServerWorldMixin from mod projectile_damage,pl:mixin:APP:ysns.mixins.json:ServerWorldMixin from mod ysns,pl:mixin:APP:lithium.mixins.json:alloc.chunk_random.ServerWorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:chunk.entity_class_groups.ServerWorldAccessor from mod radium,pl:mixin:APP:lithium.mixins.json:entity.inactive_navigations.ServerWorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:profiler.ServerWorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:util.entity_movement_tracking.ServerWorldAccessor from mod radium,pl:mixin:APP:pehkui.mixins.json:compat117plus.ServerWorldMixin from mod pehkui,pl:mixin:APP:immersive_weathering-common.mixins.json:ServerLevelMixin from mod immersive_weathering,pl:mixin:APP:immersive_optimization.mixins.json:ServerLevelAccessor from mod immersive_optimization,pl:mixin:APP:immersive_optimization.mixins.json:ServerLevelMixin from mod immersive_optimization,pl:mixin:APP:neruina.mixins.json:catchers.ServerWorldMixin from mod neruina,pl:mixin:APP:idas.mixins.json:ServerLevelMixin from mod idas,pl:mixin:APP:corgilib-common.mixins.json:MixinServerLevel from mod corgilib,pl:mixin:APP:citadel.mixins.json:ServerLevelMixin from mod citadel,pl:mixin:APP:fabric-data-attachment-api-v1.mixins.json:ServerWorldMixin from mod fabric_data_attachment_api_v1,pl:mixin:APP:fabric-api-lookup-api-v1.mixins.json:ServerWorldMixin from mod fabric_api_lookup_api_v1,pl:mixin:APP:dataanchor-common.mixins.json:ServerLevelMixin from mod dataanchor,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:ServerWorldMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:blueprint.mixins.json:ServerLevelMixin from mod blueprint,pl:mixin:APP:endergetic.mixins.json:ServerLevelMixin from mod endergetic,pl:mixin:APP:friendsandfoes-common.mixins.json:ServerWorldAccessor from mod friendsandfoes,pl:mixin:APP:friendsandfoes-common.mixins.json:ServerWorldMixin from mod friendsandfoes,pl:mixin:APP:moonlight-common.mixins.json:ServerLevelMixin from mod moonlight,pl:mixin:APP:supplementaries-common.mixins.json:ServerLevelMixin from mod supplementaries,pl:mixin:APP:create.mixins.json:accessor.ServerLevelAccessor from mod create,pl:mixin:APP:betterendisland.mixins.json:EndergeticExpansionMixins from mod betterendisland,pl:mixin:APP:openpartiesandclaims.mixins.json:MixinServerLevel from mod openpartiesandclaims,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.server.MinecraftServer.m_5703_(MinecraftServer.java:893) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:perf.fix_loop_spin_waiting.MinecraftServerMixin from mod modernfix,pl:mixin:APP:openpartiesandclaims.mixins.json:MixinMinecraftServer from mod openpartiesandclaims,pl:mixin:APP:modernfix-common.mixins.json:core.MinecraftServerMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftServerMixin from mod modernfix,pl:mixin:APP:modernfix-forge.mixins.json:core.MinecraftServerMixin from mod modernfix,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin from mod balm,pl:mixin:APP:fastload.mixins.json:server.MinecraftServerMixin from mod fastload,pl:mixin:APP:immersive_optimization.mixins.json:MinecraftServerMixin from mod immersive_optimization,pl:mixin:APP:neruina.mixins.json:MinecraftServerMixin from mod neruina,pl:mixin:APP:alltheleaks.mixins.json:main.MinecraftServerMixin from mod alltheleaks,pl:mixin:APP:xaerohud.mixins.json:MixinMinecraftServer from mod xaerominimap,pl:mixin:APP:fabric-message-api-v1.mixins.json:MinecraftServerMixin from mod fabric_message_api_v1,pl:mixin:APP:structureessentials.mixins.json:LevelCreatedCallback from mod structureessentials,pl:mixin:APP:xaeroworldmap.mixins.json:MixinMinecraftServer from mod xaeroworldmap,pl:mixin:APP:citadel.mixins.json:MinecraftServerMixin from mod citadel,pl:mixin:APP:connectormod.mixins.json:registries.MinecraftServerMixin from mod connectormod,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:fabric-resource-loader-v0.mixins.json:MinecraftServerMixin from mod fabric_resource_loader_v0,pl:mixin:APP:settlement-roads.mixins.json:ExampleMixin from mod settlement_roads,pl:mixin:APP:blueprint.mixins.json:MinecraftServerMixin from mod blueprint,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.server.dedicated.DedicatedServer.m_5703_(DedicatedServer.java:283) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:blueprint.mixins.json:DedicatedServerMixin from mod blueprint,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.server.MinecraftServer.m_5705_(MinecraftServer.java:814) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:perf.fix_loop_spin_waiting.MinecraftServerMixin from mod modernfix,pl:mixin:APP:openpartiesandclaims.mixins.json:MixinMinecraftServer from mod openpartiesandclaims,pl:mixin:APP:modernfix-common.mixins.json:core.MinecraftServerMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftServerMixin from mod modernfix,pl:mixin:APP:modernfix-forge.mixins.json:core.MinecraftServerMixin from mod modernfix,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin from mod balm,pl:mixin:APP:fastload.mixins.json:server.MinecraftServerMixin from mod fastload,pl:mixin:APP:immersive_optimization.mixins.json:MinecraftServerMixin from mod immersive_optimization,pl:mixin:APP:neruina.mixins.json:MinecraftServerMixin from mod neruina,pl:mixin:APP:alltheleaks.mixins.json:main.MinecraftServerMixin from mod alltheleaks,pl:mixin:APP:xaerohud.mixins.json:MixinMinecraftServer from mod xaerominimap,pl:mixin:APP:fabric-message-api-v1.mixins.json:MinecraftServerMixin from mod fabric_message_api_v1,pl:mixin:APP:structureessentials.mixins.json:LevelCreatedCallback from mod structureessentials,pl:mixin:APP:xaeroworldmap.mixins.json:MixinMinecraftServer from mod xaeroworldmap,pl:mixin:APP:citadel.mixins.json:MinecraftServerMixin from mod citadel,pl:mixin:APP:connectormod.mixins.json:registries.MinecraftServerMixin from mod connectormod,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:fabric-resource-loader-v0.mixins.json:MinecraftServerMixin from mod fabric_resource_loader_v0,pl:mixin:APP:settlement-roads.mixins.json:ExampleMixin from mod settlement_roads,pl:mixin:APP:blueprint.mixins.json:MinecraftServerMixin from mod blueprint,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:661) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:perf.fix_loop_spin_waiting.MinecraftServerMixin from mod modernfix,pl:mixin:APP:openpartiesandclaims.mixins.json:MixinMinecraftServer from mod openpartiesandclaims,pl:mixin:APP:modernfix-common.mixins.json:core.MinecraftServerMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftServerMixin from mod modernfix,pl:mixin:APP:modernfix-forge.mixins.json:core.MinecraftServerMixin from mod modernfix,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin from mod balm,pl:mixin:APP:fastload.mixins.json:server.MinecraftServerMixin from mod fastload,pl:mixin:APP:immersive_optimization.mixins.json:MinecraftServerMixin from mod immersive_optimization,pl:mixin:APP:neruina.mixins.json:MinecraftServerMixin from mod neruina,pl:mixin:APP:alltheleaks.mixins.json:main.MinecraftServerMixin from mod alltheleaks,pl:mixin:APP:xaerohud.mixins.json:MixinMinecraftServer from mod xaerominimap,pl:mixin:APP:fabric-message-api-v1.mixins.json:MinecraftServerMixin from mod fabric_message_api_v1,pl:mixin:APP:structureessentials.mixins.json:LevelCreatedCallback from mod structureessentials,pl:mixin:APP:xaeroworldmap.mixins.json:MixinMinecraftServer from mod xaeroworldmap,pl:mixin:APP:citadel.mixins.json:MinecraftServerMixin from mod citadel,pl:mixin:APP:connectormod.mixins.json:registries.MinecraftServerMixin from mod connectormod,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:fabric-resource-loader-v0.mixins.json:MinecraftServerMixin from mod fabric_resource_loader_v0,pl:mixin:APP:settlement-roads.mixins.json:ExampleMixin from mod settlement_roads,pl:mixin:APP:blueprint.mixins.json:MinecraftServerMixin from mod blueprint,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:251) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:perf.fix_loop_spin_waiting.MinecraftServerMixin from mod modernfix,pl:mixin:APP:openpartiesandclaims.mixins.json:MixinMinecraftServer from mod openpartiesandclaims,pl:mixin:APP:modernfix-common.mixins.json:core.MinecraftServerMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftServerMixin from mod modernfix,pl:mixin:APP:modernfix-forge.mixins.json:core.MinecraftServerMixin from mod modernfix,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin from mod balm,pl:mixin:APP:fastload.mixins.json:server.MinecraftServerMixin from mod fastload,pl:mixin:APP:immersive_optimization.mixins.json:MinecraftServerMixin from mod immersive_optimization,pl:mixin:APP:neruina.mixins.json:MinecraftServerMixin from mod neruina,pl:mixin:APP:alltheleaks.mixins.json:main.MinecraftServerMixin from mod alltheleaks,pl:mixin:APP:xaerohud.mixins.json:MixinMinecraftServer from mod xaerominimap,pl:mixin:APP:fabric-message-api-v1.mixins.json:MinecraftServerMixin from mod fabric_message_api_v1,pl:mixin:APP:structureessentials.mixins.json:LevelCreatedCallback from mod structureessentials,pl:mixin:APP:xaeroworldmap.mixins.json:MixinMinecraftServer from mod xaeroworldmap,pl:mixin:APP:citadel.mixins.json:MinecraftServerMixin from mod citadel,pl:mixin:APP:connectormod.mixins.json:registries.MinecraftServerMixin from mod connectormod,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:fabric-resource-loader-v0.mixins.json:MinecraftServerMixin from mod fabric_resource_loader_v0,pl:mixin:APP:settlement-roads.mixins.json:ExampleMixin from mod settlement_roads,pl:mixin:APP:blueprint.mixins.json:MinecraftServerMixin from mod blueprint,pl:mixin:A,pl:connector_pre_launch:A}         at java.lang.Thread.run(Thread.java:840) ~[?:?] {re:mixin}   I dont know what mod isnt working
    • Remove entity_model_features_1.20.1-forge-3.0.1.jar from your mods folder. If there are other mods that depend on that mod, you may have to remove them also.
    • as I wrote earlier when entering the Aternos server, minecraft crashes when re-entering the server and I can not solve this problem, I made my own assembly on minecraft 1.20.1 Forge (47.4.0) checked everything and everything worked after that I downloaded all the mods on Aternos having previously configured and after that everything worked, I played on the server with friends for a whole week and no problems arose but literally when we again gathered to play minecraft with me with a friend who also uses TLaucher after launching minecraft some kind of loading began we did not pay attention to it but still it confused us a little after launching minecraft and the server on Aternos we began to connect to the server but the problems began already at the first entry, minecraft hung on the screen of connecting to the world and a window appeared with a notification that minecraft is not responding but on the server it displayed our presence after we restarted minecraft I decided to connect first but the result was the same then we restarted server and I started connecting first again and this time I managed to enter the server but my friend couldn't do it after that I decided to check what would happen if I entered the server again and when I did it the situation repeated itself as the first time then I restarted the server again and tried to enter and I succeeded again then I tried to play on the server and everything worked but when I tried to die and appear on the bed then after death when I pressed the revival button I appeared near the bed and at that very moment the game froze again and minecraft stopped responding all this time the server was working and I thought that there was an error on the client side and I reinstalled the mods in my minecraft folder but everything was the same as before I tried to delete all the client mods and enter the server but everything was useless I tried to enter the single world in minecraft and everything worked fine I thought that this was a TLauncher problem but my other friend who has the official launcher has the same thing when entering the server minecraft stops responding I don't know what to do I want to ask for help maybe someone has encountered I have already made custom builds and made a server with them before, but this is the first time I have encountered such a problem, I looked at the logs, but to be honest I don’t really understand them and I don’t know where to look for an error, please help, I will attach the log and the names of the mods on the server and client below   Server mods______________________________________________________ [1.20.1] SecurityCraft v1.10.0.1.jar ad_astra-forge-1.20.1-1.15.20.jar alexscaves-2.0.2.jar amendments-1.20-2.2.1.jar Apotheosis-1.20.1-7.4.8.jar ApothicAttributes-1.20.1-1.3.7.jar architectury-9.2.14-forge.jar Armor of the Ages-forge-1.20.1-1.3.8.jar ars_elemental-1.20.1-0.6.7.8.jar ars_nouveau-1.20.1-4.12.7-all.jar AttributeFix-Forge-1.20.1-21.0.4.jar backpacked-forge-1.20.1-3.0.0-beta.9.jar BiomesOPlenty-forge-1.20.1-19.0.0.96.jar botarium-forge-1.20.1-2.3.4.jar Bountiful-6.0.4+1.20.1-forge.jar caelus-forge-3.2.0+1.20.1.jar Chunky-1.3.146.jar citadel-2.6.2-1.20.1.jar cloth-config-11.1.136-forge.jar Clumps-forge-1.20.1-12.0.0.4.jar create-1.20.1-6.0.6.jar create-musketmod-1.20.1-forge-1.5.2.jar create_radar-0.3.1+mc1.20.1-all.jar createbigcannons-5.9.1-mc.1.20.1-forge.jar createdeco-2.0.3-1.20.1-forge.jar createdieselgenerators-1.20.1-1.3.5.jar CreativeCore_FORGE_v2.12.32_mc1.20.1.jar cupboard-1.20.1-2.7.jar curios-forge-5.14.1+1.20.1.jar Dave's Potioneering-forge-1.20.1-13.jar FarmersDelight-1.20.1-1.2.9.jar Fastload-Reforged-mc1.20.1-3.4.0.jar Female-Gender-Mod-forge-1.20.1-3.1.jar ferritecore-6.0.1-forge.jar FramedBlocks-9.4.2.jar framework-forge-1.20.1-0.7.15.jar geckolib-forge-1.20.1-4.7.4.jar GlitchCore-forge-1.20.1-0.0.1.1.jar HangGlider-v8.0.1-1.20.1-Forge.jar ibo-3.0.0-forge-1.19.3.jar  (Incendium: Biomes Only) full name iceandfire-2.1.13-1.20.1-beta-5.jar ▸ immersive_aircraft-1.3.3+1.20.1-forge.jar Incendium_1.20.x_v5.3.5.jar ItemPhysic_FORGE_v1.8.8_mc1.20.1.jar ItemProductionLib-1.20.1-1.0.2a-all.jar jei-1.20.1-forge-15.20.0.112.jar Kambrik-6.1.1+1.20.1-forge.jar kotlinforforge-4.11.0-all.jar letsdo-API-forge-1.2.15-forge.jar letsdo-brewery-forge-1.1.9.jar letsdo-vinery-forge-1.4.40.jar lukis-grand-capitals-1.1.2.jar moonlight-1.20-2.16.8-forge.jar musketmod-1.20.1-forge-1.5.2.jar noisium-forge-2.3.0+mc1.20-1.20.1.jar origins-forge-1.20.1-1.10.0.9-all.jar Orva Alarms V4.0.0 - 1.20.1.jar PassiveSkillTree-1.20.1-BETA-0.6.14a-all.jar Placebo-1.20.1-8.6.3.jar PuzzlesLib-v8.1.33-1.20.1-Forge.jar resourcefulconfig-forge-1.20.1-2.1.3.jar resourcefullib-forge-1.20.1-2.1.29.jar ritchiesprojectilelib-2.1.0+mc.1.20.1-forge.jar SereneSeasons-forge-1.20.1-9.1.0.2.jar supplementaries-1.20-3.1.37.jar TerraBlender-forge-1.20.1-3.0.1.10.jar Terralith_1.20.x_v2.5.4.jar tfmg-1.0.2c.jar Underground Bunkers-1.0.5-1.20.x-forge.jar voicechat-forge-1.20.1-2.5.35.jar Xaeros_Minimap_25.2.10_Forge_1.20.jar XaerosWorldMap_1.39.12_Forge_1.20.jar yet_another_config_lib_v3-3.6.6+1.20.1-forge.jar _________________________________________________________________________________   client mod ___________________________________________________________________________________ Armor of the Ages-forge-1.20.1-1.3.8.jar" ars_elemental-1.20.1-0.6.7.8.jar" ars_nouveau-1.20.1-4.12.7-all.jar" AttributeFix-Forge-1.20.1-21.0.4.jar" backpacked-forge-1.20.1-3.0.0-beta.9.jar" BetterF3-7.0.2-Forge-1.20.1.jar" betterfpsdist-1.20.1-6.0.jar" BetterPingDisplay-1.20.1-1.1.jar" BiomesOPlenty-forge-1.20.1-19.0.0.96.jar" botarium-forge-1.20.1-2.3.4.jar" Bountiful-6.0.4+1.20.1-forge.jar" caelus-forge-3.2.0+1.20.1.jar" citadel-2.6.2-1.20.1.jar" cloth-config-11.1.136-forge.jar" Clumps-forge-1.20.1-12.0.0.4.jar" create_radar-0.3.1+mc1.20.1-all.jar" create-1.20.1-6.0.6.jar" createbigcannons-5.9.1-mc.1.20.1-forge.jar" createdeco-2.0.3-1.20.1-forge.jar" createdieselgenerators-1.20.1-1.3.5.jar" create-musketmod-1.20.1-forge-1.5.2.jar" CreativeCore_FORGE_v2.12.32_mc1.20.1.jar" cupboard-1.20.1-2.7.jar" curios-forge-5.14.1+1.20.1.jar" Dave's Potioneering-forge-1.20.1-13.jar" embeddium-0.3.31+mc1.20.1.jar" entityculling-forge-1.8.2-mc1.20.1.jar" FarmersDelight-1.20.1-1.2.9.jar" Fastload-Reforged-mc1.20.1-3.4.0.jar" Female-Gender-Mod-forge-1.20.1-3.1.jar" ferritecore-6.0.1-forge.jar" FramedBlocks-9.4.2.jar" framework-forge-1.20.1-0.7.15.jar" geckolib-forge-1.20.1-4.7.4.jar" GlitchCore-forge-1.20.1-0.0.1.1.jar" HangGlider-v8.0.1-1.20.1-Forge.jar" ibo-3.0.0-forge-1.19.3.jar"               (Incendium: Biomes Only) full name iceandfire-2.1.13-1.20.1-beta-5.jar" immersive_aircraft-1.3.3+1.20.1-forge.jar" Incendium_1.20.x_v5.3.5.jar" ItemPhysic_FORGE_v1.8.8_mc1.20.1.jar" ItemProductionLib-1.20.1-1.0.2a-all.jar" jei-1.20.1-forge-15.20.0.112.jar" Kambrik-6.1.1+1.20.1-forge.jar" kotlinforforge-4.11.0-all.jar" KryptonReforged-0.2.3.jar" letsdo-API-forge-1.2.15-forge.jar" letsdo-brewery-forge-1.1.9.jar" letsdo-vinery-forge-1.4.40.jar" lukis-grand-capitals-1.1.2.jar" moonlight-1.20-2.16.9-forge.jar" noisium-forge-2.3.0+mc1.20-1.20.1.jar" oculus-mc1.20.1-1.8.0.jar" origins-forge-1.20.1-1.10.0.9-all.jar" Orva Alarms V4.0.0 - 1.20.1.jar" PassiveSkillTree-1.20.1-BETA-0.6.14a-all.jar" Placebo-1.20.1-8.6.3.jar" PuzzlesLib-v8.1.33-1.20.1-Forge.jar" resourcefulconfig-forge-1.20.1-2.1.3.jar" resourcefullib-forge-1.20.1-2.1.29.jar" ritchiesprojectilelib-2.1.0+mc.1.20.1-forge.jar" rubidium-extra-0.5.4.4+mc1.20.1-build.131.jar" SereneSeasons-forge-1.20.1-9.1.0.2.jar" supplementaries-1.20-3.1.37.jar" TerraBlender-forge-1.20.1-3.0.1.10.jar" Terralith_1.20.x_v2.5.4.jar" tfmg-1.0.2c.jar" tl_skin_cape_forge_1.20.1-1.32.jar" tl_skin_cape_forge_1.20-1.36.jar" UndergroundBunkers-1.0.5-1.20.x-forge.jar" voicechat-forge-1.20.1-2.5.35.jar" Xaeros_Minimap_25.2.10_Forge_1.20.jar" XaerosWorldMap_1.39.12_Forge_1.20.jar" yet_another_config_lib_v3-3.6.6+1.20.1-forge.jar" [1.20.1] SecurityCraft v1.10.0.1.jar" ad_astra-forge-1.20.1-1.15.20.jar" alexscaves-2.0.2.jar" AmbientEnvironment-forge-1.20.1-11.0.0.1.jar" amendments-1.20-2.2.1.jar" Apotheosis-1.20.1-7.4.8.jar" ApothicAttributes-1.20.1-1.3.7.jar" architectury-9.2.14-forge.jar"   log ___________________________________________________________________________________________________________________________________________________________________________________________________ [17:47:04] [main/INFO]: ModLauncher running: args [--username, smivi, --version, Forge 1.20.1, --gameDir, C:\Users\Admin\AppData\Roaming\.minecraft, --assetsDir, C:\Users\Admin\AppData\Roaming\.minecraft\assets, --assetIndex, 5, --uuid, b849b978-182c-11eb-a3e3-d45d64bce613, --accessToken, ????????, --clientId, null, --xuid, null, --userType, mojang, --versionType, modified, --width, 925, --height, 530, --launchTarget, forgeclient, --fml.forgeVersion, 47.4.0, --fml.mcVersion, 1.20.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20230612.114412] [17:47:04] [main/INFO]: ModLauncher 10.0.9+10.0.9+main.dcd20f30 starting: java version 17.0.15 by Microsoft; OS Windows 10 arch amd64 version 10.0 [17:47:05] [main/INFO]: Loading ImmediateWindowProvider fmlearlywindow [17:47:05] [main/INFO]: Trying GL version 4.6 [17:47:05] [main/INFO]: Requested GL version 4.6 got version 4.6 [17:47:05] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/Admin/AppData/Roaming/.minecraft/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%23100!/ Service=ModLauncher Env=CLIENT [17:47:05] [pool-2-thread-1/INFO]: GL info: NVIDIA GeForce GTX 1660 SUPER/PCIe/SSE2 GL version 4.6.0 NVIDIA 560.94, NVIDIA Corporation [17:47:05] [main/INFO]: Found mod file [1.20.1] SecurityCraft v1.10.0.1.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file ad_astra-forge-1.20.1-1.15.20.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file alexscaves-2.0.2.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file AmbientEnvironment-forge-1.20.1-11.0.0.1.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file amendments-1.20-2.2.1.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file Apotheosis-1.20.1-7.4.8.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file ApothicAttributes-1.20.1-1.3.7.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file architectury-9.2.14-forge.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file Armor of the Ages-forge-1.20.1-1.3.8.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file ars_elemental-1.20.1-0.6.7.8.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file ars_nouveau-1.20.1-4.12.7-all.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file AttributeFix-Forge-1.20.1-21.0.4.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file backpacked-forge-1.20.1-3.0.0-beta.9.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file BetterF3-7.0.2-Forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file betterfpsdist-1.20.1-6.0.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file BetterPingDisplay-1.20.1-1.1.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file BiomesOPlenty-forge-1.20.1-19.0.0.96.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file botarium-forge-1.20.1-2.3.4.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file Bountiful-6.0.4+1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file caelus-forge-3.2.0+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file citadel-2.6.2-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file cloth-config-11.1.136-forge.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file Clumps-forge-1.20.1-12.0.0.4.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file create-1.20.1-6.0.6.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file create-musketmod-1.20.1-forge-1.5.2.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file create_radar-0.3.1+mc1.20.1-all.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file createbigcannons-5.9.1-mc.1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file createdeco-2.0.3-1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file createdieselgenerators-1.20.1-1.3.5.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file CreativeCore_FORGE_v2.12.32_mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file cupboard-1.20.1-2.7.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file curios-forge-5.14.1+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file Dave's Potioneering-forge-1.20.1-13.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file entityculling-forge-1.8.2-mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file FarmersDelight-1.20.1-1.2.9.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file Fastload-Reforged-mc1.20.1-3.4.0.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file Female-Gender-Mod-forge-1.20.1-3.1.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file ferritecore-6.0.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file FramedBlocks-9.4.2.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file framework-forge-1.20.1-0.7.15.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file geckolib-forge-1.20.1-4.7.4.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file GlitchCore-forge-1.20.1-0.0.1.1.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file HangGlider-v8.0.1-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file ibo-3.0.0-forge-1.19.3.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file iceandfire-2.1.13-1.20.1-beta-5.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file immersive_aircraft-1.3.3+1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file Incendium_1.20.x_v5.3.5.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file ItemPhysic_FORGE_v1.8.8_mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file ItemProductionLib-1.20.1-1.0.2a-all.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file jei-1.20.1-forge-15.20.0.112.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file Kambrik-6.1.1+1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file kotlinforforge-4.11.0-all.jar of type LIBRARY with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file KryptonReforged-0.2.3.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file letsdo-API-forge-1.2.15-forge.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file letsdo-brewery-forge-1.1.9.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file letsdo-vinery-forge-1.4.40.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file lukis-grand-capitals-1.1.2.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file moonlight-1.20-2.16.9-forge.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file noisium-forge-2.3.0+mc1.20-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file origins-forge-1.20.1-1.10.0.9-all.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file Orva Alarms V4.0.0 - 1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file PassiveSkillTree-1.20.1-BETA-0.6.14a-all.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file Placebo-1.20.1-8.6.3.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file PuzzlesLib-v8.1.33-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file resourcefulconfig-forge-1.20.1-2.1.3.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file resourcefullib-forge-1.20.1-2.1.29.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file ritchiesprojectilelib-2.1.0+mc.1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file SereneSeasons-forge-1.20.1-9.1.0.2.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file supplementaries-1.20-3.1.37.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file TerraBlender-forge-1.20.1-3.0.1.10.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file Terralith_1.20.x_v2.5.4.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file tfmg-1.0.2c.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file tl_skin_cape_forge_1.20-1.36.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file tl_skin_cape_forge_1.20.1-1.32.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file UndergroundBunkers-1.0.5-1.20.x-forge.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file voicechat-forge-1.20.1-2.5.35.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file Xaeros_Minimap_25.2.10_Forge_1.20.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file XaerosWorldMap_1.39.12_Forge_1.20.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file yet_another_config_lib_v3-3.6.6+1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/WARN]: Mod file C:\Users\Admin\AppData\Roaming\.minecraft\libraries\net\minecraftforge\fmlcore\1.20.1-47.4.0\fmlcore-1.20.1-47.4.0.jar is missing mods.toml file [17:47:05] [main/WARN]: Mod file C:\Users\Admin\AppData\Roaming\.minecraft\libraries\net\minecraftforge\javafmllanguage\1.20.1-47.4.0\javafmllanguage-1.20.1-47.4.0.jar is missing mods.toml file [17:47:05] [main/WARN]: Mod file C:\Users\Admin\AppData\Roaming\.minecraft\libraries\net\minecraftforge\lowcodelanguage\1.20.1-47.4.0\lowcodelanguage-1.20.1-47.4.0.jar is missing mods.toml file [17:47:05] [main/WARN]: Mod file C:\Users\Admin\AppData\Roaming\.minecraft\libraries\net\minecraftforge\mclanguage\1.20.1-47.4.0\mclanguage-1.20.1-47.4.0.jar is missing mods.toml file [17:47:06] [main/INFO]: Found mod file fmlcore-1.20.1-47.4.0.jar of type LIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@63718b93 [17:47:06] [main/INFO]: Found mod file javafmllanguage-1.20.1-47.4.0.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@63718b93 [17:47:06] [main/INFO]: Found mod file lowcodelanguage-1.20.1-47.4.0.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@63718b93 [17:47:06] [main/INFO]: Found mod file mclanguage-1.20.1-47.4.0.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@63718b93 [17:47:06] [main/INFO]: Found mod file client-1.20.1-20230612.114412-srg.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@63718b93 [17:47:06] [main/INFO]: Found mod file forge-1.20.1-47.4.0-universal.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@63718b93 [17:47:06] [main/WARN]: Attempted to select two dependency jars from JarJar which have the same identification: Mod File:  and Mod File: . Using Mod File:  [17:47:06] [main/WARN]: Attempted to select a dependency jar for JarJar which was passed in as source: geckolib. Using Mod File: C:\Users\Admin\AppData\Roaming\.minecraft\mods\geckolib-forge-1.20.1-4.7.4.jar [17:47:06] [main/INFO]: Found 32 dependencies adding them to mods collection [17:47:06] [main/INFO]: Found mod file jankson-1.2.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file mixinsquared-forge-0.1.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file additionalentityattributes-forge-1.4.0.5+1.20.1.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file common-io-3.12.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file kfflang-4.11.0.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file Registrate-MC1.20-1.3.3.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file Ponder-Forge-1.20.1-1.0.80.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file imageio-webp-3.12.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file json-0.2.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file mclib-20.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file calio-forge-1.20.1-1.11.0.5.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file TRender-1.0.5-1.20.1-forge-SNAPSHOT.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file kffmod-4.11.0.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file kfflib-4.11.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file apoli-forge-1.20.1-2.9.0.8.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file flywheel-forge-1.20.1-1.0.4.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file bytecodecs-1.0.2.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file common-image-3.12.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file imageio-core-3.12.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file MixinExtras-0.4.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file MixinSquared-0.1.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file mixinextras-forge-0.2.0-beta.8.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file common-lang-3.12.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file MathParser.org-mXparser-5.2.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file imageio-metadata-3.12.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file yabn-1.0.3.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file TRansition-1.0.3-1.20.1-forge-SNAPSHOT.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file caffeine-3.2.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file gson-0.2.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file puzzlesaccessapi-forge-20.1.1.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file jlayer-1.0.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file commons-math3-3.6.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:08] [main/INFO]: Compatibility level set to JAVA_17 [17:47:08] [main/ERROR]: Mixin config musketmod.mixins.json does not specify "minVersion" property [17:47:08] [main/ERROR]: Mixin config yacl.mixins.json does not specify "minVersion" property [17:47:09] [main/INFO]: Successfully loaded Mixin Connector [org.tlauncher.MixinConnector] [17:47:09] [main/INFO]: Launching target 'forgeclient' with arguments [--version, Forge 1.20.1, --gameDir, C:\Users\Admin\AppData\Roaming\.minecraft, --assetsDir, C:\Users\Admin\AppData\Roaming\.minecraft\assets, --uuid, b849b978-182c-11eb-a3e3-d45d64bce613, --username, smivi, --assetIndex, 5, --accessToken, ????????, --clientId, null, --xuid, null, --userType, mojang, --versionType, modified, --width, 925, --height, 530] [17:47:09] [main/WARN]: Reference map 'puzzlesaccessapi.common.refmap.json' for puzzlesaccessapi.common.mixins.json could not be read. If this is a development environment you can ignore this message [17:47:09] [main/WARN]: Reference map 'Create-The_Factory_Must_Grow.refmap.json' for tfmg.mixins.json could not be read. If this is a development environment you can ignore this message [17:47:09] [main/INFO]: Loading 90 mods:     - ad_astra 1.15.20     - alexscaves 2.0.2     - ambientenvironment 11.0.0.1     - amendments 1.20-2.2.1     - apotheosis 7.4.8     - architectury 9.2.14     - armoroftheages 1.3.8     - ars_elemental 0.6.7.8     - ars_nouveau 4.12.7     - attributefix 21.0.4     - attributeslib 1.3.7     - backpacked 3.0.0-beta.9     - betterf3 7.0.2     - betterfpsdist 1.20.1-6.0     - betterpingdisplay 1.1     - biomesoplenty 19.0.0.96     - botarium 2.3.4     - bountiful 6.0.4+1.20.1     - brewery 1.1.9     - caelus 3.2.0+1.20.1     - citadel 2.6.2     - cloth_config 11.1.136     - clumps 12.0.0.4     - create 6.0.6         |-- flywheel 1.0.4         \-- ponder 1.0.80     - create_radar 0.3     - createbigcannons 5.9.1     - createdeco 2.0.3-1.20.1-forge     - createdieselgenerators 1.20.1-1.3.5     - creativecore 2.12.32     - cupboard 1.20.1-2.7     - curios 5.14.1+1.20.1     - davespotioneering 13     - doapi 1.2.15         \-- terraform 7.0.1     - entityculling 1.8.2         |-- transition 1.0.3         \-- trender 1.0.5     - farmersdelight 1.20.1-1.2.9     - fastload 3.4.0     - ferritecore 6.0.1     - forge 47.4.0     - framedblocks 9.4.2     - framework 0.7.15     - geckolib 4.7.4     - glitchcore 0.0.1.1     - hangglider 8.0.1     - ibo 3.0.0     - iceandfire 2.1.13-1.20.1     - immersive_aircraft 1.3.3+1.20.1     - incendium 5.3.5     - itemphysic 1.8.8     - itemproductionlib 1.0.2a     - jei 15.20.0.112     - kambrik 6.1.1+1.20.1     - kotlinforforge 4.11.0     - krypton 0.2.3     - minecraft 1.20.1     - moonlight 1.20-2.16.9     - mr_lukis_grandcapitals 1.1.2     - musketmod 1.5.2     - noisium 2.3.0+mc1.20-1.20.1     - origins 1.20.1-1.10.0.9         |-- additionalentityattributes 1.4.0.5+1.20.1         |-- apoli 1.20.1-2.9.0.8         |-- calio 1.20.1-1.11.0.5         \-- mixinextras 0.2.0-beta.8     - orva_alarms 1.0.0     - placebo 8.6.3     - puzzleslib 8.1.33         \-- puzzlesaccessapi 20.1.1     - resourcefulconfig 2.1.3     - resourcefullib 2.1.29     - ritchiesprojectilelib 2.1.0     - securitycraft 1.10.0.1     - sereneseasons 9.1.0.2     - skilltree 0.6.14a     - supplementaries 1.20-3.1.37         \-- mixinsquared 0.1.1     - terrablender 3.0.1.10     - terralith 2.5.4     - tfmg 1.0.2c     - tlskincape 1.36     - underground_bunkers 1.0.5     - vinery 1.4.40     - voicechat 1.20.1-2.5.35     - wildfire_gender 1.20.1-3.0.1     - xaerominimap 25.2.10     - xaeroworldmap 1.39.12     - yet_another_config_lib_v3 3.6.6+1.20.1-forge [17:47:09] [main/INFO]: Patching IForgeItemStack#getEnchantmentLevel [17:47:09] [main/INFO]: Patching IForgeItemStack#getEnchantmentLevel [17:47:09] [main/INFO]: Replaced 2 calls to Enchantment#getMaxLevel() in net/minecraft/world/inventory/AnvilMenu [17:47:09] [main/WARN]: Error loading class: org/violetmoon/quark/content/tweaks/module/GoldToolsHaveFortuneModule (java.lang.ClassNotFoundException: org.violetmoon.quark.content.tweaks.module.GoldToolsHaveFortuneModule) [17:47:09] [main/INFO]: Patching IForgeItemStack#getEnchantmentLevel [17:47:09] [main/INFO]: Patching IForgeItemStack#getEnchantmentLevel [17:47:09] [main/WARN]: Error loading class: org/violetmoon/quark/content/client/tooltip/AttributeTooltips (java.lang.ClassNotFoundException: org.violetmoon.quark.content.client.tooltip.AttributeTooltips) [17:47:10] [main/INFO]: Replaced 1 calls to Enchantment#getMaxLevel() in net/minecraft/world/level/storage/loot/functions/EnchantRandomlyFunction [17:47:10] [main/INFO]: Replaced 1 calls to Enchantment#isDiscoverable() in net/minecraft/world/level/storage/loot/functions/EnchantRandomlyFunction [17:47:10] [main/WARN]: Error loading class: fuzs/visualworkbench/world/inventory/ModCraftingMenu (java.lang.ClassNotFoundException: fuzs.visualworkbench.world.inventory.ModCraftingMenu) [17:47:10] [main/WARN]: @Mixin target fuzs.visualworkbench.world.inventory.ModCraftingMenu was not found itemproductionlib.mixins.json:visualworkbench/ModCraftingMenuMixin [17:47:10] [main/INFO]: Patching FishingHook#catchingFish [17:47:10] [main/WARN]: Error loading class: fuzs/easymagic/world/inventory/ModEnchantmentMenu (java.lang.ClassNotFoundException: fuzs.easymagic.world.inventory.ModEnchantmentMenu) [17:47:10] [main/WARN]: @Mixin target fuzs.easymagic.world.inventory.ModEnchantmentMenu was not found skilltree.mixins.json:easymagic/ModEnchantmentMenuMixin [17:47:10] [main/INFO]: Loaded config for: betterfpsdist.json [17:47:10] [main/WARN]: Error loading class: me/jellysquid/mods/sodium/client/gui/SodiumGameOptionPages (java.lang.ClassNotFoundException: me.jellysquid.mods.sodium.client.gui.SodiumGameOptionPages) [17:47:10] [main/WARN]: @Mixin target me.jellysquid.mods.sodium.client.gui.SodiumGameOptionPages was not found betterfpsdist.mixins.json:SodiumGameOptionPagesMixin [17:47:10] [main/WARN]: Error loading class: me/jellysquid/mods/sodium/client/render/chunk/occlusion/OcclusionCuller (java.lang.ClassNotFoundException: me.jellysquid.mods.sodium.client.render.chunk.occlusion.OcclusionCuller) [17:47:10] [main/WARN]: @Mixin target me.jellysquid.mods.sodium.client.render.chunk.occlusion.OcclusionCuller was not found betterfpsdist.mixins.json:Sodiummixin [17:47:10] [main/WARN]: Error loading class: com/dsvv/cbcat/cannon/twin_autocannon/contraption/MountedTwinAutocannonContraption (java.lang.ClassNotFoundException: com.dsvv.cbcat.cannon.twin_autocannon.contraption.MountedTwinAutocannonContraption) [17:47:10] [main/WARN]: @Mixin target com.dsvv.cbcat.cannon.twin_autocannon.contraption.MountedTwinAutocannonContraption was not found create_radar.mixins.json:AutoCannonAccessor [17:47:10] [main/WARN]: Error loading class: com/dsvv/cbcat/cannon/heavy_autocannon/contraption/MountedHeavyAutocannonContraption (java.lang.ClassNotFoundException: com.dsvv.cbcat.cannon.heavy_autocannon.contraption.MountedHeavyAutocannonContraption) [17:47:10] [main/WARN]: @Mixin target com.dsvv.cbcat.cannon.heavy_autocannon.contraption.MountedHeavyAutocannonContraption was not found create_radar.mixins.json:AutoCannonAccessor [17:47:11] [main/WARN]: Error loading class: me/jellysquid/mods/sodium/client/render/chunk/compile/pipeline/FluidRenderer (java.lang.ClassNotFoundException: me.jellysquid.mods.sodium.client.render.chunk.compile.pipeline.FluidRenderer) [17:47:11] [main/WARN]: Error loading class: net/raphimc/immediatelyfast/feature/map_atlas_generation/MapAtlasTexture (java.lang.ClassNotFoundException: net.raphimc.immediatelyfast.feature.map_atlas_generation.MapAtlasTexture) [17:47:11] [main/WARN]: Error loading class: journeymap/client/ui/fullscreen/Fullscreen (java.lang.ClassNotFoundException: journeymap.client.ui.fullscreen.Fullscreen) [17:47:11] [main/WARN]: @Mixin target journeymap.client.ui.fullscreen.Fullscreen was not found create.mixins.json:compat.JourneyFullscreenMapMixin [17:47:11] [main/WARN]: Error loading class: com/dsvv/cbcat/cannon/twin_autocannon/contraption/MountedTwinAutocannonContraption (java.lang.ClassNotFoundException: com.dsvv.cbcat.cannon.twin_autocannon.contraption.MountedTwinAutocannonContraption) [17:47:11] [main/WARN]: Error loading class: com/dsvv/cbcat/cannon/heavy_autocannon/contraption/MountedHeavyAutocannonContraption (java.lang.ClassNotFoundException: com.dsvv.cbcat.cannon.heavy_autocannon.contraption.MountedHeavyAutocannonContraption) [17:47:11] [main/WARN]: Error loading class: com/dsvv/cbcat/cannon/twin_autocannon/contraption/MountedTwinAutocannonContraption (java.lang.ClassNotFoundException: com.dsvv.cbcat.cannon.twin_autocannon.contraption.MountedTwinAutocannonContraption) [17:47:11] [main/WARN]: Error loading class: com/dsvv/cbcat/cannon/heavy_autocannon/contraption/MountedHeavyAutocannonContraption (java.lang.ClassNotFoundException: com.dsvv.cbcat.cannon.heavy_autocannon.contraption.MountedHeavyAutocannonContraption) [17:47:11] [main/WARN]: Error loading class: org/jetbrains/annotations/ApiStatus$Internal (java.lang.ClassNotFoundException: org.jetbrains.annotations.ApiStatus$Internal) [17:47:11] [main/INFO]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.4.1). [17:47:13] [pool-4-thread-1/INFO]: Replaced 2 calls to Enchantment#getMaxLevel() in net/minecraft/world/item/CreativeModeTabs [17:47:14] [pool-4-thread-1/INFO]: Patching IForgeItemStack#getEnchantmentLevel [17:47:14] [pool-4-thread-1/INFO]: Patching IForgeItemStack#getEnchantmentLevel [17:47:14] [pool-4-thread-1/INFO]: Replaced 2 calls to Enchantment#getMaxLevel() in net/minecraft/world/inventory/AnvilMenu [17:47:16] [Datafixer Bootstrap/INFO]: 188 Datafixer optimizations took 159 milliseconds [17:47:17] [pool-4-thread-1/INFO]: Patching FishingHook#catchingFish [17:47:17] [pool-4-thread-1/INFO]: Replaced 1 calls to Enchantment#getMaxLevel() in net/minecraft/world/level/storage/loot/functions/EnchantRandomlyFunction [17:47:17] [pool-4-thread-1/INFO]: Replaced 1 calls to Enchantment#isDiscoverable() in net/minecraft/world/level/storage/loot/functions/EnchantRandomlyFunction [17:47:18] [pool-4-thread-1/WARN]: Mixin alexscaves.mixins.json:SwampHutPieceMixin has multiple constructors, (Lnet/minecraft/world/level/levelgen/structure/pieces/StructurePieceType;IIIIIILnet/minecraft/core/Direction;)V was selected [17:47:18] [Render thread/INFO]: BeforeConstant is searching for constants in method with descriptor (Lnet/minecraft/network/chat/Component;Z)V [17:47:18] [Render thread/INFO]:   BeforeConstant found INTEGER constant: value = 0, intValue = null [17:47:18] [Render thread/INFO]:     BeforeConstant found a matching constant TYPE at ordinal 0 [17:47:18] [Render thread/INFO]:       BeforeConstant found Insn [ICONST_0]  [17:47:18] [Render thread/INFO]:   BeforeConstant found INTEGER constant: value = 60, intValue = null [17:47:18] [Render thread/INFO]:     BeforeConstant found a matching constant TYPE at ordinal 1 [17:47:18] [Render thread/INFO]:       BeforeConstant found IntInsn 60 [17:47:18] [Render thread/INFO]: Patching EffectRenderingInventoryScreen#renderEffects [17:47:18] [Render thread/WARN]: Assets URL 'union:/C:/Users/Admin/AppData/Roaming/.minecraft/libraries/net/minecraft/client/1.20.1-20230612.114412/client-1.20.1-20230612.114412-srg.jar%23314!/assets/.mcassetsroot' uses unexpected schema [17:47:18] [Render thread/WARN]: Assets URL 'union:/C:/Users/Admin/AppData/Roaming/.minecraft/libraries/net/minecraft/client/1.20.1-20230612.114412/client-1.20.1-20230612.114412-srg.jar%23314!/data/.mcassetsroot' uses unexpected schema [17:47:18] [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' [17:47:20] [Render thread/ERROR]: Failed to verify authentication com.mojang.authlib.exceptions.InvalidCredentialsException: Status: 401     at com.mojang.authlib.exceptions.MinecraftClientHttpException.toAuthenticationException(MinecraftClientHttpException.java:56) ~[authlib-4.0.43.1.jar%23111!/:?]     at com.mojang.authlib.yggdrasil.YggdrasilUserApiService.fetchProperties(YggdrasilUserApiService.java:147) ~[authlib-4.0.43.1.jar%23111!/:?]     at com.mojang.authlib.yggdrasil.YggdrasilUserApiService.<init>(YggdrasilUserApiService.java:63) ~[authlib-4.0.43.1.jar%23111!/:?]     at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.createUserApiService(YggdrasilAuthenticationService.java:124) ~[authlib-4.0.43.1.jar%23111!/:?]     at net.minecraft.client.Minecraft.m_193585_(Minecraft.java:649) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.<init>(Minecraft.java:413) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.main.Main.main(Main.java:182) ~[Forge%201.20.1.jar:?]     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:569) ~[?:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.4.0.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] Caused by: com.mojang.authlib.exceptions.MinecraftClientHttpException: Status: 401     at com.mojang.authlib.minecraft.client.MinecraftClient.readInputStream(MinecraftClient.java:85) ~[authlib-4.0.43.1.jar%23111!/:?]     at com.mojang.authlib.minecraft.client.MinecraftClient.get(MinecraftClient.java:48) ~[authlib-4.0.43.1.jar%23111!/:?]     at com.mojang.authlib.yggdrasil.YggdrasilUserApiService.fetchProperties(YggdrasilUserApiService.java:122) ~[authlib-4.0.43.1.jar%23111!/:?]     ... 20 more [17:47:20] [Render thread/INFO]: Setting user: smivi [17:47:20] [Render thread/INFO]: BeforeConstant is searching for constants in method with descriptor (Lnet/minecraft/network/chat/Component;Lnet/minecraft/client/GuiMessageTag;)V [17:47:20] [Render thread/INFO]:   BeforeConstant found STRING constant: value = , stringValue = null [17:47:20] [Render thread/INFO]:     BeforeConstant found a matching constant TYPE at ordinal 0 [17:47:20] [Render thread/INFO]:       BeforeConstant found LdcInsn [17:47:20] [Render thread/INFO]:   BeforeConstant found STRING constant: value = \\r, stringValue = null [17:47:20] [Render thread/INFO]:     BeforeConstant found a matching constant TYPE at ordinal 1 [17:47:20] [Render thread/INFO]:       BeforeConstant found LdcInsn \\r [17:47:20] [Render thread/INFO]:   BeforeConstant found STRING constant: value =  , stringValue = null [17:47:20] [Render thread/INFO]:     BeforeConstant found a matching constant TYPE at ordinal 2 [17:47:20] [Render thread/INFO]:       BeforeConstant found LdcInsn  [17:47:20] [Render thread/INFO]:   BeforeConstant found STRING constant: value = \\n, stringValue = null [17:47:20] [Render thread/INFO]:     BeforeConstant found a matching constant TYPE at ordinal 3 [17:47:20] [Render thread/INFO]:       BeforeConstant found LdcInsn \\n [17:47:20] [Render thread/INFO]:   BeforeConstant found CLASS constant: value = Ljava/lang/String;, typeValue = null [17:47:20] [Render thread/INFO]:   BeforeConstant found STRING constant: value = [{}] [CHAT] {}, stringValue = null [17:47:20] [Render thread/INFO]:     BeforeConstant found a matching constant TYPE at ordinal 4 [17:47:20] [Render thread/INFO]:       BeforeConstant found LdcInsn [{}] [CHAT] {} [17:47:20] [Render thread/INFO]:   BeforeConstant found STRING constant: value = [CHAT] {}, stringValue = null [17:47:20] [Render thread/INFO]:     BeforeConstant found a matching constant TYPE at ordinal 5 [17:47:20] [Render thread/INFO]:       BeforeConstant found LdcInsn [CHAT] {} [17:47:21] [Render thread/INFO]: Backend library: LWJGL version 3.3.1 build 7 [17:47:21] [modloading-worker-0/INFO]: Configuration has been loaded [17:47:21] [modloading-worker-0/INFO]: Constructing common components for hangglider:main [17:47:21] [modloading-worker-0/INFO]: Origins 1.20.1-1.10.0.9 is initializing. Have fun! [17:47:22] [modloading-worker-0/INFO]: Constructing client components for hangglider:main [17:47:22] [modloading-worker-0/INFO]: Loading Noisium. [17:47:22] [modloading-worker-0/INFO]: Loaded config for: cupboard.json [17:47:22] [modloading-worker-0/INFO]: Registering S2C receiver with id architectury:sync_ids [17:47:22] [modloading-worker-0/INFO]: Registering C2S receiver with id architectury:sync_ids [17:47:22] [modloading-worker-0/INFO]: Registering C2S receiver with id brewery:alcohol_sync_request [17:47:22] [modloading-worker-0/INFO]: Registering C2S receiver with id brewery:drink_alcohol [17:47:22] [modloading-worker-0/INFO]: Forge mod loading, version 47.4.0, for MC 1.20.1 with MCP 20230612.114412 [17:47:22] [modloading-worker-0/INFO]: MinecraftForge v47.4.0 Initialized [17:47:22] [modloading-worker-0/INFO]: Sending ConfigManager... [17:47:22] [modloading-worker-0/INFO]: Sending ConfigManager took 4.271 ms [17:47:22] [modloading-worker-0/INFO]: Calio 1.20.1-1.11.0.5 initializing... [17:47:22] [modloading-worker-0/INFO]: Apoli 1.20.1-2.9.0.8 has initialized. Ready to power up your game! [17:47:22] [modloading-worker-0/INFO]: Kotlin For Forge Enabled! [17:47:22] [modloading-worker-0/INFO]: Deserializing AOTAConfig from 'C:\Users\Admin\AppData\Roaming\.minecraft\config\config\armoroftheages.json' [17:47:23] [modloading-worker-0/INFO]: Initializing Create Radar! [17:47:23] [modloading-worker-0/INFO]: Registering Items! [17:47:23] [modloading-worker-0/INFO]: Registering blocks! [17:47:23] [modloading-worker-0/INFO]: Registering block entity types! [17:47:23] [modloading-worker-0/INFO]: Registering CreativeTabs! [17:47:23] [modloading-worker-0/INFO]: Registering Lang! [17:47:23] [modloading-worker-0/INFO]: Registering CBC Compat Items! [17:47:23] [modloading-worker-0/INFO]: Create 6.0.6 initializing! Commit hash: 338bfa0aec952fa51656e8f61bd621ca9b3b2e00 [17:47:23] [modloading-worker-0/INFO]: Registering items for Create Deco [17:47:23] [modloading-worker-0/INFO]: Registering blocks for Create Deco [17:47:23] [modloading-worker-0/INFO]: [TFMG] Initializing core systems... [17:47:23] [modloading-worker-0/INFO]: [TFMG] Registering content... [17:47:23] [modloading-worker-0/INFO]: Deserializing YACLConfig from 'C:\Users\Admin\AppData\Roaming\.minecraft\config\yacl.json5' [17:47:23] [modloading-worker-0/INFO]: Constructing common components for puzzleslib:main [17:47:23] [modloading-worker-0/INFO]: [BetterF3] Starting... [17:47:23] [modloading-worker-0/INFO]: [BetterF3] Loading... [17:47:23] [modloading-worker-0/INFO]: Constructing client components for puzzleslib:main [17:47:23] [modloading-worker-0/INFO]: [BetterF3] All done! [17:47:24] [modloading-worker-0/INFO]: [TFMG] Initializing systems... [17:47:24] [modloading-worker-0/INFO]: [TFMG] Setting up client... [17:47:24] [modloading-worker-0/INFO]: [TFMG] Initialization complete! [17:47:26] [Render thread/WARN]: Error loading class: com/dsvv/cbcat/cannon/twin_autocannon/contraption/MountedTwinAutocannonContraption (java.lang.ClassNotFoundException: com.dsvv.cbcat.cannon.twin_autocannon.contraption.MountedTwinAutocannonContraption) [17:47:26] [Render thread/WARN]: Error loading class: com/dsvv/cbcat/cannon/heavy_autocannon/contraption/MountedHeavyAutocannonContraption (java.lang.ClassNotFoundException: com.dsvv.cbcat.cannon.heavy_autocannon.contraption.MountedHeavyAutocannonContraption) [17:47:28] [Render thread/WARN]: Registry entry listened Registry Entry [minecraft:entity_type / vinery:mule] was not realized! [17:47:28] [Render thread/WARN]: Registry entry listened Registry Entry [minecraft:entity_type / brewery:beer_elemental] was not realized! [17:47:28] [Render thread/WARN]: Registry entry listened Registry Entry [minecraft:entity_type / vinery:wandering_winemaker] was not realized! [17:47:28] [Render thread/WARN]: Registry entry listened Registry Entry [minecraft:entity_type / vinery:mule] was not realized! [17:47:28] [Render thread/WARN]: Registry entry listened Registry Entry [minecraft:entity_type / brewery:beer_elemental] was not realized! [17:47:28] [Render thread/WARN]: Registry entry listened Registry Entry [minecraft:entity_type / vinery:wandering_winemaker] was not realized! [17:47:28] [Render thread/WARN]: Registry entry listened Registry Entry [minecraft:entity_type / brewery:beer_elemental] was not realized! [17:47:28] [Render thread/INFO]: Initialized block sets in 19ms [17:47:28] [Render thread/WARN]: defineId called for: class net.minecraft.world.entity.item.PrimedTnt from class com.drmangotea.tfmg.content.items.weapons.explosives.napalm.NapalmBombEntity [17:47:29] [Render thread/WARN]: defineId called for: class com.github.alexmodguy.alexscaves.server.entity.living.TremorzillaEntity from class com.github.alexmodguy.alexscaves.server.entity.living.LicowitchEntity [17:47:30] [Render thread/INFO]: loaded in block colorizer [17:47:30] [Render thread/INFO]: loaded in item colorizer [17:47:31] [Render thread/INFO]: Reloading ResourceManager: vanilla, mod_resources, Moonlight Mods Dynamic Assets, file/Default-Dark-Mode-1.20-2023.7.0.zip, supplementaries:darker_ropes, black_icons [17:47:31] [Worker-Main-1/INFO]: Starting runtime resource generation for pack type CLIENT_RESOURCES with generators from mods [moonlight, supplementaries, amendments, supplementaries]: [net.mehvahdjukaar.moonlight.core.MoonlightClient$Gen@397a451e, net.mehvahdjukaar.supplementaries.dynamicpack.ClientDynamicResourcesGenerator@715066a9, net.mehvahdjukaar.amendments.client.ClientResourceGenerator@530b2426] [17:47:31] [Worker-Main-1/INFO]: Generating runtime assets for pack Moonlight Mods Dynamic Assets (moonlight) [17:47:31] [Worker-Main-1/INFO]: Generated runtime CLIENT_RESOURCES for pack Moonlight Mods Dynamic Assets (moonlight) in: 10 ms (multithreaded) [17:47:31] [Worker-Main-1/INFO]: Generating runtime assets for pack Moonlight Mods Dynamic Assets (supplementaries) [17:47:31] [Worker-Main-1/INFO]: Generated runtime CLIENT_RESOURCES for pack Moonlight Mods Dynamic Assets (supplementaries) in: 153 ms (multithreaded) [17:47:31] [Worker-Main-1/INFO]: Generating runtime assets for pack Moonlight Mods Dynamic Assets (amendments) [17:47:31] [Worker-Main-1/INFO]: Generated runtime CLIENT_RESOURCES for pack Moonlight Mods Dynamic Assets (amendments) in: 48 ms (multithreaded) [17:47:31] [Worker-Main-1/INFO]: Finished runtime resources generation for 4 packs in a total of 213 ms [17:47:31] [modloading-worker-0/INFO]: Loading client config for hangglider [17:47:31] [Worker-Main-3/INFO]: Found unifont_all_no_pua-15.0.06.hex, loading [17:47:31] [Worker-Main-7/WARN]: File supplementaries:sounds/item/awning_bounce_1.ogg does not exist, cannot add it to event supplementaries:block.awning.bounce [17:47:31] [Worker-Main-7/WARN]: File supplementaries:sounds/item/awning_bounce_2.ogg does not exist, cannot add it to event supplementaries:block.awning.bounce [17:47:31] [Worker-Main-7/WARN]: File supplementaries:sounds/item/awning_bounce_3.ogg does not exist, cannot add it to event supplementaries:block.awning.bounce [17:47:31] [Worker-Main-7/WARN]: File alexscaves:sounds/block/purple_soda/purple_soda_swim_3.ogg does not exist, cannot add it to event alexscaves:purple_soda_swim [17:47:31] [Worker-Main-7/WARN]: File alexscaves:sounds/block/purple_soda/purple_soda_swim_4.ogg does not exist, cannot add it to event alexscaves:purple_soda_swim [17:47:31] [Worker-Main-7/WARN]: File alexscaves:sounds/mob/luxtructosaurus/luxtructosaurus_snort_0.ogg does not exist, cannot add it to event alexscaves:luxtructosaurus_snort [17:47:31] [Worker-Main-7/WARN]: File alexscaves:sounds/mob/luxtructosaurus/luxtructosaurus_snort_1.ogg does not exist, cannot add it to event alexscaves:luxtructosaurus_snort [17:47:31] [Worker-Main-7/WARN]: File alexscaves:sounds/mob/luxtructosaurus/luxtructosaurus_snort_2.ogg does not exist, cannot add it to event alexscaves:luxtructosaurus_snort [17:47:31] [Worker-Main-7/WARN]: File alexscaves:sounds/mob/luxtructosaurus/luxtructosaurus_breathe_0.ogg does not exist, cannot add it to event alexscaves:luxtructosaurus_breathe [17:47:31] [Worker-Main-7/WARN]: File alexscaves:sounds/mob/luxtructosaurus/luxtructosaurus_breathe_1.ogg does not exist, cannot add it to event alexscaves:luxtructosaurus_breathe [17:47:31] [Worker-Main-7/WARN]: File alexscaves:sounds/mob/luxtructosaurus/luxtructosaurus_breathe_2.ogg does not exist, cannot add it to event alexscaves:luxtructosaurus_breathe [17:47:32] [Worker-Main-1/ERROR]: Invalid path in pack: createdeco:textures/block/palettes/decals/BLANK_decal_dont_use.png, ignoring [17:47:32] [Worker-Main-7/ERROR]: Invalid path in pack: createdeco:textures/block/palettes/decals/BLANK_decal_dont_use.png, ignoring [17:47:32] [Worker-Main-6/INFO]: Compression will use Java, encryption will use Java [17:47:32] [Forge Version Check/INFO]: [hangglider] Starting version check at https://raw.githubusercontent.com/Fuzss/modresources/main/update/hangglider.json [17:47:32] [Worker-Main-2/INFO]: [voicechat] Compatibility version 18 [17:47:32] [Worker-Main-7/WARN]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 0: 16 [17:47:32] [Worker-Main-7/WARN]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 1: 17 [17:47:32] [Worker-Main-7/WARN]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 2: 18 [17:47:32] [Worker-Main-7/WARN]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 3: 19 [17:47:32] [Worker-Main-7/WARN]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 4: 20 [17:47:32] [Worker-Main-7/WARN]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 5: 21 [17:47:32] [Worker-Main-7/WARN]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 6: 22 [17:47:32] [Worker-Main-7/WARN]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 7: 23 [17:47:32] [Worker-Main-7/WARN]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 8: 24 [17:47:32] [Worker-Main-7/WARN]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 9: 25 [17:47:32] [Worker-Main-7/WARN]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 10: 26 [17:47:32] [Worker-Main-7/WARN]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 11: 27 [17:47:32] [Worker-Main-7/WARN]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 12: 28 [17:47:32] [Worker-Main-7/WARN]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 13: 29 [17:47:32] [Worker-Main-7/WARN]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 14: 30 [17:47:32] [Worker-Main-7/WARN]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 15: 31 [17:47:32] [Worker-Main-7/WARN]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 24: 8 [17:47:32] [Worker-Main-7/WARN]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 25: 9 [17:47:32] [Worker-Main-7/WARN]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 26: 10 [17:47:32] [Worker-Main-7/WARN]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 27: 11 [17:47:32] [Worker-Main-7/WARN]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 28: 12 [17:47:32] [Worker-Main-7/WARN]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 29: 13 [17:47:32] [Worker-Main-7/WARN]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 30: 14 [17:47:32] [Worker-Main-7/WARN]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 31: 15 [17:47:32] [Worker-Main-2/INFO]: [voicechat] Loading plugins [17:47:32] [Worker-Main-2/INFO]: [voicechat] Loaded 0 plugin(s) [17:47:32] [Worker-Main-2/INFO]: [voicechat] Initializing plugins [17:47:32] [Worker-Main-2/INFO]: [voicechat] Initialized 0 plugin(s) [17:47:32] [Worker-Main-8/ERROR]: Failed to load model tfmg:models/block/encased_shaft/block.json com.google.gson.JsonParseException: JSON data was null or empty     at net.minecraft.util.GsonHelper.m_263475_(GsonHelper.java:533) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.util.GsonHelper.m_13776_(GsonHelper.java:581) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.renderer.block.model.BlockModel.m_111461_(BlockModel.java:74) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.resources.model.ModelManager.m_246478_(ModelManager.java:110) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]     at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) ~[?:?]     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) ~[?:?] [17:47:32] [Worker-Main-8/ERROR]: Failed to load model tfmg:models/block/encased_shaft/item.json com.google.gson.JsonParseException: JSON data was null or empty     at net.minecraft.util.GsonHelper.m_263475_(GsonHelper.java:533) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.util.GsonHelper.m_13776_(GsonHelper.java:581) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.renderer.block.model.BlockModel.m_111461_(BlockModel.java:74) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.resources.model.ModelManager.m_246478_(ModelManager.java:110) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]     at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) ~[?:?]     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) ~[?:?] [17:47:32] [Worker-Main-8/ERROR]: Failed to load model tfmg:models/block/engine_block.json com.google.gson.JsonParseException: JSON data was null or empty     at net.minecraft.util.GsonHelper.m_263475_(GsonHelper.java:533) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.util.GsonHelper.m_13776_(GsonHelper.java:581) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.renderer.block.model.BlockModel.m_111461_(BlockModel.java:74) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.resources.model.ModelManager.m_246478_(ModelManager.java:110) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]     at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) ~[?:?]     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) ~[?:?] [17:47:32] [Worker-Main-8/ERROR]: Failed to load model tfmg:models/block/fireproof_brick_reinforcement.json com.google.gson.JsonParseException: JSON data was null or empty     at net.minecraft.util.GsonHelper.m_263475_(GsonHelper.java:533) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.util.GsonHelper.m_13776_(GsonHelper.java:581) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.renderer.block.model.BlockModel.m_111461_(BlockModel.java:74) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.resources.model.ModelManager.m_246478_(ModelManager.java:110) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]     at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) ~[?:?]     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) ~[?:?] [17:47:32] [Worker-Main-8/ERROR]: Failed to load model tfmg:models/block/formwork_block/block_base.json com.google.gson.JsonParseException: JSON data was null or empty     at net.minecraft.util.GsonHelper.m_263475_(GsonHelper.java:533) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.util.GsonHelper.m_13776_(GsonHelper.java:581) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.renderer.block.model.BlockModel.m_111461_(BlockModel.java:74) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.resources.model.ModelManager.m_246478_(ModelManager.java:110) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]     at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) ~[?:?]     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) ~[?:?] [17:47:32] [Worker-Main-5/INFO]: Registering Display Sources! [17:47:32] [Worker-Main-5/ERROR]: Using missing texture, unable to load create:fluid/cooling_fluid_flow java.io.IOException: Could not load image: Image not of any known type, or corrupt     at com.mojang.blaze3d.platform.NativeImage.m_85051_(NativeImage.java:138) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at com.mojang.blaze3d.platform.NativeImage.m_85048_(NativeImage.java:103) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at com.mojang.blaze3d.platform.NativeImage.m_85058_(NativeImage.java:94) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.renderer.texture.SpriteLoader.m_245083_(SpriteLoader.java:139) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.renderer.texture.atlas.SpriteSource$Output.m_261059_(SpriteSource.java:22) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]     at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) ~[?:?]     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) ~[?:?] [17:47:33] [Forge Version Check/INFO]: [hangglider] Found status: UP_TO_DATE Current: 8.0.1 Target: null [17:47:33] [Forge Version Check/INFO]: [fastload] Starting version check at https://github.com/BumbleSoftware/Fastload/raw/Forge-1.20.1/updates.json [17:47:33] [Worker-Main-6/WARN]: Unused frames in sprite apotheosis:items/gems/blood_lord: [9] [17:47:33] [Worker-Main-5/ERROR]: Failed to load model tfmg:models/block/sulfuric_acid.json com.google.gson.JsonParseException: JSON data was null or empty     at net.minecraft.util.GsonHelper.m_263475_(GsonHelper.java:533) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.util.GsonHelper.m_13776_(GsonHelper.java:581) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.renderer.block.model.BlockModel.m_111461_(BlockModel.java:74) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.resources.model.ModelManager.m_246478_(ModelManager.java:110) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]     at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) ~[?:?]     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) ~[?:?] [17:47:33] [Worker-Main-8/ERROR]: Failed to load model tfmg:models/block/welding_machine/item.json com.google.gson.JsonParseException: JSON data was null or empty     at net.minecraft.util.GsonHelper.m_263475_(GsonHelper.java:533) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.util.GsonHelper.m_13776_(GsonHelper.java:581) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.renderer.block.model.BlockModel.m_111461_(BlockModel.java:74) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.resources.model.ModelManager.m_246478_(ModelManager.java:110) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]     at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) ~[?:?]     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) ~[?:?] [17:47:33] [Worker-Main-5/ERROR]: Failed to load model tfmg:models/large_steel_cogwheel_shaftless.json com.google.gson.JsonParseException: JSON data was null or empty     at net.minecraft.util.GsonHelper.m_263475_(GsonHelper.java:533) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.util.GsonHelper.m_13776_(GsonHelper.java:581) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.renderer.block.model.BlockModel.m_111461_(BlockModel.java:74) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.resources.model.ModelManager.m_246478_(ModelManager.java:110) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]     at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) ~[?:?]     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) ~[?:?] [17:47:33] [Forge Version Check/INFO]: [fastload] Found status: UP_TO_DATE Current: 3.4.0 Target: null [17:47:33] [Forge Version Check/INFO]: [attributefix] Starting version check at https://updates.blamejared.com/get?n=attributefix&gv=1.20.1 [17:47:33] [Render thread/INFO]: Registered region minecraft:overworld to index 0 for type OVERWORLD [17:47:33] [Render thread/INFO]: Registered region minecraft:nether to index 0 for type NETHER [17:47:33] [Render thread/INFO]: Registered region ars_nouveau:overworld to index 1 for type OVERWORLD [17:47:33] [Render thread/INFO]: Registered region biomesoplenty:overworld_primary to index 2 for type OVERWORLD [17:47:33] [Render thread/INFO]: Registered region biomesoplenty:overworld_secondary to index 3 for type OVERWORLD [17:47:33] [Render thread/INFO]: Registered region biomesoplenty:overworld_rare to index 4 for type OVERWORLD [17:47:33] [Render thread/INFO]: Registered region biomesoplenty:nether_common to index 1 for type NETHER [17:47:33] [Render thread/INFO]: Registered region biomesoplenty:nether_rare to index 2 for type NETHER [17:47:33] [Render thread/INFO]: Initialized color sets in 39ms [17:47:33] [Render thread/INFO]: Registered synced data key backpacked:unlock_tracker for minecraft:player [17:47:33] [Render thread/INFO]: Registered synced data key backpacked:trader_pickpocketing for minecraft:wandering_trader [17:47:33] [Render thread/INFO]: Registered contraption type 'create_radar:radar_bearing' [17:47:33] [Render thread/INFO]: Finished mod setup in: [2, 2, 0, 1, 0, 0, 8, 0] ms [17:47:34] [Worker-Main-5/INFO]: Loading Xaero's World Map - Stage 1/2 [17:47:34] [Placebo Patreon Trail Loader/INFO]: Loading patreon trails data... [17:47:34] [Placebo Patreon Wing Loader/INFO]: Loading patreon wing data... [17:47:34] [Worker-Main-6/INFO]: Registering S2C receiver with id brewery:alcohol_sync [17:47:34] [Worker-Main-6/INFO]: Registering S2C receiver with id brewery:drink_alcohol [17:47:34] [Worker-Main-6/INFO]: Registering S2C receiver with id brewery:attach_rope [17:47:34] [Worker-Main-6/INFO]: Registering S2C receiver with id brewery:detach_rope [17:47:34] [Worker-Main-6/INFO]: Registering S2C receiver with id brewery:sync_rope [17:47:34] [Worker-Main-6/INFO]: Registering S2C receiver with id brewery:change_hanging_rope [17:47:34] [Worker-Main-3/WARN]: @Inject(@At("INVOKE")) Shift.BY=5 on attributeslib.mixins.json:client.ClientPacketListenerMixin::handler$zkh000$apoth_postAttrChangedEvent exceeds the maximum allowed value: 0. Increase the value of maxShiftBy to suppress this warning. [17:47:34] [Worker-Main-1/INFO]: Loading Xaero's Minimap - Stage 1/2 [17:47:34] [Worker-Main-3/INFO]: [voicechat] Using Cloth Config GUI [17:47:34] [Worker-Main-3/INFO]: [voicechat] Loading Opus [17:47:34] [Placebo Patreon Trail Loader/INFO]: Loaded 48 patreon trails. [17:47:34] [Forge Version Check/INFO]: [attributefix] Found status: BETA Current: 21.0.4 Target: 21.0.4 [17:47:34] [Forge Version Check/INFO]: [clumps] Starting version check at https://updates.blamejared.com/get?n=clumps&gv=1.20.1 [17:47:34] [Forge Version Check/INFO]: [clumps] Found status: BETA Current: 12.0.0.4 Target: 12.0.0.4 [17:47:34] [Forge Version Check/INFO]: [mr_lukis_grandcapitals] Starting version check at https://api.modrinth.com/updates/8Lw09aLb/forge_updates.json [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=east,floor=true,level=1,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=east,floor=true,level=0,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=east,floor=true,level=3,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=north,floor=true,level=10,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=north,floor=true,level=11,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=north,floor=true,level=9,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=east,floor=true,level=2,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=east,floor=true,level=7,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=north,floor=true,level=4,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=east,floor=true,level=8,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=north,floor=true,level=14,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=east,floor=true,level=12,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=east,floor=true,level=13,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=north,floor=true,level=13,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=north,floor=true,level=3,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=east,floor=true,level=14,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=east,floor=true,level=11,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=north,floor=true,level=2,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=north,floor=true,level=5,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=east,floor=true,level=15,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=east,floor=true,level=9,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=north,floor=true,level=15,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=east,floor=true,level=6,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=north,floor=true,level=12,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=north,floor=true,level=8,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=north,floor=true,level=0,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=north,floor=true,level=7,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=east,floor=true,level=4,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=east,floor=true,level=5,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=north,floor=true,level=6,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=east,floor=true,level=10,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=north,floor=true,level=1,roof=true' [17:47:34] [Placebo Patreon Wing Loader/INFO]: Loaded 42 patreon wings. [17:47:34] [Forge Version Check/INFO]: [mr_lukis_grandcapitals] Found status: OUTDATED Current: 1.1.2 Target: 1.1.2+mod [17:47:34] [Forge Version Check/INFO]: [puzzlesaccessapi] Starting version check at https://raw.githubusercontent.com/Fuzss/modresources/main/update/puzzlesaccessapi.json [17:47:34] [Forge Version Check/INFO]: [puzzlesaccessapi] Found status: BETA Current: 20.1.1 Target: null [17:47:34] [Forge Version Check/INFO]: [forge] Starting version check at https://files.minecraftforge.net/net/minecraftforge/forge/promotions_slim.json [17:47:34] [Worker-Main-5/WARN]: io exception while checking patreon: Connect timed out [17:47:35] [Worker-Main-8/WARN]: Unable to load model: 'minecraft:block_block' referenced from: tfmg:electric_diode#facing=north: java.io.FileNotFoundException: minecraft:models/block_block.json [17:47:35] [Worker-Main-8/WARN]: Unable to load model: 'tfmg:block/sulfuric_acid' referenced from: tfmg:sulfuric_acid#level=0: java.io.FileNotFoundException: tfmg:models/block/sulfuric_acid.json [17:47:35] [Worker-Main-5/ERROR]: io exception while checking versions: Connect timed out [17:47:36] [Render thread/WARN]: Could not load /assets/iceandfire/models/tabula/firedragon/firedragon_swimming.tbl: in is null [17:47:36] [Forge Version Check/INFO]: [forge] Found status: UP_TO_DATE Current: 47.4.0 Target: null [17:47:36] [Forge Version Check/INFO]: [voicechat] Starting version check at https://update.maxhenkel.de/forge/voicechat [17:47:36] [Render thread/WARN]: Could not load /assets/iceandfire/models/tabula/firedragon/firedragon_swim5.tbl: in is null [17:47:36] [Render thread/INFO]: Loading Xaero's Minimap - Stage 2/2 [17:47:36] [Forge Version Check/INFO]: [voicechat] Found status: OUTDATED Current: 1.20.1-2.5.35 Target: 1.20.1-2.6.3 [17:47:36] [Forge Version Check/INFO]: [securitycraft] Starting version check at https://www.github.com/Geforce132/SecurityCraft/raw/master/Updates/Forge.json [17:47:36] [Worker-Main-8/WARN]: Unable to load model: 'tfmg:block/casting_basin/block_mold' referenced from: tfmg:block/casting_basin/block_mold: java.io.FileNotFoundException: tfmg:models/block/casting_basin/block_mold.json [17:47:36] [Worker-Main-8/WARN]: Unable to load model: 'supplementaries:block/hanging_flower_pot_rope' referenced from: supplementaries:block/hanging_flower_pot_rope: java.io.FileNotFoundException: supplementaries:models/block/hanging_flower_pot_rope.json [17:47:36] [Worker-Main-8/WARN]: Unable to load model: 'tfmg:block/casting_basin/mold_base' referenced from: tfmg:block/casting_basin/mold_base: java.io.FileNotFoundException: tfmg:models/block/casting_basin/mold_base.json [17:47:37] [Forge Version Check/INFO]: [securitycraft] Found status: UP_TO_DATE Current: 1.10.0.1 Target: null [17:47:37] [Forge Version Check/INFO]: [backpacked] Starting version check at https://mrcrayfish.com/modupdatejson?id=backpacked [17:47:37] [Render thread/WARN]: io exception while checking versions: Connect timed out [17:47:37] [Render thread/INFO]: Registered player tracker system: minimap_synced [17:47:37] [Render thread/INFO]: Xaero's Minimap: World Map found! [17:47:37] [Render thread/INFO]: No Optifine! [17:47:37] [Render thread/INFO]: Xaero's Minimap: No Vivecraft! [17:47:37] [Render thread/INFO]: Xaero's Minimap: Framed Blocks found! [17:47:37] [Render thread/INFO]: Loading Xaero's World Map - Stage 2/2 [17:47:37] [Render thread/INFO]: New world map region cache hash code: 78378495 [17:47:37] [Render thread/INFO]: Registered player tracker system: map_synced [17:47:37] [Render thread/INFO]: Xaero's WorldMap Mod: Xaero's minimap found! [17:47:37] [Render thread/INFO]: Registered player tracker system: minimap_synced [17:47:37] [Render thread/INFO]: No Optifine! [17:47:37] [Render thread/INFO]: Xaero's World Map: No Vivecraft! [17:47:37] [Render thread/INFO]: Xaero's World Map: Framed Blocks found! [17:47:38] [Forge Version Check/WARN]: Failed to process update information com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 path $     at com.google.gson.Gson.fromJson(Gson.java:1226) ~[gson-2.10.jar%23107!/:?]     at com.google.gson.Gson.fromJson(Gson.java:1124) ~[gson-2.10.jar%23107!/:?]     at com.google.gson.Gson.fromJson(Gson.java:1034) ~[gson-2.10.jar%23107!/:?]     at com.google.gson.Gson.fromJson(Gson.java:969) ~[gson-2.10.jar%23107!/:?]     at net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:186) ~[fmlcore-1.20.1-47.4.0.jar%23315!/:?]     at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?]     at net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:117) ~[fmlcore-1.20.1-47.4.0.jar%23315!/:?] Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 path $     at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:393) ~[gson-2.10.jar%23107!/:?]     at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:182) ~[gson-2.10.jar%23107!/:?]     at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:144) ~[gson-2.10.jar%23107!/:?]     at com.google.gson.Gson.fromJson(Gson.java:1214) ~[gson-2.10.jar%23107!/:?]     ... 6 more [17:47:38] [Forge Version Check/INFO]: [supplementaries] Starting version check at https://raw.githubusercontent.com/MehVahdJukaar/Supplementaries/1.20/forge/update.json [17:47:38] [Forge Version Check/INFO]: [supplementaries] Found status: BETA Current: 1.20-3.1.37 Target: null [17:47:38] [Forge Version Check/INFO]: [ambientenvironment] Starting version check at https://updates.blamejared.com/get?n=AmbientEnvironment&gv=1.20.1 [17:47:38] [Forge Version Check/INFO]: [ambientenvironment] Found status: BETA Current: 11.0.0.1 Target: 11.0.0.1 [17:47:38] [Forge Version Check/INFO]: [puzzleslib] Starting version check at https://raw.githubusercontent.com/Fuzss/modresources/main/update/puzzleslib.json [17:47:38] [Forge Version Check/INFO]: [puzzleslib] Found status: UP_TO_DATE Current: 8.1.33 Target: null [17:47:38] [Forge Version Check/INFO]: [betterf3] Starting version check at https://api.modrinth.com/updates/betterf3/forge_updates.json [17:47:38] [Forge Version Check/INFO]: [betterf3] Found status: UP_TO_DATE Current: 7.0.2 Target: null [17:47:38] [Forge Version Check/INFO]: [ad_astra] Starting version check at https://api.modrinth.com/updates/3ufwT9JF/forge_updates.json [17:47:39] [Forge Version Check/INFO]: [ad_astra] Found status: UP_TO_DATE Current: 1.15.20 Target: null [17:47:40] [Worker-Main-8/WARN]: Missing textures in model tfmg:constantan_truss#axis=y,waterlogged=false:     minecraft:textures/atlas/blocks.png:tfmg:block/constantan_truss_truss [17:47:40] [Worker-Main-8/WARN]: Missing textures in model tfmg:constantan_truss#axis=z,waterlogged=true:     minecraft:textures/atlas/blocks.png:tfmg:block/constantan_truss_truss [17:47:40] [Worker-Main-8/WARN]: Missing textures in model supplementaries:confetti_popper#inventory:     minecraft:textures/atlas/blocks.png:supplementaries:party_hat/party_hat [17:47:40] [Worker-Main-8/WARN]: Missing textures in model apotheosis:ancient_material#inventory:     minecraft:textures/atlas/blocks.png:apotheosis:items/ancient_material [17:47:40] [Worker-Main-8/WARN]: Missing textures in model tfmg:constantan_truss#inventory:     minecraft:textures/atlas/blocks.png:tfmg:block/constantan_truss_truss [17:47:40] [Worker-Main-8/WARN]: Missing textures in model tfmg:block/surface_scanner/flag:     minecraft:textures/atlas/blocks.png:tfmg:block/surface_scanner_flags/flag1 [17:47:40] [Worker-Main-8/WARN]: Missing textures in model bountiful:decree#inventory:     minecraft:textures/atlas/blocks.png:bountiful:item/decree [17:47:40] [Worker-Main-8/WARN]: Missing textures in model musketmod:musket_upgrade_smithing_template#inventory:     minecraft:textures/atlas/blocks.png:musketmod:item/musket_upgrade_smithing_template [17:47:40] [Worker-Main-8/WARN]: Missing textures in model ars_nouveau:redstone_relay#facing=east,power=10:     minecraft:textures/atlas/blocks.png:ars_nouveau:blocks/agronomic_sourcelink [17:47:40] [Worker-Main-8/WARN]: Missing textures in model tfmg:constantan_truss#axis=x,waterlogged=true:     minecraft:textures/atlas/blocks.png:tfmg:block/constantan_truss_truss [17:47:40] [Worker-Main-8/INFO]: Loaded emissive block models in 408 ms [17:47:41] [Worker-Main-8/INFO]: Loaded values for 63 compatible attributes. [17:47:41] [Worker-Main-8/ERROR]: Attribute ID 'epicfight:weight' does not belong to a known attribute. This entry will be ignored. [17:47:41] [Worker-Main-8/ERROR]: Attribute ID 'epicfight:offhand_armor_negation' does not belong to a known attribute. This entry will be ignored. [17:47:41] [Worker-Main-8/ERROR]: Attribute ID 'epicfight:stamina_regen' does not belong to a known attribute. This entry will be ignored. [17:47:41] [Worker-Main-8/ERROR]: Attribute ID 'epicfight:execution_resistance' does not belong to a known attribute. This entry will be ignored. [17:47:41] [Worker-Main-8/ERROR]: Attribute ID 'epicfight:offhand_impact' does not belong to a known attribute. This entry will be ignored. [17:47:41] [Worker-Main-8/ERROR]: Attribute ID 'epicfight:impact' does not belong to a known attribute. This entry will be ignored. [17:47:41] [Worker-Main-8/ERROR]: Attribute ID 'epicfight:staminar' does not belong to a known attribute. This entry will be ignored. [17:47:41] [Worker-Main-8/ERROR]: Attribute ID 'epicfight:stun_armor' does not belong to a known attribute. This entry will be ignored. [17:47:41] [Worker-Main-8/ERROR]: Attribute ID 'epicfight:offhand_max_strikes' does not belong to a known attribute. This entry will be ignored. [17:47:41] [Worker-Main-8/ERROR]: Attribute ID 'epicfight:offhand_attack_speed' does not belong to a known attribute. This entry will be ignored. [17:47:41] [Worker-Main-8/ERROR]: Attribute ID 'epicfight:max_strikes' does not belong to a known attribute. This entry will be ignored. [17:47:41] [Worker-Main-8/ERROR]: Attribute ID 'epicfight:armor_negation' does not belong to a known attribute. This entry will be ignored. [17:47:41] [Worker-Main-8/INFO]: Loaded 75 values from config. [17:47:41] [Worker-Main-8/INFO]: Saving config file. 75 entries. [17:47:41] [Worker-Main-8/INFO]: Applying changes for 75 attributes. [17:47:41] [Worker-Main-1/INFO]: Registering Ponder Scenes took 128.1 ms [17:47:41] [Worker-Main-1/INFO]: Registering Ponder Tags took 5.551 ms [17:47:41] [Render thread/INFO]: adding citadel surface rules via terrablender... [17:47:41] [Render thread/INFO]: Added 0 vanilla biome surface rule types via terrablender [17:47:41] [Render thread/INFO]: Added 1 modded biome surface rule types via terrablender [17:47:47] [Render thread/WARN]: Missing sound for event: minecraft:item.goat_horn.play [17:47:47] [Render thread/WARN]: Missing sound for event: minecraft:entity.goat.screaming.horn_break [17:47:47] [Render thread/WARN]: Missing sound for event: alexscaves:abyssal_chasm_ambience_mood [17:47:47] [Render thread/WARN]: Missing sound for event: alexscaves:luxtructosaurus_breath [17:47:47] [Render thread/INFO]: OpenAL initialized on device OpenAL Soft on Динамики (2- Rapoo Gaming Headset) [17:47:47] [Render thread/INFO]: Sound engine started [17:47:47] [Render thread/INFO]: Created: 4096x2048x0 minecraft:textures/atlas/blocks.png-atlas [17:47:47] [Render thread/INFO]: Created: 512x512x0 minecraft:textures/atlas/signs.png-atlas [17:47:47] [Render thread/INFO]: Created: 1024x512x0 minecraft:textures/atlas/banner_patterns.png-atlas [17:47:47] [Render thread/INFO]: Created: 512x512x0 minecraft:textures/atlas/shield_patterns.png-atlas [17:47:47] [Render thread/INFO]: Created: 2048x1024x0 minecraft:textures/atlas/armor_trims.png-atlas [17:47:47] [Render thread/INFO]: Created: 512x256x0 minecraft:textures/atlas/chest.png-atlas [17:47:47] [Render thread/INFO]: Created: 128x64x0 minecraft:textures/atlas/decorated_pot.png-atlas [17:47:47] [Render thread/INFO]: Created: 512x256x0 minecraft:textures/atlas/shulker_boxes.png-atlas [17:47:47] [Render thread/INFO]: Created: 512x256x0 minecraft:textures/atlas/beds.png-atlas [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to iceandfire:dragon_skull, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to iceandfire:stone_statue, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to iceandfire:mob_skull, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to ars_nouveau:bookwyrm, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to ars_nouveau:starbuncle, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to ars_nouveau:whirlisprig, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to ars_nouveau:wixie, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to ars_nouveau:wilden_hunter, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to ars_nouveau:wilden_stalker, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to ars_nouveau:wilden_guardian, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to ars_nouveau:wilden_boss, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to ars_nouveau:drygmy, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to ars_nouveau:familiar_starbuncle, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to ars_nouveau:familiar_wixie, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to ars_nouveau:familiar_bookwyrm, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to ars_nouveau:familiar_drygmy, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to ars_nouveau:familiar_whirlisprig, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to ars_nouveau:familiar_amethyst_golem, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to ars_nouveau:cascading_weald_walker, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to ars_nouveau:flourishing_weald_walker, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to ars_nouveau:blazing_weald_walker, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to ars_nouveau:vexing_weald_walker, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to ars_nouveau:amethyst_golem, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to ars_nouveau:gift_starby, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to ars_nouveau:animated_block, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to ars_nouveau:animated_head, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to ars_nouveau:lily, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to alexscaves:ferrouslime, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to securitycraft:sentry, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to ars_elemental:siren_entity, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to ars_elemental:siren_familiar, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to ars_elemental:firenando_entity, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to ars_elemental:firenando_familiar, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to ars_elemental:flashing_weald_walker, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to create:package, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.iceandfire.dragon_skull. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.iceandfire.stone_statue. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.iceandfire.mob_skull. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.ars_nouveau.bookwyrm. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.ars_nouveau.starbuncle. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.ars_nouveau.whirlisprig. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.ars_nouveau.wixie. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.ars_nouveau.wilden_hunter. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.ars_nouveau.wilden_stalker. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.ars_nouveau.wilden_guardian. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.ars_nouveau.wilden_boss. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.ars_nouveau.drygmy. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.ars_nouveau.familiar_starbuncle. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.ars_nouveau.familiar_wixie. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.ars_nouveau.familiar_bookwyrm. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.ars_nouveau.familiar_drygmy. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.ars_nouveau.familiar_whirlisprig. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.ars_nouveau.familiar_amethyst_golem. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.ars_nouveau.cascading_weald_walker. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.ars_nouveau.flourishing_weald_walker. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.ars_nouveau.blazing_weald_walker. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.ars_nouveau.vexing_weald_walker. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.ars_nouveau.amethyst_golem. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.ars_nouveau.gift_starby. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.ars_nouveau.animated_block. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.ars_nouveau.animated_head. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.ars_nouveau.lily. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.alexscaves.ferrouslime. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.securitycraft.sentry. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.ars_elemental.siren_entity. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.ars_elemental.siren_familiar. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.ars_elemental.firenando_entity. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.ars_elemental.firenando_familiar. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.ars_elemental.flashing_weald_walker. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.create.package. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Shader rendertype_entity_translucent_emissive could not find sampler named Sampler2 in the specified shader program. [17:47:47] [Render thread/WARN]: Shader alexscaves:rendertype_red_ghost could not find sampler named Sampler2 in the specified shader program. [17:47:47] [Render thread/INFO]: registered internal shaders [17:47:47] [Render thread/WARN]: Shader moonlight:text_alpha_color could not find sampler named Sampler2 in the specified shader program. [17:47:47] [Render thread/WARN]: Shader moonlight:text_alpha_color could not find uniform named IViewRotMat in the specified shader program. [17:47:47] [Render thread/WARN]: Shader supplementaries:static_noise could not find sampler named Sampler1 in the specified shader program. [17:47:47] [Render thread/WARN]: Shader supplementaries:spherify could not find sampler named Sampler1 in the specified shader program. [17:47:47] [Render thread/WARN]: Shader supplementaries:spherify could not find uniform named GameTime in the specified shader program. [17:47:47] [Render thread/WARN]: Shader supplementaries:spherify could not find uniform named NoiseSpeed in the specified shader program. [17:47:47] [Render thread/WARN]: Shader supplementaries:spherify could not find uniform named NoiseScale in the specified shader program. [17:47:47] [Render thread/WARN]: Shader supplementaries:spherify could not find uniform named Intensity in the specified shader program. [17:47:47] [Render thread/WARN]: Shader supplementaries:spherify could not find uniform named CameraPos in the specified shader program. [17:47:47] [Render thread/WARN]: Shader bumpy could not find uniform named OutSize in the specified shader program. [17:47:47] [Render thread/INFO]: Created: 2048x1024x0 minecraft:textures/atlas/particles.png-atlas [17:47:47] [Render thread/INFO]: Created: 512x256x0 minecraft:textures/atlas/paintings.png-atlas [17:47:47] [Render thread/INFO]: Created: 256x256x0 minecraft:textures/atlas/mob_effects.png-atlas [17:47:47] [Render thread/INFO]: Successfully reloaded the world map shaders! [17:47:47] [Render thread/INFO]: Created: 256x256x0 jei:textures/atlas/gui.png-atlas [17:47:47] [Render thread/INFO]: Created: 256x256x0 moonlight:textures/atlas/map_markers.png-atlas [17:47:48] [Render thread/INFO]: Loaded 77 shader sources in 40,897 ms [17:47:48] [Render thread/INFO]: Successfully reloaded the minimap shaders! [17:47:48] [Render thread/INFO]: Loaded 56 train hat configurations. [17:47:48] [Render thread/INFO]: Successfully loaded image 'supplementaries:textures/block/gottem.gif' [17:47:48] [Render thread/INFO]: Successfully loaded image 'ars_nouveau:textures/item/conjure_terrain.gif' [17:47:48] [Render thread/INFO]: Successfully loaded image 'ars_nouveau:textures/item/spike.gif' [17:47:48] [Render thread/INFO]: Successfully loaded image 'ars_nouveau:textures/item/watery_grave.gif' [17:47:50] [Realms Notification Availability checker #1/INFO]: Could not authorize you against Realms server: java.lang.RuntimeException: Failed to parse into SignedJWT: null [17:47:52] [Netty Client IO #1/ERROR]: Channels [supplementaries:channel,alexscaves:main_channel,ponder:main,calio:channel,bountiful:clipboard_copy,armoroftheages:config_sync,createdieselgenerators:main,forge:tier_sorting,bountiful:update_bounty_criteria,caelus:main,sereneseasons:main,kambrik:test_msg,musketmod:main,ritchiesprojectilelib:network,create:main,geckolib:main,moonlight:channel,bountiful:play_sound_on_client,citadel:main_channel,ic_air:main,securitycraft:securitycraft,iceandfire:main_channel,createbigcannons:network,origins:network,ad_astra:main,amendments:channel,curios:main,bountiful:select_bounty,framedblocks:main,glitchcore:config_sync,tfmg:main,apoli:channel,ars_elemental:main,orva_alarms:orva_alarms,backpacked:play] rejected vanilla connections [17:47:52] [Netty Client IO #0/ERROR]: Channels [supplementaries:channel,alexscaves:main_channel,ponder:main,calio:channel,bountiful:clipboard_copy,armoroftheages:config_sync,createdieselgenerators:main,forge:tier_sorting,bountiful:update_bounty_criteria,caelus:main,sereneseasons:main,kambrik:test_msg,musketmod:main,ritchiesprojectilelib:network,create:main,geckolib:main,moonlight:channel,bountiful:play_sound_on_client,citadel:main_channel,ic_air:main,securitycraft:securitycraft,iceandfire:main_channel,createbigcannons:network,origins:network,ad_astra:main,amendments:channel,curios:main,bountiful:select_bounty,framedblocks:main,glitchcore:config_sync,tfmg:main,apoli:channel,ars_elemental:main,orva_alarms:orva_alarms,backpacked:play] rejected vanilla connections [17:47:52] [Netty Client IO #2/ERROR]: Channels [supplementaries:channel,alexscaves:main_channel,ponder:main,calio:channel,bountiful:clipboard_copy,armoroftheages:config_sync,createdieselgenerators:main,forge:tier_sorting,bountiful:update_bounty_criteria,caelus:main,sereneseasons:main,kambrik:test_msg,musketmod:main,ritchiesprojectilelib:network,create:main,geckolib:main,moonlight:channel,bountiful:play_sound_on_client,citadel:main_channel,ic_air:main,securitycraft:securitycraft,iceandfire:main_channel,createbigcannons:network,origins:network,ad_astra:main,amendments:channel,curios:main,bountiful:select_bounty,framedblocks:main,glitchcore:config_sync,tfmg:main,apoli:channel,ars_elemental:main,orva_alarms:orva_alarms,backpacked:play] rejected vanilla connections [17:47:53] [Netty Client IO #3/ERROR]: Channels [supplementaries:channel,alexscaves:main_channel,ponder:main,calio:channel,bountiful:clipboard_copy,armoroftheages:config_sync,createdieselgenerators:main,forge:tier_sorting,bountiful:update_bounty_criteria,caelus:main,sereneseasons:main,kambrik:test_msg,musketmod:main,ritchiesprojectilelib:network,create:main,geckolib:main,moonlight:channel,bountiful:play_sound_on_client,citadel:main_channel,ic_air:main,securitycraft:securitycraft,iceandfire:main_channel,createbigcannons:network,origins:network,ad_astra:main,amendments:channel,curios:main,bountiful:select_bounty,framedblocks:main,glitchcore:config_sync,tfmg:main,apoli:channel,ars_elemental:main,orva_alarms:orva_alarms,backpacked:play] rejected vanilla connections [17:47:55] [Netty Client IO #4/ERROR]: Channels [supplementaries:channel,alexscaves:main_channel,ponder:main,calio:channel,bountiful:clipboard_copy,armoroftheages:config_sync,createdieselgenerators:main,forge:tier_sorting,bountiful:update_bounty_criteria,caelus:main,sereneseasons:main,kambrik:test_msg,musketmod:main,ritchiesprojectilelib:network,create:main,geckolib:main,moonlight:channel,bountiful:play_sound_on_client,citadel:main_channel,ic_air:main,securitycraft:securitycraft,iceandfire:main_channel,createbigcannons:network,origins:network,ad_astra:main,amendments:channel,curios:main,bountiful:select_bounty,framedblocks:main,glitchcore:config_sync,tfmg:main,apoli:channel,ars_elemental:main,orva_alarms:orva_alarms,backpacked:play] rejected vanilla connections [17:47:55] [Netty Client IO #5/ERROR]: Channels [supplementaries:channel,alexscaves:main_channel,ponder:main,calio:channel,bountiful:clipboard_copy,armoroftheages:config_sync,createdieselgenerators:main,forge:tier_sorting,bountiful:update_bounty_criteria,caelus:main,sereneseasons:main,kambrik:test_msg,musketmod:main,ritchiesprojectilelib:network,create:main,geckolib:main,moonlight:channel,bountiful:play_sound_on_client,citadel:main_channel,ic_air:main,securitycraft:securitycraft,iceandfire:main_channel,createbigcannons:network,origins:network,ad_astra:main,amendments:channel,curios:main,bountiful:select_bounty,framedblocks:main,glitchcore:config_sync,tfmg:main,apoli:channel,ars_elemental:main,orva_alarms:orva_alarms,backpacked:play] rejected vanilla connections [17:47:56] [Netty Client IO #6/ERROR]: Channels [supplementaries:channel,alexscaves:main_channel,ponder:main,calio:channel,bountiful:clipboard_copy,armoroftheages:config_sync,createdieselgenerators:main,forge:tier_sorting,bountiful:update_bounty_criteria,caelus:main,sereneseasons:main,kambrik:test_msg,musketmod:main,ritchiesprojectilelib:network,create:main,geckolib:main,moonlight:channel,bountiful:play_sound_on_client,citadel:main_channel,ic_air:main,securitycraft:securitycraft,iceandfire:main_channel,createbigcannons:network,origins:network,ad_astra:main,amendments:channel,curios:main,bountiful:select_bounty,framedblocks:main,glitchcore:config_sync,tfmg:main,apoli:channel,ars_elemental:main,orva_alarms:orva_alarms,backpacked:play] rejected vanilla connections [17:47:57] [Netty Client IO #7/ERROR]: Channels [supplementaries:channel,alexscaves:main_channel,ponder:main,calio:channel,bountiful:clipboard_copy,armoroftheages:config_sync,createdieselgenerators:main,forge:tier_sorting,bountiful:update_bounty_criteria,caelus:main,sereneseasons:main,kambrik:test_msg,musketmod:main,ritchiesprojectilelib:network,create:main,geckolib:main,moonlight:channel,bountiful:play_sound_on_client,citadel:main_channel,ic_air:main,securitycraft:securitycraft,iceandfire:main_channel,createbigcannons:network,origins:network,ad_astra:main,amendments:channel,curios:main,bountiful:select_bounty,framedblocks:main,glitchcore:config_sync,tfmg:main,apoli:channel,ars_elemental:main,orva_alarms:orva_alarms,backpacked:play] rejected vanilla connections [17:47:58] [Netty Client IO #11/ERROR]: Channels [supplementaries:channel,alexscaves:main_channel,ponder:main,calio:channel,bountiful:clipboard_copy,armoroftheages:config_sync,createdieselgenerators:main,forge:tier_sorting,bountiful:update_bounty_criteria,caelus:main,sereneseasons:main,kambrik:test_msg,musketmod:main,ritchiesprojectilelib:network,create:main,geckolib:main,moonlight:channel,bountiful:play_sound_on_client,citadel:main_channel,ic_air:main,securitycraft:securitycraft,iceandfire:main_channel,createbigcannons:network,origins:network,ad_astra:main,amendments:channel,curios:main,bountiful:select_bounty,framedblocks:main,glitchcore:config_sync,tfmg:main,apoli:channel,ars_elemental:main,orva_alarms:orva_alarms,backpacked:play] rejected vanilla connections [17:47:58] [Netty Client IO #9/ERROR]: Channels [supplementaries:channel,alexscaves:main_channel,ponder:main,calio:channel,bountiful:clipboard_copy,armoroftheages:config_sync,createdieselgenerators:main,forge:tier_sorting,bountiful:update_bounty_criteria,caelus:main,sereneseasons:main,kambrik:test_msg,musketmod:main,ritchiesprojectilelib:network,create:main,geckolib:main,moonlight:channel,bountiful:play_sound_on_client,citadel:main_channel,ic_air:main,securitycraft:securitycraft,iceandfire:main_channel,createbigcannons:network,origins:network,ad_astra:main,amendments:channel,curios:main,bountiful:select_bounty,framedblocks:main,glitchcore:config_sync,tfmg:main,apoli:channel,ars_elemental:main,orva_alarms:orva_alarms,backpacked:play] rejected vanilla connections [17:47:59] [Netty Client IO #12/ERROR]: Channels [supplementaries:channel,alexscaves:main_channel,ponder:main,calio:channel,bountiful:clipboard_copy,armoroftheages:config_sync,createdieselgenerators:main,forge:tier_sorting,bountiful:update_bounty_criteria,caelus:main,sereneseasons:main,kambrik:test_msg,musketmod:main,ritchiesprojectilelib:network,create:main,geckolib:main,moonlight:channel,bountiful:play_sound_on_client,citadel:main_channel,ic_air:main,securitycraft:securitycraft,iceandfire:main_channel,createbigcannons:network,origins:network,ad_astra:main,amendments:channel,curios:main,bountiful:select_bounty,framedblocks:main,glitchcore:config_sync,tfmg:main,apoli:channel,ars_elemental:main,orva_alarms:orva_alarms,backpacked:play] rejected vanilla connections [17:48:00] [Netty Client IO #15/ERROR]: Channels [supplementaries:channel,alexscaves:main_channel,ponder:main,calio:channel,bountiful:clipboard_copy,armoroftheages:config_sync,createdieselgenerators:main,forge:tier_sorting,bountiful:update_bounty_criteria,caelus:main,sereneseasons:main,kambrik:test_msg,musketmod:main,ritchiesprojectilelib:network,create:main,geckolib:main,moonlight:channel,bountiful:play_sound_on_client,citadel:main_channel,ic_air:main,securitycraft:securitycraft,iceandfire:main_channel,createbigcannons:network,origins:network,ad_astra:main,amendments:channel,curios:main,bountiful:select_bounty,framedblocks:main,glitchcore:config_sync,tfmg:main,apoli:channel,ars_elemental:main,orva_alarms:orva_alarms,backpacked:play] rejected vanilla connections [17:48:00] [Netty Client IO #14/ERROR]: Channels [supplementaries:channel,alexscaves:main_channel,ponder:main,calio:channel,bountiful:clipboard_copy,armoroftheages:config_sync,createdieselgenerators:main,forge:tier_sorting,bountiful:update_bounty_criteria,caelus:main,sereneseasons:main,kambrik:test_msg,musketmod:main,ritchiesprojectilelib:network,create:main,geckolib:main,moonlight:channel,bountiful:play_sound_on_client,citadel:main_channel,ic_air:main,securitycraft:securitycraft,iceandfire:main_channel,createbigcannons:network,origins:network,ad_astra:main,amendments:channel,curios:main,bountiful:select_bounty,framedblocks:main,glitchcore:config_sync,tfmg:main,apoli:channel,ars_elemental:main,orva_alarms:orva_alarms,backpacked:play] rejected vanilla connections [17:48:00] [Netty Client IO #13/ERROR]: Channels [supplementaries:channel,alexscaves:main_channel,ponder:main,calio:channel,bountiful:clipboard_copy,armoroftheages:config_sync,createdieselgenerators:main,forge:tier_sorting,bountiful:update_bounty_criteria,caelus:main,sereneseasons:main,kambrik:test_msg,musketmod:main,ritchiesprojectilelib:network,create:main,geckolib:main,moonlight:channel,bountiful:play_sound_on_client,citadel:main_channel,ic_air:main,securitycraft:securitycraft,iceandfire:main_channel,createbigcannons:network,origins:network,ad_astra:main,amendments:channel,curios:main,bountiful:select_bounty,framedblocks:main,glitchcore:config_sync,tfmg:main,apoli:channel,ars_elemental:main,orva_alarms:orva_alarms,backpacked:play] rejected vanilla connections [17:48:00] [Netty Client IO #1/INFO]: На сервере есть дополнительные моды, которые могут быть нужны на клиенте: [email protected] [17:48:00] [Netty Client IO #1/INFO]: Client has mods that are missing on server: [tlskincape, moonlight, krypton] [17:48:00] [Netty Client IO #0/ERROR]: Channels [supplementaries:channel,alexscaves:main_channel,ponder:main,calio:channel,bountiful:clipboard_copy,armoroftheages:config_sync,createdieselgenerators:main,forge:tier_sorting,bountiful:update_bounty_criteria,caelus:main,sereneseasons:main,kambrik:test_msg,musketmod:main,ritchiesprojectilelib:network,create:main,geckolib:main,moonlight:channel,bountiful:play_sound_on_client,citadel:main_channel,ic_air:main,securitycraft:securitycraft,iceandfire:main_channel,createbigcannons:network,origins:network,ad_astra:main,amendments:channel,curios:main,bountiful:select_bounty,framedblocks:main,glitchcore:config_sync,tfmg:main,apoli:channel,ars_elemental:main,orva_alarms:orva_alarms,backpacked:play] rejected vanilla connections [17:48:02] [Render thread/INFO]: Connecting to RoTop001.aternos.me, 25565 [17:48:02] [Netty Client IO #2/INFO]: CDRM Initialized with 16 registries [17:48:03] [Render thread/INFO]: Loading synced config from server: backpacked:server [17:48:06] [Render thread/INFO]: Injecting existing registry data into this CLIENT instance [17:48:06] [Render thread/INFO]: Registry minecraft:item: Found a missing id from the world supplementaries:ars_nouveau/sign_post_blue_archwood [17:48:12] [Netty Client IO #2/INFO]: Reloading server config for hangglider [17:48:13] [Netty Client IO #2/INFO]: Connected to a modded server. [17:48:13] [Render thread/INFO]: New world map session initialized! [17:48:13] [Render thread/INFO]: New Xaero hud session initialized! [17:48:14] [Render thread/INFO]: JEI StartEventObserver received class net.minecraftforge.client.event.ClientPlayerNetworkEvent$LoggingIn [17:48:14] [Render thread/INFO]: JEI StartEventObserver transitioning state from DISABLED to ENABLED [17:48:14] [Render thread/INFO]: [voicechat] Sending secret request to the server [17:48:14] [Render thread/INFO]: Started 2 worker threads [17:48:14] [Render thread/INFO]: CDRM Initialized with 16 registries [17:48:14] [Render thread/INFO]: Synced Flute Songs [17:48:14] [Render thread/INFO]: Synced Captured Mobs settings [17:48:14] [Render thread/INFO]: Synced Globe data [17:48:14] [Render thread/INFO]: Synced Hourglass data [17:48:14] [Render thread/INFO]: Starting sync for enchanting_stats [17:48:14] [Render thread/INFO]: Registered 34 enchanting_stats. [17:48:14] [Render thread/INFO]: Starting sync for rarities [17:48:14] [Render thread/INFO]: Registered 6 rarities. [17:48:14] [Render thread/INFO]: Starting sync for affixes [17:48:14] [Render thread/INFO]: Registered 81 affixes. [17:48:14] [Render thread/WARN]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:mythic for category helmetRequired: 3; Provided: 2 [17:48:14] [Render thread/WARN]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:mythic for category bootsRequired: 3; Provided: 2 [17:48:14] [Render thread/WARN]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:ancient for category bowRequired: 5; Provided: 4 [17:48:14] [Render thread/WARN]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:ancient for category crossbowRequired: 5; Provided: 4 [17:48:14] [Render thread/WARN]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:ancient for category pickaxeRequired: 5; Provided: 4 [17:48:14] [Render thread/WARN]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:ancient for category shovelRequired: 5; Provided: 4 [17:48:14] [Render thread/WARN]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:ancient for category shieldRequired: 5; Provided: 4 [17:48:14] [Render thread/WARN]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:ancient for category helmetRequired: 4; Provided: 2 [17:48:14] [Render thread/WARN]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:ancient for category bootsRequired: 4; Provided: 2 [17:48:14] [Render thread/INFO]: Starting sync for gems [17:48:14] [Render thread/INFO]: Registered 19 gems. [17:48:14] [Render thread/INFO]: Reloading radar icon resources... [17:48:14] [Render thread/INFO]: Reloaded radar icon resources! [17:48:14] [Netty Client IO #2/WARN]: Your custom tfmg:casting recipe (tfmg:casting/slag_block) specified a duration. Durations have no impact on this type of recipe. [17:48:14] [Netty Client IO #2/WARN]: Your custom create:pressing recipe (tfmg:pressing/nickel_ingot) specified a duration. Durations have no impact on this type of recipe. [17:48:14] [Netty Client IO #2/WARN]: Your custom tfmg:casting recipe (tfmg:casting/steel) specified a duration. Durations have no impact on this type of recipe. [17:48:14] [Netty Client IO #2/WARN]: Your custom tfmg:vat_machine_recipe recipe (tfmg:vat_machine_recipe/naphtha) specified a heat condition. Heat conditions have no impact on this type of recipe. [17:48:14] [Netty Client IO #2/WARN]: Your custom tfmg:vat_machine_recipe recipe (tfmg:vat_machine_recipe/rubber) specified a heat condition. Heat conditions have no impact on this type of recipe. [17:48:14] [Netty Client IO #2/WARN]: Your custom tfmg:winding recipe (tfmg:sequenced_assembly/motor_step_0) specified a duration. Durations have no impact on this type of recipe. [17:48:14] [Netty Client IO #2/WARN]: Your custom tfmg:vat_machine_recipe recipe (tfmg:vat_machine_recipe/neon) specified a duration. Durations have no impact on this type of recipe. [17:48:14] [Netty Client IO #2/WARN]: Your custom tfmg:industrial_blasting recipe (tfmg:industrial_blasting/steel_from_dust) specified a duration. Durations have no impact on this type of recipe. [17:48:14] [Netty Client IO #2/WARN]: Your custom tfmg:vat_machine_recipe recipe (tfmg:vat_machine_recipe/plastic_from_propylene) specified a heat condition. Heat conditions have no impact on this type of recipe. [17:48:14] [Netty Client IO #2/WARN]: Your custom tfmg:winding recipe (tfmg:winding/resistor) specified a duration. Durations have no impact on this type of recipe. [17:48:14] [Netty Client IO #2/WARN]: Your custom tfmg:winding recipe (tfmg:sequenced_assembly/potentiometer_step_0) specified a duration. Durations have no impact on this type of recipe. [17:48:14] [Netty Client IO #2/WARN]: Your custom tfmg:hot_blast recipe (tfmg:hot_blast/hot_air) specified a duration. Durations have no impact on this type of recipe. [17:48:14] [Netty Client IO #2/WARN]: Your custom tfmg:vat_machine_recipe recipe (tfmg:vat_machine_recipe/plastic_from_ethylene) specified a heat condition. Heat conditions have no impact on this type of recipe. [17:48:14] [Netty Client IO #2/WARN]: Your custom create:pressing recipe (tfmg:pressing/synthetic_leather) specified a duration. Durations have no impact on this type of recipe. [17:48:14] [Netty Client IO #2/WARN]: Your custom tfmg:industrial_blasting recipe (tfmg:industrial_blasting/steel) specified a duration. Durations have no impact on this type of recipe. [17:48:15] [Netty Client IO #2/WARN]: Your custom tfmg:winding recipe (tfmg:sequenced_assembly/generator_step_2) specified a duration. Durations have no impact on this type of recipe. [17:48:15] [Netty Client IO #2/WARN]: Your custom tfmg:casting recipe (tfmg:casting/plastic_sheet) specified a duration. Durations have no impact on this type of recipe. [17:48:15] [Netty Client IO #2/WARN]: Your custom tfmg:winding recipe (tfmg:winding/electromagnetic_coil) specified a duration. Durations have no impact on this type of recipe. [17:48:15] [Netty Client IO #2/WARN]: Your custom create:pressing recipe (tfmg:pressing/aluminum_ingot) specified a duration. Durations have no impact on this type of recipe. [17:48:15] [Netty Client IO #2/WARN]: Your custom tfmg:vat_machine_recipe recipe (tfmg:vat_machine_recipe/arc_furnace_steel) specified a duration. Durations have no impact on this type of recipe. [17:48:15] [Netty Client IO #2/WARN]: Your custom tfmg:coking recipe (tfmg:coking/coal) specified a duration. Durations have no impact on this type of recipe. [17:48:15] [Netty Client IO #2/WARN]: Your custom tfmg:industrial_blasting recipe (tfmg:industrial_blasting/silicon) specified a duration. Durations have no impact on this type of recipe. [17:48:15] [Netty Client IO #2/WARN]: Your custom tfmg:coking recipe (tfmg:coking/charcoal) specified a duration. Durations have no impact on this type of recipe. [17:48:15] [Netty Client IO #2/WARN]: Your custom tfmg:vat_machine_recipe recipe (tfmg:vat_machine_recipe/aluminum) specified a duration. Durations have no impact on this type of recipe. [17:48:15] [Netty Client IO #2/WARN]: Your custom tfmg:vat_machine_recipe recipe (tfmg:vat_machine_recipe/aluminum) specified a heat condition. Heat conditions have no impact on this type of recipe. [17:48:15] [Netty Client IO #2/WARN]: Your custom tfmg:vat_machine_recipe recipe (tfmg:vat_machine_recipe/etched_circuit_board) specified a duration. Durations have no impact on this type of recipe. [17:48:15] [Netty Client IO #2/WARN]: Your custom create:pressing recipe (tfmg:pressing/lead_ingot) specified a duration. Durations have no impact on this type of recipe. [17:48:15] [Netty Client IO #2/WARN]: Your custom create:pressing recipe (tfmg:pressing/cast_iron_ingot) specified a duration. Durations have no impact on this type of recipe. [17:48:15] [Netty Client IO #2/WARN]: Your custom tfmg:casting recipe (tfmg:casting/silicon) specified a duration. Durations have no impact on this type of recipe. [17:48:15] [Netty Client IO #2/WARN]: Your custom tfmg:casting recipe (tfmg:casting/cinderblock) specified a duration. Durations have no impact on this type of recipe. [17:48:15] [Netty Client IO #2/WARN]: Your custom tfmg:industrial_blasting recipe (tfmg:industrial_blasting/steel_from_raw_iron) specified a duration. Durations have no impact on this type of recipe. [17:48:15] [Render thread/WARN]: Unknown recipe category: apotheosis:fletching/apotheosis:fletching/broadhead_arrow [17:48:15] [Render thread/WARN]: Unknown recipe category: apotheosis:fletching/apotheosis:fletching/arrow [17:48:15] [Render thread/WARN]: Unknown recipe category: brewery:drying/brewery:dried_wheat [17:48:15] [Render thread/WARN]: Unknown recipe category: apotheosis:fletching/apotheosis:fletching/explosive_arrow [17:48:15] [Render thread/ERROR]: Somehow changed an item type into itself. How? Target mat minecraft:oak, destination map minecraft:oak, item oak_planks [17:48:15] [Render thread/ERROR]: Somehow changed an item type into itself. How? Target mat minecraft:oak, destination map minecraft:oak, item oak_planks [17:48:15] [Render thread/ERROR]: Somehow changed an item type into itself. How? Target mat minecraft:oak, destination map minecraft:oak, item oak_planks [17:48:15] [Render thread/WARN]: Unknown recipe category: brewery:drying/brewery:dried_corn [17:48:15] [Render thread/WARN]: Unknown recipe category: brewery:drying/brewery:dried_barley [17:48:15] [Render thread/WARN]: Unknown recipe category: apotheosis:fletching/apotheosis:fletching/diamond_mining_arrow [17:48:15] [Render thread/WARN]: Unknown recipe category: apotheosis:fletching/apotheosis:fletching/spectral_arrow [17:48:15] [Render thread/WARN]: Unknown recipe category: apotheosis:fletching/apotheosis:fletching/obsidian_arrow [17:48:15] [Render thread/WARN]: Unknown recipe category: apotheosis:fletching/apotheosis:fletching/iron_mining_arrow [17:48:17] [Render thread/INFO]: JEI StartEventObserver received class net.minecraftforge.client.event.RecipesUpdatedEvent [17:48:21] [Render thread/INFO]: Took 9,4521 ms to reload cauldron interactions [17:48:21] [Render thread/INFO]: JEI StartEventObserver received class net.minecraftforge.event.TagsUpdatedEvent [17:48:21] [Render thread/INFO]: JEI StartEventObserver transitioning state from ENABLED to JEI_STARTED [17:48:21] [Render thread/INFO]: Starting JEI... [17:48:21] [Render thread/INFO]: Registering item subtypes... [17:48:21] [Render thread/INFO]: Registering item subtypes took 12.39 ms [17:48:21] [Render thread/INFO]: Registering fluid subtypes... [17:48:21] [Render thread/INFO]: Registering fluid subtypes took 1.348 ms [17:48:21] [Render thread/INFO]: Registering ingredients... [17:48:21] [Render thread/WARN]: Item Group has no display items and no search tab display items. Items from this group will be missing from the JEI ingredient list. Инструменты оператора [17:48:21] [Render thread/WARN]: Found a broken ingredient 1 air BlockItem(supplementaries:sign_post_wall) java.lang.IllegalStateException: Item has no registry name: 1 air BlockItem(supplementaries:sign_post_wall)     at mezz.jei.common.util.StackHelper.lambda$getRegistryNameForStack$0(StackHelper.java:65) ~[jei-1.20.1-forge-15.20.0.112.jar%23284!/:15.20.0.112]     at java.util.Optional.orElseThrow(Optional.java:403) ~[?:?]     at mezz.jei.common.util.StackHelper.getRegistryNameForStack(StackHelper.java:63) ~[jei-1.20.1-forge-15.20.0.112.jar%23284!/:15.20.0.112]     at mezz.jei.common.util.StackHelper.getUniqueIdentifierForStack(StackHelper.java:43) ~[jei-1.20.1-forge-15.20.0.112.jar%23284!/:15.20.0.112]     at mezz.jei.library.plugins.vanilla.ingredients.ItemStackHelper.getUniqueId(ItemStackHelper.java:69) ~[jei-1.20.1-forge-15.20.0.112.jar%23284!/:15.20.0.112]     at mezz.jei.library.plugins.vanilla.ingredients.ItemStackHelper.getUniqueId(ItemStackHelper.java:36) ~[jei-1.20.1-forge-15.20.0.112.jar%23284!/:15.20.0.112]     at mezz.jei.library.ingredients.IngredientSet.getUid(IngredientSet.java:34) ~[jei-1.20.1-forge-15.20.0.112.jar%23284!/:15.20.0.112]     at mezz.jei.library.ingredients.IngredientSet.add(IngredientSet.java:48) ~[jei-1.20.1-forge-15.20.0.112.jar%23284!/:15.20.0.112]     at java.util.AbstractCollection.addAll(AbstractCollection.java:336) ~[?:?]     at mezz.jei.library.ingredients.IngredientInfo.<init>(IngredientInfo.java:27) ~[jei-1.20.1-forge-15.20.0.112.jar%23284!/:15.20.0.112]     at mezz.jei.library.load.registration.IngredientManagerBuilder.register(IngredientManagerBuilder.java:50) ~[jei-1.20.1-forge-15.20.0.112.jar%23284!/:15.20.0.112]     at mezz.jei.library.plugins.vanilla.VanillaPlugin.registerIngredients(VanillaPlugin.java:172) ~[jei-1.20.1-forge-15.20.0.112.jar%23284!/:15.20.0.112]     at mezz.jei.library.load.PluginLoader.lambda$registerIngredients$2(PluginLoader.java:79) ~[jei-1.20.1-forge-15.20.0.112.jar%23284!/:15.20.0.112]     at mezz.jei.library.load.PluginCaller.callOnPlugins(PluginCaller.java:25) ~[jei-1.20.1-forge-15.20.0.112.jar%23284!/:15.20.0.112]     at mezz.jei.library.load.PluginLoader.registerIngredients(PluginLoader.java:79) ~[jei-1.20.1-forge-15.20.0.112.jar%23284!/:15.20.0.112]     at mezz.jei.library.startup.JeiStarter.start(JeiStarter.java:106) ~[jei-1.20.1-forge-15.20.0.112.jar%23284!/:15.20.0.112]     at mezz.jei.forge.startup.StartEventObserver.transitionState(StartEventObserver.java:130) ~[jei-1.20.1-forge-15.20.0.112.jar%23284!/:15.20.0.112]     at mezz.jei.forge.startup.StartEventObserver.onEvent(StartEventObserver.java:98) ~[jei-1.20.1-forge-15.20.0.112.jar%23284!/:15.20.0.112]     at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:260) ~[eventbus-6.0.5.jar%2387!/:?]     at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:252) ~[eventbus-6.0.5.jar%2387!/:?]     at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.5.jar%2387!/:?]     at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.5.jar%2387!/:?]     at net.minecraft.client.multiplayer.ClientPacketListener.m_5859_(ClientPacketListener.java:1451) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.network.protocol.game.ClientboundUpdateTagsPacket.m_5797_(ClientboundUpdateTagsPacket.java:35) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.network.protocol.game.ClientboundUpdateTagsPacket.m_5797_(ClientboundUpdateTagsPacket.java:11) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.network.protocol.PacketUtils.m_263899_(PacketUtils.java:22) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.util.thread.BlockableEventLoop.m_6367_(BlockableEventLoop.java:156) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.util.thread.ReentrantBlockableEventLoop.m_6367_(ReentrantBlockableEventLoop.java:23) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.util.thread.BlockableEventLoop.m_7245_(BlockableEventLoop.java:130) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.util.thread.BlockableEventLoop.m_18699_(BlockableEventLoop.java:115) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1106) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.main.Main.main(Main.java:218) ~[Forge%201.20.1.jar:?]     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:569) ~[?:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.4.0.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] [17:48:21] [Render thread/INFO]: Registering ingredients: jei:minecraft took 191.5 milliseconds [17:48:21] [Render thread/INFO]: Registering ingredients took 192.0 ms [17:48:21] [Render thread/INFO]: Registering extra ingredients... [17:48:21] [Render thread/INFO]: Registering extra ingredients took 3.070 ms [17:48:21] [Render thread/INFO]: Registering search ingredient aliases... [17:48:21] [Render thread/INFO]: Registering search ingredient aliases took 488.0 ?s [17:48:21] [Render thread/INFO]: Registering categories... [17:48:21] [Render thread/INFO]: Registering categories: jei:minecraft took 18.43 milliseconds [17:48:21] [Render thread/INFO]: Registering categories: createdieselgenerators:jei_plugin took 24.69 milliseconds [17:48:21] [Render thread/INFO]: Registering categories: create:jei_plugin took 28.88 milliseconds [17:48:21] [Render thread/INFO]: Registering categories took 128.5 ms [17:48:21] [Render thread/INFO]: Registering vanilla category extensions... [17:48:21] [Render thread/INFO]: Registering vanilla category extensions took 3.496 ms [17:48:21] [Render thread/INFO]: Registering recipe catalysts... [17:48:21] [Render thread/INFO]: Registering recipe catalysts took 2.441 ms [17:48:21] [Render thread/INFO]: Building recipe registry... [17:48:21] [Render thread/INFO]: Building recipe registry took 20.17 ms [17:48:21] [Render thread/INFO]: Registering advanced plugins... [17:48:21] [Render thread/INFO]: Registering advanced plugins took 268.1 ?s [17:48:21] [Render thread/INFO]: Registering recipes... [17:48:22] [Render thread/INFO]: Registering recipes: jei:minecraft took 1.015 seconds [17:48:22] [Render thread/INFO]: Registering recipes: apotheosis:adventure_module took 23.48 milliseconds [17:48:22] [Render thread/INFO]: Registering recipes: farmersdelight:jei_plugin took 11.31 milliseconds [17:48:22] [Render thread/INFO]: Registering recipes: ars_nouveau:main took 20.95 milliseconds [17:48:22] [Render thread/INFO]: Registering recipes: securitycraft:securitycraft took 14.90 milliseconds [17:48:22] [Render thread/INFO]: Registering recipes: createbigcannons:jei_plugin took 27.48 milliseconds [17:48:22] [Render thread/INFO]: Registering recipes: create:jei_plugin took 320.4 milliseconds [17:48:23] [Render thread/INFO]: Registering recipes: supplementaries:jei_plugin took 14.23 milliseconds [17:48:23] [Render thread/INFO]: Registering recipes: framedblocks:jei_plugin took 225.5 milliseconds [17:48:23] [Render thread/INFO]: Registering recipes took 1.719 s [17:48:23] [Render thread/INFO]: Registering recipes transfer handlers... [17:48:23] [Render thread/INFO]: Registering recipes transfer handlers took 7.198 ms [17:48:23] [Render thread/INFO]: Building runtime... [17:48:23] [Render thread/INFO]: Registering gui handlers... [17:48:23] [Render thread/INFO]: Registering gui handlers took 12.47 ms [17:48:23] [Render thread/INFO]: Registering Runtime... [17:48:23] [Render thread/INFO]: Starting JEI GUI [17:48:23] [Render thread/INFO]: Building ingredient list... [17:48:23] [Render thread/INFO]: Building ingredient list took 105.8 ms [17:48:23] [Render thread/INFO]: Building ingredient filter... [17:48:23] [Render thread/INFO]: Adding 8500 ingredients [17:48:25] [Render thread/INFO]: Added 8500 ingredients [17:48:25] [Render thread/INFO]: Building ingredient filter took 2.001 s [17:48:25] [Render thread/INFO]: Registering Runtime: jei:forge_gui took 2.199 seconds [17:48:25] [Render thread/INFO]: Registering Runtime took 2.200 s [17:48:25] [Render thread/INFO]: Building runtime took 2.219 s [17:48:25] [Render thread/INFO]: Sending Runtime... [17:48:25] [Render thread/INFO]: Sending Runtime took 990.4 ?s [17:48:25] [Render thread/INFO]: Starting JEI took 4.359 s [17:48:25] [Render thread/INFO]: Finished additional setup in 0 ms [17:48:25] [Render thread/INFO]: Minimap updated server level id: -771711666 for world ResourceKey[minecraft:dimension / minecraft:overworld] [17:48:25] [Render thread/INFO]: [System] [CHAT] If you need help with Orva Alarms Press "P" (If not changed) [17:48:25] [Render thread/INFO]: Synced moonlight-common.toml configs [17:48:25] [Render thread/INFO]: [System] [CHAT] [SecurityCraft] Спасибо за использование SecurityCraft v1.10.0.1! Совет: Если вам нравится SecurityCraft, пожалуйста, подумайте о поддержке нас на Patreon! Вы можете работать с нами, чтобы внести функцию вашего выбора в мод. https://www.patreon.com/Geforce [17:48:25] [Render thread/INFO]: Synced supplementaries-common.toml configs [17:48:25] [Render thread/INFO]: Synced amendments-common.toml configs [17:48:25] [Render thread/INFO]: Loaded 2335 advancements [17:48:25] [pool-27-thread-1/INFO]: check internet connection https://auth.tlauncher.org/skin/api/check.bin timeout 1500 ms [17:48:26] [pool-27-thread-1/INFO]: passed auth.tlauncher.org within 599 ms [17:48:26] [pool-26-thread-1/INFO]: do head request -> https://auth.tlauncher.org/skin/v1/profile/texture/login/smivi RequestMetadata(lastModified=null, eTag=W/fe7f6abba165757da62610990758e66b, sha1=c372829d53fc14333ba140f3c6d015e400515aad) local file C:\Users\Admin\AppData\Roaming\.minecraft\cache\https_auth.tlauncher.org\skin\v1\profile\texture\login\smivi [17:48:27] [pool-26-thread-1/INFO]: do head request -> https://auth.tlauncher.org/skin/fileservice/skins/skin_smivi.png RequestMetadata(lastModified=null, eTag=267d6f332fcc284c160747f2bd22f533, sha1=bc7eb7fd5cb16e4729dd96263441cc07c1df4204) local file C:\Users\Admin\AppData\Roaming\.minecraft\cache\https_auth.tlauncher.org\skin\fileservice\skins\skin_smivi.png [17:48:30] [Render thread/INFO]: [voicechat] Received secret [17:48:30] [Render thread/INFO]: [voicechat] Connecting to voice chat server: '185.107.193.54:63033' [17:48:30] [VoiceChatAuthenticationThread/INFO]: [voicechat] Trying to authenticate voice chat connection [17:48:30] [VoiceChatConnectionThread/INFO]: [voicechat] Server acknowledged authentication [17:48:30] [Render thread/ERROR]: Error rendering overlay 'create:goggle_info' java.lang.ClassCastException: class net.minecraft.world.phys.EntityHitResult cannot be cast to class net.minecraft.world.phys.BlockHitResult (net.minecraft.world.phys.EntityHitResult and net.minecraft.world.phys.BlockHitResult are in module [email protected] of loader 'TRANSFORMER' @1be8c122)     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.handler$chj000$renderOverlay(GoggleOverlayRenderer.java:1066) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.renderOverlay(GoggleOverlayRenderer.java) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at net.minecraftforge.client.gui.overlay.ForgeGui.lambda$render$0(ForgeGui.java:126) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at com.google.common.collect.ImmutableList.forEach(ImmutableList.java:422) ~[guava-31.1-jre.jar%23109!/:?]     at net.minecraftforge.client.gui.overlay.ForgeGui.m_280421_(ForgeGui.java:121) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:945) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.main.Main.main(Main.java:218) ~[Forge%201.20.1.jar:?]     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:569) ~[?:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.4.0.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] [17:48:31] [VoiceChatAuthenticationThread/INFO]: [voicechat] Trying to validate voice chat connection [17:48:31] [VoiceChatConnectionThread/INFO]: [voicechat] Server acknowledged connection check [17:48:32] [Render thread/INFO]: Exception when loading ars_nouveau:light_block texture, using material colour. [17:48:32] [Render thread/INFO]: Black texture 16 [17:48:32] [Render thread/ERROR]: Error rendering overlay 'create:goggle_info' java.lang.ClassCastException: class net.minecraft.world.phys.EntityHitResult cannot be cast to class net.minecraft.world.phys.BlockHitResult (net.minecraft.world.phys.EntityHitResult and net.minecraft.world.phys.BlockHitResult are in module [email protected] of loader 'TRANSFORMER' @1be8c122)     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.handler$chj000$renderOverlay(GoggleOverlayRenderer.java:1066) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.renderOverlay(GoggleOverlayRenderer.java) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at net.minecraftforge.client.gui.overlay.ForgeGui.lambda$render$0(ForgeGui.java:126) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at com.google.common.collect.ImmutableList.forEach(ImmutableList.java:422) ~[guava-31.1-jre.jar%23109!/:?]     at net.minecraftforge.client.gui.overlay.ForgeGui.m_280421_(ForgeGui.java:121) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:945) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.main.Main.main(Main.java:218) ~[Forge%201.20.1.jar:?]     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:569) ~[?:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.4.0.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] [17:48:32] [Render thread/ERROR]: Error rendering overlay 'create:goggle_info' java.lang.ClassCastException: class net.minecraft.world.phys.EntityHitResult cannot be cast to class net.minecraft.world.phys.BlockHitResult (net.minecraft.world.phys.EntityHitResult and net.minecraft.world.phys.BlockHitResult are in module [email protected] of loader 'TRANSFORMER' @1be8c122)     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.handler$chj000$renderOverlay(GoggleOverlayRenderer.java:1066) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.renderOverlay(GoggleOverlayRenderer.java) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at net.minecraftforge.client.gui.overlay.ForgeGui.lambda$render$0(ForgeGui.java:126) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at com.google.common.collect.ImmutableList.forEach(ImmutableList.java:422) ~[guava-31.1-jre.jar%23109!/:?]     at net.minecraftforge.client.gui.overlay.ForgeGui.m_280421_(ForgeGui.java:121) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:945) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.main.Main.main(Main.java:218) ~[Forge%201.20.1.jar:?]     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:569) ~[?:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.4.0.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] [17:48:32] [Render thread/ERROR]: Error rendering overlay 'create:goggle_info' java.lang.ClassCastException: class net.minecraft.world.phys.EntityHitResult cannot be cast to class net.minecraft.world.phys.BlockHitResult (net.minecraft.world.phys.EntityHitResult and net.minecraft.world.phys.BlockHitResult are in module [email protected] of loader 'TRANSFORMER' @1be8c122)     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.handler$chj000$renderOverlay(GoggleOverlayRenderer.java:1066) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.renderOverlay(GoggleOverlayRenderer.java) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at net.minecraftforge.client.gui.overlay.ForgeGui.lambda$render$0(ForgeGui.java:126) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at com.google.common.collect.ImmutableList.forEach(ImmutableList.java:422) ~[guava-31.1-jre.jar%23109!/:?]     at net.minecraftforge.client.gui.overlay.ForgeGui.m_280421_(ForgeGui.java:121) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:945) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.main.Main.main(Main.java:218) ~[Forge%201.20.1.jar:?]     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:569) ~[?:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.4.0.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] [17:48:32] [Render thread/ERROR]: Error rendering overlay 'create:goggle_info' java.lang.ClassCastException: class net.minecraft.world.phys.EntityHitResult cannot be cast to class net.minecraft.world.phys.BlockHitResult (net.minecraft.world.phys.EntityHitResult and net.minecraft.world.phys.BlockHitResult are in module [email protected] of loader 'TRANSFORMER' @1be8c122)     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.handler$chj000$renderOverlay(GoggleOverlayRenderer.java:1066) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.renderOverlay(GoggleOverlayRenderer.java) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at net.minecraftforge.client.gui.overlay.ForgeGui.lambda$render$0(ForgeGui.java:126) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at com.google.common.collect.ImmutableList.forEach(ImmutableList.java:422) ~[guava-31.1-jre.jar%23109!/:?]     at net.minecraftforge.client.gui.overlay.ForgeGui.m_280421_(ForgeGui.java:121) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:945) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.main.Main.main(Main.java:218) ~[Forge%201.20.1.jar:?]     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:569) ~[?:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.4.0.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] [17:48:32] [Render thread/ERROR]: Error rendering overlay 'create:goggle_info' java.lang.ClassCastException: class net.minecraft.world.phys.EntityHitResult cannot be cast to class net.minecraft.world.phys.BlockHitResult (net.minecraft.world.phys.EntityHitResult and net.minecraft.world.phys.BlockHitResult are in module [email protected] of loader 'TRANSFORMER' @1be8c122)     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.handler$chj000$renderOverlay(GoggleOverlayRenderer.java:1066) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.renderOverlay(GoggleOverlayRenderer.java) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at net.minecraftforge.client.gui.overlay.ForgeGui.lambda$render$0(ForgeGui.java:126) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at com.google.common.collect.ImmutableList.forEach(ImmutableList.java:422) ~[guava-31.1-jre.jar%23109!/:?]     at net.minecraftforge.client.gui.overlay.ForgeGui.m_280421_(ForgeGui.java:121) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:945) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.main.Main.main(Main.java:218) ~[Forge%201.20.1.jar:?]     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:569) ~[?:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.4.0.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] [17:48:32] [Render thread/ERROR]: Error rendering overlay 'create:goggle_info' java.lang.ClassCastException: class net.minecraft.world.phys.EntityHitResult cannot be cast to class net.minecraft.world.phys.BlockHitResult (net.minecraft.world.phys.EntityHitResult and net.minecraft.world.phys.BlockHitResult are in module [email protected] of loader 'TRANSFORMER' @1be8c122)     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.handler$chj000$renderOverlay(GoggleOverlayRenderer.java:1066) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.renderOverlay(GoggleOverlayRenderer.java) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at net.minecraftforge.client.gui.overlay.ForgeGui.lambda$render$0(ForgeGui.java:126) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at com.google.common.collect.ImmutableList.forEach(ImmutableList.java:422) ~[guava-31.1-jre.jar%23109!/:?]     at net.minecraftforge.client.gui.overlay.ForgeGui.m_280421_(ForgeGui.java:121) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:945) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.main.Main.main(Main.java:218) ~[Forge%201.20.1.jar:?]     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:569) ~[?:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.4.0.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] [17:48:32] [Render thread/ERROR]: Error rendering overlay 'create:goggle_info' java.lang.ClassCastException: class net.minecraft.world.phys.EntityHitResult cannot be cast to class net.minecraft.world.phys.BlockHitResult (net.minecraft.world.phys.EntityHitResult and net.minecraft.world.phys.BlockHitResult are in module [email protected] of loader 'TRANSFORMER' @1be8c122)     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.handler$chj000$renderOverlay(GoggleOverlayRenderer.java:1066) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.renderOverlay(GoggleOverlayRenderer.java) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at net.minecraftforge.client.gui.overlay.ForgeGui.lambda$render$0(ForgeGui.java:126) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at com.google.common.collect.ImmutableList.forEach(ImmutableList.java:422) ~[guava-31.1-jre.jar%23109!/:?]     at net.minecraftforge.client.gui.overlay.ForgeGui.m_280421_(ForgeGui.java:121) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:945) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.main.Main.main(Main.java:218) ~[Forge%201.20.1.jar:?]     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:569) ~[?:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.4.0.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] [17:48:32] [Render thread/ERROR]: Error rendering overlay 'create:goggle_info' java.lang.ClassCastException: class net.minecraft.world.phys.EntityHitResult cannot be cast to class net.minecraft.world.phys.BlockHitResult (net.minecraft.world.phys.EntityHitResult and net.minecraft.world.phys.BlockHitResult are in module [email protected] of loader 'TRANSFORMER' @1be8c122)     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.handler$chj000$renderOverlay(GoggleOverlayRenderer.java:1066) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.renderOverlay(GoggleOverlayRenderer.java) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at net.minecraftforge.client.gui.overlay.ForgeGui.lambda$render$0(ForgeGui.java:126) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at com.google.common.collect.ImmutableList.forEach(ImmutableList.java:422) ~[guava-31.1-jre.jar%23109!/:?]     at net.minecraftforge.client.gui.overlay.ForgeGui.m_280421_(ForgeGui.java:121) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:945) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.main.Main.main(Main.java:218) ~[Forge%201.20.1.jar:?]     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:569) ~[?:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.4.0.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] [17:48:32] [Render thread/ERROR]: Error rendering overlay 'create:goggle_info' java.lang.ClassCastException: class net.minecraft.world.phys.EntityHitResult cannot be cast to class net.minecraft.world.phys.BlockHitResult (net.minecraft.world.phys.EntityHitResult and net.minecraft.world.phys.BlockHitResult are in module [email protected] of loader 'TRANSFORMER' @1be8c122)     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.handler$chj000$renderOverlay(GoggleOverlayRenderer.java:1066) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.renderOverlay(GoggleOverlayRenderer.java) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at net.minecraftforge.client.gui.overlay.ForgeGui.lambda$render$0(ForgeGui.java:126) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at com.google.common.collect.ImmutableList.forEach(ImmutableList.java:422) ~[guava-31.1-jre.jar%23109!/:?]     at net.minecraftforge.client.gui.overlay.ForgeGui.m_280421_(ForgeGui.java:121) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:945) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.main.Main.main(Main.java:218) ~[Forge%201.20.1.jar:?]     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:569) ~[?:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.4.0.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] [17:48:32] [Render thread/ERROR]: Error rendering overlay 'create:goggle_info' java.lang.ClassCastException: class net.minecraft.world.phys.EntityHitResult cannot be cast to class net.minecraft.world.phys.BlockHitResult (net.minecraft.world.phys.EntityHitResult and net.minecraft.world.phys.BlockHitResult are in module [email protected] of loader 'TRANSFORMER' @1be8c122)     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.handler$chj000$renderOverlay(GoggleOverlayRenderer.java:1066) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.renderOverlay(GoggleOverlayRenderer.java) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at net.minecraftforge.client.gui.overlay.ForgeGui.lambda$render$0(ForgeGui.java:126) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at com.google.common.collect.ImmutableList.forEach(ImmutableList.java:422) ~[guava-31.1-jre.jar%23109!/:?]     at net.minecraftforge.client.gui.overlay.ForgeGui.m_280421_(ForgeGui.java:121) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:945) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.main.Main.main(Main.java:218) ~[Forge%201.20.1.jar:?]     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:569) ~[?:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.4.0.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] [17:48:32] [Render thread/ERROR]: Error rendering overlay 'create:goggle_info' java.lang.ClassCastException: class net.minecraft.world.phys.EntityHitResult cannot be cast to class net.minecraft.world.phys.BlockHitResult (net.minecraft.world.phys.EntityHitResult and net.minecraft.world.phys.BlockHitResult are in module [email protected] of loader 'TRANSFORMER' @1be8c122)     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.handler$chj000$renderOverlay(GoggleOverlayRenderer.java:1066) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.renderOverlay(GoggleOverlayRenderer.java) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at net.minecraftforge.client.gui.overlay.ForgeGui.lambda$render$0(ForgeGui.java:126) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at com.google.common.collect.ImmutableList.forEach(ImmutableList.java:422) ~[guava-31.1-jre.jar%23109!/:?]     at net.minecraftforge.client.gui.overlay.ForgeGui.m_280421_(ForgeGui.java:121) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:945) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.main.Main.main(Main.java:218) ~[Forge%201.20.1.jar:?]     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:569) ~[?:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.4.0.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] [17:48:32] [Render thread/ERROR]: Error rendering overlay 'create:goggle_info' java.lang.ClassCastException: class net.minecraft.world.phys.EntityHitResult cannot be cast to class net.minecraft.world.phys.BlockHitResult (net.minecraft.world.phys.EntityHitResult and net.minecraft.world.phys.BlockHitResult are in module [email protected] of loader 'TRANSFORMER' @1be8c122)     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.handler$chj000$renderOverlay(GoggleOverlayRenderer.java:1066) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.renderOverlay(GoggleOverlayRenderer.java) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at net.minecraftforge.client.gui.overlay.ForgeGui.lambda$render$0(ForgeGui.java:126) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at com.google.common.collect.ImmutableList.forEach(ImmutableList.java:422) ~[guava-31.1-jre.jar%23109!/:?]     at net.minecraftforge.client.gui.overlay.ForgeGui.m_280421_(ForgeGui.java:121) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:945) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.main.Main.main(Main.java:218) ~[Forge%201.20.1.jar:?]     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:569) ~[?:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.4.0.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] [17:48:33] [Render thread/INFO]: calculated cape performance:TEXTURE_272, middle time: 1.1666666666666667 [17:48:34] [Render thread/INFO]: can use texture size:TEXTURE_272, middle time: 1.0 [17:48:49] [Render thread/INFO]: [System] [CHAT] smivi разбился насмерть [17:48:52] [Render thread/INFO]: Minimap updated server level id: -771711666 for world ResourceKey[minecraft:dimension / minecraft:overworld] [17:48:52] [Render thread/ERROR]: Error executing task on Client java.util.ConcurrentModificationException: null     at java.util.HashMap$Values.forEach(HashMap.java:1068) ~[?:?]     at net.minecraft.world.level.chunk.LevelChunk.m_187957_(LevelChunk.java:576) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.world.level.chunk.LevelChunk.m_187971_(LevelChunk.java:449) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.multiplayer.ClientChunkCache.m_194116_(ClientChunkCache.java:115) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.multiplayer.ClientPacketListener.m_194198_(ClientPacketListener.java:714) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.multiplayer.ClientPacketListener.m_183388_(ClientPacketListener.java:678) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.network.protocol.game.ClientboundLevelChunkWithLightPacket.m_5797_(ClientboundLevelChunkWithLightPacket.java:45) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.network.protocol.game.ClientboundLevelChunkWithLightPacket.m_5797_(ClientboundLevelChunkWithLightPacket.java:12) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.network.protocol.PacketUtils.m_263899_(PacketUtils.java:22) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.util.thread.BlockableEventLoop.m_6367_(BlockableEventLoop.java:156) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.util.thread.ReentrantBlockableEventLoop.m_6367_(ReentrantBlockableEventLoop.java:23) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.util.thread.BlockableEventLoop.m_7245_(BlockableEventLoop.java:130) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.util.thread.BlockableEventLoop.m_18699_(BlockableEventLoop.java:115) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1106) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.main.Main.main(Main.java:218) ~[Forge%201.20.1.jar:?]     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:569) ~[?:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.4.0.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] [17:48:52] [Render thread/ERROR]: Error rendering overlay 'create:goggle_info' java.lang.ClassCastException: class net.minecraft.world.phys.EntityHitResult cannot be cast to class net.minecraft.world.phys.BlockHitResult (net.minecraft.world.phys.EntityHitResult and net.minecraft.world.phys.BlockHitResult are in module [email protected] of loader 'TRANSFORMER' @1be8c122)     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.handler$chj000$renderOverlay(GoggleOverlayRenderer.java:1066) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.renderOverlay(GoggleOverlayRenderer.java) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at net.minecraftforge.client.gui.overlay.ForgeGui.lambda$render$0(ForgeGui.java:126) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at com.google.common.collect.ImmutableList.forEach(ImmutableList.java:422) ~[guava-31.1-jre.jar%23109!/:?]     at net.minecraftforge.client.gui.overlay.ForgeGui.m_280421_(ForgeGui.java:121) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:945) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.main.Main.main(Main.java:218) ~[Forge%201.20.1.jar:?]     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:569) ~[?:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.4.0.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] [17:48:52] [Render thread/ERROR]: Error rendering overlay 'create:goggle_info' java.lang.ClassCastException: class net.minecraft.world.phys.EntityHitResult cannot be cast to class net.minecraft.world.phys.BlockHitResult (net.minecraft.world.phys.EntityHitResult and net.minecraft.world.phys.BlockHitResult are in module [email protected] of loader 'TRANSFORMER' @1be8c122)     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.handler$chj000$renderOverlay(GoggleOverlayRenderer.java:1066) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.renderOverlay(GoggleOverlayRenderer.java) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at net.minecraftforge.client.gui.overlay.ForgeGui.lambda$render$0(ForgeGui.java:126) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at com.google.common.collect.ImmutableList.forEach(ImmutableList.java:422) ~[guava-31.1-jre.jar%23109!/:?]     at net.minecraftforge.client.gui.overlay.ForgeGui.m_280421_(ForgeGui.java:121) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:945) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.main.Main.main(Main.java:218) ~[Forge%201.20.1.jar:?]     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:569) ~[?:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.4.0.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] [17:48:52] [Render thread/ERROR]: Error rendering overlay 'create:goggle_info' java.lang.ClassCastException: class net.minecraft.world.phys.EntityHitResult cannot be cast to class net.minecraft.world.phys.BlockHitResult (net.minecraft.world.phys.EntityHitResult and net.minecraft.world.phys.BlockHitResult are in module [email protected] of loader 'TRANSFORMER' @1be8c122)     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.handler$chj000$renderOverlay(GoggleOverlayRenderer.java:1066) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.renderOverlay(GoggleOverlayRenderer.java) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at net.minecraftforge.client.gui.overlay.ForgeGui.lambda$render$0(ForgeGui.java:126) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at com.google.common.collect.ImmutableList.forEach(ImmutableList.java:422) ~[guava-31.1-jre.jar%23109!/:?]     at net.minecraftforge.client.gui.overlay.ForgeGui.m_280421_(ForgeGui.java:121) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:945) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.main.Main.main(Main.java:218) ~[Forge%201.20.1.jar:?]     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:569) ~[?:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.4.0.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?]  
  • 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.