Jump to content

java.lang.NullPointerException: Rendering overlay


Recommended Posts

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: 
        javafml@28.1
        minecraft@1
    Mod List: 
        forge-1.14.4-28.1.90-client.jar Minecraft {minecraft@1.14.4 CREATE_REGISTRIES}
        mcw-bridges-1.0.3-mc1.14.4.jar Macaw's Bridges {mcwbridges@1.0.3 CREATE_REGISTRIES}
        Notes-1.14.4-1.2.0.jar Notes {notes@1.14.4-1.2.0 CREATE_REGISTRIES}
        AdFinders-1.14.4-3.0.0.0-build.0040.jar Advanced Finders {adfinders@1.14.4-3.0.0.0 ERROR}
        MouseTweaks-2.13-mc1.14.4.jar Mouse Tweaks {mousetweaks@2.13 CREATE_REGISTRIES}
        blood-particles-1.14.4-1.0.0.jar Blood Particles {blood_particles@1.0.0 CREATE_REGISTRIES}
        TrashSlot_1.14.4-10.4.5.jar TrashSlot {trashslot@10.4.5 CREATE_REGISTRIES}
        compactores-1.14.4-1.2.2.jar Compact Ores {compactores@1.2.2 CREATE_REGISTRIES}
        Floocraft+1.14.4-1.9.7.jar Floocraft {floocraftft@1.9.7 CREATE_REGISTRIES}
        Blur-1.1.0-1.jar Blur {blur@1.1.0-1 CREATE_REGISTRIES}
        valhelsia_structures-14.0.3.jar Valhelsia Structures {valhelsia_structures@14.0.3 CREATE_REGISTRIES}
        adventurepack-1.0.jar Adventure Tools {adventurepack@1.14.4-1.0 CREATE_REGISTRIES}
        jei-1.14.4-6.0.0.13.jar Just Enough Items {jei@6.0.0.13 CREATE_REGISTRIES}
        worleycaves-1.14.4-1.6.0.jar Worley's Caves {worleycaves@1.14.4-1.6.0 CREATE_REGISTRIES}
        prefab-1.4.0.7.jar Prefab {prefab@1.4.0.7 CREATE_REGISTRIES}
        morecharcoal-1.14.4-1.0.3.jar More Charcoal {morecharcoal@1.14.4-1.0.3 CREATE_REGISTRIES}
        ForgeEndertech-1.14.4-5.2.2.1-build.0083.jar Forge Endertech {forgeendertech@5.2.2.1 CREATE_REGISTRIES}
        AdLods-1.14.4-2.0.0.1-build.0078.jar Large Ore Deposits {adlods@2.0.0.1 CREATE_REGISTRIES}
        GravelMiner_1.14.4-8.1.6.jar GravelMiner {gravelminer@8.1.6 CREATE_REGISTRIES}
        XaerosWorldMap_1.5.3_Forge_1.14.4.jar Xaero's World Map {xaeroworldmap@1.5.3 CREATE_REGISTRIES}
        StorageDrawers-1.14.4-6.0.0.jar Storage Drawers {storagedrawers@1.14.4-6.0.0 CREATE_REGISTRIES}
        NaturesCompass-1.14.4-1.8.3.jar Nature's Compass {naturescompass@1.14.4-1.8.3 CREATE_REGISTRIES}
        SereneSeasons-1.14.4-2.0.0.40-universal.jar Serene Seasons {sereneseasons@1.14.4-2.0.0.40 CREATE_REGISTRIES}
        decorative_blocks_6b.jar Decorative Blocks {decorative_blocks@1.6 CREATE_REGISTRIES}
        structurize-0.10.178-ALPHA.jar Structurize {structurize@0.10.178-ALPHA CREATE_REGISTRIES}
        minecolonies-0.10.415-ALPHA-universal.jar Minecolonies {minecolonies@0.10.415-ALPHA CREATE_REGISTRIES}
        furniture-7.0.0-pre3-1.14.4.jar MrCrayfish's Furniture Mod {cfm@7.0.0-pre3 CREATE_REGISTRIES}
        mcw-furnitures-1.0.0-mc1.14.4.jar Macaw's Furniture {mcwfurnitures@1.0.0 CREATE_REGISTRIES}
        snowvariants-1.14.4-1.1.1.jar Snow Variants {snowvariants@1.14.4-1.1.1 CREATE_REGISTRIES}
        FpsReducer-mc1.14.4-1.12.4.jar FPS Reducer {fpsreducer@mc1.14.4-1.12.4 CREATE_REGISTRIES}
        forge-1.14.4-28.1.90-universal.jar Forge {forge@28.1.90 CREATE_REGISTRIES}
        ruins-1.14.4.1.jar Ruins {ruins@1.14.3.3 CREATE_REGISTRIES}
        corpse-1.14.4-1.0.2.jar Corpse {corpse@1.14.4-1.0.2 CREATE_REGISTRIES}
        farlanders-1.14.4-1.0.1.jar The Farlanders {farlanders@1.0.1 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

Link to comment
Share on other sites

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: 
        javafml@28.1
        minecraft@1
    Mod List: 
        forge-1.14.4-28.1.90-client.jar Minecraft {minecraft@1.14.4 CREATE_REGISTRIES}
        mcw-bridges-1.0.3-mc1.14.4.jar Macaw's Bridges {mcwbridges@1.0.3 CREATE_REGISTRIES}
        Notes-1.14.4-1.2.0.jar Notes {notes@1.14.4-1.2.0 CREATE_REGISTRIES}
        AdFinders-1.14.4-3.0.0.0-build.0040.jar Advanced Finders {adfinders@1.14.4-3.0.0.0 ERROR}
        MouseTweaks-2.13-mc1.14.4.jar Mouse Tweaks {mousetweaks@2.13 CREATE_REGISTRIES}
        blood-particles-1.14.4-1.0.0.jar Blood Particles {blood_particles@1.0.0 CREATE_REGISTRIES}
        TrashSlot_1.14.4-10.4.5.jar TrashSlot {trashslot@10.4.5 CREATE_REGISTRIES}
        compactores-1.14.4-1.2.2.jar Compact Ores {compactores@1.2.2 CREATE_REGISTRIES}
        Floocraft+1.14.4-1.9.7.jar Floocraft {floocraftft@1.9.7 CREATE_REGISTRIES}
        Blur-1.1.0-1.jar Blur {blur@1.1.0-1 CREATE_REGISTRIES}
        valhelsia_structures-14.0.3.jar Valhelsia Structures {valhelsia_structures@14.0.3 CREATE_REGISTRIES}
        adventurepack-1.0.jar Adventure Tools {adventurepack@1.14.4-1.0 CREATE_REGISTRIES}
        jei-1.14.4-6.0.0.13.jar Just Enough Items {jei@6.0.0.13 CREATE_REGISTRIES}
        worleycaves-1.14.4-1.6.0.jar Worley's Caves {worleycaves@1.14.4-1.6.0 CREATE_REGISTRIES}
        prefab-1.4.0.7.jar Prefab {prefab@1.4.0.7 CREATE_REGISTRIES}
        morecharcoal-1.14.4-1.0.3.jar More Charcoal {morecharcoal@1.14.4-1.0.3 CREATE_REGISTRIES}
        ForgeEndertech-1.14.4-5.2.2.1-build.0083.jar Forge Endertech {forgeendertech@5.2.2.1 CREATE_REGISTRIES}
        AdLods-1.14.4-2.0.0.1-build.0078.jar Large Ore Deposits {adlods@2.0.0.1 CREATE_REGISTRIES}
        GravelMiner_1.14.4-8.1.6.jar GravelMiner {gravelminer@8.1.6 CREATE_REGISTRIES}
        XaerosWorldMap_1.5.3_Forge_1.14.4.jar Xaero's World Map {xaeroworldmap@1.5.3 CREATE_REGISTRIES}
        StorageDrawers-1.14.4-6.0.0.jar Storage Drawers {storagedrawers@1.14.4-6.0.0 CREATE_REGISTRIES}
        NaturesCompass-1.14.4-1.8.3.jar Nature's Compass {naturescompass@1.14.4-1.8.3 CREATE_REGISTRIES}
        SereneSeasons-1.14.4-2.0.0.40-universal.jar Serene Seasons {sereneseasons@1.14.4-2.0.0.40 CREATE_REGISTRIES}
        decorative_blocks_6b.jar Decorative Blocks {decorative_blocks@1.6 CREATE_REGISTRIES}
        structurize-0.10.178-ALPHA.jar Structurize {structurize@0.10.178-ALPHA CREATE_REGISTRIES}
        minecolonies-0.10.415-ALPHA-universal.jar Minecolonies {minecolonies@0.10.415-ALPHA CREATE_REGISTRIES}
        furniture-7.0.0-pre3-1.14.4.jar MrCrayfish's Furniture Mod {cfm@7.0.0-pre3 CREATE_REGISTRIES}
        mcw-furnitures-1.0.0-mc1.14.4.jar Macaw's Furniture {mcwfurnitures@1.0.0 CREATE_REGISTRIES}
        snowvariants-1.14.4-1.1.1.jar Snow Variants {snowvariants@1.14.4-1.1.1 CREATE_REGISTRIES}
        FpsReducer-mc1.14.4-1.12.4.jar FPS Reducer {fpsreducer@mc1.14.4-1.12.4 CREATE_REGISTRIES}
        forge-1.14.4-28.1.90-universal.jar Forge {forge@28.1.90 CREATE_REGISTRIES}
        ruins-1.14.4.1.jar Ruins {ruins@1.14.3.3 CREATE_REGISTRIES}
        corpse-1.14.4-1.0.2.jar Corpse {corpse@1.14.4-1.0.2 CREATE_REGISTRIES}
        farlanders-1.14.4-1.0.1.jar The Farlanders {farlanders@1.0.1 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
Link to comment
Share on other sites

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: 
        javafml@28.1
        minecraft@1
    Mod List: 
        forge-1.14.4-28.1.90-client.jar Minecraft {minecraft@1.14.4 DONE}
        mcw-bridges-1.0.3-mc1.14.4.jar Macaw's Bridges {mcwbridges@1.0.3 DONE}
        Notes-1.14.4-1.2.0.jar Notes {notes@1.14.4-1.2.0 DONE}
        MouseTweaks-2.13-mc1.14.4.jar Mouse Tweaks {mousetweaks@2.13 DONE}
        blood-particles-1.14.4-1.0.0.jar Blood Particles {blood_particles@1.0.0 DONE}
        TrashSlot_1.14.4-10.4.5.jar TrashSlot {trashslot@10.4.5 DONE}
        compactores-1.14.4-1.2.2.jar Compact Ores {compactores@1.2.2 DONE}
        Floocraft+1.14.4-1.9.7.jar Floocraft {floocraftft@1.9.7 DONE}
        Blur-1.1.0-1.jar Blur {blur@1.1.0-1 DONE}
        valhelsia_structures-14.0.3.jar Valhelsia Structures {valhelsia_structures@14.0.3 DONE}
        adventurepack-1.0.jar Adventure Tools {adventurepack@1.14.4-1.0 DONE}
        jei-1.14.4-6.0.0.13.jar Just Enough Items {jei@6.0.0.13 DONE}
        worleycaves-1.14.4-1.6.0.jar Worley's Caves {worleycaves@1.14.4-1.6.0 DONE}
        simplefarming-1.14.4-1.1.4c.jar Simple Farming {simplefarming@1.14.4-1.1.4 DONE}
        morecharcoal-1.14.4-1.0.3.jar More Charcoal {morecharcoal@1.14.4-1.0.3 DONE}
        ForgeEndertech-1.14.4-5.2.2.0-build.0082.jar Forge Endertech {forgeendertech@5.2.2.0 DONE}
        AdFinders-1.14.4-3.0.5.0-build.0082.jar Advanced Finders {adfinders@3.0.5.0 DONE}
        AdLods-1.14.4-2.0.0.1-build.0078.jar Large Ore Deposits {adlods@2.0.0.1 DONE}
        GravelMiner_1.14.4-8.1.6.jar GravelMiner {gravelminer@8.1.6 DONE}
        XaerosWorldMap_1.5.3_Forge_1.14.4.jar Xaero's World Map {xaeroworldmap@1.5.3 DONE}
        StorageDrawers-1.14.4-6.0.0.jar Storage Drawers {storagedrawers@1.14.4-6.0.0 DONE}
        NaturesCompass-1.14.4-1.8.3.jar Nature's Compass {naturescompass@1.14.4-1.8.3 DONE}
        SereneSeasons-1.14.4-2.0.0.40-universal.jar Serene Seasons {sereneseasons@1.14.4-2.0.0.40 DONE}
        decorative_blocks_6b.jar Decorative Blocks {decorative_blocks@1.6 DONE}
        furniture-7.0.0-pre3-1.14.4.jar MrCrayfish's Furniture Mod {cfm@7.0.0-pre3 DONE}
        mcw-furnitures-1.0.0-mc1.14.4.jar Macaw's Furniture {mcwfurnitures@1.0.0 DONE}
        snowvariants-1.14.4-1.1.1.jar Snow Variants {snowvariants@1.14.4-1.1.1 DONE}
        forge-1.14.4-28.1.90-universal.jar Forge {forge@28.1.90 DONE}
        ruins-1.14.4.1.jar Ruins {ruins@1.14.3.3 DONE}
        corpse-1.14.4-1.0.2.jar Corpse {corpse@1.14.4-1.0.2 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'

 

 

 

Link to comment
Share on other sites

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.

 

 

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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.

 

 

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Join the conversation

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

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

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

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

×   Your previous content has been restored.   Clear editor

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

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Hello, I'm trying to modify the effects of native enchantments for bows and arrows in Minecraft. After using a decompilation tool, I found that the specific implementations of native bow and arrow enchantments (including `ArrowDamageEnchantment`, `ArrowKnockbackEnchantment`, `ArrowFireEnchantment`, `ArrowInfiniteEnchantment`, `ArrowPiercingEnchantment`) do not contain any information about the enchantment effects (such as the `getDamageProtection` function for `ProtectionEnchantment`, `getDamageBonus` function for `DamageEnchantment`, etc.). Upon searching for the base class of arrows, `AbstractArrow`, I found a function named setEnchantmentEffectsFromEntity`, which seems to be used to retrieve the enchantment levels of the tool held by a `LivingEntity` and calculate the specific values of the enchantment effects. However, after testing with the following code, I found that this function is not being called:   @Mixin(AbstractArrow.class) public class ModifyArrowEnchantmentEffects {     private static final Logger LOGGER = LogUtils.getLogger();     @Inject(         method = "setEnchantmentEffectsFromEntity",         at = @At("HEAD")     )     private void logArrowEnchantmentEffectsFromEntity(CallbackInfo ci) {         LOGGER.info("Arrow enchantment effects from entity");     } }   Upon further investigation, I found that within the onHitEntity method, there are several lines of code:               if (!this.level().isClientSide &amp;&amp; entity1 instanceof LivingEntity) {                EnchantmentHelper.doPostHurtEffects(livingentity, entity1);                EnchantmentHelper.doPostDamageEffects((LivingEntity)entity1, livingentity);             }   These lines of code actually call the doPostHurt and doPostAttack methods of each enchantment in the enchantment list. However, this leads back to the issue because native bow and arrow enchantments do not implement these functions. Although their base class defines the functions, they are empty. At this point, I'm completely stumped and seeking assistance. Thank you.
    • I have been trying to make a server with forge but I keep running into an issue. I have jdk 22 installed as well as Java 8. here is the debug file  
    • it crashed again     What the console says : [00:02:03] [Server thread/INFO] [Easy NPC/]: [EntityManager] Server started! [00:02:03] [Server thread/INFO] [co.gi.al.ic.IceAndFire/]: {iceandfire:fire_dragon_roost=true, iceandfire:fire_lily=true, iceandfire:spawn_dragon_skeleton_fire=true, iceandfire:lightning_dragon_roost=true, iceandfire:spawn_dragon_skeleton_lightning=true, iceandfire:ice_dragon_roost=true, iceandfire:ice_dragon_cave=true, iceandfire:lightning_dragon_cave=true, iceandfire:cyclops_cave=true, iceandfire:spawn_wandering_cyclops=true, iceandfire:spawn_sea_serpent=true, iceandfire:frost_lily=true, iceandfire:hydra_cave=true, iceandfire:lightning_lily=true, iceandfireixie_village=true, iceandfire:myrmex_hive_jungle=true, iceandfire:myrmex_hive_desert=true, iceandfire:silver_ore=true, iceandfire:siren_island=true, iceandfire:spawn_dragon_skeleton_ice=true, iceandfire:spawn_stymphalian_bird=true, iceandfire:fire_dragon_cave=true, iceandfire:sapphire_ore=true, iceandfire:spawn_hippocampus=true, iceandfire:spawn_death_worm=true} [00:02:03] [Server thread/INFO] [co.gi.al.ic.IceAndFire/]: {TROLL_S=true, HIPPOGRYPH=true, AMPHITHERE=true, COCKATRICE=true, TROLL_M=true, DREAD_LICH=true, TROLL_F=true} [00:02:03] [Server thread/INFO] [ne.be.lo.WeaponRegistry/]: Encoded Weapon Attribute registry size (with package overhead): 41976 bytes (in 5 string chunks with the size of 10000) [00:02:03] [Server thread/INFO] [patchouli/]: Sending reload packet to clients [00:02:03] [Server thread/WARN] [voicechat/]: [voicechat] Running in offline mode - Voice chat encryption is not secure! [00:02:03] [VoiceChatServerThread/INFO] [voicechat/]: [voicechat] Using server-ip as bind address: 0.0.0.0 [00:02:03] [Server thread/WARN] [ModernFix/]: Dedicated server took 22.521 seconds to load [00:02:03] [VoiceChatServerThread/INFO] [voicechat/]: [voicechat] Voice chat server started at 0.0.0.0:25565 [00:02:03] [Server thread/WARN] [minecraft/SynchedEntityData]: defineId called for: class net.minecraft.world.entity.player.Player from class tschipp.carryon.common.carry.CarryOnDataManager [00:02:03] [Server thread/INFO] [ne.mi.co.AdvancementLoadFix/]: Using new advancement loading for net.minecraft.server.PlayerAdvancements@2941ffd5 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 0 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 1 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 2 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 3 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 4 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 5 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 6 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 7 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 8 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 9 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 10 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 11 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 12 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 13 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 14 [00:02:19] [Server thread/INFO] [ne.mi.co.AdvancementLoadFix/]: Using new advancement loading for net.minecraft.server.PlayerAdvancements@ebc7ef2 [00:02:19] [Server thread/INFO] [minecraft/PlayerList]: ZacAdos[/90.2.17.162:49242] logged in with entity id 1062 at (-1848.6727005281205, 221.0, -3054.2468255848935) [00:02:19] [Server thread/ERROR] [ModernFix/]: Skipping entity ID sync for com.talhanation.smallships.world.entity.ship.Ship: java.lang.NoClassDefFoundError: net/minecraft/client/CameraType [00:02:19] [Server thread/INFO] [minecraft/MinecraftServer]: - Gloop - ZacAdos joined the game [00:02:19] [Server thread/INFO] [xa.pa.OpenPartiesAndClaims/]: Updating all forceload tickets for cc56befd-d376-3526-a760-340713c478bd [00:02:19] [Server thread/INFO] [se.mi.te.da.DataManager/]: Sending data to client: ZacAdos [00:02:19] [Server thread/INFO] [voicechat/]: [voicechat] Received secret request of - Gloop - ZacAdos (17) [00:02:19] [Server thread/INFO] [voicechat/]: [voicechat] Sent secret to - Gloop - ZacAdos [00:02:21] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Successfully authenticated player cc56befd-d376-3526-a760-340713c478bd [00:02:22] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Successfully validated connection of player cc56befd-d376-3526-a760-340713c478bd [00:02:22] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Player - Gloop - ZacAdos (cc56befd-d376-3526-a760-340713c478bd) successfully connected to voice chat stop [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Stopping the server [00:02:34] [Server thread/INFO] [mo.pl.ar.ArmourersWorkshop/]: stop local service [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Stopping server [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Saving players [00:02:34] [Server thread/INFO] [minecraft/ServerGamePacketListenerImpl]: ZacAdos lost connection: Server closed [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: - Gloop - ZacAdos left the game [00:02:34] [Server thread/INFO] [xa.pa.OpenPartiesAndClaims/]: Updating all forceload tickets for cc56befd-d376-3526-a760-340713c478bd [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Saving worlds [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[world]'/minecraft:the_end [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[world]'/minecraft:the_nether [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: ThreadedAnvilChunkStorage (world): All chunks are saved [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: ThreadedAnvilChunkStorage: All dimensions are saved [00:02:34] [Server thread/INFO] [xa.pa.OpenPartiesAndClaims/]: Stopping IO worker... [00:02:34] [Server thread/INFO] [xa.pa.OpenPartiesAndClaims/]: Stopped IO worker! [00:02:34] [Server thread/INFO] [Calio/]: Removing Dynamic Registries for: net.minecraft.server.dedicated.DedicatedServer@7dc879e1 [MineStrator Daemon]: Checking server disk space usage, this could take a few seconds... [MineStrator Daemon]: Updating process configuration files... [MineStrator Daemon]: Ensuring file permissions are set correctly, this could take a few seconds... [MineStrator Daemon]: Pulling Docker container image, this could take a few minutes to complete... [MineStrator Daemon]: Finished pulling Docker container image container@pterodactyl~ java -version openjdk version "17.0.10" 2024-01-16 OpenJDK Runtime Environment Temurin-17.0.10+7 (build 17.0.10+7) OpenJDK 64-Bit Server VM Temurin-17.0.10+7 (build 17.0.10+7, mixed mode, sharing) container@pterodactyl~ java -Xms128M -Xmx6302M -Dterminal.jline=false -Dterminal.ansi=true -Djline.terminal=jline.UnsupportedTerminal -p libraries/cpw/mods/bootstraplauncher/1.1.2/bootstraplauncher-1.1.2.jar:libraries/cpw/mods/securejarhandler/2.1.4/securejarhandler-2.1.4.jar:libraries/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.jar:libraries/org/ow2/asm/asm-util/9.5/asm-util-9.5.jar:libraries/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.jar:libraries/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.jar:libraries/org/ow2/asm/asm/9.5/asm-9.5.jar:libraries/net/minecraftforge/JarJarFileSystems/0.3.16/JarJarFileSystems-0.3.16.jar --add-modules ALL-MODULE-PATH --add-opens java.base/java.util.jar=cpw.mods.securejarhandler --add-opens java.base/java.lang.invoke=cpw.mods.securejarhandler --add-exports java.base/sun.security.util=cpw.mods.securejarhandler --add-exports jdk.naming.dns/com.sun.jndi.dns=java.naming -Djava.net.preferIPv6Addresses=system -DignoreList=bootstraplauncher-1.1.2.jar,securejarhandler-2.1.4.jar,asm-commons-9.5.jar,asm-util-9.5.jar,asm-analysis-9.5.jar,asm-tree-9.5.jar,asm-9.5.jar,JarJarFileSystems-0.3.16.jar -DlibraryDirectory=libraries -DlegacyClassPath=libraries/cpw/mods/securejarhandler/2.1.4/securejarhandler-2.1.4.jar:libraries/org/ow2/asm/asm/9.5/asm-9.5.jar:libraries/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.jar:libraries/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.jar:libraries/org/ow2/asm/asm-util/9.5/asm-util-9.5.jar:libraries/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.jar:libraries/net/minecraftforge/accesstransformers/8.0.4/accesstransformers-8.0.4.jar:libraries/org/antlr/antlr4-runtime/4.9.1/antlr4-runtime-4.9.1.jar:libraries/net/minecraftforge/eventbus/6.0.3/eventbus-6.0.3.jar:libraries/net/minecraftforge/forgespi/6.0.0/forgespi-6.0.0.jar:libraries/net/minecraftforge/coremods/5.0.1/coremods-5.0.1.jar:libraries/cpw/mods/modlauncher/10.0.8/modlauncher-10.0.8.jar:libraries/net/minecraftforge/unsafe/0.2.0/unsafe-0.2.0.jar:libraries/com/electronwill/night-config/core/3.6.4/core-3.6.4.jar:libraries/com/electronwill/night-config/toml/3.6.4/toml-3.6.4.jar:libraries/org/apache/maven/maven-artifact/3.8.5/maven-artifact-3.8.5.jar:libraries/net/jodah/typetools/0.8.3/typetools-0.8.3.jar:libraries/net/minecrell/terminalconsoleappender/1.2.0/terminalconsoleappender-1.2.0.jar:libraries/org/jline/jline-reader/3.12.1/jline-reader-3.12.1.jar:libraries/org/jline/jline-terminal/3.12.1/jline-terminal-3.12.1.jar:libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar:libraries/org/openjdk/nashorn/nashorn-core/15.3/nashorn-core-15.3.jar:libraries/net/minecraftforge/JarJarSelector/0.3.16/JarJarSelector-0.3.16.jar:libraries/net/minecraftforge/JarJarMetadata/0.3.16/JarJarMetadata-0.3.16.jar:libraries/net/minecraftforge/fmlloader/1.19.2-43.3.0/fmlloader-1.19.2-43.3.0.jar:libraries/net/minecraft/server/1.19.2-20220805.130853/server-1.19.2-20220805.130853-extra.jar:libraries/com/github/oshi/oshi-core/5.8.5/oshi-core-5.8.5.jar:libraries/com/google/code/gson/gson/2.8.9/gson-2.8.9.jar:libraries/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar:libraries/com/google/guava/guava/31.0.1-jre/guava-31.0.1-jre.jar:libraries/com/mojang/authlib/3.11.49/authlib-3.11.49.jar:libraries/com/mojang/brigadier/1.0.18/brigadier-1.0.18.jar:libraries/com/mojang/datafixerupper/5.0.28/datafixerupper-5.0.28.jar:libraries/com/mojang/javabridge/1.2.24/javabridge-1.2.24.jar:libraries/com/mojang/logging/1.0.0/logging-1.0.0.jar:libraries/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar:libraries/io/netty/netty-buffer/4.1.77.Final/netty-buffer-4.1.77.Final.jar:libraries/io/netty/netty-codec/4.1.77.Final/netty-codec-4.1.77.Final.jar:libraries/io/netty/netty-common/4.1.77.Final/netty-common-4.1.77.Final.jar:libraries/io/netty/netty-handler/4.1.77.Final/netty-handler-4.1.77.Final.jar:libraries/io/netty/netty-resolver/4.1.77.Final/netty-resolver-4.1.77.Final.jar:libraries/io/netty/netty-transport/4.1.77.Final/netty-transport-4.1.77.Final.jar:libraries/io/netty/netty-transport-classes-epoll/4.1.77.Final/netty-transport-classes-epoll-4.1.77.Final.jar:libraries/io/netty/netty-transport-native-epoll/4.1.77.Final/netty-transport-native-epoll-4.1.77.Final-linux-x86_64.jar:libraries/io/netty/netty-transport-native-epoll/4.1.77.Final/netty-transport-native-epoll-4.1.77.Final-linux-aarch_64.jar:libraries/io/netty/netty-transport-native-unix-common/4.1.77.Final/netty-transport-native-unix-common-4.1.77.Final.jar:libraries/it/unimi/dsi/fastutil/8.5.6/fastutil-8.5.6.jar:libraries/net/java/dev/jna/jna/5.10.0/jna-5.10.0.jar:libraries/net/java/dev/jna/jna-platform/5.10.0/jna-platform-5.10.0.jar:libraries/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar:libraries/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar:libraries/org/apache/logging/log4j/log4j-api/2.17.0/log4j-api-2.17.0.jar:libraries/org/apache/logging/log4j/log4j-core/2.17.0/log4j-core-2.17.0.jar:libraries/org/apache/logging/log4j/log4j-slf4j18-impl/2.17.0/log4j-slf4j18-impl-2.17.0.jar:libraries/org/slf4j/slf4j-api/1.8.0-beta4/slf4j-api-1.8.0-beta4.jar cpw.mods.bootstraplauncher.BootstrapLauncher --launchTarget forgeserver --fml.forgeVersion 43.3.0 --fml.mcVersion 1.19.2 --fml.forgeGroup net.minecraftforge --fml.mcpVersion 20220805.130853 [00:02:42] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 43.3.0, --fml.mcVersion, 1.19.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20220805.130853] [00:02:42] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 10.0.8+10.0.8+main.0ef7e830 starting: java version 17.0.10 by Eclipse Adoptium; OS Linux arch amd64 version 6.1.0-12-amd64 [00:02:43] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/home/container/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2363!/ Service=ModLauncher Env=SERVER [00:02:43] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/fmlcore/1.19.2-43.3.0/fmlcore-1.19.2-43.3.0.jar is missing mods.toml file [00:02:43] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/javafmllanguage/1.19.2-43.3.0/javafmllanguage-1.19.2-43.3.0.jar is missing mods.toml file [00:02:43] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/lowcodelanguage/1.19.2-43.3.0/lowcodelanguage-1.19.2-43.3.0.jar is missing mods.toml file [00:02:43] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/mclanguage/1.19.2-43.3.0/mclanguage-1.19.2-43.3.0.jar is missing mods.toml file [00:02:44] [main/WARN] [ne.mi.ja.se.JarSelector/]: Attempted to select two dependency jars from JarJar which have the same identification: Mod File: and Mod File: . Using Mod File: [00:02:44] [main/WARN] [ne.mi.ja.se.JarSelector/]: Attempted to select a dependency jar for JarJar which was passed in as source: resourcefullib. Using Mod File: /home/container/mods/resourcefullib-forge-1.19.2-1.1.24.jar [00:02:44] [main/INFO] [ne.mi.fm.lo.mo.JarInJarDependencyLocator/]: Found 13 dependencies adding them to mods collection Latest log [29Mar2024 00:02:42.803] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 43.3.0, --fml.mcVersion, 1.19.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20220805.130853] [29Mar2024 00:02:42.805] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 10.0.8+10.0.8+main.0ef7e830 starting: java version 17.0.10 by Eclipse Adoptium; OS Linux arch amd64 version 6.1.0-12-amd64 [29Mar2024 00:02:43.548] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/home/container/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2363!/ Service=ModLauncher Env=SERVER [29Mar2024 00:02:43.876] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/fmlcore/1.19.2-43.3.0/fmlcore-1.19.2-43.3.0.jar is missing mods.toml file [29Mar2024 00:02:43.877] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/javafmllanguage/1.19.2-43.3.0/javafmllanguage-1.19.2-43.3.0.jar is missing mods.toml file [29Mar2024 00:02:43.877] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/lowcodelanguage/1.19.2-43.3.0/lowcodelanguage-1.19.2-43.3.0.jar is missing mods.toml file [29Mar2024 00:02:43.878] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/mclanguage/1.19.2-43.3.0/mclanguage-1.19.2-43.3.0.jar is missing mods.toml file [29Mar2024 00:02:44.033] [main/WARN] [net.minecraftforge.jarjar.selection.JarSelector/]: Attempted to select two dependency jars from JarJar which have the same identification: Mod File: and Mod File: . Using Mod File: [29Mar2024 00:02:44.034] [main/WARN] [net.minecraftforge.jarjar.selection.JarSelector/]: Attempted to select a dependency jar for JarJar which was passed in as source: resourcefullib. Using Mod File: /home/container/mods/resourcefullib-forge-1.19.2-1.1.24.jar [29Mar2024 00:02:44.034] [main/INFO] [net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator/]: Found 13 dependencies adding them to mods collection
    • I am unable to do that. Brigadier is a mojang library that parses commands.
  • Topics

×
×
  • Create New...

Important Information

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