Jump to content

Twitch Minecraft Modded Crash on startup


SoISe

Recommended Posts

I wasn't sure what to put this under But I only recently was playing Modded Minecraft Normally but then for some reason minecraft Kept crashing on startup I was using the Twitch Launcher it was all fine until recently but here is the Crash LOG

---- Minecraft Crash Report ----
// I let you down. Sorry :(

Time: 5/19/20 10:41 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:accesstransformer:B,pl:runtimedistcleaner:A}
    at com.endlesnights.torchslabsmod.blocks.vanilla.ColorHandler.registerBlockColorHandler(ColorHandler.java:26) ~[?:v1.6.10] {re:classloading}
    at net.minecraftforge.eventbus.ASMEventHandler_118_ColorHandler_registerBlockColorHandler_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$5609/1012263380.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:accesstransformer:B,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:56) [forge-1.15.2-31.2.0.jar:31.2] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$458/1311004473.call(Unknown Source) [forge-1.15.2-31.2.0.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 com.endlesnights.torchslabsmod.blocks.vanilla.ColorHandler.registerBlockColorHandler(ColorHandler.java:26)
    at net.minecraftforge.eventbus.ASMEventHandler_118_ColorHandler_registerBlockColorHandler_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$5609/1012263380.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:56)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$458/1311004473.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 10 (amd64) version 10.0
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 707849776 bytes (675 MB) / 1673003008 bytes (1595 MB) up to 3102212096 bytes (2958 MB)
    CPUs: 8
    JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx3328m -Xms256m -XX:PermSize=256m
    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.0.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.15.2-31.2.0.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-2.1.1-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge-1.15.2-31.2.0.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.15.2-31.2.0.jar runtimedistcleaner PLUGINSERVICE 
        /forge-1.15.2-31.2.0.jar fml TRANSFORMATIONSERVICE 
        /MixinBootstrap-1.0.3.jar mixinbootstrap TRANSFORMATIONSERVICE 
        /MixinBootstrap-1.0.3.jar mixin PLUGINSERVICE 
        /MixinBootstrap-1.0.3.jar mixinbootstrap PLUGINSERVICE 
    FML: 31.2
    Forge: net.minecraftforge:31.2.0
    FML Language Providers: 
        javafml@31.2
        minecraft@1
    Mod List: 
        super_stick_sword-1.15.2-2.0.0.jar Super Stick sword {super_stick_sword@1.15.2-2.0.0 CREATE_REGISTRIES}
        SaveMyStronghold-1.15.2-1.0.0.jar Save My Stronghold! {savemystronghold@1.15.2-1.0.0 CREATE_REGISTRIES}
        inventorysorter-1.15.2-17.0.0.jar Simple Inventory Sorter {inventorysorter@17.0.0 CREATE_REGISTRIES}
        TrashSlot_1.15.2-11.0.0.jar TrashSlot {trashslot@11.0.0 CREATE_REGISTRIES}
        torchslabmod-1.15.2_v1.6.10.jar Torch Slab Mod {torchslabmod@1.6.10 CREATE_REGISTRIES}
        mining-helmet-1.15.2-1.0.8.jar Mining Helmet {mining_helmet@1.0.8 CREATE_REGISTRIES}
        PreGenForge-0.1.0-mc1.15.2.jar PreGenForge {pregenforge@0.1.0 CREATE_REGISTRIES}
        curiousshulkerboxes-FORGE-1.15.2-2.0.0.1.jar Curious Shulker Boxes {curiousshulkerboxes@FORGE-1.15.2-2.0.0.1 CREATE_REGISTRIES}
        jei-1.15.2-6.0.0.4.jar Just Enough Items {jei@6.0.0.4 CREATE_REGISTRIES}
        worleycaves-1.15.2-1.6.0.jar Worley's Caves {worleycaves@1.15.2-1.6.0 CREATE_REGISTRIES}
        prefab-1.5.0.9.jar Prefab {prefab@1.5.0.9 CREATE_REGISTRIES}
        lithium-mc1.15.2-forge-0.4.6-rc3-mod.jar Lithium {lithium@0.4.6-rc3 CREATE_REGISTRIES}
        Abnormals-Core-1.15.2-v1.0.4.jar Abnormals Core {abnormals_core@1.0.4 CREATE_REGISTRIES}
        Buzzier-Bees-1.15.2-v1.5.0.jar Buzzier Bees {buzzierbees@v1.5.0 CREATE_REGISTRIES}
        goblintraders-1.2.0-mc1.15.2.jar Goblin Traders {goblintraders@1.2.0 CREATE_REGISTRIES}
        ProjectE-Mod-1.15.2.jar ProjectE {projecte@1.0.2B CREATE_REGISTRIES}
        SneakyMagic-v2.0-1.15.2.jar Sneaky Magic {sneakymagic@2.0 CREATE_REGISTRIES}
        KleeSlabs_1.15.2-8.0.0.jar KleeSlabs {kleeslabs@8.0.0 CREATE_REGISTRIES}
        Bloomful-1.15.2-v1.4.0.jar Bloomful {bloomful@NONE CREATE_REGISTRIES}
        extraboats-1.3.5-1.15.2.jar Extra Boats {extraboats@1.3.5 CREATE_REGISTRIES}
        goldenhopper-1.1.1-mc1.15.2.jar Golden Hopper {goldenhopper@1.1.1 CREATE_REGISTRIES}
        TerraForged-1.15.2-0.0.14.jar TerraForged {terraforged@0.0.14 CREATE_REGISTRIES}
        journeymap-1.15.2-5.7.0b2.jar Journeymap {journeymap@5.7.0b2 CREATE_REGISTRIES}
        Controlling-6.1.4.jar Controlling {controlling@6.1.4 CREATE_REGISTRIES}
        comforts-FORGE-1.15.2-2.0.0.2.jar Comforts {comforts@FORGE-1.15.2-2.0.0.2 CREATE_REGISTRIES}
        citadel-1.1.5-1.15.2.jar Citadel {citadel@1.1.5 CREATE_REGISTRIES}
        NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {naturescompass@1.15.2-1.8.5 CREATE_REGISTRIES}
        VanillaTweaks-1.15.2.1.5.26.jar VanillaTweaks {vanillatweaks@1.15.2.1.5.26 CREATE_REGISTRIES}
        potionofbees-1.15.2-1.0.1.jar Potion of Bees {potionofbees@1.15.2-1.0.1 CREATE_REGISTRIES}
        NomadicTents-1.15.2-11.0.0-beta.jar Nomadic Tents {nomadictents@11.0.0-beta CREATE_REGISTRIES}
        curioofundying-FORGE-1.15.2-3.0.jar Curio of Undying {curioofundying@FORGE-1.15.2-3.0 CREATE_REGISTRIES}
        MutantBeasts-1.15.2-1.0.7.jar Mutant Beasts {mutantbeasts@1.15.2-1.0.7 CREATE_REGISTRIES}
        The-Endergetic-Expansion-1.15.2-v1.3.1.jar The Endergetic Expansion {endergetic@1.3.1 CREATE_REGISTRIES}
        snowundertrees-1.15.2-v1.1.1.jar Snow Under Trees {snowundertrees@v1.1.1 CREATE_REGISTRIES}
        guardvillagers-1.15.2-1.0.6.jar Guard Villagers {guardvillagers@1.0.6 CREATE_REGISTRIES}
        mcjtylib-1.15-4.1.0-beta.jar McJtyLib {mcjtylib@1.15-4.1.0-beta CREATE_REGISTRIES}
        rftoolsbase-1.15-1.1.1-beta.jar RFToolsBase {rftoolsbase@1.15-1.1.1-beta CREATE_REGISTRIES}
        ForgivingVoid_1.15.1-4.0.0.jar Forgiving Void {forgivingvoid@4.0.0 CREATE_REGISTRIES}
        mahoutsukai-1.15.2-v1.17.4.jar Mahou Tsukai {mahoutsukai@1.15.2-v1.17.4 CREATE_REGISTRIES}
        venture-1.0.0-1.15.2.jar Venture {venture@1.0.0 CREATE_REGISTRIES}
        endercompass-2.0.jar Ender Compass {endercompass@2.0 CREATE_REGISTRIES}
        Swamp-Expansion-1.15.2-v1.7.1.jar Swamp Expansion {swampexpansion@NONE CREATE_REGISTRIES}
        TOOLKIT-1.15.2-1.6.4.jar Tool Kit {toolkit@1.15.2-1.6.4 CREATE_REGISTRIES}
        forge-1.15.2-31.2.0-universal.jar Forge {forge@31.2.0 CREATE_REGISTRIES}
        FeederHelmet-1.7.0.jar AutoFeederHelmet {feederhelmet@1.7.0 CREATE_REGISTRIES}
        amb-1.15.2-0.6.0.jar Aurum's More Blocks {amb@1.15.2-0.6.0 CREATE_REGISTRIES}
        Explorercraft-1.15.2-4.0.1.jar Explorercraft {explorercraft@1.15.2-4.0.1 CREATE_REGISTRIES}
        ironchest-1.15.2-10.0.3.jar Iron Chests {ironchest@1.15.2-10.0.1 CREATE_REGISTRIES}
        UselessSword-1.15.2-V1.1.1.jar Useless Sword {useless_sword@1.1.1 CREATE_REGISTRIES}
        forge-1.15.2-31.2.0-client.jar Minecraft {minecraft@1.15.2 CREATE_REGISTRIES}
        extraanvils-3.0.jar Extra Anvils {extraanvils@3.0 CREATE_REGISTRIES}
        torchmaster-2.1.1-rc0.jar Torchmaster {torchmaster@2.1.1-rc0 CREATE_REGISTRIES}
        theoneprobe-1.15-2.0.2.jar The One Probe {theoneprobe@1.15-2.0.2 CREATE_REGISTRIES}
        SilentLib-1.15.2-4.6.1+49.jar Silent Lib {silentlib@4.6.1+49 CREATE_REGISTRIES}
        phosphor-forge-mc1.15.2-0.5.2+build.4.jar Phosphor {phosphor@0.5.2+build.4 CREATE_REGISTRIES}
        wards-1.15.2-1.4.0.jar Wards {wards@1.15.2-1.4.0 CREATE_REGISTRIES}
        Atmospheric-1.15.2-v1.3.0.jar Atmospheric {atmospheric@v1.3.0 CREATE_REGISTRIES}
        randomenchants-3.1.0.jar Random Enchants {randomenchants@3.1.0 ERROR}
        goprone-1.15.x-1.3.0.jar GoProne {goprone@1.15.x-1.3.0 CREATE_REGISTRIES}
        curios-FORGE-1.15.2-2.0.2.2.jar Curios API {curios@FORGE-1.15.2-2.0.2.2 CREATE_REGISTRIES}
        Botania-r1.15-384.jar Botania {botania@r1.15-384 CREATE_REGISTRIES}
        Patchouli-1.15.2-1.2-33.jar Patchouli {patchouli@1.15.2-1.2-33 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}
        rats-5.2.2-1.15.2.jar Rats {rats@5.2.2 CREATE_REGISTRIES}
        gravestone-1.17.4.jar Gravestone Mod {gravestone@1.17.4 CREATE_REGISTRIES}
        AutoRegLib-1.5-40.jar AutoRegLib {autoreglib@1.5-40 CREATE_REGISTRIES}
        Quark-r2.1-237.jar Quark {quark@r2.1-237 CREATE_REGISTRIES}
        [1.15.2]+SecurityCraft+v1.8.18.jar SecurityCraft {securitycraft@v1.8.18 CREATE_REGISTRIES}
        OreExcavation-1.7.151.jar Ore Excavation {oreexcavation@NONE CREATE_REGISTRIES}
        performant-1.15-1.7.jar Performant {performant@1.7 CREATE_REGISTRIES}
        themidnight-0.5.7-3.jar The Midnight {midnight@0.5.7-3 CREATE_REGISTRIES}
        AmbientEnvironment-3.0.0.jar Ambient Environment {ambientenvironment@3.0.0 CREATE_REGISTRIES}
        worldedit-forge-mc1.15.2-7.1.0.jar WorldEdit {worldedit@7.1.0;48cc31c CREATE_REGISTRIES}
        ProjectExtended-1.15.2-1.1.0.jar ProjectExtended {projectextended@1.1.0 CREATE_REGISTRIES}
        cfm-7.0.0-pre16-mc1.15.1.jar MrCrayfish's Furniture Mod {cfm@7.0.0-pre16 CREATE_REGISTRIES}
        AppleSkin-mc1.15.2-forge-1.0.13.jar AppleSkin {appleskin@1.0.13 CREATE_REGISTRIES}
        Biomes_You_Go-0.3.3-BETA.jar Oh The Biomes You'll Go {byg@0.2.1 CREATE_REGISTRIES}
        the_bumblezone-1.15.2-1.2.0.jar The Bumblezone {the_bumblezone@1.15.2-1.2.0 CREATE_REGISTRIES}
        YAMDA-5.0.3.jar YAMDA {yamda@5.0.3 CREATE_REGISTRIES}
        Charm-1.15.2-1.5.7.jar Charm {charm@1.15.2-1.5.7 CREATE_REGISTRIES}
        speedyladders-1.15.2-1.jar Speedy Ladders {speedyladders@1.15.2-1 CREATE_REGISTRIES}
        MineMenu-1.15.2-1.8.4.jar MineMenu {minemenu@1.15.2-1.8.4 CREATE_REGISTRIES}
        ScalingHealth-1.15.2-3.0.6+53.jar Scaling Health {scalinghealth@3.0.6+53 CREATE_REGISTRIES}
        overloadedarmorbar-4.0.0.jar Overloaded Armor Bar {overloadedarmorbar@4.0.0 CREATE_REGISTRIES}
        Cyclic-1.15.2-0.4.1.jar Cyclic {cyclic@1.15.2-0.4.1 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: forge-31.2.0
    Backend library: LWJGL version 3.2.2 build 10
    Backend API: Intel(R) UHD Graphics 620 GL version 4.5.0 - Build 25.20.100.6519, Intel
    GL Caps: Using framebuffer using OpenGL 3.0
    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'forge'
    Type: Client (map_client.txt)
    CPU: 8x Intel(R) Core(TM) i7-8565U CPU @ 1.80GHz

Link to comment
Share on other sites

12 minutes ago, diesieben07 said:

I don't use Twitch Launcher, but I am sure they have an option to open the game directory.

I'm using the Twitch Launcher because I already have 1.12.2 Modded Mine craft but I still don't know how to find the Game Directory so Should I just Transfer my 1.15.2 modded to normal Mine craft launcher I'll try that and put my 1.12.2 Mods somewhere in a Folder If I choose to play 1.12.2 again.

Edit: I tried transferring the Mods to the Normal Mine craft Launcher but the Game Still Crashed so It's Not Twitch's Fault

Edited by SoISe
Link to comment
Share on other sites

Oh I don't really know how to gain access to the Debug Log, welp thanks for the help probably will just have to Install the Mods in one by one till I figure it out, I moved the Mods to the Normal Launcher now they aren't on the Twitch Launcher anymore

Link to comment
Share on other sites

I think this is the Debug Log 

[12:29:36] [main/INFO]: ModLauncher running: args [--username, Haruki_Kura, --version, forge-31.2.0, --gameDir, C:\Users\Logan\Twitch\Minecraft\Instances\YO WHY, --assetsDir, C:\Users\Logan\Twitch\Minecraft\Install\assets, --assetIndex, 1.15, --uuid, 80dadfab7a96439a8f9443f0f50afdb2, --accessToken, ????????, --userType, mojang, --versionType, release, --width, 1024, --height, 768, --launchTarget, fmlclient, --fml.forgeVersion, 31.2.0, --fml.mcVersion, 1.15.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20200515.085601]
[12:29:36] [main/INFO]: ModLauncher 5.1.0+69+master.79f13f7 starting: java version 1.8.0_51 by Oracle Corporation
[12:29:37] [main/INFO]: Added Lets Encrypt root certificates as additional trust
[12:29:37] [main/WARN]: Configuration file C:\Users\Logan\Twitch\Minecraft\Instances\YO WHY\config\fml.toml is not correct. Correcting
[12:29:37] [main/WARN]: Incorrect key [defaultConfigPath] was corrected from null to defaultconfigs
[12:29:37] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8 Source=file:/C:/Users/Logan/Twitch/Minecraft/Instances/YO%20WHY/mods/MixinBootstrap-1.0.3.jar Service=ModLauncher Env=CLIENT
[12:29:39] [main/INFO]: [org.antlr.v4.runtime.ConsoleErrorListener:syntaxError:38]: line 13:99 token recognition error at: ';'
[12:29:40] [main/INFO]: Successfully loaded Mixin Connector [me.jellysquid.mods.lithium.mixin.LithiumMixinConnector]
[12:29:40] [main/INFO]: Successfully loaded Mixin Connector [me.jellysquid.mods.phosphor.mixin.PhosphorMixinConnector]
[12:29:40] [main/INFO]: Launching target 'fmlclient' with arguments [--version, forge-31.2.0, --gameDir, C:\Users\Logan\Twitch\Minecraft\Instances\YO WHY, --assetsDir, C:\Users\Logan\Twitch\Minecraft\Install\assets, --uuid, 80dadfab7a96439a8f9443f0f50afdb2, --username, Haruki_Kura, --assetIndex, 1.15, --accessToken, ????????, --userType, mojang, --versionType, release, --width, 1024, --height, 768]
[12:29:40] [main/INFO]: Lithium's configuration file was loaded successfully
[12:29:40] [main/INFO]: Not applying mixin 'me.jellysquid.mods.lithium.mixin.ai.nearby_entity_tracking.goals.MixinAvoidEntityGoal' as no configuration enables it
[12:29:40] [main/INFO]: Not applying mixin 'me.jellysquid.mods.lithium.mixin.ai.nearby_entity_tracking.goals.MixinLookAtGoal' as no configuration enables it
[12:29:40] [main/INFO]: Not applying mixin 'me.jellysquid.mods.lithium.mixin.ai.nearby_entity_tracking.MixinLivingEntity' as no configuration enables it
[12:29:40] [main/INFO]: Not applying mixin 'me.jellysquid.mods.lithium.mixin.ai.nearby_entity_tracking.MixinServerWorld' as no configuration enables it
[12:29:40] [main/INFO]: Not applying mixin 'me.jellysquid.mods.lithium.mixin.ai.nearby_entity_tracking.MixinWorld' as no configuration enables it
[12:29:41] [main/INFO]: Not applying mixin 'me.jellysquid.mods.lithium.mixin.chunk.no_chunk_locking.MixinPalettedContainer' as no configuration enables it
[12:29:41] [main/INFO]: Not applying mixin 'me.jellysquid.mods.lithium.mixin.redstone.MixinRedstoneWireBlock' as no configuration enables it
[12:29:41] [main/INFO]: Not applying mixin 'me.jellysquid.mods.lithium.mixin.redstone.MixinWorld' as no configuration enables it
[12:29:42] [main/INFO]: Not applying mixin 'me.jellysquid.mods.lithium.mixin.ai.nearby_entity_tracking.MixinClientWorld' as no configuration enables it
[12:29:45] [Render thread/INFO]: Setting user: Haruki_Kura
[12:29:58] [Render thread/INFO]: Backend library: LWJGL version 3.2.2 build 10
[12:30:00] [Render thread/INFO]: Potentially Dangerous alternative prefix `citadel` for name `debug`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[12:30:00] [Render thread/INFO]: Potentially Dangerous alternative prefix `feederhelmet` for name `feeder_helmet_module`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[12:30:01] [Render thread/INFO]: 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.
[12:30:01] [Render thread/INFO]: 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.
[12:30:01] [Render thread/INFO]: 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.
[12:30:01] [Render thread/INFO]: 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.
[12:30:01] [Render thread/INFO]: 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.
[12:30:01] [Render thread/INFO]: 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.
[12:30:02] [Render thread/INFO]: 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.
[12:30:02] [Render thread/INFO]: 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.
[12:30:02] [Render thread/INFO]: 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.
[12:30:02] [Render thread/INFO]: 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.
[12:30:02] [Render thread/INFO]: 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.
[12:30:03] [Render thread/INFO]: 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.
[12:30:03] [Render thread/INFO]: 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.
[12:30:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `rat_upgrade_block`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[12:30:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `dye_sponge`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[12:30:03] [Render thread/INFO]: 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.
[12:30:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `cursed_garbage`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[12:30:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `compressed_garbage`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[12:30:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `purified_garbage`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[12:30:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `pied_garbage`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[12:30:03] [Render thread/INFO]: 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.
[12:30:03] [Render thread/INFO]: 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.
[12:30:03] [Render thread/INFO]: 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.
[12:30:03] [Render thread/INFO]: 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.
[12:30:03] [Render thread/INFO]: 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.
[12:30:03] [Render thread/INFO]: 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.
[12:30:03] [Render thread/INFO]: 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.
[12:30:03] [Render thread/INFO]: 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.
[12:30:03] [Render thread/INFO]: 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.
[12:30:03] [Render thread/INFO]: 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.
[12:30:03] [Render thread/INFO]: 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.
[12:30:03] [Render thread/INFO]: 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.
[12:30:03] [Render thread/INFO]: 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.
[12:30:03] [Render thread/INFO]: 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.
[12:30:03] [Render thread/INFO]: 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.
[12:30:03] [Render thread/INFO]: 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.
[12:30:03] [Render thread/INFO]: 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.
[12:30:03] [Render thread/INFO]: 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.
[12:30:03] [Render thread/INFO]: 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.
[12:30:03] [Render thread/INFO]: 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.
[12:30:03] [Render thread/INFO]: 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.
[12:30:03] [Render thread/INFO]: 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.
[12:30:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `pied_wool`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[12:30:03] [Render thread/INFO]: 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.
[12:30:03] [Render thread/INFO]: 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.
[12:30:03] [Render thread/INFO]: 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.
[12:30:03] [Render thread/INFO]: 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.
[12:30:03] [Render thread/INFO]: 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.
[12:30:03] [Render thread/INFO]: 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.
[12:30:03] [Render thread/INFO]: 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.
[12:30:03] [Render thread/INFO]: 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.
[12:30:03] [Render thread/INFO]: 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.
[12:30:03] [Render thread/INFO]: 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.
[12:30:03] [Render thread/INFO]: 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.
[12:30:03] [Render thread/INFO]: 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.
[12:30:03] [Render thread/INFO]: 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.
[12:30:03] [Render thread/INFO]: 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.
[12:30:03] [Render thread/INFO]: 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.
[12:30:03] [Render thread/INFO]: 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.
[12:30:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `manhole`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[12:30:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `trash_can`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[12:30:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `rat_attractor`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[12:30:03] [Render thread/INFO]: 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.
[12:30:03] [Render thread/INFO]: 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.
[12:30:03] [Render thread/INFO]: 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.
[12:30:03] [Render thread/INFO]: 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.
[12:30:03] [Render thread/INFO]: 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.
[12:30:03] [Render thread/INFO]: 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.
[12:30:03] [Render thread/INFO]: 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.
[12:30:03] [Render thread/INFO]: 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.
[12:30:03] [Render thread/INFO]: 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.
[12:30:03] [Render thread/INFO]: 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.
[12:30:03] [Render thread/INFO]: 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.
[12:30:03] [Render thread/INFO]: 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.
[12:30:03] [Render thread/INFO]: 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.
[12:30:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `trash_can`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[12:30:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `rat_attractor`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[12:30:04] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `synesthesia`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[12:30:04] [Render thread/INFO]: Potentially Dangerous alternative prefix `rats` for name `plague`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[12:30:04] [Render thread/INFO]: Potentially Dangerous alternative prefix `yamda` for name `yamda_dim`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[12:30:04] [Render thread/INFO]: Potentially Dangerous alternative prefix `yamda` for name `yamda_nether_dim`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[12:30:04] [Render thread/INFO]: Potentially Dangerous alternative prefix `yamda` for name `yamda_nether`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[12:30:04] [modloading-worker-3/WARN]: Configuration file C:\Users\Logan\Twitch\Minecraft\Instances\YO WHY\config\byg-weights-common.toml is not correct. Correcting
[12:30:04] [modloading-worker-1/WARN]: Configuration file C:\Users\Logan\Twitch\Minecraft\Instances\YO WHY\config\wards-common.toml is not correct. Correcting
[12:30:04] [modloading-worker-3/WARN]: Incorrect key alliumfields_biome was corrected from null to SimpleCommentedConfig:{}
[12:30:04] [modloading-worker-3/WARN]: Incorrect key alliumfields_biome.weight was corrected from null to 4
[12:30:04] [modloading-worker-1/WARN]: Incorrect key Wards was corrected from null to SimpleCommentedConfig:{}
[12:30:04] [modloading-worker-1/WARN]: Incorrect key Wards.Items was corrected from null to SimpleCommentedConfig:{}
[12:30:04] [modloading-worker-1/WARN]: Incorrect key Wards.Items.acceptedItems was corrected from null to [minecraft:enchanted_book, minecraft:book, quark:ancient_tome]
[12:30:04] [modloading-worker-1/WARN]: Incorrect key Wards.Items.powerSources was corrected from null to [minecraft:lapis_lazuli-10000, wards:enchanted_paper-15000]
[12:30:04] [modloading-worker-1/WARN]: Incorrect key Wards.Enchantments was corrected from null to SimpleCommentedConfig:{}
[12:30:04] [modloading-worker-1/WARN]: Incorrect key Wards.Enchantments.combatEnchantments was corrected from null to [minecraft:lapis_lazuli-10000, wards:enchanted_paper-15000]
[12:30:04] [modloading-worker-1/WARN]: Incorrect key Wards.Enchantments.fortitudeEnchantments was corrected from null to [minecraft:protection, minecraft:projectile_protection, minecraft:thorns, minecraft:unbreaking, minecraft:feather_falling, charm:curse_break]
[12:30:04] [modloading-worker-1/WARN]: Incorrect key Wards.Enchantments.fireEnchantments was corrected from null to [minecraft:fire_protection, minecraft:fire_aspect, minecraft:flame]
[12:30:04] [modloading-worker-1/WARN]: Incorrect key Wards.Enchantments.waterEnchantments was corrected from null to [minecraft:respiration, minecraft:aqua_affinity, minecraft:depth_strider, minecraft:frost_walker]
[12:30:04] [modloading-worker-1/WARN]: Incorrect key Wards.Enchantments.luckEnchantments was corrected from null to [minecraft:looting, minecraft:silk_touch, minecraft:fortune, minecraft:luck_of_the_sea, minecraft:lure]
[12:30:04] [modloading-worker-1/WARN]: Incorrect key Wards.Enchantments.destructionEnchantments was corrected from null to [minecraft:blast_protection, minecraft:multishot, minecraft:sweeping, minecraft:channeling]
[12:30:04] [modloading-worker-1/WARN]: Incorrect key Wards.Enchantments.slayerEnchantments was corrected from null to [minecraft:smite, minecraft:bane_of_arthropods, minecraft:impaling, minecraft:piercing]
[12:30:04] [modloading-worker-1/WARN]: Incorrect key Wards.Enchantments.hasteEnchantments was corrected from null to [minecraft:efficiency, minecraft:quick_charge]
[12:30:04] [modloading-worker-1/WARN]: Incorrect key Wards.Enchantments.knowledgeEnchantments was corrected from null to [minecraft:infinity, minecraft:mending, minecraft:loyalty, charm:homing, charm:magnetic, charm:salvage]
[12:30:04] [modloading-worker-1/WARN]: Incorrect key Wards.Enchantments.curseEnchantments was corrected from null to [minecraft:binding_curse, minecraft:vanishing_curse, charm:leeching_curse]
[12:30:04] [modloading-worker-3/WARN]: Incorrect key alps_biome was corrected from null to SimpleCommentedConfig:{}
[12:30:04] [modloading-worker-3/WARN]: Incorrect key alps_biome.weight was corrected from null to 5
[12:30:04] [modloading-worker-3/WARN]: Incorrect key amaranthfields_biome was corrected from null to SimpleCommentedConfig:{}
[12:30:04] [modloading-worker-3/WARN]: Incorrect key amaranthfields_biome.weight was corrected from null to 4
[12:30:04] [modloading-worker-3/WARN]: Incorrect key baoababsavanna_biome was corrected from null to SimpleCommentedConfig:{}
[12:30:04] [modloading-worker-3/WARN]: Incorrect key baoababsavanna_biome.weight was corrected from null to 6
[12:30:04] [modloading-worker-3/WARN]: Incorrect key bluetaiga_biome was corrected from null to SimpleCommentedConfig:{}
[12:30:04] [modloading-worker-3/WARN]: Incorrect key bluetaiga_biome.weight was corrected from null to 6
[12:30:04] [modloading-worker-3/WARN]: Incorrect key bog_biome was corrected from null to SimpleCommentedConfig:{}
[12:30:04] [modloading-worker-3/WARN]: Incorrect key bog_biome.weight was corrected from null to 6
[12:30:04] [modloading-worker-3/WARN]: Incorrect key borealforest_biome was corrected from null to SimpleCommentedConfig:{}
[12:30:04] [modloading-worker-3/WARN]: Incorrect key borealforest_biome.weight was corrected from null to 6
[12:30:04] [modloading-worker-3/WARN]: Incorrect key coniferousforest_biome was corrected from null to SimpleCommentedConfig:{}
[12:30:04] [modloading-worker-3/WARN]: Incorrect key coniferousforest_biome.weight was corrected from null to 5
[12:30:04] [modloading-worker-3/WARN]: Incorrect key deadsea_biome was corrected from null to SimpleCommentedConfig:{}
[12:30:04] [modloading-worker-3/WARN]: Incorrect key deadsea_biome.weight was corrected from null to 6
[12:30:04] [modloading-worker-3/WARN]: Incorrect key deciduousforest_biome was corrected from null to SimpleCommentedConfig:{}
[12:30:04] [modloading-worker-3/WARN]: Incorrect key deciduousforest_biome.weight was corrected from null to 6
[12:30:04] [modloading-worker-3/WARN]: Incorrect key dovermountains_biome was corrected from null to SimpleCommentedConfig:{}
[12:30:04] [modloading-worker-3/WARN]: Incorrect key dovermountains_biome.weight was corrected from null to 5
[12:30:04] [modloading-worker-3/WARN]: Incorrect key dunes_biome was corrected from null to SimpleCommentedConfig:{}
[12:30:04] [modloading-worker-3/WARN]: Incorrect key dunes_biome.weight was corrected from null to 6
[12:30:04] [modloading-worker-3/WARN]: Incorrect key bluegianttaiga_biome was corrected from null to SimpleCommentedConfig:{}
[12:30:04] [modloading-worker-3/WARN]: Incorrect key bluegianttaiga_biome.weight was corrected from null to 6
[12:30:04] [modloading-worker-3/WARN]: Incorrect key grasslandplateau_biome was corrected from null to SimpleCommentedConfig:{}
[12:30:04] [modloading-worker-3/WARN]: Incorrect key grasslandplateau_biome.weight was corrected from null to 5
[12:30:04] [modloading-worker-3/WARN]: Incorrect key guianashield_biome was corrected from null to SimpleCommentedConfig:{}
[12:30:04] [modloading-worker-3/WARN]: Incorrect key guianashield_biome.weight was corrected from null to 5
[12:30:04] [modloading-worker-3/WARN]: Incorrect key jacarandaforest_biome was corrected from null to SimpleCommentedConfig:{}
[12:30:04] [modloading-worker-3/WARN]: Incorrect key jacarandaforest_biome.weight was corrected from null to 6
[12:30:04] [modloading-worker-3/WARN]: Incorrect key marshlands_biome was corrected from null to SimpleCommentedConfig:{}
[12:30:04] [modloading-worker-3/WARN]: Incorrect key marshlands_biome.weight was corrected from null to 6
[12:30:04] [modloading-worker-3/WARN]: Incorrect key meadow_biome was corrected from null to SimpleCommentedConfig:{}
[12:30:04] [modloading-worker-3/WARN]: Incorrect key meadow_biome.weight was corrected from null to 6
[12:30:04] [modloading-worker-3/WARN]: Incorrect key prairie_biome was corrected from null to SimpleCommentedConfig:{}
[12:30:04] [modloading-worker-3/WARN]: Incorrect key prairie_biome.weight was corrected from null to 6
[12:30:04] [modloading-worker-3/WARN]: Incorrect key reddesert_biome was corrected from null to SimpleCommentedConfig:{}
[12:30:04] [modloading-worker-3/WARN]: Incorrect key reddesert_biome.weight was corrected from null to 6
[12:30:04] [modloading-worker-3/WARN]: Incorrect key reddesertdunes_biome was corrected from null to SimpleCommentedConfig:{}
[12:30:04] [modloading-worker-3/WARN]: Incorrect key reddesertdunes_biome.weight was corrected from null to 6
[12:30:04] [modloading-worker-3/WARN]: Incorrect key redoakforest_biome was corrected from null to SimpleCommentedConfig:{}
[12:30:04] [modloading-worker-3/WARN]: Incorrect key redoakforest_biome.weight was corrected from null to 6
[12:30:04] [modloading-worker-3/WARN]: Incorrect key seasonsaldeciduousforest_biome was corrected from null to SimpleCommentedConfig:{}
[12:30:04] [modloading-worker-3/WARN]: Incorrect key seasonsaldeciduousforest_biome.weight was corrected from null to 6
[12:30:04] [modloading-worker-3/WARN]: Incorrect key seasonalforest_biome was corrected from null to SimpleCommentedConfig:{}
[12:30:04] [modloading-worker-3/WARN]: Incorrect key seasonalforest_biome.weight was corrected from null to 6
[12:30:04] [modloading-worker-3/WARN]: Incorrect key seasonalbirchforest_biome was corrected from null to SimpleCommentedConfig:{}
[12:30:04] [modloading-worker-3/WARN]: Incorrect key seasonalbirchforest_biome.weight was corrected from null to 6
[12:30:04] [modloading-worker-3/WARN]: Incorrect key shatteredglacier_biome was corrected from null to SimpleCommentedConfig:{}
[12:30:04] [modloading-worker-0/INFO]: WorleyCaves entry point
[12:30:04] [modloading-worker-3/WARN]: Incorrect key shatteredglacier_biome.weight was corrected from null to 6
[12:30:04] [modloading-worker-3/WARN]: Incorrect key shrublands_biome was corrected from null to SimpleCommentedConfig:{}
[12:30:04] [modloading-worker-3/WARN]: Incorrect key shrublands_biome.weight was corrected from null to 5
[12:30:04] [modloading-worker-3/WARN]: Incorrect key seasonalgianttaiga_biome was corrected from null to SimpleCommentedConfig:{}
[12:30:04] [modloading-worker-3/WARN]: Incorrect key seasonalgianttaiga_biome.weight was corrected from null to 6
[12:30:04] [modloading-worker-3/WARN]: Incorrect key seasonaltaiga_biome was corrected from null to SimpleCommentedConfig:{}
[12:30:04] [modloading-worker-3/WARN]: Incorrect key seasonaltaiga_biome.weight was corrected from null to 6
[12:30:04] [modloading-worker-3/WARN]: Incorrect key skyrishighlands_biome was corrected from null to SimpleCommentedConfig:{}
[12:30:04] [modloading-worker-3/WARN]: Incorrect key skyrishighlands_biome.weight was corrected from null to 1
[12:30:04] [modloading-worker-3/WARN]: Incorrect key snowyconiferousforest_biome was corrected from null to SimpleCommentedConfig:{}
[12:30:04] [modloading-worker-3/WARN]: Incorrect key snowyconiferousforest_biome.weight was corrected from null to 6
[12:30:04] [modloading-worker-3/WARN]: Incorrect key snowydeciduousforest_biome was corrected from null to SimpleCommentedConfig:{}
[12:30:04] [modloading-worker-3/WARN]: Incorrect key snowydeciduousforest_biome.weight was corrected from null to 6
[12:30:04] [modloading-worker-3/WARN]: Incorrect key snowybluetaiga_biome was corrected from null to SimpleCommentedConfig:{}
[12:30:04] [modloading-worker-3/WARN]: Incorrect key snowybluetaiga_biome.weight was corrected from null to 6
[12:30:04] [modloading-worker-3/WARN]: Incorrect key snowybluegianttaiga_biome was corrected from null to SimpleCommentedConfig:{}
[12:30:04] [modloading-worker-3/WARN]: Incorrect key snowybluegianttaiga_biome.weight was corrected from null to 6
[12:30:04] [modloading-worker-3/WARN]: Incorrect key tropicalfungalforest_biome was corrected from null to SimpleCommentedConfig:{}
[12:30:04] [modloading-worker-3/WARN]: Incorrect key tropicalfungalforest_biome.weight was corrected from null to 5
[12:30:04] [modloading-worker-3/WARN]: Incorrect key tropicalrainforest_biome was corrected from null to SimpleCommentedConfig:{}
[12:30:04] [modloading-worker-3/WARN]: Incorrect key tropicalrainforest_biome.weight was corrected from null to 6
[12:30:04] [modloading-worker-3/INFO]: Loading config: C:\Users\Logan\Twitch\Minecraft\Instances\YO WHY\config\byg-world-common.toml
[12:30:04] [modloading-worker-3/WARN]: Configuration file C:\Users\Logan\Twitch\Minecraft\Instances\YO WHY\config\byg-world-common.toml is not correct. Correcting
[12:30:04] [modloading-worker-3/WARN]: Incorrect key World_Settings was corrected from null to SimpleCommentedConfig:{}
[12:30:04] [modloading-worker-3/WARN]: Incorrect key World_Settings.VanillaBiomes was corrected from null to true
[12:30:04] [modloading-worker-3/WARN]: Incorrect key World_Settings.BiomeSize was corrected from null to 1
[12:30:04] [modloading-worker-3/WARN]: Incorrect key Dimension_Settings was corrected from null to SimpleCommentedConfig:{}
[12:30:04] [modloading-worker-3/WARN]: Incorrect key Dimension_Settings.ExternalEndBiomes was corrected from null to 
[12:30:04] [modloading-worker-3/WARN]: Incorrect key Dimension_Settings.ExternalNetherBiomes was corrected from null to 
[12:30:04] [modloading-worker-3/WARN]: Incorrect key Nether_Settings was corrected from null to SimpleCommentedConfig:{}
[12:30:04] [modloading-worker-3/WARN]: Incorrect key Nether_Settings.TallNether was corrected from null to false
[12:30:04] [modloading-worker-3/WARN]: Incorrect key Stone_Settings was corrected from null to SimpleCommentedConfig:{}
[12:30:04] [modloading-worker-3/WARN]: Incorrect key Stone_Settings.RockyStone was corrected from null to SimpleCommentedConfig:{}
[12:30:04] [modloading-worker-3/WARN]: Incorrect key Stone_Settings.RockyStone.RockyStoneSize was corrected from null to 0
[12:30:04] [modloading-worker-3/WARN]: Incorrect key Stone_Settings.RockyStone.RockyStoneChance was corrected from null to 4
[12:30:04] [modloading-worker-3/WARN]: Incorrect key Stone_Settings.RockyStone.RockyStoneMaxY was corrected from null to 256
[12:30:04] [modloading-worker-3/WARN]: Incorrect key Stone_Settings.ScoriaStone was corrected from null to SimpleCommentedConfig:{}
[12:30:04] [modloading-worker-3/WARN]: Incorrect key Stone_Settings.ScoriaStone.ScoriaStoneSize was corrected from null to 24
[12:30:04] [modloading-worker-3/WARN]: Incorrect key Stone_Settings.ScoriaStone.ScoriaStoneChance was corrected from null to 10
[12:30:04] [modloading-worker-3/WARN]: Incorrect key Stone_Settings.ScoriaStone.ScoriaStoneMaxY was corrected from null to 20
[12:30:04] [modloading-worker-3/WARN]: Incorrect key Stone_Settings.SoapStone was corrected from null to SimpleCommentedConfig:{}
[12:30:04] [modloading-worker-3/WARN]: Incorrect key Stone_Settings.SoapStone.SoapStoneSize was corrected from null to 24
[12:30:04] [modloading-worker-3/WARN]: Incorrect key Stone_Settings.SoapStone.SoapStoneChance was corrected from null to 10
[12:30:04] [modloading-worker-3/WARN]: Incorrect key Stone_Settings.SoapStone.SoapStoneMaxY was corrected from null to 30
[12:30:04] [modloading-worker-0/WARN]: Configuration file C:\Users\Logan\Twitch\Minecraft\Instances\YO WHY\config\prefab.toml is not correct. Correcting
[12:30:04] [modloading-worker-0/WARN]: Incorrect key general was corrected from null to SimpleCommentedConfig:{}
[12:30:04] [modloading-worker-0/WARN]: Incorrect key general.Starting Item was corrected from null to Starting House
[12:30:04] [modloading-worker-0/WARN]: Incorrect key general.Maximum Starting House Size was corrected from null to 16
[12:30:04] [modloading-worker-0/WARN]: Incorrect key general.Enable Loft House was corrected from null to false
[12:30:04] [modloading-worker-0/WARN]: Incorrect key general.Include Spawners in Monster Masher was corrected from null to true
[12:30:04] [modloading-worker-0/WARN]: Incorrect key general.Include Structure Previews was corrected from null to true
[12:30:04] [modloading-worker-0/WARN]: Incorrect key general.Include Mineshaft Chest was corrected from null to true
[12:30:04] [modloading-worker-0/WARN]: Incorrect key general.Bulldozer Creates Drops was corrected from null to true
[12:30:04] [modloading-worker-0/WARN]: Incorrect key general.chest contents was corrected from null to SimpleCommentedConfig:{}
[12:30:04] [modloading-worker-0/WARN]: Incorrect key general.chest contents.Add Sword was corrected from null to true
[12:30:04] [modloading-worker-0/WARN]: Incorrect key general.chest contents.Add Axe was corrected from null to true
[12:30:04] [modloading-worker-0/WARN]: Incorrect key general.chest contents.Add Shovel was corrected from null to true
[12:30:04] [modloading-worker-0/WARN]: Incorrect key general.chest contents.Add Hoe was corrected from null to true
[12:30:04] [modloading-worker-0/WARN]: Incorrect key general.chest contents.Add Pickaxe was corrected from null to true
[12:30:04] [modloading-worker-0/WARN]: Incorrect key general.chest contents.Add Armor was corrected from null to true
[12:30:04] [modloading-worker-0/WARN]: Incorrect key general.chest contents.Add Food was corrected from null to true
[12:30:04] [modloading-worker-0/WARN]: Incorrect key general.chest contents.Add Crops was corrected from null to true
[12:30:04] [modloading-worker-0/WARN]: Incorrect key general.chest contents.Add Dirt was corrected from null to true
[12:30:04] [modloading-worker-0/WARN]: Incorrect key general.chest contents.Add Cobblestone was corrected from null to true
[12:30:04] [modloading-worker-0/WARN]: Incorrect key general.chest contents.Add Saplings was corrected from null to true
[12:30:04] [modloading-worker-0/WARN]: Incorrect key general.chest contents.Add Torches was corrected from null to true
[12:30:04] [modloading-worker-0/WARN]: Incorrect key general.starter house was corrected from null to SimpleCommentedConfig:{}
[12:30:04] [modloading-worker-0/WARN]: Incorrect key general.starter house.Add Bed was corrected from null to true
[12:30:04] [modloading-worker-0/WARN]: Incorrect key general.starter house.Add Crafting Table was corrected from null to true
[12:30:04] [modloading-worker-0/WARN]: Incorrect key general.starter house.Add Furnace was corrected from null to true
[12:30:04] [modloading-worker-0/WARN]: Incorrect key general.starter house.Add Chests was corrected from null to true
[12:30:04] [modloading-worker-0/WARN]: Incorrect key general.starter house.Add Chest Contents was corrected from null to true
[12:30:05] [modloading-worker-0/WARN]: Incorrect key general.starter house.Add Mineshaft was corrected from null to true
[12:30:05] [modloading-worker-0/WARN]: Incorrect key general.recipes was corrected from null to SimpleCommentedConfig:{}
[12:30:05] [modloading-worker-0/WARN]: Incorrect key general.recipes.Compressed Stone was corrected from null to true
[12:30:05] [modloading-worker-0/WARN]: Incorrect key general.recipes.Compressed Glowstone was corrected from null to true
[12:30:05] [modloading-worker-0/WARN]: Incorrect key general.recipes.Compressed Dirt was corrected from null to true
[12:30:05] [modloading-worker-0/WARN]: Incorrect key general.recipes.Compressed Chest was corrected from null to true
[12:30:05] [modloading-worker-0/WARN]: Incorrect key general.recipes.Pile of Bricks was corrected from null to true
[12:30:05] [modloading-worker-0/WARN]: Incorrect key general.recipes.Warehouse was corrected from null to true
[12:30:05] [modloading-worker-0/WARN]: Incorrect key general.recipes.Produce Farm was corrected from null to true
[12:30:05] [modloading-worker-0/WARN]: Incorrect key general.recipes.Tree Farm was corrected from null to true
[12:30:05] [modloading-worker-0/WARN]: Incorrect key general.recipes.Chicken Coop was corrected from null to true
[12:30:05] [modloading-worker-0/WARN]: Incorrect key general.recipes.Fish Farm was corrected from null to true
[12:30:05] [modloading-worker-0/WARN]: Incorrect key general.recipes.Warehouse Upgrade was corrected from null to true
[12:30:05] [modloading-worker-0/WARN]: Incorrect key general.recipes.Advanced Warehouse was corrected from null to true
[12:30:05] [modloading-worker-0/WARN]: Incorrect key general.recipes.Monster Masher was corrected from null to true
[12:30:05] [modloading-worker-0/WARN]: Incorrect key general.recipes.Bundle of Timber was corrected from null to true
[12:30:05] [modloading-worker-0/WARN]: Incorrect key general.recipes.Horse Stable was corrected from null to true
[12:30:05] [modloading-worker-0/WARN]: Incorrect key general.recipes.Nether Gate was corrected from null to true
[12:30:05] [modloading-worker-0/WARN]: Incorrect key general.recipes.Advanced Chicken Coop was corrected from null to true
[12:30:05] [modloading-worker-0/WARN]: Incorrect key general.recipes.Advanced Horse Stable was corrected from null to true
[12:30:05] [modloading-worker-0/WARN]: Incorrect key general.recipes.Barn was corrected from null to true
[12:30:05] [modloading-worker-0/WARN]: Incorrect key general.recipes.Machinery Tower was corrected from null to true
[12:30:05] [modloading-worker-0/WARN]: Incorrect key general.recipes.Defense Bunker was corrected from null to true
[12:30:05] [modloading-worker-0/WARN]: Incorrect key general.recipes.Mineshaft Entrance was corrected from null to true
[12:30:05] [modloading-worker-0/WARN]: Incorrect key general.recipes.Ender Gateway was corrected from null to true
[12:30:05] [modloading-worker-0/WARN]: Incorrect key general.recipes.Magic Temple was corrected from null to true
[12:30:05] [modloading-worker-0/WARN]: Incorrect key general.recipes.Instant Bridge was corrected from null to true
[12:30:05] [modloading-worker-0/WARN]: Incorrect key general.recipes.Paper Lantern was corrected from null to true
[12:30:05] [modloading-worker-0/WARN]: Incorrect key general.recipes.Compressed Obsidian was corrected from null to true
[12:30:05] [modloading-worker-0/WARN]: Incorrect key general.recipes.Villager Houses was corrected from null to true
[12:30:05] [modloading-worker-0/WARN]: Incorrect key general.recipes.Phasic Block was corrected from null to true
[12:30:05] [modloading-worker-0/WARN]: Incorrect key general.recipes.Smart Glass was corrected from null to true
[12:30:05] [modloading-worker-0/WARN]: Incorrect key general.recipes.Green House was corrected from null to true
[12:30:05] [modloading-worker-0/WARN]: Incorrect key general.recipes.Starting House was corrected from null to true
[12:30:05] [modloading-worker-0/WARN]: Incorrect key general.recipes.Glass Stairs was corrected from null to true
[12:30:05] [modloading-worker-0/WARN]: Incorrect key general.recipes.Glass Slabs was corrected from null to true
[12:30:05] [modloading-worker-0/WARN]: Incorrect key general.recipes.Andesite Stairs was corrected from null to true
[12:30:05] [modloading-worker-0/WARN]: Incorrect key general.recipes.Andesite Slabs was corrected from null to true
[12:30:05] [modloading-worker-0/WARN]: Incorrect key general.recipes.Diorite Stairs was corrected from null to true
[12:30:05] [modloading-worker-0/WARN]: Incorrect key general.recipes.Diorite Slabs was corrected from null to true
[12:30:05] [modloading-worker-0/WARN]: Incorrect key general.recipes.Granite Stairs was corrected from null to true
[12:30:05] [modloading-worker-0/WARN]: Incorrect key general.recipes.Granite Slabs was corrected from null to true
[12:30:05] [modloading-worker-0/WARN]: Incorrect key general.recipes.Moderate House was corrected from null to true
[12:30:05] [modloading-worker-0/WARN]: Incorrect key general.recipes.Grassy Plains was corrected from null to true
[12:30:05] [modloading-worker-0/WARN]: Incorrect key general.recipes.Aqua Base was corrected from null to true
[12:30:05] [modloading-worker-0/WARN]: Incorrect key general.recipes.Watch Tower was corrected from null to true
[12:30:05] [modloading-worker-0/WARN]: Incorrect key general.recipes.Bulldozer was corrected from null to true
[12:30:05] [modloading-worker-0/WARN]: Incorrect key general.recipes.StructurePart was corrected from null to true
[12:30:05] [modloading-worker-0/WARN]: Incorrect key general.recipes.Jail was corrected from null to true
[12:30:05] [modloading-worker-0/WARN]: Incorrect key general.recipes.Saloon was corrected from null to true
[12:30:05] [modloading-worker-0/WARN]: Incorrect key general.recipes.Ski Lodge was corrected from null to true
[12:30:05] [modloading-worker-0/WARN]: Incorrect key general.recipes.Windmill was corrected from null to true
[12:30:05] [modloading-worker-0/WARN]: Incorrect key general.recipes.Town Hall was corrected from null to true
[12:30:05] [modloading-worker-0/WARN]: Incorrect key general.recipes.Heap of Timber was corrected from null to true
[12:30:05] [modloading-worker-0/WARN]: Incorrect key general.recipes.Ton of Timber was corrected from null to true
[12:30:05] [modloading-worker-1/ERROR]: 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$2515/2145757445.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$2231/980707786.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$2230/559153749.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$2230/559153749.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$2488/6778489.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$2487/435857884.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
[12:30:05] [modloading-worker-4/WARN]: No data fixer registered for entity goblintraders:goblin_trader
[12:30:05] [modloading-worker-4/WARN]: No data fixer registered for entity goblintraders:vein_goblin_trader
[12:30:05] [modloading-worker-1/INFO]: Loading replacements config file...
[12:30:05] [modloading-worker-1/WARN]: Configuration file C:\Users\Logan\Twitch\Minecraft\Instances\YO WHY\config\inspirations-replacements.toml is not correct. Correcting
[12:30:05] [modloading-worker-1/WARN]: Incorrect key rope was corrected from null to SimpleCommentedConfig:{}
[12:30:05] [modloading-worker-1/WARN]: Incorrect key rope.climbableBars was corrected from null to true
[12:30:05] [modloading-worker-1/WARN]: Incorrect key enchantments was corrected from null to SimpleCommentedConfig:{}
[12:30:05] [modloading-worker-1/WARN]: Incorrect key enchantments.moreShield was corrected from null to true
[12:30:05] [modloading-worker-1/WARN]: Incorrect key enchantments.shieldTable was corrected from null to true
[12:30:05] [modloading-worker-1/WARN]: Incorrect key enchantments.axeWeapon was corrected from null to true
[12:30:05] [modloading-worker-1/WARN]: Incorrect key enchantments.axeTable was corrected from null to true
[12:30:05] [modloading-worker-1/WARN]: Incorrect key fittedCarpets was corrected from null to true
[12:30:05] [modloading-worker-1/WARN]: Incorrect key hopper was corrected from null to true
[12:30:05] [modloading-worker-1/INFO]: Config loaded.
[12:30:05] [modloading-worker-0/WARN]: Configuration file C:\Users\Logan\Twitch\Minecraft\Instances\YO WHY\config\torchslabmod-server.toml is not correct. Correcting
[12:30:05] [modloading-worker-0/WARN]: Incorrect key torchslabmodconfig was corrected from null to SimpleCommentedConfig:{}
[12:30:05] [modloading-worker-0/WARN]: Incorrect key torchslabmodconfig.LanternLowerBlockCheck was corrected from null to true
[12:30:05] [modloading-worker-0/WARN]: Incorrect key torchslabmodconfig.TorchUpperBlockCheck was corrected from null to true
[12:30:05] [modloading-worker-0/WARN]: Incorrect key torchslabmodconfig.interactiveCheckList was corrected from null to [minecraft:crafting_table, minecraft:furnace, minecraft:loom, minecraft:barrel, minecraft:smoker, minecraft:blast_furnace, minecraft:cartography_table, minecraft:fletching_table, minecraft:smithing_table, minecraft:jigsaw, minecraft:structure_block, minecraft:iron_door, minecraft:oak_door, minecraft:dark_oak_door, minecraft:spruce_door, minecraft:birch_door, minecraft:jungle_door, minecraft:acacia_door, minecraft:jukebox, minecraft:note_block, minecraft:shulker_box, minecraft:white_shulker_box, minecraft:orange_shulker_box, minecraft:magenta_shulker_box, minecraft:light_blue_shulker_box, minecraft:yellow_shulker_box, minecraft:lime_shulker_box, minecraft:pink_shulker_box, minecraft:gray_shulker_box, minecraft:light_gray_shulker_box, minecraft:cyan_shulker_box, minecraft:purple_shulker_box, minecraft:blue_shulker_box, minecraft:brown_shulker_box, minecraft:green_shulker_box, minecraft:red_shulker_box, minecraft:black_shulker_box, minecraft:beacon]
[12:30:05] [modloading-worker-0/INFO]: [com.endlesnights.torchslabsmod.TorchSlabsMod:<init>:46]: BuzzierBees Mod DETECTED AND LOADED TORCHSLAB COMPAT
[12:30:05] [modloading-worker-1/WARN]: No data fixer registered for entity redstone_arrow
[12:30:05] [modloading-worker-0/INFO]: [com.endlesnights.torchslabsmod.TorchSlabsMod:<init>:59]: Quark Mod DETECTED AND LOADED TORCHSLAB COMPAT
[12:30:05] [modloading-worker-1/WARN]: Configuration file C:\Users\Logan\Twitch\Minecraft\Instances\YO WHY\config\inspirationsModules.toml is not correct. Correcting
[12:30:05] [modloading-worker-1/WARN]: Incorrect key modules was corrected from null to SimpleCommentedConfig:{}
[12:30:05] [modloading-worker-1/WARN]: Incorrect key modules.InspirationsBuilding was corrected from null to true
[12:30:05] [modloading-worker-1/WARN]: Incorrect key modules.InspirationsUtility was corrected from null to true
[12:30:05] [modloading-worker-1/WARN]: Incorrect key modules.InspirationsTools was corrected from null to true
[12:30:05] [modloading-worker-1/WARN]: Incorrect key modules.InspirationsTweaks was corrected from null to true
[12:30:05] [modloading-worker-4/WARN]: No data fixer registered for entity 
[12:30:05] [modloading-worker-4/WARN]: No data fixer registered for entity 
[12:30:05] [modloading-worker-4/WARN]: No data fixer registered for entity 
[12:30:05] [modloading-worker-4/WARN]: No data fixer registered for entity 
[12:30:05] [modloading-worker-7/WARN]: Configuration file C:\Users\Logan\Twitch\Minecraft\Instances\YO WHY\config\theoneprobe-client.toml is not correct. Correcting
[12:30:05] [modloading-worker-7/WARN]: Incorrect key timeout was corrected from null to 300
[12:30:05] [modloading-worker-4/WARN]: No data fixer registered for entity 
[12:30:05] [modloading-worker-4/WARN]: No data fixer registered for entity 
[12:30:05] [modloading-worker-4/WARN]: No data fixer registered for entity 
[12:30:05] [modloading-worker-4/WARN]: No data fixer registered for entity 
[12:30:05] [modloading-worker-4/WARN]: No data fixer registered for entity 
[12:30:05] [modloading-worker-7/WARN]: Incorrect key waitingForServerTimeout was corrected from null to 2000
[12:30:05] [modloading-worker-7/WARN]: Incorrect key maxPacketToServer was corrected from null to 20000
[12:30:05] [modloading-worker-7/WARN]: Incorrect key probeDistance was corrected from null to 6.0
[12:30:05] [modloading-worker-7/WARN]: Incorrect key showModName was corrected from null to NORMAL
[12:30:05] [modloading-worker-7/WARN]: Incorrect key showHarvestLevel was corrected from null to NORMAL
[12:30:05] [modloading-worker-7/WARN]: Incorrect key showCanBeHarvested was corrected from null to NORMAL
[12:30:05] [modloading-worker-7/WARN]: Incorrect key showCropPercentage was corrected from null to NORMAL
[12:30:05] [modloading-worker-0/WARN]: No data fixer registered for entity extraboats:chest_boat
[12:30:06] [modloading-worker-7/WARN]: Incorrect key showChestContents was corrected from null to EXTENDED
[12:30:06] [modloading-worker-0/WARN]: No data fixer registered for entity extraboats:furnace_boat
[12:30:06] [modloading-worker-0/WARN]: No data fixer registered for entity extraboats:large_boat
[12:30:06] [modloading-worker-7/WARN]: Incorrect key showChestContentsDetailed was corrected from null to EXTENDED
[12:30:06] [modloading-worker-7/WARN]: Incorrect key showRedstone was corrected from null to NORMAL
[12:30:06] [modloading-worker-7/WARN]: Incorrect key showMobHealth was corrected from null to NORMAL
[12:30:06] [modloading-worker-7/WARN]: Incorrect key showMobGrowth was corrected from null to NORMAL
[12:30:06] [modloading-worker-7/WARN]: Incorrect key showMobPotionEffects was corrected from null to EXTENDED
[12:30:06] [modloading-worker-7/WARN]: Incorrect key showLeverSetting was corrected from null to NORMAL
[12:30:06] [modloading-worker-7/WARN]: Incorrect key showTankSetting was corrected from null to EXTENDED
[12:30:06] [modloading-worker-7/WARN]: Incorrect key showBrewStandSetting was corrected from null to NORMAL
[12:30:06] [modloading-worker-7/WARN]: Incorrect key showMobSpawnerSetting was corrected from null to NORMAL
[12:30:06] [modloading-worker-7/WARN]: Incorrect key showAnimalOwnerSetting was corrected from null to EXTENDED
[12:30:06] [modloading-worker-7/WARN]: Incorrect key showHorseStatSetting was corrected from null to EXTENDED
[12:30:06] [modloading-worker-7/WARN]: Incorrect key showSilverfish was corrected from null to NOT
[12:30:06] [modloading-worker-7/WARN]: Incorrect key boxLeftX was corrected from null to 5
[12:30:06] [modloading-worker-7/WARN]: Incorrect key boxRightX was corrected from null to -1
[12:30:06] [modloading-worker-7/WARN]: Incorrect key boxTopY was corrected from null to 5
[12:30:06] [modloading-worker-7/WARN]: Incorrect key boxBottomY was corrected from null to -1
[12:30:06] [modloading-worker-7/WARN]: Incorrect key boxBorderColor was corrected from null to ff999999
[12:30:06] [modloading-worker-7/WARN]: Incorrect key boxFillColor was corrected from null to 55006699
[12:30:06] [modloading-worker-7/WARN]: Incorrect key boxThickness was corrected from null to 2
[12:30:06] [modloading-worker-7/WARN]: Incorrect key boxOffset was corrected from null to 0
[12:30:06] [modloading-worker-7/WARN]: Incorrect key showLiquids was corrected from null to false
[12:30:06] [modloading-worker-7/WARN]: Incorrect key isVisible was corrected from null to true
[12:30:06] [modloading-worker-7/WARN]: Incorrect key holdKeyToMakeVisible was corrected from null to false
[12:30:06] [modloading-worker-7/WARN]: Incorrect key tooltipScale was corrected from null to 1.0
[12:30:06] [modloading-worker-7/WARN]: Incorrect key chestContentsBorderColor was corrected from null to ff006699
[12:30:06] [modloading-worker-7/WARN]: Incorrect key showBreakProgress was corrected from null to 1
[12:30:06] [modloading-worker-7/WARN]: Incorrect key harvestStyleVanilla was corrected from null to true
[12:30:06] [modloading-worker-7/WARN]: Incorrect key style was corrected from null to SimpleCommentedConfig:{}
[12:30:06] [modloading-worker-7/WARN]: Incorrect key style.InfoImportant was corrected from null to blue
[12:30:06] [modloading-worker-7/WARN]: Incorrect key style.Warning was corrected from null to yellow
[12:30:06] [modloading-worker-7/WARN]: Incorrect key style.ModName was corrected from null to blue,italic
[12:30:06] [modloading-worker-7/WARN]: Incorrect key style.Label was corrected from null to gray
[12:30:06] [modloading-worker-7/WARN]: Incorrect key style.Name was corrected from null to white
[12:30:06] [modloading-worker-7/WARN]: Incorrect key style.Info was corrected from null to white
[12:30:06] [modloading-worker-7/WARN]: Incorrect key style.Obsolete was corrected from null to gray,strikethrough
[12:30:06] [modloading-worker-7/WARN]: Incorrect key style.Error was corrected from null to red,bold
[12:30:06] [modloading-worker-7/WARN]: Incorrect key style.Ok was corrected from null to green
[12:30:06] [modloading-worker-7/WARN]: Incorrect key style.Progress was corrected from null to white
[12:30:06] [modloading-worker-7/WARN]: Configuration file C:\Users\Logan\Twitch\Minecraft\Instances\YO WHY\config\theoneprobe-common.toml is not correct. Correcting
[12:30:06] [modloading-worker-7/WARN]: Incorrect key loggingThrowableTimeout was corrected from null to 20000
[12:30:06] [modloading-worker-7/WARN]: Incorrect key needsProbe was corrected from null to 3
[12:30:06] [modloading-worker-7/WARN]: Incorrect key extendedInMain was corrected from null to false
[12:30:06] [modloading-worker-7/WARN]: Incorrect key supportBaubles was corrected from null to true
[12:30:06] [modloading-worker-7/WARN]: Incorrect key spawnNote was corrected from null to true
[12:30:06] [modloading-worker-7/WARN]: Incorrect key showCollarColor was corrected from null to true
[12:30:06] [modloading-worker-7/WARN]: Incorrect key showRF was corrected from null to 1
[12:30:06] [modloading-worker-7/WARN]: Incorrect key showTank was corrected from null to 1
[12:30:06] [modloading-worker-7/WARN]: Incorrect key rfFormat was corrected from null to COMPACT
[12:30:06] [modloading-worker-7/WARN]: Incorrect key tankFormat was corrected from null to COMPACT
[12:30:06] [modloading-worker-7/WARN]: Incorrect key showDebugInfo was corrected from null to true
[12:30:06] [modloading-worker-7/WARN]: Incorrect key compactEqualStacks was corrected from null to true
[12:30:06] [modloading-worker-7/WARN]: Incorrect key rfbarFilledColor was corrected from null to ffdd0000
[12:30:06] [modloading-worker-7/WARN]: Incorrect key rfbarAlternateFilledColor was corrected from null to ff430000
[12:30:06] [modloading-worker-7/WARN]: Incorrect key rfbarBorderColor was corrected from null to ff555555
[12:30:06] [modloading-worker-7/WARN]: Incorrect key tankbarFilledColor was corrected from null to ff0000dd
[12:30:06] [modloading-worker-7/WARN]: Incorrect key tankbarAlternateFilledColor was corrected from null to ff000043
[12:30:06] [modloading-worker-7/WARN]: Incorrect key tankbarBorderColor was corrected from null to ff555555
[12:30:06] [modloading-worker-7/WARN]: Incorrect key showItemDetailThresshold was corrected from null to 4
[12:30:06] [modloading-worker-7/WARN]: Incorrect key showSmallChestContentsWithoutSneaking was corrected from null to 0
[12:30:06] [modloading-worker-7/WARN]: Incorrect key showContentsWithoutSneaking was corrected from null to [storagedrawers:basicdrawers, storagedrawersextra:extra_drawers]
[12:30:06] [modloading-worker-7/WARN]: Incorrect key dontShowContentsUnlessSneaking was corrected from null to []
[12:30:06] [modloading-worker-7/WARN]: Incorrect key dontSendNBT was corrected from null to []
[12:30:06] [modloading-worker-0/INFO]: Loading mod
[12:30:06] [modloading-worker-0/INFO]: Forge mod loading, version 31.2.0, for MC 1.15.2 with MCP 20200515.085601
[12:30:06] [modloading-worker-0/INFO]: MinecraftForge v31.2.0 Initialized
[12:30:06] [modloading-worker-6/WARN]: No data fixer registered for entity midnight:rifter
[12:30:06] [modloading-worker-6/WARN]: No data fixer registered for entity midnight:hunter
[12:30:06] [modloading-worker-6/WARN]: No data fixer registered for entity midnight:bladeshroom_cap
[12:30:06] [modloading-worker-6/WARN]: No data fixer registered for entity midnight:nova
[12:30:06] [modloading-worker-7/WARN]: Configuration file C:\Users\Logan\Twitch\Minecraft\Instances\YO WHY\config\explorercraft-common.toml is not correct. Correcting
[12:30:06] [modloading-worker-7/WARN]: Incorrect key Vanilla Tweaks was corrected from null to SimpleCommentedConfig:{}
[12:30:06] [modloading-worker-7/WARN]: Incorrect key Vanilla Tweaks.swimmingHorse was corrected from null to true
[12:30:06] [modloading-worker-7/WARN]: Incorrect key Vanilla Tweaks.ashTreeRarity was corrected from null to 10
[12:30:06] [modloading-worker-7/WARN]: Incorrect key Vanilla Tweaks.slateDungeonRarity was corrected from null to 10
[12:30:06] [modloading-worker-6/WARN]: No data fixer registered for entity midnight:nova_spike
[12:30:06] [modloading-worker-7/WARN]: Incorrect key Spawn Biomes was corrected from null to SimpleCommentedConfig:{}
[12:30:06] [modloading-worker-7/WARN]: Incorrect key Spawn Biomes.spawnBambooForest was corrected from null to true
[12:30:06] [modloading-worker-7/WARN]: Incorrect key Spawn Biomes.spawnForestedMountain was corrected from null to true
[12:30:06] [modloading-worker-7/WARN]: Incorrect key Spawn Biomes.spawnSnowdonia was corrected from null to true
[12:30:06] [modloading-worker-7/WARN]: Incorrect key Spawn Biomes.spawnFungalForest was corrected from null to true
[12:30:06] [modloading-worker-7/WARN]: Incorrect key Biome Controllers was corrected from null to SimpleCommentedConfig:{}
[12:30:06] [modloading-worker-7/WARN]: Incorrect key Biome Controllers.bambooForestWeight was corrected from null to 20
[12:30:06] [modloading-worker-7/WARN]: Incorrect key Biome Controllers.forestedMountainWeight was corrected from null to 8
[12:30:06] [modloading-worker-6/WARN]: No data fixer registered for entity midnight:crystal_bug
[12:30:06] [modloading-worker-0/INFO]: Loading config file C:\Users\Logan\Twitch\Minecraft\Instances\YO WHY\config\scaling-health\game_settings.toml
[12:30:06] [modloading-worker-4/WARN]: No data fixer registered for entity guard
[12:30:06] [modloading-worker-6/WARN]: No data fixer registered for entity midnight:penumbrian
[12:30:06] [modloading-worker-7/WARN]: Incorrect key Biome Controllers.snowdoniaWeight was corrected from null to 8
[12:30:06] [modloading-worker-0/INFO]: Loading config file C:\Users\Logan\Twitch\Minecraft\Instances\YO WHY\config\scaling-health\client.toml
[12:30:06] [modloading-worker-7/WARN]: Incorrect key Biome Controllers.fungalForestWeight was corrected from null to 8
[12:30:06] [modloading-worker-7/WARN]: Incorrect key Spawn World Generation was corrected from null to SimpleCommentedConfig:{}
[12:30:06] [modloading-worker-6/WARN]: No data fixer registered for entity midnight:tree_hopper
[12:30:06] [modloading-worker-7/WARN]: Incorrect key Spawn World Generation.spawnBasalt was corrected from null to true
[12:30:06] [modloading-worker-7/WARN]: Incorrect key Spawn World Generation.spawnMarble was corrected from null to true
[12:30:06] [modloading-worker-7/WARN]: Incorrect key Spawn World Generation.spawnSpawnChunkCaves was corrected from null to true
[12:30:06] [modloading-worker-7/WARN]: Incorrect key Spawn World Generation.spawnAmethyst was corrected from null to true
[12:30:06] [modloading-worker-7/WARN]: Incorrect key Spawn World Generation.spawnJade was corrected from null to true
[12:30:06] [modloading-worker-7/WARN]: Incorrect key Spawn World Generation.spawnRuby was corrected from null to true
[12:30:06] [modloading-worker-7/WARN]: Incorrect key World Generation Controllers was corrected from null to SimpleCommentedConfig:{}
[12:30:06] [modloading-worker-7/WARN]: Incorrect key World Generation Controllers.basaltVeinSize was corrected from null to 33
[12:30:06] [modloading-worker-7/WARN]: Incorrect key World Generation Controllers.marbleVeinSize was corrected from null to 33
[12:30:06] [modloading-worker-0/INFO]: Loading config file C:\Users\Logan\Twitch\Minecraft\Instances\YO WHY\config\scaling-health\common.toml
[12:30:06] [modloading-worker-7/WARN]: Incorrect key World Generation Controllers.basaltChance was corrected from null to 10
[12:30:06] [modloading-worker-7/WARN]: Incorrect key World Generation Controllers.marbleChance was corrected from null to 10
[12:30:06] [modloading-worker-7/WARN]: Incorrect key Spawn Explorercraft Entities was corrected from null to SimpleCommentedConfig:{}
[12:30:06] [modloading-worker-7/WARN]: Incorrect key Spawn Explorercraft Entities.brush_stooge_enabled was corrected from null to true
[12:30:06] [modloading-worker-7/WARN]: Incorrect key Spawn Explorercraft Entities.enderghast_enabled was corrected from null to true
[12:30:06] [modloading-worker-7/WARN]: Incorrect key Spawn Explorercraft Entities.enderreeper_enabled was corrected from null to true
[12:30:06] [modloading-worker-7/WARN]: Incorrect key Spawn Explorercraft Entities.enderreeper_overworld_spawn_enabled was corrected from null to false
[12:30:06] [modloading-worker-7/WARN]: Incorrect key Spawn Explorercraft Entities.enderreeper_nether_spawn_enabled was corrected from null to false
[12:30:06] [modloading-worker-7/WARN]: Incorrect key Spawn Explorercraft Entities.infected_creeper_enabled was corrected from null to true
[12:30:06] [modloading-worker-7/WARN]: Incorrect key Spawn Explorercraft Entities.infested_skeleton_enabled was corrected from null to true
[12:30:06] [modloading-worker-7/WARN]: Incorrect key Spawn Explorercraft Entities.infected_zombie_enabled was corrected from null to true
[12:30:06] [modloading-worker-7/WARN]: Incorrect key Spawn Explorercraft Entities.wizard_weight was corrected from null to 5
[12:30:06] [modloading-worker-6/WARN]: No data fixer registered for entity midnight:stinger
[12:30:06] [modloading-worker-6/WARN]: No data fixer registered for entity midnight:nightstag
[12:30:06] [modloading-worker-6/WARN]: No data fixer registered for entity midnight:deceitful_snapper
[12:30:06] [modloading-worker-6/WARN]: No data fixer registered for entity midnight:bulb_angler
[12:30:06] [modloading-worker-7/WARN]: No data fixer registered for entity explorercraft:brush_stooge
[12:30:06] [modloading-worker-6/WARN]: No data fixer registered for entity midnight:skulk
[12:30:06] [modloading-worker-7/WARN]: No data fixer registered for entity explorercraft:enderghast
[12:30:06] [modloading-worker-6/WARN]: No data fixer registered for entity midnight:shade_squirrel
[12:30:06] [modloading-worker-7/WARN]: No data fixer registered for entity explorercraft:enderreeper
[12:30:06] [modloading-worker-7/WARN]: No data fixer registered for entity explorercraft:infected_creeper
[12:30:06] [modloading-worker-7/WARN]: No data fixer registered for entity explorercraft:infected_skeleton
[12:30:06] [modloading-worker-7/WARN]: No data fixer registered for entity explorercraft:infected_zombie
[12:30:06] [modloading-worker-7/WARN]: No data fixer registered for entity explorercraft:wizard
[12:30:07] [modloading-worker-6/WARN]: No data fixer registered for entity midnight:thrown_geode
[12:30:07] [modloading-worker-6/WARN]: No data fixer registered for entity midnight:spore_bomb
[12:30:07] [modloading-worker-0/WARN]: Correcting config file C:\Users\Logan\Twitch\Minecraft\Instances\YO WHY\config\scaling-health\client.toml
[12:30:07] [modloading-worker-0/WARN]:   [difficulty, warnWhenSleeping]: null -> true
[12:30:07] [modloading-worker-6/WARN]: No data fixer registered for entity midnight:cloud
[12:30:07] [modloading-worker-0/WARN]:   [difficulty, meter, show]: null -> SOMETIMES
[12:30:07] [modloading-worker-0/WARN]:   [difficulty, meter, position, offsetX]: null -> 5
[12:30:07] [modloading-worker-0/WARN]:   [difficulty, meter, position, offsetY]: null -> -30
[12:30:07] [modloading-worker-0/WARN]:   [difficulty, meter, position, anchor]: null -> BOTTOM_LEFT
[12:30:07] [modloading-worker-0/WARN]:   [difficulty, meter, text, scale]: null -> 0.6
[12:30:07] [modloading-worker-0/WARN]:   [difficulty, meter, showDuration]: null -> 8.0
[12:30:07] [modloading-worker-0/WARN]:   [debug, overlay, anchor]: null -> TOP_RIGHT
[12:30:07] [modloading-worker-0/WARN]:   [debug, overlay, textScale]: null -> 0.75
[12:30:07] [modloading-worker-0/WARN]:   [hearts, absorption, text, offsetX]: null -> 0
[12:30:07] [modloading-worker-0/WARN]:   [hearts, absorption, text, offsetY]: null -> 0
[12:30:07] [modloading-worker-0/WARN]:   [hearts, absorption, text, color]: null -> #FFFFFF
[12:30:07] [modloading-worker-0/WARN]:   [hearts, absorption, text, style]: null -> DISABLED
[12:30:07] [modloading-worker-0/WARN]:   [hearts, absorption, icons, style]: null -> SHIELD
[12:30:07] [modloading-worker-0/WARN]:   [hearts, absorption, icons, colors]: null -> [#BF0000, #E66000, #E69900, #E6D300, #99E600, #4CE600, #00E699, #00E6E6, #0099E6, #0000E6, #9900E6, #D580FF, #8C8C8C, #E6E6E6]
[12:30:07] [modloading-worker-0/WARN]:   [hearts, health, tanks, enabled]: null -> true
[12:30:07] [modloading-worker-0/WARN]:   [hearts, health, text, offsetX]: null -> 0
[12:30:07] [modloading-worker-0/WARN]:   [hearts, health, text, offsetY]: null -> 0
[12:30:07] [modloading-worker-0/WARN]:   [hearts, health, text, color, style]: null -> TRANSITION
[12:30:07] [modloading-worker-0/WARN]:   [hearts, health, text, color, full]: null -> #4CFF4C
[12:30:07] [modloading-worker-0/WARN]:   [hearts, health, text, color, empty]: null -> #FF4C4C
[12:30:07] [modloading-worker-0/WARN]:   [hearts, health, text, scale]: null -> 1.0
[12:30:07] [modloading-worker-0/WARN]:   [hearts, health, text, style]: null -> ROWS
[12:30:07] [modloading-worker-0/WARN]:   [hearts, health, icons, colorLooping]: null -> true
[12:30:07] [modloading-worker-0/WARN]:   [hearts, health, icons, style]: null -> REPLACE_ALL
[12:30:07] [modloading-worker-0/WARN]:   [hearts, health, icons, lastHeartOutlineColor]: null -> #FFFFFF
[12:30:07] [modloading-worker-0/WARN]:   [hearts, health, icons, colors]: null -> [#BF0000, #E66000, #E69900, #E6D300, #99E600, #4CE600, #00E699, #00E6E6, #0099E6, #0000E6, #9900E6, #D580FF, #8C8C8C, #E6E6E6]
[12:30:07] [modloading-worker-0/WARN]:   [hearts, health, icons, lastHeartOutline]: null -> true
[12:30:07] [modloading-worker-0/INFO]: Saving config file C:\Users\Logan\Twitch\Minecraft\Instances\YO WHY\config\scaling-health\client.toml
[12:30:07] [modloading-worker-0/WARN]: Correcting config file C:\Users\Logan\Twitch\Minecraft\Instances\YO WHY\config\scaling-health\common.toml
[12:30:07] [modloading-worker-0/WARN]:   [features, crystalsAddHealth]: null -> true
[12:30:07] [modloading-worker-0/WARN]:   [features, enableBlights]: null -> true
[12:30:07] [modloading-worker-0/WARN]:   [features, crystalsRegenHealth]: null -> true
[12:30:07] [modloading-worker-0/WARN]:   [features, mobDamageScaling]: null -> true
[12:30:07] [modloading-worker-0/WARN]:   [features, hpCrystalsOreGen]: null -> true
[12:30:07] [modloading-worker-5/WARN]: No data fixer registered for entity glass_frame
[12:30:07] [modloading-worker-0/WARN]:   [features, enableDifficulty]: null -> true
[12:30:07] [modloading-worker-0/WARN]:   [features, crystalsAddDamage]: null -> true
[12:30:07] [modloading-worker-0/WARN]:   [features, crystalsAddPetHealth]: null -> true
[12:30:07] [modloading-worker-0/WARN]:   [features, xpAddHealth]: null -> true
[12:30:07] [modloading-worker-5/WARN]: No data fixer registered for entity colored_frame
[12:30:07] [modloading-worker-0/WARN]:   [features, powerCrystalsOreGen]: null -> true
[12:30:07] [modloading-worker-0/WARN]:   [features, mobDamageIncrease]: null -> true
[12:30:07] [modloading-worker-0/WARN]:   [features, mobHpIncrease]: null -> true
[12:30:07] [modloading-worker-0/WARN]:   [features, playerDamageScaling]: null -> true
[12:30:07] [modloading-worker-0/WARN]:   [debug, showOverlay]: null -> true
[12:30:07] [modloading-worker-0/WARN]:   [debug, logEntitySpawns]: null -> false
[12:30:07] [modloading-worker-0/WARN]:   [debug, logDamageScaling]: null -> true
[12:30:07] [modloading-worker-0/WARN]:   [debug, masterSwitch]: null -> false
[12:30:07] [modloading-worker-0/INFO]: Saving config file C:\Users\Logan\Twitch\Minecraft\Instances\YO WHY\config\scaling-health\common.toml
[12:30:07] [modloading-worker-0/WARN]: Correcting config file C:\Users\Logan\Twitch\Minecraft\Instances\YO WHY\config\scaling-health\game_settings.toml
[12:30:07] [modloading-worker-0/WARN]:   [pets, regenDelay]: null -> 30.0
[12:30:07] [modloading-worker-0/WARN]:   [pets, hpGain]: null -> 5.0
[12:30:07] [modloading-worker-0/WARN]:   [difficulty, ignoreYAxis]: null -> true
[12:30:07] [modloading-worker-0/WARN]:   [difficulty, maxValue]: null -> 250.0
[12:30:07] [modloading-worker-0/WARN]:   [difficulty, afk, multiplier]: null -> 0.5
[12:30:07] [modloading-worker-0/WARN]:   [difficulty, afk, time]: null -> 120.0
[12:30:07] [modloading-worker-0/WARN]:   [difficulty, afk, message]: null -> true
[12:30:07] [modloading-worker-0/WARN]:   [difficulty, distanceFactor]: null -> 0.0025
[12:30:07] [modloading-worker-0/WARN]:   [difficulty, groupAreaBonus]: null -> 1 + 0.05 * (areaPlayerCount - 1)
[12:30:07] [modloading-worker-0/WARN]:   [difficulty, mutators, onPlayerSleep]: null -> difficulty
[12:30:07] [modloading-worker-0/WARN]:   [difficulty, mutators, onPlayerDeath]: null -> difficulty
[12:30:07] [modloading-worker-0/WARN]:   [difficulty, mutators, onHostileKilled]: null -> difficulty
[12:30:07] [modloading-worker-0/WARN]:   [difficulty, mutators, onPlayerKilled]: null -> difficulty + 1.0
[12:30:07] [modloading-worker-0/WARN]:   [difficulty, mutators, onBossKilled]: null -> difficulty
[12:30:07] [modloading-worker-0/WARN]:   [difficulty, mutators, onBlightKilled]: null -> difficulty
[12:30:07] [modloading-worker-0/WARN]:   [difficulty, mutators, onPeacefulKilled]: null -> difficulty
[12:30:07] [modloading-worker-0/WARN]:   [difficulty, mutators, byEntity]: null -> [SimpleCommentedConfig:{types=[minecraft:villager], onKilled=difficulty + 0.01}]
[12:30:07] [modloading-worker-0/WARN]:   [difficulty, sleepWarningMessage]: null -> 
[12:30:07] [modloading-worker-0/WARN]:   [difficulty, changePerSecond]: null -> 0.0011575
[12:30:07] [modloading-worker-0/WARN]:   [difficulty, exemptPlayers]: null -> []
[12:30:07] [modloading-worker-0/WARN]:   [difficulty, minValue]: null -> 0.0
[12:30:07] [modloading-worker-0/WARN]:   [difficulty, multipliers, byLocation]: null -> [SimpleCommentedConfig:{biomes=[modid:example], scale=1.0, dimensions=[overworld]}]
[12:30:07] [modloading-worker-0/WARN]:   [difficulty, multipliers, lunarCycles]: null -> SimpleCommentedConfig:{}
[12:30:07] [modloading-worker-0/WARN]:   [difficulty, multipliers, lunarCycles, values]: null -> [1.5, 1.3, 1.2, 1.0, 0.8, 1.0, 1.2, 1.3]
[12:30:07] [modloading-worker-0/WARN]:   [difficulty, multipliers, lunarCycles, enabled]: null -> false
[12:30:07] [modloading-worker-0/WARN]:   [difficulty, areaMode]: null -> WEIGHTED_AVERAGE
[12:30:07] [modloading-worker-0/WARN]:   [difficulty, searchRadius]: null -> 256
[12:30:07] [modloading-worker-0/WARN]:   [difficulty, startingValue]: null -> 0.0
[12:30:07] [modloading-worker-0/WARN]:   [mob, potionChance]: null -> SimpleCommentedConfig:{}
[12:30:07] [modloading-worker-0/WARN]:   [mob, potionChance, hostile]: null -> 0.375
[12:30:07] [modloading-worker-0/WARN]:   [mob, potionChance, peaceful]: null -> 0.025
[12:30:07] [modloading-worker-0/WARN]:   [mob, damage, maxBoost]: null -> 10.0
[12:30:07] [modloading-worker-0/WARN]:   [mob, damage, boostScale]: null -> 0.1
[12:30:07] [modloading-worker-0/WARN]:   [mob, randomPotionEffects]: null -> [SimpleCommentedConfig:{potion=minecraft:speed, minDifficulty=15, level=1, durationInMinutes=10.0}, SimpleCommentedConfig:{potion=minecraft:speed, minDifficulty=50, level=2, durationInMinutes=10.0}, SimpleCommentedConfig:{potion=minecraft:strength, minDifficulty=30, level=1, durationInMinutes=10.0}, SimpleCommentedConfig:{potion=minecraft:fire_resistance, minDifficulty=10, level=1, durationInMinutes=10.0}, SimpleCommentedConfig:{potion=minecraft:invisibility, minDifficulty=35, level=1, durationInMinutes=10.0}, SimpleCommentedConfig:{potion=minecraft:resistance, minDifficulty=40, level=1, durationInMinutes=10.0}]
[12:30:07] [modloading-worker-0/WARN]:   [mob, difficultyExempt]: null -> [villager, wandering_trader]
[12:30:07] [modloading-worker-0/WARN]:   [mob, xp, Boost]: null -> 0.03
[12:30:07] [modloading-worker-0/WARN]:   [mob, health, spawner]: null -> 0.3
[12:30:07] [modloading-worker-0/WARN]:   [mob, health, modifierMode]: null -> MULTI_HALF
[12:30:07] [modloading-worker-0/WARN]:   [mob, health, multiplier]: null -> SimpleCommentedConfig:{}
[12:30:07] [modloading-worker-0/WARN]:   [mob, health, multiplier, hostile]: null -> 0.375
[12:30:07] [modloading-worker-0/WARN]:   [mob, health, multiplier, passive]: null -> 0.375
[12:30:07] [modloading-worker-0/WARN]:   [mob, blight, chance]: null -> 0.05
[12:30:07] [modloading-worker-0/WARN]:   [mob, blight, maxBoost]: null -> 3.0
[12:30:07] [modloading-worker-0/WARN]:   [mob, blight, notifyOnDeath]: null -> true
[12:30:07] [modloading-worker-0/WARN]:   [mob, blight, blightModifier]: null -> 2.0
[12:30:07] [modloading-worker-0/WARN]:   [mob, blight, exemptedMobs]: null -> [bat, cat, chicken, cod, cow, donkey, fox, horse, mooshroom, mule, ocelot, parrot, pig, rabbit, salmon, sheep, tropical_fish, turtle, villager, wandering_trader]
[12:30:07] [modloading-worker-0/WARN]:   [mob, blight, potionEffects]: null -> [SimpleCommentedConfig:{potion=minecraft:fire_resistance, minDifficulty=0, level=1, durationInMinutes=5.0}, SimpleCommentedConfig:{potion=minecraft:resistance, minDifficulty=0, level=1, durationInMinutes=5.0}, SimpleCommentedConfig:{potion=minecraft:speed, minDifficulty=0, level=4, durationInMinutes=5.0}, SimpleCommentedConfig:{potion=minecraft:strength, minDifficulty=0, level=2, durationInMinutes=5.0}]
[12:30:07] [modloading-worker-0/WARN]:   [item, heart_crystal, levelCost]: null -> 3
[12:30:07] [modloading-worker-0/WARN]:   [item, heart_crystal, healthRestored]: null -> 4.0
[12:30:07] [modloading-worker-0/WARN]:   [item, heart_crystal, healthBoost]: null -> 1
[12:30:07] [modloading-worker-0/WARN]:   [item, enchanted_heart, change]: null -> -10.0
[12:30:07] [modloading-worker-0/WARN]:   [item, power_crystal, levelCost]: null -> 3
[12:30:07] [modloading-worker-0/WARN]:   [item, power_crystal, damageBoost]: null -> 0.5
[12:30:07] [modloading-worker-0/WARN]:   [item, chance_heart, change]: null -> 10.0
[12:30:07] [modloading-worker-0/WARN]:   [item, cursed_heart, change]: null -> 10.0
[12:30:07] [modloading-worker-0/WARN]:   [damageScaling, mode]: null -> MAX_HEALTH
[12:30:07] [modloading-worker-0/WARN]:   [damageScaling, genericScale]: null -> 0.0
[12:30:07] [modloading-worker-0/WARN]:   [damageScaling, affectPeacefuls]: null -> false
[12:30:07] [modloading-worker-0/WARN]:   [damageScaling, damageTypes]: null -> [SimpleCommentedConfig:{types=[cactus], scale=0.0}]
[12:30:07] [modloading-worker-0/WARN]:   [damageScaling, difficultyWeight]: null -> 0.04
[12:30:07] [modloading-worker-0/WARN]:   [damageScaling, blacklistMods]: null -> [modid, othermodid]
[12:30:07] [modloading-worker-0/WARN]:   [damageScaling, affectHostiles]: null -> true
[12:30:07] [modloading-worker-0/WARN]:   [player, regen]: null -> SimpleCommentedConfig:{}
[12:30:07] [modloading-worker-0/WARN]:   [player, regen, minFood]: null -> 10
[12:30:07] [modloading-worker-0/WARN]:   [player, regen, exhaustion]: null -> 0.1
[12:30:07] [modloading-worker-0/WARN]:   [player, regen, minHealth]: null -> 0
[12:30:07] [modloading-worker-0/WARN]:   [player, regen, maxHealth]: null -> 2147483647
[12:30:07] [modloading-worker-0/WARN]:   [player, regen, proportionalToMaxHealth]: null -> false
[12:30:07] [modloading-worker-0/WARN]:   [player, regen, initialDelay]: null -> 20.0
[12:30:07] [modloading-worker-0/WARN]:   [player, regen, maxFood]: null -> 2147483647
[12:30:07] [modloading-worker-0/WARN]:   [player, regen, tickDelay]: null -> 5.0
[12:30:07] [modloading-worker-0/WARN]:   [player, regen, enabled]: null -> true
[12:30:07] [modloading-worker-0/WARN]:   [player, health, startingHealth]: null -> 20
[12:30:07] [modloading-worker-0/WARN]:   [player, health, setOnDeath]: null -> maxHealth
[12:30:07] [modloading-worker-0/WARN]:   [player, health, minHealth]: null -> 2
[12:30:07] [modloading-worker-0/WARN]:   [player, health, xp, hpAmount]: null -> 1
[12:30:07] [modloading-worker-0/WARN]:   [player, health, xp, levelAmount]: null -> 3
[12:30:07] [modloading-worker-0/WARN]:   [player, health, maxHealth]: null -> 0
[12:30:07] [modloading-worker-0/WARN]:   [player, attackDamage, maxValue]: null -> 0
[12:30:07] [modloading-worker-0/INFO]: Saving config file C:\Users\Logan\Twitch\Minecraft\Instances\YO WHY\config\scaling-health\game_settings.toml
[12:30:07] [modloading-worker-5/WARN]: No data fixer registered for entity crab
[12:30:07] [modloading-worker-5/WARN]: No data fixer registered for entity stoneling
[12:30:07] [modloading-worker-5/WARN]: No data fixer registered for entity chest_passenger
[12:30:07] [modloading-worker-1/WARN]: No data fixer registered for entity rat
[12:30:07] [modloading-worker-1/WARN]: No data fixer registered for entity rat_spawner
[12:30:07] [modloading-worker-1/WARN]: No data fixer registered for entity pied_piper
[12:30:07] [modloading-worker-5/WARN]: No data fixer registered for entity toretoise
[12:30:07] [modloading-worker-1/WARN]: No data fixer registered for entity ratlantean_spirit
[12:30:07] [modloading-worker-1/WARN]: No data fixer registered for entity ratlantean_spirit_flame
[12:30:07] [modloading-worker-7/INFO]: Added charm to Meson
[12:30:07] [modloading-worker-1/WARN]: No data fixer registered for entity ratlantean_automaton
[12:30:07] [modloading-worker-1/WARN]: No data fixer registered for entity ratlantean_automaton_beam
[12:30:07] [modloading-worker-1/WARN]: No data fixer registered for entity feral_ratlantean
[12:30:07] [modloading-worker-1/WARN]: No data fixer registered for entity neo_ratlantean
[12:30:07] [modloading-worker-1/WARN]: No data fixer registered for entity laser_beam
[12:30:07] [modloading-worker-1/WARN]: No data fixer registered for entity laser_portal
[12:30:07] [modloading-worker-1/WARN]: No data fixer registered for entity thrown_block
[12:30:07] [modloading-worker-5/WARN]: No data fixer registered for entity frog
[12:30:07] [modloading-worker-1/WARN]: No data fixer registered for entity vial_of_sentience
[12:30:07] [modloading-worker-1/WARN]: No data fixer registered for entity pirat_boat
[12:30:07] [modloading-worker-1/WARN]: No data fixer registered for entity pirat
[12:30:07] [modloading-worker-1/WARN]: No data fixer registered for entity cheese_cannonball
[12:30:07] [modloading-worker-0/WARN]: Configuration file C:\Users\Logan\Twitch\Minecraft\Instances\YO WHY\config\cyclic.toml is not correct. Correcting
[12:30:07] [modloading-worker-0/WARN]: Incorrect key cyclic was corrected from null to SimpleCommentedConfig:{}
[12:30:07] [modloading-worker-0/WARN]: Incorrect key cyclic.carrots was corrected from null to true
[12:30:07] [modloading-worker-0/WARN]: Incorrect key cyclic.hearts was corrected from null to true
[12:30:07] [modloading-worker-0/WARN]: Incorrect key cyclic.glove was corrected from null to true
[12:30:07] [modloading-worker-0/WARN]: Incorrect key cyclic.charms was corrected from null to true
[12:30:07] [modloading-worker-0/WARN]: Incorrect key cyclic.emeraldGear was corrected from null to true
[12:30:07] [modloading-worker-0/WARN]: Incorrect key cyclic.sandstoneGear was corrected from null to true
[12:30:07] [modloading-worker-0/WARN]: Incorrect key cyclic.gemObsidianGear was corrected from null to true
[12:30:07] [modloading-worker-0/WARN]: Incorrect key cyclic.netherbrickGear was corrected from null to true
[12:30:07] [modloading-worker-0/WARN]: Incorrect key cyclic.enchantments was corrected from null to true
[12:30:07] [modloading-worker-0/WARN]: Incorrect key cyclic.energy was corrected from null to SimpleCommentedConfig:{}
[12:30:07] [modloading-worker-0/WARN]: Incorrect key cyclic.energy.fuel was corrected from null to SimpleCommentedConfig:{}
[12:30:07] [modloading-worker-0/WARN]: Incorrect key cyclic.energy.fuel.peat_fuel was corrected from null to 256
[12:30:07] [modloading-worker-0/WARN]: Incorrect key cyclic.energy.fuel.peat_fuel_enriched was corrected from null to 1024
[12:30:07] [modloading-worker-0/WARN]: Incorrect key cyclic.energy.cost was corrected from null to SimpleCommentedConfig:{}
[12:30:07] [modloading-worker-0/WARN]: Incorrect key cyclic.energy.cost.anvil was corrected from null to 250
[12:30:07] [modloading-worker-0/WARN]: Incorrect key cyclic.energy.cost.melter was corrected from null to 5000
[12:30:07] [modloading-worker-0/WARN]: Incorrect key cyclic.energy.cost.solidifier was corrected from null to 5000
[12:30:07] [modloading-worker-0/WARN]: Incorrect key cyclic.peat was corrected from null to SimpleCommentedConfig:{}
[12:30:07] [modloading-worker-0/WARN]: Incorrect key cyclic.peat.conversionChance was corrected from null to 0.07999999821186066
[12:30:07] [modloading-worker-1/WARN]: No data fixer registered for entity plague_doctor
[12:30:07] [modloading-worker-1/WARN]: No data fixer registered for entity purifying_liquid
[12:30:07] [modloading-worker-1/WARN]: No data fixer registered for entity black_death
[12:30:07] [modloading-worker-1/WARN]: No data fixer registered for entity plague_cloud
[12:30:07] [modloading-worker-1/WARN]: No data fixer registered for entity plague_beast
[12:30:07] [modloading-worker-1/WARN]: No data fixer registered for entity plague_shot
[12:30:07] [modloading-worker-1/WARN]: No data fixer registered for entity rat_capture_net
[12:30:07] [modloading-worker-1/WARN]: No data fixer registered for entity rat_dragon_fire
[12:30:07] [modloading-worker-1/WARN]: No data fixer registered for entity rat_arrow
[12:30:07] [modloading-worker-7/INFO]: Creating config for module BlockOfRottenFlesh
[12:30:07] [modloading-worker-7/INFO]: Creating config for module SmoothGlowstone
[12:30:07] [modloading-worker-7/INFO]: Creating config for module BlockOfEnderPearls
[12:30:07] [modloading-worker-1/WARN]: No data fixer registered for entity ghost_pirat
[12:30:07] [modloading-worker-1/WARN]: No data fixer registered for entity dutchrat
[12:30:07] [modloading-worker-1/WARN]: No data fixer registered for entity dutchrat_sword
[12:30:07] [modloading-worker-1/WARN]: No data fixer registered for entity ratfish
[12:30:07] [modloading-worker-7/INFO]: Creating config for module RedstoneSand
[12:30:07] [modloading-worker-7/INFO]: Creating config for module BlockOfGunpowder
[12:30:07] [modloading-worker-7/INFO]: Creating config for module VariableRedstoneLamp
[12:30:07] [modloading-worker-1/WARN]: No data fixer registered for entity rattling_gun
[12:30:07] [modloading-worker-1/WARN]: No data fixer registered for entity rattling_gun_bullet
[12:30:07] [modloading-worker-7/INFO]: Creating config for module CurseBreak
[12:30:07] [modloading-worker-7/INFO]: Creating config for module Magnetic
[12:30:07] [modloading-worker-7/INFO]: Creating config for module Homing
[12:30:07] [modloading-worker-7/INFO]: Creating config for module Leeching
[12:30:07] [modloading-worker-7/INFO]: Creating config for module Salvage
[12:30:07] [modloading-worker-7/INFO]: Creating config for module RemovePotionGlint
[12:30:07] [modloading-worker-7/INFO]: Creating config for module MobsAffectedByBeacon
[12:30:07] [modloading-worker-7/INFO]: Creating config for module CauldronCleansThings
[12:30:07] [modloading-worker-7/INFO]: Creating config for module PickaxesBreakPistons
[12:30:07] [modloading-worker-7/INFO]: Creating config for module HuskImprovements
[12:30:07] [modloading-worker-7/INFO]: Creating config for module StackablePotions
[12:30:07] [modloading-worker-7/INFO]: Creating config for module UseTotemFromInventory
[12:30:07] [modloading-worker-7/INFO]: Creating config for module ComposterImprovements
[12:30:07] [modloading-worker-7/INFO]: Creating config for module ParrotsStayOnShoulder
[12:30:07] [modloading-worker-7/INFO]: Creating config for module NoAnvilMinimumXp
[12:30:07] [modloading-worker-7/INFO]: Creating config for module AmbientMusicImprovements
[12:30:07] [modloading-worker-7/INFO]: Creating config for module ExtraMusicDiscs
[12:30:07] [modloading-worker-7/INFO]: Creating config for module SpongesReduceFallDamage
[12:30:07] [modloading-worker-7/INFO]: Creating config for module AutomaticRecipeUnlock
[12:30:07] [modloading-worker-7/INFO]: Creating config for module RemoveNitwits
[12:30:07] [modloading-worker-7/INFO]: Creating config for module EmeraldBlockOpensTrades
[12:30:07] [modloading-worker-7/INFO]: Creating config for module ChickensDropFeathers
[12:30:07] [modloading-worker-7/INFO]: Creating config for module WitchesDropLuck
[12:30:07] [modloading-worker-7/INFO]: Creating config for module TamedAnimalsNoDamage
[12:30:07] [modloading-worker-7/INFO]: Creating config for module CauldronWaterSource
[12:30:07] [modloading-worker-7/INFO]: Creating config for module LeatherArmorInvisibility
[12:30:07] [modloading-worker-7/INFO]: Creating config for module ExtractEnchantments
[12:30:07] [modloading-worker-7/INFO]: Creating config for module DecreaseRepairCost
[12:30:07] [modloading-worker-7/INFO]: Creating config for module PigIronIncreasesDurability
[12:30:07] [modloading-worker-7/INFO]: Creating config for module DimensionalCompass
[12:30:07] [modloading-worker-1/WARN]: No data fixer registered for entity ratlantean_ratbot
[12:30:07] [modloading-worker-7/INFO]: Creating config for module ParrotsOnEndRods
[12:30:07] [modloading-worker-1/WARN]: No data fixer registered for entity rat_mount_golem
[12:30:07] [modloading-worker-7/INFO]: Creating config for module ParrotMimicDelay
[12:30:07] [modloading-worker-7/INFO]: Creating config for module BatInABucket
[12:30:07] [modloading-worker-7/INFO]: Creating config for module CompassBinding
[12:30:07] [modloading-worker-1/WARN]: No data fixer registered for entity rat_mount_chicken
[12:30:07] [modloading-worker-1/WARN]: No data fixer registered for entity rat_mount_beast
[12:30:07] [modloading-worker-7/INFO]: Creating config for module Decay
[12:30:07] [modloading-worker-7/INFO]: Creating config for module Coffee
[12:30:07] [modloading-worker-7/INFO]: Creating config for module FlavoredCake
[12:30:07] [modloading-worker-1/WARN]: No data fixer registered for entity rat_mount_automaton
[12:30:07] [modloading-worker-1/WARN]: No data fixer registered for entity rat_king
[12:30:07] [modloading-worker-1/WARN]: No data fixer registered for entity rat_shot
[12:30:07] [modloading-worker-7/INFO]: Creating config for module MoreVillagerTrades
[12:30:07] [modloading-worker-7/INFO]: Creating config for module NetherPigIron
[12:30:07] [modloading-worker-7/INFO]: Creating config for module AdditionalMobsInStructures
[12:30:07] [modloading-worker-7/INFO]: Creating config for module Fumaroles
[12:30:07] [modloading-worker-7/INFO]: Creating config for module StructureMaps
[12:30:07] [modloading-worker-7/INFO]: Creating config for module EndermitePowder
[12:30:07] [modloading-worker-7/INFO]: Creating config for module NetherGoldDeposits
[12:30:07] [modloading-worker-7/INFO]: Creating config for module MoreVillageBiomes
[12:30:07] [modloading-worker-7/INFO]: Creating config for module RandomAnimalTextures
[12:30:07] [modloading-worker-7/INFO]: Creating config for module Crates
[12:30:07] [modloading-worker-7/INFO]: Creating config for module BookshelfChests
[12:30:07] [modloading-worker-7/INFO]: Creating config for module AllTheBarrels
[12:30:07] [modloading-worker-7/INFO]: Creating config for module GoldLanterns
[12:30:07] [modloading-worker-7/WARN]: Could not read config file: java.nio.file.NoSuchFileException: C:\Users\Logan\Twitch\Minecraft\Instances\YO WHY\config\charm-common.toml
[12:30:08] [modloading-worker-7/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `piston`, expected `charm`. This could be a intended override, but in most cases indicates a broken mod.
[12:30:08] [modloading-worker-7/INFO]: Queueing minecraft:piston
[12:30:08] [modloading-worker-7/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `piston`, expected `charm`. This could be a intended override, but in most cases indicates a broken mod.
[12:30:08] [modloading-worker-7/INFO]: Queueing minecraft:piston
[12:30:08] [modloading-worker-7/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `sticky_piston`, expected `charm`. This could be a intended override, but in most cases indicates a broken mod.
[12:30:08] [modloading-worker-7/INFO]: Queueing minecraft:sticky_piston
[12:30:08] [modloading-worker-7/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `sticky_piston`, expected `charm`. This could be a intended override, but in most cases indicates a broken mod.
[12:30:08] [modloading-worker-7/INFO]: Queueing minecraft:sticky_piston
[12:30:08] [modloading-worker-7/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `potion`, expected `charm`. This could be a intended override, but in most cases indicates a broken mod.
[12:30:08] [modloading-worker-7/INFO]: Queueing minecraft:potion
[12:30:08] [modloading-worker-7/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `splash_potion`, expected `charm`. This could be a intended override, but in most cases indicates a broken mod.
[12:30:08] [modloading-worker-7/INFO]: Queueing minecraft:splash_potion
[12:30:08] [modloading-worker-7/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `lingering_potion`, expected `charm`. This could be a intended override, but in most cases indicates a broken mod.
[12:30:08] [modloading-worker-7/INFO]: Queueing minecraft:lingering_potion
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:music_disc_calm1
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:music_disc_calm2
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:music_disc_calm3
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:music_disc_hal1
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:music_disc_hal2
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:music_disc_hal3
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:music_disc_hal4
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:music_disc_nuance1
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:music_disc_nuance2
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:music_disc_piano1
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:music_disc_piano2
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:music_disc_piano3
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:music_disc_creative1
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:music_disc_creative2
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:music_disc_creative3
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:music_disc_creative4
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:music_disc_creative5
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:music_disc_creative6
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:music_disc_nether1
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:music_disc_nether2
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:music_disc_nether3
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:music_disc_nether4
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:music_disc_menu1
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:music_disc_menu2
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:music_disc_menu3
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:music_disc_menu4
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:music_disc_axolotl
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:music_disc_dragon_fish
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:music_disc_shuniji
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:music_disc_dragon
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:music_disc_end
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:curse_break
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:magnetic
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:homing
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:leeching_curse
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:salvage
[12:30:08] [modloading-worker-5/WARN]: No data fixer registered for entity foxhound
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:crate_open_oak
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:crate_open_oak
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:crate_sealed_oak
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:crate_sealed_oak
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:crate_open_spruce
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:crate_open_spruce
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:crate_sealed_spruce
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:crate_sealed_spruce
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:crate_open_birch
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:crate_open_birch
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:crate_sealed_birch
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:crate_sealed_birch
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:crate_open_jungle
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:crate_open_jungle
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:crate_sealed_jungle
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:crate_sealed_jungle
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:crate_open_acacia
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:crate_open_acacia
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:crate_sealed_acacia
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:crate_sealed_acacia
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:crate_open_dark_oak
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:crate_open_dark_oak
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:crate_sealed_dark_oak
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:crate_sealed_dark_oak
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:crate
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:crate
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:bookshelf_chest_oak
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:bookshelf_chest_oak
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:bookshelf_chest_spruce
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:bookshelf_chest_spruce
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:bookshelf_chest_birch
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:bookshelf_chest_birch
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:bookshelf_chest_jungle
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:bookshelf_chest_jungle
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:bookshelf_chest_acacia
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:bookshelf_chest_acacia
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:bookshelf_chest_dark_oak
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:bookshelf_chest_dark_oak
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:bookshelf_chest
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:bookshelf_chest
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:barrel_spruce
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:barrel_spruce
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:barrel_birch
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:barrel_birch
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:barrel_jungle
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:barrel_jungle
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:barrel_acacia
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:barrel_acacia
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:barrel_dark_oak
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:barrel_dark_oak
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:barrel
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:gold_lantern
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:gold_lantern
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:bat_bucket
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:bound_compass
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:rotten_flesh_block
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:rotten_flesh_block
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:smooth_glowstone
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:smooth_glowstone
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:ender_pearl_block
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:ender_pearl_block
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:pig_iron_ore
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:pig_iron_ore
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:pig_iron_nugget
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:fumarole
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:fumarole
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:fumarole
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:fumarole
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:endermite_powder
[12:30:08] [modloading-worker-7/WARN]: No data fixer registered for entity endermite_powder
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:endermite_powder
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:nether_gold_deposit
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:nether_gold_deposit
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:decay_potion
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:coffee_effect
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:coffee_potion
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:cake_fire_resistance
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:cake_fire_resistance
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:cake_invisibility
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:cake_invisibility
[12:30:08] [modloading-worker-5/WARN]: No data fixer registered for entity gravisand
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:cake_leaping
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:cake_leaping
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:cake_night_vision
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:cake_night_vision
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:cake_regeneration
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:cake_regeneration
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:cake_strength
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:cake_strength
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:cake_swiftness
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:cake_swiftness
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:cake_water_breathing
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:cake_water_breathing
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:cake_danger_sight
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:cake_danger_sight
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:cake_resilience
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:cake_resilience
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:cake_resistance
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:cake_resistance
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:redstone_sand
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:redstone_sand
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:gunpowder_block
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:gunpowder_block
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:variable_redstone_lamp
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:variable_redstone_lamp
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:bookshelf_open
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:bookshelf_close
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:homing
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:wood_smash
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:fumarole_bubbling
[12:30:08] [modloading-worker-7/INFO]: Queueing charm:fumarole_erupt
[12:30:08] [modloading-worker-5/WARN]: No data fixer registered for entity pickarang
[12:30:08] [modloading-worker-5/WARN]: No data fixer registered for entity wrapped
[12:30:10] [modloading-worker-3/WARN]: No data fixer registered for entity cfm:seat
[12:30:10] [modloading-worker-3/WARN]: Configuration file C:\Users\Logan\Twitch\Minecraft\Instances\YO WHY\config\appleskin-client.toml is not correct. Correcting
[12:30:10] [modloading-worker-3/WARN]: Incorrect key client was corrected from null to SimpleCommentedConfig:{}
[12:30:10] [modloading-worker-3/WARN]: Incorrect key client.showFoodValuesInTooltip was corrected from null to true
[12:30:10] [modloading-worker-3/WARN]: Incorrect key client.showFoodValuesInTooltipAlways was corrected from null to true
[12:30:10] [modloading-worker-3/WARN]: Incorrect key client.showSaturationHudOverlay was corrected from null to true
[12:30:10] [modloading-worker-3/WARN]: Incorrect key client.showFoodValuesHudOverlay was corrected from null to true
[12:30:10] [modloading-worker-3/WARN]: Incorrect key client.showFoodExhaustionHudUnderlay was corrected from null to true
[12:30:10] [modloading-worker-3/WARN]: Incorrect key client.showFoodStatsInDebugOverlay was corrected from null to true
[12:30:10] [Render thread/FATAL]: Failed to complete lifecycle event CONSTRUCT, 1 errors found
[12:30:10] [Render thread/FATAL]: 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$2086/877788296.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:56) [forge-1.15.2-31.2.0.jar:31.2]
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$460/1594600318.call(Unknown Source) [forge-1.15.2-31.2.0.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:?]
[12:30:11] [Render thread/ERROR]: Exception caught during firing event: null
    Index: 1
    Listeners:
        0: NORMAL
        1: ASM: class com.endlesnights.torchslabsmod.blocks.vanilla.ColorHandler registerBlockColorHandler(Lnet/minecraftforge/client/event/ColorHandlerEvent$Block;)V
java.lang.NullPointerException
    at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97)
    at com.endlesnights.torchslabsmod.blocks.vanilla.ColorHandler.registerBlockColorHandler(ColorHandler.java:26)
    at net.minecraftforge.eventbus.ASMEventHandler_203_ColorHandler_registerBlockColorHandler_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$5458/583777927.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:56)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$460/1594600318.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)

[12:30:11] [Render thread/INFO]: [net.minecraft.util.registry.Bootstrap:func_179870_a:103]: ---- Minecraft Crash Report ----
// Don't do that.

Time: 5/20/20 12:30 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:accesstransformer:B,pl:runtimedistcleaner:A}
    at com.endlesnights.torchslabsmod.blocks.vanilla.ColorHandler.registerBlockColorHandler(ColorHandler.java:26) ~[?:v1.6.10] {re:classloading}
    at net.minecraftforge.eventbus.ASMEventHandler_203_ColorHandler_registerBlockColorHandler_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$5458/583777927.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:accesstransformer:B,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:56) [forge-1.15.2-31.2.0.jar:31.2] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$460/1594600318.call(Unknown Source) [forge-1.15.2-31.2.0.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 com.endlesnights.torchslabsmod.blocks.vanilla.ColorHandler.registerBlockColorHandler(ColorHandler.java:26)
    at net.minecraftforge.eventbus.ASMEventHandler_203_ColorHandler_registerBlockColorHandler_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$5458/583777927.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:56)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$460/1594600318.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 10 (amd64) version 10.0
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 789723896 bytes (753 MB) / 1678770176 bytes (1601 MB) up to 3102212096 bytes (2958 MB)
    CPUs: 8
    JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx3328m -Xms256m -XX:PermSize=256m
    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.0.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.15.2-31.2.0.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-2.1.1-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge-1.15.2-31.2.0.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.15.2-31.2.0.jar runtimedistcleaner PLUGINSERVICE 
        /forge-1.15.2-31.2.0.jar fml TRANSFORMATIONSERVICE 
        /MixinBootstrap-1.0.3.jar mixinbootstrap TRANSFORMATIONSERVICE 
        /MixinBootstrap-1.0.3.jar mixin PLUGINSERVICE 
        /MixinBootstrap-1.0.3.jar mixinbootstrap PLUGINSERVICE 
    FML: 31.2
    Forge: net.minecraftforge:31.2.0
    FML Language Providers: 
        javafml@31.2
        minecraft@1
    Mod List: 
        super_stick_sword-1.15.2-2.0.0.jar Super Stick sword {super_stick_sword@1.15.2-2.0.0 CREATE_REGISTRIES}
        SaveMyStronghold-1.15.2-1.0.0.jar Save My Stronghold! {savemystronghold@1.15.2-1.0.0 CREATE_REGISTRIES}
        inventorysorter-1.15.2-17.0.0.jar Simple Inventory Sorter {inventorysorter@17.0.0 CREATE_REGISTRIES}
        TrashSlot_1.15.2-11.0.0.jar TrashSlot {trashslot@11.0.0 CREATE_REGISTRIES}
        torchslabmod-1.15.2_v1.6.10.jar Torch Slab Mod {torchslabmod@1.6.10 CREATE_REGISTRIES}
        PreGenForge-0.1.0-mc1.15.2.jar PreGenForge {pregenforge@0.1.0 CREATE_REGISTRIES}
        curiousshulkerboxes-FORGE-1.15.2-2.0.0.1.jar Curious Shulker Boxes {curiousshulkerboxes@FORGE-1.15.2-2.0.0.1 CREATE_REGISTRIES}
        jei-1.15.2-6.0.0.4.jar Just Enough Items {jei@6.0.0.4 CREATE_REGISTRIES}
        worleycaves-1.15.2-1.6.0.jar Worley's Caves {worleycaves@1.15.2-1.6.0 CREATE_REGISTRIES}
        prefab-1.5.0.9.jar Prefab {prefab@1.5.0.9 CREATE_REGISTRIES}
        lithium-mc1.15.2-forge-0.4.6-rc3-mod.jar Lithium {lithium@0.4.6-rc3 CREATE_REGISTRIES}
        Abnormals-Core-1.15.2-v1.0.4.jar Abnormals Core {abnormals_core@1.0.4 CREATE_REGISTRIES}
        Buzzier-Bees-1.15.2-v1.5.0.jar Buzzier Bees {buzzierbees@v1.5.0 CREATE_REGISTRIES}
        goblintraders-1.2.0-mc1.15.2.jar Goblin Traders {goblintraders@1.2.0 CREATE_REGISTRIES}
        ProjectE-Mod-1.15.2.jar ProjectE {projecte@1.0.2B CREATE_REGISTRIES}
        SneakyMagic-v2.0-1.15.2.jar Sneaky Magic {sneakymagic@2.0 CREATE_REGISTRIES}
        KleeSlabs_1.15.2-8.0.0.jar KleeSlabs {kleeslabs@8.0.0 CREATE_REGISTRIES}
        Bloomful-1.15.2-v1.4.0.jar Bloomful {bloomful@NONE CREATE_REGISTRIES}
        extraboats-1.3.5-1.15.2.jar Extra Boats {extraboats@1.3.5 CREATE_REGISTRIES}
        goldenhopper-1.1.1-mc1.15.2.jar Golden Hopper {goldenhopper@1.1.1 CREATE_REGISTRIES}
        TerraForged-1.15.2-0.0.14.jar TerraForged {terraforged@0.0.14 CREATE_REGISTRIES}
        journeymap-1.15.2-5.7.0b2.jar Journeymap {journeymap@5.7.0b2 CREATE_REGISTRIES}
        Controlling-6.1.4.jar Controlling {controlling@6.1.4 CREATE_REGISTRIES}
        comforts-FORGE-1.15.2-2.0.0.2.jar Comforts {comforts@FORGE-1.15.2-2.0.0.2 CREATE_REGISTRIES}
        citadel-1.1.5-1.15.2.jar Citadel {citadel@1.1.5 CREATE_REGISTRIES}
        NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {naturescompass@1.15.2-1.8.5 CREATE_REGISTRIES}
        VanillaTweaks-1.15.2.1.5.26.jar VanillaTweaks {vanillatweaks@1.15.2.1.5.26 CREATE_REGISTRIES}
        potionofbees-1.15.2-1.0.1.jar Potion of Bees {potionofbees@1.15.2-1.0.1 CREATE_REGISTRIES}
        NomadicTents-1.15.2-11.0.0-beta.jar Nomadic Tents {nomadictents@11.0.0-beta CREATE_REGISTRIES}
        curioofundying-FORGE-1.15.2-3.0.jar Curio of Undying {curioofundying@FORGE-1.15.2-3.0 CREATE_REGISTRIES}
        MutantBeasts-1.15.2-1.0.7.jar Mutant Beasts {mutantbeasts@1.15.2-1.0.7 CREATE_REGISTRIES}
        The-Endergetic-Expansion-1.15.2-v1.3.1.jar The Endergetic Expansion {endergetic@1.3.1 CREATE_REGISTRIES}
        snowundertrees-1.15.2-v1.1.1.jar Snow Under Trees {snowundertrees@v1.1.1 CREATE_REGISTRIES}
        guardvillagers-1.15.2-1.0.6.jar Guard Villagers {guardvillagers@1.0.6 CREATE_REGISTRIES}
        mcjtylib-1.15-4.1.0-beta.jar McJtyLib {mcjtylib@1.15-4.1.0-beta CREATE_REGISTRIES}
        rftoolsbase-1.15-1.1.1-beta.jar RFToolsBase {rftoolsbase@1.15-1.1.1-beta CREATE_REGISTRIES}
        ForgivingVoid_1.15.1-4.0.0.jar Forgiving Void {forgivingvoid@4.0.0 CREATE_REGISTRIES}
        mahoutsukai-1.15.2-v1.17.4.jar Mahou Tsukai {mahoutsukai@1.15.2-v1.17.4 CREATE_REGISTRIES}
        venture-1.0.0-1.15.2.jar Venture {venture@1.0.0 CREATE_REGISTRIES}
        endercompass-2.0.jar Ender Compass {endercompass@2.0 CREATE_REGISTRIES}
        Swamp-Expansion-1.15.2-v1.7.1.jar Swamp Expansion {swampexpansion@NONE CREATE_REGISTRIES}
        TOOLKIT-1.15.2-1.6.4.jar Tool Kit {toolkit@1.15.2-1.6.4 CREATE_REGISTRIES}
        forge-1.15.2-31.2.0-universal.jar Forge {forge@31.2.0 CREATE_REGISTRIES}
        FeederHelmet-1.7.0.jar AutoFeederHelmet {feederhelmet@1.7.0 CREATE_REGISTRIES}
        Explorercraft-1.15.2-4.0.1.jar Explorercraft {explorercraft@1.15.2-4.0.1 CREATE_REGISTRIES}
        ironchest-1.15.2-10.0.3.jar Iron Chests {ironchest@1.15.2-10.0.1 CREATE_REGISTRIES}
        UselessSword-1.15.2-V1.1.1.jar Useless Sword {useless_sword@1.1.1 CREATE_REGISTRIES}
        forge-1.15.2-31.2.0-client.jar Minecraft {minecraft@1.15.2 CREATE_REGISTRIES}
        extraanvils-3.0.jar Extra Anvils {extraanvils@3.0 CREATE_REGISTRIES}
        torchmaster-2.1.1-rc0.jar Torchmaster {torchmaster@2.1.1-rc0 CREATE_REGISTRIES}
        theoneprobe-1.15-2.0.2.jar The One Probe {theoneprobe@1.15-2.0.2 CREATE_REGISTRIES}
        SilentLib-1.15.2-4.6.1+49.jar Silent Lib {silentlib@4.6.1+49 CREATE_REGISTRIES}
        phosphor-forge-mc1.15.2-0.5.2+build.4.jar Phosphor {phosphor@0.5.2+build.4 CREATE_REGISTRIES}
        wards-1.15.2-1.4.0.jar Wards {wards@1.15.2-1.4.0 CREATE_REGISTRIES}
        Atmospheric-1.15.2-v1.3.0.jar Atmospheric {atmospheric@v1.3.0 CREATE_REGISTRIES}
        randomenchants-3.1.0.jar Random Enchants {randomenchants@3.1.0 ERROR}
        curios-FORGE-1.15.2-2.0.2.2.jar Curios API {curios@FORGE-1.15.2-2.0.2.2 CREATE_REGISTRIES}
        Botania-r1.15-384.jar Botania {botania@r1.15-384 CREATE_REGISTRIES}
        Patchouli-1.15.2-1.2-33.jar Patchouli {patchouli@1.15.2-1.2-33 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}
        rats-5.2.2-1.15.2.jar Rats {rats@5.2.2 CREATE_REGISTRIES}
        gravestone-1.17.4.jar Gravestone Mod {gravestone@1.17.4 CREATE_REGISTRIES}
        AutoRegLib-1.5-40.jar AutoRegLib {autoreglib@1.5-40 CREATE_REGISTRIES}
        Quark-r2.1-237.jar Quark {quark@r2.1-237 CREATE_REGISTRIES}
        [1.15.2]+SecurityCraft+v1.8.18.jar SecurityCraft {securitycraft@v1.8.18 CREATE_REGISTRIES}
        OreExcavation-1.7.151.jar Ore Excavation {oreexcavation@NONE CREATE_REGISTRIES}
        performant-1.15-1.7.jar Performant {performant@1.7 CREATE_REGISTRIES}
        themidnight-0.5.7-3.jar The Midnight {midnight@0.5.7-3 CREATE_REGISTRIES}
        AmbientEnvironment-3.0.0.jar Ambient Environment {ambientenvironment@3.0.0 CREATE_REGISTRIES}
        worldedit-forge-mc1.15.2-7.1.0.jar WorldEdit {worldedit@7.1.0;48cc31c CREATE_REGISTRIES}
        ProjectExtended-1.15.2-1.1.0.jar ProjectExtended {projectextended@1.1.0 CREATE_REGISTRIES}
        cfm-7.0.0-pre16-mc1.15.1.jar MrCrayfish's Furniture Mod {cfm@7.0.0-pre16 CREATE_REGISTRIES}
        AppleSkin-mc1.15.2-forge-1.0.13.jar AppleSkin {appleskin@1.0.13 CREATE_REGISTRIES}
        Biomes_You_Go-0.3.3-BETA.jar Oh The Biomes You'll Go {byg@0.2.1 CREATE_REGISTRIES}
        the_bumblezone-1.15.2-1.2.0.jar The Bumblezone {the_bumblezone@1.15.2-1.2.0 CREATE_REGISTRIES}
        YAMDA-5.0.3.jar YAMDA {yamda@5.0.3 CREATE_REGISTRIES}
        Charm-1.15.2-1.5.7.jar Charm {charm@1.15.2-1.5.7 CREATE_REGISTRIES}
        speedyladders-1.15.2-1.jar Speedy Ladders {speedyladders@1.15.2-1 CREATE_REGISTRIES}
        MineMenu-1.15.2-1.8.4.jar MineMenu {minemenu@1.15.2-1.8.4 CREATE_REGISTRIES}
        ScalingHealth-1.15.2-3.0.6+53.jar Scaling Health {scalinghealth@3.0.6+53 CREATE_REGISTRIES}
        overloadedarmorbar-4.0.0.jar Overloaded Armor Bar {overloadedarmorbar@4.0.0 CREATE_REGISTRIES}
        Cyclic-1.15.2-0.4.1.jar Cyclic {cyclic@1.15.2-0.4.1 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: forge-31.2.0
    Backend library: LWJGL version 3.2.2 build 10
    Backend API: Intel(R) UHD Graphics 620 GL version 4.5.0 - Build 25.20.100.6519, Intel
    GL Caps: Using framebuffer using OpenGL 3.0
    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'forge'
    Type: Client (map_client.txt)
    CPU: 8x Intel(R) Core(TM) i7-8565U CPU @ 1.80GHz
[12:30:11] [Render thread/INFO]: [net.minecraft.util.registry.Bootstrap:func_179870_a:103]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\Logan\Twitch\Minecraft\Instances\YO WHY\crash-reports\crash-2020-05-20_12.30.11-client.txt
 

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

    • I have been trying to make a server with forge but I keep running into an issue. I have jdk 22 installed as well as Java 8. here is the debug file  
    • it crashed again     What the console says : [00:02:03] [Server thread/INFO] [Easy NPC/]: [EntityManager] Server started! [00:02:03] [Server thread/INFO] [co.gi.al.ic.IceAndFire/]: {iceandfire:fire_dragon_roost=true, iceandfire:fire_lily=true, iceandfire:spawn_dragon_skeleton_fire=true, iceandfire:lightning_dragon_roost=true, iceandfire:spawn_dragon_skeleton_lightning=true, iceandfire:ice_dragon_roost=true, iceandfire:ice_dragon_cave=true, iceandfire:lightning_dragon_cave=true, iceandfire:cyclops_cave=true, iceandfire:spawn_wandering_cyclops=true, iceandfire:spawn_sea_serpent=true, iceandfire:frost_lily=true, iceandfire:hydra_cave=true, iceandfire:lightning_lily=true, iceandfireixie_village=true, iceandfire:myrmex_hive_jungle=true, iceandfire:myrmex_hive_desert=true, iceandfire:silver_ore=true, iceandfire:siren_island=true, iceandfire:spawn_dragon_skeleton_ice=true, iceandfire:spawn_stymphalian_bird=true, iceandfire:fire_dragon_cave=true, iceandfire:sapphire_ore=true, iceandfire:spawn_hippocampus=true, iceandfire:spawn_death_worm=true} [00:02:03] [Server thread/INFO] [co.gi.al.ic.IceAndFire/]: {TROLL_S=true, HIPPOGRYPH=true, AMPHITHERE=true, COCKATRICE=true, TROLL_M=true, DREAD_LICH=true, TROLL_F=true} [00:02:03] [Server thread/INFO] [ne.be.lo.WeaponRegistry/]: Encoded Weapon Attribute registry size (with package overhead): 41976 bytes (in 5 string chunks with the size of 10000) [00:02:03] [Server thread/INFO] [patchouli/]: Sending reload packet to clients [00:02:03] [Server thread/WARN] [voicechat/]: [voicechat] Running in offline mode - Voice chat encryption is not secure! [00:02:03] [VoiceChatServerThread/INFO] [voicechat/]: [voicechat] Using server-ip as bind address: 0.0.0.0 [00:02:03] [Server thread/WARN] [ModernFix/]: Dedicated server took 22.521 seconds to load [00:02:03] [VoiceChatServerThread/INFO] [voicechat/]: [voicechat] Voice chat server started at 0.0.0.0:25565 [00:02:03] [Server thread/WARN] [minecraft/SynchedEntityData]: defineId called for: class net.minecraft.world.entity.player.Player from class tschipp.carryon.common.carry.CarryOnDataManager [00:02:03] [Server thread/INFO] [ne.mi.co.AdvancementLoadFix/]: Using new advancement loading for net.minecraft.server.PlayerAdvancements@2941ffd5 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 0 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 1 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 2 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 3 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 4 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 5 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 6 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 7 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 8 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 9 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 10 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 11 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 12 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 13 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 14 [00:02:19] [Server thread/INFO] [ne.mi.co.AdvancementLoadFix/]: Using new advancement loading for net.minecraft.server.PlayerAdvancements@ebc7ef2 [00:02:19] [Server thread/INFO] [minecraft/PlayerList]: ZacAdos[/90.2.17.162:49242] logged in with entity id 1062 at (-1848.6727005281205, 221.0, -3054.2468255848935) [00:02:19] [Server thread/ERROR] [ModernFix/]: Skipping entity ID sync for com.talhanation.smallships.world.entity.ship.Ship: java.lang.NoClassDefFoundError: net/minecraft/client/CameraType [00:02:19] [Server thread/INFO] [minecraft/MinecraftServer]: - Gloop - ZacAdos joined the game [00:02:19] [Server thread/INFO] [xa.pa.OpenPartiesAndClaims/]: Updating all forceload tickets for cc56befd-d376-3526-a760-340713c478bd [00:02:19] [Server thread/INFO] [se.mi.te.da.DataManager/]: Sending data to client: ZacAdos [00:02:19] [Server thread/INFO] [voicechat/]: [voicechat] Received secret request of - Gloop - ZacAdos (17) [00:02:19] [Server thread/INFO] [voicechat/]: [voicechat] Sent secret to - Gloop - ZacAdos [00:02:21] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Successfully authenticated player cc56befd-d376-3526-a760-340713c478bd [00:02:22] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Successfully validated connection of player cc56befd-d376-3526-a760-340713c478bd [00:02:22] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Player - Gloop - ZacAdos (cc56befd-d376-3526-a760-340713c478bd) successfully connected to voice chat stop [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Stopping the server [00:02:34] [Server thread/INFO] [mo.pl.ar.ArmourersWorkshop/]: stop local service [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Stopping server [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Saving players [00:02:34] [Server thread/INFO] [minecraft/ServerGamePacketListenerImpl]: ZacAdos lost connection: Server closed [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: - Gloop - ZacAdos left the game [00:02:34] [Server thread/INFO] [xa.pa.OpenPartiesAndClaims/]: Updating all forceload tickets for cc56befd-d376-3526-a760-340713c478bd [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Saving worlds [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[world]'/minecraft:the_end [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[world]'/minecraft:the_nether [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: ThreadedAnvilChunkStorage (world): All chunks are saved [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: ThreadedAnvilChunkStorage: All dimensions are saved [00:02:34] [Server thread/INFO] [xa.pa.OpenPartiesAndClaims/]: Stopping IO worker... [00:02:34] [Server thread/INFO] [xa.pa.OpenPartiesAndClaims/]: Stopped IO worker! [00:02:34] [Server thread/INFO] [Calio/]: Removing Dynamic Registries for: net.minecraft.server.dedicated.DedicatedServer@7dc879e1 [MineStrator Daemon]: Checking server disk space usage, this could take a few seconds... [MineStrator Daemon]: Updating process configuration files... [MineStrator Daemon]: Ensuring file permissions are set correctly, this could take a few seconds... [MineStrator Daemon]: Pulling Docker container image, this could take a few minutes to complete... [MineStrator Daemon]: Finished pulling Docker container image container@pterodactyl~ java -version openjdk version "17.0.10" 2024-01-16 OpenJDK Runtime Environment Temurin-17.0.10+7 (build 17.0.10+7) OpenJDK 64-Bit Server VM Temurin-17.0.10+7 (build 17.0.10+7, mixed mode, sharing) container@pterodactyl~ java -Xms128M -Xmx6302M -Dterminal.jline=false -Dterminal.ansi=true -Djline.terminal=jline.UnsupportedTerminal -p libraries/cpw/mods/bootstraplauncher/1.1.2/bootstraplauncher-1.1.2.jar:libraries/cpw/mods/securejarhandler/2.1.4/securejarhandler-2.1.4.jar:libraries/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.jar:libraries/org/ow2/asm/asm-util/9.5/asm-util-9.5.jar:libraries/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.jar:libraries/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.jar:libraries/org/ow2/asm/asm/9.5/asm-9.5.jar:libraries/net/minecraftforge/JarJarFileSystems/0.3.16/JarJarFileSystems-0.3.16.jar --add-modules ALL-MODULE-PATH --add-opens java.base/java.util.jar=cpw.mods.securejarhandler --add-opens java.base/java.lang.invoke=cpw.mods.securejarhandler --add-exports java.base/sun.security.util=cpw.mods.securejarhandler --add-exports jdk.naming.dns/com.sun.jndi.dns=java.naming -Djava.net.preferIPv6Addresses=system -DignoreList=bootstraplauncher-1.1.2.jar,securejarhandler-2.1.4.jar,asm-commons-9.5.jar,asm-util-9.5.jar,asm-analysis-9.5.jar,asm-tree-9.5.jar,asm-9.5.jar,JarJarFileSystems-0.3.16.jar -DlibraryDirectory=libraries -DlegacyClassPath=libraries/cpw/mods/securejarhandler/2.1.4/securejarhandler-2.1.4.jar:libraries/org/ow2/asm/asm/9.5/asm-9.5.jar:libraries/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.jar:libraries/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.jar:libraries/org/ow2/asm/asm-util/9.5/asm-util-9.5.jar:libraries/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.jar:libraries/net/minecraftforge/accesstransformers/8.0.4/accesstransformers-8.0.4.jar:libraries/org/antlr/antlr4-runtime/4.9.1/antlr4-runtime-4.9.1.jar:libraries/net/minecraftforge/eventbus/6.0.3/eventbus-6.0.3.jar:libraries/net/minecraftforge/forgespi/6.0.0/forgespi-6.0.0.jar:libraries/net/minecraftforge/coremods/5.0.1/coremods-5.0.1.jar:libraries/cpw/mods/modlauncher/10.0.8/modlauncher-10.0.8.jar:libraries/net/minecraftforge/unsafe/0.2.0/unsafe-0.2.0.jar:libraries/com/electronwill/night-config/core/3.6.4/core-3.6.4.jar:libraries/com/electronwill/night-config/toml/3.6.4/toml-3.6.4.jar:libraries/org/apache/maven/maven-artifact/3.8.5/maven-artifact-3.8.5.jar:libraries/net/jodah/typetools/0.8.3/typetools-0.8.3.jar:libraries/net/minecrell/terminalconsoleappender/1.2.0/terminalconsoleappender-1.2.0.jar:libraries/org/jline/jline-reader/3.12.1/jline-reader-3.12.1.jar:libraries/org/jline/jline-terminal/3.12.1/jline-terminal-3.12.1.jar:libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar:libraries/org/openjdk/nashorn/nashorn-core/15.3/nashorn-core-15.3.jar:libraries/net/minecraftforge/JarJarSelector/0.3.16/JarJarSelector-0.3.16.jar:libraries/net/minecraftforge/JarJarMetadata/0.3.16/JarJarMetadata-0.3.16.jar:libraries/net/minecraftforge/fmlloader/1.19.2-43.3.0/fmlloader-1.19.2-43.3.0.jar:libraries/net/minecraft/server/1.19.2-20220805.130853/server-1.19.2-20220805.130853-extra.jar:libraries/com/github/oshi/oshi-core/5.8.5/oshi-core-5.8.5.jar:libraries/com/google/code/gson/gson/2.8.9/gson-2.8.9.jar:libraries/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar:libraries/com/google/guava/guava/31.0.1-jre/guava-31.0.1-jre.jar:libraries/com/mojang/authlib/3.11.49/authlib-3.11.49.jar:libraries/com/mojang/brigadier/1.0.18/brigadier-1.0.18.jar:libraries/com/mojang/datafixerupper/5.0.28/datafixerupper-5.0.28.jar:libraries/com/mojang/javabridge/1.2.24/javabridge-1.2.24.jar:libraries/com/mojang/logging/1.0.0/logging-1.0.0.jar:libraries/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar:libraries/io/netty/netty-buffer/4.1.77.Final/netty-buffer-4.1.77.Final.jar:libraries/io/netty/netty-codec/4.1.77.Final/netty-codec-4.1.77.Final.jar:libraries/io/netty/netty-common/4.1.77.Final/netty-common-4.1.77.Final.jar:libraries/io/netty/netty-handler/4.1.77.Final/netty-handler-4.1.77.Final.jar:libraries/io/netty/netty-resolver/4.1.77.Final/netty-resolver-4.1.77.Final.jar:libraries/io/netty/netty-transport/4.1.77.Final/netty-transport-4.1.77.Final.jar:libraries/io/netty/netty-transport-classes-epoll/4.1.77.Final/netty-transport-classes-epoll-4.1.77.Final.jar:libraries/io/netty/netty-transport-native-epoll/4.1.77.Final/netty-transport-native-epoll-4.1.77.Final-linux-x86_64.jar:libraries/io/netty/netty-transport-native-epoll/4.1.77.Final/netty-transport-native-epoll-4.1.77.Final-linux-aarch_64.jar:libraries/io/netty/netty-transport-native-unix-common/4.1.77.Final/netty-transport-native-unix-common-4.1.77.Final.jar:libraries/it/unimi/dsi/fastutil/8.5.6/fastutil-8.5.6.jar:libraries/net/java/dev/jna/jna/5.10.0/jna-5.10.0.jar:libraries/net/java/dev/jna/jna-platform/5.10.0/jna-platform-5.10.0.jar:libraries/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar:libraries/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar:libraries/org/apache/logging/log4j/log4j-api/2.17.0/log4j-api-2.17.0.jar:libraries/org/apache/logging/log4j/log4j-core/2.17.0/log4j-core-2.17.0.jar:libraries/org/apache/logging/log4j/log4j-slf4j18-impl/2.17.0/log4j-slf4j18-impl-2.17.0.jar:libraries/org/slf4j/slf4j-api/1.8.0-beta4/slf4j-api-1.8.0-beta4.jar cpw.mods.bootstraplauncher.BootstrapLauncher --launchTarget forgeserver --fml.forgeVersion 43.3.0 --fml.mcVersion 1.19.2 --fml.forgeGroup net.minecraftforge --fml.mcpVersion 20220805.130853 [00:02:42] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 43.3.0, --fml.mcVersion, 1.19.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20220805.130853] [00:02:42] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 10.0.8+10.0.8+main.0ef7e830 starting: java version 17.0.10 by Eclipse Adoptium; OS Linux arch amd64 version 6.1.0-12-amd64 [00:02:43] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/home/container/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2363!/ Service=ModLauncher Env=SERVER [00:02:43] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/fmlcore/1.19.2-43.3.0/fmlcore-1.19.2-43.3.0.jar is missing mods.toml file [00:02:43] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/javafmllanguage/1.19.2-43.3.0/javafmllanguage-1.19.2-43.3.0.jar is missing mods.toml file [00:02:43] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/lowcodelanguage/1.19.2-43.3.0/lowcodelanguage-1.19.2-43.3.0.jar is missing mods.toml file [00:02:43] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/mclanguage/1.19.2-43.3.0/mclanguage-1.19.2-43.3.0.jar is missing mods.toml file [00:02:44] [main/WARN] [ne.mi.ja.se.JarSelector/]: Attempted to select two dependency jars from JarJar which have the same identification: Mod File: and Mod File: . Using Mod File: [00:02:44] [main/WARN] [ne.mi.ja.se.JarSelector/]: Attempted to select a dependency jar for JarJar which was passed in as source: resourcefullib. Using Mod File: /home/container/mods/resourcefullib-forge-1.19.2-1.1.24.jar [00:02:44] [main/INFO] [ne.mi.fm.lo.mo.JarInJarDependencyLocator/]: Found 13 dependencies adding them to mods collection Latest log [29Mar2024 00:02:42.803] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 43.3.0, --fml.mcVersion, 1.19.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20220805.130853] [29Mar2024 00:02:42.805] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 10.0.8+10.0.8+main.0ef7e830 starting: java version 17.0.10 by Eclipse Adoptium; OS Linux arch amd64 version 6.1.0-12-amd64 [29Mar2024 00:02:43.548] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/home/container/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2363!/ Service=ModLauncher Env=SERVER [29Mar2024 00:02:43.876] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/fmlcore/1.19.2-43.3.0/fmlcore-1.19.2-43.3.0.jar is missing mods.toml file [29Mar2024 00:02:43.877] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/javafmllanguage/1.19.2-43.3.0/javafmllanguage-1.19.2-43.3.0.jar is missing mods.toml file [29Mar2024 00:02:43.877] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/lowcodelanguage/1.19.2-43.3.0/lowcodelanguage-1.19.2-43.3.0.jar is missing mods.toml file [29Mar2024 00:02:43.878] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/mclanguage/1.19.2-43.3.0/mclanguage-1.19.2-43.3.0.jar is missing mods.toml file [29Mar2024 00:02:44.033] [main/WARN] [net.minecraftforge.jarjar.selection.JarSelector/]: Attempted to select two dependency jars from JarJar which have the same identification: Mod File: and Mod File: . Using Mod File: [29Mar2024 00:02:44.034] [main/WARN] [net.minecraftforge.jarjar.selection.JarSelector/]: Attempted to select a dependency jar for JarJar which was passed in as source: resourcefullib. Using Mod File: /home/container/mods/resourcefullib-forge-1.19.2-1.1.24.jar [29Mar2024 00:02:44.034] [main/INFO] [net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator/]: Found 13 dependencies adding them to mods collection
    • I am unable to do that. Brigadier is a mojang library that parses commands.
    • Hi, i appreciate the answer. I would love to do that, but we have active players with all their belongings in SSN. Also this mod is really handy and they would be mad if we removed it. Are you really certain that SSN is causing this? It would require lots of work to test it and SSN was not really an issue before we removed Fast Suite. Can it be related somehow? I will provide you with log before removing FS. PasteBin: https://pastebin.com/Y5EpLpNe (crash before removing Fast Suite, which I suspected to be a problem from some crash before)
  • Topics

×
×
  • Create New...

Important Information

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