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: 
        [email protected]
        minecraft@1
    Mod List: 
        super_stick_sword-1.15.2-2.0.0.jar Super Stick sword {[email protected] CREATE_REGISTRIES}
        SaveMyStronghold-1.15.2-1.0.0.jar Save My Stronghold! {[email protected] CREATE_REGISTRIES}
        inventorysorter-1.15.2-17.0.0.jar Simple Inventory Sorter {[email protected] CREATE_REGISTRIES}
        TrashSlot_1.15.2-11.0.0.jar TrashSlot {[email protected] CREATE_REGISTRIES}
        torchslabmod-1.15.2_v1.6.10.jar Torch Slab Mod {[email protected] CREATE_REGISTRIES}
        mining-helmet-1.15.2-1.0.8.jar Mining Helmet {[email protected] CREATE_REGISTRIES}
        PreGenForge-0.1.0-mc1.15.2.jar PreGenForge {[email protected] CREATE_REGISTRIES}
        curiousshulkerboxes-FORGE-1.15.2-2.0.0.1.jar Curious Shulker Boxes {[email protected] CREATE_REGISTRIES}
        jei-1.15.2-6.0.0.4.jar Just Enough Items {[email protected] CREATE_REGISTRIES}
        worleycaves-1.15.2-1.6.0.jar Worley's Caves {[email protected] CREATE_REGISTRIES}
        prefab-1.5.0.9.jar Prefab {[email protected] CREATE_REGISTRIES}
        lithium-mc1.15.2-forge-0.4.6-rc3-mod.jar Lithium {[email protected] CREATE_REGISTRIES}
        Abnormals-Core-1.15.2-v1.0.4.jar Abnormals Core {[email protected] CREATE_REGISTRIES}
        Buzzier-Bees-1.15.2-v1.5.0.jar Buzzier Bees {[email protected] CREATE_REGISTRIES}
        goblintraders-1.2.0-mc1.15.2.jar Goblin Traders {[email protected] CREATE_REGISTRIES}
        ProjectE-Mod-1.15.2.jar ProjectE {[email protected] CREATE_REGISTRIES}
        SneakyMagic-v2.0-1.15.2.jar Sneaky Magic {[email protected] CREATE_REGISTRIES}
        KleeSlabs_1.15.2-8.0.0.jar KleeSlabs {[email protected] 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 {[email protected] CREATE_REGISTRIES}
        goldenhopper-1.1.1-mc1.15.2.jar Golden Hopper {[email protected] CREATE_REGISTRIES}
        TerraForged-1.15.2-0.0.14.jar TerraForged {[email protected] CREATE_REGISTRIES}
        journeymap-1.15.2-5.7.0b2.jar Journeymap {[email protected] CREATE_REGISTRIES}
        Controlling-6.1.4.jar Controlling {[email protected] CREATE_REGISTRIES}
        comforts-FORGE-1.15.2-2.0.0.2.jar Comforts {[email protected] CREATE_REGISTRIES}
        citadel-1.1.5-1.15.2.jar Citadel {[email protected] CREATE_REGISTRIES}
        NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {[email protected] CREATE_REGISTRIES}
        VanillaTweaks-1.15.2.1.5.26.jar VanillaTweaks {[email protected] CREATE_REGISTRIES}
        potionofbees-1.15.2-1.0.1.jar Potion of Bees {[email protected] CREATE_REGISTRIES}
        NomadicTents-1.15.2-11.0.0-beta.jar Nomadic Tents {[email protected] CREATE_REGISTRIES}
        curioofundying-FORGE-1.15.2-3.0.jar Curio of Undying {[email protected] CREATE_REGISTRIES}
        MutantBeasts-1.15.2-1.0.7.jar Mutant Beasts {[email protected] CREATE_REGISTRIES}
        The-Endergetic-Expansion-1.15.2-v1.3.1.jar The Endergetic Expansion {[email protected] CREATE_REGISTRIES}
        snowundertrees-1.15.2-v1.1.1.jar Snow Under Trees {[email protected] CREATE_REGISTRIES}
        guardvillagers-1.15.2-1.0.6.jar Guard Villagers {[email protected] CREATE_REGISTRIES}
        mcjtylib-1.15-4.1.0-beta.jar McJtyLib {[email protected] CREATE_REGISTRIES}
        rftoolsbase-1.15-1.1.1-beta.jar RFToolsBase {[email protected] CREATE_REGISTRIES}
        ForgivingVoid_1.15.1-4.0.0.jar Forgiving Void {[email protected] CREATE_REGISTRIES}
        mahoutsukai-1.15.2-v1.17.4.jar Mahou Tsukai {[email protected] CREATE_REGISTRIES}
        venture-1.0.0-1.15.2.jar Venture {[email protected] CREATE_REGISTRIES}
        endercompass-2.0.jar Ender Compass {[email protected] 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 {[email protected] CREATE_REGISTRIES}
        forge-1.15.2-31.2.0-universal.jar Forge {[email protected] CREATE_REGISTRIES}
        FeederHelmet-1.7.0.jar AutoFeederHelmet {[email protected] CREATE_REGISTRIES}
        amb-1.15.2-0.6.0.jar Aurum's More Blocks {[email protected] CREATE_REGISTRIES}
        Explorercraft-1.15.2-4.0.1.jar Explorercraft {[email protected] CREATE_REGISTRIES}
        ironchest-1.15.2-10.0.3.jar Iron Chests {[email protected] CREATE_REGISTRIES}
        UselessSword-1.15.2-V1.1.1.jar Useless Sword {[email protected] CREATE_REGISTRIES}
        forge-1.15.2-31.2.0-client.jar Minecraft {[email protected] CREATE_REGISTRIES}
        extraanvils-3.0.jar Extra Anvils {[email protected] CREATE_REGISTRIES}
        torchmaster-2.1.1-rc0.jar Torchmaster {[email protected] CREATE_REGISTRIES}
        theoneprobe-1.15-2.0.2.jar The One Probe {[email protected] CREATE_REGISTRIES}
        SilentLib-1.15.2-4.6.1+49.jar Silent Lib {[email protected]+49 CREATE_REGISTRIES}
        phosphor-forge-mc1.15.2-0.5.2+build.4.jar Phosphor {[email protected]+build.4 CREATE_REGISTRIES}
        wards-1.15.2-1.4.0.jar Wards {[email protected] CREATE_REGISTRIES}
        Atmospheric-1.15.2-v1.3.0.jar Atmospheric {[email protected] CREATE_REGISTRIES}
        randomenchants-3.1.0.jar Random Enchants {[email protected] ERROR}
        goprone-1.15.x-1.3.0.jar GoProne {[email protected] CREATE_REGISTRIES}
        curios-FORGE-1.15.2-2.0.2.2.jar Curios API {[email protected] CREATE_REGISTRIES}
        Botania-r1.15-384.jar Botania {[email protected] CREATE_REGISTRIES}
        Patchouli-1.15.2-1.2-33.jar Patchouli {[email protected] CREATE_REGISTRIES}
        Mantle-1.15.2-1.5.15.jar Mantle {[email protected] CREATE_REGISTRIES}
        Inspirations-1.15.2-1.1.0.jar Inspirations {[email protected] CREATE_REGISTRIES}
        rats-5.2.2-1.15.2.jar Rats {[email protected] CREATE_REGISTRIES}
        gravestone-1.17.4.jar Gravestone Mod {[email protected] CREATE_REGISTRIES}
        AutoRegLib-1.5-40.jar AutoRegLib {[email protected] CREATE_REGISTRIES}
        Quark-r2.1-237.jar Quark {[email protected] CREATE_REGISTRIES}
        [1.15.2]+SecurityCraft+v1.8.18.jar SecurityCraft {[email protected] CREATE_REGISTRIES}
        OreExcavation-1.7.151.jar Ore Excavation {oreexcavation@NONE CREATE_REGISTRIES}
        performant-1.15-1.7.jar Performant {[email protected] CREATE_REGISTRIES}
        themidnight-0.5.7-3.jar The Midnight {[email protected] CREATE_REGISTRIES}
        AmbientEnvironment-3.0.0.jar Ambient Environment {[email protected] CREATE_REGISTRIES}
        worldedit-forge-mc1.15.2-7.1.0.jar WorldEdit {[email protected];48cc31c CREATE_REGISTRIES}
        ProjectExtended-1.15.2-1.1.0.jar ProjectExtended {[email protected] CREATE_REGISTRIES}
        cfm-7.0.0-pre16-mc1.15.1.jar MrCrayfish's Furniture Mod {[email protected] CREATE_REGISTRIES}
        AppleSkin-mc1.15.2-forge-1.0.13.jar AppleSkin {[email protected] CREATE_REGISTRIES}
        Biomes_You_Go-0.3.3-BETA.jar Oh The Biomes You'll Go {[email protected] CREATE_REGISTRIES}
        the_bumblezone-1.15.2-1.2.0.jar The Bumblezone {[email protected] CREATE_REGISTRIES}
        YAMDA-5.0.3.jar YAMDA {[email protected] CREATE_REGISTRIES}
        Charm-1.15.2-1.5.7.jar Charm {[email protected] CREATE_REGISTRIES}
        speedyladders-1.15.2-1.jar Speedy Ladders {[email protected] CREATE_REGISTRIES}
        MineMenu-1.15.2-1.8.4.jar MineMenu {[email protected] CREATE_REGISTRIES}
        ScalingHealth-1.15.2-3.0.6+53.jar Scaling Health {[email protected]+53 CREATE_REGISTRIES}
        overloadedarmorbar-4.0.0.jar Overloaded Armor Bar {[email protected] CREATE_REGISTRIES}
        Cyclic-1.15.2-0.4.1.jar Cyclic {[email protected] 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: 
        [email protected]
        minecraft@1
    Mod List: 
        super_stick_sword-1.15.2-2.0.0.jar Super Stick sword {[email protected] CREATE_REGISTRIES}
        SaveMyStronghold-1.15.2-1.0.0.jar Save My Stronghold! {[email protected] CREATE_REGISTRIES}
        inventorysorter-1.15.2-17.0.0.jar Simple Inventory Sorter {[email protected] CREATE_REGISTRIES}
        TrashSlot_1.15.2-11.0.0.jar TrashSlot {[email protected] CREATE_REGISTRIES}
        torchslabmod-1.15.2_v1.6.10.jar Torch Slab Mod {[email protected] CREATE_REGISTRIES}
        PreGenForge-0.1.0-mc1.15.2.jar PreGenForge {[email protected] CREATE_REGISTRIES}
        curiousshulkerboxes-FORGE-1.15.2-2.0.0.1.jar Curious Shulker Boxes {[email protected] CREATE_REGISTRIES}
        jei-1.15.2-6.0.0.4.jar Just Enough Items {[email protected] CREATE_REGISTRIES}
        worleycaves-1.15.2-1.6.0.jar Worley's Caves {[email protected] CREATE_REGISTRIES}
        prefab-1.5.0.9.jar Prefab {[email protected] CREATE_REGISTRIES}
        lithium-mc1.15.2-forge-0.4.6-rc3-mod.jar Lithium {[email protected] CREATE_REGISTRIES}
        Abnormals-Core-1.15.2-v1.0.4.jar Abnormals Core {[email protected] CREATE_REGISTRIES}
        Buzzier-Bees-1.15.2-v1.5.0.jar Buzzier Bees {[email protected] CREATE_REGISTRIES}
        goblintraders-1.2.0-mc1.15.2.jar Goblin Traders {[email protected] CREATE_REGISTRIES}
        ProjectE-Mod-1.15.2.jar ProjectE {[email protected] CREATE_REGISTRIES}
        SneakyMagic-v2.0-1.15.2.jar Sneaky Magic {[email protected] CREATE_REGISTRIES}
        KleeSlabs_1.15.2-8.0.0.jar KleeSlabs {[email protected] 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 {[email protected] CREATE_REGISTRIES}
        goldenhopper-1.1.1-mc1.15.2.jar Golden Hopper {[email protected] CREATE_REGISTRIES}
        TerraForged-1.15.2-0.0.14.jar TerraForged {[email protected] CREATE_REGISTRIES}
        journeymap-1.15.2-5.7.0b2.jar Journeymap {[email protected] CREATE_REGISTRIES}
        Controlling-6.1.4.jar Controlling {[email protected] CREATE_REGISTRIES}
        comforts-FORGE-1.15.2-2.0.0.2.jar Comforts {[email protected] CREATE_REGISTRIES}
        citadel-1.1.5-1.15.2.jar Citadel {[email protected] CREATE_REGISTRIES}
        NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {[email protected] CREATE_REGISTRIES}
        VanillaTweaks-1.15.2.1.5.26.jar VanillaTweaks {[email protected] CREATE_REGISTRIES}
        potionofbees-1.15.2-1.0.1.jar Potion of Bees {[email protected] CREATE_REGISTRIES}
        NomadicTents-1.15.2-11.0.0-beta.jar Nomadic Tents {[email protected] CREATE_REGISTRIES}
        curioofundying-FORGE-1.15.2-3.0.jar Curio of Undying {[email protected] CREATE_REGISTRIES}
        MutantBeasts-1.15.2-1.0.7.jar Mutant Beasts {[email protected] CREATE_REGISTRIES}
        The-Endergetic-Expansion-1.15.2-v1.3.1.jar The Endergetic Expansion {[email protected] CREATE_REGISTRIES}
        snowundertrees-1.15.2-v1.1.1.jar Snow Under Trees {[email protected] CREATE_REGISTRIES}
        guardvillagers-1.15.2-1.0.6.jar Guard Villagers {[email protected] CREATE_REGISTRIES}
        mcjtylib-1.15-4.1.0-beta.jar McJtyLib {[email protected] CREATE_REGISTRIES}
        rftoolsbase-1.15-1.1.1-beta.jar RFToolsBase {[email protected] CREATE_REGISTRIES}
        ForgivingVoid_1.15.1-4.0.0.jar Forgiving Void {[email protected] CREATE_REGISTRIES}
        mahoutsukai-1.15.2-v1.17.4.jar Mahou Tsukai {[email protected] CREATE_REGISTRIES}
        venture-1.0.0-1.15.2.jar Venture {[email protected] CREATE_REGISTRIES}
        endercompass-2.0.jar Ender Compass {[email protected] 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 {[email protected] CREATE_REGISTRIES}
        forge-1.15.2-31.2.0-universal.jar Forge {[email protected] CREATE_REGISTRIES}
        FeederHelmet-1.7.0.jar AutoFeederHelmet {[email protected] CREATE_REGISTRIES}
        Explorercraft-1.15.2-4.0.1.jar Explorercraft {[email protected] CREATE_REGISTRIES}
        ironchest-1.15.2-10.0.3.jar Iron Chests {[email protected] CREATE_REGISTRIES}
        UselessSword-1.15.2-V1.1.1.jar Useless Sword {[email protected] CREATE_REGISTRIES}
        forge-1.15.2-31.2.0-client.jar Minecraft {[email protected] CREATE_REGISTRIES}
        extraanvils-3.0.jar Extra Anvils {[email protected] CREATE_REGISTRIES}
        torchmaster-2.1.1-rc0.jar Torchmaster {[email protected] CREATE_REGISTRIES}
        theoneprobe-1.15-2.0.2.jar The One Probe {[email protected] CREATE_REGISTRIES}
        SilentLib-1.15.2-4.6.1+49.jar Silent Lib {[email protected]+49 CREATE_REGISTRIES}
        phosphor-forge-mc1.15.2-0.5.2+build.4.jar Phosphor {[email protected]+build.4 CREATE_REGISTRIES}
        wards-1.15.2-1.4.0.jar Wards {[email protected] CREATE_REGISTRIES}
        Atmospheric-1.15.2-v1.3.0.jar Atmospheric {[email protected] CREATE_REGISTRIES}
        randomenchants-3.1.0.jar Random Enchants {[email protected] ERROR}
        curios-FORGE-1.15.2-2.0.2.2.jar Curios API {[email protected] CREATE_REGISTRIES}
        Botania-r1.15-384.jar Botania {[email protected] CREATE_REGISTRIES}
        Patchouli-1.15.2-1.2-33.jar Patchouli {[email protected] CREATE_REGISTRIES}
        Mantle-1.15.2-1.5.15.jar Mantle {[email protected] CREATE_REGISTRIES}
        Inspirations-1.15.2-1.1.0.jar Inspirations {[email protected] CREATE_REGISTRIES}
        rats-5.2.2-1.15.2.jar Rats {[email protected] CREATE_REGISTRIES}
        gravestone-1.17.4.jar Gravestone Mod {[email protected] CREATE_REGISTRIES}
        AutoRegLib-1.5-40.jar AutoRegLib {[email protected] CREATE_REGISTRIES}
        Quark-r2.1-237.jar Quark {[email protected] CREATE_REGISTRIES}
        [1.15.2]+SecurityCraft+v1.8.18.jar SecurityCraft {[email protected] CREATE_REGISTRIES}
        OreExcavation-1.7.151.jar Ore Excavation {oreexcavation@NONE CREATE_REGISTRIES}
        performant-1.15-1.7.jar Performant {[email protected] CREATE_REGISTRIES}
        themidnight-0.5.7-3.jar The Midnight {[email protected] CREATE_REGISTRIES}
        AmbientEnvironment-3.0.0.jar Ambient Environment {[email protected] CREATE_REGISTRIES}
        worldedit-forge-mc1.15.2-7.1.0.jar WorldEdit {[email protected];48cc31c CREATE_REGISTRIES}
        ProjectExtended-1.15.2-1.1.0.jar ProjectExtended {[email protected] CREATE_REGISTRIES}
        cfm-7.0.0-pre16-mc1.15.1.jar MrCrayfish's Furniture Mod {[email protected] CREATE_REGISTRIES}
        AppleSkin-mc1.15.2-forge-1.0.13.jar AppleSkin {[email protected] CREATE_REGISTRIES}
        Biomes_You_Go-0.3.3-BETA.jar Oh The Biomes You'll Go {[email protected] CREATE_REGISTRIES}
        the_bumblezone-1.15.2-1.2.0.jar The Bumblezone {[email protected] CREATE_REGISTRIES}
        YAMDA-5.0.3.jar YAMDA {[email protected] CREATE_REGISTRIES}
        Charm-1.15.2-1.5.7.jar Charm {[email protected] CREATE_REGISTRIES}
        speedyladders-1.15.2-1.jar Speedy Ladders {[email protected] CREATE_REGISTRIES}
        MineMenu-1.15.2-1.8.4.jar MineMenu {[email protected] CREATE_REGISTRIES}
        ScalingHealth-1.15.2-3.0.6+53.jar Scaling Health {[email protected]+53 CREATE_REGISTRIES}
        overloadedarmorbar-4.0.0.jar Overloaded Armor Bar {[email protected] CREATE_REGISTRIES}
        Cyclic-1.15.2-0.4.1.jar Cyclic {[email protected] 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

    • https://pastebin.com/VwpAW6PX My game crashes upon launch when trying to implement the Oculus mod to this mod compilation, above is the crash report, I do not know where to begin to attempt to fix this issue and require assistance.
    • https://youtube.com/shorts/gqLTSMymgUg?si=5QOeSvA4TTs-bL46
    • CubeHaven is a SMP server with unique features that can't be found on the majority of other servers! Java: MC.CUBEHAVEN.NET Bedrock: MC.CUBEHAVEN.NET:19132 3 different stores: - CubeHaven Store: Our store to purchase using real money. - Bitcoin Store: Store for Bitcoin. Bitcoin can be earned from playing the server. Giving options for players if they want to spend real money or grind to obtain exclusive packages. - Black Market: A hidden store for trading that operates outside our traditional stores, like custom enchantments, exclusive items and more. Some of our features include: Rank Up: Progress through different ranks to unlock new privileges and perks. 📈 Skills: RPG-style skill system that enhances your gaming experience! 🎮 Leaderboards: Compete and shine! Top players are rewarded weekly! 🏆 Random Teleporter: Travel instantly across different worlds with a click! 🌐 Custom World Generation: Beautifully generated world. 🌍 Dungeons: Explore challenging and rewarding dungeons filled with treasures and monsters. 🏰 Kits: Unlock ranks and gain access to various kits. 🛠️ Fishing Tournament: Compete in a friendly fishing tournament! 🎣 Chat Games: Enjoy games right within the chat! 🎲 Minions: Get some help from your loyal minions. 👥 Piñata Party: Enjoy a festive party with Piñatas! 🎉 Quests: Over 1000 quests that you can complete! 📜 Bounty Hunter: Set a bounty on a player's head. 💰 Tags: Displayed on nametags, in the tab list, and in chat. 🏷️ Coinflip: Bet with other players on coin toss outcomes, victory, or defeat! 🟢 Invisible & Glowing Frames: Hide your frames for a cleaner look or apply a glow to it for a beautiful look. 🔲✨[ Player Warp: Set your own warp points for other players to teleport to. 🌟 Display Shop: Create your own shop and sell to other players! 🛒 Item Skins: Customize your items with unique skins. 🎨 Pets: Your cute loyal companion to follow you wherever you go! 🐾 Cosmetics: Enhance the look of your character with beautiful cosmetics! 💄 XP-Bottle: Store your exp safely in a bottle for later use! 🍶 Chest & Inventory Sorting: Keep your items neatly sorted in your inventory or chest! 📦 Glowing: Stand out from other players with a colorful glow! ✨ Player Particles: Over 100 unique particle effects to show off. 🎇 Portable Inventories: Over virtual inventories with ease. 🧳 And a lot more! Become part of our growing community today! Discord: https://cubehaven.net/discord Java: MC.CUBEHAVEN.NET Bedrock: MC.CUBEHAVEN.NET:19132
    • # Problematic frame: # C [libopenal.so+0x9fb4d] It is always the same issue - this refers to the Linux OS - so your system may prevent Java from working   I am not familiar with Linux - check for similar/related issues  
  • Topics

×
×
  • Create New...

Important Information

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