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: 
        [email protected]
        minecraft@1
    Mod List: 
        forge-1.14.4-28.1.90-client.jar Minecraft {[email protected] CREATE_REGISTRIES}
        mcw-bridges-1.0.3-mc1.14.4.jar Macaw's Bridges {[email protected] CREATE_REGISTRIES}
        Notes-1.14.4-1.2.0.jar Notes {[email protected] CREATE_REGISTRIES}
        AdFinders-1.14.4-3.0.0.0-build.0040.jar Advanced Finders {[email protected] ERROR}
        MouseTweaks-2.13-mc1.14.4.jar Mouse Tweaks {[email protected] CREATE_REGISTRIES}
        blood-particles-1.14.4-1.0.0.jar Blood Particles {[email protected] CREATE_REGISTRIES}
        TrashSlot_1.14.4-10.4.5.jar TrashSlot {[email protected] CREATE_REGISTRIES}
        compactores-1.14.4-1.2.2.jar Compact Ores {[email protected] CREATE_REGISTRIES}
        Floocraft+1.14.4-1.9.7.jar Floocraft {[email protected] CREATE_REGISTRIES}
        Blur-1.1.0-1.jar Blur {[email protected] CREATE_REGISTRIES}
        valhelsia_structures-14.0.3.jar Valhelsia Structures {[email protected] CREATE_REGISTRIES}
        adventurepack-1.0.jar Adventure Tools {[email protected] CREATE_REGISTRIES}
        jei-1.14.4-6.0.0.13.jar Just Enough Items {[email protected] CREATE_REGISTRIES}
        worleycaves-1.14.4-1.6.0.jar Worley's Caves {[email protected] CREATE_REGISTRIES}
        prefab-1.4.0.7.jar Prefab {[email protected] CREATE_REGISTRIES}
        morecharcoal-1.14.4-1.0.3.jar More Charcoal {[email protected] CREATE_REGISTRIES}
        ForgeEndertech-1.14.4-5.2.2.1-build.0083.jar Forge Endertech {[email protected] CREATE_REGISTRIES}
        AdLods-1.14.4-2.0.0.1-build.0078.jar Large Ore Deposits {[email protected] CREATE_REGISTRIES}
        GravelMiner_1.14.4-8.1.6.jar GravelMiner {[email protected] CREATE_REGISTRIES}
        XaerosWorldMap_1.5.3_Forge_1.14.4.jar Xaero's World Map {[email protected] CREATE_REGISTRIES}
        StorageDrawers-1.14.4-6.0.0.jar Storage Drawers {[email protected] CREATE_REGISTRIES}
        NaturesCompass-1.14.4-1.8.3.jar Nature's Compass {[email protected] CREATE_REGISTRIES}
        SereneSeasons-1.14.4-2.0.0.40-universal.jar Serene Seasons {[email protected] CREATE_REGISTRIES}
        decorative_blocks_6b.jar Decorative Blocks {[email protected] CREATE_REGISTRIES}
        structurize-0.10.178-ALPHA.jar Structurize {[email protected] CREATE_REGISTRIES}
        minecolonies-0.10.415-ALPHA-universal.jar Minecolonies {[email protected] CREATE_REGISTRIES}
        furniture-7.0.0-pre3-1.14.4.jar MrCrayfish's Furniture Mod {[email protected] CREATE_REGISTRIES}
        mcw-furnitures-1.0.0-mc1.14.4.jar Macaw's Furniture {[email protected] CREATE_REGISTRIES}
        snowvariants-1.14.4-1.1.1.jar Snow Variants {[email protected] CREATE_REGISTRIES}
        FpsReducer-mc1.14.4-1.12.4.jar FPS Reducer {[email protected] CREATE_REGISTRIES}
        forge-1.14.4-28.1.90-universal.jar Forge {[email protected] CREATE_REGISTRIES}
        ruins-1.14.4.1.jar Ruins {[email protected] CREATE_REGISTRIES}
        corpse-1.14.4-1.0.2.jar Corpse {[email protected] CREATE_REGISTRIES}
        farlanders-1.14.4-1.0.1.jar The Farlanders {[email protected] CREATE_REGISTRIES}
    Launched Version: 1.14.4-forge-28.1.90
    LWJGL: 3.2.2 build 10
    OpenGL: Intel(R) HD Graphics 615 GL version 4.5.0 - Build 24.20.100.6287, Intel
    GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

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

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: 
        [email protected]
        minecraft@1
    Mod List: 
        forge-1.14.4-28.1.90-client.jar Minecraft {[email protected] CREATE_REGISTRIES}
        mcw-bridges-1.0.3-mc1.14.4.jar Macaw's Bridges {[email protected] CREATE_REGISTRIES}
        Notes-1.14.4-1.2.0.jar Notes {[email protected] CREATE_REGISTRIES}
        AdFinders-1.14.4-3.0.0.0-build.0040.jar Advanced Finders {[email protected] ERROR}
        MouseTweaks-2.13-mc1.14.4.jar Mouse Tweaks {[email protected] CREATE_REGISTRIES}
        blood-particles-1.14.4-1.0.0.jar Blood Particles {[email protected] CREATE_REGISTRIES}
        TrashSlot_1.14.4-10.4.5.jar TrashSlot {[email protected] CREATE_REGISTRIES}
        compactores-1.14.4-1.2.2.jar Compact Ores {[email protected] CREATE_REGISTRIES}
        Floocraft+1.14.4-1.9.7.jar Floocraft {[email protected] CREATE_REGISTRIES}
        Blur-1.1.0-1.jar Blur {[email protected] CREATE_REGISTRIES}
        valhelsia_structures-14.0.3.jar Valhelsia Structures {[email protected] CREATE_REGISTRIES}
        adventurepack-1.0.jar Adventure Tools {[email protected] CREATE_REGISTRIES}
        jei-1.14.4-6.0.0.13.jar Just Enough Items {[email protected] CREATE_REGISTRIES}
        worleycaves-1.14.4-1.6.0.jar Worley's Caves {[email protected] CREATE_REGISTRIES}
        prefab-1.4.0.7.jar Prefab {[email protected] CREATE_REGISTRIES}
        morecharcoal-1.14.4-1.0.3.jar More Charcoal {[email protected] CREATE_REGISTRIES}
        ForgeEndertech-1.14.4-5.2.2.1-build.0083.jar Forge Endertech {[email protected] CREATE_REGISTRIES}
        AdLods-1.14.4-2.0.0.1-build.0078.jar Large Ore Deposits {[email protected] CREATE_REGISTRIES}
        GravelMiner_1.14.4-8.1.6.jar GravelMiner {[email protected] CREATE_REGISTRIES}
        XaerosWorldMap_1.5.3_Forge_1.14.4.jar Xaero's World Map {[email protected] CREATE_REGISTRIES}
        StorageDrawers-1.14.4-6.0.0.jar Storage Drawers {[email protected] CREATE_REGISTRIES}
        NaturesCompass-1.14.4-1.8.3.jar Nature's Compass {[email protected] CREATE_REGISTRIES}
        SereneSeasons-1.14.4-2.0.0.40-universal.jar Serene Seasons {[email protected] CREATE_REGISTRIES}
        decorative_blocks_6b.jar Decorative Blocks {[email protected] CREATE_REGISTRIES}
        structurize-0.10.178-ALPHA.jar Structurize {[email protected] CREATE_REGISTRIES}
        minecolonies-0.10.415-ALPHA-universal.jar Minecolonies {[email protected] CREATE_REGISTRIES}
        furniture-7.0.0-pre3-1.14.4.jar MrCrayfish's Furniture Mod {[email protected] CREATE_REGISTRIES}
        mcw-furnitures-1.0.0-mc1.14.4.jar Macaw's Furniture {[email protected] CREATE_REGISTRIES}
        snowvariants-1.14.4-1.1.1.jar Snow Variants {[email protected] CREATE_REGISTRIES}
        FpsReducer-mc1.14.4-1.12.4.jar FPS Reducer {[email protected] CREATE_REGISTRIES}
        forge-1.14.4-28.1.90-universal.jar Forge {[email protected] CREATE_REGISTRIES}
        ruins-1.14.4.1.jar Ruins {[email protected] CREATE_REGISTRIES}
        corpse-1.14.4-1.0.2.jar Corpse {[email protected] CREATE_REGISTRIES}
        farlanders-1.14.4-1.0.1.jar The Farlanders {[email protected] CREATE_REGISTRIES}
    Launched Version: 1.14.4-forge-28.1.90
    LWJGL: 3.2.2 build 10
    OpenGL: Intel(R) HD Graphics 615 GL version 4.5.0 - Build 24.20.100.6287, Intel
    GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

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

 

 

