Jump to content

java.lang.NullPointerException: Initializing game


Recommended Posts

English: I still have this crash report, I already have my java updated, I uninstalled and reinstalled the game, I checked that all mods were from the same version (1.15.2) and compatible with forge and no fabric and it keeps showing the same error

Anyone who can tell me what's wrong?

Español: Todavía tengo este informe de bloqueo, ya tengo mi java actualizado, desinstalé y reinstalé el juego, verifiqué que todas las modificaciones fueran de la misma versión (1.15.2) y compatibles con forge y no fabric y sigue mostrando el mismo error ¿Alguien que pueda decirme qué pasa?

 

---- Minecraft Crash Report ----
// Hi. I'm Minecraft, and I'm a crashaholic.

Time: 3/06/20 01:11 PM
Description: Initializing game

java.lang.NullPointerException: Initializing game
    at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at knightminer.inspirations.building.BuildingClientProxy.registerBlockColors(BuildingClientProxy.java:100) ~[?:1.15.2-1.1.0] {re:classloading}
    at net.minecraftforge.eventbus.ASMEventHandler_603_BuildingClientProxy_registerBlockColors_Block.invoke(.dynamic) ~[?:?] {}
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-2.2.0-service.jar:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.2.0-service.jar:?] {}
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:31.2] {re:classloading}
    at net.minecraftforge.fml.ModLoader.lambda$postEvent$31(ModLoader.java:260) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader$$Lambda$5499/1166501724.accept(Unknown Source) ~[?:?] {}
    at java.util.HashMap.forEach(HashMap.java:1280) ~[?:1.8.0_51] {}
    at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:218) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260) ~[?:?] {re:classloading}
    at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:207) ~[?:?] {re:classloading}
    at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:419) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.main(SourceFile:166) [?:?] {re:classloading}
    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:51) [forge-1.15.2-31.2.5.jar:31.2] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$424/1385966234.call(Unknown Source) [forge-1.15.2-31.2.5.jar:31.2] {}
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.1.0.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.1.0.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.1.0.jar:?] {}
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.1.0.jar:?] {}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.1.0.jar:?] {}


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

-- Head --
Thread: Render thread
Stacktrace:
    at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97)
    at knightminer.inspirations.building.BuildingClientProxy.registerBlockColors(BuildingClientProxy.java:100)
    at net.minecraftforge.eventbus.ASMEventHandler_603_BuildingClientProxy_registerBlockColors_Block.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$31(ModLoader.java:260)
    at net.minecraftforge.fml.ModLoader$$Lambda$5499/1166501724.accept(Unknown Source)
    at java.util.HashMap.forEach(HashMap.java:1280)
    at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:218)
    at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260)
    at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:207)
    at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76)
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:419)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.main.Main.main(SourceFile:166)
    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:51)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$424/1385966234.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.15.2
    Minecraft Version ID: 1.15.2
    Operating System: Windows 8 (amd64) version 6.2
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 1425024664 bytes (1359 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: 5.1.0+69+master.79f13f7
    ModLauncher launch target: fmlclient
    ModLauncher naming: srg
    ModLauncher services: 
        /eventbus-2.2.0-service.jar eventbus PLUGINSERVICE 
        /forge-1.15.2-31.2.5.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.15.2-31.2.5.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-2.1.1-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge-1.15.2-31.2.5.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.15.2-31.2.5.jar runtimedistcleaner PLUGINSERVICE 
        /preview_OptiFine_1.15.2_HD_U_G1_pre19.jar OptiFine TRANSFORMATIONSERVICE 
        /forge-1.15.2-31.2.5.jar fml TRANSFORMATIONSERVICE 
    FML: 31.2
    Forge: net.minecraftforge:31.2.5
    FML Language Providers: 
        javafml@31.2
        minecraft@1
        kotlinfml@1.5.2
    Mod List: 
        MCEarthMobs-0.18.3-1.15.2.jar MC Earth Mobs {minecraft_earth@0.18.3 CREATE_REGISTRIES}
        CraftingAutomat-MC1.15.2-1.2.2.jar Crafting Automat {craftingautomat@1.2.2 CREATE_REGISTRIES}
        jei-1.15.2-6.0.0.2.jar Just Enough Items {jei@6.0.0.2 CREATE_REGISTRIES}
        Teletubbies-1.15.2-6.0.0.jar Teletubbies {teletubbies@6.0.0 CREATE_REGISTRIES}
        Abnormals-Core-1.15.2-v1.0.5.jar Abnormals Core {abnormals_core@1.0.5 CREATE_REGISTRIES}
        Uppers-0.2.12.jar Uppers {uppers@0.2.12 CREATE_REGISTRIES}
        goblintraders-1.2.0-1.15.2.jar Goblin Traders {goblintraders@1.2.0 CREATE_REGISTRIES}
        caelus-FORGE-1.15.2-2.0-beta1.jar Caelus API {caelus@FORGE-1.15.2-2.0-beta1 CREATE_REGISTRIES}
        Upgrade-Aquatic-1.15.2-v1.6.0.jar Upgrade Aquatic {upgrade_aquatic@1.6.0 CREATE_REGISTRIES}
        colytra-FORGE-1.15.2-3.0.jar Colytra {colytra@FORGE-1.15.2-3.0 CREATE_REGISTRIES}
        Neat+1.6-21.jar Neat {neat@1.6-21 CREATE_REGISTRIES}
        BetterCaves-1.15.2-1.0.jar YUNG's Better Caves {bettercaves@1.15.2-1.0 CREATE_REGISTRIES}
        Placebo-1.15.2-3.0.2.jar Placebo {placebo@3.0.2 CREATE_REGISTRIES}
        citadel-1.1.7.jar Citadel {citadel@1.1.7 CREATE_REGISTRIES}
        good-nights-sleep-1.15.2-1.0.3.jar Good Night's Sleep {goodnightsleep@1.0.3 CREATE_REGISTRIES}
        FruitTrees-1.15.2-1.1.5.jar Fruit Trees {fruittrees@1.1.5 CREATE_REGISTRIES}
        Kiwi-1.15.2-2.7.1.jar Kiwi {kiwi@2.7.1 CREATE_REGISTRIES}
        DungeonCrawl-1.15.2-1.6.1.jar Dungeon Crawl {dungeoncrawl@1.6.1 CREATE_REGISTRIES}
        betteranimalsplus-1.15.2-8.2.1.96.jar Better Animals Plus {betteranimalsplus@8.2.1.96 CREATE_REGISTRIES}
        MutantBeasts-1.15.2-1.0.7.jar Mutant Beasts {mutantbeasts@1.15.2-1.0.7 CREATE_REGISTRIES}
        branders-enhanced-spawnermod-1.15.2-1.6.5.jar Enhanced Mob Spawners {spawnermod@1.6.5 CREATE_REGISTRIES}
        The-Endergetic-Expansion-1.15.2-v1.3.1.jar The Endergetic Expansion {endergetic@1.3.1 CREATE_REGISTRIES}
        u_team_core-1.15.2-2.11.0.156.jar U Team Core {uteamcore@2.11.0.156 CREATE_REGISTRIES}
        EnhancedVanilla_Snapshot_20w22c-Forge-1.15.2.31.2.0.jar Enhanced Vanilla {enhancedvanilla@Snapshot 20w22c CREATE_REGISTRIES}
        Apotheosis-1.15.2-3.1.2.jar Apotheosis {apotheosis@3.1.2 CREATE_REGISTRIES}
        venture-1.0.0-1.15.2.jar Venture {venture@1.0.0 CREATE_REGISTRIES}
        leveluphp-mc1.15.2-forge-5.1.2.jar Level Up HP {leveluphp@5.1.2 CREATE_REGISTRIES}
        traverse-1.15.2-3.0.0.jar Traverse {traverse@1.15.2-3.0.0 CREATE_REGISTRIES}
        FpsReducer-mc1.15.2-1.14.1.jar FPS Reducer {fpsreducer@mc1.15.2-1.14.1 CREATE_REGISTRIES}
        immersive-portals-0.10(forMc1.15withForge).jar Immersive Portals {immersive_portals@0.10 CREATE_REGISTRIES}
        ExpOreMod-1.15.2-1.1.jar Exp Ore Block {exp_ore@1.1 CREATE_REGISTRIES}
        BetterThanMending-1.4.0.jar BetterThanMending {betterthanmending@1.4.0 CREATE_REGISTRIES}
        tirphycraft-2.0.4.jar TirphyCraft II {tirphycraft@1.0 CREATE_REGISTRIES}
        Swamp-Expansion-1.15.2-v1.7.1.jar Swamp Expansion {swampexpansion@NONE CREATE_REGISTRIES}
        forge-1.15.2-31.2.5-universal.jar Forge {forge@31.2.5 CREATE_REGISTRIES}
        mysticallib-1.15.2-2.0.0.jar Mystical Lib {mysticallib@1.15.2-2.0.0 CREATE_REGISTRIES}
        exp_bottling-1.15.2-1.jar EXP Bottling {exp_bottling@1.15.2-1 CREATE_REGISTRIES}
        structure-gel-api-1.15.2-1.0.0.jar Structure Gel API {structure_gel@1.0.0 CREATE_REGISTRIES}
        corpse-1.15.2-1.0.0.jar Corpse {corpse@1.15.2-1.0.0 CREATE_REGISTRIES}
        MinersAdvantage-1.15.2-1.6.7.29.jar MinersAdvantage {minersadvantage@1.15.2-1.6.7.29 CREATE_REGISTRIES}
        RottenCreatures-1.15.2-0.9.7.jar Rotten Creatures {rotten_creatures@0.9.7 CREATE_REGISTRIES}
        forge-1.15.2-31.2.5-client.jar Minecraft {minecraft@1.15.2 CREATE_REGISTRIES}
        useful_backpacks-1.15.2-1.9.0.52.jar Useful Backpacks {usefulbackpacks@1.9.0.52 CREATE_REGISTRIES}
        pandoras_creatures-1.15.2-1.0.0.jar Pandoras Creatures {pandoras_creatures@1.15.2-1.0.0 CREATE_REGISTRIES}
        uniquedungeons-1.1.1-universal.jar Unique Dungeons {dungeons@1.1.1 CREATE_REGISTRIES}
        BiomesOPlenty-1.15.2-10.0.0.300-universal.jar Biomes O' Plenty {biomesoplenty@1.15.2-10.0.0.299 CREATE_REGISTRIES}
        valhelsia_structures-15.0.3.jar Valhelsia Structures {valhelsia_structures@15.0.3 CREATE_REGISTRIES}
        dungeons-plus-1.15.2-1.0.0.jar Dungeons Plus {dungeons_plus@1.0.0 CREATE_REGISTRIES}
        wards-1.15.2-1.4.0.jar Wards {wards@1.15.2-1.4.0 CREATE_REGISTRIES}
        xercamod-1.15.2-1.0.jar Xerca Mod {xercamod@1.15.2-1.0 CREATE_REGISTRIES}
        Atmospheric-1.15.2-1.4.0.jar Atmospheric {atmospheric@1.4.0 CREATE_REGISTRIES}
        Bountiful-1.15.2-3.1.1.jar Bountiful {bountiful@1.15.2-3.1.1 CREATE_REGISTRIES}
        dimdungeons-1.06-forge-1.15.2.jar Dimensional Dungeons {dimdungeons@1.15.2-1.06 CREATE_REGISTRIES}
        randomenchants-3.1.0.jar Random Enchants {randomenchants@3.1.0 ERROR}
        Savage-and-Ravage-1.15.2-v1.1.2.jar Savage & Ravage {savageandravage@v1.1.2 CREATE_REGISTRIES}
        Mantle-1.15.2-1.5.15.jar Mantle {mantle@1.5.15 CREATE_REGISTRIES}
        Inspirations-1.15.2-1.1.0.jar Inspirations {inspirations@1.15.2-1.1.0 CREATE_REGISTRIES}
        Xaeros_Minimap_20.1.0_Forge_1.15.2.jar Xaero's Minimap {xaerominimap@20.1.0 CREATE_REGISTRIES}
        rats-5.0.0-1.15.2 (1).jar Rats {rats@5.0.0 CREATE_REGISTRIES}
        autumnity-1.3.1-1.15.2.jar Autumnity {autumnity@1.3.1 CREATE_REGISTRIES}
        OreExcavation-1.7.149.jar Ore Excavation {oreexcavation@NONE CREATE_REGISTRIES}
        EndReborn+[0.5.4].jar End: Reborn {endreborn@0.5.4 CREATE_REGISTRIES}
        DoubleSlabs-1.15-2.3.0.jar Double Slabs {doubleslabs@2.3.0 CREATE_REGISTRIES}
        themidnight-0.5.8.jar The Midnight {midnight@0.5.8 CREATE_REGISTRIES}
        AmbientEnvironment-3.0.0.jar Ambient Environment {ambientenvironment@3.0.0 CREATE_REGISTRIES}
        hunterillager-1.15.2-0.7.0.jar HunterIllager {hunterillager@0.7.0 CREATE_REGISTRIES}
        Biomes_You_Go-0.4.1-BETA.jar Oh The Biomes You'll Go {byg@0.4.0 CREATE_REGISTRIES}
        Aquaculture-1.15.2-2.0.9.jar Aquaculture 2 {aquaculture@1.15.2-2.0.9 CREATE_REGISTRIES}
        CloudBoots-1.15.2-2.0.0.jar Cloud Boots Mod {cloudboots@2.0.0 CREATE_REGISTRIES}
        MineMenu-1.15.2-1.8.4.jar MineMenu {minemenu@1.15.2-1.8.4 CREATE_REGISTRIES}
        Mubble-3.0.4-(Forge-1.15.2).jar Mubble {mubble@3.0.4 CREATE_REGISTRIES}
        farlanders-1.15.2-1.1.2.jar The Farlanders {farlanders@1.1.2 CREATE_REGISTRIES}
    Pulsar/inspirations loaded Pulses: 
        - InspirationsShared (Enabled/Forced)
        - InspirationsBuilding (Enabled/Not Forced)
        - InspirationsUtility (Enabled/Not Forced)
        - InspirationsTools (Enabled/Not Forced)
        - InspirationsTweaks (Enabled/Not Forced)

    Launched Version: 1.15.2-forge-31.2.5
    Backend library: LWJGL version 3.2.2 build 10
    Backend API: Intel(R) HD Graphics GL version 2.1.0 - Build 8.15.10.2900, Intel
    GL Caps: Using framebuffer using ARB_framebuffer_object extension
    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'forge'
    Type: Client (map_client.txt)
    CPU: 4x Intel(R) Core(TM) i7 CPU L 640 @ 2.13GHz
    OptiFine Version: OptiFine_1.15.2_HD_U_G1_pre19
    OptiFine Build: 20200601-002451
    Render Distance Chunks: 8
    Mipmaps: 4
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    Shaders: null
    OpenGlVersion: 2.1.0 - Build 8.15.10.2900
    OpenGlRenderer: Intel(R) HD Graphics
    OpenGlVendor: Intel
    CpuCount: 4

 

image.thumb.png.fa1271133fb5ecbd7fb83194f820d27b.png

image.png

image.png

image.png

Link to comment
Share on other sites

22 minutes ago, Will_Alquem said:

/preview_OptiFine_1.15.2_HD_U_G1_pre19.jar OptiFine TRANSFORMATIONSERVICE 
/forge-1.15.2-31.2.5.jar fml TRANSFORMATIONSERVICE 

Make sure you read the Optifine changelog for the versions of forge it is compatible with. The changelog is on the optifine downloads page right next to the download link. Optifine is very specific about what versions of forge it works with.

  • Thanks 1
Link to comment
Share on other sites

Just now, Ugdhar said:

Make sure you read the Optifine changelog for the versions of forge it is compatible with. The changelog is on the optifine downloads page right next to the download link. Optifine is very specific about what versions of forge it works with.

Txs, i'll check it

 

Link to comment
Share on other sites

12 minutes ago, Ugdhar said:

Make sure you read the Optifine changelog for the versions of forge it is compatible with. The changelog is on the optifine downloads page right next to the download link. Optifine is very specific about what versions of forge it works with.

I removed it and it still happens :(

 

Link to comment
Share on other sites

3 minutes ago, Ugdhar said:

Post the new log please :)

---- Minecraft Crash Report ----
// Don't be sad, have a hug! ❤️

Time: 3/06/20 02:42 PM
Description: Initializing game

java.lang.NullPointerException: Initializing game
    at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at knightminer.inspirations.building.BuildingClientProxy.registerBlockColors(BuildingClientProxy.java:100) ~[?:1.15.2-1.1.0] {re:classloading}
    at net.minecraftforge.eventbus.ASMEventHandler_604_BuildingClientProxy_registerBlockColors_Block.invoke(.dynamic) ~[?:?] {}
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-2.2.0-service.jar:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.2.0-service.jar:?] {}
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:31.2] {re:classloading}
    at net.minecraftforge.fml.ModLoader.lambda$postEvent$31(ModLoader.java:260) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader$$Lambda$5473/304767096.accept(Unknown Source) ~[?:?] {}
    at java.util.HashMap.forEach(HashMap.java:1280) ~[?:1.8.0_51] {}
    at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:218) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260) ~[?:?] {re:classloading}
    at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:207) ~[?:?] {re:classloading}
    at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:419) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.main(SourceFile:166) [?:?] {re:classloading}
    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:51) [forge-1.15.2-31.2.5.jar:31.2] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$422/462777594.call(Unknown Source) [forge-1.15.2-31.2.5.jar:31.2] {}
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.1.0.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.1.0.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.1.0.jar:?] {}
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.1.0.jar:?] {}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.1.0.jar:?] {}


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

-- Head --
Thread: Render thread
Stacktrace:
    at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97)
    at knightminer.inspirations.building.BuildingClientProxy.registerBlockColors(BuildingClientProxy.java:100)
    at net.minecraftforge.eventbus.ASMEventHandler_604_BuildingClientProxy_registerBlockColors_Block.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$31(ModLoader.java:260)
    at net.minecraftforge.fml.ModLoader$$Lambda$5473/304767096.accept(Unknown Source)
    at java.util.HashMap.forEach(HashMap.java:1280)
    at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:218)
    at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260)
    at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:207)
    at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76)
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:419)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.main.Main.main(SourceFile:166)
    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:51)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$422/462777594.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.15.2
    Minecraft Version ID: 1.15.2
    Operating System: Windows 8 (amd64) version 6.2
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 1354117712 bytes (1291 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: 5.1.0+69+master.79f13f7
    ModLauncher launch target: fmlclient
    ModLauncher naming: srg
    ModLauncher services: 
        /eventbus-2.2.0-service.jar eventbus PLUGINSERVICE 
        /forge-1.15.2-31.2.5.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.15.2-31.2.5.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-2.1.1-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge-1.15.2-31.2.5.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.15.2-31.2.5.jar runtimedistcleaner PLUGINSERVICE 
        /forge-1.15.2-31.2.5.jar fml TRANSFORMATIONSERVICE 
    FML: 31.2
    Forge: net.minecraftforge:31.2.5
    FML Language Providers: 
        javafml@31.2
        minecraft@1
        kotlinfml@1.5.2
    Mod List: 
        MCEarthMobs-0.18.3-1.15.2.jar MC Earth Mobs {minecraft_earth@0.18.3 CREATE_REGISTRIES}
        CraftingAutomat-MC1.15.2-1.2.2.jar Crafting Automat {craftingautomat@1.2.2 CREATE_REGISTRIES}
        jei-1.15.2-6.0.0.2.jar Just Enough Items {jei@6.0.0.2 CREATE_REGISTRIES}
        Teletubbies-1.15.2-6.0.0.jar Teletubbies {teletubbies@6.0.0 CREATE_REGISTRIES}
        Abnormals-Core-1.15.2-v1.0.5.jar Abnormals Core {abnormals_core@1.0.5 CREATE_REGISTRIES}
        Uppers-0.2.12.jar Uppers {uppers@0.2.12 CREATE_REGISTRIES}
        goblintraders-1.2.0-1.15.2.jar Goblin Traders {goblintraders@1.2.0 CREATE_REGISTRIES}
        caelus-FORGE-1.15.2-2.0-beta1.jar Caelus API {caelus@FORGE-1.15.2-2.0-beta1 CREATE_REGISTRIES}
        Upgrade-Aquatic-1.15.2-v1.6.0.jar Upgrade Aquatic {upgrade_aquatic@1.6.0 CREATE_REGISTRIES}
        colytra-FORGE-1.15.2-3.0.jar Colytra {colytra@FORGE-1.15.2-3.0 CREATE_REGISTRIES}
        Neat+1.6-21.jar Neat {neat@1.6-21 CREATE_REGISTRIES}
        BetterCaves-1.15.2-1.0.jar YUNG's Better Caves {bettercaves@1.15.2-1.0 CREATE_REGISTRIES}
        Placebo-1.15.2-3.0.2.jar Placebo {placebo@3.0.2 CREATE_REGISTRIES}
        citadel-1.1.7.jar Citadel {citadel@1.1.7 CREATE_REGISTRIES}
        good-nights-sleep-1.15.2-1.0.3.jar Good Night's Sleep {goodnightsleep@1.0.3 CREATE_REGISTRIES}
        FruitTrees-1.15.2-1.1.5.jar Fruit Trees {fruittrees@1.1.5 CREATE_REGISTRIES}
        Kiwi-1.15.2-2.7.1.jar Kiwi {kiwi@2.7.1 CREATE_REGISTRIES}
        DungeonCrawl-1.15.2-1.6.1.jar Dungeon Crawl {dungeoncrawl@1.6.1 CREATE_REGISTRIES}
        betteranimalsplus-1.15.2-8.2.1.96.jar Better Animals Plus {betteranimalsplus@8.2.1.96 CREATE_REGISTRIES}
        MutantBeasts-1.15.2-1.0.7.jar Mutant Beasts {mutantbeasts@1.15.2-1.0.7 CREATE_REGISTRIES}
        branders-enhanced-spawnermod-1.15.2-1.6.5.jar Enhanced Mob Spawners {spawnermod@1.6.5 CREATE_REGISTRIES}
        The-Endergetic-Expansion-1.15.2-v1.3.1.jar The Endergetic Expansion {endergetic@1.3.1 CREATE_REGISTRIES}
        u_team_core-1.15.2-2.11.0.156.jar U Team Core {uteamcore@2.11.0.156 CREATE_REGISTRIES}
        EnhancedVanilla_Snapshot_20w22c-Forge-1.15.2.31.2.0.jar Enhanced Vanilla {enhancedvanilla@Snapshot 20w22c CREATE_REGISTRIES}
        Apotheosis-1.15.2-3.1.2.jar Apotheosis {apotheosis@3.1.2 CREATE_REGISTRIES}
        venture-1.0.0-1.15.2.jar Venture {venture@1.0.0 CREATE_REGISTRIES}
        leveluphp-mc1.15.2-forge-5.1.2.jar Level Up HP {leveluphp@5.1.2 CREATE_REGISTRIES}
        traverse-1.15.2-3.0.0.jar Traverse {traverse@1.15.2-3.0.0 CREATE_REGISTRIES}
        FpsReducer-mc1.15.2-1.14.1.jar FPS Reducer {fpsreducer@mc1.15.2-1.14.1 CREATE_REGISTRIES}
        immersive-portals-0.10(forMc1.15withForge).jar Immersive Portals {immersive_portals@0.10 CREATE_REGISTRIES}
        ExpOreMod-1.15.2-1.1.jar Exp Ore Block {exp_ore@1.1 CREATE_REGISTRIES}
        BetterThanMending-1.4.0.jar BetterThanMending {betterthanmending@1.4.0 CREATE_REGISTRIES}
        tirphycraft-2.0.4.jar TirphyCraft II {tirphycraft@1.0 CREATE_REGISTRIES}
        Swamp-Expansion-1.15.2-v1.7.1.jar Swamp Expansion {swampexpansion@NONE CREATE_REGISTRIES}
        forge-1.15.2-31.2.5-universal.jar Forge {forge@31.2.5 CREATE_REGISTRIES}
        mysticallib-1.15.2-2.0.0.jar Mystical Lib {mysticallib@1.15.2-2.0.0 CREATE_REGISTRIES}
        exp_bottling-1.15.2-1.jar EXP Bottling {exp_bottling@1.15.2-1 CREATE_REGISTRIES}
        structure-gel-api-1.15.2-1.0.0.jar Structure Gel API {structure_gel@1.0.0 CREATE_REGISTRIES}
        corpse-1.15.2-1.0.0.jar Corpse {corpse@1.15.2-1.0.0 CREATE_REGISTRIES}
        MinersAdvantage-1.15.2-1.6.7.29.jar MinersAdvantage {minersadvantage@1.15.2-1.6.7.29 CREATE_REGISTRIES}
        RottenCreatures-1.15.2-0.9.7.jar Rotten Creatures {rotten_creatures@0.9.7 CREATE_REGISTRIES}
        forge-1.15.2-31.2.5-client.jar Minecraft {minecraft@1.15.2 CREATE_REGISTRIES}
        useful_backpacks-1.15.2-1.9.0.52.jar Useful Backpacks {usefulbackpacks@1.9.0.52 CREATE_REGISTRIES}
        pandoras_creatures-1.15.2-1.0.0.jar Pandoras Creatures {pandoras_creatures@1.15.2-1.0.0 CREATE_REGISTRIES}
        uniquedungeons-1.1.1-universal.jar Unique Dungeons {dungeons@1.1.1 CREATE_REGISTRIES}
        BiomesOPlenty-1.15.2-10.0.0.300-universal.jar Biomes O' Plenty {biomesoplenty@1.15.2-10.0.0.299 CREATE_REGISTRIES}
        valhelsia_structures-15.0.3.jar Valhelsia Structures {valhelsia_structures@15.0.3 CREATE_REGISTRIES}
        dungeons-plus-1.15.2-1.0.0.jar Dungeons Plus {dungeons_plus@1.0.0 CREATE_REGISTRIES}
        wards-1.15.2-1.4.0.jar Wards {wards@1.15.2-1.4.0 CREATE_REGISTRIES}
        xercamod-1.15.2-1.0.jar Xerca Mod {xercamod@1.15.2-1.0 CREATE_REGISTRIES}
        Atmospheric-1.15.2-1.4.0.jar Atmospheric {atmospheric@1.4.0 CREATE_REGISTRIES}
        Bountiful-1.15.2-3.1.1.jar Bountiful {bountiful@1.15.2-3.1.1 CREATE_REGISTRIES}
        dimdungeons-1.06-forge-1.15.2.jar Dimensional Dungeons {dimdungeons@1.15.2-1.06 CREATE_REGISTRIES}
        randomenchants-3.1.0.jar Random Enchants {randomenchants@3.1.0 ERROR}
        Savage-and-Ravage-1.15.2-v1.1.2.jar Savage & Ravage {savageandravage@v1.1.2 CREATE_REGISTRIES}
        Mantle-1.15.2-1.5.15.jar Mantle {mantle@1.5.15 CREATE_REGISTRIES}
        Inspirations-1.15.2-1.1.0.jar Inspirations {inspirations@1.15.2-1.1.0 CREATE_REGISTRIES}
        Xaeros_Minimap_20.1.0_Forge_1.15.2.jar Xaero's Minimap {xaerominimap@20.1.0 CREATE_REGISTRIES}
        rats-5.0.0-1.15.2 (1).jar Rats {rats@5.0.0 CREATE_REGISTRIES}
        autumnity-1.3.1-1.15.2.jar Autumnity {autumnity@1.3.1 CREATE_REGISTRIES}
        OreExcavation-1.7.149.jar Ore Excavation {oreexcavation@NONE CREATE_REGISTRIES}
        EndReborn+[0.5.4].jar End: Reborn {endreborn@0.5.4 CREATE_REGISTRIES}
        DoubleSlabs-1.15-2.3.0.jar Double Slabs {doubleslabs@2.3.0 CREATE_REGISTRIES}
        themidnight-0.5.8.jar The Midnight {midnight@0.5.8 CREATE_REGISTRIES}
        AmbientEnvironment-3.0.0.jar Ambient Environment {ambientenvironment@3.0.0 CREATE_REGISTRIES}
        hunterillager-1.15.2-0.7.0.jar HunterIllager {hunterillager@0.7.0 CREATE_REGISTRIES}
        Biomes_You_Go-0.4.1-BETA.jar Oh The Biomes You'll Go {byg@0.4.0 CREATE_REGISTRIES}
        Aquaculture-1.15.2-2.0.9.jar Aquaculture 2 {aquaculture@1.15.2-2.0.9 CREATE_REGISTRIES}
        CloudBoots-1.15.2-2.0.0.jar Cloud Boots Mod {cloudboots@2.0.0 CREATE_REGISTRIES}
        MineMenu-1.15.2-1.8.4.jar MineMenu {minemenu@1.15.2-1.8.4 CREATE_REGISTRIES}
        Mubble-3.0.4-(Forge-1.15.2).jar Mubble {mubble@3.0.4 CREATE_REGISTRIES}
        farlanders-1.15.2-1.1.2.jar The Farlanders {farlanders@1.1.2 CREATE_REGISTRIES}
    Pulsar/inspirations loaded Pulses: 
        - InspirationsShared (Enabled/Forced)
        - InspirationsBuilding (Enabled/Not Forced)
        - InspirationsUtility (Enabled/Not Forced)
        - InspirationsTools (Enabled/Not Forced)
        - InspirationsTweaks (Enabled/Not Forced)

    Launched Version: 1.15.2-forge-31.2.5
    Backend library: LWJGL version 3.2.2 build 10
    Backend API: Intel(R) HD Graphics GL version 2.1.0 - Build 8.15.10.2900, Intel
    GL Caps: Using framebuffer using ARB_framebuffer_object extension
    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'forge'
    Type: Client (map_client.txt)
    CPU: 4x Intel(R) Core(TM) i7 CPU L 640 @ 2.13GHz

 

Link to comment
Share on other sites

8 minutes ago, Will_Alquem said:

---- Minecraft Crash Report ----
// Don't be sad, have a hug! ❤️

Time: 3/06/20 02:42 PM
Description: Initializing game

java.lang.NullPointerException: Initializing game
    at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at knightminer.inspirations.building.BuildingClientProxy.registerBlockColors(BuildingClientProxy.java:100) ~[?:1.15.2-1.1.0] {re:classloading}
    at net.minecraftforge.eventbus.ASMEventHandler_604_BuildingClientProxy_registerBlockColors_Block.invoke(.dynamic) ~[?:?] {}
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-2.2.0-service.jar:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.2.0-service.jar:?] {}
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:31.2] {re:classloading}
    at net.minecraftforge.fml.ModLoader.lambda$postEvent$31(ModLoader.java:260) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader$$Lambda$5473/304767096.accept(Unknown Source) ~[?:?] {}
    at java.util.HashMap.forEach(HashMap.java:1280) ~[?:1.8.0_51] {}
    at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:218) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260) ~[?:?] {re:classloading}
    at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:207) ~[?:?] {re:classloading}
    at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:419) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.main(SourceFile:166) [?:?] {re:classloading}
    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:51) [forge-1.15.2-31.2.5.jar:31.2] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$422/462777594.call(Unknown Source) [forge-1.15.2-31.2.5.jar:31.2] {}
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.1.0.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.1.0.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.1.0.jar:?] {}
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.1.0.jar:?] {}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.1.0.jar:?] {}


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

-- Head --
Thread: Render thread
Stacktrace:
    at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97)
    at knightminer.inspirations.building.BuildingClientProxy.registerBlockColors(BuildingClientProxy.java:100)
    at net.minecraftforge.eventbus.ASMEventHandler_604_BuildingClientProxy_registerBlockColors_Block.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$31(ModLoader.java:260)
    at net.minecraftforge.fml.ModLoader$$Lambda$5473/304767096.accept(Unknown Source)
    at java.util.HashMap.forEach(HashMap.java:1280)
    at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:218)
    at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260)
    at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:207)
    at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76)
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:419)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.main.Main.main(SourceFile:166)
    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:51)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$422/462777594.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.15.2
    Minecraft Version ID: 1.15.2
    Operating System: Windows 8 (amd64) version 6.2
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 1354117712 bytes (1291 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: 5.1.0+69+master.79f13f7
    ModLauncher launch target: fmlclient
    ModLauncher naming: srg
    ModLauncher services: 
        /eventbus-2.2.0-service.jar eventbus PLUGINSERVICE 
        /forge-1.15.2-31.2.5.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.15.2-31.2.5.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-2.1.1-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge-1.15.2-31.2.5.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.15.2-31.2.5.jar runtimedistcleaner PLUGINSERVICE 
        /forge-1.15.2-31.2.5.jar fml TRANSFORMATIONSERVICE 
    FML: 31.2
    Forge: net.minecraftforge:31.2.5
    FML Language Providers: 
        javafml@31.2
        minecraft@1
        kotlinfml@1.5.2
    Mod List: 
        MCEarthMobs-0.18.3-1.15.2.jar MC Earth Mobs {minecraft_earth@0.18.3 CREATE_REGISTRIES}
        CraftingAutomat-MC1.15.2-1.2.2.jar Crafting Automat {craftingautomat@1.2.2 CREATE_REGISTRIES}
        jei-1.15.2-6.0.0.2.jar Just Enough Items {jei@6.0.0.2 CREATE_REGISTRIES}
        Teletubbies-1.15.2-6.0.0.jar Teletubbies {teletubbies@6.0.0 CREATE_REGISTRIES}
        Abnormals-Core-1.15.2-v1.0.5.jar Abnormals Core {abnormals_core@1.0.5 CREATE_REGISTRIES}
        Uppers-0.2.12.jar Uppers {uppers@0.2.12 CREATE_REGISTRIES}
        goblintraders-1.2.0-1.15.2.jar Goblin Traders {goblintraders@1.2.0 CREATE_REGISTRIES}
        caelus-FORGE-1.15.2-2.0-beta1.jar Caelus API {caelus@FORGE-1.15.2-2.0-beta1 CREATE_REGISTRIES}
        Upgrade-Aquatic-1.15.2-v1.6.0.jar Upgrade Aquatic {upgrade_aquatic@1.6.0 CREATE_REGISTRIES}
        colytra-FORGE-1.15.2-3.0.jar Colytra {colytra@FORGE-1.15.2-3.0 CREATE_REGISTRIES}
        Neat+1.6-21.jar Neat {neat@1.6-21 CREATE_REGISTRIES}
        BetterCaves-1.15.2-1.0.jar YUNG's Better Caves {bettercaves@1.15.2-1.0 CREATE_REGISTRIES}
        Placebo-1.15.2-3.0.2.jar Placebo {placebo@3.0.2 CREATE_REGISTRIES}
        citadel-1.1.7.jar Citadel {citadel@1.1.7 CREATE_REGISTRIES}
        good-nights-sleep-1.15.2-1.0.3.jar Good Night's Sleep {goodnightsleep@1.0.3 CREATE_REGISTRIES}
        FruitTrees-1.15.2-1.1.5.jar Fruit Trees {fruittrees@1.1.5 CREATE_REGISTRIES}
        Kiwi-1.15.2-2.7.1.jar Kiwi {kiwi@2.7.1 CREATE_REGISTRIES}
        DungeonCrawl-1.15.2-1.6.1.jar Dungeon Crawl {dungeoncrawl@1.6.1 CREATE_REGISTRIES}
        betteranimalsplus-1.15.2-8.2.1.96.jar Better Animals Plus {betteranimalsplus@8.2.1.96 CREATE_REGISTRIES}
        MutantBeasts-1.15.2-1.0.7.jar Mutant Beasts {mutantbeasts@1.15.2-1.0.7 CREATE_REGISTRIES}
        branders-enhanced-spawnermod-1.15.2-1.6.5.jar Enhanced Mob Spawners {spawnermod@1.6.5 CREATE_REGISTRIES}
        The-Endergetic-Expansion-1.15.2-v1.3.1.jar The Endergetic Expansion {endergetic@1.3.1 CREATE_REGISTRIES}
        u_team_core-1.15.2-2.11.0.156.jar U Team Core {uteamcore@2.11.0.156 CREATE_REGISTRIES}
        EnhancedVanilla_Snapshot_20w22c-Forge-1.15.2.31.2.0.jar Enhanced Vanilla {enhancedvanilla@Snapshot 20w22c CREATE_REGISTRIES}
        Apotheosis-1.15.2-3.1.2.jar Apotheosis {apotheosis@3.1.2 CREATE_REGISTRIES}
        venture-1.0.0-1.15.2.jar Venture {venture@1.0.0 CREATE_REGISTRIES}
        leveluphp-mc1.15.2-forge-5.1.2.jar Level Up HP {leveluphp@5.1.2 CREATE_REGISTRIES}
        traverse-1.15.2-3.0.0.jar Traverse {traverse@1.15.2-3.0.0 CREATE_REGISTRIES}
        FpsReducer-mc1.15.2-1.14.1.jar FPS Reducer {fpsreducer@mc1.15.2-1.14.1 CREATE_REGISTRIES}
        immersive-portals-0.10(forMc1.15withForge).jar Immersive Portals {immersive_portals@0.10 CREATE_REGISTRIES}
        ExpOreMod-1.15.2-1.1.jar Exp Ore Block {exp_ore@1.1 CREATE_REGISTRIES}
        BetterThanMending-1.4.0.jar BetterThanMending {betterthanmending@1.4.0 CREATE_REGISTRIES}
        tirphycraft-2.0.4.jar TirphyCraft II {tirphycraft@1.0 CREATE_REGISTRIES}
        Swamp-Expansion-1.15.2-v1.7.1.jar Swamp Expansion {swampexpansion@NONE CREATE_REGISTRIES}
        forge-1.15.2-31.2.5-universal.jar Forge {forge@31.2.5 CREATE_REGISTRIES}
        mysticallib-1.15.2-2.0.0.jar Mystical Lib {mysticallib@1.15.2-2.0.0 CREATE_REGISTRIES}
        exp_bottling-1.15.2-1.jar EXP Bottling {exp_bottling@1.15.2-1 CREATE_REGISTRIES}
        structure-gel-api-1.15.2-1.0.0.jar Structure Gel API {structure_gel@1.0.0 CREATE_REGISTRIES}
        corpse-1.15.2-1.0.0.jar Corpse {corpse@1.15.2-1.0.0 CREATE_REGISTRIES}
        MinersAdvantage-1.15.2-1.6.7.29.jar MinersAdvantage {minersadvantage@1.15.2-1.6.7.29 CREATE_REGISTRIES}
        RottenCreatures-1.15.2-0.9.7.jar Rotten Creatures {rotten_creatures@0.9.7 CREATE_REGISTRIES}
        forge-1.15.2-31.2.5-client.jar Minecraft {minecraft@1.15.2 CREATE_REGISTRIES}
        useful_backpacks-1.15.2-1.9.0.52.jar Useful Backpacks {usefulbackpacks@1.9.0.52 CREATE_REGISTRIES}
        pandoras_creatures-1.15.2-1.0.0.jar Pandoras Creatures {pandoras_creatures@1.15.2-1.0.0 CREATE_REGISTRIES}
        uniquedungeons-1.1.1-universal.jar Unique Dungeons {dungeons@1.1.1 CREATE_REGISTRIES}
        BiomesOPlenty-1.15.2-10.0.0.300-universal.jar Biomes O' Plenty {biomesoplenty@1.15.2-10.0.0.299 CREATE_REGISTRIES}
        valhelsia_structures-15.0.3.jar Valhelsia Structures {valhelsia_structures@15.0.3 CREATE_REGISTRIES}
        dungeons-plus-1.15.2-1.0.0.jar Dungeons Plus {dungeons_plus@1.0.0 CREATE_REGISTRIES}
        wards-1.15.2-1.4.0.jar Wards {wards@1.15.2-1.4.0 CREATE_REGISTRIES}
        xercamod-1.15.2-1.0.jar Xerca Mod {xercamod@1.15.2-1.0 CREATE_REGISTRIES}
        Atmospheric-1.15.2-1.4.0.jar Atmospheric {atmospheric@1.4.0 CREATE_REGISTRIES}
        Bountiful-1.15.2-3.1.1.jar Bountiful {bountiful@1.15.2-3.1.1 CREATE_REGISTRIES}
        dimdungeons-1.06-forge-1.15.2.jar Dimensional Dungeons {dimdungeons@1.15.2-1.06 CREATE_REGISTRIES}
        randomenchants-3.1.0.jar Random Enchants {randomenchants@3.1.0 ERROR}
        Savage-and-Ravage-1.15.2-v1.1.2.jar Savage & Ravage {savageandravage@v1.1.2 CREATE_REGISTRIES}
        Mantle-1.15.2-1.5.15.jar Mantle {mantle@1.5.15 CREATE_REGISTRIES}
        Inspirations-1.15.2-1.1.0.jar Inspirations {inspirations@1.15.2-1.1.0 CREATE_REGISTRIES}
        Xaeros_Minimap_20.1.0_Forge_1.15.2.jar Xaero's Minimap {xaerominimap@20.1.0 CREATE_REGISTRIES}
        rats-5.0.0-1.15.2 (1).jar Rats {rats@5.0.0 CREATE_REGISTRIES}
        autumnity-1.3.1-1.15.2.jar Autumnity {autumnity@1.3.1 CREATE_REGISTRIES}
        OreExcavation-1.7.149.jar Ore Excavation {oreexcavation@NONE CREATE_REGISTRIES}
        EndReborn+[0.5.4].jar End: Reborn {endreborn@0.5.4 CREATE_REGISTRIES}
        DoubleSlabs-1.15-2.3.0.jar Double Slabs {doubleslabs@2.3.0 CREATE_REGISTRIES}
        themidnight-0.5.8.jar The Midnight {midnight@0.5.8 CREATE_REGISTRIES}
        AmbientEnvironment-3.0.0.jar Ambient Environment {ambientenvironment@3.0.0 CREATE_REGISTRIES}
        hunterillager-1.15.2-0.7.0.jar HunterIllager {hunterillager@0.7.0 CREATE_REGISTRIES}
        Biomes_You_Go-0.4.1-BETA.jar Oh The Biomes You'll Go {byg@0.4.0 CREATE_REGISTRIES}
        Aquaculture-1.15.2-2.0.9.jar Aquaculture 2 {aquaculture@1.15.2-2.0.9 CREATE_REGISTRIES}
        CloudBoots-1.15.2-2.0.0.jar Cloud Boots Mod {cloudboots@2.0.0 CREATE_REGISTRIES}
        MineMenu-1.15.2-1.8.4.jar MineMenu {minemenu@1.15.2-1.8.4 CREATE_REGISTRIES}
        Mubble-3.0.4-(Forge-1.15.2).jar Mubble {mubble@3.0.4 CREATE_REGISTRIES}
        farlanders-1.15.2-1.1.2.jar The Farlanders {farlanders@1.1.2 CREATE_REGISTRIES}
    Pulsar/inspirations loaded Pulses: 
        - InspirationsShared (Enabled/Forced)
        - InspirationsBuilding (Enabled/Not Forced)
        - InspirationsUtility (Enabled/Not Forced)
        - InspirationsTools (Enabled/Not Forced)
        - InspirationsTweaks (Enabled/Not Forced)

    Launched Version: 1.15.2-forge-31.2.5
    Backend library: LWJGL version 3.2.2 build 10
    Backend API: Intel(R) HD Graphics GL version 2.1.0 - Build 8.15.10.2900, Intel
    GL Caps: Using framebuffer using ARB_framebuffer_object extension
    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'forge'
    Type: Client (map_client.txt)
    CPU: 4x Intel(R) Core(TM) i7 CPU L 640 @ 2.13GHz

 

I have 74 mods, could that be the problem?

Link to comment
Share on other sites

5 minutes ago, Ugdhar said:

I think we need to see the debug.log, it should have more information than the crash report

This?

 

[03jun2020 15:09:30.305] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--username, Will_Alquem, --version, 1.15.2-forge-31.2.5, --gameDir, C:\Users\wilfrido\AppData\Roaming\.minecraft, --assetsDir, C:\Users\wilfrido\AppData\Roaming\.minecraft\assets, --assetIndex, 1.15, --uuid, dd4a248465ff47dc890feb2c66f33cba, --accessToken, ????????, --userType, mojang, --versionType, release, --launchTarget, fmlclient, --fml.forgeVersion, 31.2.5, --fml.mcVersion, 1.15.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20200515.085601]
[03jun2020 15:09:30.314] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 5.1.0+69+master.79f13f7 starting: java version 1.8.0_51 by Oracle Corporation
[03jun2020 15:09:30.346] [main/DEBUG] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Found launch services [minecraft,testharness,fmlclient,fmlserver]
[03jun2020 15:09:30.368] [main/DEBUG] [cpw.mods.modlauncher.NameMappingServiceHandler/MODLAUNCHER]: Found naming services : []
[03jun2020 15:09:30.398] [main/DEBUG] [cpw.mods.modlauncher.LaunchPluginHandler/MODLAUNCHER]: Found launch plugins: [eventbus,object_holder_definalize,runtime_enum_extender,accesstransformer,capability_inject_definalize,runtimedistcleaner]
[03jun2020 15:09:30.421] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Discovering transformation services
[03jun2020 15:09:30.697] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Found additional transformation services from discovery services: []
[03jun2020 15:09:30.777] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Found transformer services : [fml]
[03jun2020 15:09:30.778] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services loading
[03jun2020 15:09:30.780] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loading service fml
[03jun2020 15:09:30.780] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/]: Injecting tracing printstreams for STDOUT/STDERR.
[03jun2020 15:09:30.786] [main/DEBUG] [net.minecraftforge.fml.loading.LauncherVersion/CORE]: Found FMLLauncher version 31.2
[03jun2020 15:09:30.786] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML 31.2 loading
[03jun2020 15:09:30.787] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML found ModLauncher version : 5.1.0+69+master.79f13f7
[03jun2020 15:09:30.787] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Initializing modjar URL handler
[03jun2020 15:09:30.789] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML found AccessTransformer version : 2.1.1+55+master.08d32b9
[03jun2020 15:09:30.789] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML found EventBus version : 2.2.0+59+master.4f71e48
[03jun2020 15:09:30.790] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Found Runtime Dist Cleaner
[03jun2020 15:09:30.798] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML found CoreMod version : 2.0.3+8+master.ca72757
[03jun2020 15:09:30.799] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Found ForgeSPI package implementation version 2.1.2+9+master.a8b4d92
[03jun2020 15:09:30.799] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Found ForgeSPI package specification 3
[03jun2020 15:09:31.403] [main/INFO] [net.minecraftforge.fml.loading.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
[03jun2020 15:09:31.404] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loaded service fml
[03jun2020 15:09:31.409] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Configuring option handling for services
[03jun2020 15:09:31.426] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services initializing
[03jun2020 15:09:31.427] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformation service fml
[03jun2020 15:09:31.427] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Setting up basic FML game directories
[03jun2020 15:09:31.429] [main/DEBUG] [net.minecraftforge.fml.loading.FileUtils/CORE]: Found existing GAMEDIR directory : C:\Users\wilfrido\AppData\Roaming\.minecraft
[03jun2020 15:09:31.430] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path GAMEDIR is C:\Users\wilfrido\AppData\Roaming\.minecraft
[03jun2020 15:09:31.431] [main/DEBUG] [net.minecraftforge.fml.loading.FileUtils/CORE]: Found existing MODSDIR directory : C:\Users\wilfrido\AppData\Roaming\.minecraft\mods
[03jun2020 15:09:31.431] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path MODSDIR is C:\Users\wilfrido\AppData\Roaming\.minecraft\mods
[03jun2020 15:09:31.432] [main/DEBUG] [net.minecraftforge.fml.loading.FileUtils/CORE]: Found existing CONFIGDIR directory : C:\Users\wilfrido\AppData\Roaming\.minecraft\config
[03jun2020 15:09:31.432] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path CONFIGDIR is C:\Users\wilfrido\AppData\Roaming\.minecraft\config
[03jun2020 15:09:31.432] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path FMLCONFIG is C:\Users\wilfrido\AppData\Roaming\.minecraft\config\fml.toml
[03jun2020 15:09:31.432] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Loading configuration
[03jun2020 15:09:31.526] [main/DEBUG] [net.minecraftforge.fml.loading.FileUtils/CORE]: Found existing default config directory directory : C:\Users\wilfrido\AppData\Roaming\.minecraft\defaultconfigs
[03jun2020 15:09:31.526] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Preparing launch handler
[03jun2020 15:09:31.527] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Using fmlclient as launch service
[03jun2020 15:09:32.199] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Received command line version data  : MC Version: '1.15.2' MCP Version: '20200515.085601' Forge Version: '31.2.5' Forge group: 'net.minecraftforge'
[03jun2020 15:09:32.203] [main/DEBUG] [net.minecraftforge.fml.loading.LibraryFinder/CORE]: Found JAR asm at path C:\Users\wilfrido\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm\7.2\asm-7.2.jar
[03jun2020 15:09:32.204] [main/DEBUG] [net.minecraftforge.fml.loading.LibraryFinder/CORE]: Found probable library path C:\Users\wilfrido\AppData\Roaming\.minecraft\libraries
[03jun2020 15:09:32.232] [main/DEBUG] [net.minecraftforge.fml.loading.LibraryFinder/CORE]: Found forge path C:\Users\wilfrido\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.15.2-31.2.5\forge-1.15.2-31.2.5-universal.jar is present
[03jun2020 15:09:32.236] [main/DEBUG] [net.minecraftforge.fml.loading.LibraryFinder/CORE]: SRG MC at C:\Users\wilfrido\AppData\Roaming\.minecraft\libraries\net\minecraft\client\1.15.2-20200515.085601\client-1.15.2-20200515.085601-srg.jar is present
[03jun2020 15:09:32.241] [main/DEBUG] [net.minecraftforge.fml.loading.LibraryFinder/CORE]: MC Extras at C:\Users\wilfrido\AppData\Roaming\.minecraft\libraries\net\minecraft\client\1.15.2\client-1.15.2-extra.jar is present
[03jun2020 15:09:32.245] [main/DEBUG] [net.minecraftforge.fml.loading.LibraryFinder/CORE]: Forge patches at C:\Users\wilfrido\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.15.2-31.2.5\forge-1.15.2-31.2.5-client.jar is present
[03jun2020 15:09:32.304] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Found 0 language providers
[03jun2020 15:09:32.306] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Adding forge as a language from C:\Users\wilfrido\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.15.2-31.2.5\forge-1.15.2-31.2.5-universal.jar
[03jun2020 15:09:32.312] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Adding file:/C:/Users/wilfrido/AppData/Roaming/.minecraft/libraries/net/minecraftforge/forge/1.15.2-31.2.5/forge-1.15.2-31.2.5-universal.jar to languageloader classloader
[03jun2020 15:09:32.447] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Found 2 language providers
[03jun2020 15:09:32.449] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Found language provider javafml, version 31.2
[03jun2020 15:09:32.458] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Found language provider minecraft, version 1
[03jun2020 15:09:32.476] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformation service fml
[03jun2020 15:09:32.478] [main/DEBUG] [cpw.mods.modlauncher.NameMappingServiceHandler/MODLAUNCHER]: Current naming domain is 'srg'
[03jun2020 15:09:32.479] [main/DEBUG] [cpw.mods.modlauncher.NameMappingServiceHandler/MODLAUNCHER]: Identified name mapping providers {}
[03jun2020 15:09:32.480] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services begin scanning
[03jun2020 15:09:32.482] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Beginning scan trigger - transformation service fml
[03jun2020 15:09:32.482] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Initiating mod scan
[03jun2020 15:09:32.578] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModListHandler/CORE]: Found mod coordinates from lists: []
[03jun2020 15:09:32.709] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModDiscoverer/CORE]: Found Mod Locators : (mods folder:null),(maven libs:null),(exploded directory:null),(minecraft:null)
[03jun2020 15:09:34.165] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Adding file:/C:/Users/wilfrido/AppData/Roaming/.minecraft/mods/Kottle-1.5.2.jar to languageloader classloader
[03jun2020 15:09:34.176] [main/DEBUG] [net.alexwells.kottle.FMLKotlinModLanguageProvider/LOADING]: Init FMLKotlinModLanguageProvider
[03jun2020 15:09:34.176] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Found 3 language providers
[03jun2020 15:09:34.177] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Found language provider javafml, version 31.2
[03jun2020 15:09:34.177] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Found language provider minecraft, version 1
[03jun2020 15:09:34.178] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Found language provider kotlinfml, version 1.5.2
[03jun2020 15:09:34.182] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Abnormals-Core-1.15.2-v1.0.5.jar
[03jun2020 15:09:34.306] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Abnormals-Core-1.15.2-v1.0.5.jar with {abnormals_core} mods - versions {1.0.5}
[03jun2020 15:09:34.306] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Abnormals-Core-1.15.2-v1.0.5.jar with language javafml
[03jun2020 15:09:34.309] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\AmbientEnvironment-3.0.0.jar
[03jun2020 15:09:34.317] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file AmbientEnvironment-3.0.0.jar with {ambientenvironment} mods - versions {3.0.0}
[03jun2020 15:09:34.318] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\AmbientEnvironment-3.0.0.jar with language javafml
[03jun2020 15:09:34.318] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Apotheosis-1.15.2-3.1.2.jar
[03jun2020 15:09:34.322] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Apotheosis-1.15.2-3.1.2.jar with {apotheosis} mods - versions {3.1.2}
[03jun2020 15:09:34.323] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Apotheosis-1.15.2-3.1.2.jar with language javafml
[03jun2020 15:09:34.423] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod trueInfinity with Javascript path apothasm/true-infinity.js
[03jun2020 15:09:34.423] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod sundering with Javascript path apothasm/sundering.js
[03jun2020 15:09:34.423] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod enchData with Javascript path apothasm/enchantment-datas.js
[03jun2020 15:09:34.423] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod tempting with Javascript path apothasm/tempting.js
[03jun2020 15:09:34.424] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod reflective with Javascript path apothasm/reflective.js
[03jun2020 15:09:34.424] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod itemEnch with Javascript path apothasm/item-ench.js
[03jun2020 15:09:34.424] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod calcStackEnch with Javascript path apothasm/calc-stack-ench.js
[03jun2020 15:09:34.424] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod containerRepair with Javascript path apothasm/container-repair.js
[03jun2020 15:09:34.424] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod enchAffix with Javascript path apothasm/enchantability.js
[03jun2020 15:09:34.425] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod guiRepair with Javascript path apothasm/gui-repair.js
[03jun2020 15:09:34.425] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod combatRules with Javascript path apothasm/combat-rules.js
[03jun2020 15:09:34.425] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod fishingBobber with Javascript path apothasm/fishing-bobber.js
[03jun2020 15:09:34.425] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod affixDmg with Javascript path apothasm/affix-entity-dmg.js
[03jun2020 15:09:34.425] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod affixEntity with Javascript path apothasm/affix-extra-dmg.js
[03jun2020 15:09:34.426] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod affixProt with Javascript path apothasm/affix-prot-level.js
[03jun2020 15:09:34.426] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod affixUser with Javascript path apothasm/affix-user-hurt.js
[03jun2020 15:09:34.426] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod stackUUID with Javascript path apothasm/stack-modifier-hack.js
[03jun2020 15:09:34.426] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod itemUseHook with Javascript path apothasm/item-use-hook.js
[03jun2020 15:09:34.427] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/true-infinity.js
[03jun2020 15:09:34.427] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/sundering.js
[03jun2020 15:09:34.427] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/enchantment-datas.js
[03jun2020 15:09:34.427] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/tempting.js
[03jun2020 15:09:34.427] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/reflective.js
[03jun2020 15:09:34.428] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/item-ench.js
[03jun2020 15:09:34.428] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/calc-stack-ench.js
[03jun2020 15:09:34.428] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/container-repair.js
[03jun2020 15:09:34.428] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/enchantability.js
[03jun2020 15:09:34.428] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/gui-repair.js
[03jun2020 15:09:34.428] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/combat-rules.js
[03jun2020 15:09:34.429] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/fishing-bobber.js
[03jun2020 15:09:34.429] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/affix-entity-dmg.js
[03jun2020 15:09:34.429] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/affix-extra-dmg.js
[03jun2020 15:09:34.429] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/affix-prot-level.js
[03jun2020 15:09:34.429] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/affix-user-hurt.js
[03jun2020 15:09:34.429] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/stack-modifier-hack.js
[03jun2020 15:09:34.429] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/item-use-hook.js
[03jun2020 15:09:34.429] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Aquaculture-1.15.2-2.0.9.jar
[03jun2020 15:09:34.432] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Aquaculture-1.15.2-2.0.9.jar with {aquaculture} mods - versions {1.15.2-2.0.9}
[03jun2020 15:09:34.432] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Aquaculture-1.15.2-2.0.9.jar with language javafml
[03jun2020 15:09:34.433] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Atmospheric-1.15.2-1.4.0.jar
[03jun2020 15:09:34.435] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Atmospheric-1.15.2-1.4.0.jar with {atmospheric} mods - versions {1.4.0}
[03jun2020 15:09:34.436] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Atmospheric-1.15.2-1.4.0.jar with language javafml
[03jun2020 15:09:34.436] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\autumnity-1.3.1-1.15.2.jar
[03jun2020 15:09:34.441] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file autumnity-1.3.1-1.15.2.jar with {autumnity} mods - versions {1.3.1}
[03jun2020 15:09:34.441] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\autumnity-1.3.1-1.15.2.jar with language javafml
[03jun2020 15:09:34.442] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\betteranimalsplus-1.15.2-8.2.1.96.jar
[03jun2020 15:09:34.445] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file betteranimalsplus-1.15.2-8.2.1.96.jar with {betteranimalsplus} mods - versions {8.2.1.96}
[03jun2020 15:09:34.445] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\betteranimalsplus-1.15.2-8.2.1.96.jar with language javafml
[03jun2020 15:09:34.445] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\BetterCaves-1.15.2-1.0.jar
[03jun2020 15:09:34.448] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file BetterCaves-1.15.2-1.0.jar with {bettercaves} mods - versions {1.15.2-1.0}
[03jun2020 15:09:34.448] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\BetterCaves-1.15.2-1.0.jar with language javafml
[03jun2020 15:09:34.449] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\BetterThanMending-1.4.0.jar
[03jun2020 15:09:34.452] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file BetterThanMending-1.4.0.jar with {betterthanmending} mods - versions {1.4.0}
[03jun2020 15:09:34.453] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\BetterThanMending-1.4.0.jar with language javafml
[03jun2020 15:09:34.453] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Biomes_You_Go-0.4.1-BETA.jar
[03jun2020 15:09:34.457] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Biomes_You_Go-0.4.1-BETA.jar with {byg} mods - versions {0.4.0}
[03jun2020 15:09:34.457] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Biomes_You_Go-0.4.1-BETA.jar with language javafml
[03jun2020 15:09:34.458] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\BiomesOPlenty-1.15.2-10.0.0.300-universal.jar
[03jun2020 15:09:34.460] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file BiomesOPlenty-1.15.2-10.0.0.300-universal.jar with {biomesoplenty} mods - versions {1.15.2-10.0.0.299}
[03jun2020 15:09:34.460] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\BiomesOPlenty-1.15.2-10.0.0.300-universal.jar with language javafml
[03jun2020 15:09:34.461] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Bountiful-1.15.2-3.1.1.jar
[03jun2020 15:09:34.464] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Bountiful-1.15.2-3.1.1.jar with {bountiful} mods - versions {1.15.2-3.1.1}
[03jun2020 15:09:34.465] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Bountiful-1.15.2-3.1.1.jar with language kotlinfml
[03jun2020 15:09:34.465] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\branders-enhanced-spawnermod-1.15.2-1.6.5.jar
[03jun2020 15:09:34.467] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file branders-enhanced-spawnermod-1.15.2-1.6.5.jar with {spawnermod} mods - versions {1.6.5}
[03jun2020 15:09:34.467] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\branders-enhanced-spawnermod-1.15.2-1.6.5.jar with language javafml
[03jun2020 15:09:34.467] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\caelus-FORGE-1.15.2-2.0-beta1.jar
[03jun2020 15:09:34.472] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file caelus-FORGE-1.15.2-2.0-beta1.jar with {caelus} mods - versions {FORGE-1.15.2-2.0-beta1}
[03jun2020 15:09:34.472] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\caelus-FORGE-1.15.2-2.0-beta1.jar with language javafml
[03jun2020 15:09:34.473] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod ClientPlayerEntity with Javascript path ClientPlayerEntity.js
[03jun2020 15:09:34.473] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod LivingEntity with Javascript path LivingEntity.js
[03jun2020 15:09:34.474] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod CapeLayer with Javascript path CapeLayer.js
[03jun2020 15:09:34.474] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod ClientPlayerEntity.js
[03jun2020 15:09:34.474] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod LivingEntity.js
[03jun2020 15:09:34.474] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod CapeLayer.js
[03jun2020 15:09:34.474] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\citadel-1.1.7.jar
[03jun2020 15:09:34.476] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file citadel-1.1.7.jar with {citadel} mods - versions {1.1.7}
[03jun2020 15:09:34.476] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\citadel-1.1.7.jar with language javafml
[03jun2020 15:09:34.477] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\CloudBoots-1.15.2-2.0.0.jar
[03jun2020 15:09:34.479] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file CloudBoots-1.15.2-2.0.0.jar with {cloudboots} mods - versions {2.0.0}
[03jun2020 15:09:34.479] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\CloudBoots-1.15.2-2.0.0.jar with language javafml
[03jun2020 15:09:34.480] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\colytra-FORGE-1.15.2-3.0.jar
[03jun2020 15:09:34.482] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file colytra-FORGE-1.15.2-3.0.jar with {colytra} mods - versions {FORGE-1.15.2-3.0}
[03jun2020 15:09:34.483] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\colytra-FORGE-1.15.2-3.0.jar with language javafml
[03jun2020 15:09:34.483] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\corpse-1.15.2-1.0.0.jar
[03jun2020 15:09:34.485] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file corpse-1.15.2-1.0.0.jar with {corpse} mods - versions {1.15.2-1.0.0}
[03jun2020 15:09:34.486] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\corpse-1.15.2-1.0.0.jar with language javafml
[03jun2020 15:09:34.486] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\CraftingAutomat-MC1.15.2-1.2.2.jar
[03jun2020 15:09:34.488] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file CraftingAutomat-MC1.15.2-1.2.2.jar with {craftingautomat} mods - versions {1.2.2}
[03jun2020 15:09:34.489] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\CraftingAutomat-MC1.15.2-1.2.2.jar with language javafml
[03jun2020 15:09:34.489] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\dimdungeons-1.06-forge-1.15.2.jar
[03jun2020 15:09:34.492] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file dimdungeons-1.06-forge-1.15.2.jar with {dimdungeons} mods - versions {1.15.2-1.06}
[03jun2020 15:09:34.492] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\dimdungeons-1.06-forge-1.15.2.jar with language javafml
[03jun2020 15:09:34.492] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\DoubleSlabs-1.15-2.3.0.jar
[03jun2020 15:09:34.496] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file DoubleSlabs-1.15-2.3.0.jar with {doubleslabs} mods - versions {2.3.0}
[03jun2020 15:09:34.496] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\DoubleSlabs-1.15-2.3.0.jar with language javafml
[03jun2020 15:09:34.497] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\DungeonCrawl-1.15.2-1.6.1.jar
[03jun2020 15:09:34.498] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file DungeonCrawl-1.15.2-1.6.1.jar with {dungeoncrawl} mods - versions {1.6.1}
[03jun2020 15:09:34.500] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\DungeonCrawl-1.15.2-1.6.1.jar with language javafml
[03jun2020 15:09:34.501] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\dungeons-plus-1.15.2-1.0.0.jar
[03jun2020 15:09:34.503] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file dungeons-plus-1.15.2-1.0.0.jar with {dungeons_plus} mods - versions {1.0.0}
[03jun2020 15:09:34.504] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\dungeons-plus-1.15.2-1.0.0.jar with language javafml
[03jun2020 15:09:34.504] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\EndReborn+[0.5.4].jar
[03jun2020 15:09:34.506] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file EndReborn+[0.5.4].jar with {endreborn} mods - versions {0.5.4}
[03jun2020 15:09:34.507] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\EndReborn+[0.5.4].jar with language javafml
[03jun2020 15:09:34.508] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\EnhancedVanilla_Snapshot_20w22c-Forge-1.15.2.31.2.0.jar
[03jun2020 15:09:34.510] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file EnhancedVanilla_Snapshot_20w22c-Forge-1.15.2.31.2.0.jar with {enhancedvanilla} mods - versions {Snapshot 20w22c}
[03jun2020 15:09:34.510] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\EnhancedVanilla_Snapshot_20w22c-Forge-1.15.2.31.2.0.jar with language javafml
[03jun2020 15:09:34.510] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\exp_bottling-1.15.2-1.jar
[03jun2020 15:09:34.514] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file exp_bottling-1.15.2-1.jar with {exp_bottling} mods - versions {1.15.2-1}
[03jun2020 15:09:34.514] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\exp_bottling-1.15.2-1.jar with language javafml
[03jun2020 15:09:34.514] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\ExpOreMod-1.15.2-1.1.jar
[03jun2020 15:09:34.516] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ExpOreMod-1.15.2-1.1.jar with {exp_ore} mods - versions {1.1}
[03jun2020 15:09:34.516] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\ExpOreMod-1.15.2-1.1.jar with language javafml
[03jun2020 15:09:34.517] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\farlanders-1.15.2-1.1.2.jar
[03jun2020 15:09:34.519] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file farlanders-1.15.2-1.1.2.jar with {farlanders} mods - versions {1.1.2}
[03jun2020 15:09:34.519] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\farlanders-1.15.2-1.1.2.jar with language javafml
[03jun2020 15:09:34.519] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\forge-1.15.2-31.2.5-installer.jar
[03jun2020 15:09:34.520] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file Mod File: C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\forge-1.15.2-31.2.5-installer.jar is missing mods.toml file
[03jun2020 15:09:34.520] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModDiscoverer/SCAN]: File C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\forge-1.15.2-31.2.5-installer.jar has been ignored - it is invalid
[03jun2020 15:09:34.522] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\FpsReducer-mc1.15.2-1.14.1.jar
[03jun2020 15:09:34.524] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file FpsReducer-mc1.15.2-1.14.1.jar with {fpsreducer} mods - versions {mc1.15.2-1.14.1}
[03jun2020 15:09:34.525] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\FpsReducer-mc1.15.2-1.14.1.jar with language javafml
[03jun2020 15:09:34.525] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\FruitTrees-1.15.2-1.1.5.jar
[03jun2020 15:09:34.526] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file FruitTrees-1.15.2-1.1.5.jar with {fruittrees} mods - versions {1.1.5}
[03jun2020 15:09:34.527] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\FruitTrees-1.15.2-1.1.5.jar with language javafml
[03jun2020 15:09:34.527] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\goblintraders-1.2.0-1.15.2.jar
[03jun2020 15:09:34.529] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file goblintraders-1.2.0-1.15.2.jar with {goblintraders} mods - versions {1.2.0}
[03jun2020 15:09:34.529] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\goblintraders-1.2.0-1.15.2.jar with language javafml
[03jun2020 15:09:34.530] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod Goblin Traders with Javascript path coremods/remove-enchantment-limit.js
[03jun2020 15:09:34.531] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod coremods/remove-enchantment-limit.js
[03jun2020 15:09:34.531] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\good-nights-sleep-1.15.2-1.0.1.jar
[03jun2020 15:09:34.533] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file good-nights-sleep-1.15.2-1.0.1.jar with {goodnightsleep} mods - versions {1.0.1}
[03jun2020 15:09:34.533] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\good-nights-sleep-1.15.2-1.0.1.jar with language javafml
[03jun2020 15:09:34.533] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\good-nights-sleep-1.15.2-1.0.3.jar
[03jun2020 15:09:34.535] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file good-nights-sleep-1.15.2-1.0.3.jar with {goodnightsleep} mods - versions {1.0.3}
[03jun2020 15:09:34.535] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\good-nights-sleep-1.15.2-1.0.3.jar with language javafml
[03jun2020 15:09:34.536] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\hunterillager-1.15.2-0.7.0.jar
[03jun2020 15:09:34.538] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file hunterillager-1.15.2-0.7.0.jar with {hunterillager} mods - versions {0.7.0}
[03jun2020 15:09:34.538] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\hunterillager-1.15.2-0.7.0.jar with language javafml
[03jun2020 15:09:34.538] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\immersive-portals-0.10(forMc1.15withForge).jar
[03jun2020 15:09:34.540] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file immersive-portals-0.10(forMc1.15withForge).jar with {immersive_portals} mods - versions {0.10}
[03jun2020 15:09:34.541] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\immersive-portals-0.10(forMc1.15withForge).jar with language javafml
[03jun2020 15:09:34.541] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Inspirations-1.15.2-1.1.0.jar
[03jun2020 15:09:34.544] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Inspirations-1.15.2-1.1.0.jar with {inspirations} mods - versions {1.15.2-1.1.0}
[03jun2020 15:09:34.544] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Inspirations-1.15.2-1.1.0.jar with language javafml
[03jun2020 15:09:34.544] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\jei-1.15.2-6.0.0.2.jar
[03jun2020 15:09:34.547] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file jei-1.15.2-6.0.0.2.jar with {jei} mods - versions {6.0.0.2}
[03jun2020 15:09:34.547] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\jei-1.15.2-6.0.0.2.jar with language javafml
[03jun2020 15:09:34.547] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Kiwi-1.15.2-2.7.1.jar
[03jun2020 15:09:34.549] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Kiwi-1.15.2-2.7.1.jar with {kiwi} mods - versions {2.7.1}
[03jun2020 15:09:34.549] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Kiwi-1.15.2-2.7.1.jar with language javafml
[03jun2020 15:09:34.549] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\leveluphp-mc1.15.2-forge-5.1.2.jar
[03jun2020 15:09:34.551] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file leveluphp-mc1.15.2-forge-5.1.2.jar with {leveluphp} mods - versions {5.1.2}
[03jun2020 15:09:34.551] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\leveluphp-mc1.15.2-forge-5.1.2.jar with language kotlinfml
[03jun2020 15:09:34.551] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Mantle-1.15.2-1.5.15.jar
[03jun2020 15:09:34.553] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Mantle-1.15.2-1.5.15.jar with {mantle} mods - versions {1.5.15}
[03jun2020 15:09:34.553] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Mantle-1.15.2-1.5.15.jar with language javafml
[03jun2020 15:09:34.553] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\MCEarthMobs-0.18.3-1.15.2.jar
[03jun2020 15:09:34.554] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file MCEarthMobs-0.18.3-1.15.2.jar with {minecraft_earth} mods - versions {0.18.3}
[03jun2020 15:09:34.554] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\MCEarthMobs-0.18.3-1.15.2.jar with language javafml
[03jun2020 15:09:34.555] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\MineMenu-1.15.2-1.8.4.jar
[03jun2020 15:09:34.556] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file MineMenu-1.15.2-1.8.4.jar with {minemenu} mods - versions {1.15.2-1.8.4}
[03jun2020 15:09:34.556] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\MineMenu-1.15.2-1.8.4.jar with language javafml
[03jun2020 15:09:34.556] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\MinersAdvantage-1.15.2-1.6.7.29.jar
[03jun2020 15:09:34.557] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file MinersAdvantage-1.15.2-1.6.7.29.jar with {minersadvantage} mods - versions {1.15.2-1.6.7.29}
[03jun2020 15:09:34.557] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\MinersAdvantage-1.15.2-1.6.7.29.jar with language javafml
[03jun2020 15:09:34.558] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Mubble-3.0.4-(Forge-1.15.2).jar
[03jun2020 15:09:34.559] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Mubble-3.0.4-(Forge-1.15.2).jar with {mubble} mods - versions {3.0.4}
[03jun2020 15:09:34.560] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Mubble-3.0.4-(Forge-1.15.2).jar with language javafml
[03jun2020 15:09:34.560] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\MutantBeasts-1.15.2-1.0.7.jar
[03jun2020 15:09:34.562] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file MutantBeasts-1.15.2-1.0.7.jar with {mutantbeasts} mods - versions {1.15.2-1.0.7}
[03jun2020 15:09:34.562] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\MutantBeasts-1.15.2-1.0.7.jar with language javafml
[03jun2020 15:09:34.563] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\mysticallib-1.15.2-2.0.0.jar
[03jun2020 15:09:34.565] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file mysticallib-1.15.2-2.0.0.jar with {mysticallib} mods - versions {1.15.2-2.0.0}
[03jun2020 15:09:34.565] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\mysticallib-1.15.2-2.0.0.jar with language javafml
[03jun2020 15:09:34.565] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Neat+1.6-21.jar
[03jun2020 15:09:34.567] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Neat+1.6-21.jar with {neat} mods - versions {1.6-21}
[03jun2020 15:09:34.568] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Neat+1.6-21.jar with language javafml
[03jun2020 15:09:34.568] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\OreExcavation-1.7.149.jar
[03jun2020 15:09:34.570] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file OreExcavation-1.7.149.jar with {oreexcavation} mods - versions {NONE}
[03jun2020 15:09:34.572] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\OreExcavation-1.7.149.jar with language javafml
[03jun2020 15:09:34.572] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\pandoras_creatures-1.15.2-1.0.0.jar
[03jun2020 15:09:34.575] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file pandoras_creatures-1.15.2-1.0.0.jar with {pandoras_creatures} mods - versions {1.15.2-1.0.0}
[03jun2020 15:09:34.575] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\pandoras_creatures-1.15.2-1.0.0.jar with language javafml
[03jun2020 15:09:34.575] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Placebo-1.15.2-3.0.2.jar
[03jun2020 15:09:34.577] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Placebo-1.15.2-3.0.2.jar with {placebo} mods - versions {3.0.2}
[03jun2020 15:09:34.577] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Placebo-1.15.2-3.0.2.jar with language javafml
[03jun2020 15:09:34.578] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod block-statemap with Javascript path javascript/block-statemap.js
[03jun2020 15:09:34.579] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod item-statemap with Javascript path javascript/item-statemap.js
[03jun2020 15:09:34.579] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod javascript/block-statemap.js
[03jun2020 15:09:34.579] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod javascript/item-statemap.js
[03jun2020 15:09:34.579] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\randomenchants-3.1.0.jar
[03jun2020 15:09:34.581] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file randomenchants-3.1.0.jar with {randomenchants} mods - versions {3.1.0}
[03jun2020 15:09:34.582] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\randomenchants-3.1.0.jar with language javafml
[03jun2020 15:09:34.582] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\rats-5.0.0-1.15.2 (1).jar
[03jun2020 15:09:34.584] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file rats-5.0.0-1.15.2 (1).jar with {rats} mods - versions {5.0.0}
[03jun2020 15:09:34.585] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\rats-5.0.0-1.15.2 (1).jar with language javafml
[03jun2020 15:09:34.585] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\rats-5.0.0-1.15.2.jar
[03jun2020 15:09:34.586] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file rats-5.0.0-1.15.2.jar with {rats} mods - versions {5.0.0}
[03jun2020 15:09:34.587] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\rats-5.0.0-1.15.2.jar with language javafml
[03jun2020 15:09:34.587] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\RottenCreatures-1.15.2-0.9.7.jar
[03jun2020 15:09:34.588] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file RottenCreatures-1.15.2-0.9.7.jar with {rotten_creatures} mods - versions {0.9.7}
[03jun2020 15:09:34.588] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\RottenCreatures-1.15.2-0.9.7.jar with language javafml
[03jun2020 15:09:34.589] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Savage-and-Ravage-1.15.2-v1.1.2.jar
[03jun2020 15:09:34.591] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Savage-and-Ravage-1.15.2-v1.1.2.jar with {savageandravage} mods - versions {v1.1.2}
[03jun2020 15:09:34.591] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Savage-and-Ravage-1.15.2-v1.1.2.jar with language javafml
[03jun2020 15:09:34.592] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod no_bad_omen_from_pillager with Javascript path coremods/no_bad_omen_from_pillager.js
[03jun2020 15:09:34.593] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod coremods/no_bad_omen_from_pillager.js
[03jun2020 15:09:34.593] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\structure-gel-api-1.15.2-1.0.0.jar
[03jun2020 15:09:34.594] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file structure-gel-api-1.15.2-1.0.0.jar with {structure_gel} mods - versions {1.0.0}
[03jun2020 15:09:34.595] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\structure-gel-api-1.15.2-1.0.0.jar with language javafml
[03jun2020 15:09:34.595] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod structure_gel_lake_check_for_structure with Javascript path asm/lake_check_for_structures.js
[03jun2020 15:09:34.596] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod asm/lake_check_for_structures.js
[03jun2020 15:09:34.596] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Swamp-Expansion-1.15.2-v1.7.1.jar
[03jun2020 15:09:34.597] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Swamp-Expansion-1.15.2-v1.7.1.jar with {swampexpansion} mods - versions {NONE}
[03jun2020 15:09:34.598] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Swamp-Expansion-1.15.2-v1.7.1.jar with language javafml
[03jun2020 15:09:34.598] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Teletubbies-1.15.2-6.0.0.jar
[03jun2020 15:09:34.600] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Teletubbies-1.15.2-6.0.0.jar with {teletubbies} mods - versions {6.0.0}
[03jun2020 15:09:34.600] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Teletubbies-1.15.2-6.0.0.jar with language javafml
[03jun2020 15:09:34.600] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\The-Endergetic-Expansion-1.15.2-v1.3.1.jar
[03jun2020 15:09:34.602] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file The-Endergetic-Expansion-1.15.2-v1.3.1.jar with {endergetic} mods - versions {1.3.1}
[03jun2020 15:09:34.602] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\The-Endergetic-Expansion-1.15.2-v1.3.1.jar with language javafml
[03jun2020 15:09:34.603] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod patch_ender_crystal with Javascript path coremods/patch_ender_crystal.js
[03jun2020 15:09:34.604] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod patch_dragon_fight_manager with Javascript path coremods/patch_dragon_fight_manager.js
[03jun2020 15:09:34.604] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod patch_end_gateway_tile_entity with Javascript path coremods/patch_end_gateway_tile_entity.js
[03jun2020 15:09:34.604] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod coremods/patch_ender_crystal.js
[03jun2020 15:09:34.604] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod coremods/patch_dragon_fight_manager.js
[03jun2020 15:09:34.604] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod coremods/patch_end_gateway_tile_entity.js
[03jun2020 15:09:34.604] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\themidnight-0.5.8.jar
[03jun2020 15:09:34.606] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file themidnight-0.5.8.jar with {midnight} mods - versions {0.5.8}
[03jun2020 15:09:34.606] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\themidnight-0.5.8.jar with language javafml
[03jun2020 15:09:34.607] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod midnight with Javascript path midnight_core.js
[03jun2020 15:09:34.607] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod midnight_core.js
[03jun2020 15:09:34.607] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\tirphycraft-2.0.4.jar
[03jun2020 15:09:34.613] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file tirphycraft-2.0.4.jar with {tirphycraft} mods - versions {1.0}
[03jun2020 15:09:34.613] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\tirphycraft-2.0.4.jar with language javafml
[03jun2020 15:09:34.613] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\traverse-1.15.2-3.0.0.jar
[03jun2020 15:09:34.616] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file traverse-1.15.2-3.0.0.jar with {traverse} mods - versions {1.15.2-3.0.0}
[03jun2020 15:09:34.616] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\traverse-1.15.2-3.0.0.jar with language javafml
[03jun2020 15:09:34.616] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\u_team_core-1.15.2-2.11.0.156.jar
[03jun2020 15:09:34.619] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file u_team_core-1.15.2-2.11.0.156.jar with {uteamcore} mods - versions {2.11.0.156}
[03jun2020 15:09:34.620] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\u_team_core-1.15.2-2.11.0.156.jar with language javafml
[03jun2020 15:09:34.621] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\uniquedungeons-1.1.1-universal.jar
[03jun2020 15:09:34.626] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file uniquedungeons-1.1.1-universal.jar with {dungeons} mods - versions {1.1.1}
[03jun2020 15:09:34.626] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\uniquedungeons-1.1.1-universal.jar with language javafml
[03jun2020 15:09:34.627] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Upgrade-Aquatic-1.15.2-v1.6.0.jar
[03jun2020 15:09:34.628] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Upgrade-Aquatic-1.15.2-v1.6.0.jar with {upgrade_aquatic} mods - versions {1.6.0}
[03jun2020 15:09:34.628] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Upgrade-Aquatic-1.15.2-v1.6.0.jar with language javafml
[03jun2020 15:09:34.629] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod bubble_column_behaviors with Javascript path coremods/bubble_column_behaviors.js
[03jun2020 15:09:34.630] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod coremods/bubble_column_behaviors.js
[03jun2020 15:09:34.630] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Uppers-0.2.12.jar
[03jun2020 15:09:34.631] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Uppers-0.2.12.jar with {uppers} mods - versions {0.2.12}
[03jun2020 15:09:34.631] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Uppers-0.2.12.jar with language javafml
[03jun2020 15:09:34.632] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\useful_backpacks-1.15.2-1.9.0.52.jar
[03jun2020 15:09:34.633] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file useful_backpacks-1.15.2-1.9.0.52.jar with {usefulbackpacks} mods - versions {1.9.0.52}
[03jun2020 15:09:34.633] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\useful_backpacks-1.15.2-1.9.0.52.jar with language javafml
[03jun2020 15:09:34.633] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\valhelsia_structures-15.0.3.jar
[03jun2020 15:09:34.634] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file valhelsia_structures-15.0.3.jar with {valhelsia_structures} mods - versions {15.0.3}
[03jun2020 15:09:34.634] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\valhelsia_structures-15.0.3.jar with language javafml
[03jun2020 15:09:34.634] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\venture-1.0.0-1.15.2.jar
[03jun2020 15:09:34.635] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file venture-1.0.0-1.15.2.jar with {venture} mods - versions {1.0.0}
[03jun2020 15:09:34.635] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\venture-1.0.0-1.15.2.jar with language javafml
[03jun2020 15:09:34.635] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\wards-1.15.2-1.4.0.jar
[03jun2020 15:09:34.636] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file wards-1.15.2-1.4.0.jar with {wards} mods - versions {1.15.2-1.4.0}
[03jun2020 15:09:34.636] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\wards-1.15.2-1.4.0.jar with language javafml
[03jun2020 15:09:34.637] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Xaeros_Minimap_20.1.0_Forge_1.15.2.jar
[03jun2020 15:09:34.638] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Xaeros_Minimap_20.1.0_Forge_1.15.2.jar with {xaerominimap} mods - versions {20.1.0}
[03jun2020 15:09:34.638] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Xaeros_Minimap_20.1.0_Forge_1.15.2.jar with language javafml
[03jun2020 15:09:34.638] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\xercamod-1.15.2-1.0.jar
[03jun2020 15:09:34.639] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file xercamod-1.15.2-1.0.jar with {xercamod} mods - versions {1.15.2-1.0}
[03jun2020 15:09:34.639] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\xercamod-1.15.2-1.0.jar with language javafml
[03jun2020 15:09:34.639] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.15.2-31.2.5\forge-1.15.2-31.2.5-universal.jar
[03jun2020 15:09:34.640] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file forge-1.15.2-31.2.5-universal.jar with {forge} mods - versions {31.2.5}
[03jun2020 15:09:34.640] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.15.2-31.2.5\forge-1.15.2-31.2.5-universal.jar with language javafml
[03jun2020 15:09:34.640] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod fieldtomethodtransformers with Javascript path META-INF/fieldtomethodtransformers.js
[03jun2020 15:09:34.640] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod META-INF/fieldtomethodtransformers.js
[03jun2020 15:09:34.641] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.15.2-31.2.5\forge-1.15.2-31.2.5-client.jar
[03jun2020 15:09:34.662] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file forge-1.15.2-31.2.5-client.jar with {minecraft} mods - versions {1.15.2}
[03jun2020 15:09:34.662] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.15.2-31.2.5\forge-1.15.2-31.2.5-client.jar with language minecraft
[03jun2020 15:09:34.673] [main/DEBUG] [net.minecraftforge.fml.loading.ModSorter/]: Found 2 mods for first modid goodnightsleep, selecting most recent based on version data
[03jun2020 15:09:34.674] [main/DEBUG] [net.minecraftforge.fml.loading.ModSorter/]: Selected file good-nights-sleep-1.15.2-1.0.3.jar for modid goodnightsleep with version 1.0.3
[03jun2020 15:09:34.674] [main/DEBUG] [net.minecraftforge.fml.loading.ModSorter/]: Found 2 mods for first modid rats, selecting most recent based on version data
[03jun2020 15:09:34.674] [main/DEBUG] [net.minecraftforge.fml.loading.ModSorter/]: Selected file rats-5.0.0-1.15.2 (1).jar for modid rats with version 5.0.0
[03jun2020 15:09:34.685] [main/DEBUG] [net.minecraftforge.fml.loading.ModSorter/LOADING]: Found 106 mandatory requirements
[03jun2020 15:09:34.687] [main/DEBUG] [net.minecraftforge.fml.loading.ModSorter/LOADING]: Found 0 mandatory mod requirements missing
[03jun2020 15:09:36.373] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: End scan trigger - transformation service fml
[03jun2020 15:09:36.374] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services loading transformers
[03jun2020 15:09:36.375] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformers for transformation service fml
[03jun2020 15:09:36.375] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Loading coremod transformers
[03jun2020 15:09:36.376] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from coremods/remove-enchantment-limit.js
[03jun2020 15:09:37.094] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:37.095] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from ClientPlayerEntity.js
[03jun2020 15:09:37.145] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:37.146] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from LivingEntity.js
[03jun2020 15:09:37.179] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:37.179] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from CapeLayer.js
[03jun2020 15:09:37.236] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:37.237] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from coremods/bubble_column_behaviors.js
[03jun2020 15:09:37.287] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:37.287] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from javascript/block-statemap.js
[03jun2020 15:09:37.312] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:37.313] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from javascript/item-statemap.js
[03jun2020 15:09:37.351] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:37.353] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from coremods/patch_ender_crystal.js
[03jun2020 15:09:37.399] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:37.400] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from coremods/patch_dragon_fight_manager.js
[03jun2020 15:09:37.483] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:37.483] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from coremods/patch_end_gateway_tile_entity.js
[03jun2020 15:09:37.540] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:37.540] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/true-infinity.js
[03jun2020 15:09:37.562] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:37.562] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/sundering.js
[03jun2020 15:09:37.582] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:37.583] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/enchantment-datas.js
[03jun2020 15:09:37.600] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:37.601] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/tempting.js
[03jun2020 15:09:37.615] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:37.616] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/reflective.js
[03jun2020 15:09:37.630] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:37.630] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/item-ench.js
[03jun2020 15:09:37.659] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:37.660] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/calc-stack-ench.js
[03jun2020 15:09:37.693] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:37.693] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/container-repair.js
[03jun2020 15:09:37.727] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:37.727] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/enchantability.js
[03jun2020 15:09:37.742] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:37.743] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/gui-repair.js
[03jun2020 15:09:37.760] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:37.760] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/combat-rules.js
[03jun2020 15:09:37.781] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:37.781] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/fishing-bobber.js
[03jun2020 15:09:37.800] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:37.800] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/affix-entity-dmg.js
[03jun2020 15:09:38.014] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:38.014] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/affix-extra-dmg.js
[03jun2020 15:09:38.121] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:38.121] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/affix-prot-level.js
[03jun2020 15:09:38.140] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:38.141] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/affix-user-hurt.js
[03jun2020 15:09:38.157] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:38.157] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/stack-modifier-hack.js
[03jun2020 15:09:38.172] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:38.172] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/item-use-hook.js
[03jun2020 15:09:38.187] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:38.187] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from META-INF/fieldtomethodtransformers.js
[03jun2020 15:09:38.222] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:38.222] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from asm/lake_check_for_structures.js
[03jun2020 15:09:38.238] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:38.239] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from coremods/no_bad_omen_from_pillager.js
[03jun2020 15:09:38.284] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:38.284] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from midnight_core.js
[03jun2020 15:09:38.407] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:38.453] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@698fee9a to Target : CLASS {Lnet/minecraft/client/entity/player/ClientPlayerEntity;} {} {V}
[03jun2020 15:09:38.455] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@4052c8c2 to Target : CLASS {Lnet/minecraft/entity/LivingEntity;} {} {V}
[03jun2020 15:09:38.456] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@181b8c4b to Target : CLASS {Lnet/minecraft/client/renderer/entity/layers/CapeLayer;} {} {V}
[03jun2020 15:09:38.456] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@38eb0f4d to Target : CLASS {Lnet/minecraft/potion/EffectInstance;} {} {V}
[03jun2020 15:09:38.456] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@437486cd to Target : CLASS {Lnet/minecraft/block/FlowingFluidBlock;} {} {V}
[03jun2020 15:09:38.456] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@15b642b9 to Target : CLASS {Lnet/minecraft/item/BucketItem;} {} {V}
[03jun2020 15:09:38.457] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@518bfd90 to Target : CLASS {Lnet/minecraft/block/StairsBlock;} {} {V}
[03jun2020 15:09:38.457] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@317a118b to Target : CLASS {Lnet/minecraft/block/FlowerPotBlock;} {} {V}
[03jun2020 15:09:38.457] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@56dfab87 to Target : CLASS {Lnet/minecraft/item/FishBucketItem;} {} {V}
[03jun2020 15:09:38.457] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@715b886f to Target : CLASS {Lnet/minecraft/client/audio/SoundSource;} {} {V}
[03jun2020 15:09:38.458] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@7fb29ca9 to Target : CLASS {Lnet/minecraft/world/biome/BiomeColors;} {} {V}
[03jun2020 15:09:38.458] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@1e253c9d to Target : CLASS {Lnet/minecraft/entity/Entity;} {} {V}
[03jun2020 15:09:38.458] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@350d3f4d to Target : CLASS {Lnet/minecraft/client/util/ClientRecipeBook;} {} {V}
[03jun2020 15:09:38.458] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@73844119 to Target : METHOD {Lnet/minecraft/inventory/container/RepairContainer;} {func_82848_d} {()V}
[03jun2020 15:09:38.459] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@44f24a20 to Target : METHOD {Lnet/minecraft/block/BubbleColumnBlock;} {func_225534_a_} {(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/server/ServerWorld;Lnet/minecraft/util/math/BlockPos;Ljava/util/Random;)V}
[03jun2020 15:09:38.459] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@1859e2a4 to Target : METHOD {Lnet/minecraft/client/renderer/BlockModelShapes;} {func_209553_a} {(Lnet/minecraft/util/ResourceLocation;Lnet/minecraft/block/BlockState;)Lnet/minecraft/client/renderer/model/ModelResourceLocation;}
[03jun2020 15:09:38.459] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@46349b95 to Target : METHOD {Lnet/minecraft/client/renderer/model/ModelBakery;} {processLoading} {(Lnet/minecraft/profiler/IProfiler;)V}
[03jun2020 15:09:38.460] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@176996c3 to Target : METHOD {Lnet/minecraft/entity/item/EnderCrystalEntity;} {func_70071_h_} {()V}
[03jun2020 15:09:38.460] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@411c6d44 to Target : METHOD {Lnet/minecraft/world/end/DragonFightManager;} {func_186094_a} {(Z)V}
[03jun2020 15:09:38.460] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@1687eb01 to Target : METHOD {Lnet/minecraft/world/end/DragonFightManager;} {func_186089_a} {(Lnet/minecraft/util/math/BlockPos;)V}
[03jun2020 15:09:38.460] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@748d2277 to Target : METHOD {Lnet/minecraft/tileentity/EndGatewayTileEntity;} {func_227016_a_} {(Lnet/minecraft/world/server/ServerWorld;Lnet/minecraft/util/math/BlockPos;)V}
[03jun2020 15:09:38.461] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@2f897dab to Target : METHOD {Lnet/minecraft/item/ArrowItem;} {isInfinite} {(Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/player/PlayerEntity;)Z}
[03jun2020 15:09:38.461] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@d5d5353 to Target : METHOD {Lnet/minecraft/entity/LivingEntity;} {func_70672_c} {(Lnet/minecraft/util/DamageSource;F)F}
[03jun2020 15:09:38.461] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@242b6e1a to Target : METHOD {Lnet/minecraft/enchantment/EnchantmentHelper;} {func_185291_a} {(ILnet/minecraft/item/ItemStack;Z)Ljava/util/List;}
[03jun2020 15:09:38.461] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@39a87e72 to Target : METHOD {Lnet/minecraft/entity/ai/goal/TemptGoal;} {func_188508_a} {(Lnet/minecraft/item/ItemStack;)Z}
[03jun2020 15:09:38.462] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@5d2828c9 to Target : METHOD {Lnet/minecraft/entity/LivingEntity;} {func_190629_c} {(Lnet/minecraft/entity/LivingEntity;)V}
[03jun2020 15:09:38.462] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@3a082ff4 to Target : METHOD {Lnet/minecraft/item/Item;} {func_77619_b} {()I}
[03jun2020 15:09:38.462] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@45acdd11 to Target : METHOD {Lnet/minecraft/enchantment/EnchantmentHelper;} {func_77514_a} {(Ljava/util/Random;IILnet/minecraft/item/ItemStack;)I;}
[03jun2020 15:09:38.462] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@3f0d6038 to Target : METHOD {Lnet/minecraft/inventory/container/RepairContainer;} {func_82848_d} {()V}
[03jun2020 15:09:38.462] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@237f7970 to Target : METHOD {Lnet/minecraft/enchantment/EnchantmentHelper;} {func_77513_b} {(Ljava/util/Random;Lnet/minecraft/item/ItemStack;IZ)Ljava/util/List;}
[03jun2020 15:09:38.463] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@58f39564 to Target : METHOD {Lnet/minecraft/client/gui/screen/inventory/AnvilScreen;} {func_146979_b} {(II)V}
[03jun2020 15:09:38.463] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@7b948f3e to Target : METHOD {Lnet/minecraft/util/CombatRules;} {func_188401_b} {(FF)F}
[03jun2020 15:09:38.463] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@2f4c2cd4 to Target : METHOD {Lnet/minecraft/entity/projectile/FishingBobberEntity;} {func_190621_a} {(Lnet/minecraft/util/math/BlockPos;)V}
[03jun2020 15:09:38.463] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@77a074b4 to Target : METHOD {Lnet/minecraft/enchantment/EnchantmentHelper;} {func_151385_b} {(Lnet/minecraft/entity/LivingEntity;Lnet/minecraft/entity/Entity;)V}
[03jun2020 15:09:38.469] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@333c8791 to Target : METHOD {Lnet/minecraft/enchantment/EnchantmentHelper;} {func_152377_a} {(Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/CreatureAttribute;)F}
[03jun2020 15:09:38.469] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@6c0e13b7 to Target : METHOD {Lnet/minecraft/enchantment/EnchantmentHelper;} {func_77508_a} {(Ljava/lang/Iterable;Lnet/minecraft/util/DamageSource;)I}
[03jun2020 15:09:38.470] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@22eaa86e to Target : METHOD {Lnet/minecraft/enchantment/EnchantmentHelper;} {func_151384_a} {(Lnet/minecraft/entity/LivingEntity;Lnet/minecraft/entity/Entity;)V}
[03jun2020 15:09:38.470] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@561b7d53 to Target : METHOD {Lnet/minecraft/entity/SharedMonsterAttributes;} {func_111259_a} {(Lnet/minecraft/nbt/CompoundNBT;)Lnet/minecraft/entity/ai/attributes/AttributeModifier;}
[03jun2020 15:09:38.470] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@1cc680e to Target : METHOD {Lnet/minecraft/item/ItemStack;} {func_196084_a} {(Lnet/minecraft/item/ItemUseContext;)Lnet/minecraft/util/ActionResultType;}
[03jun2020 15:09:38.471] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@1dc3502b to Target : METHOD {Lnet/minecraft/world/gen/feature/LakesFeature;} {func_212245_a} {(Lnet/minecraft/world/IWorld;Lnet/minecraft/world/gen/ChunkGenerator;Ljava/util/Random;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/world/gen/feature/BlockStateFeatureConfig;)Z}
[03jun2020 15:09:38.472] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@6a1d3225 to Target : METHOD {Lnet/minecraft/entity/monster/AbstractRaiderEntity;} {func_70645_a} {(Lnet/minecraft/util/DamageSource;)V}
[03jun2020 15:09:38.473] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformers for transformation service fml
[03jun2020 15:09:38.532] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmlclient' with arguments [--version, 1.15.2-forge-31.2.5, --gameDir, C:\Users\wilfrido\AppData\Roaming\.minecraft, --assetsDir, C:\Users\wilfrido\AppData\Roaming\.minecraft\assets, --uuid, dd4a248465ff47dc890feb2c66f33cba, --username, Will_Alquem, --assetIndex, 1.15, --accessToken, ????????, --userType, mojang, --versionType, release]
[03jun2020 15:09:41.049] [Render thread/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/entity/Entity
[03jun2020 15:09:41.787] [Render thread/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/client/entity/player/ClientPlayerEntity
[03jun2020 15:09:42.342] [Render thread/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_190629_c with desc (Lnet/minecraft/entity/LivingEntity;)V
[03jun2020 15:09:42.370] [Render thread/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_70672_c with desc (Lnet/minecraft/util/DamageSource;F)F
[03jun2020 15:09:42.435] [Render thread/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/entity/LivingEntity
[03jun2020 15:09:45.469] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Setting user: Will_Alquem
[03jun2020 15:09:45.980] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_77619_b with desc ()I
[03jun2020 15:09:47.354] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_111259_a with desc (Lnet/minecraft/nbt/CompoundNBT;)Lnet/minecraft/entity/ai/attributes/AttributeModifier;
[03jun2020 15:09:47.848] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/block/FlowingFluidBlock
[03jun2020 15:09:48.202] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/block/StairsBlock
[03jun2020 15:09:48.711] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/block/FlowerPotBlock
[03jun2020 15:09:49.048] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_225534_a_ with desc (Lnet/minecraft/block/BlockState;Lnet/minecraft/world/server/ServerWorld;Lnet/minecraft/util/math/BlockPos;Ljava/util/Random;)V
[03jun2020 15:09:52.746] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_82848_d with desc ()V
[03jun2020 15:09:52.813] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_82848_d with desc ()V
[03jun2020 15:09:53.455] [pool-3-thread-1/ERROR] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Error occurred applying transform of coremod apothasm/container-repair.js function apothanvilcontainer
java.lang.NullPointerException: null
    at org.objectweb.asm.tree.InsnList.set(InsnList.java:194) ~[asm-tree-7.2.jar:7.2]
    at jdk.nashorn.internal.scripts.Script$Recompilation$79$363A$\^eval\_.initializeCoreMod$transformer(<eval>:48) ~[?:?]
    at jdk.nashorn.internal.runtime.ScriptFunctionData.invoke(ScriptFunctionData.java:638) ~[nashorn.jar:?]
    at jdk.nashorn.internal.runtime.ScriptFunction.invoke(ScriptFunction.java:229) ~[nashorn.jar:?]
    at jdk.nashorn.internal.runtime.ScriptRuntime.apply(ScriptRuntime.java:387) ~[nashorn.jar:?]
    at jdk.nashorn.api.scripting.ScriptObjectMirror.call(ScriptObjectMirror.java:110) ~[nashorn.jar:?]
    at net.minecraftforge.coremod.transformer.CoreModMethodTransformer.runCoremod(CoreModMethodTransformer.java:18) ~[coremods-2.0.3.jar:?]
    at net.minecraftforge.coremod.transformer.CoreModMethodTransformer.runCoremod(CoreModMethodTransformer.java:10) ~[coremods-2.0.3.jar:?]
    at net.minecraftforge.coremod.transformer.CoreModBaseTransformer.transform(CoreModBaseTransformer.java:38) [coremods-2.0.3.jar:?]
    at cpw.mods.modlauncher.TransformerHolder.transform(TransformerHolder.java:41) [modlauncher-5.1.0.jar:?]
    at cpw.mods.modlauncher.ClassTransformer.performVote(ClassTransformer.java:168) [modlauncher-5.1.0.jar:?]
    at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:106) [modlauncher-5.1.0.jar:?]
    at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:239) [modlauncher-5.1.0.jar:?]
    at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:126) [modlauncher-5.1.0.jar:?]
    at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:96) [modlauncher-5.1.0.jar:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357) [?:1.8.0_51]
    at net.minecraft.block.Blocks.<clinit>(Blocks.java:339) [?:?]
    at net.minecraft.util.registry.Registry.lambda$static$3(Registry.java:91) [?:?]
    at net.minecraft.util.registry.Registry$$Lambda$572/1608203326.get(Unknown Source) [?:?]
    at net.minecraft.util.registry.Registry.lambda$static$40(Registry.java:261) [?:?]
    at net.minecraft.util.registry.Registry$$Lambda$609/1327560305.accept(Unknown Source) [?:?]
    at java.util.LinkedHashMap$LinkedEntrySet.forEach(LinkedHashMap.java:663) [?:1.8.0_51]
    at net.minecraft.util.registry.Registry.<clinit>(Registry.java:260) [?:?]
    at net.minecraft.util.registry.Bootstrap.func_151354_b(Bootstrap.java:34) [?:?]
    at net.minecraft.client.Minecraft.lambda$new$1(Minecraft.java:353) [?:?]
    at net.minecraft.client.Minecraft$$Lambda$562/1086276486.run(Unknown Source) [?:?]
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_51]
    at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_51]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_51]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_51]
    at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
[03jun2020 15:09:53.816] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_227016_a_ with desc (Lnet/minecraft/world/server/ServerWorld;Lnet/minecraft/util/math/BlockPos;)V
[03jun2020 15:09:56.357] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_188508_a with desc (Lnet/minecraft/item/ItemStack;)Z
[03jun2020 15:09:57.970] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_70071_h_ with desc ()V
[03jun2020 15:09:58.198] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_70645_a with desc (Lnet/minecraft/util/DamageSource;)V
[03jun2020 15:09:59.447] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_196084_a with desc (Lnet/minecraft/item/ItemUseContext;)Lnet/minecraft/util/ActionResultType;
[03jun2020 15:10:02.992] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming isInfinite with desc (Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/player/PlayerEntity;)Z
[03jun2020 15:10:03.169] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/item/BucketItem
[03jun2020 15:10:03.414] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/item/FishBucketItem
[03jun2020 15:10:04.273] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/potion/EffectInstance
[03jun2020 15:10:04.573] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_190621_a with desc (Lnet/minecraft/util/math/BlockPos;)V
[03jun2020 15:10:08.801] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_212245_a with desc (Lnet/minecraft/world/IWorld;Lnet/minecraft/world/gen/ChunkGenerator;Ljava/util/Random;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/world/gen/feature/BlockStateFeatureConfig;)Z
[03jun2020 15:10:13.860] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Backend library: LWJGL version 3.2.2 build 10
[03jun2020 15:10:15.545] [Render thread/DEBUG] [net.minecraftforge.fml.ForgeI18n/CORE]: Loading I18N data entries: 4535
[03jun2020 15:10:16.652] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/CORE]: Loading Network data for FML net version: FML2
[03jun2020 15:10:16.758] [Render thread/DEBUG] [net.minecraftforge.fml.ModList/LOADING]: Using 4 threads for parallel mod-loading
[03jun2020 15:10:16.772] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:16.790] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:16.800] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.ulto.minecraftearth.MinecraftEarthMod with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:16.837] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.ulto.minecraftearth.MinecraftEarthMod with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:16.842] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:16.843] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:16.843] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for lolcroc.craftingautomat.CraftingAutomat with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:16.861] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass lolcroc.craftingautomat.CraftingAutomat with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:16.861] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:16.861] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:16.861] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for mezz.jei.JustEnoughItems with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:16.870] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass mezz.jei.JustEnoughItems with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:16.870] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:16.870] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:16.871] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for teletubbies.Teletubbies with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.000] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass teletubbies.Teletubbies with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.000] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.000] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.001] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.teamabnormals.abnormals_core.core.AbnormalsCore with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.487] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.teamabnormals.abnormals_core.core.AbnormalsCore with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.487] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.488] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.488] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for uppers.Uppers with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.513] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass uppers.Uppers with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.514] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.514] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.514] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.mrcrayfish.goblintraders.GoblinTraders with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.522] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.mrcrayfish.goblintraders.GoblinTraders with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.522] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.522] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.523] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for top.theillusivec4.caelus.Caelus with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.531] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass top.theillusivec4.caelus.Caelus with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.531] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.531] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.532] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.teamabnormals.upgrade_aquatic.core.UpgradeAquatic with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.558] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.teamabnormals.upgrade_aquatic.core.UpgradeAquatic with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.559] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.559] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.559] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for top.theillusivec4.colytra.Colytra with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.597] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass top.theillusivec4.colytra.Colytra with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.598] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.598] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.598] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for vazkii.neat.Neat with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.613] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass vazkii.neat.Neat with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.614] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.614] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.614] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.yungnickyoung.minecraft.bettercaves.BetterCaves with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.636] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.yungnickyoung.minecraft.bettercaves.BetterCaves with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.636] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.636] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.637] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for shadows.placebo.Placebo with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.661] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass shadows.placebo.Placebo with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.661] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.661] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.661] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.github.alexthe666.citadel.Citadel with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.712] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `citadel` for name `debug`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:17.713] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.github.alexthe666.citadel.Citadel with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.713] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.713] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.713] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.legacy.goodnightsleep.GoodNightSleep with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.729] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.legacy.goodnightsleep.GoodNightSleep with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.729] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.730] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.731] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for snownee.fruits.Fruits with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.739] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass snownee.fruits.Fruits with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.740] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.740] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.740] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for snownee.kiwi.Kiwi with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.780] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass snownee.kiwi.Kiwi with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.780] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.780] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.780] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for xiroc.dungeoncrawl.DungeonCrawl with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.832] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass xiroc.dungeoncrawl.DungeonCrawl with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.832] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.832] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.832] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for its_meow.betteranimalsplus.BetterAnimalsPlusMod with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.924] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `betteranimalsplus` for name `trillium`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:17.948] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `betteranimalsplus` for name `handoffate`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:17.973] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `betteranimalsplus` for name `turkey_raw`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:17.977] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `betteranimalsplus` for name `turkey_cooked`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:17.978] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass its_meow.betteranimalsplus.BetterAnimalsPlusMod with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.978] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.978] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.978] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for chumbanotz.mutantbeasts.MutantBeasts with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:18.020] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass chumbanotz.mutantbeasts.MutantBeasts with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:18.020] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:18.020] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:18.020] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.branders.spawnermod.SpawnerMod with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:18.030] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.branders.spawnermod.SpawnerMod with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:18.030] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:18.031] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:18.031] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for endergeticexpansion.core.EndergeticExpansion with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:18.065] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass endergeticexpansion.core.EndergeticExpansion with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:18.065] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:18.065] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:18.066] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for info.u_team.u_team_core.UCoreMain with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:18.129] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass info.u_team.u_team_core.UCoreMain with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:18.129] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:18.129] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:18.129] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.karogath.enhancedvanilla.EnhancedvanillaMod with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:18.144] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.karogath.enhancedvanilla.EnhancedvanillaMod with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:18.144] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:18.144] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:18.144] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for shadows.apotheosis.Apotheosis with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:18.200] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass shadows.apotheosis.Apotheosis with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:18.200] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:18.200] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:18.200] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.mrcrayfish.venture.Venture with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:18.211] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.mrcrayfish.venture.Venture with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:18.211] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:18.212] [Render thread/DEBUG] [net.alexwells.kottle.FMLKotlinModTarget/LOADING]: Loading FMLKotlinModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:18.222] [Render thread/DEBUG] [net.alexwells.kottle.FMLKotlinModTarget/LOADING]: Loading FMLKotlinModContainer got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:19.871] [Render thread/DEBUG] [net.alexwells.kottle.FMLKotlinModContainer/LOADING]: Creating FMLModContainer instance for me.sargunvohra.mcmods.leveluphp.LuhpMod with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.056] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.057] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.057] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for epicsquid.traverse.Traverse with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.220] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass epicsquid.traverse.Traverse with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.221] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.221] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.221] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for bre2el.fpsreducer.FpsReducer with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.270] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass bre2el.fpsreducer.FpsReducer with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.271] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.271] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.271] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.qouteall.hiding_in_the_bushes.ModMainForge with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.310] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.qouteall.hiding_in_the_bushes.ModMainForge with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.311] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.311] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.311] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for mod.krevik.expore.Main with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.348] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `exp_ore` for name `block_exp_ore`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:20.354] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass mod.krevik.expore.Main with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.354] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.354] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.354] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.legobmw99.BetterThanMending.BetterThanMending with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.433] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.legobmw99.BetterThanMending.BetterThanMending with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.433] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.433] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.433] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for laz.tirphycraft.Tirphycraft with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.545] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass laz.tirphycraft.Tirphycraft with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.545] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.545] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.545] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.farcr.swampexpansion.core.SwampExpansion with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.592] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.farcr.swampexpansion.core.SwampExpansion with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.592] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.593] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.593] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.minecraftforge.common.ForgeMod with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.629] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass net.minecraftforge.common.ForgeMod with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.629] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.629] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.630] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for epicsquid.mysticallib.MysticalLib with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.006] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass epicsquid.mysticallib.MysticalLib with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.007] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.007] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.007] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.eidee.minecraft.exp_bottling.ExpBottling with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.057] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass net.eidee.minecraft.exp_bottling.ExpBottling with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.057] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.057] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.057] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.legacy.structure_gel.StructureGelMod with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.077] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.legacy.structure_gel.StructureGelMod with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.077] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.077] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.077] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for de.maxhenkel.corpse.Main with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.088] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass de.maxhenkel.corpse.Main with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.089] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.089] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.089] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for uk.co.duelmonster.minersadvantage.MA with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.270] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass uk.co.duelmonster.minersadvantage.MA with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.270] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.270] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.270] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.mcreator.rotten_creatures.RottenCreaturesMod with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.335] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass net.mcreator.rotten_creatures.RottenCreaturesMod with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.335] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.344] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.344] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.344] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for info.u_team.useful_backpacks.UsefulBackpacksMod with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.391] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass info.u_team.useful_backpacks.UsefulBackpacksMod with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.391] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.391] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.391] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for andrews.pandoras_creatures.Main with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.511] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass andrews.pandoras_creatures.Main with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.512] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.512] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.512] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.zackapooomc.dungeons.DungeonsMod with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.580] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.zackapooomc.dungeons.DungeonsMod with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.580] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.580] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.581] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for biomesoplenty.core.BiomesOPlenty with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.672] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass biomesoplenty.core.BiomesOPlenty with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.672] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.672] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.672] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.stal111.valhelsia_structures.ValhelsiaStructures with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.706] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.stal111.valhelsia_structures.ValhelsiaStructures with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.706] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.706] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.707] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.legacy.dungeons_plus.DungeonsPlus with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.716] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.legacy.dungeons_plus.DungeonsPlus with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.716] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.717] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.717] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for wards.Wards with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.725] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass wards.Wards with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.725] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.725] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.726] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for xerca.xercamod.common.XercaMod with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.764] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass xerca.xercamod.common.XercaMod with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.764] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.765] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.765] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.bagel.atmospheric.core.Atmospheric with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.774] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.bagel.atmospheric.core.Atmospheric with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.774] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.774] [Render thread/DEBUG] [net.alexwells.kottle.FMLKotlinModTarget/LOADING]: Loading FMLKotlinModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.774] [Render thread/DEBUG] [net.alexwells.kottle.FMLKotlinModTarget/LOADING]: Loading FMLKotlinModContainer got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.822] [Render thread/DEBUG] [net.alexwells.kottle.FMLKotlinModContainer/LOADING]: Creating FMLModContainer instance for ejektaflex.bountiful.BountifulMod with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.822] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.823] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.823] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.catastrophe573.dimdungeons.DimDungeons with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.863] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.catastrophe573.dimdungeons.DimDungeons with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.863] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.863] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.863] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.tfar.randomenchants.RandomEnchants with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.886] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.tfar.randomenchants.RandomEnchants with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.887] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.887] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.887] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.farcr.savageandravage.core.SavageAndRavage with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.897] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.farcr.savageandravage.core.SavageAndRavage with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.898] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.898] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.898] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for slimeknights.mantle.Mantle with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.923] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass slimeknights.mantle.Mantle with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.923] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.924] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.924] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for knightminer.inspirations.Inspirations with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.996] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass knightminer.inspirations.Inspirations with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.996] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.996] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.996] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for xaero.minimap.XaeroMinimap with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:22.060] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass xaero.minimap.XaeroMinimap with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:22.060] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:22.061] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:22.061] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.github.alexthe666.rats.RatsMod with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:23.946] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `block_of_cheese`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:23.964] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `cauldron_milk`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:23.965] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `cauldron_cheese`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:23.968] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `rat_hole`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:23.969] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `ratglove_flower`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:24.341] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `rat_cage`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:25.780] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `rat_cage_decorated`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:26.773] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `rat_cage_breeding_lantern`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:26.775] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `fish_barrel`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:26.788] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `rat_crafting_table`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:26.801] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `auto_curdler`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:26.862] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `rat_trap`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.791] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `rat_tube`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.822] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `garbage_pile`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.823] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_raw`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.823] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.824] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_slab`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.827] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_stairs`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.828] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_tile`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.828] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_chiseled`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.829] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_pillar`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.830] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_brick`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.830] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_brick_slab`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.833] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_brick_stairs`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.834] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_brick_chiseled`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.834] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_brick_cracked`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.835] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_brick_mossy`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.835] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_dirt`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.836] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_grass`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.871] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_rat_head`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.872] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_golem_core`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.891] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `ratlantis_portal`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.892] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `compressed_rat`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.893] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `brain_block`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.893] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `jack_o_ratern`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.894] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `block_of_blue_cheese`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.911] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `upgrade_combiner`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.921] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `upgrade_separator`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.921] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `pirat_planks`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.922] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `pirat_log`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.922] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `stripped_pirat_log`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.922] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `pirat_wood`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.923] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `stripped_pirat_wood`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.933] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `pirat_pressure_plate`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.944] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `pirat_trapdoor`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.948] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `pirat_stairs`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.958] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `pirat_button`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.959] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `pirat_slab`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.961] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `pirat_fence_gate`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.967] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `pirat_fence`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:29.002] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `pirat_door`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:29.013] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `dutchrat_bell`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:29.014] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `rat_hole`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:29.015] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `rat_trap`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:29.016] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `milk_cauldron`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:29.018] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `rat_cage_decorated`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:29.019] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `rat_cage_breeding_lantern`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:29.040] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `rat_crafting_table`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:29.041] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `ratlantis_portal`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:29.042] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `rat_tube`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:29.043] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `upgrade_seperator`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:29.057] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `upgrade_combiner`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:29.077] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `auto_curdler`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:29.117] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `dutchrat_bell`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:29.119] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `ratlantean_automaton_head`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:30.113] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `synesthesia`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:30.114] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `plague`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:30.116] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.github.alexthe666.rats.RatsMod with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.116] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.116] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.117] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.markus1002.autumnity.core.Autumnity with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.218] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.markus1002.autumnity.core.Autumnity with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.218] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.218] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.219] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for oreexcavation.core.OreExcavation with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.228] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass oreexcavation.core.OreExcavation with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.229] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.229] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.229] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.electron.endreborn.EndReborn with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.250] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.electron.endreborn.EndReborn with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.250] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.252] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.252] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for cjminecraft.doubleslabs.DoubleSlabs with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.413] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass cjminecraft.doubleslabs.DoubleSlabs with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.413] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.414] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.414] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.mushroom.midnight.Midnight with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.493] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.mushroom.midnight.Midnight with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.493] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.494] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.494] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.blamejared.ambientenvironment.AmbientEnvironment with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.502] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.blamejared.ambientenvironment.AmbientEnvironment with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.503] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.503] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.503] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for baguchan.hunterillager.HunterIllagerCore with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.512] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass baguchan.hunterillager.HunterIllagerCore with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.512] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.512] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.512] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for voronoiaoc.byg.BYG with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.522] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass voronoiaoc.byg.BYG with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.522] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.522] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.523] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.teammetallurgy.aquaculture.Aquaculture with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.558] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.teammetallurgy.aquaculture.Aquaculture with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.558] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.558] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.559] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.tiviacz.cloudboots.CloudBoots with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.565] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.tiviacz.cloudboots.CloudBoots with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.565] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.566] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.566] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for dmillerw.menu.MineMenu with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.581] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass dmillerw.menu.MineMenu with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.581] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.582] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.582] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for hugman.mubble.Mubble with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.593] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass hugman.mubble.Mubble with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.593] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.593] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.593] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.legacy.farlanders.TheFarlandersMod with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.603] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.legacy.farlanders.TheFarlandersMod with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.641] [Render thread/DEBUG] [net.minecraftforge.fml.ModList/LOADING]: Dispatching parallel event LifecycleEvent:CONSTRUCT
[03jun2020 15:10:30.659] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance uteamcore of type info.u_team.u_team_core.UCoreMain
[03jun2020 15:10:30.659] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance biomesoplenty of type biomesoplenty.core.BiomesOPlenty
[03jun2020 15:10:30.673] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance midnight of type com.mushroom.midnight.Midnight
[03jun2020 15:10:30.674] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance colytra of type top.theillusivec4.colytra.Colytra
[03jun2020 15:10:31.117] [modloading-worker-2/INFO] [JarSignVerifier/]: Mod uteamcore is signed with a valid certificate.
[03jun2020 15:10:31.316] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file biomesoplenty/server.toml for biomesoplenty tracking
[03jun2020 15:10:31.316] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance biomesoplenty of type biomesoplenty.core.BiomesOPlenty
[03jun2020 15:10:31.317] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for biomesoplenty
[03jun2020 15:10:31.342] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for biomesoplenty
[03jun2020 15:10:31.372] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file uteamcore-client.toml for uteamcore tracking
[03jun2020 15:10:31.388] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing biomesoplenty.init.ModBiomes to MOD
[03jun2020 15:10:31.418] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file colytra-server.toml for colytra tracking
[03jun2020 15:10:31.418] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance colytra of type top.theillusivec4.colytra.Colytra
[03jun2020 15:10:31.419] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for colytra
[03jun2020 15:10:31.420] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for colytra
[03jun2020 15:10:31.420] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing top.theillusivec4.colytra.Colytra$RegistryEvents to MOD
[03jun2020 15:10:31.615] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for colytra
[03jun2020 15:10:31.615] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance neat of type vazkii.neat.Neat
[03jun2020 15:10:31.909] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file neat-client.toml for neat tracking
[03jun2020 15:10:31.910] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance neat of type vazkii.neat.Neat
[03jun2020 15:10:31.910] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for neat
[03jun2020 15:10:31.910] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for neat
[03jun2020 15:10:31.910] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for neat
[03jun2020 15:10:31.910] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance bettercaves of type com.yungnickyoung.minecraft.bettercaves.BetterCaves
[03jun2020 15:10:31.910] [modloading-worker-0/DEBUG] [bettercaves/]: Better Caves entry point
[03jun2020 15:10:31.937] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance uteamcore of type info.u_team.u_team_core.UCoreMain
[03jun2020 15:10:31.937] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for uteamcore
[03jun2020 15:10:31.937] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for uteamcore
[03jun2020 15:10:31.937] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing info.u_team.u_team_core.intern.init.UCoreRecipeSerializers to MOD
[03jun2020 15:10:32.388] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file midnight-client.toml for midnight tracking
[03jun2020 15:10:32.388] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file midnight-common.toml for midnight tracking
[03jun2020 15:10:32.388] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file midnight-server.toml for midnight tracking
[03jun2020 15:10:32.580] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing info.u_team.u_team_core.intern.init.UCoreLootTableRegistry to MOD
[03jun2020 15:10:32.803] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing info.u_team.u_team_core.intern.init.UCoreCommands to FORGE
[03jun2020 15:10:32.889] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing info.u_team.u_team_core.intern.init.UCoreColors to MOD
[03jun2020 15:10:32.897] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance midnight of type com.mushroom.midnight.Midnight
[03jun2020 15:10:32.897] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for midnight
[03jun2020 15:10:32.897] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for midnight
[03jun2020 15:10:32.898] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mushroom.midnight.client.FluidImmersionRenderer to FORGE
[03jun2020 15:10:32.951] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing info.u_team.u_team_core.intern.event.UpdateDiscordEventHandler to FORGE
[03jun2020 15:10:33.084] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mushroom.midnight.client.ClientProxy to MOD
[03jun2020 15:10:33.087] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mushroom.midnight.client.ClientEventHandler to FORGE
[03jun2020 15:10:33.164] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing info.u_team.u_team_core.intern.data.UCoreDataGenerator to MOD
[03jun2020 15:10:33.242] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for uteamcore
[03jun2020 15:10:33.243] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance enhancedvanilla of type com.karogath.enhancedvanilla.EnhancedvanillaMod
[03jun2020 15:10:33.546] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mushroom.midnight.client.IdleSoundController to FORGE
[03jun2020 15:10:33.667] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file bettercaves-1_15_2.toml for bettercaves tracking
[03jun2020 15:10:33.763] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mushroom.midnight.common.CommonEventHandler to FORGE
[03jun2020 15:10:33.810] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance bettercaves of type com.yungnickyoung.minecraft.bettercaves.BetterCaves
[03jun2020 15:10:33.810] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for bettercaves
[03jun2020 15:10:33.810] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for bettercaves
[03jun2020 15:10:33.810] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for bettercaves
[03jun2020 15:10:33.810] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance placebo of type shadows.placebo.Placebo
[03jun2020 15:10:33.811] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance placebo of type shadows.placebo.Placebo
[03jun2020 15:10:33.812] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for placebo
[03jun2020 15:10:33.812] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for placebo
[03jun2020 15:10:33.812] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for placebo
[03jun2020 15:10:33.812] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance citadel of type com.github.alexthe666.citadel.Citadel
[03jun2020 15:10:34.107] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance citadel of type com.github.alexthe666.citadel.Citadel
[03jun2020 15:10:34.108] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for citadel
[03jun2020 15:10:34.108] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for citadel
[03jun2020 15:10:34.108] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.github.alexthe666.citadel.ServerProxy to MOD
[03jun2020 15:10:34.119] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.github.alexthe666.citadel.ClientProxy to MOD
[03jun2020 15:10:34.120] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for citadel
[03jun2020 15:10:34.120] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance goodnightsleep of type com.legacy.goodnightsleep.GoodNightSleep
[03jun2020 15:10:34.306] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mushroom.midnight.common.registry.MidnightSounds to MOD
[03jun2020 15:10:34.405] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mushroom.midnight.common.registry.MidnightSurfaceBiomes to MOD
[03jun2020 15:10:34.422] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file goodnightsleep-common.toml for goodnightsleep tracking
[03jun2020 15:10:34.536] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance goodnightsleep of type com.legacy.goodnightsleep.GoodNightSleep
[03jun2020 15:10:34.536] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for goodnightsleep
[03jun2020 15:10:34.536] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for goodnightsleep
[03jun2020 15:10:34.537] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.legacy.goodnightsleep.GNSRegistry to MOD
[03jun2020 15:10:34.554] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mushroom.midnight.common.registry.MidnightDimensions to MOD
[03jun2020 15:10:34.684] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.legacy.goodnightsleep.GNSConfig to MOD
[03jun2020 15:10:34.685] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for goodnightsleep
[03jun2020 15:10:34.685] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance fruittrees of type snownee.fruits.Fruits
[03jun2020 15:10:34.685] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance fruittrees of type snownee.fruits.Fruits
[03jun2020 15:10:34.685] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for fruittrees
[03jun2020 15:10:34.685] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fruittrees
[03jun2020 15:10:34.685] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing snownee.fruits.FruitsConfig to MOD
[03jun2020 15:10:34.730] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mushroom.midnight.common.registry.MidnightItems to MOD
[03jun2020 15:10:34.742] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for fruittrees
[03jun2020 15:10:34.742] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance kiwi of type snownee.kiwi.Kiwi
[03jun2020 15:10:34.962] [modloading-worker-0/INFO] [Kiwi/Init]: Processing 5 KiwiModule annotations
[03jun2020 15:10:35.051] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file kiwi.toml for kiwi tracking
[03jun2020 15:10:35.468] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance kiwi of type snownee.kiwi.Kiwi
[03jun2020 15:10:35.468] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for kiwi
[03jun2020 15:10:35.468] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for kiwi
[03jun2020 15:10:35.469] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing snownee.kiwi.schedule.Scheduler to FORGE
[03jun2020 15:10:35.549] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mushroom.midnight.common.registry.MidnightDimensions$ForgeEvents to FORGE
[03jun2020 15:10:35.597] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mushroom.midnight.common.registry.MidnightParticleTypes$Client to MOD
[03jun2020 15:10:35.697] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing snownee.kiwi.KiwiConfig to MOD
[03jun2020 15:10:35.698] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing snownee.kiwi.Kiwi to FORGE
[03jun2020 15:10:35.797] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing snownee.kiwi.client.model.TextureModel to MOD
[03jun2020 15:10:35.799] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mushroom.midnight.common.registry.MidnightTileEntities to MOD
[03jun2020 15:10:35.843] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mushroom.midnight.common.registry.MidnightFluids to MOD
[03jun2020 15:10:36.153] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing snownee.kiwi.client.gui.ScreenHandler to FORGE
[03jun2020 15:10:36.328] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing snownee.kiwi.client.DebugTooltip to FORGE
[03jun2020 15:10:36.383] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for kiwi
[03jun2020 15:10:36.383] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance dungeoncrawl of type xiroc.dungeoncrawl.DungeonCrawl
[03jun2020 15:10:36.384] [modloading-worker-0/INFO] [Dungeon Crawl/]: Here we go! Launching Dungeon Crawl 1.6.1...
[03jun2020 15:10:36.433] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mushroom.midnight.common.registry.MidnightCavernousBiomes to MOD
[03jun2020 15:10:36.618] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mushroom.midnight.common.registry.MidnightContainers to MOD
[03jun2020 15:10:36.719] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mushroom.midnight.common.registry.MidnightBlocks to MOD
[03jun2020 15:10:36.864] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing biomesoplenty.init.ModItems to MOD
[03jun2020 15:10:37.087] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing biomesoplenty.init.ModSounds to MOD
[03jun2020 15:10:37.130] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing biomesoplenty.init.ModBlocks to MOD
[03jun2020 15:10:38.248] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance dungeoncrawl of type xiroc.dungeoncrawl.DungeonCrawl
[03jun2020 15:10:38.249] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for dungeoncrawl
[03jun2020 15:10:38.249] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for dungeoncrawl
[03jun2020 15:10:38.249] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing xiroc.dungeoncrawl.util.EventManager to MOD
[03jun2020 15:10:38.283] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for dungeoncrawl
[03jun2020 15:10:38.283] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance abnormals_core of type com.teamabnormals.abnormals_core.core.AbnormalsCore
[03jun2020 15:10:38.801] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file abnormals_core-common.toml for abnormals_core tracking
[03jun2020 15:10:38.801] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance abnormals_core of type com.teamabnormals.abnormals_core.core.AbnormalsCore
[03jun2020 15:10:38.801] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for abnormals_core
[03jun2020 15:10:38.801] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for abnormals_core
[03jun2020 15:10:38.801] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teamabnormals.abnormals_core.core.registry.LootInjectionRegistry to FORGE
[03jun2020 15:10:38.839] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teamabnormals.abnormals_core.core.library.api.AmbienceMusicPlayer to FORGE
[03jun2020 15:10:38.851] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teamabnormals.abnormals_core.core.examples.ExampleTileEntityRegistry to MOD
[03jun2020 15:10:38.873] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teamabnormals.abnormals_core.core.examples.ExampleSoundRegistry to MOD
[03jun2020 15:10:38.882] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teamabnormals.abnormals_core.core.examples.ExampleItemRegistry to MOD
[03jun2020 15:10:38.897] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teamabnormals.abnormals_core.core.examples.ExampleEntitySpawnHandler to MOD
[03jun2020 15:10:38.951] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing biomesoplenty.init.ModEntities to MOD
[03jun2020 15:10:38.965] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teamabnormals.abnormals_core.core.examples.ExampleEntityRegistry to MOD
[03jun2020 15:10:38.968] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for biomesoplenty
[03jun2020 15:10:38.968] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance valhelsia_structures of type com.stal111.valhelsia_structures.ValhelsiaStructures
[03jun2020 15:10:39.007] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teamabnormals.abnormals_core.core.examples.ExampleBlockRegistry to MOD
[03jun2020 15:10:39.598] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teamabnormals.abnormals_core.core.events.CompatEvents to FORGE
[03jun2020 15:10:39.673] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teamabnormals.abnormals_core.core.AbnormalsCore to MOD
[03jun2020 15:10:39.675] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teamabnormals.abnormals_core.client.renderer.CapeHandler to FORGE
[03jun2020 15:10:39.739] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for abnormals_core
[03jun2020 15:10:39.739] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance uppers of type uppers.Uppers
[03jun2020 15:10:39.743] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance uppers of type uppers.Uppers
[03jun2020 15:10:39.744] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for uppers
[03jun2020 15:10:39.744] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for uppers
[03jun2020 15:10:39.744] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing uppers.ModBlocks$RegistrationHandlerBlocks to MOD
[03jun2020 15:10:39.876] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for uppers
[03jun2020 15:10:39.876] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance goblintraders of type com.mrcrayfish.goblintraders.GoblinTraders
[03jun2020 15:10:39.878] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance goblintraders of type com.mrcrayfish.goblintraders.GoblinTraders
[03jun2020 15:10:39.878] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for goblintraders
[03jun2020 15:10:39.878] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for goblintraders
[03jun2020 15:10:39.878] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mrcrayfish.goblintraders.world.spawner.GoblinTraderSpawner to FORGE
[03jun2020 15:10:40.068] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mrcrayfish.goblintraders.init.ModSounds to MOD
[03jun2020 15:10:40.275] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mrcrayfish.goblintraders.init.ModItems to MOD
[03jun2020 15:10:41.295] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file valhelsia_structures-client.toml for valhelsia_structures tracking
[03jun2020 15:10:41.295] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file valhelsia_structures-server.toml for valhelsia_structures tracking
[03jun2020 15:10:41.595] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance valhelsia_structures of type com.stal111.valhelsia_structures.ValhelsiaStructures
[03jun2020 15:10:41.596] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for valhelsia_structures
[03jun2020 15:10:41.596] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for valhelsia_structures
[03jun2020 15:10:41.596] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.stal111.valhelsia_structures.event.PlayerInteractBlockListener to FORGE
[03jun2020 15:10:41.623] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity goblintraders:goblin_trader
[03jun2020 15:10:41.630] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.stal111.valhelsia_structures.config.Config to FORGE
[03jun2020 15:10:41.630] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for valhelsia_structures
[03jun2020 15:10:41.630] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance dungeons_plus of type com.legacy.dungeons_plus.DungeonsPlus
[03jun2020 15:10:41.657] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity goblintraders:vein_goblin_trader
[03jun2020 15:10:41.659] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mrcrayfish.goblintraders.init.ModEntities to MOD
[03jun2020 15:10:41.660] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for goblintraders
[03jun2020 15:10:41.660] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance caelus of type top.theillusivec4.caelus.Caelus
[03jun2020 15:10:41.766] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file caelus-client.toml for caelus tracking
[03jun2020 15:10:41.807] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance caelus of type top.theillusivec4.caelus.Caelus
[03jun2020 15:10:41.807] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for caelus
[03jun2020 15:10:41.807] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for caelus
[03jun2020 15:10:41.807] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing top.theillusivec4.caelus.Caelus$ClientSetup to MOD
[03jun2020 15:10:41.931] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for caelus
[03jun2020 15:10:41.931] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance upgrade_aquatic of type com.teamabnormals.upgrade_aquatic.core.UpgradeAquatic
[03jun2020 15:10:41.970] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file dungeons_plus-common.toml for dungeons_plus tracking
[03jun2020 15:10:41.972] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance dungeons_plus of type com.legacy.dungeons_plus.DungeonsPlus
[03jun2020 15:10:41.972] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for dungeons_plus
[03jun2020 15:10:41.972] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for dungeons_plus
[03jun2020 15:10:41.972] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.legacy.dungeons_plus.DungeonsPlus$Features to MOD
[03jun2020 15:10:42.323] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.legacy.dungeons_plus.DungeonsEvents to FORGE
[03jun2020 15:10:42.363] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for dungeons_plus
[03jun2020 15:10:42.363] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance wards of type wards.Wards
[03jun2020 15:10:42.459] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mushroom.midnight.common.registry.MidnightEntities to MOD
[03jun2020 15:10:42.515] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file wards-common.toml for wards tracking
[03jun2020 15:10:42.598] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance wards of type wards.Wards
[03jun2020 15:10:42.598] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for wards
[03jun2020 15:10:42.599] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for wards
[03jun2020 15:10:42.599] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing wards.WardsRegistryManager to MOD
[03jun2020 15:10:42.942] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:rifter
[03jun2020 15:10:42.988] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for wards
[03jun2020 15:10:42.988] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance xercamod of type xerca.xercamod.common.XercaMod
[03jun2020 15:10:43.046] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file xercamod-common.toml for xercamod tracking
[03jun2020 15:10:43.048] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file upgrade_aquatic-client.toml for upgrade_aquatic tracking
[03jun2020 15:10:43.048] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance upgrade_aquatic of type com.teamabnormals.upgrade_aquatic.core.UpgradeAquatic
[03jun2020 15:10:43.048] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for upgrade_aquatic
[03jun2020 15:10:43.048] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for upgrade_aquatic
[03jun2020 15:10:43.048] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teamabnormals.upgrade_aquatic.core.registry.UATileEntities to MOD
[03jun2020 15:10:43.122] [modloading-worker-1/DEBUG] [xerca.xercamod.common.XercaMod/]: bakeConfig called
[03jun2020 15:10:43.122] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance xercamod of type xerca.xercamod.common.XercaMod
[03jun2020 15:10:43.122] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for xercamod
[03jun2020 15:10:43.122] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for xercamod
[03jun2020 15:10:43.123] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing xerca.xercamod.common.tile_entity.XercaTileEntities$RegistrationHandler to MOD
[03jun2020 15:10:43.224] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teamabnormals.upgrade_aquatic.core.registry.UASounds to MOD
[03jun2020 15:10:43.254] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing xerca.xercamod.common.SoundEvents$RegistrationHandler to MOD
[03jun2020 15:10:43.268] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teamabnormals.upgrade_aquatic.core.registry.UAItems to MOD
[03jun2020 15:10:43.349] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing xerca.xercamod.common.item.Items$RegistrationHandler to MOD
[03jun2020 15:10:43.355] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:hunter
[03jun2020 15:10:43.411] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:bladeshroom_cap
[03jun2020 15:10:43.623] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:nova
[03jun2020 15:10:43.712] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:nova_spike
[03jun2020 15:10:43.720] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing xerca.xercamod.common.EventHandler to FORGE
[03jun2020 15:10:43.802] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:crystal_bug
[03jun2020 15:10:43.850] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:penumbrian
[03jun2020 15:10:44.009] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:tree_hopper
[03jun2020 15:10:44.074] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing xerca.xercamod.common.entity.Entities$RegistrationHandler to MOD
[03jun2020 15:10:44.163] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing xerca.xercamod.common.Config to FORGE
[03jun2020 15:10:44.188] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:stinger
[03jun2020 15:10:44.213] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing xerca.xercamod.common.block.Blocks$RegistrationHandler to MOD
[03jun2020 15:10:44.307] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing xerca.xercamod.client.ClientProxy$ModBusSubscriber to MOD
[03jun2020 15:10:44.399] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing xerca.xercamod.client.ClientProxy$ForgeBusSubscriber to FORGE
[03jun2020 15:10:44.552] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for xercamod
[03jun2020 15:10:44.552] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance atmospheric of type com.bagel.atmospheric.core.Atmospheric
[03jun2020 15:10:44.565] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:nightstag
[03jun2020 15:10:44.745] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:deceitful_snapper
[03jun2020 15:10:44.765] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:bulb_angler
[03jun2020 15:10:45.195] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:skulk
[03jun2020 15:10:45.287] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:shade_squirrel
[03jun2020 15:10:45.420] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:thrown_geode
[03jun2020 15:10:45.506] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance atmospheric of type com.bagel.atmospheric.core.Atmospheric
[03jun2020 15:10:45.506] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for atmospheric
[03jun2020 15:10:45.506] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for atmospheric
[03jun2020 15:10:45.513] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.bagel.atmospheric.core.registry.AtmosphericParticles$RegisterParticleFactories to MOD
[03jun2020 15:10:45.543] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.bagel.atmospheric.core.registry.AtmosphericItems to MOD
[03jun2020 15:10:45.546] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:spore_bomb
[03jun2020 15:10:45.573] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:cloud
[03jun2020 15:10:45.576] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mushroom.midnight.common.registry.MidnightEffects to MOD
[03jun2020 15:10:45.593] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mushroom.midnight.common.registry.MidnightRecipeSerializers to MOD
[03jun2020 15:10:45.620] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mushroom.midnight.common.registry.MidnightParticleTypes$Common to MOD
[03jun2020 15:10:45.638] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mushroom.midnight.common.loot.FishingLoot to FORGE
[03jun2020 15:10:45.711] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mushroom.midnight.common.world.rift.EntranceRiftGenerator to FORGE
[03jun2020 15:10:45.742] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mushroom.midnight.common.world.MidnightAtmosphereController to FORGE
[03jun2020 15:10:45.791] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mushroom.midnight.common.entity.projectile.BladeshroomCapEntity to FORGE
[03jun2020 15:10:45.957] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mushroom.midnight.common.util.SessionLocal to FORGE
[03jun2020 15:10:46.010] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mushroom.midnight.common.config.MidnightConfig to FORGE
[03jun2020 15:10:46.011] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mushroom.midnight.Midnight to FORGE
[03jun2020 15:10:46.011] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for midnight
[03jun2020 15:10:46.011] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance ambientenvironment of type com.blamejared.ambientenvironment.AmbientEnvironment
[03jun2020 15:10:46.013] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance ambientenvironment of type com.blamejared.ambientenvironment.AmbientEnvironment
[03jun2020 15:10:46.013] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for ambientenvironment
[03jun2020 15:10:46.013] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for ambientenvironment
[03jun2020 15:10:46.013] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for ambientenvironment
[03jun2020 15:10:46.013] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance hunterillager of type baguchan.hunterillager.HunterIllagerCore
[03jun2020 15:10:46.020] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance hunterillager of type baguchan.hunterillager.HunterIllagerCore
[03jun2020 15:10:46.021] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for hunterillager
[03jun2020 15:10:46.021] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for hunterillager
[03jun2020 15:10:46.021] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing baguchan.hunterillager.init.HunterTypes to MOD
[03jun2020 15:10:46.115] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing baguchan.hunterillager.HunterSounds to FORGE
[03jun2020 15:10:46.136] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for hunterillager
[03jun2020 15:10:46.137] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance byg of type voronoiaoc.byg.BYG
[03jun2020 15:10:46.163] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file byg-common.toml for byg tracking
[03jun2020 15:10:46.166] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teamabnormals.upgrade_aquatic.core.registry.UAEntities to MOD
[03jun2020 15:10:46.239] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.bagel.atmospheric.core.registry.AtmosphericFeatures to MOD
[03jun2020 15:10:46.263] [modloading-worker-3/INFO] [voronoiaoc.byg.BYG/]: Loading config: C:\Users\wilfrido\AppData\Roaming\.minecraft\config\byg-world-common.toml
[03jun2020 15:10:46.303] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance byg of type voronoiaoc.byg.BYG
[03jun2020 15:10:46.303] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for byg
[03jun2020 15:10:46.303] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for byg
[03jun2020 15:10:46.304] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing voronoiaoc.byg.core.registries.BYGSurfaceBuilderRegistry to MOD
[03jun2020 15:10:46.312] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing voronoiaoc.byg.core.registries.BYGItemRegistry to MOD
[03jun2020 15:10:46.340] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing voronoiaoc.byg.core.registries.BYGFeatureRegistry to MOD
[03jun2020 15:10:46.352] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing voronoiaoc.byg.core.registries.BYGBlockRegistry to MOD
[03jun2020 15:10:46.469] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.bagel.atmospheric.core.registry.AtmosphericEffects to MOD
[03jun2020 15:10:46.470] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.bagel.atmospheric.core.registry.AtmosphericBlocks to MOD
[03jun2020 15:10:46.470] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.bagel.atmospheric.core.registry.AtmosphericBiomes to MOD
[03jun2020 15:10:46.470] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.bagel.atmospheric.core.other.AtmosphericTrades to FORGE
[03jun2020 15:10:46.506] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.bagel.atmospheric.core.other.AtmosphericFoods to MOD
[03jun2020 15:10:46.517] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.bagel.atmospheric.core.other.AtmosphericEvents to FORGE
[03jun2020 15:10:46.527] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.bagel.atmospheric.core.other.AtmosphericCriteriaTriggers to FORGE
[03jun2020 15:10:46.540] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.bagel.atmospheric.core.Atmospheric to MOD
[03jun2020 15:10:46.540] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for atmospheric
[03jun2020 15:10:46.550] [modloading-worker-1/DEBUG] [net.alexwells.kottle.FMLKotlinModContainer/LOADING]: Loaded modclass ejektaflex.bountiful.BountifulMod with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:46.550] [modloading-worker-1/DEBUG] [net.alexwells.kottle.FMLKotlinModContainer/LOADING]: Loading mod instance bountiful of type ejektaflex.bountiful.BountifulMod
[03jun2020 15:10:47.033] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teamabnormals.upgrade_aquatic.core.registry.UABlocks to MOD
[03jun2020 15:10:47.033] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teamabnormals.upgrade_aquatic.core.events.LootEvents to FORGE
[03jun2020 15:10:47.048] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teamabnormals.upgrade_aquatic.core.events.EntityEvents to FORGE
[03jun2020 15:10:47.074] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teamabnormals.upgrade_aquatic.core.events.ClientEvents to FORGE
[03jun2020 15:10:47.180] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teamabnormals.upgrade_aquatic.core.events.AnvilEvents to FORGE
[03jun2020 15:10:47.211] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teamabnormals.upgrade_aquatic.common.advancement.UACriteriaTriggers to FORGE
[03jun2020 15:10:47.505] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teamabnormals.upgrade_aquatic.client.render.gui.RenderOverlays to FORGE
[03jun2020 15:10:47.522] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teamabnormals.upgrade_aquatic.client.particle.UAParticles$RegisterParticleTypes to MOD
[03jun2020 15:10:47.544] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teamabnormals.upgrade_aquatic.client.particle.UAParticles$RegisterParticleFactories to MOD
[03jun2020 15:10:47.545] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for upgrade_aquatic
[03jun2020 15:10:47.545] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance minecraft_earth of type com.ulto.minecraftearth.MinecraftEarthMod
[03jun2020 15:10:48.927] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity bronzed_chicken
[03jun2020 15:10:48.936] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity amber_chicken
[03jun2020 15:10:48.955] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity gold_crested_chicken
[03jun2020 15:10:48.964] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight_chicken
[03jun2020 15:10:48.990] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity skewbald_chicken
[03jun2020 15:10:48.997] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity stormy_chicken
[03jun2020 15:10:49.010] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity albino_cow
[03jun2020 15:10:49.021] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity ashen_cow
[03jun2020 15:10:49.030] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity brule_cow
[03jun2020 15:10:49.039] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity cookie_cow
[03jun2020 15:10:49.048] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity dairy_cow
[03jun2020 15:10:49.057] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity pinto_cow
[03jun2020 15:10:49.070] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity sunset_cow
[03jun2020 15:10:49.084] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity wooly_cow
[03jun2020 15:10:49.096] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity skeleton_dog
[03jun2020 15:10:49.100] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity furnace_golem
[03jun2020 15:10:49.105] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity melon_golem
[03jun2020 15:10:49.118] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity jolly_llama
[03jun2020 15:10:49.127] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity sooty_pig
[03jun2020 15:10:49.137] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity spotted_pig
[03jun2020 15:10:49.150] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing voronoiaoc.byg.core.registries.BYGBiomeRegistry to MOD
[03jun2020 15:10:49.150] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity moobloom
[03jun2020 15:10:49.162] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing voronoiaoc.byg.config.BYGWorldConfig to MOD
[03jun2020 15:10:49.163] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing voronoiaoc.byg.config.BYGConfig to MOD
[03jun2020 15:10:49.163] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing voronoiaoc.byg.common.world.oregenerator.BYGOreGenerator to MOD
[03jun2020 15:10:49.180] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity pink_moobloom
[03jun2020 15:10:49.183] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity muddy_pig
[03jun2020 15:10:49.187] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity dried_muddy_pig
[03jun2020 15:10:49.193] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing voronoiaoc.byg.client.textures.BlockColorManager to MOD
[03jun2020 15:10:49.203] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity pale_pig
[03jun2020 15:10:49.237] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for byg
[03jun2020 15:10:49.237] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance aquaculture of type com.teammetallurgy.aquaculture.Aquaculture
[03jun2020 15:10:49.267] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity piebald_pig
[03jun2020 15:10:49.325] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity mottled_pig
[03jun2020 15:10:49.333] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance enhancedvanilla of type com.karogath.enhancedvanilla.EnhancedvanillaMod
[03jun2020 15:10:49.333] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for enhancedvanilla
[03jun2020 15:10:49.333] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for enhancedvanilla
[03jun2020 15:10:49.334] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for enhancedvanilla
[03jun2020 15:10:49.334] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance apotheosis of type shadows.apotheosis.Apotheosis
[03jun2020 15:10:49.416] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity pink_footed_pig
[03jun2020 15:10:49.484] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file aquaculture-common.toml for aquaculture tracking
[03jun2020 15:10:49.484] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance aquaculture of type com.teammetallurgy.aquaculture.Aquaculture
[03jun2020 15:10:49.484] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for aquaculture
[03jun2020 15:10:49.485] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for aquaculture
[03jun2020 15:10:49.485] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teammetallurgy.aquaculture.init.AquaItems to MOD
[03jun2020 15:10:49.507] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity rainbow_sheep
[03jun2020 15:10:49.557] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity bone_spider
[03jun2020 15:10:49.651] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance minecraft_earth of type com.ulto.minecraftearth.MinecraftEarthMod
[03jun2020 15:10:49.651] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for minecraft_earth
[03jun2020 15:10:49.651] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for minecraft_earth
[03jun2020 15:10:49.651] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for minecraft_earth
[03jun2020 15:10:49.651] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance craftingautomat of type lolcroc.craftingautomat.CraftingAutomat
[03jun2020 15:10:49.675] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file craftingautomat-common.toml for craftingautomat tracking
[03jun2020 15:10:49.676] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance craftingautomat of type lolcroc.craftingautomat.CraftingAutomat
[03jun2020 15:10:49.676] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for craftingautomat
[03jun2020 15:10:49.677] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for craftingautomat
[03jun2020 15:10:49.677] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing lolcroc.craftingautomat.CraftingAutomatConfig to MOD
[03jun2020 15:10:49.677] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing lolcroc.craftingautomat.CraftingAutomat to MOD
[03jun2020 15:10:49.679] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for craftingautomat
[03jun2020 15:10:49.680] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance jei of type mezz.jei.JustEnoughItems
[03jun2020 15:10:49.888] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance jei of type mezz.jei.JustEnoughItems
[03jun2020 15:10:49.889] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for jei
[03jun2020 15:10:49.889] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for jei
[03jun2020 15:10:49.889] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for jei
[03jun2020 15:10:49.889] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance teletubbies of type teletubbies.Teletubbies
[03jun2020 15:10:49.895] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance teletubbies of type teletubbies.Teletubbies
[03jun2020 15:10:49.896] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for teletubbies
[03jun2020 15:10:49.896] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for teletubbies
[03jun2020 15:10:49.896] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing teletubbies.world.gen.WorldGenList to MOD
[03jun2020 15:10:50.025] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing teletubbies.TeletubbiesEventHandler to FORGE
[03jun2020 15:10:50.056] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing teletubbies.TeletubbiesEventHandler$TeletubbiesBus to MOD
[03jun2020 15:10:50.092] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing teletubbies.item.ItemList to MOD
[03jun2020 15:10:50.105] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file bountiful-server.toml for bountiful tracking
[03jun2020 15:10:50.411] [modloading-worker-1/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading Bountiful listeners..
[03jun2020 15:10:51.199] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity teletubbies:tinkywinky
[03jun2020 15:10:51.214] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity teletubbies:dipsy
[03jun2020 15:10:51.224] [modloading-worker-1/DEBUG] [net.alexwells.kottle.FMLKotlinModContainer/LOADING]: Loaded mod instance bountiful of type ejektaflex.bountiful.BountifulMod
[03jun2020 15:10:51.224] [modloading-worker-1/DEBUG] [net.alexwells.kottle.FMLKotlinModContainer/LOADING]: Injecting Automatic event subscribers for bountiful
[03jun2020 15:10:51.227] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance apotheosis of type shadows.apotheosis.Apotheosis
[03jun2020 15:10:51.228] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for apotheosis
[03jun2020 15:10:51.228] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for apotheosis
[03jun2020 15:10:51.228] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing shadows.apotheosis.deadly.loot.affix.Affixes to MOD
[03jun2020 15:10:51.231] [modloading-worker-1/DEBUG] [net.alexwells.kottle.KotlinAutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for bountiful
[03jun2020 15:10:51.232] [modloading-worker-1/DEBUG] [net.alexwells.kottle.KotlinAutomaticEventSubscriber/LOADING]: Auto-subscribing ejektaflex.bountiful.SetupLifecycle to FORGE
[03jun2020 15:10:51.242] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity teletubbies:laalaa
[03jun2020 15:10:51.247] [modloading-worker-1/DEBUG] [net.alexwells.kottle.FMLKotlinModContainer/LOADING]: Completed Automatic event subscribers for bountiful
[03jun2020 15:10:51.248] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance dimdungeons of type com.catastrophe573.dimdungeons.DimDungeons
[03jun2020 15:10:51.250] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity aquaculture:water_arrow
[03jun2020 15:10:51.269] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing shadows.apotheosis.ApotheosisClient to MOD
[03jun2020 15:10:51.282] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity teletubbies:po
[03jun2020 15:10:51.298] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity teletubbies:noonoo
[03jun2020 15:10:51.298] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance dimdungeons of type com.catastrophe573.dimdungeons.DimDungeons
[03jun2020 15:10:51.298] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for dimdungeons
[03jun2020 15:10:51.298] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for dimdungeons
[03jun2020 15:10:51.298] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.catastrophe573.dimdungeons.feature.FeatureRegistrar to MOD
[03jun2020 15:10:51.322] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity aquaculture:box_turtle
[03jun2020 15:10:51.329] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity teletubbies:mimi
[03jun2020 15:10:51.339] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.catastrophe573.dimdungeons.dimension.DimensionRegistrar$EventDimensionType to FORGE
[03jun2020 15:10:51.343] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity aquaculture:arrau_turtle
[03jun2020 15:10:51.348] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity teletubbies:daadaa
[03jun2020 15:10:51.355] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.catastrophe573.dimdungeons.DimDungeons$RegistryEvents to MOD
[03jun2020 15:10:51.357] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity teletubbies:ping
[03jun2020 15:10:51.368] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for dimdungeons
[03jun2020 15:10:51.368] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance randomenchants of type com.tfar.randomenchants.RandomEnchants
[03jun2020 15:10:51.376] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity aquaculture:starshell_turtle
[03jun2020 15:10:51.377] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity aquaculture:oak_fish_mount
[03jun2020 15:10:51.378] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity aquaculture:spruce_fish_mount
[03jun2020 15:10:51.378] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity aquaculture:birch_fish_mount
[03jun2020 15:10:51.379] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity aquaculture:jungle_fish_mount
[03jun2020 15:10:51.379] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity aquaculture:acacia_fish_mount
[03jun2020 15:10:51.379] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity aquaculture:dark_oak_fish_mount
[03jun2020 15:10:51.383] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teammetallurgy.aquaculture.init.AquaLootTables to FORGE
[03jun2020 15:10:51.383] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teammetallurgy.aquaculture.init.AquaEntities to MOD
[03jun2020 15:10:51.387] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teammetallurgy.aquaculture.init.AquaBlocks to MOD
[03jun2020 15:10:51.388] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teammetallurgy.aquaculture.init.FishRegistry to MOD
[03jun2020 15:10:51.389] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teammetallurgy.aquaculture.init.AquaBlocks$AquaTileEntities to MOD
[03jun2020 15:10:51.389] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity teletubbies:ba
[03jun2020 15:10:51.389] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teammetallurgy.aquaculture.init.AquaGuis to MOD
[03jun2020 15:10:51.405] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity teletubbies:ruru
[03jun2020 15:10:51.408] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teammetallurgy.aquaculture.init.AquaRecipes to MOD
[03jun2020 15:10:51.416] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity teletubbies:nin
[03jun2020 15:10:51.426] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file randomenchants-server.toml for randomenchants tracking
[03jun2020 15:10:51.426] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teammetallurgy.aquaculture.api.fishing.Hooks to FORGE
[03jun2020 15:10:51.427] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance randomenchants of type com.tfar.randomenchants.RandomEnchants
[03jun2020 15:10:51.427] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for randomenchants
[03jun2020 15:10:51.427] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for randomenchants
[03jun2020 15:10:51.427] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.tfar.randomenchants.util.EventHandler to FORGE
[03jun2020 15:10:51.438] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity teletubbies:duggledee
[03jun2020 15:10:51.442] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.tfar.randomenchants.util.CoremodHooks to FORGE
[03jun2020 15:10:51.447] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for apotheosis
[03jun2020 15:10:51.447] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance venture of type com.mrcrayfish.venture.Venture
[03jun2020 15:10:51.450] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity teletubbies:umpiepumpie
[03jun2020 15:10:51.467] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file venture-common.toml for venture tracking
[03jun2020 15:10:51.477] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity teletubbies:tinkywinky_zombie
[03jun2020 15:10:51.462] [modloading-worker-1/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Failed to register automatic subscribers. ModID: randomenchants, class com.tfar.randomenchants.RandomEnchants
java.lang.NoClassDefFoundError: com/tfar/additionalevents/event/DropLootEvent
    at java.lang.Class.getDeclaredMethods0(Native Method) ~[?:1.8.0_51]
    at java.lang.Class.privateGetDeclaredMethods(Class.java:2701) ~[?:1.8.0_51]
    at java.lang.Class.privateGetPublicMethods(Class.java:2902) ~[?:1.8.0_51]
    at java.lang.Class.getMethods(Class.java:1615) ~[?:1.8.0_51]
    at net.minecraftforge.eventbus.EventBus.registerClass(EventBus.java:69) ~[eventbus-2.2.0-service.jar:?]
    at net.minecraftforge.eventbus.EventBus.register(EventBus.java:112) ~[eventbus-2.2.0-service.jar:?]
    at net.minecraftforge.fml.AutomaticEventSubscriber.lambda$inject$6(AutomaticEventSubscriber.java:75) ~[?:?]
    at net.minecraftforge.fml.AutomaticEventSubscriber$$Lambda$2505/207876587.accept(Unknown Source) ~[?:?]
    at java.util.ArrayList.forEach(ArrayList.java:1249) ~[?:1.8.0_51]
    at net.minecraftforge.fml.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:62) ~[?:?]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:141) [?:31.2]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer$$Lambda$2220/298156448.accept(Unknown Source) [?:31.2]
    at java.util.function.Consumer.lambda$andThen$14(Consumer.java:65) [?:1.8.0_51]
    at java.util.function.Consumer$$Lambda$2219/1263102442.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$2219/1263102442.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:135) [?:?]
    at net.minecraftforge.fml.ModList$$Lambda$2469/521267685.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.helpComplete(ForkJoinPool.java:1867) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinPool.awaitJoin(ForkJoinPool.java:2042) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinTask.doInvoke(ForkJoinTask.java:404) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:734) [?:1.8.0_51]
    at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160) [?:1.8.0_51]
    at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174) [?:1.8.0_51]
    at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233) [?:1.8.0_51]
    at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) [?:1.8.0_51]
    at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583) [?:1.8.0_51]
    at net.minecraftforge.fml.ModList.lambda$dispatchParallelEvent$11(ModList.java:135) [?:?]
    at net.minecraftforge.fml.ModList$$Lambda$2468/1512216535.run(Unknown Source) [?:?]
    at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386) [?: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]
Caused by: java.lang.ClassNotFoundException: com.tfar.additionalevents.event.DropLootEvent
    at java.lang.ClassLoader.findClass(ClassLoader.java:530) ~[?:1.8.0_51]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_51]
    at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:101) ~[modlauncher-5.1.0.jar:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_51]
    ... 41 more
[03jun2020 15:10:51.479] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance rotten_creatures of type net.mcreator.rotten_creatures.RottenCreaturesMod
[03jun2020 15:10:51.490] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teammetallurgy.aquaculture.client.ClientHandler to MOD
[03jun2020 15:10:51.492] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity teletubbies:dipsy_zombie
[03jun2020 15:10:51.510] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity teletubbies:laalaa_zombie
[03jun2020 15:10:51.516] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file rotten_creatures-server.toml for rotten_creatures tracking
[03jun2020 15:10:51.517] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file rotten_creatures-client.toml for rotten_creatures tracking
[03jun2020 15:10:51.522] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity teletubbies:po_zombie
[03jun2020 15:10:51.525] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity teletubbies:po_scooter
[03jun2020 15:10:51.527] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing teletubbies.inventory.container.ContainerList to MOD
[03jun2020 15:10:51.531] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teammetallurgy.aquaculture.client.renderer.tileentity.NeptunesBountyRenderer to MOD
[03jun2020 15:10:51.548] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teammetallurgy.aquaculture.misc.NeptunesMight to FORGE
[03jun2020 15:10:51.558] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teammetallurgy.aquaculture.misc.AquaTooltip to FORGE
[03jun2020 15:10:51.569] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance venture of type com.mrcrayfish.venture.Venture
[03jun2020 15:10:51.569] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for venture
[03jun2020 15:10:51.569] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for venture
[03jun2020 15:10:51.570] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for venture
[03jun2020 15:10:51.574] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing teletubbies.entity.EntityList to MOD
[03jun2020 15:10:51.575] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing teletubbies.client.audio.SoundList to MOD
[03jun2020 15:10:51.575] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teammetallurgy.aquaculture.loot.FishWeightHandler to FORGE
[03jun2020 15:10:51.595] [modloading-worker-2/DEBUG] [net.alexwells.kottle.FMLKotlinModContainer/LOADING]: Loaded modclass me.sargunvohra.mcmods.leveluphp.LuhpMod with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:51.595] [modloading-worker-2/DEBUG] [net.alexwells.kottle.FMLKotlinModContainer/LOADING]: Loading mod instance leveluphp of type me.sargunvohra.mcmods.leveluphp.LuhpMod
[03jun2020 15:10:51.599] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing teletubbies.block.BlockList to MOD
[03jun2020 15:10:51.600] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teammetallurgy.aquaculture.item.crafting.ConditionFactory to MOD
[03jun2020 15:10:51.601] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for teletubbies
[03jun2020 15:10:51.601] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance betterthanmending of type com.legobmw99.BetterThanMending.BetterThanMending
[03jun2020 15:10:51.603] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance betterthanmending of type com.legobmw99.BetterThanMending.BetterThanMending
[03jun2020 15:10:51.603] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for betterthanmending
[03jun2020 15:10:51.603] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for betterthanmending
[03jun2020 15:10:51.603] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for betterthanmending
[03jun2020 15:10:51.604] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance tirphycraft of type laz.tirphycraft.Tirphycraft
[03jun2020 15:10:51.652] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teammetallurgy.aquaculture.item.crafting.FishFilletRecipe to MOD
[03jun2020 15:10:51.685] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for aquaculture
[03jun2020 15:10:51.685] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance cloudboots of type com.tiviacz.cloudboots.CloudBoots
[03jun2020 15:10:51.689] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance cloudboots of type com.tiviacz.cloudboots.CloudBoots
[03jun2020 15:10:51.690] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for cloudboots
[03jun2020 15:10:51.690] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for cloudboots
[03jun2020 15:10:51.690] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.tiviacz.cloudboots.CloudBoots$RegistryEvents to MOD
[03jun2020 15:10:51.700] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file leveluphp.toml for leveluphp tracking
[03jun2020 15:10:51.700] [modloading-worker-2/DEBUG] [net.alexwells.kottle.FMLKotlinModContainer/LOADING]: Loaded mod instance leveluphp of type me.sargunvohra.mcmods.leveluphp.LuhpMod
[03jun2020 15:10:51.700] [modloading-worker-2/DEBUG] [net.alexwells.kottle.FMLKotlinModContainer/LOADING]: Injecting Automatic event subscribers for leveluphp
[03jun2020 15:10:51.700] [modloading-worker-2/DEBUG] [net.alexwells.kottle.KotlinAutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for leveluphp
[03jun2020 15:10:51.700] [modloading-worker-2/DEBUG] [net.alexwells.kottle.KotlinAutomaticEventSubscriber/LOADING]: Auto-subscribing me.sargunvohra.mcmods.leveluphp.config.ConfigRegistrationSubscriber to FORGE
[03jun2020 15:10:51.717] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for cloudboots
[03jun2020 15:10:51.717] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance minemenu of type dmillerw.menu.MineMenu
[03jun2020 15:10:51.725] [modloading-worker-2/DEBUG] [net.alexwells.kottle.KotlinAutomaticEventSubscriber/LOADING]: Auto-subscribing me.sargunvohra.mcmods.leveluphp.overlay.RenderGameOverlaySubscriber to FORGE
[03jun2020 15:10:51.745] [modloading-worker-2/DEBUG] [net.alexwells.kottle.KotlinAutomaticEventSubscriber/LOADING]: Auto-subscribing me.sargunvohra.mcmods.leveluphp.core.HpLevellerLifecycleSubscriber to FORGE
[03jun2020 15:10:51.764] [modloading-worker-2/DEBUG] [net.alexwells.kottle.KotlinAutomaticEventSubscriber/LOADING]: Auto-subscribing me.sargunvohra.mcmods.leveluphp.core.CapabilityRegistrationSubscriber to MOD
[03jun2020 15:10:51.774] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file minemenu-common.toml for minemenu tracking
[03jun2020 15:10:51.775] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance minemenu of type dmillerw.menu.MineMenu
[03jun2020 15:10:51.775] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for minemenu
[03jun2020 15:10:51.775] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for minemenu
[03jun2020 15:10:51.775] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing dmillerw.menu.handler.KeyboardHandler to FORGE
[03jun2020 15:10:51.782] [modloading-worker-2/DEBUG] [net.alexwells.kottle.KotlinAutomaticEventSubscriber/LOADING]: Auto-subscribing me.sargunvohra.mcmods.leveluphp.core.HpLevellerSyncManager to MOD
[03jun2020 15:10:51.793] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing dmillerw.menu.handler.ClientTickHandler to FORGE
[03jun2020 15:10:51.809] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for minemenu
[03jun2020 15:10:51.809] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance mubble of type hugman.mubble.Mubble
[03jun2020 15:10:51.812] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance mubble of type hugman.mubble.Mubble
[03jun2020 15:10:51.812] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for mubble
[03jun2020 15:10:51.812] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for mubble
[03jun2020 15:10:51.812] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing hugman.mubble.objects.event_handler.StripWoodHandler to FORGE
[03jun2020 15:10:51.847] [modloading-worker-2/DEBUG] [net.alexwells.kottle.KotlinAutomaticEventSubscriber/LOADING]: Auto-subscribing me.sargunvohra.mcmods.leveluphp.LuhpCriterionTriggers to FORGE
[03jun2020 15:10:51.888] [modloading-worker-2/DEBUG] [net.alexwells.kottle.KotlinAutomaticEventSubscriber/LOADING]: Auto-subscribing me.sargunvohra.mcmods.leveluphp.LuhpSoundEvents to MOD
[03jun2020 15:10:51.900] [modloading-worker-2/DEBUG] [net.alexwells.kottle.KotlinAutomaticEventSubscriber/LOADING]: Auto-subscribing me.sargunvohra.mcmods.leveluphp.LuhpItems to MOD
[03jun2020 15:10:51.926] [modloading-worker-2/DEBUG] [net.alexwells.kottle.KotlinAutomaticEventSubscriber/LOADING]: Auto-subscribing me.sargunvohra.mcmods.leveluphp.command.CommandRegistrationSubscriber to FORGE
[03jun2020 15:10:52.277] [modloading-worker-2/DEBUG] [net.alexwells.kottle.FMLKotlinModContainer/LOADING]: Completed Automatic event subscribers for leveluphp
[03jun2020 15:10:52.278] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance betteranimalsplus of type its_meow.betteranimalsplus.BetterAnimalsPlusMod
[03jun2020 15:10:54.046] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance tirphycraft of type laz.tirphycraft.Tirphycraft
[03jun2020 15:10:54.047] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for tirphycraft
[03jun2020 15:10:54.047] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for tirphycraft
[03jun2020 15:10:54.047] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing laz.tirphycraft.Tirphycraft$Registry to MOD
[03jun2020 15:10:54.055] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing laz.tirphycraft.event.CommonNoxisEvent to FORGE
[03jun2020 15:10:54.074] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing laz.tirphycraft.event.CommonLaputaEvent to FORGE
[03jun2020 15:10:54.100] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing laz.tirphycraft.event.CommonFrozEvent to FORGE
[03jun2020 15:10:54.111] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing laz.tirphycraft.datagen.TirphyData to MOD
[03jun2020 15:10:54.123] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing laz.tirphycraft.client.event.ClientNoxisEvent to FORGE
[03jun2020 15:10:54.140] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing laz.tirphycraft.client.event.ClientLaputaEvent to FORGE
[03jun2020 15:10:54.158] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing laz.tirphycraft.client.event.ClientFrozEvent to FORGE
[03jun2020 15:10:54.196] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for tirphycraft
[03jun2020 15:10:54.196] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance swampexpansion of type com.farcr.swampexpansion.core.SwampExpansion
[03jun2020 15:10:54.484] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance swampexpansion of type com.farcr.swampexpansion.core.SwampExpansion
[03jun2020 15:10:54.487] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for swampexpansion
[03jun2020 15:10:54.487] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for swampexpansion
[03jun2020 15:10:54.488] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.farcr.swampexpansion.core.SwampExpansion to FORGE
[03jun2020 15:10:54.488] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.farcr.swampexpansion.core.registry.SwampExTileEntities to MOD
[03jun2020 15:10:54.522] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.farcr.swampexpansion.core.registry.SwampExSounds to MOD
[03jun2020 15:10:54.533] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.farcr.swampexpansion.core.registry.SwampExItems to MOD
[03jun2020 15:10:54.676] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.farcr.swampexpansion.core.registry.SwampExFluids to MOD
[03jun2020 15:10:54.838] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.farcr.swampexpansion.core.registry.SwampExFeatures to MOD
[03jun2020 15:10:54.985] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.farcr.swampexpansion.core.registry.SwampExEntities to MOD
[03jun2020 15:10:55.120] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.farcr.swampexpansion.core.registry.SwampExBlocks to MOD
[03jun2020 15:10:55.120] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.farcr.swampexpansion.core.other.SwampExTrades to FORGE
[03jun2020 15:10:55.137] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.farcr.swampexpansion.core.other.SwampExEvents to FORGE
[03jun2020 15:10:55.156] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.farcr.swampexpansion.core.other.SwampExCriteriaTriggers to FORGE
[03jun2020 15:10:55.193] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for swampexpansion
[03jun2020 15:10:55.193] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance forge of type net.minecraftforge.common.ForgeMod
[03jun2020 15:10:55.194] [modloading-worker-0/DEBUG] [net.minecraftforge.versions.forge.ForgeVersion/CORE]: Forge Version package package net.minecraftforge.versions.forge, Forge, version 31.2 from cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:55.194] [modloading-worker-0/DEBUG] [net.minecraftforge.versions.forge.ForgeVersion/CORE]: Found Forge version 31.2.5
[03jun2020 15:10:55.194] [modloading-worker-0/DEBUG] [net.minecraftforge.versions.forge.ForgeVersion/CORE]: Found Forge spec 31.2
[03jun2020 15:10:55.194] [modloading-worker-0/DEBUG] [net.minecraftforge.versions.forge.ForgeVersion/CORE]: Found Forge group net.minecraftforge
[03jun2020 15:10:55.201] [modloading-worker-0/DEBUG] [net.minecraftforge.versions.mcp.MCPVersion/CORE]: Found MC version information 1.15.2
[03jun2020 15:10:55.201] [modloading-worker-0/DEBUG] [net.minecraftforge.versions.mcp.MCPVersion/CORE]: Found MCP version information 20200515.085601
[03jun2020 15:10:55.202] [modloading-worker-0/INFO] [net.minecraftforge.common.ForgeMod/FORGEMOD]: Forge mod loading, version 31.2.5, for MC 1.15.2 with MCP 20200515.085601
[03jun2020 15:10:55.202] [modloading-worker-0/INFO] [net.minecraftforge.common.MinecraftForge/FORGE]: MinecraftForge v31.2.5 Initialized
[03jun2020 15:10:55.281] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing hugman.mubble.objects.event_handler.ShaderHandler to FORGE
[03jun2020 15:10:55.317] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing hugman.mubble.objects.event_handler.SeasonalAdditionHandler to FORGE
[03jun2020 15:10:55.346] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file forge-client.toml for forge tracking
[03jun2020 15:10:55.346] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file forge-server.toml for forge tracking
[03jun2020 15:10:55.354] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance forge of type net.minecraftforge.common.ForgeMod
[03jun2020 15:10:55.355] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for forge
[03jun2020 15:10:55.355] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for forge
[03jun2020 15:10:55.355] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.minecraftforge.client.model.ModelDataManager to FORGE
[03jun2020 15:10:55.358] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing hugman.mubble.objects.event_handler.PufferfishAeughHandler to FORGE
[03jun2020 15:10:55.584] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing hugman.mubble.objects.event_handler.PermafrostEventsHandler to FORGE
[03jun2020 15:10:55.640] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for forge
[03jun2020 15:10:55.640] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance mysticallib of type epicsquid.mysticallib.MysticalLib
[03jun2020 15:10:55.641] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance mysticallib of type epicsquid.mysticallib.MysticalLib
[03jun2020 15:10:55.641] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for mysticallib
[03jun2020 15:10:55.641] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for mysticallib
[03jun2020 15:10:55.642] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing epicsquid.mysticallib.setup.ClientLibRegistry to MOD
[03jun2020 15:10:55.654] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing hugman.mubble.objects.event_handler.OverlayHandler to FORGE
[03jun2020 15:10:55.696] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing epicsquid.mysticallib.MysticalLib to MOD
[03jun2020 15:10:55.696] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing epicsquid.mysticallib.LibRegistry to FORGE
[03jun2020 15:10:55.698] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing hugman.mubble.objects.event_handler.LightsaberHandler to FORGE
[03jun2020 15:10:55.710] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for mysticallib
[03jun2020 15:10:55.710] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance traverse of type epicsquid.traverse.Traverse
[03jun2020 15:10:55.735] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing hugman.mubble.objects.event_handler.EnchantmentHandler to FORGE
[03jun2020 15:10:55.759] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing hugman.mubble.objects.event_handler.EffectHandler to FORGE
[03jun2020 15:10:55.791] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing hugman.mubble.Mubble$ModRegistryEvents to MOD
[03jun2020 15:10:55.807] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance traverse of type epicsquid.traverse.Traverse
[03jun2020 15:10:55.807] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for traverse
[03jun2020 15:10:55.807] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for traverse
[03jun2020 15:10:55.807] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing epicsquid.traverse.world.surfacebuilder.ModSurfaceBuilders to MOD
[03jun2020 15:10:55.832] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing hugman.mubble.Mubble$ForgeRegistryEvents to FORGE
[03jun2020 15:10:55.833] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for mubble
[03jun2020 15:10:55.833] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance farlanders of type com.legacy.farlanders.TheFarlandersMod
[03jun2020 15:10:55.842] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing epicsquid.traverse.world.feature.ModFeatures to MOD
[03jun2020 15:10:55.850] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing epicsquid.traverse.setup.ClientSetup to MOD
[03jun2020 15:10:55.856] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing epicsquid.traverse.RegistryManager to MOD
[03jun2020 15:10:55.892] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file farlanders-client.toml for farlanders tracking
[03jun2020 15:10:55.892] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file farlanders-common.toml for farlanders tracking
[03jun2020 15:10:55.910] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance farlanders of type com.legacy.farlanders.TheFarlandersMod
[03jun2020 15:10:55.910] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for farlanders
[03jun2020 15:10:55.910] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for farlanders
[03jun2020 15:10:55.910] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.legacy.farlanders.FarlandersRegistry to MOD
[03jun2020 15:10:55.924] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.legacy.farlanders.FarlandersConfig to MOD
[03jun2020 15:10:55.924] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for farlanders
[03jun2020 15:10:55.924] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance rats of type com.github.alexthe666.rats.RatsMod
[03jun2020 15:10:55.948] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file betteranimalsplus-client.toml for betteranimalsplus tracking
[03jun2020 15:10:55.948] [modloading-worker-2/INFO] [its_meow.betteranimalsplus.BetterAnimalsPlusMod/]: Injecting super coyotes...
[03jun2020 15:10:55.949] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance betteranimalsplus of type its_meow.betteranimalsplus.BetterAnimalsPlusMod
[03jun2020 15:10:55.949] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for betteranimalsplus
[03jun2020 15:10:55.949] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for betteranimalsplus
[03jun2020 15:10:55.949] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing its_meow.betteranimalsplus.common.CommonEventHandler to FORGE
[03jun2020 15:10:55.966] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing its_meow.betteranimalsplus.BetterAnimalsPlusMod to FORGE
[03jun2020 15:10:55.966] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing its_meow.betteranimalsplus.init.BetterAnimalsPlusRegistrar to MOD
[03jun2020 15:10:55.976] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file rats-client.toml for rats tracking
[03jun2020 15:10:55.976] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file rats-server.toml for rats tracking
[03jun2020 15:10:56.011] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity cold
[03jun2020 15:10:56.017] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing its_meow.betteranimalsplus.config.BetterAnimalsPlusConfig to MOD
[03jun2020 15:10:56.018] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for betteranimalsplus
[03jun2020 15:10:56.018] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance mutantbeasts of type chumbanotz.mutantbeasts.MutantBeasts
[03jun2020 15:10:56.035] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity miner2
[03jun2020 15:10:56.048] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity marshied
[03jun2020 15:10:56.051] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity burned
[03jun2020 15:10:56.061] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity eskimo
[03jun2020 15:10:56.077] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity spear_eskimo
[03jun2020 15:10:56.086] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file mutantbeasts-common.toml for mutantbeasts tracking
[03jun2020 15:10:56.086] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance mutantbeasts of type chumbanotz.mutantbeasts.MutantBeasts
[03jun2020 15:10:56.086] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for mutantbeasts
[03jun2020 15:10:56.086] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for mutantbeasts
[03jun2020 15:10:56.086] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing chumbanotz.mutantbeasts.client.ClientEventHandler to MOD
[03jun2020 15:10:56.097] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity mummy
[03jun2020 15:10:56.107] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity dead_beard
[03jun2020 15:10:56.111] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for traverse
[03jun2020 15:10:56.112] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance fpsreducer of type bre2el.fpsreducer.FpsReducer
[03jun2020 15:10:56.138] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity inmortal
[03jun2020 15:10:56.141] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing chumbanotz.mutantbeasts.RegistryHandler to MOD
[03jun2020 15:10:56.152] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity crawled_inmortal
[03jun2020 15:10:56.166] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity beetle
[03jun2020 15:10:56.187] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity ex_dead_beard
[03jun2020 15:10:56.197] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing chumbanotz.mutantbeasts.EventHandler to FORGE
[03jun2020 15:10:56.209] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity zap
[03jun2020 15:10:56.227] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity miner1
[03jun2020 15:10:56.230] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity eskimowolf
[03jun2020 15:10:56.233] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for mutantbeasts
[03jun2020 15:10:56.234] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance spawnermod of type com.branders.spawnermod.SpawnerMod
[03jun2020 15:10:56.240] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file fpsreducer\fpsreducer-client.toml for fpsreducer tracking
[03jun2020 15:10:56.251] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity miner3
[03jun2020 15:10:56.260] [modloading-worker-3/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_146979_b with desc (II)V
[03jun2020 15:10:56.266] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file spawnermod-common.toml for spawnermod tracking
[03jun2020 15:10:56.286] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance fpsreducer of type bre2el.fpsreducer.FpsReducer
[03jun2020 15:10:56.287] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for fpsreducer
[03jun2020 15:10:56.287] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fpsreducer
[03jun2020 15:10:56.287] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for fpsreducer
[03jun2020 15:10:56.287] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance immersive_portals of type com.qouteall.hiding_in_the_bushes.ModMainForge
[03jun2020 15:10:56.298] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity crazy_burned
[03jun2020 15:10:56.409] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity obsidian_burned
[03jun2020 15:10:56.410] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file immersive_portals-client.toml for immersive_portals tracking
[03jun2020 15:10:56.418] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file immersive_portals-common.toml for immersive_portals tracking
[03jun2020 15:10:56.418] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance immersive_portals of type com.qouteall.hiding_in_the_bushes.ModMainForge
[03jun2020 15:10:56.418] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for immersive_portals
[03jun2020 15:10:56.418] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for immersive_portals
[03jun2020 15:10:56.419] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.qouteall.hiding_in_the_bushes.ModMainForge$RegistryEvents to MOD
[03jun2020 15:10:56.425] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity baby_cold
[03jun2020 15:10:56.443] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for immersive_portals
[03jun2020 15:10:56.443] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance exp_ore of type mod.krevik.expore.Main
[03jun2020 15:10:56.445] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity baby_marshied
[03jun2020 15:10:56.457] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity zombie_pirate
[03jun2020 15:10:56.472] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file exp_ore-common.toml for exp_ore tracking
[03jun2020 15:10:56.473] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance spawnermod of type com.branders.spawnermod.SpawnerMod
[03jun2020 15:10:56.474] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for spawnermod
[03jun2020 15:10:56.474] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for spawnermod
[03jun2020 15:10:56.474] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.branders.spawnermod.SpawnerMod to MOD
[03jun2020 15:10:56.474] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.branders.spawnermod.event.SpawnerEventHandler to FORGE
[03jun2020 15:10:56.474] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for spawnermod
[03jun2020 15:10:56.475] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance endergetic of type endergeticexpansion.core.EndergeticExpansion
[03jun2020 15:10:56.478] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity skeleton_pirate
[03jun2020 15:10:56.475] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance exp_ore of type mod.krevik.expore.Main
[03jun2020 15:10:56.482] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for exp_ore
[03jun2020 15:10:56.482] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for exp_ore
[03jun2020 15:10:56.482] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing mod.krevik.expore.Main$RegistryEvents to MOD
[03jun2020 15:10:56.493] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity treasure
[03jun2020 15:10:56.502] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing mod.krevik.expore.ConfigHandler to MOD
[03jun2020 15:10:56.503] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for exp_ore
[03jun2020 15:10:56.503] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance exp_bottling of type net.eidee.minecraft.exp_bottling.ExpBottling
[03jun2020 15:10:56.505] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance exp_bottling of type net.eidee.minecraft.exp_bottling.ExpBottling
[03jun2020 15:10:56.505] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for exp_bottling
[03jun2020 15:10:56.505] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for exp_bottling
[03jun2020 15:10:56.505] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.eidee.minecraft.exp_bottling.registry.TileEntityTypeRegistry to MOD
[03jun2020 15:10:56.513] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity opentreasure
[03jun2020 15:10:56.517] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.eidee.minecraft.exp_bottling.registry.ItemRegistry to MOD
[03jun2020 15:10:56.526] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity primedtntbarrel
[03jun2020 15:10:56.530] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.eidee.minecraft.exp_bottling.registry.ContainerTypeRegistry to MOD
[03jun2020 15:10:56.562] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.eidee.minecraft.exp_bottling.registry.BlockRegistry to MOD
[03jun2020 15:10:56.731] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for exp_bottling
[03jun2020 15:10:56.732] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance structure_gel of type com.legacy.structure_gel.StructureGelMod
[03jun2020 15:10:56.771] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity flying_beetle
[03jun2020 15:10:56.777] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file structure_gel-common.toml for structure_gel tracking
[03jun2020 15:10:56.778] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance structure_gel of type com.legacy.structure_gel.StructureGelMod
[03jun2020 15:10:56.778] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for structure_gel
[03jun2020 15:10:56.778] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for structure_gel
[03jun2020 15:10:56.778] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.legacy.structure_gel.StructureGelMod$Processors to MOD
[03jun2020 15:10:56.815] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity ancient_mummy
[03jun2020 15:10:56.849] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity miner4
[03jun2020 15:10:56.862] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.legacy.structure_gel.StructureGelMod$JigsawDeserializers to MOD
[03jun2020 15:10:56.863] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.legacy.structure_gel.StructureGelMod$Items to MOD
[03jun2020 15:10:56.897] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.legacy.structure_gel.StructureGelMod$Blocks to MOD
[03jun2020 15:10:57.037] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance rotten_creatures of type net.mcreator.rotten_creatures.RottenCreaturesMod
[03jun2020 15:10:57.037] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for rotten_creatures
[03jun2020 15:10:57.037] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for rotten_creatures
[03jun2020 15:10:57.037] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mcreator.rotten_creatures.config.Config to FORGE
[03jun2020 15:10:57.037] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for rotten_creatures
[03jun2020 15:10:57.038] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance usefulbackpacks of type info.u_team.useful_backpacks.UsefulBackpacksMod
[03jun2020 15:10:57.045] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for structure_gel
[03jun2020 15:10:57.046] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance corpse of type de.maxhenkel.corpse.Main
[03jun2020 15:10:57.079] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file usefulbackpacks-server.toml for usefulbackpacks tracking
[03jun2020 15:10:57.079] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance usefulbackpacks of type info.u_team.useful_backpacks.UsefulBackpacksMod
[03jun2020 15:10:57.079] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for usefulbackpacks
[03jun2020 15:10:57.079] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for usefulbackpacks
[03jun2020 15:10:57.079] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing info.u_team.useful_backpacks.init.UsefulBackpacksScreens to MOD
[03jun2020 15:10:57.116] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing info.u_team.useful_backpacks.init.UsefulBackpacksRecipeSerializers to MOD
[03jun2020 15:10:57.138] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file corpse-server.toml for corpse tracking
[03jun2020 15:10:57.139] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file corpse-client.toml for corpse tracking
[03jun2020 15:10:57.140] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance corpse of type de.maxhenkel.corpse.Main
[03jun2020 15:10:57.140] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for corpse
[03jun2020 15:10:57.141] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for corpse
[03jun2020 15:10:57.141] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing de.maxhenkel.corpse.Main to FORGE
[03jun2020 15:10:57.141] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for corpse
[03jun2020 15:10:57.141] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance minersadvantage of type uk.co.duelmonster.minersadvantage.MA
[03jun2020 15:10:57.168] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing info.u_team.useful_backpacks.init.UsefulBackpacksItems to MOD
[03jun2020 15:10:57.424] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing info.u_team.useful_backpacks.init.UsefulBackpacksContainerTypes to MOD
[03jun2020 15:10:57.493] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing info.u_team.useful_backpacks.data.UsefulBackpacksDataGenerator to MOD
[03jun2020 15:10:57.508] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for usefulbackpacks
[03jun2020 15:10:57.508] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance pandoras_creatures of type andrews.pandoras_creatures.Main
[03jun2020 15:10:57.667] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file minersadvantage-client.toml for minersadvantage tracking
[03jun2020 15:10:57.667] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file minersadvantage-server.toml for minersadvantage tracking
[03jun2020 15:10:57.708] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance minersadvantage of type uk.co.duelmonster.minersadvantage.MA
[03jun2020 15:10:57.708] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for minersadvantage
[03jun2020 15:10:57.708] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for minersadvantage
[03jun2020 15:10:57.708] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for minersadvantage
[03jun2020 15:10:57.708] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance savageandravage of type com.farcr.savageandravage.core.SavageAndRavage
[03jun2020 15:10:57.726] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file endergetic-common.toml for endergetic tracking
[03jun2020 15:10:57.726] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance endergetic of type endergeticexpansion.core.EndergeticExpansion
[03jun2020 15:10:57.726] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for endergetic
[03jun2020 15:10:57.726] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for endergetic
[03jun2020 15:10:57.727] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing endergeticexpansion.core.registry.other.EERegistryReplacements to MOD
[03jun2020 15:10:57.739] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing endergeticexpansion.core.registry.other.EECapabilities to FORGE
[03jun2020 15:10:57.751] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing endergeticexpansion.core.registry.EETileEntities to MOD
[03jun2020 15:10:57.892] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing endergeticexpansion.core.registry.EESounds to MOD
[03jun2020 15:10:57.900] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing endergeticexpansion.core.registry.EEItems to MOD
[03jun2020 15:10:57.960] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file savageandravage-common.toml for savageandravage tracking
[03jun2020 15:10:57.964] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance savageandravage of type com.farcr.savageandravage.core.SavageAndRavage
[03jun2020 15:10:57.964] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for savageandravage
[03jun2020 15:10:57.964] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for savageandravage
[03jun2020 15:10:57.964] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.farcr.savageandravage.core.registry.SRParticles$RegisterParticleFactories to MOD
[03jun2020 15:10:57.978] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.farcr.savageandravage.core.registry.SRItems to MOD
[03jun2020 15:10:58.017] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.farcr.savageandravage.core.registry.SREntities to MOD
[03jun2020 15:10:58.017] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.farcr.savageandravage.core.registry.SRBlocks to MOD
[03jun2020 15:10:58.051] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity rat
[03jun2020 15:10:58.071] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.farcr.savageandravage.core.events.SREvents to FORGE
[03jun2020 15:10:58.089] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity rat_spawner
[03jun2020 15:10:58.129] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity pied_piper
[03jun2020 15:10:58.133] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.farcr.savageandravage.core.events.ClientEvents to FORGE
[03jun2020 15:10:58.143] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.farcr.savageandravage.core.config.SRConfig to MOD
[03jun2020 15:10:58.144] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.farcr.savageandravage.common.advancement.SRTriggers to FORGE
[03jun2020 15:10:58.150] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file pandoras_creatures-client.toml for pandoras_creatures tracking
[03jun2020 15:10:58.150] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file pandoras_creatures-common.toml for pandoras_creatures tracking
[03jun2020 15:10:58.151] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance pandoras_creatures of type andrews.pandoras_creatures.Main
[03jun2020 15:10:58.151] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for pandoras_creatures
[03jun2020 15:10:58.151] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for pandoras_creatures
[03jun2020 15:10:58.151] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing andrews.pandoras_creatures.gui.screen.CreativeTabAdditions to FORGE
[03jun2020 15:10:58.153] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for savageandravage
[03jun2020 15:10:58.153] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance mantle of type slimeknights.mantle.Mantle
[03jun2020 15:10:58.156] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance mantle of type slimeknights.mantle.Mantle
[03jun2020 15:10:58.156] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for mantle
[03jun2020 15:10:58.156] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for mantle
[03jun2020 15:10:58.156] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for mantle
[03jun2020 15:10:58.156] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance inspirations of type knightminer.inspirations.Inspirations
[03jun2020 15:10:58.164] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity ratlantean_spirit
[03jun2020 15:10:58.189] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity ratlantean_spirit_flame
[03jun2020 15:10:58.214] [modloading-worker-0/DEBUG] [slimeknights.mantle.pulsar.config.PulsarConfig/PULSAR]: Built TOML config for C:\Users\wilfrido\AppData\Roaming\.minecraft\config\inspirationsModules.toml
[03jun2020 15:10:58.216] [modloading-worker-0/DEBUG] [slimeknights.mantle.pulsar.config.PulsarConfig/PULSAR]: Loaded TOML config file C:\Users\wilfrido\AppData\Roaming\.minecraft\config\inspirationsModules.toml
[03jun2020 15:10:58.231] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity ratlantean_automaton
[03jun2020 15:10:58.236] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity ratlantean_automaton_beam
[03jun2020 15:10:58.253] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity feral_ratlantean
[03jun2020 15:10:58.283] [modloading-worker-0/DEBUG] [Pulsar-inspirations/PULSAR]: Attaching [PulseManager[inspirations]] to event bus for container [net.minecraftforge.fml.javafmlmod.FMLModContainer@1339fa28]
[03jun2020 15:10:58.296] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file inspirations-server.toml for inspirations tracking
[03jun2020 15:10:58.297] [modloading-worker-0/INFO] [inspirations/]: Loading replacements config file...
[03jun2020 15:10:58.304] [modloading-worker-0/INFO] [inspirations/]: Config loaded.
[03jun2020 15:10:58.309] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity neo_ratlantean
[03jun2020 15:10:58.312] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity laser_beam
[03jun2020 15:10:58.314] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity laser_portal
[03jun2020 15:10:58.316] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity thrown_block
[03jun2020 15:10:58.332] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing andrews.pandoras_creatures.util.RehostedJarHandler to FORGE
[03jun2020 15:10:58.362] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing andrews.pandoras_creatures.util.loot_table.PCLootTableHandler to FORGE
[03jun2020 15:10:58.375] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing andrews.pandoras_creatures.util.trades.PCTradesHandler to FORGE
[03jun2020 15:10:58.394] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing andrews.pandoras_creatures.events.BlockInteractionHandler to FORGE
[03jun2020 15:10:58.401] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity vial_of_sentience
[03jun2020 15:10:58.428] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing andrews.pandoras_creatures.events.WolfAttackHandler to FORGE
[03jun2020 15:10:58.453] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing andrews.pandoras_creatures.events.RiderInventoryHandler to FORGE
[03jun2020 15:10:58.467] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing andrews.pandoras_creatures.events.EventHandler to FORGE
[03jun2020 15:10:58.484] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for pandoras_creatures
[03jun2020 15:10:58.484] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance dungeons of type com.zackapooomc.dungeons.DungeonsMod
[03jun2020 15:10:58.488] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing endergeticexpansion.core.registry.EEEntities to MOD
[03jun2020 15:10:58.491] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity pirat_boat
[03jun2020 15:10:58.555] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity pirat
[03jun2020 15:10:58.557] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity cheese_cannonball
[03jun2020 15:10:58.716] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity plague_doctor
[03jun2020 15:10:58.718] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity purifying_liquid
[03jun2020 15:10:58.761] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance dungeons of type com.zackapooomc.dungeons.DungeonsMod
[03jun2020 15:10:58.761] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for dungeons
[03jun2020 15:10:58.761] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for dungeons
[03jun2020 15:10:58.761] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for dungeons
[03jun2020 15:10:58.785] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity black_death
[03jun2020 15:10:58.822] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity plague_cloud
[03jun2020 15:10:58.824] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity plague_beast
[03jun2020 15:10:58.833] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity plague_shot
[03jun2020 15:10:58.840] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity rat_capture_net
[03jun2020 15:10:58.842] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity rat_dragon_fire
[03jun2020 15:10:58.849] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity rat_arrow
[03jun2020 15:10:58.876] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity ghost_pirat
[03jun2020 15:10:58.918] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity dutchrat
[03jun2020 15:10:58.920] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity dutchrat_sword
[03jun2020 15:10:58.934] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity ratfish
[03jun2020 15:10:58.961] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity redstone_arrow
[03jun2020 15:10:58.985] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity rattling_gun
[03jun2020 15:10:58.987] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity rattling_gun_bullet
[03jun2020 15:10:59.011] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity ratlantean_ratbot
[03jun2020 15:10:59.034] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity rat_mount_golem
[03jun2020 15:10:59.046] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity rat_mount_chicken
[03jun2020 15:10:59.080] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity rat_mount_beast
[03jun2020 15:10:59.082] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing endergeticexpansion.core.registry.EEBlocks to MOD
[03jun2020 15:10:59.082] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing endergeticexpansion.core.keybinds.KeybindHandler to FORGE
[03jun2020 15:10:59.090] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing endergeticexpansion.core.events.PlayerEvents to FORGE
[03jun2020 15:10:59.090] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity rat_mount_automaton
[03jun2020 15:10:59.113] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing endergeticexpansion.common.world.EndOverrideHandler to MOD
[03jun2020 15:10:59.139] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing endergeticexpansion.common.advancement.EECriteriaTriggers to FORGE
[03jun2020 15:10:59.151] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing endergeticexpansion.client.particle.EEParticles$RegisterParticleFactories to MOD
[03jun2020 15:10:59.163] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing endergeticexpansion.client.events.OverlayEvents to FORGE
[03jun2020 15:10:59.175] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for endergetic
[03jun2020 15:10:59.186] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance inspirations of type knightminer.inspirations.Inspirations
[03jun2020 15:10:59.186] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for inspirations
[03jun2020 15:10:59.186] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for inspirations
[03jun2020 15:10:59.186] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for inspirations
[03jun2020 15:10:59.187] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance xaerominimap of type xaero.minimap.XaeroMinimap
[03jun2020 15:10:59.317] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance xaerominimap of type xaero.minimap.XaeroMinimap
[03jun2020 15:10:59.317] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for xaerominimap
[03jun2020 15:10:59.317] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for xaerominimap
[03jun2020 15:10:59.317] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for xaerominimap
[03jun2020 15:10:59.527] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance rats of type com.github.alexthe666.rats.RatsMod
[03jun2020 15:10:59.527] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for rats
[03jun2020 15:10:59.527] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for rats
[03jun2020 15:10:59.528] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.github.alexthe666.rats.server.items.RatsItemRegistry to MOD
[03jun2020 15:10:59.528] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.github.alexthe666.rats.server.inventory.RatsContainerRegistry to MOD
[03jun2020 15:10:59.529] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.github.alexthe666.rats.server.events.CommonEvents to FORGE
[03jun2020 15:10:59.541] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.github.alexthe666.rats.server.entity.tile.RatsTileEntityRegistry to MOD
[03jun2020 15:10:59.541] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.github.alexthe666.rats.server.CommonProxy to MOD
[03jun2020 15:10:59.545] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.github.alexthe666.rats.server.blocks.RatsFluidRegistry to MOD
[03jun2020 15:10:59.560] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.github.alexthe666.rats.server.blocks.RatsBlockRegistry to MOD
[03jun2020 15:10:59.561] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.github.alexthe666.rats.RatsMod to FORGE
[03jun2020 15:10:59.561] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.github.alexthe666.rats.client.ClientProxy to FORGE
[03jun2020 15:10:59.563] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for rats
[03jun2020 15:10:59.563] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance autumnity of type com.markus1002.autumnity.core.Autumnity
[03jun2020 15:10:59.625] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file autumnity-common.toml for autumnity tracking
[03jun2020 15:10:59.637] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance autumnity of type com.markus1002.autumnity.core.Autumnity
[03jun2020 15:10:59.637] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for autumnity
[03jun2020 15:10:59.637] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for autumnity
[03jun2020 15:10:59.637] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.markus1002.autumnity.core.util.EventHandler to MOD
[03jun2020 15:10:59.638] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.markus1002.autumnity.core.registry.ModSoundEvents to MOD
[03jun2020 15:10:59.650] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.markus1002.autumnity.core.registry.ModPotions to MOD
[03jun2020 15:10:59.656] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.markus1002.autumnity.core.registry.ModParticles to MOD
[03jun2020 15:10:59.662] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.markus1002.autumnity.core.registry.ModPaintings to MOD
[03jun2020 15:10:59.663] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.markus1002.autumnity.core.registry.ModItems to MOD
[03jun2020 15:10:59.800] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.markus1002.autumnity.core.registry.ModFeatures to MOD
[03jun2020 15:10:59.819] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.markus1002.autumnity.core.registry.ModEntities to MOD
[03jun2020 15:10:59.876] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.markus1002.autumnity.core.registry.ModEffects to MOD
[03jun2020 15:10:59.895] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.markus1002.autumnity.core.registry.ModBlocks to MOD
[03jun2020 15:10:59.895] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.markus1002.autumnity.core.registry.ModBiomes to MOD
[03jun2020 15:10:59.895] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for autumnity
[03jun2020 15:10:59.895] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance oreexcavation of type oreexcavation.core.OreExcavation
[03jun2020 15:10:59.919] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file oreexcavation-common.toml for oreexcavation tracking
[03jun2020 15:10:59.919] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file oreexcavation-client.toml for oreexcavation tracking
[03jun2020 15:10:59.921] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance oreexcavation of type oreexcavation.core.OreExcavation
[03jun2020 15:10:59.921] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for oreexcavation
[03jun2020 15:10:59.921] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for oreexcavation
[03jun2020 15:10:59.921] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for oreexcavation
[03jun2020 15:10:59.922] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance endreborn of type com.electron.endreborn.EndReborn
[03jun2020 15:10:59.942] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file endreborn-common.toml for endreborn tracking
[03jun2020 15:11:00.060] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity endguard
[03jun2020 15:11:00.123] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance endreborn of type com.electron.endreborn.EndReborn
[03jun2020 15:11:00.123] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for endreborn
[03jun2020 15:11:00.123] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for endreborn
[03jun2020 15:11:00.123] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.electron.endreborn.ModMobs to MOD
[03jun2020 15:11:00.124] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.electron.endreborn.ModEvents to FORGE
[03jun2020 15:11:00.132] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.electron.endreborn.ModEvents$RegistryEvents to MOD
[03jun2020 15:11:00.139] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.electron.endreborn.ModConfigs to MOD
[03jun2020 15:11:00.139] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.electron.endreborn.ModClient to MOD
[03jun2020 15:11:00.146] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.electron.endreborn.EndTab to MOD
[03jun2020 15:11:00.147] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for endreborn
[03jun2020 15:11:00.147] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance doubleslabs of type cjminecraft.doubleslabs.DoubleSlabs
[03jun2020 15:11:00.159] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file doubleslabs-common.toml for doubleslabs tracking
[03jun2020 15:11:00.160] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance doubleslabs of type cjminecraft.doubleslabs.DoubleSlabs
[03jun2020 15:11:00.160] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for doubleslabs
[03jun2020 15:11:00.160] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for doubleslabs
[03jun2020 15:11:00.161] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing cjminecraft.doubleslabs.Registrar to MOD
[03jun2020 15:11:00.188] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing cjminecraft.doubleslabs.Events to FORGE
[03jun2020 15:11:00.198] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing cjminecraft.doubleslabs.Config to FORGE
[03jun2020 15:11:00.198] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for doubleslabs
[03jun2020 15:11:00.198] [Render thread/INFO] [net.minecraftforge.fml.DeferredWorkQueue/LOADING]: Dispatching synchronous work after CONSTRUCT: 1 jobs
[03jun2020 15:11:00.228] [Render thread/INFO] [net.minecraftforge.fml.DeferredWorkQueue/LOADING]: Synchronous work queue completed in 00:00:00.023
[03jun2020 15:11:00.229] [Render thread/FATAL] [net.minecraftforge.fml.ModLoader/LOADING]: Failed to complete lifecycle event CONSTRUCT, 1 errors found
[03jun2020 15:11:00.230] [Render 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-2.2.0-service.jar:?]
    at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:115) [?:?]
    at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2067/1273270490.run(Unknown Source) [?:?]
    at net.minecraftforge.fml.client.ClientModLoader.begin(ClientModLoader.java:97) [?:?]
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:392) [?:?]
    at net.minecraft.client.main.Main.main(SourceFile:166) [?:?]
    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:51) [forge-1.15.2-31.2.5.jar:31.2]
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$422/462777594.call(Unknown Source) [forge-1.15.2-31.2.5.jar:31.2]
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.1.0.jar:?]
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.1.0.jar:?]
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.1.0.jar:?]
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.1.0.jar:?]
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.1.0.jar:?]
[03jun2020 15:11:00.419] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:minecraft_earth for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\MCEarthMobs-0.18.3-1.15.2.jar
[03jun2020 15:11:00.420] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:craftingautomat for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\CraftingAutomat-MC1.15.2-1.2.2.jar
[03jun2020 15:11:00.420] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:jei for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\jei-1.15.2-6.0.0.2.jar
[03jun2020 15:11:00.421] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:teletubbies for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Teletubbies-1.15.2-6.0.0.jar
[03jun2020 15:11:00.421] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:abnormals_core for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Abnormals-Core-1.15.2-v1.0.5.jar
[03jun2020 15:11:00.421] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:uppers for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Uppers-0.2.12.jar
[03jun2020 15:11:00.421] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:goblintraders for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\goblintraders-1.2.0-1.15.2.jar
[03jun2020 15:11:00.422] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:caelus for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\caelus-FORGE-1.15.2-2.0-beta1.jar
[03jun2020 15:11:00.422] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:upgrade_aquatic for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Upgrade-Aquatic-1.15.2-v1.6.0.jar
[03jun2020 15:11:00.422] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:colytra for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\colytra-FORGE-1.15.2-3.0.jar
[03jun2020 15:11:00.422] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:neat for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Neat+1.6-21.jar
[03jun2020 15:11:00.423] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:bettercaves for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\BetterCaves-1.15.2-1.0.jar
[03jun2020 15:11:00.775] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:placebo for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Placebo-1.15.2-3.0.2.jar
[03jun2020 15:11:00.776] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:citadel for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\citadel-1.1.7.jar
[03jun2020 15:11:00.776] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:goodnightsleep for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\good-nights-sleep-1.15.2-1.0.3.jar
[03jun2020 15:11:00.777] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:fruittrees for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\FruitTrees-1.15.2-1.1.5.jar
[03jun2020 15:11:00.777] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:kiwi for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Kiwi-1.15.2-2.7.1.jar
[03jun2020 15:11:00.777] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:dungeoncrawl for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\DungeonCrawl-1.15.2-1.6.1.jar
[03jun2020 15:11:00.779] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:betteranimalsplus for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\betteranimalsplus-1.15.2-8.2.1.96.jar
[03jun2020 15:11:00.779] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:mutantbeasts for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\MutantBeasts-1.15.2-1.0.7.jar
[03jun2020 15:11:00.780] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:spawnermod for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\branders-enhanced-spawnermod-1.15.2-1.6.5.jar
[03jun2020 15:11:00.780] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:endergetic for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\The-Endergetic-Expansion-1.15.2-v1.3.1.jar
[03jun2020 15:11:00.780] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:uteamcore for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\u_team_core-1.15.2-2.11.0.156.jar
[03jun2020 15:11:00.780] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:enhancedvanilla for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\EnhancedVanilla_Snapshot_20w22c-Forge-1.15.2.31.2.0.jar
[03jun2020 15:11:00.781] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:apotheosis for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Apotheosis-1.15.2-3.1.2.jar
[03jun2020 15:11:00.781] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:venture for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\venture-1.0.0-1.15.2.jar
[03jun2020 15:11:00.834] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:leveluphp for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\leveluphp-mc1.15.2-forge-5.1.2.jar
[03jun2020 15:11:00.834] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:traverse for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\traverse-1.15.2-3.0.0.jar
[03jun2020 15:11:00.834] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:fpsreducer for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\FpsReducer-mc1.15.2-1.14.1.jar
[03jun2020 15:11:00.834] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:immersive_portals for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\immersive-portals-0.10(forMc1.15withForge).jar
[03jun2020 15:11:00.835] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:exp_ore for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\ExpOreMod-1.15.2-1.1.jar
[03jun2020 15:11:00.835] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:betterthanmending for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\BetterThanMending-1.4.0.jar
[03jun2020 15:11:00.835] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:tirphycraft for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\tirphycraft-2.0.4.jar
[03jun2020 15:11:00.835] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:swampexpansion for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Swamp-Expansion-1.15.2-v1.7.1.jar
[03jun2020 15:11:00.836] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:forge for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.15.2-31.2.5\forge-1.15.2-31.2.5-universal.jar
[03jun2020 15:11:00.836] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:mysticallib for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\mysticallib-1.15.2-2.0.0.jar
[03jun2020 15:11:00.836] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:exp_bottling for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\exp_bottling-1.15.2-1.jar
[03jun2020 15:11:00.837] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:structure_gel for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\structure-gel-api-1.15.2-1.0.0.jar
[03jun2020 15:11:00.837] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:corpse for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\corpse-1.15.2-1.0.0.jar
[03jun2020 15:11:00.837] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:minersadvantage for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\MinersAdvantage-1.15.2-1.6.7.29.jar
[03jun2020 15:11:00.837] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:rotten_creatures for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\RottenCreatures-1.15.2-0.9.7.jar
[03jun2020 15:11:00.838] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:usefulbackpacks for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\useful_backpacks-1.15.2-1.9.0.52.jar
[03jun2020 15:11:00.838] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:pandoras_creatures for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\pandoras_creatures-1.15.2-1.0.0.jar
[03jun2020 15:11:00.838] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:dungeons for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\uniquedungeons-1.1.1-universal.jar
[03jun2020 15:11:00.839] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:biomesoplenty for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\BiomesOPlenty-1.15.2-10.0.0.300-universal.jar
[03jun2020 15:11:00.839] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:valhelsia_structures for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\valhelsia_structures-15.0.3.jar
[03jun2020 15:11:00.839] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:dungeons_plus for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\dungeons-plus-1.15.2-1.0.0.jar
[03jun2020 15:11:00.840] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:wards for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\wards-1.15.2-1.4.0.jar
[03jun2020 15:11:00.840] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:xercamod for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\xercamod-1.15.2-1.0.jar
[03jun2020 15:11:00.840] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:atmospheric for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Atmospheric-1.15.2-1.4.0.jar
[03jun2020 15:11:00.841] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:bountiful for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Bountiful-1.15.2-3.1.1.jar
[03jun2020 15:11:00.841] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:dimdungeons for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\dimdungeons-1.06-forge-1.15.2.jar
[03jun2020 15:11:00.842] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:randomenchants for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\randomenchants-3.1.0.jar
[03jun2020 15:11:00.842] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:savageandravage for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Savage-and-Ravage-1.15.2-v1.1.2.jar
[03jun2020 15:11:00.842] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:mantle for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Mantle-1.15.2-1.5.15.jar
[03jun2020 15:11:00.842] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:inspirations for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Inspirations-1.15.2-1.1.0.jar
[03jun2020 15:11:00.842] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:xaerominimap for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Xaeros_Minimap_20.1.0_Forge_1.15.2.jar
[03jun2020 15:11:00.843] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:rats for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\rats-5.0.0-1.15.2 (1).jar
[03jun2020 15:11:00.843] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:autumnity for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\autumnity-1.3.1-1.15.2.jar
[03jun2020 15:11:00.843] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:oreexcavation for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\OreExcavation-1.7.149.jar
[03jun2020 15:11:00.843] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:endreborn for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\EndReborn+[0.5.4].jar
[03jun2020 15:11:00.843] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:doubleslabs for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\DoubleSlabs-1.15-2.3.0.jar
[03jun2020 15:11:00.844] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:midnight for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\themidnight-0.5.8.jar
[03jun2020 15:11:00.844] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:ambientenvironment for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\AmbientEnvironment-3.0.0.jar
[03jun2020 15:11:00.844] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:hunterillager for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\hunterillager-1.15.2-0.7.0.jar
[03jun2020 15:11:00.845] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:byg for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Biomes_You_Go-0.4.1-BETA.jar
[03jun2020 15:11:00.845] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:aquaculture for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Aquaculture-1.15.2-2.0.9.jar
[03jun2020 15:11:00.845] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:cloudboots for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\CloudBoots-1.15.2-2.0.0.jar
[03jun2020 15:11:00.845] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:minemenu for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\MineMenu-1.15.2-1.8.4.jar
[03jun2020 15:11:00.845] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:mubble for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Mubble-3.0.4-(Forge-1.15.2).jar
[03jun2020 15:11:00.846] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:farlanders for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\farlanders-1.15.2-1.1.2.jar
[03jun2020 15:11:00.865] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:minecraft_earth for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\MCEarthMobs-0.18.3-1.15.2.jar
[03jun2020 15:11:00.866] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:craftingautomat for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\CraftingAutomat-MC1.15.2-1.2.2.jar
[03jun2020 15:11:00.866] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:jei for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\jei-1.15.2-6.0.0.2.jar
[03jun2020 15:11:00.866] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:teletubbies for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Teletubbies-1.15.2-6.0.0.jar
[03jun2020 15:11:00.866] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:abnormals_core for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Abnormals-Core-1.15.2-v1.0.5.jar
[03jun2020 15:11:00.867] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:uppers for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Uppers-0.2.12.jar
[03jun2020 15:11:00.867] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:goblintraders for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\goblintraders-1.2.0-1.15.2.jar
[03jun2020 15:11:00.867] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:caelus for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\caelus-FORGE-1.15.2-2.0-beta1.jar
[03jun2020 15:11:00.867] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:upgrade_aquatic for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Upgrade-Aquatic-1.15.2-v1.6.0.jar
[03jun2020 15:11:00.868] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:colytra for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\colytra-FORGE-1.15.2-3.0.jar
[03jun2020 15:11:00.868] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:neat for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Neat+1.6-21.jar
[03jun2020 15:11:00.868] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:bettercaves for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\BetterCaves-1.15.2-1.0.jar
[03jun2020 15:11:00.869] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:placebo for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Placebo-1.15.2-3.0.2.jar
[03jun2020 15:11:00.869] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:citadel for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\citadel-1.1.7.jar
[03jun2020 15:11:00.869] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:goodnightsleep for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\good-nights-sleep-1.15.2-1.0.3.jar
[03jun2020 15:11:00.869] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:fruittrees for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\FruitTrees-1.15.2-1.1.5.jar
[03jun2020 15:11:00.869] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:kiwi for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Kiwi-1.15.2-2.7.1.jar
[03jun2020 15:11:00.870] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:dungeoncrawl for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\DungeonCrawl-1.15.2-1.6.1.jar
[03jun2020 15:11:00.870] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:betteranimalsplus for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\betteranimalsplus-1.15.2-8.2.1.96.jar
[03jun2020 15:11:00.870] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:mutantbeasts for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\MutantBeasts-1.15.2-1.0.7.jar
[03jun2020 15:11:00.870] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:spawnermod for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\branders-enhanced-spawnermod-1.15.2-1.6.5.jar
[03jun2020 15:11:00.871] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:endergetic for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\The-Endergetic-Expansion-1.15.2-v1.3.1.jar
[03jun2020 15:11:00.871] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:uteamcore for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\u_team_core-1.15.2-2.11.0.156.jar
[03jun2020 15:11:00.871] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:enhancedvanilla for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\EnhancedVanilla_Snapshot_20w22c-Forge-1.15.2.31.2.0.jar
[03jun2020 15:11:00.871] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:apotheosis for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Apotheosis-1.15.2-3.1.2.jar
[03jun2020 15:11:00.872] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:venture for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\venture-1.0.0-1.15.2.jar
[03jun2020 15:11:00.873] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:leveluphp for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\leveluphp-mc1.15.2-forge-5.1.2.jar
[03jun2020 15:11:00.873] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:traverse for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\traverse-1.15.2-3.0.0.jar
[03jun2020 15:11:00.873] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:fpsreducer for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\FpsReducer-mc1.15.2-1.14.1.jar
[03jun2020 15:11:00.873] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:immersive_portals for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\immersive-portals-0.10(forMc1.15withForge).jar
[03jun2020 15:11:00.874] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:exp_ore for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\ExpOreMod-1.15.2-1.1.jar
[03jun2020 15:11:00.874] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:betterthanmending for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\BetterThanMending-1.4.0.jar
[03jun2020 15:11:00.874] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:tirphycraft for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\tirphycraft-2.0.4.jar
[03jun2020 15:11:00.874] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:swampexpansion for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Swamp-Expansion-1.15.2-v1.7.1.jar
[03jun2020 15:11:00.875] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:forge for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.15.2-31.2.5\forge-1.15.2-31.2.5-universal.jar
[03jun2020 15:11:00.875] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:mysticallib for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\mysticallib-1.15.2-2.0.0.jar
[03jun2020 15:11:00.875] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:exp_bottling for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\exp_bottling-1.15.2-1.jar
[03jun2020 15:11:00.876] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:structure_gel for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\structure-gel-api-1.15.2-1.0.0.jar
[03jun2020 15:11:00.876] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:corpse for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\corpse-1.15.2-1.0.0.jar
[03jun2020 15:11:00.876] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:minersadvantage for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\MinersAdvantage-1.15.2-1.6.7.29.jar
[03jun2020 15:11:00.876] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:rotten_creatures for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\RottenCreatures-1.15.2-0.9.7.jar
[03jun2020 15:11:00.877] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:usefulbackpacks for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\useful_backpacks-1.15.2-1.9.0.52.jar
[03jun2020 15:11:00.877] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:pandoras_creatures for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\pandoras_creatures-1.15.2-1.0.0.jar
[03jun2020 15:11:00.878] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:dungeons for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\uniquedungeons-1.1.1-universal.jar
[03jun2020 15:11:00.878] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:biomesoplenty for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\BiomesOPlenty-1.15.2-10.0.0.300-universal.jar
[03jun2020 15:11:00.879] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:valhelsia_structures for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\valhelsia_structures-15.0.3.jar
[03jun2020 15:11:00.879] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:dungeons_plus for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\dungeons-plus-1.15.2-1.0.0.jar
[03jun2020 15:11:00.879] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:wards for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\wards-1.15.2-1.4.0.jar
[03jun2020 15:11:00.880] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:xercamod for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\xercamod-1.15.2-1.0.jar
[03jun2020 15:11:00.880] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:atmospheric for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Atmospheric-1.15.2-1.4.0.jar
[03jun2020 15:11:00.880] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:bountiful for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Bountiful-1.15.2-3.1.1.jar
[03jun2020 15:11:00.880] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:dimdungeons for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\dimdungeons-1.06-forge-1.15.2.jar
[03jun2020 15:11:00.881] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:randomenchants for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\randomenchants-3.1.0.jar
[03jun2020 15:11:00.881] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:savageandravage for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Savage-and-Ravage-1.15.2-v1.1.2.jar
[03jun2020 15:11:00.881] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:mantle for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Mantle-1.15.2-1.5.15.jar
[03jun2020 15:11:00.881] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:inspirations for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Inspirations-1.15.2-1.1.0.jar
[03jun2020 15:11:00.882] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:xaerominimap for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Xaeros_Minimap_20.1.0_Forge_1.15.2.jar
[03jun2020 15:11:00.882] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:rats for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\rats-5.0.0-1.15.2 (1).jar
[03jun2020 15:11:00.882] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:autumnity for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\autumnity-1.3.1-1.15.2.jar
[03jun2020 15:11:00.883] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:oreexcavation for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\OreExcavation-1.7.149.jar
[03jun2020 15:11:00.883] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:endreborn for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\EndReborn+[0.5.4].jar
[03jun2020 15:11:00.883] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:doubleslabs for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\DoubleSlabs-1.15-2.3.0.jar
[03jun2020 15:11:00.883] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:midnight for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\themidnight-0.5.8.jar
[03jun2020 15:11:00.883] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:ambientenvironment for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\AmbientEnvironment-3.0.0.jar
[03jun2020 15:11:00.884] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:hunterillager for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\hunterillager-1.15.2-0.7.0.jar
[03jun2020 15:11:00.884] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:byg for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Biomes_You_Go-0.4.1-BETA.jar
[03jun2020 15:11:00.884] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:aquaculture for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Aquaculture-1.15.2-2.0.9.jar
[03jun2020 15:11:00.884] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:cloudboots for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\CloudBoots-1.15.2-2.0.0.jar
[03jun2020 15:11:00.885] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:minemenu for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\MineMenu-1.15.2-1.8.4.jar
[03jun2020 15:11:00.885] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:mubble for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Mubble-3.0.4-(Forge-1.15.2).jar
[03jun2020 15:11:00.885] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:farlanders for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\farlanders-1.15.2-1.1.2.jar
[03jun2020 15:11:00.903] [Render thread/DEBUG] [net.minecraftforge.fml.ForgeI18n/CORE]: Loading I18N data entries: 0
[03jun2020 15:11:01.291] [Render thread/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/]: Exception caught during firing event: null
    Index: 1
    Listeners:
        0: NORMAL
        1: ASM: knightminer.inspirations.building.BuildingClientProxy@432a109b registerBlockColors(Lnet/minecraftforge/client/event/ColorHandlerEvent$Block;)V
        2: ASM: knightminer.inspirations.tweaks.TweaksClientProxy@7189373f registerBlockColors(Lnet/minecraftforge/client/event/ColorHandlerEvent$Block;)V
        3: ASM: PulseManager[inspirations] propagateEvent(Lnet/minecraftforge/eventbus/api/Event;)V
java.lang.NullPointerException
    at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97)
    at knightminer.inspirations.building.BuildingClientProxy.registerBlockColors(BuildingClientProxy.java:100)
    at net.minecraftforge.eventbus.ASMEventHandler_604_BuildingClientProxy_registerBlockColors_Block.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$31(ModLoader.java:260)
    at net.minecraftforge.fml.ModLoader$$Lambda$5482/1795102078.accept(Unknown Source)
    at java.util.HashMap.forEach(HashMap.java:1280)
    at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:218)
    at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260)
    at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:207)
    at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76)
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:419)
    at net.minecraft.client.main.Main.main(SourceFile:166)
    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:51)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$422/462777594.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)

[03jun2020 15:11:01.306] [Render thread/INFO] [STDOUT/]: [net.minecraft.util.registry.Bootstrap:func_179870_a:103]: ---- Minecraft Crash Report ----
// Don't be sad, have a hug! ❤️

Time: 3/06/20 03:11 PM
Description: Initializing game

java.lang.NullPointerException: Initializing game
    at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at knightminer.inspirations.building.BuildingClientProxy.registerBlockColors(BuildingClientProxy.java:100) ~[?:1.15.2-1.1.0] {re:classloading}
    at net.minecraftforge.eventbus.ASMEventHandler_604_BuildingClientProxy_registerBlockColors_Block.invoke(.dynamic) ~[?:?] {}
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-2.2.0-service.jar:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.2.0-service.jar:?] {}
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:31.2] {re:classloading}
    at net.minecraftforge.fml.ModLoader.lambda$postEvent$31(ModLoader.java:260) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader$$Lambda$5482/1795102078.accept(Unknown Source) ~[?:?] {}
    at java.util.HashMap.forEach(HashMap.java:1280) ~[?:1.8.0_51] {}
    at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:218) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260) ~[?:?] {re:classloading}
    at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:207) ~[?:?] {re:classloading}
    at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:419) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.main(SourceFile:166) [?:?] {re:classloading}
    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:51) [forge-1.15.2-31.2.5.jar:31.2] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$422/462777594.call(Unknown Source) [forge-1.15.2-31.2.5.jar:31.2] {}
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.1.0.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.1.0.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.1.0.jar:?] {}
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.1.0.jar:?] {}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.1.0.jar:?] {}


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

-- Head --
Thread: Render thread
Stacktrace:
    at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97)
    at knightminer.inspirations.building.BuildingClientProxy.registerBlockColors(BuildingClientProxy.java:100)
    at net.minecraftforge.eventbus.ASMEventHandler_604_BuildingClientProxy_registerBlockColors_Block.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$31(ModLoader.java:260)
    at net.minecraftforge.fml.ModLoader$$Lambda$5482/1795102078.accept(Unknown Source)
    at java.util.HashMap.forEach(HashMap.java:1280)
    at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:218)
    at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260)
    at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:207)
    at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76)
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:419)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.main.Main.main(SourceFile:166)
    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:51)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$422/462777594.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.15.2
    Minecraft Version ID: 1.15.2
    Operating System: Windows 8 (amd64) version 6.2
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 1450652456 bytes (1383 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: 5.1.0+69+master.79f13f7
    ModLauncher launch target: fmlclient
    ModLauncher naming: srg
    ModLauncher services: 
        /eventbus-2.2.0-service.jar eventbus PLUGINSERVICE 
        /forge-1.15.2-31.2.5.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.15.2-31.2.5.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-2.1.1-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge-1.15.2-31.2.5.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.15.2-31.2.5.jar runtimedistcleaner PLUGINSERVICE 
        /forge-1.15.2-31.2.5.jar fml TRANSFORMATIONSERVICE 
    FML: 31.2
    Forge: net.minecraftforge:31.2.5
    FML Language Providers: 
        javafml@31.2
        minecraft@1
        kotlinfml@1.5.2
    Mod List: 
        MCEarthMobs-0.18.3-1.15.2.jar MC Earth Mobs {minecraft_earth@0.18.3 CREATE_REGISTRIES}
        CraftingAutomat-MC1.15.2-1.2.2.jar Crafting Automat {craftingautomat@1.2.2 CREATE_REGISTRIES}
        jei-1.15.2-6.0.0.2.jar Just Enough Items {jei@6.0.0.2 CREATE_REGISTRIES}
        Teletubbies-1.15.2-6.0.0.jar Teletubbies {teletubbies@6.0.0 CREATE_REGISTRIES}
        Abnormals-Core-1.15.2-v1.0.5.jar Abnormals Core {abnormals_core@1.0.5 CREATE_REGISTRIES}
        Uppers-0.2.12.jar Uppers {uppers@0.2.12 CREATE_REGISTRIES}
        goblintraders-1.2.0-1.15.2.jar Goblin Traders {goblintraders@1.2.0 CREATE_REGISTRIES}
        caelus-FORGE-1.15.2-2.0-beta1.jar Caelus API {caelus@FORGE-1.15.2-2.0-beta1 CREATE_REGISTRIES}
        Upgrade-Aquatic-1.15.2-v1.6.0.jar Upgrade Aquatic {upgrade_aquatic@1.6.0 CREATE_REGISTRIES}
        colytra-FORGE-1.15.2-3.0.jar Colytra {colytra@FORGE-1.15.2-3.0 CREATE_REGISTRIES}
        Neat+1.6-21.jar Neat {neat@1.6-21 CREATE_REGISTRIES}
        BetterCaves-1.15.2-1.0.jar YUNG's Better Caves {bettercaves@1.15.2-1.0 CREATE_REGISTRIES}
        Placebo-1.15.2-3.0.2.jar Placebo {placebo@3.0.2 CREATE_REGISTRIES}
        citadel-1.1.7.jar Citadel {citadel@1.1.7 CREATE_REGISTRIES}
        good-nights-sleep-1.15.2-1.0.3.jar Good Night's Sleep {goodnightsleep@1.0.3 CREATE_REGISTRIES}
        FruitTrees-1.15.2-1.1.5.jar Fruit Trees {fruittrees@1.1.5 CREATE_REGISTRIES}
        Kiwi-1.15.2-2.7.1.jar Kiwi {kiwi@2.7.1 CREATE_REGISTRIES}
        DungeonCrawl-1.15.2-1.6.1.jar Dungeon Crawl {dungeoncrawl@1.6.1 CREATE_REGISTRIES}
        betteranimalsplus-1.15.2-8.2.1.96.jar Better Animals Plus {betteranimalsplus@8.2.1.96 CREATE_REGISTRIES}
        MutantBeasts-1.15.2-1.0.7.jar Mutant Beasts {mutantbeasts@1.15.2-1.0.7 CREATE_REGISTRIES}
        branders-enhanced-spawnermod-1.15.2-1.6.5.jar Enhanced Mob Spawners {spawnermod@1.6.5 CREATE_REGISTRIES}
        The-Endergetic-Expansion-1.15.2-v1.3.1.jar The Endergetic Expansion {endergetic@1.3.1 CREATE_REGISTRIES}
        u_team_core-1.15.2-2.11.0.156.jar U Team Core {uteamcore@2.11.0.156 CREATE_REGISTRIES}
        EnhancedVanilla_Snapshot_20w22c-Forge-1.15.2.31.2.0.jar Enhanced Vanilla {enhancedvanilla@Snapshot 20w22c CREATE_REGISTRIES}
        Apotheosis-1.15.2-3.1.2.jar Apotheosis {apotheosis@3.1.2 CREATE_REGISTRIES}
        venture-1.0.0-1.15.2.jar Venture {venture@1.0.0 CREATE_REGISTRIES}
        leveluphp-mc1.15.2-forge-5.1.2.jar Level Up HP {leveluphp@5.1.2 CREATE_REGISTRIES}
        traverse-1.15.2-3.0.0.jar Traverse {traverse@1.15.2-3.0.0 CREATE_REGISTRIES}
        FpsReducer-mc1.15.2-1.14.1.jar FPS Reducer {fpsreducer@mc1.15.2-1.14.1 CREATE_REGISTRIES}
        immersive-portals-0.10(forMc1.15withForge).jar Immersive Portals {immersive_portals@0.10 CREATE_REGISTRIES}
        ExpOreMod-1.15.2-1.1.jar Exp Ore Block {exp_ore@1.1 CREATE_REGISTRIES}
        BetterThanMending-1.4.0.jar BetterThanMending {betterthanmending@1.4.0 CREATE_REGISTRIES}
        tirphycraft-2.0.4.jar TirphyCraft II {tirphycraft@1.0 CREATE_REGISTRIES}
        Swamp-Expansion-1.15.2-v1.7.1.jar Swamp Expansion {swampexpansion@NONE CREATE_REGISTRIES}
        forge-1.15.2-31.2.5-universal.jar Forge {forge@31.2.5 CREATE_REGISTRIES}
        mysticallib-1.15.2-2.0.0.jar Mystical Lib {mysticallib@1.15.2-2.0.0 CREATE_REGISTRIES}
        exp_bottling-1.15.2-1.jar EXP Bottling {exp_bottling@1.15.2-1 CREATE_REGISTRIES}
        structure-gel-api-1.15.2-1.0.0.jar Structure Gel API {structure_gel@1.0.0 CREATE_REGISTRIES}
        corpse-1.15.2-1.0.0.jar Corpse {corpse@1.15.2-1.0.0 CREATE_REGISTRIES}
        MinersAdvantage-1.15.2-1.6.7.29.jar MinersAdvantage {minersadvantage@1.15.2-1.6.7.29 CREATE_REGISTRIES}
        RottenCreatures-1.15.2-0.9.7.jar Rotten Creatures {rotten_creatures@0.9.7 CREATE_REGISTRIES}
        forge-1.15.2-31.2.5-client.jar Minecraft {minecraft@1.15.2 CREATE_REGISTRIES}
        useful_backpacks-1.15.2-1.9.0.52.jar Useful Backpacks {usefulbackpacks@1.9.0.52 CREATE_REGISTRIES}
        pandoras_creatures-1.15.2-1.0.0.jar Pandoras Creatures {pandoras_creatures@1.15.2-1.0.0 CREATE_REGISTRIES}
        uniquedungeons-1.1.1-universal.jar Unique Dungeons {dungeons@1.1.1 CREATE_REGISTRIES}
        BiomesOPlenty-1.15.2-10.0.0.300-universal.jar Biomes O' Plenty {biomesoplenty@1.15.2-10.0.0.299 CREATE_REGISTRIES}
        valhelsia_structures-15.0.3.jar Valhelsia Structures {valhelsia_structures@15.0.3 CREATE_REGISTRIES}
        dungeons-plus-1.15.2-1.0.0.jar Dungeons Plus {dungeons_plus@1.0.0 CREATE_REGISTRIES}
        wards-1.15.2-1.4.0.jar Wards {wards@1.15.2-1.4.0 CREATE_REGISTRIES}
        xercamod-1.15.2-1.0.jar Xerca Mod {xercamod@1.15.2-1.0 CREATE_REGISTRIES}
        Atmospheric-1.15.2-1.4.0.jar Atmospheric {atmospheric@1.4.0 CREATE_REGISTRIES}
        Bountiful-1.15.2-3.1.1.jar Bountiful {bountiful@1.15.2-3.1.1 CREATE_REGISTRIES}
        dimdungeons-1.06-forge-1.15.2.jar Dimensional Dungeons {dimdungeons@1.15.2-1.06 CREATE_REGISTRIES}
        randomenchants-3.1.0.jar Random Enchants {randomenchants@3.1.0 ERROR}
        Savage-and-Ravage-1.15.2-v1.1.2.jar Savage & Ravage {savageandravage@v1.1.2 CREATE_REGISTRIES}
        Mantle-1.15.2-1.5.15.jar Mantle {mantle@1.5.15 CREATE_REGISTRIES}
        Inspirations-1.15.2-1.1.0.jar Inspirations {inspirations@1.15.2-1.1.0 CREATE_REGISTRIES}
        Xaeros_Minimap_20.1.0_Forge_1.15.2.jar Xaero's Minimap {xaerominimap@20.1.0 CREATE_REGISTRIES}
        rats-5.0.0-1.15.2 (1).jar Rats {rats@5.0.0 CREATE_REGISTRIES}
        autumnity-1.3.1-1.15.2.jar Autumnity {autumnity@1.3.1 CREATE_REGISTRIES}
        OreExcavation-1.7.149.jar Ore Excavation {oreexcavation@NONE CREATE_REGISTRIES}
        EndReborn+[0.5.4].jar End: Reborn {endreborn@0.5.4 CREATE_REGISTRIES}
        DoubleSlabs-1.15-2.3.0.jar Double Slabs {doubleslabs@2.3.0 CREATE_REGISTRIES}
        themidnight-0.5.8.jar The Midnight {midnight@0.5.8 CREATE_REGISTRIES}
        AmbientEnvironment-3.0.0.jar Ambient Environment {ambientenvironment@3.0.0 CREATE_REGISTRIES}
        hunterillager-1.15.2-0.7.0.jar HunterIllager {hunterillager@0.7.0 CREATE_REGISTRIES}
        Biomes_You_Go-0.4.1-BETA.jar Oh The Biomes You'll Go {byg@0.4.0 CREATE_REGISTRIES}
        Aquaculture-1.15.2-2.0.9.jar Aquaculture 2 {aquaculture@1.15.2-2.0.9 CREATE_REGISTRIES}
        CloudBoots-1.15.2-2.0.0.jar Cloud Boots Mod {cloudboots@2.0.0 CREATE_REGISTRIES}
        MineMenu-1.15.2-1.8.4.jar MineMenu {minemenu@1.15.2-1.8.4 CREATE_REGISTRIES}
        Mubble-3.0.4-(Forge-1.15.2).jar Mubble {mubble@3.0.4 CREATE_REGISTRIES}
        farlanders-1.15.2-1.1.2.jar The Farlanders {farlanders@1.1.2 CREATE_REGISTRIES}
    Pulsar/inspirations loaded Pulses: 
        - InspirationsShared (Enabled/Forced)
        - InspirationsBuilding (Enabled/Not Forced)
        - InspirationsUtility (Enabled/Not Forced)
        - InspirationsTools (Enabled/Not Forced)
        - InspirationsTweaks (Enabled/Not Forced)

    Launched Version: 1.15.2-forge-31.2.5
    Backend library: LWJGL version 3.2.2 build 10
    Backend API: Intel(R) HD Graphics GL version 2.1.0 - Build 8.15.10.2900, Intel
    GL Caps: Using framebuffer using ARB_framebuffer_object extension
    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'forge'
    Type: Client (map_client.txt)
    CPU: 4x Intel(R) Core(TM) i7 CPU L 640 @ 2.13GHz
[03jun2020 15:11:01.328] [Render thread/INFO] [STDOUT/]: [net.minecraft.util.registry.Bootstrap:func_179870_a:103]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\wilfrido\AppData\Roaming\.minecraft\crash-reports\crash-2020-06-03_15.11.01-client.txt
 

Link to comment
Share on other sites

2 minutes ago, Will_Alquem said:

This?

 

[03jun2020 15:09:30.305] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--username, Will_Alquem, --version, 1.15.2-forge-31.2.5, --gameDir, C:\Users\wilfrido\AppData\Roaming\.minecraft, --assetsDir, C:\Users\wilfrido\AppData\Roaming\.minecraft\assets, --assetIndex, 1.15, --uuid, dd4a248465ff47dc890feb2c66f33cba, --accessToken, ????????, --userType, mojang, --versionType, release, --launchTarget, fmlclient, --fml.forgeVersion, 31.2.5, --fml.mcVersion, 1.15.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20200515.085601]
[03jun2020 15:09:30.314] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 5.1.0+69+master.79f13f7 starting: java version 1.8.0_51 by Oracle Corporation
[03jun2020 15:09:30.346] [main/DEBUG] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Found launch services [minecraft,testharness,fmlclient,fmlserver]
[03jun2020 15:09:30.368] [main/DEBUG] [cpw.mods.modlauncher.NameMappingServiceHandler/MODLAUNCHER]: Found naming services : []
[03jun2020 15:09:30.398] [main/DEBUG] [cpw.mods.modlauncher.LaunchPluginHandler/MODLAUNCHER]: Found launch plugins: [eventbus,object_holder_definalize,runtime_enum_extender,accesstransformer,capability_inject_definalize,runtimedistcleaner]
[03jun2020 15:09:30.421] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Discovering transformation services
[03jun2020 15:09:30.697] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Found additional transformation services from discovery services: []
[03jun2020 15:09:30.777] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Found transformer services : [fml]
[03jun2020 15:09:30.778] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services loading
[03jun2020 15:09:30.780] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loading service fml
[03jun2020 15:09:30.780] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/]: Injecting tracing printstreams for STDOUT/STDERR.
[03jun2020 15:09:30.786] [main/DEBUG] [net.minecraftforge.fml.loading.LauncherVersion/CORE]: Found FMLLauncher version 31.2
[03jun2020 15:09:30.786] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML 31.2 loading
[03jun2020 15:09:30.787] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML found ModLauncher version : 5.1.0+69+master.79f13f7
[03jun2020 15:09:30.787] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Initializing modjar URL handler
[03jun2020 15:09:30.789] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML found AccessTransformer version : 2.1.1+55+master.08d32b9
[03jun2020 15:09:30.789] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML found EventBus version : 2.2.0+59+master.4f71e48
[03jun2020 15:09:30.790] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Found Runtime Dist Cleaner
[03jun2020 15:09:30.798] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML found CoreMod version : 2.0.3+8+master.ca72757
[03jun2020 15:09:30.799] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Found ForgeSPI package implementation version 2.1.2+9+master.a8b4d92
[03jun2020 15:09:30.799] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Found ForgeSPI package specification 3
[03jun2020 15:09:31.403] [main/INFO] [net.minecraftforge.fml.loading.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
[03jun2020 15:09:31.404] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loaded service fml
[03jun2020 15:09:31.409] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Configuring option handling for services
[03jun2020 15:09:31.426] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services initializing
[03jun2020 15:09:31.427] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformation service fml
[03jun2020 15:09:31.427] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Setting up basic FML game directories
[03jun2020 15:09:31.429] [main/DEBUG] [net.minecraftforge.fml.loading.FileUtils/CORE]: Found existing GAMEDIR directory : C:\Users\wilfrido\AppData\Roaming\.minecraft
[03jun2020 15:09:31.430] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path GAMEDIR is C:\Users\wilfrido\AppData\Roaming\.minecraft
[03jun2020 15:09:31.431] [main/DEBUG] [net.minecraftforge.fml.loading.FileUtils/CORE]: Found existing MODSDIR directory : C:\Users\wilfrido\AppData\Roaming\.minecraft\mods
[03jun2020 15:09:31.431] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path MODSDIR is C:\Users\wilfrido\AppData\Roaming\.minecraft\mods
[03jun2020 15:09:31.432] [main/DEBUG] [net.minecraftforge.fml.loading.FileUtils/CORE]: Found existing CONFIGDIR directory : C:\Users\wilfrido\AppData\Roaming\.minecraft\config
[03jun2020 15:09:31.432] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path CONFIGDIR is C:\Users\wilfrido\AppData\Roaming\.minecraft\config
[03jun2020 15:09:31.432] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path FMLCONFIG is C:\Users\wilfrido\AppData\Roaming\.minecraft\config\fml.toml
[03jun2020 15:09:31.432] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Loading configuration
[03jun2020 15:09:31.526] [main/DEBUG] [net.minecraftforge.fml.loading.FileUtils/CORE]: Found existing default config directory directory : C:\Users\wilfrido\AppData\Roaming\.minecraft\defaultconfigs
[03jun2020 15:09:31.526] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Preparing launch handler
[03jun2020 15:09:31.527] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Using fmlclient as launch service
[03jun2020 15:09:32.199] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Received command line version data  : MC Version: '1.15.2' MCP Version: '20200515.085601' Forge Version: '31.2.5' Forge group: 'net.minecraftforge'
[03jun2020 15:09:32.203] [main/DEBUG] [net.minecraftforge.fml.loading.LibraryFinder/CORE]: Found JAR asm at path C:\Users\wilfrido\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm\7.2\asm-7.2.jar
[03jun2020 15:09:32.204] [main/DEBUG] [net.minecraftforge.fml.loading.LibraryFinder/CORE]: Found probable library path C:\Users\wilfrido\AppData\Roaming\.minecraft\libraries
[03jun2020 15:09:32.232] [main/DEBUG] [net.minecraftforge.fml.loading.LibraryFinder/CORE]: Found forge path C:\Users\wilfrido\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.15.2-31.2.5\forge-1.15.2-31.2.5-universal.jar is present
[03jun2020 15:09:32.236] [main/DEBUG] [net.minecraftforge.fml.loading.LibraryFinder/CORE]: SRG MC at C:\Users\wilfrido\AppData\Roaming\.minecraft\libraries\net\minecraft\client\1.15.2-20200515.085601\client-1.15.2-20200515.085601-srg.jar is present
[03jun2020 15:09:32.241] [main/DEBUG] [net.minecraftforge.fml.loading.LibraryFinder/CORE]: MC Extras at C:\Users\wilfrido\AppData\Roaming\.minecraft\libraries\net\minecraft\client\1.15.2\client-1.15.2-extra.jar is present
[03jun2020 15:09:32.245] [main/DEBUG] [net.minecraftforge.fml.loading.LibraryFinder/CORE]: Forge patches at C:\Users\wilfrido\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.15.2-31.2.5\forge-1.15.2-31.2.5-client.jar is present
[03jun2020 15:09:32.304] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Found 0 language providers
[03jun2020 15:09:32.306] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Adding forge as a language from C:\Users\wilfrido\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.15.2-31.2.5\forge-1.15.2-31.2.5-universal.jar
[03jun2020 15:09:32.312] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Adding file:/C:/Users/wilfrido/AppData/Roaming/.minecraft/libraries/net/minecraftforge/forge/1.15.2-31.2.5/forge-1.15.2-31.2.5-universal.jar to languageloader classloader
[03jun2020 15:09:32.447] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Found 2 language providers
[03jun2020 15:09:32.449] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Found language provider javafml, version 31.2
[03jun2020 15:09:32.458] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Found language provider minecraft, version 1
[03jun2020 15:09:32.476] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformation service fml
[03jun2020 15:09:32.478] [main/DEBUG] [cpw.mods.modlauncher.NameMappingServiceHandler/MODLAUNCHER]: Current naming domain is 'srg'
[03jun2020 15:09:32.479] [main/DEBUG] [cpw.mods.modlauncher.NameMappingServiceHandler/MODLAUNCHER]: Identified name mapping providers {}
[03jun2020 15:09:32.480] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services begin scanning
[03jun2020 15:09:32.482] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Beginning scan trigger - transformation service fml
[03jun2020 15:09:32.482] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Initiating mod scan
[03jun2020 15:09:32.578] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModListHandler/CORE]: Found mod coordinates from lists: []
[03jun2020 15:09:32.709] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModDiscoverer/CORE]: Found Mod Locators : (mods folder:null),(maven libs:null),(exploded directory:null),(minecraft:null)
[03jun2020 15:09:34.165] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Adding file:/C:/Users/wilfrido/AppData/Roaming/.minecraft/mods/Kottle-1.5.2.jar to languageloader classloader
[03jun2020 15:09:34.176] [main/DEBUG] [net.alexwells.kottle.FMLKotlinModLanguageProvider/LOADING]: Init FMLKotlinModLanguageProvider
[03jun2020 15:09:34.176] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Found 3 language providers
[03jun2020 15:09:34.177] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Found language provider javafml, version 31.2
[03jun2020 15:09:34.177] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Found language provider minecraft, version 1
[03jun2020 15:09:34.178] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Found language provider kotlinfml, version 1.5.2
[03jun2020 15:09:34.182] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Abnormals-Core-1.15.2-v1.0.5.jar
[03jun2020 15:09:34.306] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Abnormals-Core-1.15.2-v1.0.5.jar with {abnormals_core} mods - versions {1.0.5}
[03jun2020 15:09:34.306] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Abnormals-Core-1.15.2-v1.0.5.jar with language javafml
[03jun2020 15:09:34.309] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\AmbientEnvironment-3.0.0.jar
[03jun2020 15:09:34.317] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file AmbientEnvironment-3.0.0.jar with {ambientenvironment} mods - versions {3.0.0}
[03jun2020 15:09:34.318] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\AmbientEnvironment-3.0.0.jar with language javafml
[03jun2020 15:09:34.318] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Apotheosis-1.15.2-3.1.2.jar
[03jun2020 15:09:34.322] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Apotheosis-1.15.2-3.1.2.jar with {apotheosis} mods - versions {3.1.2}
[03jun2020 15:09:34.323] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Apotheosis-1.15.2-3.1.2.jar with language javafml
[03jun2020 15:09:34.423] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod trueInfinity with Javascript path apothasm/true-infinity.js
[03jun2020 15:09:34.423] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod sundering with Javascript path apothasm/sundering.js
[03jun2020 15:09:34.423] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod enchData with Javascript path apothasm/enchantment-datas.js
[03jun2020 15:09:34.423] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod tempting with Javascript path apothasm/tempting.js
[03jun2020 15:09:34.424] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod reflective with Javascript path apothasm/reflective.js
[03jun2020 15:09:34.424] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod itemEnch with Javascript path apothasm/item-ench.js
[03jun2020 15:09:34.424] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod calcStackEnch with Javascript path apothasm/calc-stack-ench.js
[03jun2020 15:09:34.424] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod containerRepair with Javascript path apothasm/container-repair.js
[03jun2020 15:09:34.424] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod enchAffix with Javascript path apothasm/enchantability.js
[03jun2020 15:09:34.425] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod guiRepair with Javascript path apothasm/gui-repair.js
[03jun2020 15:09:34.425] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod combatRules with Javascript path apothasm/combat-rules.js
[03jun2020 15:09:34.425] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod fishingBobber with Javascript path apothasm/fishing-bobber.js
[03jun2020 15:09:34.425] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod affixDmg with Javascript path apothasm/affix-entity-dmg.js
[03jun2020 15:09:34.425] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod affixEntity with Javascript path apothasm/affix-extra-dmg.js
[03jun2020 15:09:34.426] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod affixProt with Javascript path apothasm/affix-prot-level.js
[03jun2020 15:09:34.426] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod affixUser with Javascript path apothasm/affix-user-hurt.js
[03jun2020 15:09:34.426] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod stackUUID with Javascript path apothasm/stack-modifier-hack.js
[03jun2020 15:09:34.426] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod itemUseHook with Javascript path apothasm/item-use-hook.js
[03jun2020 15:09:34.427] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/true-infinity.js
[03jun2020 15:09:34.427] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/sundering.js
[03jun2020 15:09:34.427] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/enchantment-datas.js
[03jun2020 15:09:34.427] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/tempting.js
[03jun2020 15:09:34.427] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/reflective.js
[03jun2020 15:09:34.428] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/item-ench.js
[03jun2020 15:09:34.428] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/calc-stack-ench.js
[03jun2020 15:09:34.428] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/container-repair.js
[03jun2020 15:09:34.428] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/enchantability.js
[03jun2020 15:09:34.428] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/gui-repair.js
[03jun2020 15:09:34.428] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/combat-rules.js
[03jun2020 15:09:34.429] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/fishing-bobber.js
[03jun2020 15:09:34.429] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/affix-entity-dmg.js
[03jun2020 15:09:34.429] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/affix-extra-dmg.js
[03jun2020 15:09:34.429] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/affix-prot-level.js
[03jun2020 15:09:34.429] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/affix-user-hurt.js
[03jun2020 15:09:34.429] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/stack-modifier-hack.js
[03jun2020 15:09:34.429] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/item-use-hook.js
[03jun2020 15:09:34.429] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Aquaculture-1.15.2-2.0.9.jar
[03jun2020 15:09:34.432] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Aquaculture-1.15.2-2.0.9.jar with {aquaculture} mods - versions {1.15.2-2.0.9}
[03jun2020 15:09:34.432] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Aquaculture-1.15.2-2.0.9.jar with language javafml
[03jun2020 15:09:34.433] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Atmospheric-1.15.2-1.4.0.jar
[03jun2020 15:09:34.435] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Atmospheric-1.15.2-1.4.0.jar with {atmospheric} mods - versions {1.4.0}
[03jun2020 15:09:34.436] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Atmospheric-1.15.2-1.4.0.jar with language javafml
[03jun2020 15:09:34.436] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\autumnity-1.3.1-1.15.2.jar
[03jun2020 15:09:34.441] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file autumnity-1.3.1-1.15.2.jar with {autumnity} mods - versions {1.3.1}
[03jun2020 15:09:34.441] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\autumnity-1.3.1-1.15.2.jar with language javafml
[03jun2020 15:09:34.442] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\betteranimalsplus-1.15.2-8.2.1.96.jar
[03jun2020 15:09:34.445] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file betteranimalsplus-1.15.2-8.2.1.96.jar with {betteranimalsplus} mods - versions {8.2.1.96}
[03jun2020 15:09:34.445] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\betteranimalsplus-1.15.2-8.2.1.96.jar with language javafml
[03jun2020 15:09:34.445] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\BetterCaves-1.15.2-1.0.jar
[03jun2020 15:09:34.448] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file BetterCaves-1.15.2-1.0.jar with {bettercaves} mods - versions {1.15.2-1.0}
[03jun2020 15:09:34.448] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\BetterCaves-1.15.2-1.0.jar with language javafml
[03jun2020 15:09:34.449] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\BetterThanMending-1.4.0.jar
[03jun2020 15:09:34.452] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file BetterThanMending-1.4.0.jar with {betterthanmending} mods - versions {1.4.0}
[03jun2020 15:09:34.453] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\BetterThanMending-1.4.0.jar with language javafml
[03jun2020 15:09:34.453] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Biomes_You_Go-0.4.1-BETA.jar
[03jun2020 15:09:34.457] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Biomes_You_Go-0.4.1-BETA.jar with {byg} mods - versions {0.4.0}
[03jun2020 15:09:34.457] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Biomes_You_Go-0.4.1-BETA.jar with language javafml
[03jun2020 15:09:34.458] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\BiomesOPlenty-1.15.2-10.0.0.300-universal.jar
[03jun2020 15:09:34.460] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file BiomesOPlenty-1.15.2-10.0.0.300-universal.jar with {biomesoplenty} mods - versions {1.15.2-10.0.0.299}
[03jun2020 15:09:34.460] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\BiomesOPlenty-1.15.2-10.0.0.300-universal.jar with language javafml
[03jun2020 15:09:34.461] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Bountiful-1.15.2-3.1.1.jar
[03jun2020 15:09:34.464] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Bountiful-1.15.2-3.1.1.jar with {bountiful} mods - versions {1.15.2-3.1.1}
[03jun2020 15:09:34.465] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Bountiful-1.15.2-3.1.1.jar with language kotlinfml
[03jun2020 15:09:34.465] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\branders-enhanced-spawnermod-1.15.2-1.6.5.jar
[03jun2020 15:09:34.467] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file branders-enhanced-spawnermod-1.15.2-1.6.5.jar with {spawnermod} mods - versions {1.6.5}
[03jun2020 15:09:34.467] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\branders-enhanced-spawnermod-1.15.2-1.6.5.jar with language javafml
[03jun2020 15:09:34.467] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\caelus-FORGE-1.15.2-2.0-beta1.jar
[03jun2020 15:09:34.472] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file caelus-FORGE-1.15.2-2.0-beta1.jar with {caelus} mods - versions {FORGE-1.15.2-2.0-beta1}
[03jun2020 15:09:34.472] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\caelus-FORGE-1.15.2-2.0-beta1.jar with language javafml
[03jun2020 15:09:34.473] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod ClientPlayerEntity with Javascript path ClientPlayerEntity.js
[03jun2020 15:09:34.473] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod LivingEntity with Javascript path LivingEntity.js
[03jun2020 15:09:34.474] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod CapeLayer with Javascript path CapeLayer.js
[03jun2020 15:09:34.474] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod ClientPlayerEntity.js
[03jun2020 15:09:34.474] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod LivingEntity.js
[03jun2020 15:09:34.474] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod CapeLayer.js
[03jun2020 15:09:34.474] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\citadel-1.1.7.jar
[03jun2020 15:09:34.476] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file citadel-1.1.7.jar with {citadel} mods - versions {1.1.7}
[03jun2020 15:09:34.476] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\citadel-1.1.7.jar with language javafml
[03jun2020 15:09:34.477] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\CloudBoots-1.15.2-2.0.0.jar
[03jun2020 15:09:34.479] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file CloudBoots-1.15.2-2.0.0.jar with {cloudboots} mods - versions {2.0.0}
[03jun2020 15:09:34.479] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\CloudBoots-1.15.2-2.0.0.jar with language javafml
[03jun2020 15:09:34.480] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\colytra-FORGE-1.15.2-3.0.jar
[03jun2020 15:09:34.482] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file colytra-FORGE-1.15.2-3.0.jar with {colytra} mods - versions {FORGE-1.15.2-3.0}
[03jun2020 15:09:34.483] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\colytra-FORGE-1.15.2-3.0.jar with language javafml
[03jun2020 15:09:34.483] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\corpse-1.15.2-1.0.0.jar
[03jun2020 15:09:34.485] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file corpse-1.15.2-1.0.0.jar with {corpse} mods - versions {1.15.2-1.0.0}
[03jun2020 15:09:34.486] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\corpse-1.15.2-1.0.0.jar with language javafml
[03jun2020 15:09:34.486] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\CraftingAutomat-MC1.15.2-1.2.2.jar
[03jun2020 15:09:34.488] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file CraftingAutomat-MC1.15.2-1.2.2.jar with {craftingautomat} mods - versions {1.2.2}
[03jun2020 15:09:34.489] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\CraftingAutomat-MC1.15.2-1.2.2.jar with language javafml
[03jun2020 15:09:34.489] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\dimdungeons-1.06-forge-1.15.2.jar
[03jun2020 15:09:34.492] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file dimdungeons-1.06-forge-1.15.2.jar with {dimdungeons} mods - versions {1.15.2-1.06}
[03jun2020 15:09:34.492] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\dimdungeons-1.06-forge-1.15.2.jar with language javafml
[03jun2020 15:09:34.492] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\DoubleSlabs-1.15-2.3.0.jar
[03jun2020 15:09:34.496] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file DoubleSlabs-1.15-2.3.0.jar with {doubleslabs} mods - versions {2.3.0}
[03jun2020 15:09:34.496] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\DoubleSlabs-1.15-2.3.0.jar with language javafml
[03jun2020 15:09:34.497] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\DungeonCrawl-1.15.2-1.6.1.jar
[03jun2020 15:09:34.498] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file DungeonCrawl-1.15.2-1.6.1.jar with {dungeoncrawl} mods - versions {1.6.1}
[03jun2020 15:09:34.500] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\DungeonCrawl-1.15.2-1.6.1.jar with language javafml
[03jun2020 15:09:34.501] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\dungeons-plus-1.15.2-1.0.0.jar
[03jun2020 15:09:34.503] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file dungeons-plus-1.15.2-1.0.0.jar with {dungeons_plus} mods - versions {1.0.0}
[03jun2020 15:09:34.504] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\dungeons-plus-1.15.2-1.0.0.jar with language javafml
[03jun2020 15:09:34.504] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\EndReborn+[0.5.4].jar
[03jun2020 15:09:34.506] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file EndReborn+[0.5.4].jar with {endreborn} mods - versions {0.5.4}
[03jun2020 15:09:34.507] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\EndReborn+[0.5.4].jar with language javafml
[03jun2020 15:09:34.508] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\EnhancedVanilla_Snapshot_20w22c-Forge-1.15.2.31.2.0.jar
[03jun2020 15:09:34.510] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file EnhancedVanilla_Snapshot_20w22c-Forge-1.15.2.31.2.0.jar with {enhancedvanilla} mods - versions {Snapshot 20w22c}
[03jun2020 15:09:34.510] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\EnhancedVanilla_Snapshot_20w22c-Forge-1.15.2.31.2.0.jar with language javafml
[03jun2020 15:09:34.510] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\exp_bottling-1.15.2-1.jar
[03jun2020 15:09:34.514] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file exp_bottling-1.15.2-1.jar with {exp_bottling} mods - versions {1.15.2-1}
[03jun2020 15:09:34.514] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\exp_bottling-1.15.2-1.jar with language javafml
[03jun2020 15:09:34.514] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\ExpOreMod-1.15.2-1.1.jar
[03jun2020 15:09:34.516] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ExpOreMod-1.15.2-1.1.jar with {exp_ore} mods - versions {1.1}
[03jun2020 15:09:34.516] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\ExpOreMod-1.15.2-1.1.jar with language javafml
[03jun2020 15:09:34.517] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\farlanders-1.15.2-1.1.2.jar
[03jun2020 15:09:34.519] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file farlanders-1.15.2-1.1.2.jar with {farlanders} mods - versions {1.1.2}
[03jun2020 15:09:34.519] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\farlanders-1.15.2-1.1.2.jar with language javafml
[03jun2020 15:09:34.519] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\forge-1.15.2-31.2.5-installer.jar
[03jun2020 15:09:34.520] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file Mod File: C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\forge-1.15.2-31.2.5-installer.jar is missing mods.toml file
[03jun2020 15:09:34.520] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModDiscoverer/SCAN]: File C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\forge-1.15.2-31.2.5-installer.jar has been ignored - it is invalid
[03jun2020 15:09:34.522] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\FpsReducer-mc1.15.2-1.14.1.jar
[03jun2020 15:09:34.524] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file FpsReducer-mc1.15.2-1.14.1.jar with {fpsreducer} mods - versions {mc1.15.2-1.14.1}
[03jun2020 15:09:34.525] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\FpsReducer-mc1.15.2-1.14.1.jar with language javafml
[03jun2020 15:09:34.525] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\FruitTrees-1.15.2-1.1.5.jar
[03jun2020 15:09:34.526] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file FruitTrees-1.15.2-1.1.5.jar with {fruittrees} mods - versions {1.1.5}
[03jun2020 15:09:34.527] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\FruitTrees-1.15.2-1.1.5.jar with language javafml
[03jun2020 15:09:34.527] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\goblintraders-1.2.0-1.15.2.jar
[03jun2020 15:09:34.529] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file goblintraders-1.2.0-1.15.2.jar with {goblintraders} mods - versions {1.2.0}
[03jun2020 15:09:34.529] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\goblintraders-1.2.0-1.15.2.jar with language javafml
[03jun2020 15:09:34.530] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod Goblin Traders with Javascript path coremods/remove-enchantment-limit.js
[03jun2020 15:09:34.531] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod coremods/remove-enchantment-limit.js
[03jun2020 15:09:34.531] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\good-nights-sleep-1.15.2-1.0.1.jar
[03jun2020 15:09:34.533] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file good-nights-sleep-1.15.2-1.0.1.jar with {goodnightsleep} mods - versions {1.0.1}
[03jun2020 15:09:34.533] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\good-nights-sleep-1.15.2-1.0.1.jar with language javafml
[03jun2020 15:09:34.533] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\good-nights-sleep-1.15.2-1.0.3.jar
[03jun2020 15:09:34.535] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file good-nights-sleep-1.15.2-1.0.3.jar with {goodnightsleep} mods - versions {1.0.3}
[03jun2020 15:09:34.535] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\good-nights-sleep-1.15.2-1.0.3.jar with language javafml
[03jun2020 15:09:34.536] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\hunterillager-1.15.2-0.7.0.jar
[03jun2020 15:09:34.538] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file hunterillager-1.15.2-0.7.0.jar with {hunterillager} mods - versions {0.7.0}
[03jun2020 15:09:34.538] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\hunterillager-1.15.2-0.7.0.jar with language javafml
[03jun2020 15:09:34.538] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\immersive-portals-0.10(forMc1.15withForge).jar
[03jun2020 15:09:34.540] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file immersive-portals-0.10(forMc1.15withForge).jar with {immersive_portals} mods - versions {0.10}
[03jun2020 15:09:34.541] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\immersive-portals-0.10(forMc1.15withForge).jar with language javafml
[03jun2020 15:09:34.541] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Inspirations-1.15.2-1.1.0.jar
[03jun2020 15:09:34.544] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Inspirations-1.15.2-1.1.0.jar with {inspirations} mods - versions {1.15.2-1.1.0}
[03jun2020 15:09:34.544] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Inspirations-1.15.2-1.1.0.jar with language javafml
[03jun2020 15:09:34.544] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\jei-1.15.2-6.0.0.2.jar
[03jun2020 15:09:34.547] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file jei-1.15.2-6.0.0.2.jar with {jei} mods - versions {6.0.0.2}
[03jun2020 15:09:34.547] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\jei-1.15.2-6.0.0.2.jar with language javafml
[03jun2020 15:09:34.547] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Kiwi-1.15.2-2.7.1.jar
[03jun2020 15:09:34.549] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Kiwi-1.15.2-2.7.1.jar with {kiwi} mods - versions {2.7.1}
[03jun2020 15:09:34.549] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Kiwi-1.15.2-2.7.1.jar with language javafml
[03jun2020 15:09:34.549] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\leveluphp-mc1.15.2-forge-5.1.2.jar
[03jun2020 15:09:34.551] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file leveluphp-mc1.15.2-forge-5.1.2.jar with {leveluphp} mods - versions {5.1.2}
[03jun2020 15:09:34.551] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\leveluphp-mc1.15.2-forge-5.1.2.jar with language kotlinfml
[03jun2020 15:09:34.551] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Mantle-1.15.2-1.5.15.jar
[03jun2020 15:09:34.553] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Mantle-1.15.2-1.5.15.jar with {mantle} mods - versions {1.5.15}
[03jun2020 15:09:34.553] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Mantle-1.15.2-1.5.15.jar with language javafml
[03jun2020 15:09:34.553] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\MCEarthMobs-0.18.3-1.15.2.jar
[03jun2020 15:09:34.554] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file MCEarthMobs-0.18.3-1.15.2.jar with {minecraft_earth} mods - versions {0.18.3}
[03jun2020 15:09:34.554] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\MCEarthMobs-0.18.3-1.15.2.jar with language javafml
[03jun2020 15:09:34.555] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\MineMenu-1.15.2-1.8.4.jar
[03jun2020 15:09:34.556] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file MineMenu-1.15.2-1.8.4.jar with {minemenu} mods - versions {1.15.2-1.8.4}
[03jun2020 15:09:34.556] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\MineMenu-1.15.2-1.8.4.jar with language javafml
[03jun2020 15:09:34.556] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\MinersAdvantage-1.15.2-1.6.7.29.jar
[03jun2020 15:09:34.557] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file MinersAdvantage-1.15.2-1.6.7.29.jar with {minersadvantage} mods - versions {1.15.2-1.6.7.29}
[03jun2020 15:09:34.557] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\MinersAdvantage-1.15.2-1.6.7.29.jar with language javafml
[03jun2020 15:09:34.558] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Mubble-3.0.4-(Forge-1.15.2).jar
[03jun2020 15:09:34.559] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Mubble-3.0.4-(Forge-1.15.2).jar with {mubble} mods - versions {3.0.4}
[03jun2020 15:09:34.560] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Mubble-3.0.4-(Forge-1.15.2).jar with language javafml
[03jun2020 15:09:34.560] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\MutantBeasts-1.15.2-1.0.7.jar
[03jun2020 15:09:34.562] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file MutantBeasts-1.15.2-1.0.7.jar with {mutantbeasts} mods - versions {1.15.2-1.0.7}
[03jun2020 15:09:34.562] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\MutantBeasts-1.15.2-1.0.7.jar with language javafml
[03jun2020 15:09:34.563] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\mysticallib-1.15.2-2.0.0.jar
[03jun2020 15:09:34.565] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file mysticallib-1.15.2-2.0.0.jar with {mysticallib} mods - versions {1.15.2-2.0.0}
[03jun2020 15:09:34.565] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\mysticallib-1.15.2-2.0.0.jar with language javafml
[03jun2020 15:09:34.565] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Neat+1.6-21.jar
[03jun2020 15:09:34.567] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Neat+1.6-21.jar with {neat} mods - versions {1.6-21}
[03jun2020 15:09:34.568] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Neat+1.6-21.jar with language javafml
[03jun2020 15:09:34.568] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\OreExcavation-1.7.149.jar
[03jun2020 15:09:34.570] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file OreExcavation-1.7.149.jar with {oreexcavation} mods - versions {NONE}
[03jun2020 15:09:34.572] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\OreExcavation-1.7.149.jar with language javafml
[03jun2020 15:09:34.572] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\pandoras_creatures-1.15.2-1.0.0.jar
[03jun2020 15:09:34.575] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file pandoras_creatures-1.15.2-1.0.0.jar with {pandoras_creatures} mods - versions {1.15.2-1.0.0}
[03jun2020 15:09:34.575] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\pandoras_creatures-1.15.2-1.0.0.jar with language javafml
[03jun2020 15:09:34.575] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Placebo-1.15.2-3.0.2.jar
[03jun2020 15:09:34.577] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Placebo-1.15.2-3.0.2.jar with {placebo} mods - versions {3.0.2}
[03jun2020 15:09:34.577] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Placebo-1.15.2-3.0.2.jar with language javafml
[03jun2020 15:09:34.578] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod block-statemap with Javascript path javascript/block-statemap.js
[03jun2020 15:09:34.579] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod item-statemap with Javascript path javascript/item-statemap.js
[03jun2020 15:09:34.579] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod javascript/block-statemap.js
[03jun2020 15:09:34.579] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod javascript/item-statemap.js
[03jun2020 15:09:34.579] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\randomenchants-3.1.0.jar
[03jun2020 15:09:34.581] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file randomenchants-3.1.0.jar with {randomenchants} mods - versions {3.1.0}
[03jun2020 15:09:34.582] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\randomenchants-3.1.0.jar with language javafml
[03jun2020 15:09:34.582] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\rats-5.0.0-1.15.2 (1).jar
[03jun2020 15:09:34.584] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file rats-5.0.0-1.15.2 (1).jar with {rats} mods - versions {5.0.0}
[03jun2020 15:09:34.585] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\rats-5.0.0-1.15.2 (1).jar with language javafml
[03jun2020 15:09:34.585] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\rats-5.0.0-1.15.2.jar
[03jun2020 15:09:34.586] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file rats-5.0.0-1.15.2.jar with {rats} mods - versions {5.0.0}
[03jun2020 15:09:34.587] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\rats-5.0.0-1.15.2.jar with language javafml
[03jun2020 15:09:34.587] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\RottenCreatures-1.15.2-0.9.7.jar
[03jun2020 15:09:34.588] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file RottenCreatures-1.15.2-0.9.7.jar with {rotten_creatures} mods - versions {0.9.7}
[03jun2020 15:09:34.588] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\RottenCreatures-1.15.2-0.9.7.jar with language javafml
[03jun2020 15:09:34.589] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Savage-and-Ravage-1.15.2-v1.1.2.jar
[03jun2020 15:09:34.591] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Savage-and-Ravage-1.15.2-v1.1.2.jar with {savageandravage} mods - versions {v1.1.2}
[03jun2020 15:09:34.591] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Savage-and-Ravage-1.15.2-v1.1.2.jar with language javafml
[03jun2020 15:09:34.592] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod no_bad_omen_from_pillager with Javascript path coremods/no_bad_omen_from_pillager.js
[03jun2020 15:09:34.593] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod coremods/no_bad_omen_from_pillager.js
[03jun2020 15:09:34.593] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\structure-gel-api-1.15.2-1.0.0.jar
[03jun2020 15:09:34.594] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file structure-gel-api-1.15.2-1.0.0.jar with {structure_gel} mods - versions {1.0.0}
[03jun2020 15:09:34.595] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\structure-gel-api-1.15.2-1.0.0.jar with language javafml
[03jun2020 15:09:34.595] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod structure_gel_lake_check_for_structure with Javascript path asm/lake_check_for_structures.js
[03jun2020 15:09:34.596] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod asm/lake_check_for_structures.js
[03jun2020 15:09:34.596] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Swamp-Expansion-1.15.2-v1.7.1.jar
[03jun2020 15:09:34.597] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Swamp-Expansion-1.15.2-v1.7.1.jar with {swampexpansion} mods - versions {NONE}
[03jun2020 15:09:34.598] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Swamp-Expansion-1.15.2-v1.7.1.jar with language javafml
[03jun2020 15:09:34.598] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Teletubbies-1.15.2-6.0.0.jar
[03jun2020 15:09:34.600] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Teletubbies-1.15.2-6.0.0.jar with {teletubbies} mods - versions {6.0.0}
[03jun2020 15:09:34.600] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Teletubbies-1.15.2-6.0.0.jar with language javafml
[03jun2020 15:09:34.600] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\The-Endergetic-Expansion-1.15.2-v1.3.1.jar
[03jun2020 15:09:34.602] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file The-Endergetic-Expansion-1.15.2-v1.3.1.jar with {endergetic} mods - versions {1.3.1}
[03jun2020 15:09:34.602] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\The-Endergetic-Expansion-1.15.2-v1.3.1.jar with language javafml
[03jun2020 15:09:34.603] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod patch_ender_crystal with Javascript path coremods/patch_ender_crystal.js
[03jun2020 15:09:34.604] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod patch_dragon_fight_manager with Javascript path coremods/patch_dragon_fight_manager.js
[03jun2020 15:09:34.604] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod patch_end_gateway_tile_entity with Javascript path coremods/patch_end_gateway_tile_entity.js
[03jun2020 15:09:34.604] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod coremods/patch_ender_crystal.js
[03jun2020 15:09:34.604] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod coremods/patch_dragon_fight_manager.js
[03jun2020 15:09:34.604] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod coremods/patch_end_gateway_tile_entity.js
[03jun2020 15:09:34.604] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\themidnight-0.5.8.jar
[03jun2020 15:09:34.606] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file themidnight-0.5.8.jar with {midnight} mods - versions {0.5.8}
[03jun2020 15:09:34.606] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\themidnight-0.5.8.jar with language javafml
[03jun2020 15:09:34.607] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod midnight with Javascript path midnight_core.js
[03jun2020 15:09:34.607] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod midnight_core.js
[03jun2020 15:09:34.607] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\tirphycraft-2.0.4.jar
[03jun2020 15:09:34.613] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file tirphycraft-2.0.4.jar with {tirphycraft} mods - versions {1.0}
[03jun2020 15:09:34.613] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\tirphycraft-2.0.4.jar with language javafml
[03jun2020 15:09:34.613] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\traverse-1.15.2-3.0.0.jar
[03jun2020 15:09:34.616] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file traverse-1.15.2-3.0.0.jar with {traverse} mods - versions {1.15.2-3.0.0}
[03jun2020 15:09:34.616] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\traverse-1.15.2-3.0.0.jar with language javafml
[03jun2020 15:09:34.616] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\u_team_core-1.15.2-2.11.0.156.jar
[03jun2020 15:09:34.619] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file u_team_core-1.15.2-2.11.0.156.jar with {uteamcore} mods - versions {2.11.0.156}
[03jun2020 15:09:34.620] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\u_team_core-1.15.2-2.11.0.156.jar with language javafml
[03jun2020 15:09:34.621] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\uniquedungeons-1.1.1-universal.jar
[03jun2020 15:09:34.626] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file uniquedungeons-1.1.1-universal.jar with {dungeons} mods - versions {1.1.1}
[03jun2020 15:09:34.626] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\uniquedungeons-1.1.1-universal.jar with language javafml
[03jun2020 15:09:34.627] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Upgrade-Aquatic-1.15.2-v1.6.0.jar
[03jun2020 15:09:34.628] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Upgrade-Aquatic-1.15.2-v1.6.0.jar with {upgrade_aquatic} mods - versions {1.6.0}
[03jun2020 15:09:34.628] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Upgrade-Aquatic-1.15.2-v1.6.0.jar with language javafml
[03jun2020 15:09:34.629] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod bubble_column_behaviors with Javascript path coremods/bubble_column_behaviors.js
[03jun2020 15:09:34.630] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod coremods/bubble_column_behaviors.js
[03jun2020 15:09:34.630] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Uppers-0.2.12.jar
[03jun2020 15:09:34.631] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Uppers-0.2.12.jar with {uppers} mods - versions {0.2.12}
[03jun2020 15:09:34.631] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Uppers-0.2.12.jar with language javafml
[03jun2020 15:09:34.632] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\useful_backpacks-1.15.2-1.9.0.52.jar
[03jun2020 15:09:34.633] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file useful_backpacks-1.15.2-1.9.0.52.jar with {usefulbackpacks} mods - versions {1.9.0.52}
[03jun2020 15:09:34.633] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\useful_backpacks-1.15.2-1.9.0.52.jar with language javafml
[03jun2020 15:09:34.633] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\valhelsia_structures-15.0.3.jar
[03jun2020 15:09:34.634] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file valhelsia_structures-15.0.3.jar with {valhelsia_structures} mods - versions {15.0.3}
[03jun2020 15:09:34.634] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\valhelsia_structures-15.0.3.jar with language javafml
[03jun2020 15:09:34.634] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\venture-1.0.0-1.15.2.jar
[03jun2020 15:09:34.635] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file venture-1.0.0-1.15.2.jar with {venture} mods - versions {1.0.0}
[03jun2020 15:09:34.635] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\venture-1.0.0-1.15.2.jar with language javafml
[03jun2020 15:09:34.635] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\wards-1.15.2-1.4.0.jar
[03jun2020 15:09:34.636] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file wards-1.15.2-1.4.0.jar with {wards} mods - versions {1.15.2-1.4.0}
[03jun2020 15:09:34.636] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\wards-1.15.2-1.4.0.jar with language javafml
[03jun2020 15:09:34.637] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Xaeros_Minimap_20.1.0_Forge_1.15.2.jar
[03jun2020 15:09:34.638] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Xaeros_Minimap_20.1.0_Forge_1.15.2.jar with {xaerominimap} mods - versions {20.1.0}
[03jun2020 15:09:34.638] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Xaeros_Minimap_20.1.0_Forge_1.15.2.jar with language javafml
[03jun2020 15:09:34.638] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\xercamod-1.15.2-1.0.jar
[03jun2020 15:09:34.639] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file xercamod-1.15.2-1.0.jar with {xercamod} mods - versions {1.15.2-1.0}
[03jun2020 15:09:34.639] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\xercamod-1.15.2-1.0.jar with language javafml
[03jun2020 15:09:34.639] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.15.2-31.2.5\forge-1.15.2-31.2.5-universal.jar
[03jun2020 15:09:34.640] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file forge-1.15.2-31.2.5-universal.jar with {forge} mods - versions {31.2.5}
[03jun2020 15:09:34.640] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.15.2-31.2.5\forge-1.15.2-31.2.5-universal.jar with language javafml
[03jun2020 15:09:34.640] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod fieldtomethodtransformers with Javascript path META-INF/fieldtomethodtransformers.js
[03jun2020 15:09:34.640] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod META-INF/fieldtomethodtransformers.js
[03jun2020 15:09:34.641] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\wilfrido\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.15.2-31.2.5\forge-1.15.2-31.2.5-client.jar
[03jun2020 15:09:34.662] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file forge-1.15.2-31.2.5-client.jar with {minecraft} mods - versions {1.15.2}
[03jun2020 15:09:34.662] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.15.2-31.2.5\forge-1.15.2-31.2.5-client.jar with language minecraft
[03jun2020 15:09:34.673] [main/DEBUG] [net.minecraftforge.fml.loading.ModSorter/]: Found 2 mods for first modid goodnightsleep, selecting most recent based on version data
[03jun2020 15:09:34.674] [main/DEBUG] [net.minecraftforge.fml.loading.ModSorter/]: Selected file good-nights-sleep-1.15.2-1.0.3.jar for modid goodnightsleep with version 1.0.3
[03jun2020 15:09:34.674] [main/DEBUG] [net.minecraftforge.fml.loading.ModSorter/]: Found 2 mods for first modid rats, selecting most recent based on version data
[03jun2020 15:09:34.674] [main/DEBUG] [net.minecraftforge.fml.loading.ModSorter/]: Selected file rats-5.0.0-1.15.2 (1).jar for modid rats with version 5.0.0
[03jun2020 15:09:34.685] [main/DEBUG] [net.minecraftforge.fml.loading.ModSorter/LOADING]: Found 106 mandatory requirements
[03jun2020 15:09:34.687] [main/DEBUG] [net.minecraftforge.fml.loading.ModSorter/LOADING]: Found 0 mandatory mod requirements missing
[03jun2020 15:09:36.373] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: End scan trigger - transformation service fml
[03jun2020 15:09:36.374] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services loading transformers
[03jun2020 15:09:36.375] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformers for transformation service fml
[03jun2020 15:09:36.375] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Loading coremod transformers
[03jun2020 15:09:36.376] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from coremods/remove-enchantment-limit.js
[03jun2020 15:09:37.094] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:37.095] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from ClientPlayerEntity.js
[03jun2020 15:09:37.145] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:37.146] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from LivingEntity.js
[03jun2020 15:09:37.179] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:37.179] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from CapeLayer.js
[03jun2020 15:09:37.236] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:37.237] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from coremods/bubble_column_behaviors.js
[03jun2020 15:09:37.287] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:37.287] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from javascript/block-statemap.js
[03jun2020 15:09:37.312] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:37.313] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from javascript/item-statemap.js
[03jun2020 15:09:37.351] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:37.353] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from coremods/patch_ender_crystal.js
[03jun2020 15:09:37.399] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:37.400] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from coremods/patch_dragon_fight_manager.js
[03jun2020 15:09:37.483] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:37.483] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from coremods/patch_end_gateway_tile_entity.js
[03jun2020 15:09:37.540] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:37.540] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/true-infinity.js
[03jun2020 15:09:37.562] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:37.562] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/sundering.js
[03jun2020 15:09:37.582] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:37.583] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/enchantment-datas.js
[03jun2020 15:09:37.600] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:37.601] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/tempting.js
[03jun2020 15:09:37.615] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:37.616] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/reflective.js
[03jun2020 15:09:37.630] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:37.630] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/item-ench.js
[03jun2020 15:09:37.659] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:37.660] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/calc-stack-ench.js
[03jun2020 15:09:37.693] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:37.693] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/container-repair.js
[03jun2020 15:09:37.727] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:37.727] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/enchantability.js
[03jun2020 15:09:37.742] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:37.743] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/gui-repair.js
[03jun2020 15:09:37.760] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:37.760] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/combat-rules.js
[03jun2020 15:09:37.781] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:37.781] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/fishing-bobber.js
[03jun2020 15:09:37.800] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:37.800] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/affix-entity-dmg.js
[03jun2020 15:09:38.014] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:38.014] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/affix-extra-dmg.js
[03jun2020 15:09:38.121] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:38.121] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/affix-prot-level.js
[03jun2020 15:09:38.140] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:38.141] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/affix-user-hurt.js
[03jun2020 15:09:38.157] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:38.157] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/stack-modifier-hack.js
[03jun2020 15:09:38.172] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:38.172] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/item-use-hook.js
[03jun2020 15:09:38.187] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:38.187] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from META-INF/fieldtomethodtransformers.js
[03jun2020 15:09:38.222] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:38.222] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from asm/lake_check_for_structures.js
[03jun2020 15:09:38.238] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:38.239] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from coremods/no_bad_omen_from_pillager.js
[03jun2020 15:09:38.284] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:38.284] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from midnight_core.js
[03jun2020 15:09:38.407] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[03jun2020 15:09:38.453] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@698fee9a to Target : CLASS {Lnet/minecraft/client/entity/player/ClientPlayerEntity;} {} {V}
[03jun2020 15:09:38.455] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@4052c8c2 to Target : CLASS {Lnet/minecraft/entity/LivingEntity;} {} {V}
[03jun2020 15:09:38.456] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@181b8c4b to Target : CLASS {Lnet/minecraft/client/renderer/entity/layers/CapeLayer;} {} {V}
[03jun2020 15:09:38.456] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@38eb0f4d to Target : CLASS {Lnet/minecraft/potion/EffectInstance;} {} {V}
[03jun2020 15:09:38.456] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@437486cd to Target : CLASS {Lnet/minecraft/block/FlowingFluidBlock;} {} {V}
[03jun2020 15:09:38.456] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@15b642b9 to Target : CLASS {Lnet/minecraft/item/BucketItem;} {} {V}
[03jun2020 15:09:38.457] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@518bfd90 to Target : CLASS {Lnet/minecraft/block/StairsBlock;} {} {V}
[03jun2020 15:09:38.457] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@317a118b to Target : CLASS {Lnet/minecraft/block/FlowerPotBlock;} {} {V}
[03jun2020 15:09:38.457] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@56dfab87 to Target : CLASS {Lnet/minecraft/item/FishBucketItem;} {} {V}
[03jun2020 15:09:38.457] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@715b886f to Target : CLASS {Lnet/minecraft/client/audio/SoundSource;} {} {V}
[03jun2020 15:09:38.458] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@7fb29ca9 to Target : CLASS {Lnet/minecraft/world/biome/BiomeColors;} {} {V}
[03jun2020 15:09:38.458] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@1e253c9d to Target : CLASS {Lnet/minecraft/entity/Entity;} {} {V}
[03jun2020 15:09:38.458] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@350d3f4d to Target : CLASS {Lnet/minecraft/client/util/ClientRecipeBook;} {} {V}
[03jun2020 15:09:38.458] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@73844119 to Target : METHOD {Lnet/minecraft/inventory/container/RepairContainer;} {func_82848_d} {()V}
[03jun2020 15:09:38.459] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@44f24a20 to Target : METHOD {Lnet/minecraft/block/BubbleColumnBlock;} {func_225534_a_} {(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/server/ServerWorld;Lnet/minecraft/util/math/BlockPos;Ljava/util/Random;)V}
[03jun2020 15:09:38.459] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@1859e2a4 to Target : METHOD {Lnet/minecraft/client/renderer/BlockModelShapes;} {func_209553_a} {(Lnet/minecraft/util/ResourceLocation;Lnet/minecraft/block/BlockState;)Lnet/minecraft/client/renderer/model/ModelResourceLocation;}
[03jun2020 15:09:38.459] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@46349b95 to Target : METHOD {Lnet/minecraft/client/renderer/model/ModelBakery;} {processLoading} {(Lnet/minecraft/profiler/IProfiler;)V}
[03jun2020 15:09:38.460] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@176996c3 to Target : METHOD {Lnet/minecraft/entity/item/EnderCrystalEntity;} {func_70071_h_} {()V}
[03jun2020 15:09:38.460] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@411c6d44 to Target : METHOD {Lnet/minecraft/world/end/DragonFightManager;} {func_186094_a} {(Z)V}
[03jun2020 15:09:38.460] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@1687eb01 to Target : METHOD {Lnet/minecraft/world/end/DragonFightManager;} {func_186089_a} {(Lnet/minecraft/util/math/BlockPos;)V}
[03jun2020 15:09:38.460] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@748d2277 to Target : METHOD {Lnet/minecraft/tileentity/EndGatewayTileEntity;} {func_227016_a_} {(Lnet/minecraft/world/server/ServerWorld;Lnet/minecraft/util/math/BlockPos;)V}
[03jun2020 15:09:38.461] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@2f897dab to Target : METHOD {Lnet/minecraft/item/ArrowItem;} {isInfinite} {(Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/player/PlayerEntity;)Z}
[03jun2020 15:09:38.461] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@d5d5353 to Target : METHOD {Lnet/minecraft/entity/LivingEntity;} {func_70672_c} {(Lnet/minecraft/util/DamageSource;F)F}
[03jun2020 15:09:38.461] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@242b6e1a to Target : METHOD {Lnet/minecraft/enchantment/EnchantmentHelper;} {func_185291_a} {(ILnet/minecraft/item/ItemStack;Z)Ljava/util/List;}
[03jun2020 15:09:38.461] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@39a87e72 to Target : METHOD {Lnet/minecraft/entity/ai/goal/TemptGoal;} {func_188508_a} {(Lnet/minecraft/item/ItemStack;)Z}
[03jun2020 15:09:38.462] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@5d2828c9 to Target : METHOD {Lnet/minecraft/entity/LivingEntity;} {func_190629_c} {(Lnet/minecraft/entity/LivingEntity;)V}
[03jun2020 15:09:38.462] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@3a082ff4 to Target : METHOD {Lnet/minecraft/item/Item;} {func_77619_b} {()I}
[03jun2020 15:09:38.462] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@45acdd11 to Target : METHOD {Lnet/minecraft/enchantment/EnchantmentHelper;} {func_77514_a} {(Ljava/util/Random;IILnet/minecraft/item/ItemStack;)I;}
[03jun2020 15:09:38.462] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@3f0d6038 to Target : METHOD {Lnet/minecraft/inventory/container/RepairContainer;} {func_82848_d} {()V}
[03jun2020 15:09:38.462] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@237f7970 to Target : METHOD {Lnet/minecraft/enchantment/EnchantmentHelper;} {func_77513_b} {(Ljava/util/Random;Lnet/minecraft/item/ItemStack;IZ)Ljava/util/List;}
[03jun2020 15:09:38.463] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@58f39564 to Target : METHOD {Lnet/minecraft/client/gui/screen/inventory/AnvilScreen;} {func_146979_b} {(II)V}
[03jun2020 15:09:38.463] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@7b948f3e to Target : METHOD {Lnet/minecraft/util/CombatRules;} {func_188401_b} {(FF)F}
[03jun2020 15:09:38.463] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@2f4c2cd4 to Target : METHOD {Lnet/minecraft/entity/projectile/FishingBobberEntity;} {func_190621_a} {(Lnet/minecraft/util/math/BlockPos;)V}
[03jun2020 15:09:38.463] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@77a074b4 to Target : METHOD {Lnet/minecraft/enchantment/EnchantmentHelper;} {func_151385_b} {(Lnet/minecraft/entity/LivingEntity;Lnet/minecraft/entity/Entity;)V}
[03jun2020 15:09:38.469] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@333c8791 to Target : METHOD {Lnet/minecraft/enchantment/EnchantmentHelper;} {func_152377_a} {(Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/CreatureAttribute;)F}
[03jun2020 15:09:38.469] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@6c0e13b7 to Target : METHOD {Lnet/minecraft/enchantment/EnchantmentHelper;} {func_77508_a} {(Ljava/lang/Iterable;Lnet/minecraft/util/DamageSource;)I}
[03jun2020 15:09:38.470] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@22eaa86e to Target : METHOD {Lnet/minecraft/enchantment/EnchantmentHelper;} {func_151384_a} {(Lnet/minecraft/entity/LivingEntity;Lnet/minecraft/entity/Entity;)V}
[03jun2020 15:09:38.470] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@561b7d53 to Target : METHOD {Lnet/minecraft/entity/SharedMonsterAttributes;} {func_111259_a} {(Lnet/minecraft/nbt/CompoundNBT;)Lnet/minecraft/entity/ai/attributes/AttributeModifier;}
[03jun2020 15:09:38.470] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@1cc680e to Target : METHOD {Lnet/minecraft/item/ItemStack;} {func_196084_a} {(Lnet/minecraft/item/ItemUseContext;)Lnet/minecraft/util/ActionResultType;}
[03jun2020 15:09:38.471] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@1dc3502b to Target : METHOD {Lnet/minecraft/world/gen/feature/LakesFeature;} {func_212245_a} {(Lnet/minecraft/world/IWorld;Lnet/minecraft/world/gen/ChunkGenerator;Ljava/util/Random;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/world/gen/feature/BlockStateFeatureConfig;)Z}
[03jun2020 15:09:38.472] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@6a1d3225 to Target : METHOD {Lnet/minecraft/entity/monster/AbstractRaiderEntity;} {func_70645_a} {(Lnet/minecraft/util/DamageSource;)V}
[03jun2020 15:09:38.473] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformers for transformation service fml
[03jun2020 15:09:38.532] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmlclient' with arguments [--version, 1.15.2-forge-31.2.5, --gameDir, C:\Users\wilfrido\AppData\Roaming\.minecraft, --assetsDir, C:\Users\wilfrido\AppData\Roaming\.minecraft\assets, --uuid, dd4a248465ff47dc890feb2c66f33cba, --username, Will_Alquem, --assetIndex, 1.15, --accessToken, ????????, --userType, mojang, --versionType, release]
[03jun2020 15:09:41.049] [Render thread/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/entity/Entity
[03jun2020 15:09:41.787] [Render thread/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/client/entity/player/ClientPlayerEntity
[03jun2020 15:09:42.342] [Render thread/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_190629_c with desc (Lnet/minecraft/entity/LivingEntity;)V
[03jun2020 15:09:42.370] [Render thread/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_70672_c with desc (Lnet/minecraft/util/DamageSource;F)F
[03jun2020 15:09:42.435] [Render thread/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/entity/LivingEntity
[03jun2020 15:09:45.469] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Setting user: Will_Alquem
[03jun2020 15:09:45.980] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_77619_b with desc ()I
[03jun2020 15:09:47.354] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_111259_a with desc (Lnet/minecraft/nbt/CompoundNBT;)Lnet/minecraft/entity/ai/attributes/AttributeModifier;
[03jun2020 15:09:47.848] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/block/FlowingFluidBlock
[03jun2020 15:09:48.202] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/block/StairsBlock
[03jun2020 15:09:48.711] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/block/FlowerPotBlock
[03jun2020 15:09:49.048] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_225534_a_ with desc (Lnet/minecraft/block/BlockState;Lnet/minecraft/world/server/ServerWorld;Lnet/minecraft/util/math/BlockPos;Ljava/util/Random;)V
[03jun2020 15:09:52.746] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_82848_d with desc ()V
[03jun2020 15:09:52.813] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_82848_d with desc ()V
[03jun2020 15:09:53.455] [pool-3-thread-1/ERROR] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Error occurred applying transform of coremod apothasm/container-repair.js function apothanvilcontainer
java.lang.NullPointerException: null
    at org.objectweb.asm.tree.InsnList.set(InsnList.java:194) ~[asm-tree-7.2.jar:7.2]
    at jdk.nashorn.internal.scripts.Script$Recompilation$79$363A$\^eval\_.initializeCoreMod$transformer(<eval>:48) ~[?:?]
    at jdk.nashorn.internal.runtime.ScriptFunctionData.invoke(ScriptFunctionData.java:638) ~[nashorn.jar:?]
    at jdk.nashorn.internal.runtime.ScriptFunction.invoke(ScriptFunction.java:229) ~[nashorn.jar:?]
    at jdk.nashorn.internal.runtime.ScriptRuntime.apply(ScriptRuntime.java:387) ~[nashorn.jar:?]
    at jdk.nashorn.api.scripting.ScriptObjectMirror.call(ScriptObjectMirror.java:110) ~[nashorn.jar:?]
    at net.minecraftforge.coremod.transformer.CoreModMethodTransformer.runCoremod(CoreModMethodTransformer.java:18) ~[coremods-2.0.3.jar:?]
    at net.minecraftforge.coremod.transformer.CoreModMethodTransformer.runCoremod(CoreModMethodTransformer.java:10) ~[coremods-2.0.3.jar:?]
    at net.minecraftforge.coremod.transformer.CoreModBaseTransformer.transform(CoreModBaseTransformer.java:38) [coremods-2.0.3.jar:?]
    at cpw.mods.modlauncher.TransformerHolder.transform(TransformerHolder.java:41) [modlauncher-5.1.0.jar:?]
    at cpw.mods.modlauncher.ClassTransformer.performVote(ClassTransformer.java:168) [modlauncher-5.1.0.jar:?]
    at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:106) [modlauncher-5.1.0.jar:?]
    at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:239) [modlauncher-5.1.0.jar:?]
    at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:126) [modlauncher-5.1.0.jar:?]
    at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:96) [modlauncher-5.1.0.jar:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357) [?:1.8.0_51]
    at net.minecraft.block.Blocks.<clinit>(Blocks.java:339) [?:?]
    at net.minecraft.util.registry.Registry.lambda$static$3(Registry.java:91) [?:?]
    at net.minecraft.util.registry.Registry$$Lambda$572/1608203326.get(Unknown Source) [?:?]
    at net.minecraft.util.registry.Registry.lambda$static$40(Registry.java:261) [?:?]
    at net.minecraft.util.registry.Registry$$Lambda$609/1327560305.accept(Unknown Source) [?:?]
    at java.util.LinkedHashMap$LinkedEntrySet.forEach(LinkedHashMap.java:663) [?:1.8.0_51]
    at net.minecraft.util.registry.Registry.<clinit>(Registry.java:260) [?:?]
    at net.minecraft.util.registry.Bootstrap.func_151354_b(Bootstrap.java:34) [?:?]
    at net.minecraft.client.Minecraft.lambda$new$1(Minecraft.java:353) [?:?]
    at net.minecraft.client.Minecraft$$Lambda$562/1086276486.run(Unknown Source) [?:?]
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_51]
    at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_51]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_51]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_51]
    at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
[03jun2020 15:09:53.816] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_227016_a_ with desc (Lnet/minecraft/world/server/ServerWorld;Lnet/minecraft/util/math/BlockPos;)V
[03jun2020 15:09:56.357] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_188508_a with desc (Lnet/minecraft/item/ItemStack;)Z
[03jun2020 15:09:57.970] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_70071_h_ with desc ()V
[03jun2020 15:09:58.198] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_70645_a with desc (Lnet/minecraft/util/DamageSource;)V
[03jun2020 15:09:59.447] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_196084_a with desc (Lnet/minecraft/item/ItemUseContext;)Lnet/minecraft/util/ActionResultType;
[03jun2020 15:10:02.992] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming isInfinite with desc (Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/player/PlayerEntity;)Z
[03jun2020 15:10:03.169] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/item/BucketItem
[03jun2020 15:10:03.414] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/item/FishBucketItem
[03jun2020 15:10:04.273] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/potion/EffectInstance
[03jun2020 15:10:04.573] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_190621_a with desc (Lnet/minecraft/util/math/BlockPos;)V
[03jun2020 15:10:08.801] [pool-3-thread-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_212245_a with desc (Lnet/minecraft/world/IWorld;Lnet/minecraft/world/gen/ChunkGenerator;Ljava/util/Random;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/world/gen/feature/BlockStateFeatureConfig;)Z
[03jun2020 15:10:13.860] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Backend library: LWJGL version 3.2.2 build 10
[03jun2020 15:10:15.545] [Render thread/DEBUG] [net.minecraftforge.fml.ForgeI18n/CORE]: Loading I18N data entries: 4535
[03jun2020 15:10:16.652] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/CORE]: Loading Network data for FML net version: FML2
[03jun2020 15:10:16.758] [Render thread/DEBUG] [net.minecraftforge.fml.ModList/LOADING]: Using 4 threads for parallel mod-loading
[03jun2020 15:10:16.772] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:16.790] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:16.800] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.ulto.minecraftearth.MinecraftEarthMod with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:16.837] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.ulto.minecraftearth.MinecraftEarthMod with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:16.842] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:16.843] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:16.843] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for lolcroc.craftingautomat.CraftingAutomat with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:16.861] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass lolcroc.craftingautomat.CraftingAutomat with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:16.861] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:16.861] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:16.861] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for mezz.jei.JustEnoughItems with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:16.870] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass mezz.jei.JustEnoughItems with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:16.870] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:16.870] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:16.871] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for teletubbies.Teletubbies with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.000] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass teletubbies.Teletubbies with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.000] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.000] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.001] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.teamabnormals.abnormals_core.core.AbnormalsCore with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.487] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.teamabnormals.abnormals_core.core.AbnormalsCore with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.487] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.488] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.488] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for uppers.Uppers with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.513] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass uppers.Uppers with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.514] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.514] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.514] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.mrcrayfish.goblintraders.GoblinTraders with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.522] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.mrcrayfish.goblintraders.GoblinTraders with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.522] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.522] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.523] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for top.theillusivec4.caelus.Caelus with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.531] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass top.theillusivec4.caelus.Caelus with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.531] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.531] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.532] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.teamabnormals.upgrade_aquatic.core.UpgradeAquatic with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.558] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.teamabnormals.upgrade_aquatic.core.UpgradeAquatic with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.559] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.559] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.559] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for top.theillusivec4.colytra.Colytra with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.597] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass top.theillusivec4.colytra.Colytra with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.598] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.598] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.598] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for vazkii.neat.Neat with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.613] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass vazkii.neat.Neat with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.614] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.614] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.614] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.yungnickyoung.minecraft.bettercaves.BetterCaves with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.636] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.yungnickyoung.minecraft.bettercaves.BetterCaves with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.636] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.636] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.637] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for shadows.placebo.Placebo with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.661] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass shadows.placebo.Placebo with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.661] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.661] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.661] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.github.alexthe666.citadel.Citadel with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.712] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `citadel` for name `debug`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:17.713] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.github.alexthe666.citadel.Citadel with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.713] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.713] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.713] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.legacy.goodnightsleep.GoodNightSleep with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.729] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.legacy.goodnightsleep.GoodNightSleep with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.729] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.730] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.731] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for snownee.fruits.Fruits with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.739] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass snownee.fruits.Fruits with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.740] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.740] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.740] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for snownee.kiwi.Kiwi with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.780] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass snownee.kiwi.Kiwi with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.780] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.780] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.780] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for xiroc.dungeoncrawl.DungeonCrawl with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.832] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass xiroc.dungeoncrawl.DungeonCrawl with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.832] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.832] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.832] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for its_meow.betteranimalsplus.BetterAnimalsPlusMod with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.924] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `betteranimalsplus` for name `trillium`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:17.948] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `betteranimalsplus` for name `handoffate`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:17.973] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `betteranimalsplus` for name `turkey_raw`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:17.977] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `betteranimalsplus` for name `turkey_cooked`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:17.978] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass its_meow.betteranimalsplus.BetterAnimalsPlusMod with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.978] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.978] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:17.978] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for chumbanotz.mutantbeasts.MutantBeasts with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:18.020] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass chumbanotz.mutantbeasts.MutantBeasts with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:18.020] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:18.020] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:18.020] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.branders.spawnermod.SpawnerMod with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:18.030] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.branders.spawnermod.SpawnerMod with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:18.030] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:18.031] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:18.031] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for endergeticexpansion.core.EndergeticExpansion with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:18.065] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass endergeticexpansion.core.EndergeticExpansion with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:18.065] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:18.065] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:18.066] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for info.u_team.u_team_core.UCoreMain with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:18.129] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass info.u_team.u_team_core.UCoreMain with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:18.129] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:18.129] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:18.129] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.karogath.enhancedvanilla.EnhancedvanillaMod with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:18.144] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.karogath.enhancedvanilla.EnhancedvanillaMod with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:18.144] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:18.144] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:18.144] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for shadows.apotheosis.Apotheosis with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:18.200] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass shadows.apotheosis.Apotheosis with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:18.200] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:18.200] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:18.200] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.mrcrayfish.venture.Venture with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:18.211] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.mrcrayfish.venture.Venture with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:18.211] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:18.212] [Render thread/DEBUG] [net.alexwells.kottle.FMLKotlinModTarget/LOADING]: Loading FMLKotlinModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:18.222] [Render thread/DEBUG] [net.alexwells.kottle.FMLKotlinModTarget/LOADING]: Loading FMLKotlinModContainer got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:19.871] [Render thread/DEBUG] [net.alexwells.kottle.FMLKotlinModContainer/LOADING]: Creating FMLModContainer instance for me.sargunvohra.mcmods.leveluphp.LuhpMod with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.056] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.057] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.057] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for epicsquid.traverse.Traverse with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.220] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass epicsquid.traverse.Traverse with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.221] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.221] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.221] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for bre2el.fpsreducer.FpsReducer with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.270] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass bre2el.fpsreducer.FpsReducer with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.271] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.271] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.271] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.qouteall.hiding_in_the_bushes.ModMainForge with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.310] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.qouteall.hiding_in_the_bushes.ModMainForge with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.311] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.311] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.311] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for mod.krevik.expore.Main with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.348] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `exp_ore` for name `block_exp_ore`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:20.354] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass mod.krevik.expore.Main with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.354] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.354] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.354] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.legobmw99.BetterThanMending.BetterThanMending with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.433] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.legobmw99.BetterThanMending.BetterThanMending with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.433] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.433] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.433] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for laz.tirphycraft.Tirphycraft with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.545] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass laz.tirphycraft.Tirphycraft with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.545] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.545] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.545] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.farcr.swampexpansion.core.SwampExpansion with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.592] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.farcr.swampexpansion.core.SwampExpansion with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.592] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.593] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.593] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.minecraftforge.common.ForgeMod with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.629] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass net.minecraftforge.common.ForgeMod with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.629] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.629] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:20.630] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for epicsquid.mysticallib.MysticalLib with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.006] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass epicsquid.mysticallib.MysticalLib with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.007] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.007] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.007] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.eidee.minecraft.exp_bottling.ExpBottling with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.057] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass net.eidee.minecraft.exp_bottling.ExpBottling with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.057] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.057] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.057] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.legacy.structure_gel.StructureGelMod with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.077] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.legacy.structure_gel.StructureGelMod with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.077] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.077] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.077] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for de.maxhenkel.corpse.Main with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.088] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass de.maxhenkel.corpse.Main with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.089] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.089] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.089] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for uk.co.duelmonster.minersadvantage.MA with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.270] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass uk.co.duelmonster.minersadvantage.MA with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.270] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.270] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.270] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.mcreator.rotten_creatures.RottenCreaturesMod with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.335] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass net.mcreator.rotten_creatures.RottenCreaturesMod with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.335] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.344] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.344] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.344] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for info.u_team.useful_backpacks.UsefulBackpacksMod with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.391] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass info.u_team.useful_backpacks.UsefulBackpacksMod with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.391] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.391] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.391] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for andrews.pandoras_creatures.Main with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.511] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass andrews.pandoras_creatures.Main with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.512] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.512] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.512] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.zackapooomc.dungeons.DungeonsMod with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.580] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.zackapooomc.dungeons.DungeonsMod with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.580] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.580] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.581] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for biomesoplenty.core.BiomesOPlenty with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.672] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass biomesoplenty.core.BiomesOPlenty with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.672] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.672] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.672] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.stal111.valhelsia_structures.ValhelsiaStructures with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.706] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.stal111.valhelsia_structures.ValhelsiaStructures with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.706] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.706] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.707] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.legacy.dungeons_plus.DungeonsPlus with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.716] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.legacy.dungeons_plus.DungeonsPlus with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.716] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.717] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.717] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for wards.Wards with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.725] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass wards.Wards with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.725] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.725] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.726] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for xerca.xercamod.common.XercaMod with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.764] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass xerca.xercamod.common.XercaMod with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.764] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.765] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.765] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.bagel.atmospheric.core.Atmospheric with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.774] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.bagel.atmospheric.core.Atmospheric with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.774] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.774] [Render thread/DEBUG] [net.alexwells.kottle.FMLKotlinModTarget/LOADING]: Loading FMLKotlinModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.774] [Render thread/DEBUG] [net.alexwells.kottle.FMLKotlinModTarget/LOADING]: Loading FMLKotlinModContainer got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.822] [Render thread/DEBUG] [net.alexwells.kottle.FMLKotlinModContainer/LOADING]: Creating FMLModContainer instance for ejektaflex.bountiful.BountifulMod with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.822] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.823] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.823] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.catastrophe573.dimdungeons.DimDungeons with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.863] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.catastrophe573.dimdungeons.DimDungeons with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.863] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.863] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.863] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.tfar.randomenchants.RandomEnchants with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.886] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.tfar.randomenchants.RandomEnchants with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.887] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.887] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.887] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.farcr.savageandravage.core.SavageAndRavage with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.897] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.farcr.savageandravage.core.SavageAndRavage with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.898] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.898] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.898] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for slimeknights.mantle.Mantle with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.923] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass slimeknights.mantle.Mantle with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.923] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.924] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.924] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for knightminer.inspirations.Inspirations with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.996] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass knightminer.inspirations.Inspirations with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.996] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.996] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:21.996] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for xaero.minimap.XaeroMinimap with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:22.060] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass xaero.minimap.XaeroMinimap with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:22.060] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:22.061] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:22.061] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.github.alexthe666.rats.RatsMod with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:23.946] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `block_of_cheese`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:23.964] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `cauldron_milk`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:23.965] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `cauldron_cheese`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:23.968] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `rat_hole`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:23.969] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `ratglove_flower`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:24.341] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `rat_cage`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:25.780] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `rat_cage_decorated`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:26.773] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `rat_cage_breeding_lantern`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:26.775] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `fish_barrel`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:26.788] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `rat_crafting_table`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:26.801] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `auto_curdler`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:26.862] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `rat_trap`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.791] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `rat_tube`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.822] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `garbage_pile`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.823] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_raw`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.823] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.824] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_slab`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.827] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_stairs`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.828] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_tile`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.828] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_chiseled`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.829] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_pillar`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.830] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_brick`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.830] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_brick_slab`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.833] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_brick_stairs`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.834] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_brick_chiseled`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.834] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_brick_cracked`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.835] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_brick_mossy`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.835] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_dirt`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.836] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_grass`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.871] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_rat_head`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.872] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `marbled_cheese_golem_core`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.891] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `ratlantis_portal`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.892] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `compressed_rat`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.893] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `brain_block`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.893] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `jack_o_ratern`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.894] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `block_of_blue_cheese`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.911] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `upgrade_combiner`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.921] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `upgrade_separator`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.921] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `pirat_planks`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.922] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `pirat_log`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.922] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `stripped_pirat_log`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.922] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `pirat_wood`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.923] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `stripped_pirat_wood`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.933] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `pirat_pressure_plate`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.944] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `pirat_trapdoor`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.948] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `pirat_stairs`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.958] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `pirat_button`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.959] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `pirat_slab`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.961] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `pirat_fence_gate`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:28.967] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `pirat_fence`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:29.002] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `pirat_door`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:29.013] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `dutchrat_bell`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:29.014] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `rat_hole`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:29.015] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `rat_trap`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:29.016] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `milk_cauldron`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:29.018] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `rat_cage_decorated`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:29.019] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `rat_cage_breeding_lantern`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:29.040] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `rat_crafting_table`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:29.041] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `ratlantis_portal`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:29.042] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `rat_tube`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:29.043] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `upgrade_seperator`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:29.057] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `upgrade_combiner`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:29.077] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `auto_curdler`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:29.117] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `dutchrat_bell`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:29.119] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `ratlantean_automaton_head`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:30.113] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `synesthesia`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:30.114] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `rats` for name `plague`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[03jun2020 15:10:30.116] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.github.alexthe666.rats.RatsMod with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.116] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.116] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.117] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.markus1002.autumnity.core.Autumnity with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.218] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.markus1002.autumnity.core.Autumnity with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.218] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.218] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.219] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for oreexcavation.core.OreExcavation with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.228] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass oreexcavation.core.OreExcavation with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.229] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.229] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.229] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.electron.endreborn.EndReborn with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.250] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.electron.endreborn.EndReborn with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.250] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.252] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.252] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for cjminecraft.doubleslabs.DoubleSlabs with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.413] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass cjminecraft.doubleslabs.DoubleSlabs with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.413] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.414] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.414] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.mushroom.midnight.Midnight with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.493] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.mushroom.midnight.Midnight with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.493] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.494] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.494] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.blamejared.ambientenvironment.AmbientEnvironment with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.502] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.blamejared.ambientenvironment.AmbientEnvironment with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.503] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.503] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.503] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for baguchan.hunterillager.HunterIllagerCore with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.512] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass baguchan.hunterillager.HunterIllagerCore with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.512] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.512] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.512] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for voronoiaoc.byg.BYG with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.522] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass voronoiaoc.byg.BYG with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.522] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.522] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.523] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.teammetallurgy.aquaculture.Aquaculture with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.558] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.teammetallurgy.aquaculture.Aquaculture with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.558] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.558] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.559] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.tiviacz.cloudboots.CloudBoots with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.565] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.tiviacz.cloudboots.CloudBoots with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.565] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.566] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.566] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for dmillerw.menu.MineMenu with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.581] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass dmillerw.menu.MineMenu with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.581] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.582] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.582] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for hugman.mubble.Mubble with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.593] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass hugman.mubble.Mubble with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.593] [Render thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.593] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f - got cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.593] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.legacy.farlanders.TheFarlandersMod with classLoader cpw.mods.modlauncher.TransformingClassLoader@75d4a80f & cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.603] [Render thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.legacy.farlanders.TheFarlandersMod with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:30.641] [Render thread/DEBUG] [net.minecraftforge.fml.ModList/LOADING]: Dispatching parallel event LifecycleEvent:CONSTRUCT
[03jun2020 15:10:30.659] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance uteamcore of type info.u_team.u_team_core.UCoreMain
[03jun2020 15:10:30.659] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance biomesoplenty of type biomesoplenty.core.BiomesOPlenty
[03jun2020 15:10:30.673] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance midnight of type com.mushroom.midnight.Midnight
[03jun2020 15:10:30.674] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance colytra of type top.theillusivec4.colytra.Colytra
[03jun2020 15:10:31.117] [modloading-worker-2/INFO] [JarSignVerifier/]: Mod uteamcore is signed with a valid certificate.
[03jun2020 15:10:31.316] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file biomesoplenty/server.toml for biomesoplenty tracking
[03jun2020 15:10:31.316] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance biomesoplenty of type biomesoplenty.core.BiomesOPlenty
[03jun2020 15:10:31.317] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for biomesoplenty
[03jun2020 15:10:31.342] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for biomesoplenty
[03jun2020 15:10:31.372] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file uteamcore-client.toml for uteamcore tracking
[03jun2020 15:10:31.388] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing biomesoplenty.init.ModBiomes to MOD
[03jun2020 15:10:31.418] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file colytra-server.toml for colytra tracking
[03jun2020 15:10:31.418] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance colytra of type top.theillusivec4.colytra.Colytra
[03jun2020 15:10:31.419] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for colytra
[03jun2020 15:10:31.420] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for colytra
[03jun2020 15:10:31.420] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing top.theillusivec4.colytra.Colytra$RegistryEvents to MOD
[03jun2020 15:10:31.615] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for colytra
[03jun2020 15:10:31.615] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance neat of type vazkii.neat.Neat
[03jun2020 15:10:31.909] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file neat-client.toml for neat tracking
[03jun2020 15:10:31.910] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance neat of type vazkii.neat.Neat
[03jun2020 15:10:31.910] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for neat
[03jun2020 15:10:31.910] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for neat
[03jun2020 15:10:31.910] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for neat
[03jun2020 15:10:31.910] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance bettercaves of type com.yungnickyoung.minecraft.bettercaves.BetterCaves
[03jun2020 15:10:31.910] [modloading-worker-0/DEBUG] [bettercaves/]: Better Caves entry point
[03jun2020 15:10:31.937] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance uteamcore of type info.u_team.u_team_core.UCoreMain
[03jun2020 15:10:31.937] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for uteamcore
[03jun2020 15:10:31.937] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for uteamcore
[03jun2020 15:10:31.937] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing info.u_team.u_team_core.intern.init.UCoreRecipeSerializers to MOD
[03jun2020 15:10:32.388] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file midnight-client.toml for midnight tracking
[03jun2020 15:10:32.388] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file midnight-common.toml for midnight tracking
[03jun2020 15:10:32.388] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file midnight-server.toml for midnight tracking
[03jun2020 15:10:32.580] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing info.u_team.u_team_core.intern.init.UCoreLootTableRegistry to MOD
[03jun2020 15:10:32.803] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing info.u_team.u_team_core.intern.init.UCoreCommands to FORGE
[03jun2020 15:10:32.889] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing info.u_team.u_team_core.intern.init.UCoreColors to MOD
[03jun2020 15:10:32.897] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance midnight of type com.mushroom.midnight.Midnight
[03jun2020 15:10:32.897] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for midnight
[03jun2020 15:10:32.897] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for midnight
[03jun2020 15:10:32.898] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mushroom.midnight.client.FluidImmersionRenderer to FORGE
[03jun2020 15:10:32.951] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing info.u_team.u_team_core.intern.event.UpdateDiscordEventHandler to FORGE
[03jun2020 15:10:33.084] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mushroom.midnight.client.ClientProxy to MOD
[03jun2020 15:10:33.087] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mushroom.midnight.client.ClientEventHandler to FORGE
[03jun2020 15:10:33.164] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing info.u_team.u_team_core.intern.data.UCoreDataGenerator to MOD
[03jun2020 15:10:33.242] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for uteamcore
[03jun2020 15:10:33.243] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance enhancedvanilla of type com.karogath.enhancedvanilla.EnhancedvanillaMod
[03jun2020 15:10:33.546] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mushroom.midnight.client.IdleSoundController to FORGE
[03jun2020 15:10:33.667] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file bettercaves-1_15_2.toml for bettercaves tracking
[03jun2020 15:10:33.763] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mushroom.midnight.common.CommonEventHandler to FORGE
[03jun2020 15:10:33.810] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance bettercaves of type com.yungnickyoung.minecraft.bettercaves.BetterCaves
[03jun2020 15:10:33.810] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for bettercaves
[03jun2020 15:10:33.810] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for bettercaves
[03jun2020 15:10:33.810] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for bettercaves
[03jun2020 15:10:33.810] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance placebo of type shadows.placebo.Placebo
[03jun2020 15:10:33.811] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance placebo of type shadows.placebo.Placebo
[03jun2020 15:10:33.812] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for placebo
[03jun2020 15:10:33.812] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for placebo
[03jun2020 15:10:33.812] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for placebo
[03jun2020 15:10:33.812] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance citadel of type com.github.alexthe666.citadel.Citadel
[03jun2020 15:10:34.107] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance citadel of type com.github.alexthe666.citadel.Citadel
[03jun2020 15:10:34.108] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for citadel
[03jun2020 15:10:34.108] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for citadel
[03jun2020 15:10:34.108] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.github.alexthe666.citadel.ServerProxy to MOD
[03jun2020 15:10:34.119] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.github.alexthe666.citadel.ClientProxy to MOD
[03jun2020 15:10:34.120] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for citadel
[03jun2020 15:10:34.120] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance goodnightsleep of type com.legacy.goodnightsleep.GoodNightSleep
[03jun2020 15:10:34.306] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mushroom.midnight.common.registry.MidnightSounds to MOD
[03jun2020 15:10:34.405] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mushroom.midnight.common.registry.MidnightSurfaceBiomes to MOD
[03jun2020 15:10:34.422] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file goodnightsleep-common.toml for goodnightsleep tracking
[03jun2020 15:10:34.536] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance goodnightsleep of type com.legacy.goodnightsleep.GoodNightSleep
[03jun2020 15:10:34.536] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for goodnightsleep
[03jun2020 15:10:34.536] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for goodnightsleep
[03jun2020 15:10:34.537] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.legacy.goodnightsleep.GNSRegistry to MOD
[03jun2020 15:10:34.554] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mushroom.midnight.common.registry.MidnightDimensions to MOD
[03jun2020 15:10:34.684] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.legacy.goodnightsleep.GNSConfig to MOD
[03jun2020 15:10:34.685] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for goodnightsleep
[03jun2020 15:10:34.685] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance fruittrees of type snownee.fruits.Fruits
[03jun2020 15:10:34.685] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance fruittrees of type snownee.fruits.Fruits
[03jun2020 15:10:34.685] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for fruittrees
[03jun2020 15:10:34.685] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fruittrees
[03jun2020 15:10:34.685] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing snownee.fruits.FruitsConfig to MOD
[03jun2020 15:10:34.730] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mushroom.midnight.common.registry.MidnightItems to MOD
[03jun2020 15:10:34.742] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for fruittrees
[03jun2020 15:10:34.742] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance kiwi of type snownee.kiwi.Kiwi
[03jun2020 15:10:34.962] [modloading-worker-0/INFO] [Kiwi/Init]: Processing 5 KiwiModule annotations
[03jun2020 15:10:35.051] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file kiwi.toml for kiwi tracking
[03jun2020 15:10:35.468] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance kiwi of type snownee.kiwi.Kiwi
[03jun2020 15:10:35.468] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for kiwi
[03jun2020 15:10:35.468] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for kiwi
[03jun2020 15:10:35.469] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing snownee.kiwi.schedule.Scheduler to FORGE
[03jun2020 15:10:35.549] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mushroom.midnight.common.registry.MidnightDimensions$ForgeEvents to FORGE
[03jun2020 15:10:35.597] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mushroom.midnight.common.registry.MidnightParticleTypes$Client to MOD
[03jun2020 15:10:35.697] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing snownee.kiwi.KiwiConfig to MOD
[03jun2020 15:10:35.698] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing snownee.kiwi.Kiwi to FORGE
[03jun2020 15:10:35.797] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing snownee.kiwi.client.model.TextureModel to MOD
[03jun2020 15:10:35.799] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mushroom.midnight.common.registry.MidnightTileEntities to MOD
[03jun2020 15:10:35.843] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mushroom.midnight.common.registry.MidnightFluids to MOD
[03jun2020 15:10:36.153] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing snownee.kiwi.client.gui.ScreenHandler to FORGE
[03jun2020 15:10:36.328] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing snownee.kiwi.client.DebugTooltip to FORGE
[03jun2020 15:10:36.383] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for kiwi
[03jun2020 15:10:36.383] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance dungeoncrawl of type xiroc.dungeoncrawl.DungeonCrawl
[03jun2020 15:10:36.384] [modloading-worker-0/INFO] [Dungeon Crawl/]: Here we go! Launching Dungeon Crawl 1.6.1...
[03jun2020 15:10:36.433] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mushroom.midnight.common.registry.MidnightCavernousBiomes to MOD
[03jun2020 15:10:36.618] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mushroom.midnight.common.registry.MidnightContainers to MOD
[03jun2020 15:10:36.719] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mushroom.midnight.common.registry.MidnightBlocks to MOD
[03jun2020 15:10:36.864] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing biomesoplenty.init.ModItems to MOD
[03jun2020 15:10:37.087] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing biomesoplenty.init.ModSounds to MOD
[03jun2020 15:10:37.130] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing biomesoplenty.init.ModBlocks to MOD
[03jun2020 15:10:38.248] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance dungeoncrawl of type xiroc.dungeoncrawl.DungeonCrawl
[03jun2020 15:10:38.249] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for dungeoncrawl
[03jun2020 15:10:38.249] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for dungeoncrawl
[03jun2020 15:10:38.249] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing xiroc.dungeoncrawl.util.EventManager to MOD
[03jun2020 15:10:38.283] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for dungeoncrawl
[03jun2020 15:10:38.283] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance abnormals_core of type com.teamabnormals.abnormals_core.core.AbnormalsCore
[03jun2020 15:10:38.801] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file abnormals_core-common.toml for abnormals_core tracking
[03jun2020 15:10:38.801] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance abnormals_core of type com.teamabnormals.abnormals_core.core.AbnormalsCore
[03jun2020 15:10:38.801] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for abnormals_core
[03jun2020 15:10:38.801] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for abnormals_core
[03jun2020 15:10:38.801] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teamabnormals.abnormals_core.core.registry.LootInjectionRegistry to FORGE
[03jun2020 15:10:38.839] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teamabnormals.abnormals_core.core.library.api.AmbienceMusicPlayer to FORGE
[03jun2020 15:10:38.851] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teamabnormals.abnormals_core.core.examples.ExampleTileEntityRegistry to MOD
[03jun2020 15:10:38.873] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teamabnormals.abnormals_core.core.examples.ExampleSoundRegistry to MOD
[03jun2020 15:10:38.882] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teamabnormals.abnormals_core.core.examples.ExampleItemRegistry to MOD
[03jun2020 15:10:38.897] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teamabnormals.abnormals_core.core.examples.ExampleEntitySpawnHandler to MOD
[03jun2020 15:10:38.951] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing biomesoplenty.init.ModEntities to MOD
[03jun2020 15:10:38.965] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teamabnormals.abnormals_core.core.examples.ExampleEntityRegistry to MOD
[03jun2020 15:10:38.968] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for biomesoplenty
[03jun2020 15:10:38.968] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance valhelsia_structures of type com.stal111.valhelsia_structures.ValhelsiaStructures
[03jun2020 15:10:39.007] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teamabnormals.abnormals_core.core.examples.ExampleBlockRegistry to MOD
[03jun2020 15:10:39.598] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teamabnormals.abnormals_core.core.events.CompatEvents to FORGE
[03jun2020 15:10:39.673] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teamabnormals.abnormals_core.core.AbnormalsCore to MOD
[03jun2020 15:10:39.675] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teamabnormals.abnormals_core.client.renderer.CapeHandler to FORGE
[03jun2020 15:10:39.739] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for abnormals_core
[03jun2020 15:10:39.739] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance uppers of type uppers.Uppers
[03jun2020 15:10:39.743] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance uppers of type uppers.Uppers
[03jun2020 15:10:39.744] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for uppers
[03jun2020 15:10:39.744] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for uppers
[03jun2020 15:10:39.744] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing uppers.ModBlocks$RegistrationHandlerBlocks to MOD
[03jun2020 15:10:39.876] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for uppers
[03jun2020 15:10:39.876] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance goblintraders of type com.mrcrayfish.goblintraders.GoblinTraders
[03jun2020 15:10:39.878] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance goblintraders of type com.mrcrayfish.goblintraders.GoblinTraders
[03jun2020 15:10:39.878] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for goblintraders
[03jun2020 15:10:39.878] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for goblintraders
[03jun2020 15:10:39.878] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mrcrayfish.goblintraders.world.spawner.GoblinTraderSpawner to FORGE
[03jun2020 15:10:40.068] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mrcrayfish.goblintraders.init.ModSounds to MOD
[03jun2020 15:10:40.275] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mrcrayfish.goblintraders.init.ModItems to MOD
[03jun2020 15:10:41.295] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file valhelsia_structures-client.toml for valhelsia_structures tracking
[03jun2020 15:10:41.295] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file valhelsia_structures-server.toml for valhelsia_structures tracking
[03jun2020 15:10:41.595] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance valhelsia_structures of type com.stal111.valhelsia_structures.ValhelsiaStructures
[03jun2020 15:10:41.596] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for valhelsia_structures
[03jun2020 15:10:41.596] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for valhelsia_structures
[03jun2020 15:10:41.596] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.stal111.valhelsia_structures.event.PlayerInteractBlockListener to FORGE
[03jun2020 15:10:41.623] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity goblintraders:goblin_trader
[03jun2020 15:10:41.630] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.stal111.valhelsia_structures.config.Config to FORGE
[03jun2020 15:10:41.630] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for valhelsia_structures
[03jun2020 15:10:41.630] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance dungeons_plus of type com.legacy.dungeons_plus.DungeonsPlus
[03jun2020 15:10:41.657] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity goblintraders:vein_goblin_trader
[03jun2020 15:10:41.659] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mrcrayfish.goblintraders.init.ModEntities to MOD
[03jun2020 15:10:41.660] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for goblintraders
[03jun2020 15:10:41.660] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance caelus of type top.theillusivec4.caelus.Caelus
[03jun2020 15:10:41.766] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file caelus-client.toml for caelus tracking
[03jun2020 15:10:41.807] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance caelus of type top.theillusivec4.caelus.Caelus
[03jun2020 15:10:41.807] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for caelus
[03jun2020 15:10:41.807] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for caelus
[03jun2020 15:10:41.807] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing top.theillusivec4.caelus.Caelus$ClientSetup to MOD
[03jun2020 15:10:41.931] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for caelus
[03jun2020 15:10:41.931] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance upgrade_aquatic of type com.teamabnormals.upgrade_aquatic.core.UpgradeAquatic
[03jun2020 15:10:41.970] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file dungeons_plus-common.toml for dungeons_plus tracking
[03jun2020 15:10:41.972] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance dungeons_plus of type com.legacy.dungeons_plus.DungeonsPlus
[03jun2020 15:10:41.972] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for dungeons_plus
[03jun2020 15:10:41.972] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for dungeons_plus
[03jun2020 15:10:41.972] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.legacy.dungeons_plus.DungeonsPlus$Features to MOD
[03jun2020 15:10:42.323] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.legacy.dungeons_plus.DungeonsEvents to FORGE
[03jun2020 15:10:42.363] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for dungeons_plus
[03jun2020 15:10:42.363] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance wards of type wards.Wards
[03jun2020 15:10:42.459] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mushroom.midnight.common.registry.MidnightEntities to MOD
[03jun2020 15:10:42.515] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file wards-common.toml for wards tracking
[03jun2020 15:10:42.598] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance wards of type wards.Wards
[03jun2020 15:10:42.598] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for wards
[03jun2020 15:10:42.599] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for wards
[03jun2020 15:10:42.599] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing wards.WardsRegistryManager to MOD
[03jun2020 15:10:42.942] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:rifter
[03jun2020 15:10:42.988] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for wards
[03jun2020 15:10:42.988] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance xercamod of type xerca.xercamod.common.XercaMod
[03jun2020 15:10:43.046] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file xercamod-common.toml for xercamod tracking
[03jun2020 15:10:43.048] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file upgrade_aquatic-client.toml for upgrade_aquatic tracking
[03jun2020 15:10:43.048] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance upgrade_aquatic of type com.teamabnormals.upgrade_aquatic.core.UpgradeAquatic
[03jun2020 15:10:43.048] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for upgrade_aquatic
[03jun2020 15:10:43.048] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for upgrade_aquatic
[03jun2020 15:10:43.048] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teamabnormals.upgrade_aquatic.core.registry.UATileEntities to MOD
[03jun2020 15:10:43.122] [modloading-worker-1/DEBUG] [xerca.xercamod.common.XercaMod/]: bakeConfig called
[03jun2020 15:10:43.122] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance xercamod of type xerca.xercamod.common.XercaMod
[03jun2020 15:10:43.122] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for xercamod
[03jun2020 15:10:43.122] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for xercamod
[03jun2020 15:10:43.123] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing xerca.xercamod.common.tile_entity.XercaTileEntities$RegistrationHandler to MOD
[03jun2020 15:10:43.224] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teamabnormals.upgrade_aquatic.core.registry.UASounds to MOD
[03jun2020 15:10:43.254] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing xerca.xercamod.common.SoundEvents$RegistrationHandler to MOD
[03jun2020 15:10:43.268] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teamabnormals.upgrade_aquatic.core.registry.UAItems to MOD
[03jun2020 15:10:43.349] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing xerca.xercamod.common.item.Items$RegistrationHandler to MOD
[03jun2020 15:10:43.355] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:hunter
[03jun2020 15:10:43.411] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:bladeshroom_cap
[03jun2020 15:10:43.623] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:nova
[03jun2020 15:10:43.712] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:nova_spike
[03jun2020 15:10:43.720] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing xerca.xercamod.common.EventHandler to FORGE
[03jun2020 15:10:43.802] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:crystal_bug
[03jun2020 15:10:43.850] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:penumbrian
[03jun2020 15:10:44.009] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:tree_hopper
[03jun2020 15:10:44.074] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing xerca.xercamod.common.entity.Entities$RegistrationHandler to MOD
[03jun2020 15:10:44.163] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing xerca.xercamod.common.Config to FORGE
[03jun2020 15:10:44.188] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:stinger
[03jun2020 15:10:44.213] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing xerca.xercamod.common.block.Blocks$RegistrationHandler to MOD
[03jun2020 15:10:44.307] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing xerca.xercamod.client.ClientProxy$ModBusSubscriber to MOD
[03jun2020 15:10:44.399] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing xerca.xercamod.client.ClientProxy$ForgeBusSubscriber to FORGE
[03jun2020 15:10:44.552] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for xercamod
[03jun2020 15:10:44.552] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance atmospheric of type com.bagel.atmospheric.core.Atmospheric
[03jun2020 15:10:44.565] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:nightstag
[03jun2020 15:10:44.745] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:deceitful_snapper
[03jun2020 15:10:44.765] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:bulb_angler
[03jun2020 15:10:45.195] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:skulk
[03jun2020 15:10:45.287] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:shade_squirrel
[03jun2020 15:10:45.420] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:thrown_geode
[03jun2020 15:10:45.506] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance atmospheric of type com.bagel.atmospheric.core.Atmospheric
[03jun2020 15:10:45.506] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for atmospheric
[03jun2020 15:10:45.506] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for atmospheric
[03jun2020 15:10:45.513] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.bagel.atmospheric.core.registry.AtmosphericParticles$RegisterParticleFactories to MOD
[03jun2020 15:10:45.543] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.bagel.atmospheric.core.registry.AtmosphericItems to MOD
[03jun2020 15:10:45.546] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:spore_bomb
[03jun2020 15:10:45.573] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:cloud
[03jun2020 15:10:45.576] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mushroom.midnight.common.registry.MidnightEffects to MOD
[03jun2020 15:10:45.593] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mushroom.midnight.common.registry.MidnightRecipeSerializers to MOD
[03jun2020 15:10:45.620] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mushroom.midnight.common.registry.MidnightParticleTypes$Common to MOD
[03jun2020 15:10:45.638] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mushroom.midnight.common.loot.FishingLoot to FORGE
[03jun2020 15:10:45.711] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mushroom.midnight.common.world.rift.EntranceRiftGenerator to FORGE
[03jun2020 15:10:45.742] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mushroom.midnight.common.world.MidnightAtmosphereController to FORGE
[03jun2020 15:10:45.791] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mushroom.midnight.common.entity.projectile.BladeshroomCapEntity to FORGE
[03jun2020 15:10:45.957] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mushroom.midnight.common.util.SessionLocal to FORGE
[03jun2020 15:10:46.010] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mushroom.midnight.common.config.MidnightConfig to FORGE
[03jun2020 15:10:46.011] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mushroom.midnight.Midnight to FORGE
[03jun2020 15:10:46.011] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for midnight
[03jun2020 15:10:46.011] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance ambientenvironment of type com.blamejared.ambientenvironment.AmbientEnvironment
[03jun2020 15:10:46.013] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance ambientenvironment of type com.blamejared.ambientenvironment.AmbientEnvironment
[03jun2020 15:10:46.013] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for ambientenvironment
[03jun2020 15:10:46.013] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for ambientenvironment
[03jun2020 15:10:46.013] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for ambientenvironment
[03jun2020 15:10:46.013] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance hunterillager of type baguchan.hunterillager.HunterIllagerCore
[03jun2020 15:10:46.020] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance hunterillager of type baguchan.hunterillager.HunterIllagerCore
[03jun2020 15:10:46.021] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for hunterillager
[03jun2020 15:10:46.021] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for hunterillager
[03jun2020 15:10:46.021] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing baguchan.hunterillager.init.HunterTypes to MOD
[03jun2020 15:10:46.115] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing baguchan.hunterillager.HunterSounds to FORGE
[03jun2020 15:10:46.136] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for hunterillager
[03jun2020 15:10:46.137] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance byg of type voronoiaoc.byg.BYG
[03jun2020 15:10:46.163] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file byg-common.toml for byg tracking
[03jun2020 15:10:46.166] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teamabnormals.upgrade_aquatic.core.registry.UAEntities to MOD
[03jun2020 15:10:46.239] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.bagel.atmospheric.core.registry.AtmosphericFeatures to MOD
[03jun2020 15:10:46.263] [modloading-worker-3/INFO] [voronoiaoc.byg.BYG/]: Loading config: C:\Users\wilfrido\AppData\Roaming\.minecraft\config\byg-world-common.toml
[03jun2020 15:10:46.303] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance byg of type voronoiaoc.byg.BYG
[03jun2020 15:10:46.303] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for byg
[03jun2020 15:10:46.303] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for byg
[03jun2020 15:10:46.304] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing voronoiaoc.byg.core.registries.BYGSurfaceBuilderRegistry to MOD
[03jun2020 15:10:46.312] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing voronoiaoc.byg.core.registries.BYGItemRegistry to MOD
[03jun2020 15:10:46.340] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing voronoiaoc.byg.core.registries.BYGFeatureRegistry to MOD
[03jun2020 15:10:46.352] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing voronoiaoc.byg.core.registries.BYGBlockRegistry to MOD
[03jun2020 15:10:46.469] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.bagel.atmospheric.core.registry.AtmosphericEffects to MOD
[03jun2020 15:10:46.470] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.bagel.atmospheric.core.registry.AtmosphericBlocks to MOD
[03jun2020 15:10:46.470] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.bagel.atmospheric.core.registry.AtmosphericBiomes to MOD
[03jun2020 15:10:46.470] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.bagel.atmospheric.core.other.AtmosphericTrades to FORGE
[03jun2020 15:10:46.506] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.bagel.atmospheric.core.other.AtmosphericFoods to MOD
[03jun2020 15:10:46.517] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.bagel.atmospheric.core.other.AtmosphericEvents to FORGE
[03jun2020 15:10:46.527] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.bagel.atmospheric.core.other.AtmosphericCriteriaTriggers to FORGE
[03jun2020 15:10:46.540] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.bagel.atmospheric.core.Atmospheric to MOD
[03jun2020 15:10:46.540] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for atmospheric
[03jun2020 15:10:46.550] [modloading-worker-1/DEBUG] [net.alexwells.kottle.FMLKotlinModContainer/LOADING]: Loaded modclass ejektaflex.bountiful.BountifulMod with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:46.550] [modloading-worker-1/DEBUG] [net.alexwells.kottle.FMLKotlinModContainer/LOADING]: Loading mod instance bountiful of type ejektaflex.bountiful.BountifulMod
[03jun2020 15:10:47.033] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teamabnormals.upgrade_aquatic.core.registry.UABlocks to MOD
[03jun2020 15:10:47.033] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teamabnormals.upgrade_aquatic.core.events.LootEvents to FORGE
[03jun2020 15:10:47.048] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teamabnormals.upgrade_aquatic.core.events.EntityEvents to FORGE
[03jun2020 15:10:47.074] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teamabnormals.upgrade_aquatic.core.events.ClientEvents to FORGE
[03jun2020 15:10:47.180] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teamabnormals.upgrade_aquatic.core.events.AnvilEvents to FORGE
[03jun2020 15:10:47.211] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teamabnormals.upgrade_aquatic.common.advancement.UACriteriaTriggers to FORGE
[03jun2020 15:10:47.505] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teamabnormals.upgrade_aquatic.client.render.gui.RenderOverlays to FORGE
[03jun2020 15:10:47.522] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teamabnormals.upgrade_aquatic.client.particle.UAParticles$RegisterParticleTypes to MOD
[03jun2020 15:10:47.544] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teamabnormals.upgrade_aquatic.client.particle.UAParticles$RegisterParticleFactories to MOD
[03jun2020 15:10:47.545] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for upgrade_aquatic
[03jun2020 15:10:47.545] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance minecraft_earth of type com.ulto.minecraftearth.MinecraftEarthMod
[03jun2020 15:10:48.927] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity bronzed_chicken
[03jun2020 15:10:48.936] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity amber_chicken
[03jun2020 15:10:48.955] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity gold_crested_chicken
[03jun2020 15:10:48.964] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight_chicken
[03jun2020 15:10:48.990] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity skewbald_chicken
[03jun2020 15:10:48.997] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity stormy_chicken
[03jun2020 15:10:49.010] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity albino_cow
[03jun2020 15:10:49.021] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity ashen_cow
[03jun2020 15:10:49.030] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity brule_cow
[03jun2020 15:10:49.039] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity cookie_cow
[03jun2020 15:10:49.048] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity dairy_cow
[03jun2020 15:10:49.057] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity pinto_cow
[03jun2020 15:10:49.070] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity sunset_cow
[03jun2020 15:10:49.084] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity wooly_cow
[03jun2020 15:10:49.096] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity skeleton_dog
[03jun2020 15:10:49.100] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity furnace_golem
[03jun2020 15:10:49.105] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity melon_golem
[03jun2020 15:10:49.118] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity jolly_llama
[03jun2020 15:10:49.127] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity sooty_pig
[03jun2020 15:10:49.137] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity spotted_pig
[03jun2020 15:10:49.150] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing voronoiaoc.byg.core.registries.BYGBiomeRegistry to MOD
[03jun2020 15:10:49.150] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity moobloom
[03jun2020 15:10:49.162] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing voronoiaoc.byg.config.BYGWorldConfig to MOD
[03jun2020 15:10:49.163] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing voronoiaoc.byg.config.BYGConfig to MOD
[03jun2020 15:10:49.163] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing voronoiaoc.byg.common.world.oregenerator.BYGOreGenerator to MOD
[03jun2020 15:10:49.180] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity pink_moobloom
[03jun2020 15:10:49.183] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity muddy_pig
[03jun2020 15:10:49.187] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity dried_muddy_pig
[03jun2020 15:10:49.193] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing voronoiaoc.byg.client.textures.BlockColorManager to MOD
[03jun2020 15:10:49.203] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity pale_pig
[03jun2020 15:10:49.237] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for byg
[03jun2020 15:10:49.237] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance aquaculture of type com.teammetallurgy.aquaculture.Aquaculture
[03jun2020 15:10:49.267] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity piebald_pig
[03jun2020 15:10:49.325] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity mottled_pig
[03jun2020 15:10:49.333] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance enhancedvanilla of type com.karogath.enhancedvanilla.EnhancedvanillaMod
[03jun2020 15:10:49.333] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for enhancedvanilla
[03jun2020 15:10:49.333] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for enhancedvanilla
[03jun2020 15:10:49.334] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for enhancedvanilla
[03jun2020 15:10:49.334] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance apotheosis of type shadows.apotheosis.Apotheosis
[03jun2020 15:10:49.416] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity pink_footed_pig
[03jun2020 15:10:49.484] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file aquaculture-common.toml for aquaculture tracking
[03jun2020 15:10:49.484] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance aquaculture of type com.teammetallurgy.aquaculture.Aquaculture
[03jun2020 15:10:49.484] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for aquaculture
[03jun2020 15:10:49.485] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for aquaculture
[03jun2020 15:10:49.485] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teammetallurgy.aquaculture.init.AquaItems to MOD
[03jun2020 15:10:49.507] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity rainbow_sheep
[03jun2020 15:10:49.557] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity bone_spider
[03jun2020 15:10:49.651] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance minecraft_earth of type com.ulto.minecraftearth.MinecraftEarthMod
[03jun2020 15:10:49.651] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for minecraft_earth
[03jun2020 15:10:49.651] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for minecraft_earth
[03jun2020 15:10:49.651] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for minecraft_earth
[03jun2020 15:10:49.651] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance craftingautomat of type lolcroc.craftingautomat.CraftingAutomat
[03jun2020 15:10:49.675] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file craftingautomat-common.toml for craftingautomat tracking
[03jun2020 15:10:49.676] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance craftingautomat of type lolcroc.craftingautomat.CraftingAutomat
[03jun2020 15:10:49.676] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for craftingautomat
[03jun2020 15:10:49.677] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for craftingautomat
[03jun2020 15:10:49.677] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing lolcroc.craftingautomat.CraftingAutomatConfig to MOD
[03jun2020 15:10:49.677] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing lolcroc.craftingautomat.CraftingAutomat to MOD
[03jun2020 15:10:49.679] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for craftingautomat
[03jun2020 15:10:49.680] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance jei of type mezz.jei.JustEnoughItems
[03jun2020 15:10:49.888] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance jei of type mezz.jei.JustEnoughItems
[03jun2020 15:10:49.889] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for jei
[03jun2020 15:10:49.889] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for jei
[03jun2020 15:10:49.889] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for jei
[03jun2020 15:10:49.889] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance teletubbies of type teletubbies.Teletubbies
[03jun2020 15:10:49.895] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance teletubbies of type teletubbies.Teletubbies
[03jun2020 15:10:49.896] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for teletubbies
[03jun2020 15:10:49.896] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for teletubbies
[03jun2020 15:10:49.896] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing teletubbies.world.gen.WorldGenList to MOD
[03jun2020 15:10:50.025] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing teletubbies.TeletubbiesEventHandler to FORGE
[03jun2020 15:10:50.056] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing teletubbies.TeletubbiesEventHandler$TeletubbiesBus to MOD
[03jun2020 15:10:50.092] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing teletubbies.item.ItemList to MOD
[03jun2020 15:10:50.105] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file bountiful-server.toml for bountiful tracking
[03jun2020 15:10:50.411] [modloading-worker-1/INFO] [ejektaflex.bountiful.BountifulMod/]: Loading Bountiful listeners..
[03jun2020 15:10:51.199] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity teletubbies:tinkywinky
[03jun2020 15:10:51.214] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity teletubbies:dipsy
[03jun2020 15:10:51.224] [modloading-worker-1/DEBUG] [net.alexwells.kottle.FMLKotlinModContainer/LOADING]: Loaded mod instance bountiful of type ejektaflex.bountiful.BountifulMod
[03jun2020 15:10:51.224] [modloading-worker-1/DEBUG] [net.alexwells.kottle.FMLKotlinModContainer/LOADING]: Injecting Automatic event subscribers for bountiful
[03jun2020 15:10:51.227] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance apotheosis of type shadows.apotheosis.Apotheosis
[03jun2020 15:10:51.228] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for apotheosis
[03jun2020 15:10:51.228] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for apotheosis
[03jun2020 15:10:51.228] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing shadows.apotheosis.deadly.loot.affix.Affixes to MOD
[03jun2020 15:10:51.231] [modloading-worker-1/DEBUG] [net.alexwells.kottle.KotlinAutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for bountiful
[03jun2020 15:10:51.232] [modloading-worker-1/DEBUG] [net.alexwells.kottle.KotlinAutomaticEventSubscriber/LOADING]: Auto-subscribing ejektaflex.bountiful.SetupLifecycle to FORGE
[03jun2020 15:10:51.242] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity teletubbies:laalaa
[03jun2020 15:10:51.247] [modloading-worker-1/DEBUG] [net.alexwells.kottle.FMLKotlinModContainer/LOADING]: Completed Automatic event subscribers for bountiful
[03jun2020 15:10:51.248] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance dimdungeons of type com.catastrophe573.dimdungeons.DimDungeons
[03jun2020 15:10:51.250] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity aquaculture:water_arrow
[03jun2020 15:10:51.269] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing shadows.apotheosis.ApotheosisClient to MOD
[03jun2020 15:10:51.282] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity teletubbies:po
[03jun2020 15:10:51.298] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity teletubbies:noonoo
[03jun2020 15:10:51.298] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance dimdungeons of type com.catastrophe573.dimdungeons.DimDungeons
[03jun2020 15:10:51.298] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for dimdungeons
[03jun2020 15:10:51.298] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for dimdungeons
[03jun2020 15:10:51.298] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.catastrophe573.dimdungeons.feature.FeatureRegistrar to MOD
[03jun2020 15:10:51.322] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity aquaculture:box_turtle
[03jun2020 15:10:51.329] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity teletubbies:mimi
[03jun2020 15:10:51.339] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.catastrophe573.dimdungeons.dimension.DimensionRegistrar$EventDimensionType to FORGE
[03jun2020 15:10:51.343] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity aquaculture:arrau_turtle
[03jun2020 15:10:51.348] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity teletubbies:daadaa
[03jun2020 15:10:51.355] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.catastrophe573.dimdungeons.DimDungeons$RegistryEvents to MOD
[03jun2020 15:10:51.357] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity teletubbies:ping
[03jun2020 15:10:51.368] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for dimdungeons
[03jun2020 15:10:51.368] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance randomenchants of type com.tfar.randomenchants.RandomEnchants
[03jun2020 15:10:51.376] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity aquaculture:starshell_turtle
[03jun2020 15:10:51.377] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity aquaculture:oak_fish_mount
[03jun2020 15:10:51.378] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity aquaculture:spruce_fish_mount
[03jun2020 15:10:51.378] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity aquaculture:birch_fish_mount
[03jun2020 15:10:51.379] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity aquaculture:jungle_fish_mount
[03jun2020 15:10:51.379] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity aquaculture:acacia_fish_mount
[03jun2020 15:10:51.379] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity aquaculture:dark_oak_fish_mount
[03jun2020 15:10:51.383] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teammetallurgy.aquaculture.init.AquaLootTables to FORGE
[03jun2020 15:10:51.383] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teammetallurgy.aquaculture.init.AquaEntities to MOD
[03jun2020 15:10:51.387] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teammetallurgy.aquaculture.init.AquaBlocks to MOD
[03jun2020 15:10:51.388] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teammetallurgy.aquaculture.init.FishRegistry to MOD
[03jun2020 15:10:51.389] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teammetallurgy.aquaculture.init.AquaBlocks$AquaTileEntities to MOD
[03jun2020 15:10:51.389] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity teletubbies:ba
[03jun2020 15:10:51.389] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teammetallurgy.aquaculture.init.AquaGuis to MOD
[03jun2020 15:10:51.405] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity teletubbies:ruru
[03jun2020 15:10:51.408] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teammetallurgy.aquaculture.init.AquaRecipes to MOD
[03jun2020 15:10:51.416] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity teletubbies:nin
[03jun2020 15:10:51.426] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file randomenchants-server.toml for randomenchants tracking
[03jun2020 15:10:51.426] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teammetallurgy.aquaculture.api.fishing.Hooks to FORGE
[03jun2020 15:10:51.427] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance randomenchants of type com.tfar.randomenchants.RandomEnchants
[03jun2020 15:10:51.427] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for randomenchants
[03jun2020 15:10:51.427] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for randomenchants
[03jun2020 15:10:51.427] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.tfar.randomenchants.util.EventHandler to FORGE
[03jun2020 15:10:51.438] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity teletubbies:duggledee
[03jun2020 15:10:51.442] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.tfar.randomenchants.util.CoremodHooks to FORGE
[03jun2020 15:10:51.447] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for apotheosis
[03jun2020 15:10:51.447] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance venture of type com.mrcrayfish.venture.Venture
[03jun2020 15:10:51.450] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity teletubbies:umpiepumpie
[03jun2020 15:10:51.467] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file venture-common.toml for venture tracking
[03jun2020 15:10:51.477] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity teletubbies:tinkywinky_zombie
[03jun2020 15:10:51.462] [modloading-worker-1/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Failed to register automatic subscribers. ModID: randomenchants, class com.tfar.randomenchants.RandomEnchants
java.lang.NoClassDefFoundError: com/tfar/additionalevents/event/DropLootEvent
    at java.lang.Class.getDeclaredMethods0(Native Method) ~[?:1.8.0_51]
    at java.lang.Class.privateGetDeclaredMethods(Class.java:2701) ~[?:1.8.0_51]
    at java.lang.Class.privateGetPublicMethods(Class.java:2902) ~[?:1.8.0_51]
    at java.lang.Class.getMethods(Class.java:1615) ~[?:1.8.0_51]
    at net.minecraftforge.eventbus.EventBus.registerClass(EventBus.java:69) ~[eventbus-2.2.0-service.jar:?]
    at net.minecraftforge.eventbus.EventBus.register(EventBus.java:112) ~[eventbus-2.2.0-service.jar:?]
    at net.minecraftforge.fml.AutomaticEventSubscriber.lambda$inject$6(AutomaticEventSubscriber.java:75) ~[?:?]
    at net.minecraftforge.fml.AutomaticEventSubscriber$$Lambda$2505/207876587.accept(Unknown Source) ~[?:?]
    at java.util.ArrayList.forEach(ArrayList.java:1249) ~[?:1.8.0_51]
    at net.minecraftforge.fml.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:62) ~[?:?]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:141) [?:31.2]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer$$Lambda$2220/298156448.accept(Unknown Source) [?:31.2]
    at java.util.function.Consumer.lambda$andThen$14(Consumer.java:65) [?:1.8.0_51]
    at java.util.function.Consumer$$Lambda$2219/1263102442.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$2219/1263102442.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:135) [?:?]
    at net.minecraftforge.fml.ModList$$Lambda$2469/521267685.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.helpComplete(ForkJoinPool.java:1867) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinPool.awaitJoin(ForkJoinPool.java:2042) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinTask.doInvoke(ForkJoinTask.java:404) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:734) [?:1.8.0_51]
    at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160) [?:1.8.0_51]
    at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174) [?:1.8.0_51]
    at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233) [?:1.8.0_51]
    at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) [?:1.8.0_51]
    at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583) [?:1.8.0_51]
    at net.minecraftforge.fml.ModList.lambda$dispatchParallelEvent$11(ModList.java:135) [?:?]
    at net.minecraftforge.fml.ModList$$Lambda$2468/1512216535.run(Unknown Source) [?:?]
    at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386) [?: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]
Caused by: java.lang.ClassNotFoundException: com.tfar.additionalevents.event.DropLootEvent
    at java.lang.ClassLoader.findClass(ClassLoader.java:530) ~[?:1.8.0_51]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_51]
    at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:101) ~[modlauncher-5.1.0.jar:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_51]
    ... 41 more
[03jun2020 15:10:51.479] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance rotten_creatures of type net.mcreator.rotten_creatures.RottenCreaturesMod
[03jun2020 15:10:51.490] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teammetallurgy.aquaculture.client.ClientHandler to MOD
[03jun2020 15:10:51.492] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity teletubbies:dipsy_zombie
[03jun2020 15:10:51.510] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity teletubbies:laalaa_zombie
[03jun2020 15:10:51.516] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file rotten_creatures-server.toml for rotten_creatures tracking
[03jun2020 15:10:51.517] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file rotten_creatures-client.toml for rotten_creatures tracking
[03jun2020 15:10:51.522] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity teletubbies:po_zombie
[03jun2020 15:10:51.525] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity teletubbies:po_scooter
[03jun2020 15:10:51.527] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing teletubbies.inventory.container.ContainerList to MOD
[03jun2020 15:10:51.531] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teammetallurgy.aquaculture.client.renderer.tileentity.NeptunesBountyRenderer to MOD
[03jun2020 15:10:51.548] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teammetallurgy.aquaculture.misc.NeptunesMight to FORGE
[03jun2020 15:10:51.558] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teammetallurgy.aquaculture.misc.AquaTooltip to FORGE
[03jun2020 15:10:51.569] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance venture of type com.mrcrayfish.venture.Venture
[03jun2020 15:10:51.569] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for venture
[03jun2020 15:10:51.569] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for venture
[03jun2020 15:10:51.570] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for venture
[03jun2020 15:10:51.574] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing teletubbies.entity.EntityList to MOD
[03jun2020 15:10:51.575] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing teletubbies.client.audio.SoundList to MOD
[03jun2020 15:10:51.575] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teammetallurgy.aquaculture.loot.FishWeightHandler to FORGE
[03jun2020 15:10:51.595] [modloading-worker-2/DEBUG] [net.alexwells.kottle.FMLKotlinModContainer/LOADING]: Loaded modclass me.sargunvohra.mcmods.leveluphp.LuhpMod with cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:51.595] [modloading-worker-2/DEBUG] [net.alexwells.kottle.FMLKotlinModContainer/LOADING]: Loading mod instance leveluphp of type me.sargunvohra.mcmods.leveluphp.LuhpMod
[03jun2020 15:10:51.599] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing teletubbies.block.BlockList to MOD
[03jun2020 15:10:51.600] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teammetallurgy.aquaculture.item.crafting.ConditionFactory to MOD
[03jun2020 15:10:51.601] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for teletubbies
[03jun2020 15:10:51.601] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance betterthanmending of type com.legobmw99.BetterThanMending.BetterThanMending
[03jun2020 15:10:51.603] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance betterthanmending of type com.legobmw99.BetterThanMending.BetterThanMending
[03jun2020 15:10:51.603] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for betterthanmending
[03jun2020 15:10:51.603] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for betterthanmending
[03jun2020 15:10:51.603] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for betterthanmending
[03jun2020 15:10:51.604] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance tirphycraft of type laz.tirphycraft.Tirphycraft
[03jun2020 15:10:51.652] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teammetallurgy.aquaculture.item.crafting.FishFilletRecipe to MOD
[03jun2020 15:10:51.685] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for aquaculture
[03jun2020 15:10:51.685] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance cloudboots of type com.tiviacz.cloudboots.CloudBoots
[03jun2020 15:10:51.689] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance cloudboots of type com.tiviacz.cloudboots.CloudBoots
[03jun2020 15:10:51.690] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for cloudboots
[03jun2020 15:10:51.690] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for cloudboots
[03jun2020 15:10:51.690] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.tiviacz.cloudboots.CloudBoots$RegistryEvents to MOD
[03jun2020 15:10:51.700] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file leveluphp.toml for leveluphp tracking
[03jun2020 15:10:51.700] [modloading-worker-2/DEBUG] [net.alexwells.kottle.FMLKotlinModContainer/LOADING]: Loaded mod instance leveluphp of type me.sargunvohra.mcmods.leveluphp.LuhpMod
[03jun2020 15:10:51.700] [modloading-worker-2/DEBUG] [net.alexwells.kottle.FMLKotlinModContainer/LOADING]: Injecting Automatic event subscribers for leveluphp
[03jun2020 15:10:51.700] [modloading-worker-2/DEBUG] [net.alexwells.kottle.KotlinAutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for leveluphp
[03jun2020 15:10:51.700] [modloading-worker-2/DEBUG] [net.alexwells.kottle.KotlinAutomaticEventSubscriber/LOADING]: Auto-subscribing me.sargunvohra.mcmods.leveluphp.config.ConfigRegistrationSubscriber to FORGE
[03jun2020 15:10:51.717] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for cloudboots
[03jun2020 15:10:51.717] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance minemenu of type dmillerw.menu.MineMenu
[03jun2020 15:10:51.725] [modloading-worker-2/DEBUG] [net.alexwells.kottle.KotlinAutomaticEventSubscriber/LOADING]: Auto-subscribing me.sargunvohra.mcmods.leveluphp.overlay.RenderGameOverlaySubscriber to FORGE
[03jun2020 15:10:51.745] [modloading-worker-2/DEBUG] [net.alexwells.kottle.KotlinAutomaticEventSubscriber/LOADING]: Auto-subscribing me.sargunvohra.mcmods.leveluphp.core.HpLevellerLifecycleSubscriber to FORGE
[03jun2020 15:10:51.764] [modloading-worker-2/DEBUG] [net.alexwells.kottle.KotlinAutomaticEventSubscriber/LOADING]: Auto-subscribing me.sargunvohra.mcmods.leveluphp.core.CapabilityRegistrationSubscriber to MOD
[03jun2020 15:10:51.774] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file minemenu-common.toml for minemenu tracking
[03jun2020 15:10:51.775] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance minemenu of type dmillerw.menu.MineMenu
[03jun2020 15:10:51.775] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for minemenu
[03jun2020 15:10:51.775] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for minemenu
[03jun2020 15:10:51.775] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing dmillerw.menu.handler.KeyboardHandler to FORGE
[03jun2020 15:10:51.782] [modloading-worker-2/DEBUG] [net.alexwells.kottle.KotlinAutomaticEventSubscriber/LOADING]: Auto-subscribing me.sargunvohra.mcmods.leveluphp.core.HpLevellerSyncManager to MOD
[03jun2020 15:10:51.793] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing dmillerw.menu.handler.ClientTickHandler to FORGE
[03jun2020 15:10:51.809] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for minemenu
[03jun2020 15:10:51.809] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance mubble of type hugman.mubble.Mubble
[03jun2020 15:10:51.812] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance mubble of type hugman.mubble.Mubble
[03jun2020 15:10:51.812] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for mubble
[03jun2020 15:10:51.812] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for mubble
[03jun2020 15:10:51.812] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing hugman.mubble.objects.event_handler.StripWoodHandler to FORGE
[03jun2020 15:10:51.847] [modloading-worker-2/DEBUG] [net.alexwells.kottle.KotlinAutomaticEventSubscriber/LOADING]: Auto-subscribing me.sargunvohra.mcmods.leveluphp.LuhpCriterionTriggers to FORGE
[03jun2020 15:10:51.888] [modloading-worker-2/DEBUG] [net.alexwells.kottle.KotlinAutomaticEventSubscriber/LOADING]: Auto-subscribing me.sargunvohra.mcmods.leveluphp.LuhpSoundEvents to MOD
[03jun2020 15:10:51.900] [modloading-worker-2/DEBUG] [net.alexwells.kottle.KotlinAutomaticEventSubscriber/LOADING]: Auto-subscribing me.sargunvohra.mcmods.leveluphp.LuhpItems to MOD
[03jun2020 15:10:51.926] [modloading-worker-2/DEBUG] [net.alexwells.kottle.KotlinAutomaticEventSubscriber/LOADING]: Auto-subscribing me.sargunvohra.mcmods.leveluphp.command.CommandRegistrationSubscriber to FORGE
[03jun2020 15:10:52.277] [modloading-worker-2/DEBUG] [net.alexwells.kottle.FMLKotlinModContainer/LOADING]: Completed Automatic event subscribers for leveluphp
[03jun2020 15:10:52.278] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance betteranimalsplus of type its_meow.betteranimalsplus.BetterAnimalsPlusMod
[03jun2020 15:10:54.046] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance tirphycraft of type laz.tirphycraft.Tirphycraft
[03jun2020 15:10:54.047] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for tirphycraft
[03jun2020 15:10:54.047] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for tirphycraft
[03jun2020 15:10:54.047] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing laz.tirphycraft.Tirphycraft$Registry to MOD
[03jun2020 15:10:54.055] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing laz.tirphycraft.event.CommonNoxisEvent to FORGE
[03jun2020 15:10:54.074] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing laz.tirphycraft.event.CommonLaputaEvent to FORGE
[03jun2020 15:10:54.100] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing laz.tirphycraft.event.CommonFrozEvent to FORGE
[03jun2020 15:10:54.111] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing laz.tirphycraft.datagen.TirphyData to MOD
[03jun2020 15:10:54.123] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing laz.tirphycraft.client.event.ClientNoxisEvent to FORGE
[03jun2020 15:10:54.140] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing laz.tirphycraft.client.event.ClientLaputaEvent to FORGE
[03jun2020 15:10:54.158] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing laz.tirphycraft.client.event.ClientFrozEvent to FORGE
[03jun2020 15:10:54.196] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for tirphycraft
[03jun2020 15:10:54.196] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance swampexpansion of type com.farcr.swampexpansion.core.SwampExpansion
[03jun2020 15:10:54.484] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance swampexpansion of type com.farcr.swampexpansion.core.SwampExpansion
[03jun2020 15:10:54.487] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for swampexpansion
[03jun2020 15:10:54.487] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for swampexpansion
[03jun2020 15:10:54.488] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.farcr.swampexpansion.core.SwampExpansion to FORGE
[03jun2020 15:10:54.488] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.farcr.swampexpansion.core.registry.SwampExTileEntities to MOD
[03jun2020 15:10:54.522] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.farcr.swampexpansion.core.registry.SwampExSounds to MOD
[03jun2020 15:10:54.533] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.farcr.swampexpansion.core.registry.SwampExItems to MOD
[03jun2020 15:10:54.676] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.farcr.swampexpansion.core.registry.SwampExFluids to MOD
[03jun2020 15:10:54.838] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.farcr.swampexpansion.core.registry.SwampExFeatures to MOD
[03jun2020 15:10:54.985] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.farcr.swampexpansion.core.registry.SwampExEntities to MOD
[03jun2020 15:10:55.120] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.farcr.swampexpansion.core.registry.SwampExBlocks to MOD
[03jun2020 15:10:55.120] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.farcr.swampexpansion.core.other.SwampExTrades to FORGE
[03jun2020 15:10:55.137] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.farcr.swampexpansion.core.other.SwampExEvents to FORGE
[03jun2020 15:10:55.156] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.farcr.swampexpansion.core.other.SwampExCriteriaTriggers to FORGE
[03jun2020 15:10:55.193] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for swampexpansion
[03jun2020 15:10:55.193] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance forge of type net.minecraftforge.common.ForgeMod
[03jun2020 15:10:55.194] [modloading-worker-0/DEBUG] [net.minecraftforge.versions.forge.ForgeVersion/CORE]: Forge Version package package net.minecraftforge.versions.forge, Forge, version 31.2 from cpw.mods.modlauncher.TransformingClassLoader@75d4a80f
[03jun2020 15:10:55.194] [modloading-worker-0/DEBUG] [net.minecraftforge.versions.forge.ForgeVersion/CORE]: Found Forge version 31.2.5
[03jun2020 15:10:55.194] [modloading-worker-0/DEBUG] [net.minecraftforge.versions.forge.ForgeVersion/CORE]: Found Forge spec 31.2
[03jun2020 15:10:55.194] [modloading-worker-0/DEBUG] [net.minecraftforge.versions.forge.ForgeVersion/CORE]: Found Forge group net.minecraftforge
[03jun2020 15:10:55.201] [modloading-worker-0/DEBUG] [net.minecraftforge.versions.mcp.MCPVersion/CORE]: Found MC version information 1.15.2
[03jun2020 15:10:55.201] [modloading-worker-0/DEBUG] [net.minecraftforge.versions.mcp.MCPVersion/CORE]: Found MCP version information 20200515.085601
[03jun2020 15:10:55.202] [modloading-worker-0/INFO] [net.minecraftforge.common.ForgeMod/FORGEMOD]: Forge mod loading, version 31.2.5, for MC 1.15.2 with MCP 20200515.085601
[03jun2020 15:10:55.202] [modloading-worker-0/INFO] [net.minecraftforge.common.MinecraftForge/FORGE]: MinecraftForge v31.2.5 Initialized
[03jun2020 15:10:55.281] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing hugman.mubble.objects.event_handler.ShaderHandler to FORGE
[03jun2020 15:10:55.317] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing hugman.mubble.objects.event_handler.SeasonalAdditionHandler to FORGE
[03jun2020 15:10:55.346] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file forge-client.toml for forge tracking
[03jun2020 15:10:55.346] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file forge-server.toml for forge tracking
[03jun2020 15:10:55.354] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance forge of type net.minecraftforge.common.ForgeMod
[03jun2020 15:10:55.355] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for forge
[03jun2020 15:10:55.355] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for forge
[03jun2020 15:10:55.355] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.minecraftforge.client.model.ModelDataManager to FORGE
[03jun2020 15:10:55.358] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing hugman.mubble.objects.event_handler.PufferfishAeughHandler to FORGE
[03jun2020 15:10:55.584] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing hugman.mubble.objects.event_handler.PermafrostEventsHandler to FORGE
[03jun2020 15:10:55.640] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for forge
[03jun2020 15:10:55.640] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance mysticallib of type epicsquid.mysticallib.MysticalLib
[03jun2020 15:10:55.641] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance mysticallib of type epicsquid.mysticallib.MysticalLib
[03jun2020 15:10:55.641] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for mysticallib
[03jun2020 15:10:55.641] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for mysticallib
[03jun2020 15:10:55.642] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing epicsquid.mysticallib.setup.ClientLibRegistry to MOD
[03jun2020 15:10:55.654] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing hugman.mubble.objects.event_handler.OverlayHandler to FORGE
[03jun2020 15:10:55.696] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing epicsquid.mysticallib.MysticalLib to MOD
[03jun2020 15:10:55.696] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing epicsquid.mysticallib.LibRegistry to FORGE
[03jun2020 15:10:55.698] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing hugman.mubble.objects.event_handler.LightsaberHandler to FORGE
[03jun2020 15:10:55.710] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for mysticallib
[03jun2020 15:10:55.710] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance traverse of type epicsquid.traverse.Traverse
[03jun2020 15:10:55.735] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing hugman.mubble.objects.event_handler.EnchantmentHandler to FORGE
[03jun2020 15:10:55.759] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing hugman.mubble.objects.event_handler.EffectHandler to FORGE
[03jun2020 15:10:55.791] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing hugman.mubble.Mubble$ModRegistryEvents to MOD
[03jun2020 15:10:55.807] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance traverse of type epicsquid.traverse.Traverse
[03jun2020 15:10:55.807] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for traverse
[03jun2020 15:10:55.807] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for traverse
[03jun2020 15:10:55.807] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing epicsquid.traverse.world.surfacebuilder.ModSurfaceBuilders to MOD
[03jun2020 15:10:55.832] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing hugman.mubble.Mubble$ForgeRegistryEvents to FORGE
[03jun2020 15:10:55.833] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for mubble
[03jun2020 15:10:55.833] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance farlanders of type com.legacy.farlanders.TheFarlandersMod
[03jun2020 15:10:55.842] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing epicsquid.traverse.world.feature.ModFeatures to MOD
[03jun2020 15:10:55.850] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing epicsquid.traverse.setup.ClientSetup to MOD
[03jun2020 15:10:55.856] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing epicsquid.traverse.RegistryManager to MOD
[03jun2020 15:10:55.892] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file farlanders-client.toml for farlanders tracking
[03jun2020 15:10:55.892] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file farlanders-common.toml for farlanders tracking
[03jun2020 15:10:55.910] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance farlanders of type com.legacy.farlanders.TheFarlandersMod
[03jun2020 15:10:55.910] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for farlanders
[03jun2020 15:10:55.910] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for farlanders
[03jun2020 15:10:55.910] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.legacy.farlanders.FarlandersRegistry to MOD
[03jun2020 15:10:55.924] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.legacy.farlanders.FarlandersConfig to MOD
[03jun2020 15:10:55.924] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for farlanders
[03jun2020 15:10:55.924] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance rats of type com.github.alexthe666.rats.RatsMod
[03jun2020 15:10:55.948] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file betteranimalsplus-client.toml for betteranimalsplus tracking
[03jun2020 15:10:55.948] [modloading-worker-2/INFO] [its_meow.betteranimalsplus.BetterAnimalsPlusMod/]: Injecting super coyotes...
[03jun2020 15:10:55.949] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance betteranimalsplus of type its_meow.betteranimalsplus.BetterAnimalsPlusMod
[03jun2020 15:10:55.949] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for betteranimalsplus
[03jun2020 15:10:55.949] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for betteranimalsplus
[03jun2020 15:10:55.949] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing its_meow.betteranimalsplus.common.CommonEventHandler to FORGE
[03jun2020 15:10:55.966] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing its_meow.betteranimalsplus.BetterAnimalsPlusMod to FORGE
[03jun2020 15:10:55.966] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing its_meow.betteranimalsplus.init.BetterAnimalsPlusRegistrar to MOD
[03jun2020 15:10:55.976] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file rats-client.toml for rats tracking
[03jun2020 15:10:55.976] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file rats-server.toml for rats tracking
[03jun2020 15:10:56.011] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity cold
[03jun2020 15:10:56.017] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing its_meow.betteranimalsplus.config.BetterAnimalsPlusConfig to MOD
[03jun2020 15:10:56.018] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for betteranimalsplus
[03jun2020 15:10:56.018] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance mutantbeasts of type chumbanotz.mutantbeasts.MutantBeasts
[03jun2020 15:10:56.035] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity miner2
[03jun2020 15:10:56.048] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity marshied
[03jun2020 15:10:56.051] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity burned
[03jun2020 15:10:56.061] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity eskimo
[03jun2020 15:10:56.077] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity spear_eskimo
[03jun2020 15:10:56.086] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file mutantbeasts-common.toml for mutantbeasts tracking
[03jun2020 15:10:56.086] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance mutantbeasts of type chumbanotz.mutantbeasts.MutantBeasts
[03jun2020 15:10:56.086] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for mutantbeasts
[03jun2020 15:10:56.086] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for mutantbeasts
[03jun2020 15:10:56.086] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing chumbanotz.mutantbeasts.client.ClientEventHandler to MOD
[03jun2020 15:10:56.097] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity mummy
[03jun2020 15:10:56.107] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity dead_beard
[03jun2020 15:10:56.111] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for traverse
[03jun2020 15:10:56.112] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance fpsreducer of type bre2el.fpsreducer.FpsReducer
[03jun2020 15:10:56.138] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity inmortal
[03jun2020 15:10:56.141] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing chumbanotz.mutantbeasts.RegistryHandler to MOD
[03jun2020 15:10:56.152] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity crawled_inmortal
[03jun2020 15:10:56.166] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity beetle
[03jun2020 15:10:56.187] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity ex_dead_beard
[03jun2020 15:10:56.197] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing chumbanotz.mutantbeasts.EventHandler to FORGE
[03jun2020 15:10:56.209] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity zap
[03jun2020 15:10:56.227] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity miner1
[03jun2020 15:10:56.230] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity eskimowolf
[03jun2020 15:10:56.233] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for mutantbeasts
[03jun2020 15:10:56.234] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance spawnermod of type com.branders.spawnermod.SpawnerMod
[03jun2020 15:10:56.240] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file fpsreducer\fpsreducer-client.toml for fpsreducer tracking
[03jun2020 15:10:56.251] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity miner3
[03jun2020 15:10:56.260] [modloading-worker-3/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_146979_b with desc (II)V
[03jun2020 15:10:56.266] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file spawnermod-common.toml for spawnermod tracking
[03jun2020 15:10:56.286] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance fpsreducer of type bre2el.fpsreducer.FpsReducer
[03jun2020 15:10:56.287] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for fpsreducer
[03jun2020 15:10:56.287] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fpsreducer
[03jun2020 15:10:56.287] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for fpsreducer
[03jun2020 15:10:56.287] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance immersive_portals of type com.qouteall.hiding_in_the_bushes.ModMainForge
[03jun2020 15:10:56.298] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity crazy_burned
[03jun2020 15:10:56.409] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity obsidian_burned
[03jun2020 15:10:56.410] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file immersive_portals-client.toml for immersive_portals tracking
[03jun2020 15:10:56.418] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file immersive_portals-common.toml for immersive_portals tracking
[03jun2020 15:10:56.418] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance immersive_portals of type com.qouteall.hiding_in_the_bushes.ModMainForge
[03jun2020 15:10:56.418] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for immersive_portals
[03jun2020 15:10:56.418] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for immersive_portals
[03jun2020 15:10:56.419] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.qouteall.hiding_in_the_bushes.ModMainForge$RegistryEvents to MOD
[03jun2020 15:10:56.425] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity baby_cold
[03jun2020 15:10:56.443] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for immersive_portals
[03jun2020 15:10:56.443] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance exp_ore of type mod.krevik.expore.Main
[03jun2020 15:10:56.445] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity baby_marshied
[03jun2020 15:10:56.457] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity zombie_pirate
[03jun2020 15:10:56.472] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file exp_ore-common.toml for exp_ore tracking
[03jun2020 15:10:56.473] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance spawnermod of type com.branders.spawnermod.SpawnerMod
[03jun2020 15:10:56.474] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for spawnermod
[03jun2020 15:10:56.474] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for spawnermod
[03jun2020 15:10:56.474] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.branders.spawnermod.SpawnerMod to MOD
[03jun2020 15:10:56.474] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.branders.spawnermod.event.SpawnerEventHandler to FORGE
[03jun2020 15:10:56.474] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for spawnermod
[03jun2020 15:10:56.475] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance endergetic of type endergeticexpansion.core.EndergeticExpansion
[03jun2020 15:10:56.478] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity skeleton_pirate
[03jun2020 15:10:56.475] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance exp_ore of type mod.krevik.expore.Main
[03jun2020 15:10:56.482] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for exp_ore
[03jun2020 15:10:56.482] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for exp_ore
[03jun2020 15:10:56.482] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing mod.krevik.expore.Main$RegistryEvents to MOD
[03jun2020 15:10:56.493] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity treasure
[03jun2020 15:10:56.502] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing mod.krevik.expore.ConfigHandler to MOD
[03jun2020 15:10:56.503] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for exp_ore
[03jun2020 15:10:56.503] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance exp_bottling of type net.eidee.minecraft.exp_bottling.ExpBottling
[03jun2020 15:10:56.505] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance exp_bottling of type net.eidee.minecraft.exp_bottling.ExpBottling
[03jun2020 15:10:56.505] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for exp_bottling
[03jun2020 15:10:56.505] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for exp_bottling
[03jun2020 15:10:56.505] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.eidee.minecraft.exp_bottling.registry.TileEntityTypeRegistry to MOD
[03jun2020 15:10:56.513] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity opentreasure
[03jun2020 15:10:56.517] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.eidee.minecraft.exp_bottling.registry.ItemRegistry to MOD
[03jun2020 15:10:56.526] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity primedtntbarrel
[03jun2020 15:10:56.530] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.eidee.minecraft.exp_bottling.registry.ContainerTypeRegistry to MOD
[03jun2020 15:10:56.562] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.eidee.minecraft.exp_bottling.registry.BlockRegistry to MOD
[03jun2020 15:10:56.731] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for exp_bottling
[03jun2020 15:10:56.732] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance structure_gel of type com.legacy.structure_gel.StructureGelMod
[03jun2020 15:10:56.771] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity flying_beetle
[03jun2020 15:10:56.777] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file structure_gel-common.toml for structure_gel tracking
[03jun2020 15:10:56.778] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance structure_gel of type com.legacy.structure_gel.StructureGelMod
[03jun2020 15:10:56.778] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for structure_gel
[03jun2020 15:10:56.778] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for structure_gel
[03jun2020 15:10:56.778] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.legacy.structure_gel.StructureGelMod$Processors to MOD
[03jun2020 15:10:56.815] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity ancient_mummy
[03jun2020 15:10:56.849] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity miner4
[03jun2020 15:10:56.862] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.legacy.structure_gel.StructureGelMod$JigsawDeserializers to MOD
[03jun2020 15:10:56.863] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.legacy.structure_gel.StructureGelMod$Items to MOD
[03jun2020 15:10:56.897] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.legacy.structure_gel.StructureGelMod$Blocks to MOD
[03jun2020 15:10:57.037] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance rotten_creatures of type net.mcreator.rotten_creatures.RottenCreaturesMod
[03jun2020 15:10:57.037] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for rotten_creatures
[03jun2020 15:10:57.037] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for rotten_creatures
[03jun2020 15:10:57.037] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mcreator.rotten_creatures.config.Config to FORGE
[03jun2020 15:10:57.037] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for rotten_creatures
[03jun2020 15:10:57.038] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance usefulbackpacks of type info.u_team.useful_backpacks.UsefulBackpacksMod
[03jun2020 15:10:57.045] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for structure_gel
[03jun2020 15:10:57.046] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance corpse of type de.maxhenkel.corpse.Main
[03jun2020 15:10:57.079] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file usefulbackpacks-server.toml for usefulbackpacks tracking
[03jun2020 15:10:57.079] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance usefulbackpacks of type info.u_team.useful_backpacks.UsefulBackpacksMod
[03jun2020 15:10:57.079] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for usefulbackpacks
[03jun2020 15:10:57.079] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for usefulbackpacks
[03jun2020 15:10:57.079] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing info.u_team.useful_backpacks.init.UsefulBackpacksScreens to MOD
[03jun2020 15:10:57.116] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing info.u_team.useful_backpacks.init.UsefulBackpacksRecipeSerializers to MOD
[03jun2020 15:10:57.138] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file corpse-server.toml for corpse tracking
[03jun2020 15:10:57.139] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file corpse-client.toml for corpse tracking
[03jun2020 15:10:57.140] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance corpse of type de.maxhenkel.corpse.Main
[03jun2020 15:10:57.140] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for corpse
[03jun2020 15:10:57.141] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for corpse
[03jun2020 15:10:57.141] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing de.maxhenkel.corpse.Main to FORGE
[03jun2020 15:10:57.141] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for corpse
[03jun2020 15:10:57.141] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance minersadvantage of type uk.co.duelmonster.minersadvantage.MA
[03jun2020 15:10:57.168] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing info.u_team.useful_backpacks.init.UsefulBackpacksItems to MOD
[03jun2020 15:10:57.424] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing info.u_team.useful_backpacks.init.UsefulBackpacksContainerTypes to MOD
[03jun2020 15:10:57.493] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing info.u_team.useful_backpacks.data.UsefulBackpacksDataGenerator to MOD
[03jun2020 15:10:57.508] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for usefulbackpacks
[03jun2020 15:10:57.508] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance pandoras_creatures of type andrews.pandoras_creatures.Main
[03jun2020 15:10:57.667] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file minersadvantage-client.toml for minersadvantage tracking
[03jun2020 15:10:57.667] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file minersadvantage-server.toml for minersadvantage tracking
[03jun2020 15:10:57.708] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance minersadvantage of type uk.co.duelmonster.minersadvantage.MA
[03jun2020 15:10:57.708] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for minersadvantage
[03jun2020 15:10:57.708] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for minersadvantage
[03jun2020 15:10:57.708] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for minersadvantage
[03jun2020 15:10:57.708] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance savageandravage of type com.farcr.savageandravage.core.SavageAndRavage
[03jun2020 15:10:57.726] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file endergetic-common.toml for endergetic tracking
[03jun2020 15:10:57.726] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance endergetic of type endergeticexpansion.core.EndergeticExpansion
[03jun2020 15:10:57.726] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for endergetic
[03jun2020 15:10:57.726] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for endergetic
[03jun2020 15:10:57.727] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing endergeticexpansion.core.registry.other.EERegistryReplacements to MOD
[03jun2020 15:10:57.739] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing endergeticexpansion.core.registry.other.EECapabilities to FORGE
[03jun2020 15:10:57.751] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing endergeticexpansion.core.registry.EETileEntities to MOD
[03jun2020 15:10:57.892] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing endergeticexpansion.core.registry.EESounds to MOD
[03jun2020 15:10:57.900] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing endergeticexpansion.core.registry.EEItems to MOD
[03jun2020 15:10:57.960] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file savageandravage-common.toml for savageandravage tracking
[03jun2020 15:10:57.964] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance savageandravage of type com.farcr.savageandravage.core.SavageAndRavage
[03jun2020 15:10:57.964] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for savageandravage
[03jun2020 15:10:57.964] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for savageandravage
[03jun2020 15:10:57.964] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.farcr.savageandravage.core.registry.SRParticles$RegisterParticleFactories to MOD
[03jun2020 15:10:57.978] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.farcr.savageandravage.core.registry.SRItems to MOD
[03jun2020 15:10:58.017] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.farcr.savageandravage.core.registry.SREntities to MOD
[03jun2020 15:10:58.017] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.farcr.savageandravage.core.registry.SRBlocks to MOD
[03jun2020 15:10:58.051] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity rat
[03jun2020 15:10:58.071] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.farcr.savageandravage.core.events.SREvents to FORGE
[03jun2020 15:10:58.089] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity rat_spawner
[03jun2020 15:10:58.129] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity pied_piper
[03jun2020 15:10:58.133] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.farcr.savageandravage.core.events.ClientEvents to FORGE
[03jun2020 15:10:58.143] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.farcr.savageandravage.core.config.SRConfig to MOD
[03jun2020 15:10:58.144] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.farcr.savageandravage.common.advancement.SRTriggers to FORGE
[03jun2020 15:10:58.150] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file pandoras_creatures-client.toml for pandoras_creatures tracking
[03jun2020 15:10:58.150] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file pandoras_creatures-common.toml for pandoras_creatures tracking
[03jun2020 15:10:58.151] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance pandoras_creatures of type andrews.pandoras_creatures.Main
[03jun2020 15:10:58.151] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for pandoras_creatures
[03jun2020 15:10:58.151] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for pandoras_creatures
[03jun2020 15:10:58.151] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing andrews.pandoras_creatures.gui.screen.CreativeTabAdditions to FORGE
[03jun2020 15:10:58.153] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for savageandravage
[03jun2020 15:10:58.153] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance mantle of type slimeknights.mantle.Mantle
[03jun2020 15:10:58.156] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance mantle of type slimeknights.mantle.Mantle
[03jun2020 15:10:58.156] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for mantle
[03jun2020 15:10:58.156] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for mantle
[03jun2020 15:10:58.156] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for mantle
[03jun2020 15:10:58.156] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance inspirations of type knightminer.inspirations.Inspirations
[03jun2020 15:10:58.164] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity ratlantean_spirit
[03jun2020 15:10:58.189] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity ratlantean_spirit_flame
[03jun2020 15:10:58.214] [modloading-worker-0/DEBUG] [slimeknights.mantle.pulsar.config.PulsarConfig/PULSAR]: Built TOML config for C:\Users\wilfrido\AppData\Roaming\.minecraft\config\inspirationsModules.toml
[03jun2020 15:10:58.216] [modloading-worker-0/DEBUG] [slimeknights.mantle.pulsar.config.PulsarConfig/PULSAR]: Loaded TOML config file C:\Users\wilfrido\AppData\Roaming\.minecraft\config\inspirationsModules.toml
[03jun2020 15:10:58.231] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity ratlantean_automaton
[03jun2020 15:10:58.236] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity ratlantean_automaton_beam
[03jun2020 15:10:58.253] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity feral_ratlantean
[03jun2020 15:10:58.283] [modloading-worker-0/DEBUG] [Pulsar-inspirations/PULSAR]: Attaching [PulseManager[inspirations]] to event bus for container [net.minecraftforge.fml.javafmlmod.FMLModContainer@1339fa28]
[03jun2020 15:10:58.296] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file inspirations-server.toml for inspirations tracking
[03jun2020 15:10:58.297] [modloading-worker-0/INFO] [inspirations/]: Loading replacements config file...
[03jun2020 15:10:58.304] [modloading-worker-0/INFO] [inspirations/]: Config loaded.
[03jun2020 15:10:58.309] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity neo_ratlantean
[03jun2020 15:10:58.312] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity laser_beam
[03jun2020 15:10:58.314] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity laser_portal
[03jun2020 15:10:58.316] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity thrown_block
[03jun2020 15:10:58.332] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing andrews.pandoras_creatures.util.RehostedJarHandler to FORGE
[03jun2020 15:10:58.362] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing andrews.pandoras_creatures.util.loot_table.PCLootTableHandler to FORGE
[03jun2020 15:10:58.375] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing andrews.pandoras_creatures.util.trades.PCTradesHandler to FORGE
[03jun2020 15:10:58.394] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing andrews.pandoras_creatures.events.BlockInteractionHandler to FORGE
[03jun2020 15:10:58.401] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity vial_of_sentience
[03jun2020 15:10:58.428] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing andrews.pandoras_creatures.events.WolfAttackHandler to FORGE
[03jun2020 15:10:58.453] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing andrews.pandoras_creatures.events.RiderInventoryHandler to FORGE
[03jun2020 15:10:58.467] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing andrews.pandoras_creatures.events.EventHandler to FORGE
[03jun2020 15:10:58.484] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for pandoras_creatures
[03jun2020 15:10:58.484] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance dungeons of type com.zackapooomc.dungeons.DungeonsMod
[03jun2020 15:10:58.488] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing endergeticexpansion.core.registry.EEEntities to MOD
[03jun2020 15:10:58.491] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity pirat_boat
[03jun2020 15:10:58.555] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity pirat
[03jun2020 15:10:58.557] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity cheese_cannonball
[03jun2020 15:10:58.716] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity plague_doctor
[03jun2020 15:10:58.718] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity purifying_liquid
[03jun2020 15:10:58.761] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance dungeons of type com.zackapooomc.dungeons.DungeonsMod
[03jun2020 15:10:58.761] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for dungeons
[03jun2020 15:10:58.761] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for dungeons
[03jun2020 15:10:58.761] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for dungeons
[03jun2020 15:10:58.785] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity black_death
[03jun2020 15:10:58.822] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity plague_cloud
[03jun2020 15:10:58.824] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity plague_beast
[03jun2020 15:10:58.833] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity plague_shot
[03jun2020 15:10:58.840] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity rat_capture_net
[03jun2020 15:10:58.842] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity rat_dragon_fire
[03jun2020 15:10:58.849] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity rat_arrow
[03jun2020 15:10:58.876] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity ghost_pirat
[03jun2020 15:10:58.918] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity dutchrat
[03jun2020 15:10:58.920] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity dutchrat_sword
[03jun2020 15:10:58.934] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity ratfish
[03jun2020 15:10:58.961] [modloading-worker-0/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity redstone_arrow
[03jun2020 15:10:58.985] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity rattling_gun
[03jun2020 15:10:58.987] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity rattling_gun_bullet
[03jun2020 15:10:59.011] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity ratlantean_ratbot
[03jun2020 15:10:59.034] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity rat_mount_golem
[03jun2020 15:10:59.046] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity rat_mount_chicken
[03jun2020 15:10:59.080] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity rat_mount_beast
[03jun2020 15:10:59.082] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing endergeticexpansion.core.registry.EEBlocks to MOD
[03jun2020 15:10:59.082] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing endergeticexpansion.core.keybinds.KeybindHandler to FORGE
[03jun2020 15:10:59.090] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing endergeticexpansion.core.events.PlayerEvents to FORGE
[03jun2020 15:10:59.090] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity rat_mount_automaton
[03jun2020 15:10:59.113] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing endergeticexpansion.common.world.EndOverrideHandler to MOD
[03jun2020 15:10:59.139] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing endergeticexpansion.common.advancement.EECriteriaTriggers to FORGE
[03jun2020 15:10:59.151] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing endergeticexpansion.client.particle.EEParticles$RegisterParticleFactories to MOD
[03jun2020 15:10:59.163] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing endergeticexpansion.client.events.OverlayEvents to FORGE
[03jun2020 15:10:59.175] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for endergetic
[03jun2020 15:10:59.186] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance inspirations of type knightminer.inspirations.Inspirations
[03jun2020 15:10:59.186] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for inspirations
[03jun2020 15:10:59.186] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for inspirations
[03jun2020 15:10:59.186] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for inspirations
[03jun2020 15:10:59.187] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance xaerominimap of type xaero.minimap.XaeroMinimap
[03jun2020 15:10:59.317] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance xaerominimap of type xaero.minimap.XaeroMinimap
[03jun2020 15:10:59.317] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for xaerominimap
[03jun2020 15:10:59.317] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for xaerominimap
[03jun2020 15:10:59.317] [modloading-worker-0/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for xaerominimap
[03jun2020 15:10:59.527] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance rats of type com.github.alexthe666.rats.RatsMod
[03jun2020 15:10:59.527] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for rats
[03jun2020 15:10:59.527] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for rats
[03jun2020 15:10:59.528] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.github.alexthe666.rats.server.items.RatsItemRegistry to MOD
[03jun2020 15:10:59.528] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.github.alexthe666.rats.server.inventory.RatsContainerRegistry to MOD
[03jun2020 15:10:59.529] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.github.alexthe666.rats.server.events.CommonEvents to FORGE
[03jun2020 15:10:59.541] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.github.alexthe666.rats.server.entity.tile.RatsTileEntityRegistry to MOD
[03jun2020 15:10:59.541] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.github.alexthe666.rats.server.CommonProxy to MOD
[03jun2020 15:10:59.545] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.github.alexthe666.rats.server.blocks.RatsFluidRegistry to MOD
[03jun2020 15:10:59.560] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.github.alexthe666.rats.server.blocks.RatsBlockRegistry to MOD
[03jun2020 15:10:59.561] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.github.alexthe666.rats.RatsMod to FORGE
[03jun2020 15:10:59.561] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.github.alexthe666.rats.client.ClientProxy to FORGE
[03jun2020 15:10:59.563] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for rats
[03jun2020 15:10:59.563] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance autumnity of type com.markus1002.autumnity.core.Autumnity
[03jun2020 15:10:59.625] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file autumnity-common.toml for autumnity tracking
[03jun2020 15:10:59.637] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance autumnity of type com.markus1002.autumnity.core.Autumnity
[03jun2020 15:10:59.637] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for autumnity
[03jun2020 15:10:59.637] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for autumnity
[03jun2020 15:10:59.637] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.markus1002.autumnity.core.util.EventHandler to MOD
[03jun2020 15:10:59.638] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.markus1002.autumnity.core.registry.ModSoundEvents to MOD
[03jun2020 15:10:59.650] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.markus1002.autumnity.core.registry.ModPotions to MOD
[03jun2020 15:10:59.656] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.markus1002.autumnity.core.registry.ModParticles to MOD
[03jun2020 15:10:59.662] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.markus1002.autumnity.core.registry.ModPaintings to MOD
[03jun2020 15:10:59.663] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.markus1002.autumnity.core.registry.ModItems to MOD
[03jun2020 15:10:59.800] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.markus1002.autumnity.core.registry.ModFeatures to MOD
[03jun2020 15:10:59.819] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.markus1002.autumnity.core.registry.ModEntities to MOD
[03jun2020 15:10:59.876] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.markus1002.autumnity.core.registry.ModEffects to MOD
[03jun2020 15:10:59.895] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.markus1002.autumnity.core.registry.ModBlocks to MOD
[03jun2020 15:10:59.895] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.markus1002.autumnity.core.registry.ModBiomes to MOD
[03jun2020 15:10:59.895] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for autumnity
[03jun2020 15:10:59.895] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance oreexcavation of type oreexcavation.core.OreExcavation
[03jun2020 15:10:59.919] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file oreexcavation-common.toml for oreexcavation tracking
[03jun2020 15:10:59.919] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file oreexcavation-client.toml for oreexcavation tracking
[03jun2020 15:10:59.921] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance oreexcavation of type oreexcavation.core.OreExcavation
[03jun2020 15:10:59.921] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for oreexcavation
[03jun2020 15:10:59.921] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for oreexcavation
[03jun2020 15:10:59.921] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for oreexcavation
[03jun2020 15:10:59.922] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance endreborn of type com.electron.endreborn.EndReborn
[03jun2020 15:10:59.942] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file endreborn-common.toml for endreborn tracking
[03jun2020 15:11:00.060] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity endguard
[03jun2020 15:11:00.123] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance endreborn of type com.electron.endreborn.EndReborn
[03jun2020 15:11:00.123] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for endreborn
[03jun2020 15:11:00.123] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for endreborn
[03jun2020 15:11:00.123] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.electron.endreborn.ModMobs to MOD
[03jun2020 15:11:00.124] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.electron.endreborn.ModEvents to FORGE
[03jun2020 15:11:00.132] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.electron.endreborn.ModEvents$RegistryEvents to MOD
[03jun2020 15:11:00.139] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.electron.endreborn.ModConfigs to MOD
[03jun2020 15:11:00.139] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.electron.endreborn.ModClient to MOD
[03jun2020 15:11:00.146] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.electron.endreborn.EndTab to MOD
[03jun2020 15:11:00.147] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for endreborn
[03jun2020 15:11:00.147] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance doubleslabs of type cjminecraft.doubleslabs.DoubleSlabs
[03jun2020 15:11:00.159] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file doubleslabs-common.toml for doubleslabs tracking
[03jun2020 15:11:00.160] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance doubleslabs of type cjminecraft.doubleslabs.DoubleSlabs
[03jun2020 15:11:00.160] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for doubleslabs
[03jun2020 15:11:00.160] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for doubleslabs
[03jun2020 15:11:00.161] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing cjminecraft.doubleslabs.Registrar to MOD
[03jun2020 15:11:00.188] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing cjminecraft.doubleslabs.Events to FORGE
[03jun2020 15:11:00.198] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing cjminecraft.doubleslabs.Config to FORGE
[03jun2020 15:11:00.198] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for doubleslabs
[03jun2020 15:11:00.198] [Render thread/INFO] [net.minecraftforge.fml.DeferredWorkQueue/LOADING]: Dispatching synchronous work after CONSTRUCT: 1 jobs
[03jun2020 15:11:00.228] [Render thread/INFO] [net.minecraftforge.fml.DeferredWorkQueue/LOADING]: Synchronous work queue completed in 00:00:00.023
[03jun2020 15:11:00.229] [Render thread/FATAL] [net.minecraftforge.fml.ModLoader/LOADING]: Failed to complete lifecycle event CONSTRUCT, 1 errors found
[03jun2020 15:11:00.230] [Render 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-2.2.0-service.jar:?]
    at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:115) [?:?]
    at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2067/1273270490.run(Unknown Source) [?:?]
    at net.minecraftforge.fml.client.ClientModLoader.begin(ClientModLoader.java:97) [?:?]
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:392) [?:?]
    at net.minecraft.client.main.Main.main(SourceFile:166) [?:?]
    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:51) [forge-1.15.2-31.2.5.jar:31.2]
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$422/462777594.call(Unknown Source) [forge-1.15.2-31.2.5.jar:31.2]
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.1.0.jar:?]
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.1.0.jar:?]
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.1.0.jar:?]
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.1.0.jar:?]
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.1.0.jar:?]
[03jun2020 15:11:00.419] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:minecraft_earth for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\MCEarthMobs-0.18.3-1.15.2.jar
[03jun2020 15:11:00.420] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:craftingautomat for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\CraftingAutomat-MC1.15.2-1.2.2.jar
[03jun2020 15:11:00.420] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:jei for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\jei-1.15.2-6.0.0.2.jar
[03jun2020 15:11:00.421] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:teletubbies for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Teletubbies-1.15.2-6.0.0.jar
[03jun2020 15:11:00.421] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:abnormals_core for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Abnormals-Core-1.15.2-v1.0.5.jar
[03jun2020 15:11:00.421] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:uppers for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Uppers-0.2.12.jar
[03jun2020 15:11:00.421] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:goblintraders for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\goblintraders-1.2.0-1.15.2.jar
[03jun2020 15:11:00.422] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:caelus for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\caelus-FORGE-1.15.2-2.0-beta1.jar
[03jun2020 15:11:00.422] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:upgrade_aquatic for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Upgrade-Aquatic-1.15.2-v1.6.0.jar
[03jun2020 15:11:00.422] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:colytra for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\colytra-FORGE-1.15.2-3.0.jar
[03jun2020 15:11:00.422] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:neat for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Neat+1.6-21.jar
[03jun2020 15:11:00.423] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:bettercaves for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\BetterCaves-1.15.2-1.0.jar
[03jun2020 15:11:00.775] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:placebo for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Placebo-1.15.2-3.0.2.jar
[03jun2020 15:11:00.776] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:citadel for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\citadel-1.1.7.jar
[03jun2020 15:11:00.776] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:goodnightsleep for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\good-nights-sleep-1.15.2-1.0.3.jar
[03jun2020 15:11:00.777] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:fruittrees for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\FruitTrees-1.15.2-1.1.5.jar
[03jun2020 15:11:00.777] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:kiwi for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Kiwi-1.15.2-2.7.1.jar
[03jun2020 15:11:00.777] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:dungeoncrawl for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\DungeonCrawl-1.15.2-1.6.1.jar
[03jun2020 15:11:00.779] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:betteranimalsplus for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\betteranimalsplus-1.15.2-8.2.1.96.jar
[03jun2020 15:11:00.779] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:mutantbeasts for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\MutantBeasts-1.15.2-1.0.7.jar
[03jun2020 15:11:00.780] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:spawnermod for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\branders-enhanced-spawnermod-1.15.2-1.6.5.jar
[03jun2020 15:11:00.780] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:endergetic for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\The-Endergetic-Expansion-1.15.2-v1.3.1.jar
[03jun2020 15:11:00.780] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:uteamcore for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\u_team_core-1.15.2-2.11.0.156.jar
[03jun2020 15:11:00.780] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:enhancedvanilla for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\EnhancedVanilla_Snapshot_20w22c-Forge-1.15.2.31.2.0.jar
[03jun2020 15:11:00.781] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:apotheosis for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Apotheosis-1.15.2-3.1.2.jar
[03jun2020 15:11:00.781] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:venture for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\venture-1.0.0-1.15.2.jar
[03jun2020 15:11:00.834] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:leveluphp for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\leveluphp-mc1.15.2-forge-5.1.2.jar
[03jun2020 15:11:00.834] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:traverse for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\traverse-1.15.2-3.0.0.jar
[03jun2020 15:11:00.834] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:fpsreducer for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\FpsReducer-mc1.15.2-1.14.1.jar
[03jun2020 15:11:00.834] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:immersive_portals for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\immersive-portals-0.10(forMc1.15withForge).jar
[03jun2020 15:11:00.835] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:exp_ore for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\ExpOreMod-1.15.2-1.1.jar
[03jun2020 15:11:00.835] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:betterthanmending for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\BetterThanMending-1.4.0.jar
[03jun2020 15:11:00.835] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:tirphycraft for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\tirphycraft-2.0.4.jar
[03jun2020 15:11:00.835] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:swampexpansion for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Swamp-Expansion-1.15.2-v1.7.1.jar
[03jun2020 15:11:00.836] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:forge for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.15.2-31.2.5\forge-1.15.2-31.2.5-universal.jar
[03jun2020 15:11:00.836] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:mysticallib for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\mysticallib-1.15.2-2.0.0.jar
[03jun2020 15:11:00.836] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:exp_bottling for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\exp_bottling-1.15.2-1.jar
[03jun2020 15:11:00.837] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:structure_gel for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\structure-gel-api-1.15.2-1.0.0.jar
[03jun2020 15:11:00.837] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:corpse for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\corpse-1.15.2-1.0.0.jar
[03jun2020 15:11:00.837] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:minersadvantage for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\MinersAdvantage-1.15.2-1.6.7.29.jar
[03jun2020 15:11:00.837] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:rotten_creatures for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\RottenCreatures-1.15.2-0.9.7.jar
[03jun2020 15:11:00.838] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:usefulbackpacks for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\useful_backpacks-1.15.2-1.9.0.52.jar
[03jun2020 15:11:00.838] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:pandoras_creatures for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\pandoras_creatures-1.15.2-1.0.0.jar
[03jun2020 15:11:00.838] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:dungeons for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\uniquedungeons-1.1.1-universal.jar
[03jun2020 15:11:00.839] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:biomesoplenty for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\BiomesOPlenty-1.15.2-10.0.0.300-universal.jar
[03jun2020 15:11:00.839] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:valhelsia_structures for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\valhelsia_structures-15.0.3.jar
[03jun2020 15:11:00.839] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:dungeons_plus for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\dungeons-plus-1.15.2-1.0.0.jar
[03jun2020 15:11:00.840] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:wards for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\wards-1.15.2-1.4.0.jar
[03jun2020 15:11:00.840] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:xercamod for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\xercamod-1.15.2-1.0.jar
[03jun2020 15:11:00.840] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:atmospheric for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Atmospheric-1.15.2-1.4.0.jar
[03jun2020 15:11:00.841] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:bountiful for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Bountiful-1.15.2-3.1.1.jar
[03jun2020 15:11:00.841] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:dimdungeons for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\dimdungeons-1.06-forge-1.15.2.jar
[03jun2020 15:11:00.842] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:randomenchants for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\randomenchants-3.1.0.jar
[03jun2020 15:11:00.842] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:savageandravage for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Savage-and-Ravage-1.15.2-v1.1.2.jar
[03jun2020 15:11:00.842] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:mantle for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Mantle-1.15.2-1.5.15.jar
[03jun2020 15:11:00.842] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:inspirations for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Inspirations-1.15.2-1.1.0.jar
[03jun2020 15:11:00.842] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:xaerominimap for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Xaeros_Minimap_20.1.0_Forge_1.15.2.jar
[03jun2020 15:11:00.843] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:rats for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\rats-5.0.0-1.15.2 (1).jar
[03jun2020 15:11:00.843] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:autumnity for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\autumnity-1.3.1-1.15.2.jar
[03jun2020 15:11:00.843] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:oreexcavation for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\OreExcavation-1.7.149.jar
[03jun2020 15:11:00.843] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:endreborn for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\EndReborn+[0.5.4].jar
[03jun2020 15:11:00.843] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:doubleslabs for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\DoubleSlabs-1.15-2.3.0.jar
[03jun2020 15:11:00.844] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:midnight for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\themidnight-0.5.8.jar
[03jun2020 15:11:00.844] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:ambientenvironment for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\AmbientEnvironment-3.0.0.jar
[03jun2020 15:11:00.844] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:hunterillager for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\hunterillager-1.15.2-0.7.0.jar
[03jun2020 15:11:00.845] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:byg for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Biomes_You_Go-0.4.1-BETA.jar
[03jun2020 15:11:00.845] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:aquaculture for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Aquaculture-1.15.2-2.0.9.jar
[03jun2020 15:11:00.845] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:cloudboots for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\CloudBoots-1.15.2-2.0.0.jar
[03jun2020 15:11:00.845] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:minemenu for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\MineMenu-1.15.2-1.8.4.jar
[03jun2020 15:11:00.845] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:mubble for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Mubble-3.0.4-(Forge-1.15.2).jar
[03jun2020 15:11:00.846] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:farlanders for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\farlanders-1.15.2-1.1.2.jar
[03jun2020 15:11:00.865] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:minecraft_earth for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\MCEarthMobs-0.18.3-1.15.2.jar
[03jun2020 15:11:00.866] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:craftingautomat for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\CraftingAutomat-MC1.15.2-1.2.2.jar
[03jun2020 15:11:00.866] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:jei for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\jei-1.15.2-6.0.0.2.jar
[03jun2020 15:11:00.866] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:teletubbies for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Teletubbies-1.15.2-6.0.0.jar
[03jun2020 15:11:00.866] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:abnormals_core for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Abnormals-Core-1.15.2-v1.0.5.jar
[03jun2020 15:11:00.867] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:uppers for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Uppers-0.2.12.jar
[03jun2020 15:11:00.867] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:goblintraders for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\goblintraders-1.2.0-1.15.2.jar
[03jun2020 15:11:00.867] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:caelus for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\caelus-FORGE-1.15.2-2.0-beta1.jar
[03jun2020 15:11:00.867] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:upgrade_aquatic for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Upgrade-Aquatic-1.15.2-v1.6.0.jar
[03jun2020 15:11:00.868] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:colytra for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\colytra-FORGE-1.15.2-3.0.jar
[03jun2020 15:11:00.868] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:neat for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Neat+1.6-21.jar
[03jun2020 15:11:00.868] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:bettercaves for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\BetterCaves-1.15.2-1.0.jar
[03jun2020 15:11:00.869] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:placebo for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Placebo-1.15.2-3.0.2.jar
[03jun2020 15:11:00.869] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:citadel for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\citadel-1.1.7.jar
[03jun2020 15:11:00.869] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:goodnightsleep for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\good-nights-sleep-1.15.2-1.0.3.jar
[03jun2020 15:11:00.869] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:fruittrees for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\FruitTrees-1.15.2-1.1.5.jar
[03jun2020 15:11:00.869] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:kiwi for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Kiwi-1.15.2-2.7.1.jar
[03jun2020 15:11:00.870] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:dungeoncrawl for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\DungeonCrawl-1.15.2-1.6.1.jar
[03jun2020 15:11:00.870] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:betteranimalsplus for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\betteranimalsplus-1.15.2-8.2.1.96.jar
[03jun2020 15:11:00.870] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:mutantbeasts for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\MutantBeasts-1.15.2-1.0.7.jar
[03jun2020 15:11:00.870] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:spawnermod for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\branders-enhanced-spawnermod-1.15.2-1.6.5.jar
[03jun2020 15:11:00.871] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:endergetic for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\The-Endergetic-Expansion-1.15.2-v1.3.1.jar
[03jun2020 15:11:00.871] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:uteamcore for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\u_team_core-1.15.2-2.11.0.156.jar
[03jun2020 15:11:00.871] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:enhancedvanilla for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\EnhancedVanilla_Snapshot_20w22c-Forge-1.15.2.31.2.0.jar
[03jun2020 15:11:00.871] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:apotheosis for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Apotheosis-1.15.2-3.1.2.jar
[03jun2020 15:11:00.872] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:venture for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\venture-1.0.0-1.15.2.jar
[03jun2020 15:11:00.873] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:leveluphp for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\leveluphp-mc1.15.2-forge-5.1.2.jar
[03jun2020 15:11:00.873] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:traverse for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\traverse-1.15.2-3.0.0.jar
[03jun2020 15:11:00.873] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:fpsreducer for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\FpsReducer-mc1.15.2-1.14.1.jar
[03jun2020 15:11:00.873] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:immersive_portals for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\immersive-portals-0.10(forMc1.15withForge).jar
[03jun2020 15:11:00.874] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:exp_ore for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\ExpOreMod-1.15.2-1.1.jar
[03jun2020 15:11:00.874] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:betterthanmending for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\BetterThanMending-1.4.0.jar
[03jun2020 15:11:00.874] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:tirphycraft for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\tirphycraft-2.0.4.jar
[03jun2020 15:11:00.874] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:swampexpansion for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Swamp-Expansion-1.15.2-v1.7.1.jar
[03jun2020 15:11:00.875] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:forge for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.15.2-31.2.5\forge-1.15.2-31.2.5-universal.jar
[03jun2020 15:11:00.875] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:mysticallib for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\mysticallib-1.15.2-2.0.0.jar
[03jun2020 15:11:00.875] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:exp_bottling for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\exp_bottling-1.15.2-1.jar
[03jun2020 15:11:00.876] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:structure_gel for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\structure-gel-api-1.15.2-1.0.0.jar
[03jun2020 15:11:00.876] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:corpse for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\corpse-1.15.2-1.0.0.jar
[03jun2020 15:11:00.876] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:minersadvantage for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\MinersAdvantage-1.15.2-1.6.7.29.jar
[03jun2020 15:11:00.876] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:rotten_creatures for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\RottenCreatures-1.15.2-0.9.7.jar
[03jun2020 15:11:00.877] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:usefulbackpacks for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\useful_backpacks-1.15.2-1.9.0.52.jar
[03jun2020 15:11:00.877] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:pandoras_creatures for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\pandoras_creatures-1.15.2-1.0.0.jar
[03jun2020 15:11:00.878] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:dungeons for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\uniquedungeons-1.1.1-universal.jar
[03jun2020 15:11:00.878] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:biomesoplenty for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\BiomesOPlenty-1.15.2-10.0.0.300-universal.jar
[03jun2020 15:11:00.879] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:valhelsia_structures for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\valhelsia_structures-15.0.3.jar
[03jun2020 15:11:00.879] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:dungeons_plus for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\dungeons-plus-1.15.2-1.0.0.jar
[03jun2020 15:11:00.879] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:wards for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\wards-1.15.2-1.4.0.jar
[03jun2020 15:11:00.880] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:xercamod for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\xercamod-1.15.2-1.0.jar
[03jun2020 15:11:00.880] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:atmospheric for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Atmospheric-1.15.2-1.4.0.jar
[03jun2020 15:11:00.880] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:bountiful for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Bountiful-1.15.2-3.1.1.jar
[03jun2020 15:11:00.880] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:dimdungeons for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\dimdungeons-1.06-forge-1.15.2.jar
[03jun2020 15:11:00.881] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:randomenchants for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\randomenchants-3.1.0.jar
[03jun2020 15:11:00.881] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:savageandravage for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Savage-and-Ravage-1.15.2-v1.1.2.jar
[03jun2020 15:11:00.881] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:mantle for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Mantle-1.15.2-1.5.15.jar
[03jun2020 15:11:00.881] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:inspirations for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Inspirations-1.15.2-1.1.0.jar
[03jun2020 15:11:00.882] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:xaerominimap for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Xaeros_Minimap_20.1.0_Forge_1.15.2.jar
[03jun2020 15:11:00.882] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:rats for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\rats-5.0.0-1.15.2 (1).jar
[03jun2020 15:11:00.882] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:autumnity for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\autumnity-1.3.1-1.15.2.jar
[03jun2020 15:11:00.883] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:oreexcavation for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\OreExcavation-1.7.149.jar
[03jun2020 15:11:00.883] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:endreborn for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\EndReborn+[0.5.4].jar
[03jun2020 15:11:00.883] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:doubleslabs for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\DoubleSlabs-1.15-2.3.0.jar
[03jun2020 15:11:00.883] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:midnight for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\themidnight-0.5.8.jar
[03jun2020 15:11:00.883] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:ambientenvironment for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\AmbientEnvironment-3.0.0.jar
[03jun2020 15:11:00.884] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:hunterillager for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\hunterillager-1.15.2-0.7.0.jar
[03jun2020 15:11:00.884] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:byg for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Biomes_You_Go-0.4.1-BETA.jar
[03jun2020 15:11:00.884] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:aquaculture for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Aquaculture-1.15.2-2.0.9.jar
[03jun2020 15:11:00.884] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:cloudboots for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\CloudBoots-1.15.2-2.0.0.jar
[03jun2020 15:11:00.885] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:minemenu for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\MineMenu-1.15.2-1.8.4.jar
[03jun2020 15:11:00.885] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:mubble for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\Mubble-3.0.4-(Forge-1.15.2).jar
[03jun2020 15:11:00.885] [Render thread/DEBUG] [net.minecraftforge.fml.client.ClientModLoader/CORE]: Generating PackInfo named mod:farlanders for mod file C:\Users\wilfrido\AppData\Roaming\.minecraft\mods\farlanders-1.15.2-1.1.2.jar
[03jun2020 15:11:00.903] [Render thread/DEBUG] [net.minecraftforge.fml.ForgeI18n/CORE]: Loading I18N data entries: 0
[03jun2020 15:11:01.291] [Render thread/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/]: Exception caught during firing event: null
    Index: 1
    Listeners:
        0: NORMAL
        1: ASM: knightminer.inspirations.building.BuildingClientProxy@432a109b registerBlockColors(Lnet/minecraftforge/client/event/ColorHandlerEvent$Block;)V
        2: ASM: knightminer.inspirations.tweaks.TweaksClientProxy@7189373f registerBlockColors(Lnet/minecraftforge/client/event/ColorHandlerEvent$Block;)V
        3: ASM: PulseManager[inspirations] propagateEvent(Lnet/minecraftforge/eventbus/api/Event;)V
java.lang.NullPointerException
    at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97)
    at knightminer.inspirations.building.BuildingClientProxy.registerBlockColors(BuildingClientProxy.java:100)
    at net.minecraftforge.eventbus.ASMEventHandler_604_BuildingClientProxy_registerBlockColors_Block.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$31(ModLoader.java:260)
    at net.minecraftforge.fml.ModLoader$$Lambda$5482/1795102078.accept(Unknown Source)
    at java.util.HashMap.forEach(HashMap.java:1280)
    at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:218)
    at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260)
    at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:207)
    at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76)
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:419)
    at net.minecraft.client.main.Main.main(SourceFile:166)
    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:51)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$422/462777594.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)

[03jun2020 15:11:01.306] [Render thread/INFO] [STDOUT/]: [net.minecraft.util.registry.Bootstrap:func_179870_a:103]: ---- Minecraft Crash Report ----
// Don't be sad, have a hug! ❤️

Time: 3/06/20 03:11 PM
Description: Initializing game

java.lang.NullPointerException: Initializing game
    at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at knightminer.inspirations.building.BuildingClientProxy.registerBlockColors(BuildingClientProxy.java:100) ~[?:1.15.2-1.1.0] {re:classloading}
    at net.minecraftforge.eventbus.ASMEventHandler_604_BuildingClientProxy_registerBlockColors_Block.invoke(.dynamic) ~[?:?] {}
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-2.2.0-service.jar:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.2.0-service.jar:?] {}
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:31.2] {re:classloading}
    at net.minecraftforge.fml.ModLoader.lambda$postEvent$31(ModLoader.java:260) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader$$Lambda$5482/1795102078.accept(Unknown Source) ~[?:?] {}
    at java.util.HashMap.forEach(HashMap.java:1280) ~[?:1.8.0_51] {}
    at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:218) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260) ~[?:?] {re:classloading}
    at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:207) ~[?:?] {re:classloading}
    at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:419) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.main(SourceFile:166) [?:?] {re:classloading}
    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:51) [forge-1.15.2-31.2.5.jar:31.2] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$422/462777594.call(Unknown Source) [forge-1.15.2-31.2.5.jar:31.2] {}
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.1.0.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.1.0.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.1.0.jar:?] {}
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.1.0.jar:?] {}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.1.0.jar:?] {}


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

-- Head --
Thread: Render thread
Stacktrace:
    at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97)
    at knightminer.inspirations.building.BuildingClientProxy.registerBlockColors(BuildingClientProxy.java:100)
    at net.minecraftforge.eventbus.ASMEventHandler_604_BuildingClientProxy_registerBlockColors_Block.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$31(ModLoader.java:260)
    at net.minecraftforge.fml.ModLoader$$Lambda$5482/1795102078.accept(Unknown Source)
    at java.util.HashMap.forEach(HashMap.java:1280)
    at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:218)
    at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260)
    at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:207)
    at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76)
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:419)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.main.Main.main(SourceFile:166)
    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:51)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$422/462777594.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)

debug-3.log.gzdebug-2.log.gzdebug-1.log.gzdebug-5.log.gz
        - InspirationsShared (Enabled/Forced)debug-4.log.gzdebug-3.log.gz
        - InspirationsBuilding (Enabled/Not Forced)
        - InspirationsUtility (Enabled/Not Forced)
        - InspirationsTools (Enabled/Not Forced)
        - InspirationsTweaks (Enabled/Not Forced)

    Launched Version: 1.15.2-forge-31.2.5
    Backend library: LWJGL version 3.2.2 build 10
    Backend API: Intel(R) HD Graphics GL version 2.1.0 - Build 8.15.10.2900, Intel
    GL Caps: Using framebuffer using ARB_framebuffer_object extension
    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'forge'
    Type: Client (map_client.txt)
    CPU: 4x Intel(R) Core(TM) i7 CPU L 640 @ 2.13GHz
[03jun2020 15:11:01.328] [Render thread/INFO] [STDOUT/]: [net.minecraft.util.registry.Bootstrap:func_179870_a:103]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\wilfrido\AppData\Roaming\.minecraft\crash-reports\crash-2020-06-03_15.11.01-client.txt
 

 

Link to comment
Share on other sites

I see errors coming out of Apotheosis' coremod, and it looks like RandomEnchants failed to properly declare a dependency that you didn't install.

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

Please post logs using one of the following sites (Thank you Lumber Wizard for the list):

https://gist.github.com/100MB Requires member (Free)

https://pastebin.com/: 512KB as guest, 10MB as Pro ($$$)

https://hastebin.com/: 400KB

Do NOT use sites like Mediafire, Dropbox, OneDrive, Google Drive, or a site that has a countdown before offering downloads.

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

Post your installer log, found in the same place you ran the installer

This log will be called either installer.log or named the same as the installer but with .log on the end

Note for Windows users:

Windows hides file extensions by default so the installer may appear without the .jar extension then when the .log is added the log will appear with the .jar extension

 

Where to get it:

Mojang Launcher: When using the Mojang launcher debug.log is found in .minecraft\logs.

 

Curse/Overwolf: If you are using the Curse Launcher, their configurations break Forge's log settings, fortunately there is an easier workaround than I originally thought, this works even with Curse's installation of the Minecraft launcher as long as it is not launched THROUGH Twitch:

Spoiler
  1. Make sure you have the correct version of Forge installed (some packs are heavily dependent on one specific build of Forge)
  2. Make a launcher profile targeting this version of Forge.
  3. Set the launcher profile's GameDir property to the pack's instance folder (not the instances folder, the folder that has the pack's name on it).
  4. Now launch the pack through that profile and follow the "Mojang Launcher" instructions above.

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

If you don't see logs generated in the usual place, provide the launcher_log.txt from .minecraft

 

Server Not Starting:

Spoiler

If your server does not start or a command window appears and immediately goes away, run the jar manually and provide the output.

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

Get a screenshot of the URL bar or copy/paste the whole URL into a thread on the General Discussion board with a description of the Ad.

Lex will need the Ad ID contained in that URL to report it to Adfocus' support team.

 

Posting your mod as a GitHub Repo:

Spoiler

When you have an issue with your mod the most helpful thing you can do when asking for help is to provide your code to those helping you. The most convenient way to do this is via GitHub or another source control hub.

When setting up a GitHub Repo it might seem easy to just upload everything, however this method has the potential for mistakes that could lead to trouble later on, it is recommended to use a Git client or to get comfortable with the Git command line. The following instructions will use the Git Command Line and as such they assume you already have it installed and that you have created a repository.

 

  1. Open a command prompt (CMD, Powershell, Terminal, etc).
  2. Navigate to the folder you extracted Forge’s MDK to (the one that had all the licenses in).
  3. Run the following commands:
    1. git init
    2. git remote add origin [Your Repository's URL]
      • In the case of GitHub it should look like: https://GitHub.com/[Your Username]/[Repo Name].git
    3. git fetch
    4. git checkout --track origin/master
    5. git stage *
    6. git commit -m "[Your commit message]"
    7. git push
  4. Navigate to GitHub and you should now see most of the files.
    • note that it is intentional that some are not synced with GitHub and this is done with the (hidden) .gitignore file that Forge’s MDK has provided (hence the strictness on which folder git init is run from)
  5. Now you can share your GitHub link with those who you are asking for help.

[Workaround line, please ignore]

 

Link to comment
Share on other sites

Join the conversation

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

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

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

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

×   Your previous content has been restored.   Clear editor

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

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Hello. I've been having a problem when launching minecraft forge. It just doesn't open the game, and leaves me with this "(exit code 1)" error. Both regular and optifine versions of minecraft launch just fine, tried both with 1.18.2 and 1.20.1. I can assure that my drivers are updated so that can't be it, and i've tried using Java 17, 18 and 21 to no avail. Even with no mods installed, the thing won't launch. I'll leave the log here, although it's in spanish: https://jmp.sh/s/FPqGBSi30fzKJDt2M1gc My specs are this: Ryzen 3 4100 || Radeon R9 280x || 16gb ram || Windows 10 I'd appreciate any help, thank you in advance.
    • Hey, Me and my friends decided to start up a Server with "a few" mods, the last few days everything went well we used all the items we wanted. Now our Game crashes the moment we touch a Lava Bucket inside our Inventory. It just instantly closes and gives me an "Alc Cleanup"  Crash screen (Using GDLauncher). I honestly dont have a clue how to resolve this error. If anyone could help id really appreciate it, I speak German and Englisch so you can choose whatever you speak more fluently. Thanks in Advance. Plus I dont know how to link my Crash Report help for that would be nice too whoops
    • I hosted a minecraft server and I modded it, and there is always an error on the console which closes the server. If someone knows how to repair it, it would be amazing. Thank you. I paste the crash report down here: ---- Minecraft Crash Report ---- WARNING: coremods are present:   llibrary (llibrary-core-1.0.11-1.12.2.jar)   WolfArmorCore (WolfArmorAndStorage-1.12.2-3.8.0-universal-signed.jar)   AstralCore (astralsorcery-1.12.2-1.10.27.jar)   CreativePatchingLoader (CreativeCore_v1.10.71_mc1.12.2.jar)   SecurityCraftLoadingPlugin ([1.12.2] SecurityCraft v1.9.8.jar)   ForgelinPlugin (Forgelin-1.8.4.jar)   midnight (themidnight-0.3.5.jar)   FutureMC (Future-MC-0.2.19.jar)   SpartanWeaponry-MixinLoader (SpartanWeaponry-1.12.2-1.5.3.jar)   Backpacked (backpacked-1.4.3-1.12.2.jar)   LoadingPlugin (Reskillable-1.12.2-1.13.0.jar)   LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar) Contact their authors BEFORE contacting forge // There are four lights! Time: 3/28/24 12:17 PM Description: Exception in server tick loop net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/multiplayer/WorldClient     at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:89)     at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:612)     at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)     at java.lang.reflect.Method.invoke(Method.java:498)     at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)     at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)     at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)     at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)     at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)     at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)     at com.google.common.eventbus.EventBus.post(EventBus.java:217)     at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)     at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)     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:498)     at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)     at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)     at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)     at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)     at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)     at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)     at com.google.common.eventbus.EventBus.post(EventBus.java:217)     at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)     at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595)     at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98)     at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333)     at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125)     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)     at java.lang.Thread.run(Thread.java:750) Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/multiplayer/WorldClient     at java.lang.Class.getDeclaredMethods0(Native Method)     at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)     at java.lang.Class.privateGetPublicMethods(Class.java:2902)     at java.lang.Class.getMethods(Class.java:1615)     at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:82)     at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:82)     ... 31 more Caused by: java.lang.ClassNotFoundException: net.minecraft.client.multiplayer.WorldClient     at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)     at java.lang.ClassLoader.loadClass(ClassLoader.java:418)     at java.lang.ClassLoader.loadClass(ClassLoader.java:351)     ... 37 more Caused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer@4e558728 from coremod FMLCorePlugin     at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:260)     at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)     at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)     ... 39 more Caused by: java.lang.RuntimeException: Attempted to load class bsb for invalid side SERVER     at net.minecraftforge.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:62)     at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:256)     ... 41 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Details:     Minecraft Version: 1.12.2     Operating System: Linux (amd64) version 5.10.0-28-cloud-amd64     Java Version: 1.8.0_382, Temurin     Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Temurin     Memory: 948745536 bytes (904 MB) / 1564999680 bytes (1492 MB) up to 7635730432 bytes (7282 MB)     JVM Flags: 2 total; -Xmx8192M -Xms256M     IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0     FML: MCP 9.42 Powered by Forge 14.23.5.2860 63 mods loaded, 63 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                                |     |:----- |:------------------ |:----------------------- |:----------------------------------------------------- |:---------------------------------------- |     | LC    | minecraft          | 1.12.2                  | minecraft.jar                                         | None                                     |     | LC    | mcp                | 9.42                    | minecraft.jar                                         | None                                     |     | LC    | FML                | 8.0.99.99               | forge-1.12.2-14.23.5.2860.jar                         | e3c3d50c7c986df74c645c0ac54639741c90a557 |     | LC    | forge              | 14.23.5.2860            | forge-1.12.2-14.23.5.2860.jar                         | e3c3d50c7c986df74c645c0ac54639741c90a557 |     | LC    | creativecoredummy  | 1.0.0                   | minecraft.jar                                         | None                                     |     | LC    | backpacked         | 1.4.2                   | backpacked-1.4.3-1.12.2.jar                           | None                                     |     | LC    | itemblacklist      | 1.4.3                   | ItemBlacklist-1.4.3.jar                               | None                                     |     | LC    | securitycraft      | v1.9.8                  | [1.12.2] SecurityCraft v1.9.8.jar                     | None                                     |     | LC    | aiimprovements     | 0.0.1.3                 | AIImprovements-1.12-0.0.1b3.jar                       | None                                     |     | LC    | jei                | 4.16.1.301              | jei_1.12.2-4.16.1.301.jar                             | None                                     |     | LC    | appleskin          | 1.0.14                  | AppleSkin-mc1.12-1.0.14.jar                           | None                                     |     | LC    | baubles            | 1.5.2                   | Baubles-1.12-1.5.2.jar                                | None                                     |     | LC    | astralsorcery      | 1.10.27                 | astralsorcery-1.12.2-1.10.27.jar                      | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |     | LC    | attributefix       | 1.0.12                  | AttributeFix-Forge-1.12.2-1.0.12.jar                  | None                                     |     | LC    | atum               | 2.0.20                  | Atum-1.12.2-2.0.20.jar                                | None                                     |     | LC    | bloodmoon          | 1.5.3                   | Bloodmoon-MC1.12.2-1.5.3.jar                          | d72e0dd57935b3e9476212aea0c0df352dd76291 |     | LC    | forgelin           | 1.8.4                   | Forgelin-1.8.4.jar                                    | None                                     |     | LC    | bountiful          | 2.2.2                   | Bountiful-2.2.2.jar                                   | None                                     |     | LC    | camera             | 1.0.10                  | camera-1.0.10.jar                                     | None                                     |     | LC    | chisel             | MC1.12.2-1.0.2.45       | Chisel-MC1.12.2-1.0.2.45.jar                          | None                                     |     | LC    | collective         | 3.0                     | collective-1.12.2-3.0.jar                             | None                                     |     | LC    | reskillable        | 1.12.2-1.13.0           | Reskillable-1.12.2-1.13.0.jar                         | None                                     |     | LC    | compatskills       | 1.12.2-1.17.0           | CompatSkills-1.12.2-1.17.0.jar                        | None                                     |     | LC    | creativecore       | 1.10.0                  | CreativeCore_v1.10.71_mc1.12.2.jar                    | None                                     |     | LC    | customnpcs         | 1.12                    | CustomNPCs_1.12.2-(05Jul20).jar                       | None                                     |     | LC    | darknesslib        | 1.1.2                   | DarknessLib-1.12.2-1.1.2.jar                          | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |     | LC    | dungeonsmod        | @VERSION@               | DungeonsMod-1.12.2-1.0.8.jar                          | None                                     |     | LC    | enhancedvisuals    | 1.3.0                   | EnhancedVisuals_v1.4.4_mc1.12.2.jar                   | None                                     |     | LC    | extrautils2        | 1.0                     | extrautils2-1.12-1.9.9.jar                            | None                                     |     | LC    | futuremc           | 0.2.6                   | Future-MC-0.2.19.jar                                  | None                                     |     | LC    | geckolib3          | 3.0.30                  | geckolib-forge-1.12.2-3.0.31.jar                      | None                                     |     | LC    | gottschcore        | 1.15.1                  | GottschCore-mc1.12.2-f14.23.5.2859-v1.15.1.jar        | None                                     |     | LC    | hardcorerevival    | 1.2.0                   | HardcoreRevival_1.12.2-1.2.0.jar                      | None                                     |     | LC    | waila              | 1.8.26                  | Hwyla-1.8.26-B41_1.12.2.jar                           | None                                     |     | LE    | imsm               | 1.12                    | Instant Massive Structures Mod 1.12.2.jar             | None                                     |     | L     | journeymap         | 1.12.2-5.7.1p2          | journeymap-1.12.2-5.7.1p2.jar                         | None                                     |     | L     | mobsunscreen       | @version@               | mobsunscreen-1.12.2-3.1.5.jar                         | None                                     |     | L     | morpheus           | 1.12.2-3.5.106          | Morpheus-1.12.2-3.5.106.jar                           | None                                     |     | L     | llibrary           | 1.7.20                  | llibrary-1.7.20-1.12.2.jar                            | None                                     |     | L     | mowziesmobs        | 1.5.8                   | mowziesmobs-1.5.8.jar                                 | None                                     |     | L     | nocubessrparmory   | 3.0.0                   | NoCubes_SRP_Combat_Addon_3.0.0.jar                    | None                                     |     | L     | nocubessrpnests    | 3.0.0                   | NoCubes_SRP_Nests_Addon_3.0.0.jar                     | None                                     |     | L     | nocubessrpsurvival | 3.0.0                   | NoCubes_SRP_Survival_Addon_3.0.0.jar                  | None                                     |     | L     | nocubesrptweaks    | V4.1                    | nocubesrptweaks-V4.1.jar                              | None                                     |     | L     | patchouli          | 1.0-23.6                | Patchouli-1.0-23.6.jar                                | None                                     |     | L     | artifacts          | 1.1.2                   | RLArtifacts-1.1.2.jar                                 | None                                     |     | L     | rsgauges           | 1.2.8                   | rsgauges-1.12.2-1.2.8.jar                             | None                                     |     | L     | rustic             | 1.1.7                   | rustic-1.1.7.jar                                      | None                                     |     | L     | silentlib          | 3.0.13                  | SilentLib-1.12.2-3.0.14+168.jar                       | None                                     |     | L     | scalinghealth      | 1.3.37                  | ScalingHealth-1.12.2-1.3.42+147.jar                   | None                                     |     | L     | lteleporters       | 1.12.2-3.0.2            | simpleteleporters-1.12.2-3.0.2.jar                    | None                                     |     | L     | spartanshields     | 1.5.5                   | SpartanShields-1.12.2-1.5.5.jar                       | None                                     |     | L     | spartanweaponry    | 1.5.3                   | SpartanWeaponry-1.12.2-1.5.3.jar                      | None                                     |     | L     | srparasites        | 1.9.18                  | SRParasites-1.12.2v1.9.18.jar                         | None                                     |     | L     | treasure2          | 2.2.0                   | Treasure2-mc1.12.2-f14.23.5.2859-v2.2.1.jar           | None                                     |     | L     | treeharvester      | 4.0                     | treeharvester_1.12.2-4.0.jar                          | None                                     |     | L     | twilightforest     | 3.11.1021               | twilightforest-1.12.2-3.11.1021-universal.jar         | None                                     |     | L     | variedcommodities  | 1.12.2                  | VariedCommodities_1.12.2-(31Mar23).jar                | None                                     |     | L     | voicechat          | 1.12.2-2.4.32           | voicechat-forge-1.12.2-2.4.32.jar                     | None                                     |     | L     | wolfarmor          | 3.8.0                   | WolfArmorAndStorage-1.12.2-3.8.0-universal-signed.jar | None                                     |     | L     | worldborder        | 2.3                     | worldborder_1.12.2-2.3.jar                            | None                                     |     | L     | midnight           | 0.3.5                   | themidnight-0.3.5.jar                                 | None                                     |     | L     | structurize        | 1.12.2-0.10.277-RELEASE | structurize-1.12.2-0.10.277-RELEASE.jar               | None                                     |     Loaded coremods (and transformers):  llibrary (llibrary-core-1.0.11-1.12.2.jar)   net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer   net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher WolfArmorCore (WolfArmorAndStorage-1.12.2-3.8.0-universal-signed.jar)    AstralCore (astralsorcery-1.12.2-1.10.27.jar)    CreativePatchingLoader (CreativeCore_v1.10.71_mc1.12.2.jar)    SecurityCraftLoadingPlugin ([1.12.2] SecurityCraft v1.9.8.jar)    ForgelinPlugin (Forgelin-1.8.4.jar)    midnight (themidnight-0.3.5.jar)   com.mushroom.midnight.core.transformer.MidnightClassTransformer FutureMC (Future-MC-0.2.19.jar)   thedarkcolour.futuremc.asm.CoreTransformer SpartanWeaponry-MixinLoader (SpartanWeaponry-1.12.2-1.5.3.jar)    Backpacked (backpacked-1.4.3-1.12.2.jar)   com.mrcrayfish.backpacked.asm.BackpackedTransformer LoadingPlugin (Reskillable-1.12.2-1.13.0.jar)   codersafterdark.reskillable.base.asm.ClassTransformer LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar)   lumien.bloodmoon.asm.ClassTransformer     Profiler Position: N/A (disabled)     Is Modded: Definitely; Server brand changed to 'fml,forge'     Type: Dedicated Server (map_server.txt)
    • When i add mods like falling leaves, visuality and kappas shaders, even if i restart Minecraft they dont show up in the mods menu and they dont work
    • Delete the forge-client.toml file in your config folder  
  • Topics

×
×
  • Create New...

Important Information

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