Edited by diesieben07
spoiler
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: 
        [email protected]
        minecraft@1
    Mod List: 
        forge-1.14.4-28.1.90-client.jar Minecraft {[email protected] DONE}
        mcw-bridges-1.0.3-mc1.14.4.jar Macaw's Bridges {[email protected] DONE}
        Notes-1.14.4-1.2.0.jar Notes {[email protected] DONE}
        MouseTweaks-2.13-mc1.14.4.jar Mouse Tweaks {[email protected] DONE}
        blood-particles-1.14.4-1.0.0.jar Blood Particles {[email protected] DONE}
        TrashSlot_1.14.4-10.4.5.jar TrashSlot {[email protected] DONE}
        compactores-1.14.4-1.2.2.jar Compact Ores {[email protected] DONE}
        Floocraft+1.14.4-1.9.7.jar Floocraft {[email protected] DONE}
        Blur-1.1.0-1.jar Blur {[email protected] DONE}
        valhelsia_structures-14.0.3.jar Valhelsia Structures {[email protected] DONE}
        adventurepack-1.0.jar Adventure Tools {[email protected] DONE}
        jei-1.14.4-6.0.0.13.jar Just Enough Items {[email protected] DONE}
        worleycaves-1.14.4-1.6.0.jar Worley's Caves {[email protected] DONE}
        simplefarming-1.14.4-1.1.4c.jar Simple Farming {[email protected] DONE}
        morecharcoal-1.14.4-1.0.3.jar More Charcoal {[email protected] DONE}
        ForgeEndertech-1.14.4-5.2.2.0-build.0082.jar Forge Endertech {[email protected] DONE}
        AdFinders-1.14.4-3.0.5.0-build.0082.jar Advanced Finders {[email protected] DONE}
        AdLods-1.14.4-2.0.0.1-build.0078.jar Large Ore Deposits {[email protected] DONE}
        GravelMiner_1.14.4-8.1.6.jar GravelMiner {[email protected] DONE}
        XaerosWorldMap_1.5.3_Forge_1.14.4.jar Xaero's World Map {[email protected] DONE}
        StorageDrawers-1.14.4-6.0.0.jar Storage Drawers {[email protected] DONE}
        NaturesCompass-1.14.4-1.8.3.jar Nature's Compass {[email protected] DONE}
        SereneSeasons-1.14.4-2.0.0.40-universal.jar Serene Seasons {[email protected] DONE}
        decorative_blocks_6b.jar Decorative Blocks {[email protected] DONE}
        furniture-7.0.0-pre3-1.14.4.jar MrCrayfish's Furniture Mod {[email protected] DONE}
        mcw-furnitures-1.0.0-mc1.14.4.jar Macaw's Furniture {[email protected] DONE}
        snowvariants-1.14.4-1.1.1.jar Snow Variants {[email protected] DONE}
        forge-1.14.4-28.1.90-universal.jar Forge {[email protected] DONE}
        ruins-1.14.4.1.jar Ruins {[email protected] DONE}
        corpse-1.14.4-1.0.2.jar Corpse {[email protected] DONE}
    Player Count: 1 / 8; [ServerPlayerEntity['AlierrisBrisingr'/41, l='Bussole', x=-508.15, y=67.00, z=82.70]]
    Data Packs: vanilla, CompactOres dynamic resources, mod:adfinders, mod:adlods, mod:adventurepack, mod:blood_particles, mod:blur, mod:cfm, mod:compactores, mod:corpse, mod:decorative_blocks, mod:floocraftft, mod:forge, mod:forgeendertech, mod:gravelminer, mod:jei, mod:mcwbridges, mod:mcwfurnitures, mod:morecharcoal, mod:mousetweaks, mod:naturescompass, mod:notes, mod:ruins, mod:sereneseasons, mod:simplefarming, mod:snowvariants, mod:storagedrawers, mod:trashslot, mod:valhelsia_structures, mod:worleycaves, mod:xaeroworldmap
    Type: Integrated Server (map_client.txt)
    Is Modded: Definitely; Client brand changed to 'forge'

 

 

 

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

    • ---- Minecraft Crash Report ---- WARNING: coremods are present:   ForgelinPlugin (Forgelin-1.8.3.jar)   PatchingFixRtmCorePlugin (fixRtm-2.0.28.jar)   IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)   FixRtmCorePlugin (fixRtm-2.0.28.jar)   JarInJarLoaderCoreMod (fixRtm-2.0.28.jar)   BetterFoliageLoader (BetterFoliage-MC1.12-2.3.2.jar)   SecurityCraftLoadingPlugin ([1.12.2] SecurityCraft v1.9.9.jar)   OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)   MalisisCorePlugin (MalisisCore-1.12.2.jar)   ObfuscatePlugin (obfuscate-0.4.2-1.12.2.jar)   CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)   HookingFixRtmCorePlugin (fixRtm-2.0.28.jar) Contact their authors BEFORE contacting forge // Hey, that tickles! Hehehe! Time: 4/19/24 4:05 PM Description: Updating screen events java.lang.RuntimeException: Failed to check session lock, aborting     at net.minecraft.world.storage.SaveHandler.func_75766_h(SaveHandler.java:76)     at net.minecraft.world.storage.SaveHandler.<init>(SaveHandler.java:54)     at net.minecraft.world.chunk.storage.AnvilSaveHandler.<init>(AnvilSaveHandler.java:18)     at net.minecraft.world.chunk.storage.AnvilSaveConverter.func_75804_a(SourceFile:84)     at net.minecraft.client.Minecraft.func_71371_a(Minecraft.java:2346)     at net.minecraftforge.fml.client.FMLClientHandler.tryLoadExistingWorld(FMLClientHandler.java:734)     at net.minecraft.client.gui.GuiListWorldSelectionEntry.func_186777_e(GuiListWorldSelectionEntry.java:249)     at net.minecraft.client.gui.GuiListWorldSelectionEntry.func_186774_a(GuiListWorldSelectionEntry.java:199)     at net.minecraft.client.gui.GuiListWorldSelectionEntry.func_148278_a(GuiListWorldSelectionEntry.java:163)     at net.minecraft.client.gui.GuiListExtended.func_148179_a(SourceFile:41)     at net.minecraft.client.gui.GuiWorldSelection.func_73864_a(SourceFile:117)     at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:533)     at net.minecraft.client.gui.GuiWorldSelection.func_146274_d(SourceFile:49)     at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:501)     at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1759)     at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1098)     at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:398)     at net.minecraft.client.main.Main.main(SourceFile:123)     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.minecraft.launchwrapper.Launch.launch(Launch.java:135)     at net.minecraft.launchwrapper.Launch.main(Launch.java:28) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Client thread Stacktrace:     at net.minecraft.world.storage.SaveHandler.func_75766_h(SaveHandler.java:76)     at net.minecraft.world.storage.SaveHandler.<init>(SaveHandler.java:54)     at net.minecraft.world.chunk.storage.AnvilSaveHandler.<init>(AnvilSaveHandler.java:18)     at net.minecraft.world.chunk.storage.AnvilSaveConverter.func_75804_a(SourceFile:84)     at net.minecraft.client.Minecraft.func_71371_a(Minecraft.java:2346)     at net.minecraftforge.fml.client.FMLClientHandler.tryLoadExistingWorld(FMLClientHandler.java:734)     at net.minecraft.client.gui.GuiListWorldSelectionEntry.func_186777_e(GuiListWorldSelectionEntry.java:249)     at net.minecraft.client.gui.GuiListWorldSelectionEntry.func_186774_a(GuiListWorldSelectionEntry.java:199)     at net.minecraft.client.gui.GuiListWorldSelectionEntry.func_148278_a(GuiListWorldSelectionEntry.java:163)     at net.minecraft.client.gui.GuiListExtended.func_148179_a(SourceFile:41)     at net.minecraft.client.gui.GuiWorldSelection.func_73864_a(SourceFile:117)     at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:533)     at net.minecraft.client.gui.GuiWorldSelection.func_146274_d(SourceFile:49)     at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:501) -- Affected screen -- Details:     Screen name: net.minecraft.client.gui.GuiWorldSelection Stacktrace:     at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1759)     at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1098)     at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:398)     at net.minecraft.client.main.Main.main(SourceFile:123)     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.minecraft.launchwrapper.Launch.launch(Launch.java:135)     at net.minecraft.launchwrapper.Launch.main(Launch.java:28) -- System Details -- Details:     Minecraft Version: 1.12.2     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: 5013709368 bytes (4781 MB) / 11274289152 bytes (10752 MB) up to 12884901888 bytes (12288 MB)     JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx12G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M     IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0     FML: MCP 9.42 Powered by Forge 14.23.5.2859 Optifine OptiFine_1.12.2_HD_U_G5 99 mods loaded, 99 mods active     States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored     | State  | ID                          | Version               | Source                                            | Signature                                |     |:------ |:--------------------------- |:--------------------- |:------------------------------------------------- |:---------------------------------------- |     | LCHIJA | minecraft                   | 1.12.2                | minecraft.jar                                     | None                                     |     | LCHIJA | mcp                         | 9.42                  | minecraft.jar                                     | None                                     |     | LCHIJA | FML                         | 8.0.99.99             | forge-1.12.2-14.23.5.2859.jar                     | e3c3d50c7c986df74c645c0ac54639741c90a557 |     | LCHIJA | forge                       | 14.23.5.2859          | forge-1.12.2-14.23.5.2859.jar                     | e3c3d50c7c986df74c645c0ac54639741c90a557 |     | LCHIJA | openmodscore                | 0.12.2                | minecraft.jar                                     | None                                     |     | LCHIJA | obfuscate                   | 0.4.2                 | minecraft.jar                                     | None                                     |     | LCHIJA | securitycraft               | v1.9.9                | [1.12.2] SecurityCraft v1.9.9.jar                 | None                                     |     | LCHIJA | mts                         | 22.14.2               | Immersive Vehicles-1.12.2-22.14.2.jar             | None                                     |     | LCHIJA | mtsaircooled                | 1.0.1                 | Air-Cooled Pack [MTS] 1.10.2-14.0.0-1.0.1.jar     | None                                     |     | LCHIJA | codechickenlib              | 3.2.3.358             | CodeChickenLib-1.12.2-3.2.3.358-universal.jar     | f1850c39b2516232a2108a7bd84d1cb5df93b261 |     | LCHIJA | ancientwarfare              | 1.12.2-2.7.0.1038     | ancientwarfare-1.12.2-2.7.0.1038.jar              | None                                     |     | LCHIJA | redstoneflux                | 2.1.1                 | RedstoneFlux-1.12-2.1.1.1-universal.jar           | None                                     |     | LCHIJA | ancientwarfareautomation    | 1.12.2-2.7.0.1038     | ancientwarfare-1.12.2-2.7.0.1038.jar              | None                                     |     | LCHIJA | ancientwarfarenpc           | 1.12.2-2.7.0.1038     | ancientwarfare-1.12.2-2.7.0.1038.jar              | None                                     |     | LCHIJA | ancientwarfarestructure     | 1.12.2-2.7.0.1038     | ancientwarfare-1.12.2-2.7.0.1038.jar              | None                                     |     | LCHIJA | ancientwarfarevehicle       | 1.12.2-2.7.0.1038     | ancientwarfare-1.12.2-2.7.0.1038.jar              | None                                     |     | LCHIJA | craftstudioapi              | 1.0.0                 | CraftStudio-1.0.0.93-mc1.12-alpha.jar             | None                                     |     | LCHIJA | animania                    | 2.0.3.28              | animania-1.12.2-base-2.0.3.28.jar                 | None                                     |     | LCHIJA | architecturecraft           | @VERSION@             | architecturecraft-1.12-3.108.jar                  | None                                     |     | LCHIJA | betteranimationscollection2 | 1.0.2                 | BetterAnimationsCollection2-v1.0.2-1.12.2.jar     | 12d137bcc36051a1c2c8ea7211cfc1da1c6e9dea |     | LCHIJA | forgelin                    | 1.8.3                 | Forgelin-1.8.3.jar                                | None                                     |     | LCHIJA | betterfoliage               | 2.3.1                 | BetterFoliage-MC1.12-2.3.2.jar                    | None                                     |     | LCHIJA | bibliocraft                 | 2.4.6                 | BiblioCraft[v2.4.6][MC1.12.2].jar                 | None                                     |     | LCHIJA | biomestaff                  | 1.0.0                 | BiomeStaff-1.12.2-1.0.0.jar                       | None                                     |     | LCHIJA | blockcraftery               | 1.12.2-1.3.1          | blockcraftery-1.12.2-1.3.1.jar                    | None                                     |     | LCHIJA | bookshelf                   | 2.3.590               | Bookshelf-1.12.2-2.3.590.jar                      | d476d1b22b218a10d845928d1665d45fce301b27 |     | LCHIJA | bookworm                    | 1.12.2-2.5.2.1        | Bookworm-Library-Mod-1.12.2.jar                   | None                                     |     | LCHIJA | brandonscore                | 2.4.20                | BrandonsCore-1.12.2-2.4.20.162-universal.jar      | None                                     |     | LCHIJA | bspkrscore                  | 8.0.0                 | BspkrsCore-1.12.2.jar                             | None                                     |     | LCHIJA | carpentersblocks            | 3.4.0-poc.6           | Carpenters-Blocks-v3.4.0-poc.6-MC-1.12.2.jar      | None                                     |     | LCHIJA | ctm                         | MC1.12.2-1.0.2.31     | CTM-MC1.12.2-1.0.2.31.jar                         | None                                     |     | LCHIJA | jei                         | 4.16.1.1012           | jei_1.12.2-4.16.1.1012.jar                        | None                                     |     | LCHIJA | chisel                      | MC1.12.2-1.0.2.45     | Chisel-Mod-1.12.2.jar                             | None                                     |     | LCHIJA | chiselsandbits              | 14.33                 | chiselsandbits-14.33.jar                          | None                                     |     | LCHIJA | customspawner               | 3.11.4                | CustomMobSpawner-3.11.5.jar                       | None                                     |     | LCHIJA | customsignposts             | 1.0                   | customsignposts-1.12.2-1.0.1.jar                  | None                                     |     | LCHIJA | ptrmodellib                 | 1.0.5                 | PTRLib-1.0.5.jar                                  | None                                     |     | LCHIJA | props                       | 2.6.3.7               | Decocraft-2.6.3.7_1.12.2.jar                      | None                                     |     | LCHIJA | mocreatures                 | 12.0.5                | DrZharks MoCreatures Mod-12.0.5.jar               | None                                     |     | LCHIJA | engineersdecor              | 1.1.5                 | engineersdecor-1.12.2-1.1.5.jar                   | ed58ed655893ced6280650866985abcae2bf7559 |     | LCHIJA | exoticbirds                 | 1.0                   | Exotic Birds 1.12.2-3.2.0.jar                     | None                                     |     | LCHIJA | unuparts                    | 6.5.0                 | UNU Parts Pack [MTS] 1.12.2-22.13.0-6.5.0.jar     | None                                     |     | LCHIJA | unuverse                    | 2.0.0                 | ExpandedUNUversePack[MTS]1.12.2-19.15.5-2.0.0.jar | None                                     |     | LCHIJA | fairylights                 | 2.1.10                | fairylights-2.2.0-1.12.2.jar                      | None                                     |     | LCHIJA | fcl                         | 1.12.82               | FCL-1.12.82c.jar                                  | None                                     |     | LCHIJA | net/fexcraft/lib/frl        | 1.2                   | FCL-1.12.82c.jar                                  | None                                     |     | LCHIJA | net/fexcraft/lib/tmt        | 1.15                  | FCL-1.12.82c.jar                                  | None                                     |     | LCHIJA | famm                        | 3.4.0                 | Fexs-Alphabet-and-More-Mod-Forge-1.12.2.jar       | None                                     |     | LCHIJA | forgemultipartcbe           | 2.6.2.83              | ForgeMultipart-1.12.2-2.6.2.83-universal.jar      | f1850c39b2516232a2108a7bd84d1cb5df93b261 |     | LCHIJA | microblockcbe               | 2.6.2.83              | ForgeMultipart-1.12.2-2.6.2.83-universal.jar      | None                                     |     | LCHIJA | minecraftmultipartcbe       | 2.6.2.83              | ForgeMultipart-1.12.2-2.6.2.83-universal.jar      | None                                     |     | LCHIJA | funkylocomotion             | 1.0                   | funky-locomotion-1.12.2-1.1.2.jar                 | None                                     |     | LCHIJA | furenikusroads              | 1.2.5                 | Furenikus_Roads-1.2.5.jar                         | None                                     |     | LCHIJA | cfm                         | 6.3.0                 | furniture-6.3.2-1.12.2.jar                        | None                                     |     | LCHIJA | waila                       | 1.8.22                | Hwyla-1.8.22-B37_1.12.jar                         | None                                     |     | LCHIJA | trackapi                    | 1.2                   | TrackAPI-1.2.jar                                  | None                                     |     | LCHIJA | universalmodcore            | 1.2.1                 | UniversalModCore-1.12.2-forge-1.2.1.jar           | None                                     |     | LCHIJA | immersiverailroading        | 1.10.0                | ImmersiveRailroading-1.12.2-forge-1.10.0.jar      | None                                     |     | LCHIJA | journeymap                  | 1.12.2-5.7.1p2        | journeymap-1.12.2-5.7.1p2.jar                     | None                                     |     | LCHIJA | zawa                        | 1.12.2-2.1.3          | zawa-1.12.2-2.1.3.jar                             | 3ee471ded1bba54aa82f4f5ca5ca82dd67b8ef42 |     | LCHIJA | lilcritters                 | 1.12.2-1.1.0.0        | Lil-Critters-Mod-Forge-1.12.2.jar                 | None                                     |     | LCHIJA | malisiscore                 | 1.12.2-6.5.1-SNAPSHOT | MalisisCore-1.12.2.jar                            | None                                     |     | LCHIJA | malisisdoors                | 1.12.2-7.3.0          | MalisisDoors-Mod-1.12.2.jar                       | None                                     |     | LCHIJA | mcwbridges                  | 1.0.6                 | mcw-bridges-1.0.6b-mc1.12.2.jar                   | None                                     |     | LCHIJA | mcwfences                   | 1.0.0                 | mcw-fences-1.0.0-mc1.12.2.jar                     | None                                     |     | LCHIJA | mcwroofs                    | 1.0.2                 | mcw-roofs-1.0.2-mc1.12.2.jar                      | None                                     |     | LCHIJA | moon-core                   | 7.0                   | Moons-Core-Forge-1.12.2.jar                       | None                                     |     | LCHIJA | mrtjpcore                   | 2.1.4.43              | MrTJPCore-1.12.2-2.1.4.43-universal.jar           | None                                     |     | LCHIJA | railcraft                   | 12.0.0                | railcraft-12.0.0.jar                              | a0c255ac501b2749537d5824bb0f0588bf0320fa |     | LCHIJA | mtr                         | 3.0.0                 | MTR-1.12.2-alpha-test-0.0.1.jar                   | None                                     |     | LCHIJA | kadwinjpvehicles            | 2.0.0                 | MTS_Kadwin_JP_Vehicles_Pack_4.1.jar               | None                                     |     | LCHIJA | ngtlib                      | 2.4.21                | NGTLib2.4.21-38_forge-1.12.2-14.23.2.2611.jar     | None                                     |     | LCHIJA | projectintelligence         | 1.0.9                 | ProjectIntelligence-1.12.2-1.0.9.28-universal.jar | None                                     |     | LCHIJA | nei                         | 2.4.3                 | NotEnoughItems-1.12.2-2.4.3.245-universal.jar     | f1850c39b2516232a2108a7bd84d1cb5df93b261 |     | LCHIJA | oe                          | 1.0.7                 | OceanicExpanse-1.0.7.jar                          | None                                     |     | LCHIJA | openmods                    | 0.12.2                | OpenModsLib-1.12.2-0.12.2.jar                     | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |     | LCHIJA | openblocks                  | 1.8.1                 | OpenBlocks-1.12.2-1.8.1.jar                       | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |     | LCHIJA | placeableitems              | 3.3                   | placeableitems-3.3.jar                            | None                                     |     | LCHIJA | projectred-core             | 4.9.4.120             | ProjectRed-1.12.2-4.9.4.120-Base.jar              | None                                     |     | LCHIJA | projectred-integration      | 4.9.4.120             | ProjectRed-1.12.2-4.9.4.120-integration.jar       | None                                     |     | LCHIJA | projectred-transmission     | 4.9.4.120             | ProjectRed-1.12.2-4.9.4.120-integration.jar       | None                                     |     | LCHIJA | projectred-illumination     | 4.9.4.120             | ProjectRed-1.12.2-4.9.4.120-lighting.jar          | None                                     |     | LCHIJA | projectred-expansion        | 4.9.4.120             | ProjectRed-1.12.2-4.9.4.120-mechanical.jar        | None                                     |     | LCHIJA | projectred-relocation       | 4.9.4.120             | ProjectRed-1.12.2-4.9.4.120-mechanical.jar        | None                                     |     | LCHIJA | projectred-transportation   | 4.9.4.120             | ProjectRed-1.12.2-4.9.4.120-mechanical.jar        | None                                     |     | LCHIJA | rtm                         | 2.4.24                | RTM2.4.24-43_forge-1.12.2-14.23.2.2611.jar        | None                                     |     | LCHIJA | trafficcontrol              | 1.1.1                 | trafficcontrol-1.1.1.jar                          | None                                     |     | LCHIJA | travelersbackpack           | 1.0.35                | TravelersBackpack-1.12.2-1.0.35.jar               | None                                     |     | LCHIJA | iv_tpp                      | 2.22.0                | Trin Parts Pack-1.12.2-2.23.1.jar                 | None                                     |     | LCHIJA | unucivil                    | 6.3.0                 | UNU Civilian Pack [MTS] 1.12.2-22.13.0-6.3.0.jar  | None                                     |     | LCHIJA | vehicle                     | 0.44.1                | vehicle-mod-0.44.1-1.12.2.jar                     | None                                     |     | LCHIJA | wawla                       | 2.6.275               | Wawla-1.12.2-2.6.275.jar                          | d476d1b22b218a10d845928d1665d45fce301b27 |     | LCHIJA | worldedit                   | 6.1.10                | worldedit-forge-mc1.12.2-6.1.10-dist.jar          | None                                     |     | LCHIJA | worldstatecheckpoints       | 1.12.2.1.2.1          | WorldStateCheckpoints-client-1.12.2.1.2.1.jar     | None                                     |     | LCHIJA | wrcbe                       | 2.3.2                 | WR-CBE-1.12.2-2.3.2.33-universal.jar              | f1850c39b2516232a2108a7bd84d1cb5df93b261 |     | LCHIJA | zoocraftdiscoveries         | 1.0                   | Zoocraft+Discoveries+1.12.2-1.3.0.jar             | None                                     |     | LCHIJA | immersiveengineering        | 0.12-98               | ImmersiveEngineering-0.12-98.jar                  | None                                     |     | LCHIJA | fix-rtm                     | 2.0.28                | fixRtm-2.0.28.jar                                 | None                                     |     | LCHIJA | mysticallib                 | 1.12.2-1.13.0         | mysticallib-1.12.2-1.13.0.jar                     | None                                     |     Loaded coremods (and transformers): ForgelinPlugin (Forgelin-1.8.3.jar)   PatchingFixRtmCorePlugin (fixRtm-2.0.28.jar)   com.anatawa12.fixRtm.asm.patching.PatchApplier IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)   blusunrize.immersiveengineering.common.asm.IEClassTransformer FixRtmCorePlugin (fixRtm-2.0.28.jar)   JarInJarLoaderCoreMod (fixRtm-2.0.28.jar)   com.anatawa12.fixRtm.jarInJar.JarInJarPatcher BetterFoliageLoader (BetterFoliage-MC1.12-2.3.2.jar)   mods.betterfoliage.loader.BetterFoliageTransformer SecurityCraftLoadingPlugin ([1.12.2] SecurityCraft v1.9.9.jar)   OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)   openmods.core.OpenModsClassTransformer MalisisCorePlugin (MalisisCore-1.12.2.jar)   ObfuscatePlugin (obfuscate-0.4.2-1.12.2.jar)   com.mrcrayfish.obfuscate.asm.ObfuscateTransformer CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)   team.chisel.ctm.client.asm.CTMTransformer HookingFixRtmCorePlugin (fixRtm-2.0.28.jar)   com.anatawa12.fixRtm.asm.hooking.HookingTransformer     GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 551.86' Renderer: 'NVIDIA GeForce RTX 3070/PCIe/SSE2'     OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:FINISHED],[player_render_hook:FINISHED],[horse_null_fix:FINISHED]     RTM Model Status: Initialized 1048 models, Using 0 models     I = Initialized, C = Constructed, SMP = SMP includeds     | model pack                                      | all | I | C   | SMP |     |:----------------------------------------------- |:--- |:- |:--- |:--- |     | mods\ModelPack_Nak_5_Structure_240313.zip       | 458 | 0 | 458 | 0   |     | mods\RTM2.4.24-43_forge-1.12.2-14.23.2.2611.jar | 281 | 0 | 281 | 0   |     | mods\rtm_Saracalias Pack v0.2.01.zip            | 309 | 0 | 309 | 0   |     Launched Version: 1.12.2-forge-14.23.5.2859     LWJGL: 2.9.4     OpenGL: NVIDIA GeForce RTX 3070/PCIe/SSE2 GL version 4.6.0 NVIDIA 551.86, NVIDIA Corporation     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 'fml,forge'     Type: Client (map_client.txt)     Resource Packs: NickMiner69V2.zip, MPT-4.zip, feldbahnpackv1-3.zip, G_P_Narrow_Gauge_Texel_Pack_V1.0.3.zip     Current Language: English (US)     Profiler Position: N/A (disabled)     CPU: 8x Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz     OptiFine Version: OptiFine_1.12.2_HD_U_G5     OptiFine Build: 20210124-142939     Render Distance Chunks: 12     Mipmaps: 4     Anisotropic Filtering: 1     Antialiasing: 0     Multitexture: false     Shaders: null     OpenGlVersion: 4.6.0 NVIDIA 551.86     OpenGlRenderer: NVIDIA GeForce RTX 3070/PCIe/SSE2     OpenGlVendor: NVIDIA Corporation     CpuCount: 8
    • OLXTOTO: Menikmati Sensasi Bermain Togel dan Slot dengan Aman dan Mengasyikkan   Dunia perjudian daring terus berkembang dengan cepat, dan salah satu situs yang telah menonjol dalam pasar adalah OLXTOTO. Sebagai platform resmi untuk permainan togel dan slot, OLXTOTO telah memenangkan kepercayaan banyak pemain dengan menyediakan pengalaman bermain yang aman, adil, dan mengasyikkan.   Keamanan Sebagai Prioritas Utama   Salah satu aspek utama yang membuat OLXTOTO begitu menonjol adalah komitmennya terhadap keamanan pemain. Dengan menggunakan teknologi enkripsi terkini, situs ini memastikan bahwa semua informasi pribadi dan keuangan para pemain tetap aman dan terlindungi dari akses yang tidak sah.   Beragam Permainan yang Menarik   Di OLXTOTO, pemain dapat menemukan beragam permainan yang menarik untuk dinikmati. Mulai dari permainan klasik seperti togel hingga slot modern dengan fitur-fitur inovatif, ada sesuatu untuk setiap selera dan preferensi. Grafik yang memukau dan efek suara yang mengagumkan menambah keseruan setiap putaran. Peluang Menang yang Tinggi   Salah satu hal yang paling menarik bagi para pemain adalah peluang menang yang tinggi yang ditawarkan oleh OLXTOTO. Dengan pembayaran yang adil dan peluang yang setara bagi semua pemain, setiap taruhan memberikan kesempatan nyata untuk memenangkan hadiah besar.   Layanan Pelanggan yang Responsif   Tim layanan pelanggan OLXTOTO siap membantu para pemain dengan setiap pertanyaan atau masalah yang mereka hadapi. Dengan layanan yang ramah dan responsif, pemain dapat yakin bahwa mereka akan mendapatkan bantuan yang mereka butuhkan dengan cepat dan efisien.   Kesimpulan   OLXTOTO telah membuktikan dirinya sebagai salah satu situs terbaik untuk penggemar togel dan slot online. Dengan fokus pada keamanan, beragam permainan yang menarik, peluang menang yang tinggi, dan layanan pelanggan yang luar biasa, tidak mengherankan bahwa situs ini telah menjadi pilihan utama bagi banyak pemain.   Jadi, jika Anda mencari pengalaman bermain yang aman, adil, dan mengasyikkan, jangan ragu untuk bergabung dengan OLXTOTO hari ini dan rasakan sensasi kemenangan!      
    • i notice a change if i add the min and max ram in the line like this for example:    # Xmx and Xms set the maximum and minimum RAM usage, respectively. # They can take any number, followed by an M or a G. # M means Megabyte, G means Gigabyte. # For example, to set the maximum to 3GB: -Xmx3G # To set the minimum to 2.5GB: -Xms2500M # A good default for a modded server is 4GB. # Uncomment the next line to set it. -Xmx10240M -Xms8192M    i need to make more experiments but for now this apparently works.
    • Selamat datang di OLXTOTO, situs slot gacor terpanas yang sedang booming di industri perjudian online. Jika Anda mencari pengalaman bermain yang luar biasa, maka OLXTOTO adalah tempat yang tepat untuk Anda. Dapatkan sensasi tidak biasa dengan variasi slot online terlengkap dan peluang memenangkan jackpot slot maxwin yang sering. Di sini, Anda akan merasakan keseruan yang luar biasa dalam bermain judi slot. DAFTAR OLXTOTO DISINI LOGIN OLXTOTO DISINI AKUN PRO OLXTOTO DISINI   Slot Gacor untuk Sensasi Bermain Maksimal Olahraga cepat dan seru dengan slot gacor di OLXTOTO. Rasakan sensasi bermain maksimal dengan mesin slot yang memberikan kemenangan beruntun. Temukan keberuntungan Anda di antara berbagai pilihan slot gacor yang tersedia dan rasakan kegembiraan bermain judi slot yang tak terlupakan. Situs Slot Terpercaya dengan Pilihan Terlengkap OLXTOTO adalah situs slot terpercaya yang menawarkan pilihan terlengkap dalam perjudian online. Nikmati berbagai genre dan tema slot online yang menarik, dari slot klasik hingga slot video yang inovatif. Dipercaya oleh jutaan pemain, OLXTOTO memberikan pengalaman bermain yang aman dan terjamin.   Jackpot Slot Maxwin Sering Untuk Peluang Besar Di OLXTOTO, kami tidak hanya memberikan hadiah slot biasa, tapi juga memberikan kesempatan kepada pemain untuk memenangkan jackpot slot maxwin yang sering. Dengan demikian, Anda dapat meraih keberuntungan besar dan memenangkan ribuan rupiah sebagai hadiah jackpot slot maxwin kami. Jackpot slot maxwin merupakan peluang besar bagi para pemain judi slot untuk meraih keuntungan yang lebih besar. Dalam permainan kami, Anda tidak harus terpaku pada kemenangan biasa saja. Kami hadir dengan jackpot slot maxwin yang sering, sehingga Anda memiliki peluang yang lebih besar untuk meraih kemenangan besar dengan hadiah yang menggiurkan. Dalam permainan judi slot, pengalaman bermain bukan hanya tentang keseruan dan hiburan semata. Kami memahami bahwa para pemain juga menginginkan kesempatan untuk meraih keberuntungan besar. Oleh karena itu, OLXTOTO hadir dengan jackpot slot maxwin yang sering untuk memberikan peluang besar kepada para pemain kami. Peluang Besar Menang Jackpot Slot Maxwin Peluang menang jackpot slot maxwin di OLXTOTO sangatlah besar. Anda tidak perlu khawatir tentang batasan atau pembatasan dalam meraih jackpot tersebut. Kami ingin memberikan kesempatan kepada semua pemain kami untuk merasakan sensasi menang dalam jumlah yang luar biasa. Jackpot slot maxwin kami dibuka untuk semua pemain judi slot di OLXTOTO. Anda memiliki peluang yang sama dengan pemain lainnya untuk memenangkan hadiah jackpot yang besar. Kami percaya bahwa semua orang memiliki kesempatan untuk meraih keberuntungan besar, dan itulah mengapa kami menyediakan jackpot slot maxwin yang sering untuk memenuhi harapan dan keinginan Anda.  
    • LOGIN DAN DAFTAR DISINI SEKARANG !!!! Blacktogel adalah situs judi slot online yang menjadi pilihan banyak penggemar judi slot gacor di Indonesia. Dengan platform yang sangat user-friendly dan berbagai macam permainan slot yang tersedia, Blacktogel menjadi tempat yang tepat untuk penggemar judi slot online. Dalam artikel ini, kami akan membahas tentang Blacktogel dan keunggulan situs slot gacor online yang disediakan.  
  • Topics

×
×
  • Create New...

Important Information

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