Jump to content

Recommended Posts

Posted

---- Minecraft Crash Report ----
// Don't be sad, have a hug! <3

Time: 6/19/20 6:35 PM
Description: Initializing game

java.lang.ExceptionInInitializerError: null
    at net.minecraft.client.gui.fonts.FontResourceManager.func_212318_b(SourceFile:152) ~[?:?] {re:classloading}
    at net.minecraft.client.gui.fonts.FontResourceManager$$Lambda$8708/1389495024.apply(Unknown Source) ~[?:?] {}
    at java.util.HashMap.computeIfAbsent(HashMap.java:1118) ~[?:1.8.0_51] {}
    at net.minecraft.client.gui.fonts.FontResourceManager.func_211504_a(SourceFile:151) ~[?:?] {re:classloading}
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:408) [?:?] {re:classloading,pl:accesstransformer:B,xf:fml:codechickenlib:IItemRenderer,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.main(SourceFile:166) [?:?] {re:classloading}
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
    at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.15.2-31.2.21.jar:31.2] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$474/1622546120.call(Unknown Source) [forge-1.15.2-31.2.21.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:?] {re:classloading}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.1.0.jar:?] {re:classloading}
Caused by: java.lang.ArrayIndexOutOfBoundsException: -1
    at it.unimi.dsi.fastutil.objects.ObjectOpenCustomHashSet.rehash(ObjectOpenCustomHashSet.java:683) ~[fastutil-8.2.1.jar:?] {re:classloading}
    at it.unimi.dsi.fastutil.objects.ObjectOpenCustomHashSet.addOrGet(ObjectOpenCustomHashSet.java:360) ~[fastutil-8.2.1.jar:?] {re:classloading}
    at net.minecraft.client.renderer.RenderType$Type.func_228676_c_(RenderType.java:849) ~[?:?] {re:classloading,xf:OptiFine:default}
    at net.minecraft.client.renderer.RenderType$Type.access$000(RenderType.java:819) ~[?:?] {re:classloading,xf:OptiFine:default}
    at net.minecraft.client.renderer.RenderType.func_228633_a_(RenderType.java:444) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
    at net.minecraft.client.renderer.RenderType.lambda$getText$14(RenderType.java:372) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
    at net.minecraft.client.renderer.RenderType$$Lambda$8709/1607476060.get(Unknown Source) ~[?:?] {}
    at net.minecraft.client.renderer.RenderType.getRenderType(RenderType.java:576) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
    at net.minecraft.client.renderer.RenderType.getRenderType(RenderType.java:539) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
    at net.minecraft.client.renderer.RenderType.func_228658_l_(RenderType.java:369) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
    at net.minecraft.client.gui.fonts.EmptyGlyph.<init>(SourceFile:10) ~[?:?] {re:classloading}
    at net.minecraft.client.gui.fonts.Font.<clinit>(Font.java:24) ~[?:?] {re:classloading,xf:OptiFine:default}
    ... 17 more


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.gui.fonts.FontResourceManager.func_212318_b(SourceFile:152)
    at net.minecraft.client.gui.fonts.FontResourceManager$$Lambda$8708/1389495024.apply(Unknown Source)
    at java.util.HashMap.computeIfAbsent(HashMap.java:1118)
    at net.minecraft.client.gui.fonts.FontResourceManager.func_211504_a(SourceFile:151)
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:408)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.main.Main.main(SourceFile:166)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$474/1622546120.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: 1549546528 bytes (1477 MB) / 3317170176 bytes (3163 MB) up to 7635730432 bytes (7282 MB)
    CPUs: 8
    JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx8G -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.21.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.15.2-31.2.21.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-2.1.1-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge-1.15.2-31.2.21.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.15.2-31.2.21.jar runtimedistcleaner PLUGINSERVICE 
        /preview_OptiFine_1.15.2_HD_U_G1_pre27.jar OptiFine TRANSFORMATIONSERVICE 
        /forge-1.15.2-31.2.21.jar fml TRANSFORMATIONSERVICE 
        /MixinBootstrap-1.0.3.jar mixinbootstrap TRANSFORMATIONSERVICE 
        /OptiForge-MC1.15.2-0.1.24.jar optiforge TRANSFORMATIONSERVICE 
        /MixinBootstrap-1.0.3.jar mixin PLUGINSERVICE 
        /MixinBootstrap-1.0.3.jar mixinbootstrap PLUGINSERVICE 
    FML: 31.2
    Forge: net.minecraftforge:31.2.21
    FML Language Providers: 
        javafml@31.2
        minecraft@1
        kotlinfml@1.5.2
    Mod List: 
        NetherPortalFix_1.15.2-6.0.2.jar NetherPortalFix {netherportalfix@6.0.2 CREATE_REGISTRIES}
        aiotbotania-1.15.2-1.2.2.jar AIOT Botania {aiotbotania@1.2.2 CREATE_REGISTRIES}
        refinedpipes-0.4.2.jar Refined Pipes {refinedpipes@0.4.2 ERROR}
        mcw-windows-1.0.1-mc1.15.2_1.15.1.jar Macaw's Windows {mcwwindows@1.0.1 CREATE_REGISTRIES}
        SilentMechanisms-1.15.2-0.7.2+52.jar Silent's Mechanisms {silents_mechanisms@0.7.2+52 CREATE_REGISTRIES}
        Neat 1.6-22.jar Neat {neat@1.6-22 CREATE_REGISTRIES}
        essentials-1.15.2-2.7.2.jar Essentials {essentials@1.15.2-2.7.2 CREATE_REGISTRIES}
        TerraForged-1.15.2-0.0.14.jar TerraForged {terraforged@0.0.14 CREATE_REGISTRIES}
        XaerosWorldMap_1.6.4_Forge_1.15.2.jar Xaero's World Map {xaeroworldmap@1.6.4 CREATE_REGISTRIES}
        Controlling-6.1.4.jar Controlling {controlling@6.1.4 CREATE_REGISTRIES}
        ReAuth-1.14-1.15-3.8.1.jar ReAuth {reauth@3.8.1 CREATE_REGISTRIES}
        Placebo-1.15.2-3.0.2.jar Placebo {placebo@3.0.2 CREATE_REGISTRIES}
        globaldatapack-1.15.2-1.3.jar Dark Roleplay - Global Datapacks {globaldatapack@1.15.2-0.1.0 CREATE_REGISTRIES}
        Powah-1.15.2-1.1.14.jar Powah {powah@1.1.14 CREATE_REGISTRIES}
        Bookshelf-1.15.2-5.6.40.jar Bookshelf {bookshelf@5.6.40 CREATE_REGISTRIES}
        Reliquary-1.15.2-1.3.4.995.jar Reliquary {xreliquary@1.15.2-1.3.4.995 CREATE_REGISTRIES}
        u_team_core-1.15.2-2.12.1.158.jar U Team Core {uteamcore@2.12.1.158 CREATE_REGISTRIES}
        DarkUtilities-1.15.2-3.0.5.jar Dark Utilities {darkutils@3.0.5 CREATE_REGISTRIES}
        Apotheosis-1.15.2-3.1.2.jar Apotheosis {apotheosis@3.1.2 CREATE_REGISTRIES}
        ProgressiveBosses-2.1.5-mc1.15.2.jar Progressive Bosses {progressivebosses@2.1.5-mc1.15.2 CREATE_REGISTRIES}
        mcw-doors-1.0.0-mc1.15.2.jar Macaw's Doors {mcwdoors@1.0.0 CREATE_REGISTRIES}
        Morpheus-1.15.2-4.2.50.jar Morpheus {morpheus@version CREATE_REGISTRIES}
        MekanismGenerators-1.15.2-9.10.8.421.jar Mekanism: Generators {mekanismgenerators@9.10.8 CREATE_REGISTRIES}
        JustEnoughResources-1.15.2-0.10.1.77.jar Just Enough Resources {jeresources@0.10.1.77 CREATE_REGISTRIES}
        shetiphiancore-1.15-3.7.2.jar ShetiPhian-Core {shetiphiancore@3.7.2 CREATE_REGISTRIES}
        absentbydesign-1.15.2-1.0.7.jar Absent By Design Mod {absentbydesign@1.15.2-1.0.7 CREATE_REGISTRIES}
        refinedstorage-1.8.5.jar Refined Storage {refinedstorage@1.8.5 ERROR}
        corpse-1.15.2-1.0.6.jar Corpse {corpse@1.15.2-1.0.6 CREATE_REGISTRIES}
        mcw-bridges-1.0.4fix-mc1.15.2.jar Macaw's Bridges {mcwbridges@1.0.4 CREATE_REGISTRIES}
        lightestlamp-3.4.2.jar Lightest Lamps {lightestlamp@3.4.2 CREATE_REGISTRIES}
        industrial-foregoing-1.15.2-2.3.3-e356e61.jar Industrial Foregoing {industrialforegoing@2.3.3 ERROR}
        useful_backpacks-1.15.2-1.9.4.63.jar Useful Backpacks {usefulbackpacks@1.9.4.63 CREATE_REGISTRIES}
        torchmaster-2.1.1-rc0.jar Torchmaster {torchmaster@2.1.1-rc0 CREATE_REGISTRIES}
        endertanks-1.15-1.8.1.jar EnderTanks {endertanks@1.8.1 CREATE_REGISTRIES}
        embellishcraft-1.15.2-2.2.0.0.jar EmbellishCraft {embellishcraft@1.15.2-2.2.0.0 CREATE_REGISTRIES}
        AmbientSounds_v3.0.20_mc1.15.2.jar Ambient Sounds {ambientsounds@3.0.3 CREATE_REGISTRIES}
        BiomesOPlenty-1.15.2-10.0.0.363-universal.jar Biomes O' Plenty {biomesoplenty@1.15.2-10.0.0.363 CREATE_REGISTRIES}
        phosphor-forge-mc1.15.2-0.5.2+build.4.jar Phosphor {phosphor@0.5.2+build.4 CREATE_REGISTRIES}
        MekanismAdditions-1.15.2-9.10.8.421.jar Mekanism: Additions {mekanismadditions@9.10.8 CREATE_REGISTRIES}
        Blur-1.1.0-1.jar Blur {blur@1.1.0-1 CREATE_REGISTRIES}
        valkyrielib-1.15.2-3.0.2.1.jar ValkyrieLib {valkyrielib@1.15.2-3.0.2.1 CREATE_REGISTRIES}
        simplechunkloaders-1.15.2-1.0.2.0.jar Simple Chunk Loaders {simplechunkloaders@NONE CREATE_REGISTRIES}
        valhelsia_structures-15.0.3a.jar Valhelsia Structures {valhelsia_structures@15.0.3a CREATE_REGISTRIES}
        Lollipop-1.15.2-1.0.15.jar Lollipop {lollipop@1.0.15 CREATE_REGISTRIES}
        SilentGear-1.15.2-1.6.4+90.jar Silent Gear {silentgear@1.6.4+90 CREATE_REGISTRIES}
        simplefarming-1.15.2-1.2.9.jar Simple Farming {simplefarming@1.15.2-1.2.9 CREATE_REGISTRIES}
        SolarFluxReborn-1.15.2-15.0.0.jar Solar Flux Reborn {solarflux@15.0.0 CREATE_REGISTRIES}
        curios-FORGE-1.15.2-2.0.2.4.jar Curios API {curios@FORGE-1.15.2-2.0.2.4 CREATE_REGISTRIES}
        Botania-r1.15-386.jar Botania {botania@r1.15-386 ERROR}
        Patchouli-1.15.2-1.2-34.jar Patchouli {patchouli@1.15.2-1.2-34 CREATE_REGISTRIES}
        extlights-2.0.jar Extended Lights {extlights@2.0 CREATE_REGISTRIES}
        config-2-3.0.jar Cloth Config v2 API {cloth-config2@3.0 CREATE_REGISTRIES}
        libnonymous-1.15.2-1.1.1.5.jar Libnonymous {libnonymous@1.1.1.5 CREATE_REGISTRIES}
        elevatorid-1.15.2-1.7.1.jar Elevator Mod {elevatorid@1.15.2-1.7.1 CREATE_REGISTRIES}
        NaturesAura-28.2.jar Nature's Aura {naturesaura@28.2 CREATE_REGISTRIES}
        MekanismTools-1.15.2-9.10.8.421.jar Mekanism: Tools {mekanismtools@9.10.8 CREATE_REGISTRIES}
        mcw-roofs-1.0.2-mc1.15.2_1.15.1.jar Macaw's Roofs {mcwroofs@1.0.2 CREATE_REGISTRIES}
        furniture-7.0.0-pre16-1.15.1.jar MrCrayfish's Furniture Mod {cfm@7.0.0-pre16 CREATE_REGISTRIES}
        curiouselytra-FORGE-1.15.2-2.0.jar Curious Elytra {curiouselytra@FORGE-1.15.2-2.0 CREATE_REGISTRIES}
        cc-tweaked-1.15.2-1.89.0.jar CC: Tweaked {computercraft@1.89.0 CREATE_REGISTRIES}
        AI-Improvements-1.15.2-0.3.0.jar AI-Improvements {aiimprovements@0.3.0 CREATE_REGISTRIES}
        mcw-furniture-1.0.1-mc1.15.1 1.15.2.jar Macaw's Furnitures {mcwfurnitures@1.0.1 CREATE_REGISTRIES}
        cherishedworlds-FORGE-1.15.2-3.0.jar Cherished Worlds {cherishedworlds@FORGE-1.15.2-3.0 CREATE_REGISTRIES}
        bwncr-1.15.1-3.6.13.jar Bad Wither No Cookie Reloaded {bwncr@1.15.1-3.6.13 CREATE_REGISTRIES}
        FastLeafDecay-v22.jar FastLeafDecay {fastleafdecay@v22 CREATE_REGISTRIES}
        CodeChickenLib-1.15.2-3.3.0.373-universal.jar CodeChicken Lib {codechickenlib@3.3.0.373 CREATE_REGISTRIES}
        CraftPresence-1.15.2-1.6.5.jar CraftPresence {craftpresence@1.6.5 CREATE_REGISTRIES}
        QuarkOddities-1.15.2.jar Quark Oddities {quarkoddities@1.15.2 CREATE_REGISTRIES}
        TrashSlot_1.15.2-11.0.0.jar TrashSlot {trashslot@11.0.0 CREATE_REGISTRIES}
        torchslabmod-1.15.2_v1.6.15.jar Torch Slab Mod {torchslabmod@1.6.15 CREATE_REGISTRIES}
        EquipmentTooltips-1.15.2-1.4.3+14.jar Equipment Tooltips {equipmenttooltips@1.4.3+14 CREATE_REGISTRIES}
        mining-helmet-1.15.2-1.0.8.jar Mining Helmet {mining_helmet@1.0.8 CREATE_REGISTRIES}
        PersistentBits-1.15.2-2.0.2.jar Persistent Bits {persistentbits@2.0.1 CREATE_REGISTRIES}
        jei-1.15.2-6.0.0.4.jar Just Enough Items {jei@6.0.0.4 CREATE_REGISTRIES}
        OptiForge-MC1.15.2-0.1.24.jar OptiForge {optiforge@0.1.24 CREATE_REGISTRIES}
        AttributeFix-1.15.2-7.0.2.jar AttributeFix {attributefix@7.0.2 CREATE_REGISTRIES}
        Abnormals-Core-1.15.2-1.0.6.jar Abnormals Core {abnormals_core@1.0.6 CREATE_REGISTRIES}
        Buzzier-Bees-1.15.2-1.5.1.jar Buzzier Bees {buzzierbees@1.5.1 CREATE_REGISTRIES}
        Mekanism-1.15.2-9.10.8.421.jar Mekanism {mekanism@9.10.8 CREATE_REGISTRIES}
        caelus-FORGE-1.15.2-2.0-beta3.jar Caelus API {caelus@FORGE-1.15.2-2.0-beta3 CREATE_REGISTRIES}
        Upgrade-Aquatic-1.15.2-v1.6.1.jar Upgrade Aquatic {upgrade_aquatic@1.6.1 CREATE_REGISTRIES}
        reap-1.12.4.jar Reap Mod {reap@1.12.4 CREATE_REGISTRIES}
        Waystones_1.15.2-6.0.1.jar Waystones {waystones@6.0.1 CREATE_REGISTRIES}
        Clumps-5.0.2.jar Clumps {clumps@5.0.2 CREATE_REGISTRIES}
        LightOverlay-4.6.1.jar Light Overlay Forge {lightoverlay-forge@4.6.1 CREATE_REGISTRIES}
        journeymap-1.15.2-5.7.0b3.jar Journeymap {journeymap@5.7.0b3 CREATE_REGISTRIES}
        comforts-FORGE-1.15.2-2.0.0.3.jar Comforts {comforts@FORGE-1.15.2-2.0.0.3 CREATE_REGISTRIES}
        NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {naturescompass@1.15.2-1.8.5 CREATE_REGISTRIES}
        FruitTrees-1.15.2-1.4.1.jar Fruit Trees {fruittrees@1.4.1 CREATE_REGISTRIES}
        Kiwi-1.15.2-2.7.1.jar Kiwi {kiwi@2.7.1 CREATE_REGISTRIES}
        SimpleStorageNetwork-1.15.2-0.3.2.jar Simple Storage Network {storagenetwork@1.15.2-0.3.2 CREATE_REGISTRIES}
        SereneSeasons-1.15.2-3.0.0.72-universal.jar Serene Seasons {sereneseasons@1.15.2-3.0.0.72 CREATE_REGISTRIES}
        decorative_blocks-6d.jar Decorative Blocks {decorative_blocks@1.6 CREATE_REGISTRIES}
        BotanyPots-1.15.2-2.0.14.jar BotanyPots {botanypots@2.0.14 CREATE_REGISTRIES}
        curioofundying-FORGE-1.15.2-3.0.jar Curio of Undying {curioofundying@FORGE-1.15.2-3.0 CREATE_REGISTRIES}
        The-Endergetic-Expansion-1.15.2-v1.3.1.jar The Endergetic Expansion {endergetic@1.3.1 CREATE_REGISTRIES}
        mcjtylib-1.15-4.1.1-beta.jar McJtyLib {mcjtylib@1.15-4.1.1-beta CREATE_REGISTRIES}
        rftoolsbase-1.15-1.1.1-beta.jar RFToolsBase {rftoolsbase@1.15-1.1.1-beta CREATE_REGISTRIES}
        xnet-1.15-2.1.5-beta.jar XNet {xnet@1.15-2.1.5-beta CREATE_REGISTRIES}
        rftoolsstorage-1.15-1.1.4-beta.jar RFToolsStorage {rftoolsstorage@1.15-1.1.4-beta CREATE_REGISTRIES}
        rftoolscontrol-1.15-3.0.2-beta.jar RFToolsControl {rftoolscontrol@1.15-3.0.2-beta CREATE_REGISTRIES}
        mapperbase-1.15.2-1.1.0.0.jar Mapper Base {mapperbase@1.15.2-1.1.0.0 CREATE_REGISTRIES}
        trash-1.15.2-0.1.4.jar Trash {trash@1.15.2-0.1.4 CREATE_REGISTRIES}
        ToastControl-1.15.2-3.0.1.jar Toast Control {toastcontrol@3.0.1 CREATE_REGISTRIES}
        EnderStorage-1.15.2-2.5.0.143-universal.jar EnderStorage {enderstorage@2.5.0.143 CREATE_REGISTRIES}
        rftoolspower-1.15-2.1.1-beta.jar RFToolsPower {rftoolspower@1.15-2.1.1-beta CREATE_REGISTRIES}
        extradisks-1.15.2-1.2.2.jar Extra Disks {extradisks@1.15.2-1.2.2 CREATE_REGISTRIES}
        Swamp-Expansion-1.15.2-v1.7.1.jar Swamp Expansion {swampexpansion@NONE CREATE_REGISTRIES}
        forge-1.15.2-31.2.21-universal.jar Forge {forge@31.2.21 CREATE_REGISTRIES}
        Bountiful-1.15.2-3.1.2.jar Bountiful {bountiful@1.15.2-3.1.2 CREATE_REGISTRIES}
        ironchest-1.15.2-10.0.3.jar Iron Chests {ironchest@1.15.2-10.0.1 CREATE_REGISTRIES}
        CraftingTweaks_1.15.1-11.0.0.jar Crafting Tweaks {craftingtweaks@11.0.0 CREATE_REGISTRIES}
        forge-1.15.2-31.2.21-client.jar Minecraft {minecraft@1.15.2 CREATE_REGISTRIES}
        cofh_core-1.15.2-0.4.0b.jar CoFH Core {cofh_core@0.4.0b CREATE_REGISTRIES}
        rftoolsutility-1.15-2.1.3-beta.jar RFToolsUtility {rftoolsutility@1.15-2.1.3-beta CREATE_REGISTRIES}
        EnchantmentDescriptions-1.15.2-2.0.8.jar EnchantmentDescriptions {enchdesc@2.0.8 CREATE_REGISTRIES}
        swingthroughgrass-1.15.2-1.4.0.jar SwingThroughGrass {swingthroughgrass@1.15.2-1.4.0 CREATE_REGISTRIES}
        MouseTweaks-2.13-mc1.15.1.jar Mouse Tweaks {mousetweaks@2.13 CREATE_REGISTRIES}
        ToolBelt-1.15.2-1.14.1.jar Tool Belt {toolbelt@1.14.1 CREATE_REGISTRIES}
        titanium-1.15.2-2.4.0.jar Titanium {titanium@2.4.0 CREATE_REGISTRIES}
        Psi r1.2-82.jar Psi {psi@r1.2-80 CREATE_REGISTRIES}
        SilentLib-1.15.2-4.6.3+55.jar Silent Lib {silentlib@4.6.3+55 CREATE_REGISTRIES}
        forbidden_arcanus-1.15.2-1.3.1.jar Forbidden & Arcanus {forbidden_arcanus@1.15.2-1.3.1 CREATE_REGISTRIES}
        Atmospheric-1.15.2-1.4.0.jar Atmospheric {atmospheric@1.4.0 CREATE_REGISTRIES}
        rftoolsbuilder-1.15-2.1.3-beta.jar RFToolsBuilder {rftoolsbuilder@1.15-2.1.3-beta CREATE_REGISTRIES}
        jeiintegration_1.15.2-3.1.0.1.jar JEI Integration {jeiintegration@3.1.0.1 CREATE_REGISTRIES}
        Xaeros_Minimap_20.14.0_Forge_1.15.2.jar Xaero's Minimap {xaerominimap@20.14.0 CREATE_REGISTRIES}
        JAOPCA-1.15.2-3.2.0.11.jar JAOPCA {jaopca@3.2.0.11 CREATE_REGISTRIES}
        FastWorkbench-1.15.1-3.0.0.jar FastWorkbench {fastbench@3.0.0 CREATE_REGISTRIES}
        autumnity-1.3.2-1.15.2.jar Autumnity {autumnity@1.3.2 CREATE_REGISTRIES}
        AutoRegLib-1.5-40.jar AutoRegLib {autoreglib@1.5-40 CREATE_REGISTRIES}
        Quark-r2.1-245.jar Quark {quark@r2.1-245 CREATE_REGISTRIES}
        StorageDrawers-1.15.2-7.0.2.jar Storage Drawers {storagedrawers@1.15.2-7.0.1 CREATE_REGISTRIES}
        FluxNetworks-1.15.2-5.0.1-2.jar Flux Networks {fluxnetworks@1.15.2-5.0.1-2 CREATE_REGISTRIES}
        performant-1.15-2.11m.jar Performant {performant@2.11m CREATE_REGISTRIES}
        DoubleSlabs-1.15-2.6.1.jar Double Slabs {doubleslabs@2.6.1 CREATE_REGISTRIES}
        themidnight-0.5.9.jar The Midnight {midnight@0.5.9 CREATE_REGISTRIES}
        HardcoreRevival_1.15.2-4.0.1.jar Hardcore Revival {hardcorerevival@4.0.1 CREATE_REGISTRIES}
        structurize-0.10.313-RELEASE.jar Structurize {structurize@0.10.313-RELEASE CREATE_REGISTRIES}
        minecolonies-0.10.771-RELEASE-universal.jar Minecolonies {minecolonies@0.10.771-RELEASE CREATE_REGISTRIES}
        FastFurnace-1.15.1-3.0.0.jar FastFurnace {fastfurnace@3.0.0 CREATE_REGISTRIES}
        AppleSkin-mc1.15.2-forge-1.0.13.jar AppleSkin {appleskin@1.0.13 CREATE_REGISTRIES}
        Aquaculture-1.15.2-2.0.14.jar Aquaculture 2 {aquaculture@1.15.2-2.0.14 CREATE_REGISTRIES}
        refinedstorageaddons-0.6.2.jar Refined Storage Addons {refinedstorageaddons@0.6.2 CREATE_REGISTRIES}
        CosmeticArmorReworked-1.15.2-v3a.jar CosmeticArmorReworked {cosmeticarmorreworked@1.15.2-v3a CREATE_REGISTRIES}
        Morph-o-Tool-1.3-23.jar Morph-o-Tool {morphtool@1.3-23 CREATE_REGISTRIES}
        DefaultOptions_1.15.2-11.0.1.jar Default Options {defaultoptions@11.0.1 CREATE_REGISTRIES}
    Launched Version: forge-31.2.21
    Backend library: LWJGL version 3.2.2 build 10
    Backend API: Intel(R) UHD Graphics 630 GL version 4.6.0 - Build 26.20.100.6911, 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) i5-9300H CPU @ 2.40GHz
    OptiFine Version: OptiFine_1.15.2_HD_U_G1_pre27
    OptiFine Build: 20200618-235829
    Render Distance Chunks: 8
    Mipmaps: 4
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    Shaders: null
    OpenGlVersion: 4.6.0 - Build 26.20.100.6911
    OpenGlRenderer: Intel(R) UHD Graphics 630
    OpenGlVendor: Intel
    CpuCount: 8

Posted

---- Minecraft Crash Report ----
// This doesn't make any sense!

Time: 6/19/20 6:55 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 sonar.fluxnetworks.register.ClientRegistration.registerBlockColorHandlers(ClientRegistration.java:93) ~[?:1.15.2-5.0.1-2] {re:classloading}
    at net.minecraftforge.eventbus.ASMEventHandler_99_ClientRegistration_registerBlockColorHandlers_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$8766/2032607391.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,xf:fml:codechickenlib:IItemRenderer,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.main(SourceFile:166) [?:?] {re:classloading}
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
    at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.15.2-31.2.21.jar:31.2] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$487/1901712897.call(Unknown Source) [forge-1.15.2-31.2.21.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:?] {re:classloading}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.1.0.jar:?] {re:classloading}


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 sonar.fluxnetworks.register.ClientRegistration.registerBlockColorHandlers(ClientRegistration.java:93)
    at net.minecraftforge.eventbus.ASMEventHandler_99_ClientRegistration_registerBlockColorHandlers_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$8766/2032607391.accept(Unknown Source)
    at java.util.HashMap.forEach(HashMap.java:1280)
    at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:218)
    at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260)
    at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:207)
    at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76)
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:419)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.main.Main.main(SourceFile:166)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$487/1901712897.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: 1775139112 bytes (1692 MB) / 3312451584 bytes (3159 MB) up to 7635730432 bytes (7282 MB)
    CPUs: 8
    JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx8G -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.21.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.15.2-31.2.21.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-2.1.1-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge-1.15.2-31.2.21.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.15.2-31.2.21.jar runtimedistcleaner PLUGINSERVICE 
        /forge-1.15.2-31.2.21.jar fml TRANSFORMATIONSERVICE 
        /MixinBootstrap-1.0.3.jar mixinbootstrap TRANSFORMATIONSERVICE 
        /OptiForge-MC1.15.2-0.1.24.jar optiforge TRANSFORMATIONSERVICE 
        /MixinBootstrap-1.0.3.jar mixin PLUGINSERVICE 
        /MixinBootstrap-1.0.3.jar mixinbootstrap PLUGINSERVICE 
    FML: 31.2
    Forge: net.minecraftforge:31.2.21
    FML Language Providers: 
        javafml@31.2
        minecraft@1
        kotlinfml@1.5.2
    Mod List: 
        NetherPortalFix_1.15.2-6.0.2.jar NetherPortalFix {netherportalfix@6.0.2 CREATE_REGISTRIES}
        aiotbotania-1.15.2-1.2.2.jar AIOT Botania {aiotbotania@1.2.2 CREATE_REGISTRIES}
        refinedpipes-0.4.2.jar Refined Pipes {refinedpipes@0.4.2 CREATE_REGISTRIES}
        mcw-windows-1.0.1-mc1.15.2_1.15.1.jar Macaw's Windows {mcwwindows@1.0.1 CREATE_REGISTRIES}
        SilentMechanisms-1.15.2-0.7.2+52.jar Silent's Mechanisms {silents_mechanisms@0.7.2+52 CREATE_REGISTRIES}
        Neat 1.6-22.jar Neat {neat@1.6-22 CREATE_REGISTRIES}
        essentials-1.15.2-2.7.2.jar Essentials {essentials@1.15.2-2.7.2 CREATE_REGISTRIES}
        TerraForged-1.15.2-0.0.14.jar TerraForged {terraforged@0.0.14 CREATE_REGISTRIES}
        XaerosWorldMap_1.6.4_Forge_1.15.2.jar Xaero's World Map {xaeroworldmap@1.6.4 CREATE_REGISTRIES}
        Controlling-6.1.4.jar Controlling {controlling@6.1.4 CREATE_REGISTRIES}
        ReAuth-1.14-1.15-3.8.1.jar ReAuth {reauth@3.8.1 CREATE_REGISTRIES}
        Placebo-1.15.2-3.0.2.jar Placebo {placebo@3.0.2 CREATE_REGISTRIES}
        globaldatapack-1.15.2-1.3.jar Dark Roleplay - Global Datapacks {globaldatapack@1.15.2-0.1.0 CREATE_REGISTRIES}
        Powah-1.15.2-1.1.14.jar Powah {powah@1.1.14 CREATE_REGISTRIES}
        Bookshelf-1.15.2-5.6.40.jar Bookshelf {bookshelf@5.6.40 CREATE_REGISTRIES}
        Reliquary-1.15.2-1.3.4.995.jar Reliquary {xreliquary@1.15.2-1.3.4.995 CREATE_REGISTRIES}
        u_team_core-1.15.2-2.12.1.158.jar U Team Core {uteamcore@2.12.1.158 CREATE_REGISTRIES}
        DarkUtilities-1.15.2-3.0.5.jar Dark Utilities {darkutils@3.0.5 CREATE_REGISTRIES}
        Apotheosis-1.15.2-3.1.2.jar Apotheosis {apotheosis@3.1.2 CREATE_REGISTRIES}
        ProgressiveBosses-2.1.5-mc1.15.2.jar Progressive Bosses {progressivebosses@2.1.5-mc1.15.2 CREATE_REGISTRIES}
        mcw-doors-1.0.0-mc1.15.2.jar Macaw's Doors {mcwdoors@1.0.0 CREATE_REGISTRIES}
        Morpheus-1.15.2-4.2.50.jar Morpheus {morpheus@version CREATE_REGISTRIES}
        MekanismGenerators-1.15.2-9.10.8.421.jar Mekanism: Generators {mekanismgenerators@9.10.8 CREATE_REGISTRIES}
        JustEnoughResources-1.15.2-0.10.1.77.jar Just Enough Resources {jeresources@0.10.1.77 CREATE_REGISTRIES}
        shetiphiancore-1.15-3.7.2.jar ShetiPhian-Core {shetiphiancore@3.7.2 CREATE_REGISTRIES}
        absentbydesign-1.15.2-1.0.7.jar Absent By Design Mod {absentbydesign@1.15.2-1.0.7 CREATE_REGISTRIES}
        refinedstorage-1.8.5.jar Refined Storage {refinedstorage@1.8.5 CREATE_REGISTRIES}
        corpse-1.15.2-1.0.6.jar Corpse {corpse@1.15.2-1.0.6 CREATE_REGISTRIES}
        mcw-bridges-1.0.4fix-mc1.15.2.jar Macaw's Bridges {mcwbridges@1.0.4 CREATE_REGISTRIES}
        lightestlamp-3.4.2.jar Lightest Lamps {lightestlamp@3.4.2 CREATE_REGISTRIES}
        industrial-foregoing-1.15.2-2.3.3-e356e61.jar Industrial Foregoing {industrialforegoing@2.3.3 ERROR}
        useful_backpacks-1.15.2-1.9.4.63.jar Useful Backpacks {usefulbackpacks@1.9.4.63 CREATE_REGISTRIES}
        torchmaster-2.1.1-rc0.jar Torchmaster {torchmaster@2.1.1-rc0 CREATE_REGISTRIES}
        endertanks-1.15-1.8.1.jar EnderTanks {endertanks@1.8.1 CREATE_REGISTRIES}
        embellishcraft-1.15.2-2.2.0.0.jar EmbellishCraft {embellishcraft@1.15.2-2.2.0.0 CREATE_REGISTRIES}
        AmbientSounds_v3.0.20_mc1.15.2.jar Ambient Sounds {ambientsounds@3.0.3 CREATE_REGISTRIES}
        BiomesOPlenty-1.15.2-10.0.0.363-universal.jar Biomes O' Plenty {biomesoplenty@1.15.2-10.0.0.363 CREATE_REGISTRIES}
        phosphor-forge-mc1.15.2-0.5.2+build.4.jar Phosphor {phosphor@0.5.2+build.4 CREATE_REGISTRIES}
        MekanismAdditions-1.15.2-9.10.8.421.jar Mekanism: Additions {mekanismadditions@9.10.8 CREATE_REGISTRIES}
        Blur-1.1.0-1.jar Blur {blur@1.1.0-1 CREATE_REGISTRIES}
        valkyrielib-1.15.2-3.0.2.1.jar ValkyrieLib {valkyrielib@1.15.2-3.0.2.1 CREATE_REGISTRIES}
        simplechunkloaders-1.15.2-1.0.2.0.jar Simple Chunk Loaders {simplechunkloaders@NONE CREATE_REGISTRIES}
        valhelsia_structures-15.0.3a.jar Valhelsia Structures {valhelsia_structures@15.0.3a CREATE_REGISTRIES}
        Lollipop-1.15.2-1.0.15.jar Lollipop {lollipop@1.0.15 CREATE_REGISTRIES}
        SilentGear-1.15.2-1.6.4+90.jar Silent Gear {silentgear@1.6.4+90 CREATE_REGISTRIES}
        simplefarming-1.15.2-1.2.9.jar Simple Farming {simplefarming@1.15.2-1.2.9 CREATE_REGISTRIES}
        SolarFluxReborn-1.15.2-15.0.0.jar Solar Flux Reborn {solarflux@15.0.0 CREATE_REGISTRIES}
        curios-FORGE-1.15.2-2.0.2.4.jar Curios API {curios@FORGE-1.15.2-2.0.2.4 CREATE_REGISTRIES}
        Botania-r1.15-386.jar Botania {botania@r1.15-386 CREATE_REGISTRIES}
        Patchouli-1.15.2-1.2-34.jar Patchouli {patchouli@1.15.2-1.2-34 CREATE_REGISTRIES}
        extlights-2.0.jar Extended Lights {extlights@2.0 CREATE_REGISTRIES}
        config-2-3.0.jar Cloth Config v2 API {cloth-config2@3.0 CREATE_REGISTRIES}
        libnonymous-1.15.2-1.1.1.5.jar Libnonymous {libnonymous@1.1.1.5 CREATE_REGISTRIES}
        elevatorid-1.15.2-1.7.1.jar Elevator Mod {elevatorid@1.15.2-1.7.1 CREATE_REGISTRIES}
        NaturesAura-28.2.jar Nature's Aura {naturesaura@28.2 CREATE_REGISTRIES}
        MekanismTools-1.15.2-9.10.8.421.jar Mekanism: Tools {mekanismtools@9.10.8 CREATE_REGISTRIES}
        mcw-roofs-1.0.2-mc1.15.2_1.15.1.jar Macaw's Roofs {mcwroofs@1.0.2 CREATE_REGISTRIES}
        furniture-7.0.0-pre16-1.15.1.jar MrCrayfish's Furniture Mod {cfm@7.0.0-pre16 CREATE_REGISTRIES}
        curiouselytra-FORGE-1.15.2-2.0.jar Curious Elytra {curiouselytra@FORGE-1.15.2-2.0 CREATE_REGISTRIES}
        cc-tweaked-1.15.2-1.89.0.jar CC: Tweaked {computercraft@1.89.0 CREATE_REGISTRIES}
        AI-Improvements-1.15.2-0.3.0.jar AI-Improvements {aiimprovements@0.3.0 CREATE_REGISTRIES}
        mcw-furniture-1.0.1-mc1.15.1 1.15.2.jar Macaw's Furnitures {mcwfurnitures@1.0.1 CREATE_REGISTRIES}
        cherishedworlds-FORGE-1.15.2-3.0.jar Cherished Worlds {cherishedworlds@FORGE-1.15.2-3.0 CREATE_REGISTRIES}
        bwncr-1.15.1-3.6.13.jar Bad Wither No Cookie Reloaded {bwncr@1.15.1-3.6.13 CREATE_REGISTRIES}
        FastLeafDecay-v22.jar FastLeafDecay {fastleafdecay@v22 CREATE_REGISTRIES}
        CodeChickenLib-1.15.2-3.3.0.373-universal.jar CodeChicken Lib {codechickenlib@3.3.0.373 CREATE_REGISTRIES}
        CraftPresence-1.15.2-1.6.5.jar CraftPresence {craftpresence@1.6.5 CREATE_REGISTRIES}
        QuarkOddities-1.15.2.jar Quark Oddities {quarkoddities@1.15.2 CREATE_REGISTRIES}
        TrashSlot_1.15.2-11.0.0.jar TrashSlot {trashslot@11.0.0 CREATE_REGISTRIES}
        torchslabmod-1.15.2_v1.6.15.jar Torch Slab Mod {torchslabmod@1.6.15 CREATE_REGISTRIES}
        EquipmentTooltips-1.15.2-1.4.3+14.jar Equipment Tooltips {equipmenttooltips@1.4.3+14 CREATE_REGISTRIES}
        mining-helmet-1.15.2-1.0.8.jar Mining Helmet {mining_helmet@1.0.8 CREATE_REGISTRIES}
        PersistentBits-1.15.2-2.0.2.jar Persistent Bits {persistentbits@2.0.1 CREATE_REGISTRIES}
        jei-1.15.2-6.0.0.4.jar Just Enough Items {jei@6.0.0.4 CREATE_REGISTRIES}
        AttributeFix-1.15.2-7.0.2.jar AttributeFix {attributefix@7.0.2 CREATE_REGISTRIES}
        Abnormals-Core-1.15.2-1.0.6.jar Abnormals Core {abnormals_core@1.0.6 CREATE_REGISTRIES}
        Buzzier-Bees-1.15.2-1.5.1.jar Buzzier Bees {buzzierbees@1.5.1 CREATE_REGISTRIES}
        Mekanism-1.15.2-9.10.8.421.jar Mekanism {mekanism@9.10.8 CREATE_REGISTRIES}
        caelus-FORGE-1.15.2-2.0-beta3.jar Caelus API {caelus@FORGE-1.15.2-2.0-beta3 CREATE_REGISTRIES}
        Upgrade-Aquatic-1.15.2-v1.6.1.jar Upgrade Aquatic {upgrade_aquatic@1.6.1 CREATE_REGISTRIES}
        reap-1.12.4.jar Reap Mod {reap@1.12.4 CREATE_REGISTRIES}
        Waystones_1.15.2-6.0.1.jar Waystones {waystones@6.0.1 CREATE_REGISTRIES}
        Clumps-5.0.2.jar Clumps {clumps@5.0.2 CREATE_REGISTRIES}
        LightOverlay-4.6.1.jar Light Overlay Forge {lightoverlay-forge@4.6.1 CREATE_REGISTRIES}
        journeymap-1.15.2-5.7.0b3.jar Journeymap {journeymap@5.7.0b3 CREATE_REGISTRIES}
        comforts-FORGE-1.15.2-2.0.0.3.jar Comforts {comforts@FORGE-1.15.2-2.0.0.3 CREATE_REGISTRIES}
        NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {naturescompass@1.15.2-1.8.5 CREATE_REGISTRIES}
        FruitTrees-1.15.2-1.4.1.jar Fruit Trees {fruittrees@1.4.1 CREATE_REGISTRIES}
        Kiwi-1.15.2-2.7.1.jar Kiwi {kiwi@2.7.1 CREATE_REGISTRIES}
        SimpleStorageNetwork-1.15.2-0.3.2.jar Simple Storage Network {storagenetwork@1.15.2-0.3.2 CREATE_REGISTRIES}
        SereneSeasons-1.15.2-3.0.0.72-universal.jar Serene Seasons {sereneseasons@1.15.2-3.0.0.72 CREATE_REGISTRIES}
        decorative_blocks-6d.jar Decorative Blocks {decorative_blocks@1.6 CREATE_REGISTRIES}
        BotanyPots-1.15.2-2.0.14.jar BotanyPots {botanypots@2.0.14 CREATE_REGISTRIES}
        curioofundying-FORGE-1.15.2-3.0.jar Curio of Undying {curioofundying@FORGE-1.15.2-3.0 CREATE_REGISTRIES}
        The-Endergetic-Expansion-1.15.2-v1.3.1.jar The Endergetic Expansion {endergetic@1.3.1 CREATE_REGISTRIES}
        mcjtylib-1.15-4.1.1-beta.jar McJtyLib {mcjtylib@1.15-4.1.1-beta CREATE_REGISTRIES}
        rftoolsbase-1.15-1.1.1-beta.jar RFToolsBase {rftoolsbase@1.15-1.1.1-beta CREATE_REGISTRIES}
        xnet-1.15-2.1.5-beta.jar XNet {xnet@1.15-2.1.5-beta CREATE_REGISTRIES}
        rftoolsstorage-1.15-1.1.4-beta.jar RFToolsStorage {rftoolsstorage@1.15-1.1.4-beta CREATE_REGISTRIES}
        rftoolscontrol-1.15-3.0.2-beta.jar RFToolsControl {rftoolscontrol@1.15-3.0.2-beta CREATE_REGISTRIES}
        mapperbase-1.15.2-1.1.0.0.jar Mapper Base {mapperbase@1.15.2-1.1.0.0 CREATE_REGISTRIES}
        trash-1.15.2-0.1.4.jar Trash {trash@1.15.2-0.1.4 CREATE_REGISTRIES}
        ToastControl-1.15.2-3.0.1.jar Toast Control {toastcontrol@3.0.1 CREATE_REGISTRIES}
        EnderStorage-1.15.2-2.5.0.143-universal.jar EnderStorage {enderstorage@2.5.0.143 CREATE_REGISTRIES}
        rftoolspower-1.15-2.1.1-beta.jar RFToolsPower {rftoolspower@1.15-2.1.1-beta CREATE_REGISTRIES}
        extradisks-1.15.2-1.2.2.jar Extra Disks {extradisks@1.15.2-1.2.2 CREATE_REGISTRIES}
        Swamp-Expansion-1.15.2-v1.7.1.jar Swamp Expansion {swampexpansion@NONE CREATE_REGISTRIES}
        forge-1.15.2-31.2.21-universal.jar Forge {forge@31.2.21 CREATE_REGISTRIES}
        Bountiful-1.15.2-3.1.2.jar Bountiful {bountiful@1.15.2-3.1.2 CREATE_REGISTRIES}
        ironchest-1.15.2-10.0.3.jar Iron Chests {ironchest@1.15.2-10.0.1 CREATE_REGISTRIES}
        CraftingTweaks_1.15.1-11.0.0.jar Crafting Tweaks {craftingtweaks@11.0.0 CREATE_REGISTRIES}
        forge-1.15.2-31.2.21-client.jar Minecraft {minecraft@1.15.2 CREATE_REGISTRIES}
        cofh_core-1.15.2-0.4.0b.jar CoFH Core {cofh_core@0.4.0b CREATE_REGISTRIES}
        rftoolsutility-1.15-2.1.3-beta.jar RFToolsUtility {rftoolsutility@1.15-2.1.3-beta CREATE_REGISTRIES}
        EnchantmentDescriptions-1.15.2-2.0.8.jar EnchantmentDescriptions {enchdesc@2.0.8 CREATE_REGISTRIES}
        swingthroughgrass-1.15.2-1.4.0.jar SwingThroughGrass {swingthroughgrass@1.15.2-1.4.0 CREATE_REGISTRIES}
        MouseTweaks-2.13-mc1.15.1.jar Mouse Tweaks {mousetweaks@2.13 CREATE_REGISTRIES}
        ToolBelt-1.15.2-1.14.1.jar Tool Belt {toolbelt@1.14.1 CREATE_REGISTRIES}
        titanium-1.15.2-2.4.0.jar Titanium {titanium@2.4.0 CREATE_REGISTRIES}
        Psi r1.2-82.jar Psi {psi@r1.2-80 CREATE_REGISTRIES}
        SilentLib-1.15.2-4.6.3+55.jar Silent Lib {silentlib@4.6.3+55 CREATE_REGISTRIES}
        forbidden_arcanus-1.15.2-1.3.1.jar Forbidden & Arcanus {forbidden_arcanus@1.15.2-1.3.1 CREATE_REGISTRIES}
        Atmospheric-1.15.2-1.4.0.jar Atmospheric {atmospheric@1.4.0 CREATE_REGISTRIES}
        rftoolsbuilder-1.15-2.1.3-beta.jar RFToolsBuilder {rftoolsbuilder@1.15-2.1.3-beta CREATE_REGISTRIES}
        jeiintegration_1.15.2-3.1.0.1.jar JEI Integration {jeiintegration@3.1.0.1 CREATE_REGISTRIES}
        Xaeros_Minimap_20.14.0_Forge_1.15.2.jar Xaero's Minimap {xaerominimap@20.14.0 CREATE_REGISTRIES}
        JAOPCA-1.15.2-3.2.0.11.jar JAOPCA {jaopca@3.2.0.11 CREATE_REGISTRIES}
        FastWorkbench-1.15.1-3.0.0.jar FastWorkbench {fastbench@3.0.0 CREATE_REGISTRIES}
        autumnity-1.3.2-1.15.2.jar Autumnity {autumnity@1.3.2 CREATE_REGISTRIES}
        AutoRegLib-1.5-40.jar AutoRegLib {autoreglib@1.5-40 CREATE_REGISTRIES}
        Quark-r2.1-245.jar Quark {quark@r2.1-245 CREATE_REGISTRIES}
        StorageDrawers-1.15.2-7.0.2.jar Storage Drawers {storagedrawers@1.15.2-7.0.1 CREATE_REGISTRIES}
        FluxNetworks-1.15.2-5.0.1-2.jar Flux Networks {fluxnetworks@1.15.2-5.0.1-2 CREATE_REGISTRIES}
        performant-1.15-2.11m.jar Performant {performant@2.11m CREATE_REGISTRIES}
        DoubleSlabs-1.15-2.6.1.jar Double Slabs {doubleslabs@2.6.1 CREATE_REGISTRIES}
        themidnight-0.5.9.jar The Midnight {midnight@0.5.9 CREATE_REGISTRIES}
        HardcoreRevival_1.15.2-4.0.1.jar Hardcore Revival {hardcorerevival@4.0.1 CREATE_REGISTRIES}
        structurize-0.10.313-RELEASE.jar Structurize {structurize@0.10.313-RELEASE CREATE_REGISTRIES}
        minecolonies-0.10.771-RELEASE-universal.jar Minecolonies {minecolonies@0.10.771-RELEASE CREATE_REGISTRIES}
        FastFurnace-1.15.1-3.0.0.jar FastFurnace {fastfurnace@3.0.0 CREATE_REGISTRIES}
        AppleSkin-mc1.15.2-forge-1.0.13.jar AppleSkin {appleskin@1.0.13 CREATE_REGISTRIES}
        Aquaculture-1.15.2-2.0.14.jar Aquaculture 2 {aquaculture@1.15.2-2.0.14 CREATE_REGISTRIES}
        refinedstorageaddons-0.6.2.jar Refined Storage Addons {refinedstorageaddons@0.6.2 CREATE_REGISTRIES}
        CosmeticArmorReworked-1.15.2-v3a.jar CosmeticArmorReworked {cosmeticarmorreworked@1.15.2-v3a CREATE_REGISTRIES}
        Morph-o-Tool-1.3-23.jar Morph-o-Tool {morphtool@1.3-23 CREATE_REGISTRIES}
        DefaultOptions_1.15.2-11.0.1.jar Default Options {defaultoptions@11.0.1 CREATE_REGISTRIES}
    Launched Version: forge-31.2.21
    Backend library: LWJGL version 3.2.2 build 10
    Backend API: Intel(R) UHD Graphics 630 GL version 4.6.0 - Build 26.20.100.6911, 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) i5-9300H CPU @ 2.40GHz

Posted

I see that hack "OptiForge" in there, remove that as well

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

 

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

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

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

 

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

  Reveal hidden contents

 

Posted

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

Time: 6/19/20 8:22 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 sonar.fluxnetworks.register.ClientRegistration.registerBlockColorHandlers(ClientRegistration.java:93) ~[?:1.15.2-5.0.1-2] {re:classloading}
    at net.minecraftforge.eventbus.ASMEventHandler_85_ClientRegistration_registerBlockColorHandlers_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$8744/163399548.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,xf:fml:codechickenlib:IItemRenderer,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.main(SourceFile:166) [?:?] {re:classloading}
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
    at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.15.2-31.2.21.jar:31.2] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$467/419441460.call(Unknown Source) [forge-1.15.2-31.2.21.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:?] {re:classloading}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.1.0.jar:?] {re:classloading}


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 sonar.fluxnetworks.register.ClientRegistration.registerBlockColorHandlers(ClientRegistration.java:93)
    at net.minecraftforge.eventbus.ASMEventHandler_85_ClientRegistration_registerBlockColorHandlers_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$8744/163399548.accept(Unknown Source)
    at java.util.HashMap.forEach(HashMap.java:1280)
    at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:218)
    at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260)
    at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:207)
    at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76)
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:419)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.main.Main.main(SourceFile:166)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$467/419441460.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: 655651528 bytes (625 MB) / 3426746368 bytes (3268 MB) up to 7635730432 bytes (7282 MB)
    CPUs: 8
    JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx8G -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.21.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.15.2-31.2.21.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-2.1.1-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge-1.15.2-31.2.21.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.15.2-31.2.21.jar runtimedistcleaner PLUGINSERVICE 
        /forge-1.15.2-31.2.21.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.21
    FML Language Providers: 
        javafml@31.2
        minecraft@1
        kotlinfml@1.5.2
    Mod List: 
        NetherPortalFix_1.15.2-6.0.2.jar NetherPortalFix {netherportalfix@6.0.2 CREATE_REGISTRIES}
        aiotbotania-1.15.2-1.2.2.jar AIOT Botania {aiotbotania@1.2.2 CREATE_REGISTRIES}
        refinedpipes-0.4.2.jar Refined Pipes {refinedpipes@0.4.2 CREATE_REGISTRIES}
        mcw-windows-1.0.1-mc1.15.2_1.15.1.jar Macaw's Windows {mcwwindows@1.0.1 CREATE_REGISTRIES}
        SilentMechanisms-1.15.2-0.7.2+52.jar Silent's Mechanisms {silents_mechanisms@0.7.2+52 CREATE_REGISTRIES}
        Neat 1.6-22.jar Neat {neat@1.6-22 CREATE_REGISTRIES}
        essentials-1.15.2-2.7.2.jar Essentials {essentials@1.15.2-2.7.2 CREATE_REGISTRIES}
        TerraForged-1.15.2-0.0.14.jar TerraForged {terraforged@0.0.14 CREATE_REGISTRIES}
        XaerosWorldMap_1.6.4_Forge_1.15.2.jar Xaero's World Map {xaeroworldmap@1.6.4 CREATE_REGISTRIES}
        Controlling-6.1.4.jar Controlling {controlling@6.1.4 CREATE_REGISTRIES}
        ReAuth-1.14-1.15-3.8.1.jar ReAuth {reauth@3.8.1 CREATE_REGISTRIES}
        Placebo-1.15.2-3.0.2.jar Placebo {placebo@3.0.2 CREATE_REGISTRIES}
        globaldatapack-1.15.2-1.3.jar Dark Roleplay - Global Datapacks {globaldatapack@1.15.2-0.1.0 CREATE_REGISTRIES}
        Powah-1.15.2-1.1.14.jar Powah {powah@1.1.14 CREATE_REGISTRIES}
        Bookshelf-1.15.2-5.6.40.jar Bookshelf {bookshelf@5.6.40 CREATE_REGISTRIES}
        Reliquary-1.15.2-1.3.4.995.jar Reliquary {xreliquary@1.15.2-1.3.4.995 CREATE_REGISTRIES}
        u_team_core-1.15.2-2.12.1.158.jar U Team Core {uteamcore@2.12.1.158 CREATE_REGISTRIES}
        DarkUtilities-1.15.2-3.0.5.jar Dark Utilities {darkutils@3.0.5 CREATE_REGISTRIES}
        Apotheosis-1.15.2-3.1.2.jar Apotheosis {apotheosis@3.1.2 CREATE_REGISTRIES}
        ProgressiveBosses-2.1.5-mc1.15.2.jar Progressive Bosses {progressivebosses@2.1.5-mc1.15.2 CREATE_REGISTRIES}
        mcw-doors-1.0.0-mc1.15.2.jar Macaw's Doors {mcwdoors@1.0.0 CREATE_REGISTRIES}
        Morpheus-1.15.2-4.2.50.jar Morpheus {morpheus@version CREATE_REGISTRIES}
        MekanismGenerators-1.15.2-9.10.8.421.jar Mekanism: Generators {mekanismgenerators@9.10.8 CREATE_REGISTRIES}
        JustEnoughResources-1.15.2-0.10.1.77.jar Just Enough Resources {jeresources@0.10.1.77 CREATE_REGISTRIES}
        shetiphiancore-1.15-3.7.2.jar ShetiPhian-Core {shetiphiancore@3.7.2 CREATE_REGISTRIES}
        absentbydesign-1.15.2-1.0.7.jar Absent By Design Mod {absentbydesign@1.15.2-1.0.7 CREATE_REGISTRIES}
        refinedstorage-1.8.5.jar Refined Storage {refinedstorage@1.8.5 CREATE_REGISTRIES}
        corpse-1.15.2-1.0.6.jar Corpse {corpse@1.15.2-1.0.6 CREATE_REGISTRIES}
        mcw-bridges-1.0.4fix-mc1.15.2.jar Macaw's Bridges {mcwbridges@1.0.4 CREATE_REGISTRIES}
        lightestlamp-3.4.2.jar Lightest Lamps {lightestlamp@3.4.2 CREATE_REGISTRIES}
        industrial-foregoing-1.15.2-2.3.3-e356e61.jar Industrial Foregoing {industrialforegoing@2.3.3 ERROR}
        useful_backpacks-1.15.2-1.9.4.63.jar Useful Backpacks {usefulbackpacks@1.9.4.63 CREATE_REGISTRIES}
        torchmaster-2.1.1-rc0.jar Torchmaster {torchmaster@2.1.1-rc0 CREATE_REGISTRIES}
        endertanks-1.15-1.8.1.jar EnderTanks {endertanks@1.8.1 CREATE_REGISTRIES}
        embellishcraft-1.15.2-2.2.0.0.jar EmbellishCraft {embellishcraft@1.15.2-2.2.0.0 CREATE_REGISTRIES}
        AmbientSounds_v3.0.20_mc1.15.2.jar Ambient Sounds {ambientsounds@3.0.3 CREATE_REGISTRIES}
        BiomesOPlenty-1.15.2-10.0.0.363-universal.jar Biomes O' Plenty {biomesoplenty@1.15.2-10.0.0.363 CREATE_REGISTRIES}
        phosphor-forge-mc1.15.2-0.5.2+build.4.jar Phosphor {phosphor@0.5.2+build.4 CREATE_REGISTRIES}
        MekanismAdditions-1.15.2-9.10.8.421.jar Mekanism: Additions {mekanismadditions@9.10.8 CREATE_REGISTRIES}
        Blur-1.1.0-1.jar Blur {blur@1.1.0-1 CREATE_REGISTRIES}
        valkyrielib-1.15.2-3.0.2.1.jar ValkyrieLib {valkyrielib@1.15.2-3.0.2.1 CREATE_REGISTRIES}
        simplechunkloaders-1.15.2-1.0.2.0.jar Simple Chunk Loaders {simplechunkloaders@NONE CREATE_REGISTRIES}
        valhelsia_structures-15.0.3a.jar Valhelsia Structures {valhelsia_structures@15.0.3a CREATE_REGISTRIES}
        Lollipop-1.15.2-1.0.15.jar Lollipop {lollipop@1.0.15 CREATE_REGISTRIES}
        SilentGear-1.15.2-1.6.4+90.jar Silent Gear {silentgear@1.6.4+90 CREATE_REGISTRIES}
        simplefarming-1.15.2-1.2.9.jar Simple Farming {simplefarming@1.15.2-1.2.9 CREATE_REGISTRIES}
        SolarFluxReborn-1.15.2-15.0.0.jar Solar Flux Reborn {solarflux@15.0.0 CREATE_REGISTRIES}
        curios-FORGE-1.15.2-2.0.2.4.jar Curios API {curios@FORGE-1.15.2-2.0.2.4 CREATE_REGISTRIES}
        Botania-r1.15-386.jar Botania {botania@r1.15-386 CREATE_REGISTRIES}
        Patchouli-1.15.2-1.2-34.jar Patchouli {patchouli@1.15.2-1.2-34 CREATE_REGISTRIES}
        extlights-2.0.jar Extended Lights {extlights@2.0 CREATE_REGISTRIES}
        config-2-3.0.jar Cloth Config v2 API {cloth-config2@3.0 CREATE_REGISTRIES}
        libnonymous-1.15.2-1.1.1.5.jar Libnonymous {libnonymous@1.1.1.5 CREATE_REGISTRIES}
        elevatorid-1.15.2-1.7.1.jar Elevator Mod {elevatorid@1.15.2-1.7.1 CREATE_REGISTRIES}
        NaturesAura-28.2.jar Nature's Aura {naturesaura@28.2 CREATE_REGISTRIES}
        MekanismTools-1.15.2-9.10.8.421.jar Mekanism: Tools {mekanismtools@9.10.8 CREATE_REGISTRIES}
        mcw-roofs-1.0.2-mc1.15.2_1.15.1.jar Macaw's Roofs {mcwroofs@1.0.2 CREATE_REGISTRIES}
        furniture-7.0.0-pre16-1.15.1.jar MrCrayfish's Furniture Mod {cfm@7.0.0-pre16 CREATE_REGISTRIES}
        curiouselytra-FORGE-1.15.2-2.0.jar Curious Elytra {curiouselytra@FORGE-1.15.2-2.0 CREATE_REGISTRIES}
        cc-tweaked-1.15.2-1.89.0.jar CC: Tweaked {computercraft@1.89.0 CREATE_REGISTRIES}
        AI-Improvements-1.15.2-0.3.0.jar AI-Improvements {aiimprovements@0.3.0 CREATE_REGISTRIES}
        mcw-furniture-1.0.1-mc1.15.1 1.15.2.jar Macaw's Furnitures {mcwfurnitures@1.0.1 CREATE_REGISTRIES}
        cherishedworlds-FORGE-1.15.2-3.0.jar Cherished Worlds {cherishedworlds@FORGE-1.15.2-3.0 CREATE_REGISTRIES}
        bwncr-1.15.1-3.6.13.jar Bad Wither No Cookie Reloaded {bwncr@1.15.1-3.6.13 CREATE_REGISTRIES}
        FastLeafDecay-v22.jar FastLeafDecay {fastleafdecay@v22 CREATE_REGISTRIES}
        CodeChickenLib-1.15.2-3.3.0.373-universal.jar CodeChicken Lib {codechickenlib@3.3.0.373 CREATE_REGISTRIES}
        CraftPresence-1.15.2-1.6.5.jar CraftPresence {craftpresence@1.6.5 CREATE_REGISTRIES}
        QuarkOddities-1.15.2.jar Quark Oddities {quarkoddities@1.15.2 CREATE_REGISTRIES}
        TrashSlot_1.15.2-11.0.0.jar TrashSlot {trashslot@11.0.0 CREATE_REGISTRIES}
        torchslabmod-1.15.2_v1.6.15.jar Torch Slab Mod {torchslabmod@1.6.15 CREATE_REGISTRIES}
        EquipmentTooltips-1.15.2-1.4.3+14.jar Equipment Tooltips {equipmenttooltips@1.4.3+14 CREATE_REGISTRIES}
        mining-helmet-1.15.2-1.0.8.jar Mining Helmet {mining_helmet@1.0.8 CREATE_REGISTRIES}
        PersistentBits-1.15.2-2.0.2.jar Persistent Bits {persistentbits@2.0.1 CREATE_REGISTRIES}
        jei-1.15.2-6.0.0.4.jar Just Enough Items {jei@6.0.0.4 CREATE_REGISTRIES}
        AttributeFix-1.15.2-7.0.2.jar AttributeFix {attributefix@7.0.2 CREATE_REGISTRIES}
        Abnormals-Core-1.15.2-1.0.6.jar Abnormals Core {abnormals_core@1.0.6 CREATE_REGISTRIES}
        Buzzier-Bees-1.15.2-1.5.1.jar Buzzier Bees {buzzierbees@1.5.1 CREATE_REGISTRIES}
        Mekanism-1.15.2-9.10.8.421.jar Mekanism {mekanism@9.10.8 CREATE_REGISTRIES}
        caelus-FORGE-1.15.2-2.0-beta3.jar Caelus API {caelus@FORGE-1.15.2-2.0-beta3 CREATE_REGISTRIES}
        Upgrade-Aquatic-1.15.2-v1.6.1.jar Upgrade Aquatic {upgrade_aquatic@1.6.1 CREATE_REGISTRIES}
        reap-1.12.4.jar Reap Mod {reap@1.12.4 CREATE_REGISTRIES}
        Waystones_1.15.2-6.0.1.jar Waystones {waystones@6.0.1 CREATE_REGISTRIES}
        Clumps-5.0.2.jar Clumps {clumps@5.0.2 CREATE_REGISTRIES}
        LightOverlay-4.6.1.jar Light Overlay Forge {lightoverlay-forge@4.6.1 CREATE_REGISTRIES}
        journeymap-1.15.2-5.7.0b3.jar Journeymap {journeymap@5.7.0b3 CREATE_REGISTRIES}
        comforts-FORGE-1.15.2-2.0.0.3.jar Comforts {comforts@FORGE-1.15.2-2.0.0.3 CREATE_REGISTRIES}
        NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {naturescompass@1.15.2-1.8.5 CREATE_REGISTRIES}
        FruitTrees-1.15.2-1.4.1.jar Fruit Trees {fruittrees@1.4.1 CREATE_REGISTRIES}
        Kiwi-1.15.2-2.7.1.jar Kiwi {kiwi@2.7.1 CREATE_REGISTRIES}
        SimpleStorageNetwork-1.15.2-0.3.2.jar Simple Storage Network {storagenetwork@1.15.2-0.3.2 CREATE_REGISTRIES}
        SereneSeasons-1.15.2-3.0.0.72-universal.jar Serene Seasons {sereneseasons@1.15.2-3.0.0.72 CREATE_REGISTRIES}
        decorative_blocks-6d.jar Decorative Blocks {decorative_blocks@1.6 CREATE_REGISTRIES}
        BotanyPots-1.15.2-2.0.14.jar BotanyPots {botanypots@2.0.14 CREATE_REGISTRIES}
        curioofundying-FORGE-1.15.2-3.0.jar Curio of Undying {curioofundying@FORGE-1.15.2-3.0 CREATE_REGISTRIES}
        The-Endergetic-Expansion-1.15.2-v1.3.1.jar The Endergetic Expansion {endergetic@1.3.1 CREATE_REGISTRIES}
        mcjtylib-1.15-4.1.1-beta.jar McJtyLib {mcjtylib@1.15-4.1.1-beta CREATE_REGISTRIES}
        rftoolsbase-1.15-1.1.1-beta.jar RFToolsBase {rftoolsbase@1.15-1.1.1-beta CREATE_REGISTRIES}
        xnet-1.15-2.1.5-beta.jar XNet {xnet@1.15-2.1.5-beta CREATE_REGISTRIES}
        rftoolsstorage-1.15-1.1.4-beta.jar RFToolsStorage {rftoolsstorage@1.15-1.1.4-beta CREATE_REGISTRIES}
        rftoolscontrol-1.15-3.0.2-beta.jar RFToolsControl {rftoolscontrol@1.15-3.0.2-beta CREATE_REGISTRIES}
        mapperbase-1.15.2-1.1.0.0.jar Mapper Base {mapperbase@1.15.2-1.1.0.0 CREATE_REGISTRIES}
        trash-1.15.2-0.1.4.jar Trash {trash@1.15.2-0.1.4 CREATE_REGISTRIES}
        ToastControl-1.15.2-3.0.1.jar Toast Control {toastcontrol@3.0.1 CREATE_REGISTRIES}
        EnderStorage-1.15.2-2.5.0.143-universal.jar EnderStorage {enderstorage@2.5.0.143 CREATE_REGISTRIES}
        rftoolspower-1.15-2.1.1-beta.jar RFToolsPower {rftoolspower@1.15-2.1.1-beta CREATE_REGISTRIES}
        extradisks-1.15.2-1.2.2.jar Extra Disks {extradisks@1.15.2-1.2.2 CREATE_REGISTRIES}
        Swamp-Expansion-1.15.2-v1.7.1.jar Swamp Expansion {swampexpansion@NONE CREATE_REGISTRIES}
        forge-1.15.2-31.2.21-universal.jar Forge {forge@31.2.21 CREATE_REGISTRIES}
        Bountiful-1.15.2-3.1.2.jar Bountiful {bountiful@1.15.2-3.1.2 CREATE_REGISTRIES}
        ironchest-1.15.2-10.0.3.jar Iron Chests {ironchest@1.15.2-10.0.1 CREATE_REGISTRIES}
        CraftingTweaks_1.15.1-11.0.0.jar Crafting Tweaks {craftingtweaks@11.0.0 CREATE_REGISTRIES}
        forge-1.15.2-31.2.21-client.jar Minecraft {minecraft@1.15.2 CREATE_REGISTRIES}
        cofh_core-1.15.2-0.4.0b.jar CoFH Core {cofh_core@0.4.0b CREATE_REGISTRIES}
        rftoolsutility-1.15-2.1.3-beta.jar RFToolsUtility {rftoolsutility@1.15-2.1.3-beta CREATE_REGISTRIES}
        EnchantmentDescriptions-1.15.2-2.0.8.jar EnchantmentDescriptions {enchdesc@2.0.8 CREATE_REGISTRIES}
        swingthroughgrass-1.15.2-1.4.0.jar SwingThroughGrass {swingthroughgrass@1.15.2-1.4.0 CREATE_REGISTRIES}
        MouseTweaks-2.13-mc1.15.1.jar Mouse Tweaks {mousetweaks@2.13 CREATE_REGISTRIES}
        ToolBelt-1.15.2-1.14.1.jar Tool Belt {toolbelt@1.14.1 CREATE_REGISTRIES}
        titanium-1.15.2-2.4.0.jar Titanium {titanium@2.4.0 CREATE_REGISTRIES}
        Psi r1.2-82.jar Psi {psi@r1.2-80 CREATE_REGISTRIES}
        SilentLib-1.15.2-4.6.3+55.jar Silent Lib {silentlib@4.6.3+55 CREATE_REGISTRIES}
        forbidden_arcanus-1.15.2-1.3.1.jar Forbidden & Arcanus {forbidden_arcanus@1.15.2-1.3.1 CREATE_REGISTRIES}
        Atmospheric-1.15.2-1.4.0.jar Atmospheric {atmospheric@1.4.0 CREATE_REGISTRIES}
        rftoolsbuilder-1.15-2.1.3-beta.jar RFToolsBuilder {rftoolsbuilder@1.15-2.1.3-beta CREATE_REGISTRIES}
        jeiintegration_1.15.2-3.1.0.1.jar JEI Integration {jeiintegration@3.1.0.1 CREATE_REGISTRIES}
        Xaeros_Minimap_20.14.0_Forge_1.15.2.jar Xaero's Minimap {xaerominimap@20.14.0 CREATE_REGISTRIES}
        JAOPCA-1.15.2-3.2.0.11.jar JAOPCA {jaopca@3.2.0.11 CREATE_REGISTRIES}
        FastWorkbench-1.15.1-3.0.0.jar FastWorkbench {fastbench@3.0.0 CREATE_REGISTRIES}
        autumnity-1.3.2-1.15.2.jar Autumnity {autumnity@1.3.2 CREATE_REGISTRIES}
        AutoRegLib-1.5-40.jar AutoRegLib {autoreglib@1.5-40 CREATE_REGISTRIES}
        Quark-r2.1-245.jar Quark {quark@r2.1-245 CREATE_REGISTRIES}
        StorageDrawers-1.15.2-7.0.2.jar Storage Drawers {storagedrawers@1.15.2-7.0.1 CREATE_REGISTRIES}
        FluxNetworks-1.15.2-5.0.1-2.jar Flux Networks {fluxnetworks@1.15.2-5.0.1-2 CREATE_REGISTRIES}
        performant-1.15-2.11m.jar Performant {performant@2.11m CREATE_REGISTRIES}
        DoubleSlabs-1.15-2.6.1.jar Double Slabs {doubleslabs@2.6.1 CREATE_REGISTRIES}
        themidnight-0.5.9.jar The Midnight {midnight@0.5.9 CREATE_REGISTRIES}
        HardcoreRevival_1.15.2-4.0.1.jar Hardcore Revival {hardcorerevival@4.0.1 CREATE_REGISTRIES}
        structurize-0.10.313-RELEASE.jar Structurize {structurize@0.10.313-RELEASE CREATE_REGISTRIES}
        minecolonies-0.10.771-RELEASE-universal.jar Minecolonies {minecolonies@0.10.771-RELEASE CREATE_REGISTRIES}
        FastFurnace-1.15.1-3.0.0.jar FastFurnace {fastfurnace@3.0.0 CREATE_REGISTRIES}
        AppleSkin-mc1.15.2-forge-1.0.13.jar AppleSkin {appleskin@1.0.13 CREATE_REGISTRIES}
        Aquaculture-1.15.2-2.0.14.jar Aquaculture 2 {aquaculture@1.15.2-2.0.14 CREATE_REGISTRIES}
        refinedstorageaddons-0.6.2.jar Refined Storage Addons {refinedstorageaddons@0.6.2 CREATE_REGISTRIES}
        CosmeticArmorReworked-1.15.2-v3a.jar CosmeticArmorReworked {cosmeticarmorreworked@1.15.2-v3a CREATE_REGISTRIES}
        Morph-o-Tool-1.3-23.jar Morph-o-Tool {morphtool@1.3-23 CREATE_REGISTRIES}
        DefaultOptions_1.15.2-11.0.1.jar Default Options {defaultoptions@11.0.1 CREATE_REGISTRIES}
    Launched Version: forge-31.2.21
    Backend library: LWJGL version 3.2.2 build 10
    Backend API: Intel(R) UHD Graphics 630 GL version 4.6.0 - Build 26.20.100.6911, 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) i5-9300H CPU @ 2.40GHz

Posted

[20:21:07] [main/INFO]: ModLauncher running: args [--username, Mahavidya, --version, forge-31.2.21, --gameDir, C:\Users\mxrvn\Twitch\Minecraft\Instances\My VALHELSIA, --assetsDir, C:\Users\mxrvn\Twitch\Minecraft\Install\assets, --assetIndex, 1.15, --uuid, 800b2a6a736446dfa474b01f9fbe707e, --accessToken, ????????, --userType, mojang, --versionType, release, --width, 1024, --height, 768, --launchTarget, fmlclient, --fml.forgeVersion, 31.2.21, --fml.mcVersion, 1.15.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20200515.085601]
[20:21:07] [main/INFO]: ModLauncher 5.1.0+69+master.79f13f7 starting: java version 1.8.0_51 by Oracle Corporation
[20:21:13] [main/INFO]: Added Lets Encrypt root certificates as additional trust
[20:21:14] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8 Source=file:/C:/Users/mxrvn/Twitch/Minecraft/Instances/My%20VALHELSIA/mods/MixinBootstrap-1.0.3.jar Service=ModLauncher Env=CLIENT
[20:21:16] [main/WARN]: Mod file Mod File: C:\Users\mxrvn\Twitch\Minecraft\Instances\My VALHELSIA\mods\fabric-api-0.12.0+build.313-1.15.jar is missing mods.toml file
[20:21:16] [main/WARN]: File C:\Users\mxrvn\Twitch\Minecraft\Instances\My VALHELSIA\mods\fabric-api-0.12.0+build.313-1.15.jar has been ignored - it is invalid
[20:21:16] [main/WARN]: Mod file Mod File: C:\Users\mxrvn\Twitch\Minecraft\Instances\My VALHELSIA\mods\Hwyla-fabric-1.15.2-1.9.22-73.jar is missing mods.toml file
[20:21:16] [main/WARN]: File C:\Users\mxrvn\Twitch\Minecraft\Instances\My VALHELSIA\mods\Hwyla-fabric-1.15.2-1.9.22-73.jar has been ignored - it is invalid
[20:21:17] [main/INFO]: [org.antlr.v4.runtime.ConsoleErrorListener:syntaxError:38]: line 13:99 token recognition error at: ';'
[20:21:17] [main/INFO]: [org.antlr.v4.runtime.ConsoleErrorListener:syntaxError:38]: line 36:0 token recognition error at: 'S'
[20:21:17] [main/INFO]: [org.antlr.v4.runtime.ConsoleErrorListener:syntaxError:38]: line 36:1 token recognition error at: 'pa'
[20:21:17] [main/INFO]: [org.antlr.v4.runtime.ConsoleErrorListener:syntaxError:38]: line 36:3 token recognition error at: 'w'
[20:21:17] [main/INFO]: [org.antlr.v4.runtime.ConsoleErrorListener:syntaxError:38]: line 36:4 token recognition error at: 'n'
[20:21:17] [main/INFO]: [org.antlr.v4.runtime.ConsoleErrorListener:syntaxError:38]: line 36:5 token recognition error at: 'e'
[20:21:17] [main/INFO]: [org.antlr.v4.runtime.ConsoleErrorListener:syntaxError:38]: line 36:6 token recognition error at: 'r'
[20:21:17] [main/INFO]: [org.antlr.v4.runtime.ConsoleErrorListener:syntaxError:38]: line 36:8 token recognition error at: 'N'
[20:21:17] [main/INFO]: [org.antlr.v4.runtime.ConsoleErrorListener:syntaxError:38]: line 36:9 token recognition error at: 'B'
[20:21:17] [main/INFO]: [org.antlr.v4.runtime.ConsoleErrorListener:syntaxError:38]: line 36:10 token recognition error at: 'T'
[20:21:19] [main/INFO]: Successfully loaded Mixin Connector [snownee.fruits.mixin.Connector]
[20:21:19] [main/INFO]: Successfully loaded Mixin Connector [com.performant.coremod.mixin.Connector]
[20:21:19] [main/INFO]: Successfully loaded Mixin Connector [me.jellysquid.mods.phosphor.mixin.PhosphorMixinConnector]
[20:21:19] [main/INFO]: Invoking Mixin Connector
[20:21:20] [main/INFO]: Launching target 'fmlclient' with arguments [--version, forge-31.2.21, --gameDir, C:\Users\mxrvn\Twitch\Minecraft\Instances\My VALHELSIA, --assetsDir, C:\Users\mxrvn\Twitch\Minecraft\Install\assets, --uuid, 800b2a6a736446dfa474b01f9fbe707e, --username, Mahavidya, --assetIndex, 1.15, --accessToken, ????????, --userType, mojang, --versionType, release, --width, 1024, --height, 768]
[20:21:20] [main/INFO]: Performant configs loaded
[20:21:20] [main/INFO]: Not enabling mixin forcom.performant.coremod.mixin.world.ServerWorldMixin as config disables it.
[20:21:26] [Render thread/INFO]: Setting user: Mahavidya
[20:21:47] [Render thread/INFO]: Backend library: LWJGL version 3.2.2 build 10
[20:21:49] [Render thread/WARN]: Cryptography is restricted in this Java installation
[20:21:49] [Render thread/WARN]: Please complain to Mojang for shipping a 5 year old Java version
[20:21:49] [Render thread/INFO]: Cryptography restriction removed successfully
[20:21:49] [Render thread/WARN]: No data fixer registered for entity clumps:xp_orb_big
[20:21:50] [Render thread/INFO]: Scanning classes for titanium
[20:21:50] [Render thread/INFO]: Found FeaturePluginInstance for class IndustrialForegoingResourcePlugin for plugin resources
[20:21:50] [Render thread/INFO]: Found FeaturePluginInstance for class DefaultResourceRegistryPlugin for plugin resources
[20:21:50] [Render thread/INFO]: Potentially Dangerous alternative prefix `forbidden_arcanus` for name `edelwood_sign`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:21:50] [Render thread/INFO]: Potentially Dangerous alternative prefix `forbidden_arcanus` for name `edelwood_wall_sign`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:21:50] [Render thread/INFO]: Potentially Dangerous alternative prefix `forbidden_arcanus` for name `cherrywood_sign`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:21:50] [Render thread/INFO]: Potentially Dangerous alternative prefix `forbidden_arcanus` for name `cherrywood_wall_sign`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:21:50] [Render thread/INFO]: Potentially Dangerous alternative prefix `forbidden_arcanus` for name `mysterywood_sign`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:21:50] [Render thread/INFO]: Potentially Dangerous alternative prefix `forbidden_arcanus` for name `mysterywood_wall_sign`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:21:51] [modloading-worker-6/INFO]: Scanning classes for titanium
[20:21:51] [modloading-worker-6/INFO]: Constructed class IndustrialForegoingResourcePlugin for plugin resources for mod titanium
[20:21:51] [modloading-worker-6/INFO]: Constructed class DefaultResourceRegistryPlugin for plugin resources for mod titanium
[20:21:51] [modloading-worker-6/INFO]: Executing phase CONSTRUCTION for plugin class IndustrialForegoingResourcePlugin
[20:21:51] [modloading-worker-6/INFO]: Executing phase CONSTRUCTION for plugin class DefaultResourceRegistryPlugin
[20:21:51] [modloading-worker-3/INFO]: FLUX NETWORKS INIT
[20:21:51] [modloading-worker-5/INFO]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Main.initialize()
[20:21:51] [modloading-worker-7/INFO]: Processing 5 KiwiModule annotations
[20:21:51] [modloading-worker-5/INFO]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Reflecting GuiContainer...
[20:21:51] [modloading-worker-5/INFO]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Detected obfuscation: FORGE.
[20:21:51] [modloading-worker-5/INFO]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Success.
[20:21:51] [modloading-worker-5/INFO]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Initialized.
[20:21:52] [modloading-worker-4/INFO]: Potentially Dangerous alternative prefix `mekanism` for name `empty_gas`, expected `mekanismgenerators`. This could be a intended override, but in most cases indicates a broken mod.
[20:21:52] [modloading-worker-4/INFO]: Potentially Dangerous alternative prefix `mekanism` for name `empty_infuse_type`, expected `mekanismgenerators`. This could be a intended override, but in most cases indicates a broken mod.
[20:21:52] [modloading-worker-0/WARN]: No data fixer registered for entity charged_snowball
[20:21:56] [modloading-worker-3/WARN]: No data fixer registered for entity midnight:rifter
[20:21:56] [modloading-worker-3/WARN]: No data fixer registered for entity midnight:hunter
[20:21:56] [modloading-worker-3/WARN]: No data fixer registered for entity midnight:bladeshroom_cap
[20:21:56] [modloading-worker-3/WARN]: No data fixer registered for entity midnight:nova
[20:21:56] [modloading-worker-3/WARN]: No data fixer registered for entity midnight:nova_spike
[20:21:56] [modloading-worker-3/WARN]: No data fixer registered for entity midnight:crystal_bug
[20:21:56] [modloading-worker-3/WARN]: No data fixer registered for entity midnight:penumbrian
[20:21:56] [modloading-worker-3/WARN]: No data fixer registered for entity midnight:tree_hopper
[20:21:56] [modloading-worker-3/WARN]: No data fixer registered for entity midnight:stinger
[20:21:56] [modloading-worker-3/WARN]: No data fixer registered for entity midnight:nightstag
[20:21:56] [modloading-worker-3/WARN]: No data fixer registered for entity midnight:deceitful_snapper
[20:21:56] [modloading-worker-3/WARN]: No data fixer registered for entity midnight:bulb_angler
[20:21:56] [modloading-worker-3/WARN]: No data fixer registered for entity midnight:skulk
[20:21:56] [modloading-worker-3/WARN]: No data fixer registered for entity midnight:shade_squirrel
[20:21:56] [modloading-worker-4/INFO]: Found 1 RS API injection point
[20:21:56] [modloading-worker-4/INFO]: Injected RS API in com.refinedmods.refinedstorageaddons.RSAddons RSAPI
[20:21:56] [modloading-worker-3/WARN]: No data fixer registered for entity midnight:thrown_geode
[20:21:56] [modloading-worker-3/WARN]: No data fixer registered for entity midnight:spore_bomb
[20:21:56] [modloading-worker-3/WARN]: No data fixer registered for entity midnight:cloud
[20:21:56] [modloading-worker-0/INFO]: Mod uteamcore is signed with a valid certificate.
[20:21:56] [modloading-worker-6/INFO]: Built Config: C:\Users\mxrvn\Twitch\Minecraft\Instances\My VALHELSIA\config\forbidden_arcanus-client.toml
[20:21:56] [modloading-worker-6/INFO]: Loaded Config: C:\Users\mxrvn\Twitch\Minecraft\Instances\My VALHELSIA\config\forbidden_arcanus-client.toml
[20:21:56] [modloading-worker-6/INFO]: Built Config: C:\Users\mxrvn\Twitch\Minecraft\Instances\My VALHELSIA\config\forbidden_arcanus-server.toml
[20:21:57] [modloading-worker-5/INFO]: Mod usefulbackpacks is signed with a valid certificate.
[20:21:57] [modloading-worker-6/INFO]: Loaded Config: C:\Users\mxrvn\Twitch\Minecraft\Instances\My VALHELSIA\config\forbidden_arcanus-server.toml
[20:21:57] [modloading-worker-0/INFO]: Loading config file C:\Users\mxrvn\Twitch\Minecraft\Instances\My VALHELSIA\config\silents-mechanisms-common.toml
[20:21:57] [modloading-worker-4/INFO]: [com.endlesnights.torchslabsmod.TorchSlabsMod:<init>:46]: BuzzierBees Mod DETECTED AND LOADED TORCHSLAB COMPAT
[20:21:57] [modloading-worker-4/INFO]: [com.endlesnights.torchslabsmod.TorchSlabsMod:<init>:59]: Quark Mod DETECTED AND LOADED TORCHSLAB COMPAT
[20:21:57] [modloading-worker-4/INFO]: [com.endlesnights.torchslabsmod.TorchSlabsMod:<init>:65]: Upgrade Aquatic Mod DETECTED AND LOADED TORCHSLAB COMPAT
[20:21:57] [modloading-worker-2/INFO]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: Mod ID: valkyrielib
[20:21:57] [modloading-worker-4/INFO]: Loading config file C:\Users\mxrvn\Twitch\Minecraft\Instances\My VALHELSIA\config\equipment-tooltips-client.toml
[20:21:57] [CraftPresence/INFO]: Received Update Status for craftpresence -> UP_TO_DATE (Target Version: v1.6.5)
[20:21:57] [CraftPresence/ERROR]: Unable to retrieve a Translation for key.craftpresence.config_keybind.name
[20:21:57] [modloading-worker-1/INFO]: Forge mod loading, version 31.2.21, for MC 1.15.2 with MCP 20200515.085601
[20:21:57] [modloading-worker-1/INFO]: MinecraftForge v31.2.21 Initialized
[20:21:57] [modloading-worker-0/INFO]: Items registered.
[20:21:57] [modloading-worker-0/INFO]: Blocks registered.
[20:21:57] [CraftPresence/INFO]: Configuration Settings have been Saved and Reloaded Successfully!
[20:21:57] [CraftPresence/INFO]: Searching for Character and Glyph Width Data...
[20:21:57] [modloading-worker-2/INFO]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: Mod ID: simplechunkloaders
[20:21:57] [CraftPresence/INFO]: Character and Glyph Width Data successfully Loaded!
[20:21:57] [CraftPresence/INFO]: Checking for valid Curse Manifest Data...
[20:21:57] [CraftPresence/ERROR]: Unable to get Curse Manifest Data (Ignore if Not using a Twitch/CursePack)
[20:21:57] [CraftPresence/INFO]: Checking for valid MultiMC Instance Data...
[20:21:57] [CraftPresence/ERROR]: Unable to get MultiMC Instance Data (Ignore if Not using a MultiMC Pack)
[20:21:57] [CraftPresence/INFO]: Checking for valid MCUpdater Instance Data...
[20:21:57] [CraftPresence/ERROR]: Unable to get MCUpdater Instance Data (Ignore if Not using a MCUpdater Pack)
[20:21:57] [CraftPresence/INFO]: Checking for valid Technic Pack Data...
[20:21:57] [CraftPresence/ERROR]: Unable to get Technic Pack Data (Ignore if Not using a Technic Pack)
[20:21:58] [CraftPresence/INFO]: Checking Discord for Available Assets with ID: 450485984333660181
[20:21:58] [CraftPresence/INFO]: Originally Coded by paulhobbel - https://github.com/paulhobbel
[20:21:58] [modloading-worker-5/WARN]: No data fixer registered for entity embellishcraft:entity_chair
[20:21:58] [Thread-17/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: java.lang.NullPointerException
[20:21:58] [Thread-17/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]:     at com.valkyrieofnight.vlib._mod.supporters.registry.JsonSupporterRegistry.loadRegistryData(JsonSupporterRegistry.java:41)
[20:21:58] [Thread-17/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]:     at com.valkyrieofnight.vlib._mod.supporters.download.SupporterRegistryThread.run(SupporterRegistryThread.java:15)
[20:21:58] [modloading-worker-2/INFO]: Loading config file C:\Users\mxrvn\Twitch\Minecraft\Instances\My VALHELSIA\config\silentgear-client.toml
[20:21:58] [CraftPresence/INFO]: 63 Total Assets Detected!
[20:21:58] [modloading-worker-2/INFO]: Loading config file C:\Users\mxrvn\Twitch\Minecraft\Instances\My VALHELSIA\config\silentgear-common.toml
[20:21:58] [modloading-worker-6/WARN]: No data fixer registered for entity aquaculture:water_arrow
[20:21:58] [modloading-worker-6/WARN]: No data fixer registered for entity aquaculture:box_turtle
[20:21:58] [modloading-worker-6/WARN]: No data fixer registered for entity aquaculture:arrau_turtle
[20:21:58] [modloading-worker-6/WARN]: No data fixer registered for entity aquaculture:starshell_turtle
[20:21:58] [modloading-worker-6/WARN]: No data fixer registered for entity aquaculture:oak_fish_mount
[20:21:58] [modloading-worker-6/WARN]: No data fixer registered for entity aquaculture:spruce_fish_mount
[20:21:58] [modloading-worker-6/WARN]: No data fixer registered for entity aquaculture:birch_fish_mount
[20:21:58] [modloading-worker-6/WARN]: No data fixer registered for entity aquaculture:jungle_fish_mount
[20:21:58] [modloading-worker-6/WARN]: No data fixer registered for entity aquaculture:acacia_fish_mount
[20:21:58] [modloading-worker-6/WARN]: No data fixer registered for entity aquaculture:dark_oak_fish_mount
[20:21:58] [modloading-worker-0/INFO]: Scanning classes for industrialforegoing
[20:21:58] [modloading-worker-6/ERROR]: java.io.FileNotFoundException: Source 'C:\Users\mxrvn\Twitch\Minecraft\Instances\My VALHELSIA\config\defaultoptions\servers.dat' does not exist
[20:21:58] [modloading-worker-6/WARN]: Structurize starting up
[20:21:59] [modloading-worker-0/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `milk_bucket`, expected `industrialforegoing`. This could be a intended override, but in most cases indicates a broken mod.
[20:21:59] [modloading-worker-0/ERROR]: Failed to create mod instance. ModID: industrialforegoing, class com.buuz135.industrial.IndustrialForegoing
java.lang.NoClassDefFoundError: com/hrznstudio/titanium/capability/FluidHandlerScreenProviderItemStack
    at com.buuz135.industrial.item.infinity.ItemInfinity.initCapabilities(ItemInfinity.java:295) ~[?:2.3.3]
    at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:956) ~[?:?]
    at net.minecraft.item.ItemStack.<init>(ItemStack.java:109) ~[?:?]
    at net.minecraft.item.ItemStack.<init>(ItemStack.java:98) ~[?:?]
    at net.minecraft.item.ItemStack.<init>(ItemStack.java:95) ~[?:?]
    at com.buuz135.industrial.module.ModuleTool.generateFeatures(ModuleTool.java:48) ~[?:2.3.3]
    at com.buuz135.industrial.IndustrialForegoing.initModules(IndustrialForegoing.java:149) ~[?:2.3.3]
    at com.hrznstudio.titanium.module.ModuleController.onInit(ModuleController.java:60) ~[?:2.4.0]
    at com.hrznstudio.titanium.module.ModuleController.<init>(ModuleController.java:44) ~[?:2.4.0]
    at com.buuz135.industrial.IndustrialForegoing.<init>(IndustrialForegoing.java:87) ~[?:2.3.3]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_51]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_51]
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_51]
    at java.lang.reflect.Constructor.newInstance(Constructor.java:422) ~[?:1.8.0_51]
    at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_51]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:131) [?:31.2]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer$$Lambda$2259/781307753.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$2258/626252992.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$2258/626252992.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$2508/1549433797.accept(Unknown Source) [?:?]
    at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) [?:1.8.0_51]
    at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374) [?:1.8.0_51]
    at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512) [?:1.8.0_51]
    at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291) [?:1.8.0_51]
    at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinPool$WorkQueue.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.hrznstudio.titanium.capability.FluidHandlerScreenProviderItemStack
    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]
    ... 33 more
[20:21:59] [modloading-worker-3/WARN]: No data fixer registered for entity foxhound
[20:21:59] [modloading-worker-3/WARN]: No data fixer registered for entity wrapped
[20:21:59] [CraftPresence/INFO]: Loaded Display Data with ID: 450485984333660181 (Logged in as ISnackPoros)
[20:21:59] [modloading-worker-3/WARN]: No data fixer registered for entity stoneling
[20:22:01] [modloading-worker-3/WARN]: No data fixer registered for entity crab
[20:22:01] [modloading-worker-3/WARN]: No data fixer registered for entity toretoise
[20:22:01] [modloading-worker-3/WARN]: No data fixer registered for entity glass_frame
[20:22:01] [modloading-worker-3/WARN]: No data fixer registered for entity colored_frame
[20:22:01] [modloading-worker-3/WARN]: No data fixer registered for entity chest_passenger
[20:22:01] [modloading-worker-3/WARN]: No data fixer registered for entity pickarang
[20:22:01] [modloading-worker-3/WARN]: No data fixer registered for entity gravisand
[20:22:01] [modloading-worker-3/WARN]: No data fixer registered for entity frog
[20:22:01] [modloading-worker-3/WARN]: No data fixer registered for entity totem
[20:22:02] [modloading-worker-1/INFO]: Loading Bountiful listeners..
[20:22:02] [modloading-worker-4/WARN]: No data fixer registered for entity cfm:seat
[20:22:02] [Render thread/INFO]: Dispatching synchronous work after CONSTRUCT: 4 jobs
[20:22:02] [Render thread/INFO]: Found 1347 unique defined tags
[20:22:02] [Render thread/INFO]: Found 13292 unique defined recipes
[20:22:03] [Render thread/INFO]: Found 8440 unique defined loot tables
[20:22:03] [Render thread/INFO]: Found 4886 unique defined advancements
[20:22:03] [Render thread/INFO]: Module thelm.jaopca.compat.wtbwmachines.WTBWMachinesModule has missing mod dependencies, skipping
[20:22:03] [Render thread/INFO]: Module thelm.jaopca.compat.wtbwmachines.WTBWMachinesDustModule has missing mod dependencies, skipping
[20:22:03] [Render thread/INFO]: Module thelm.jaopca.compat.wtbwmachines.WTBWMachinesCompatModule has missing mod dependencies, skipping
[20:22:03] [Render thread/INFO]: Module thelm.jaopca.compat.uselessmod.UselessModNonIngotModule has missing mod dependencies, skipping
[20:22:03] [Render thread/INFO]: Module thelm.jaopca.compat.uselessmod.UselessModModule has missing mod dependencies, skipping
[20:22:03] [Render thread/INFO]: Module thelm.jaopca.compat.uselessmod.UselessModCompatModule has missing mod dependencies, skipping
[20:22:03] [Render thread/INFO]: Module thelm.jaopca.compat.usefulmachinery.UsefulMachineryModule has missing mod dependencies, skipping
[20:22:03] [Render thread/INFO]: Module thelm.jaopca.compat.omegacraft.OmegaCraftNonIngotModule has missing mod dependencies, skipping
[20:22:03] [Render thread/INFO]: Module thelm.jaopca.compat.omegacraft.OmegaCraftModule has missing mod dependencies, skipping
[20:22:03] [Render thread/INFO]: Module thelm.jaopca.compat.omegacraft.OmegaCraftCompatModule has missing mod dependencies, skipping
[20:22:03] [Render thread/INFO]: Module thelm.jaopca.compat.flux.FluxModule has missing mod dependencies, skipping
[20:22:03] [Render thread/INFO]: Module thelm.jaopca.compat.flux.FluxCompatModule has missing mod dependencies, skipping
[20:22:03] [Render thread/INFO]: Module thelm.jaopca.compat.create.CreateNonIngotModule has missing mod dependencies, skipping
[20:22:03] [Render thread/INFO]: Module thelm.jaopca.compat.create.CreateModule has missing mod dependencies, skipping
[20:22:03] [Render thread/INFO]: Module thelm.jaopca.compat.create.CreateCompatModule has missing mod dependencies, skipping
[20:22:03] [Render thread/INFO]: Added 65 materials
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.biotite`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.biotite`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.brick`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.brick`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.compressed_iron`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.compressed_iron`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.corrupti`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.corrupti`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.dragonstone`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.dragonstone`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.end_crystal_gem`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.end_crystal_gem`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.glowstone`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.glowstone`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.lapis_lazuli`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.lapis_lazuli`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.lithium`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.lithium`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.mana`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.mana`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.mana_diamond`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.mana_diamond`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.mundabitur`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.mundabitur`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.nether_brick`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.nether_brick`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.obsidian`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.obsidian`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.prismarine`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.prismarine`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.redstone_alloy`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.redstone_alloy`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.refined_iron`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.refined_iron`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.salt`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.salt`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.sulfur`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.sulfur`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.wood`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `storage_blocks.wood`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_clumps.aluminum`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_clumps.bismuth`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_clumps.crimson_iron`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_clumps.lead`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_clumps.nickel`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_clumps.platinum`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_clumps.silver`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_clumps.uranium`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_clumps.zinc`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_crystals.aluminum`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_crystals.bismuth`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_crystals.crimson_iron`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_crystals.lead`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_crystals.nickel`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_crystals.platinum`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_crystals.silver`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_crystals.uranium`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_crystals.zinc`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_dirty_dusts.aluminum`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_dirty_dusts.bismuth`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_dirty_dusts.crimson_iron`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_dirty_dusts.lead`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_dirty_dusts.nickel`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_dirty_dusts.platinum`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_dirty_dusts.silver`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_dirty_dusts.uranium`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_dirty_dusts.zinc`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_shards.aluminum`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_shards.bismuth`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_shards.crimson_iron`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_shards.lead`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_shards.nickel`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_shards.platinum`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_shards.silver`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_shards.uranium`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_shards.zinc`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `silents_mechanisms_chunks.osmium`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_clean_slurry.aluminum`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_clean_slurry.bismuth`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_clean_slurry.crimson_iron`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_clean_slurry.lead`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_clean_slurry.nickel`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_clean_slurry.platinum`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_clean_slurry.silver`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_clean_slurry.uranium`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_clean_slurry.zinc`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_dirty_slurry.aluminum`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_dirty_slurry.bismuth`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_dirty_slurry.crimson_iron`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_dirty_slurry.lead`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_dirty_slurry.nickel`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_dirty_slurry.platinum`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_dirty_slurry.silver`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_dirty_slurry.uranium`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/INFO]: Potentially Dangerous alternative prefix `jaopca` for name `mekanism_dirty_slurry.zinc`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[20:22:03] [Render thread/WARN]: Mod 'jaopca' took 1.604 s to run a deferred task.
[20:22:03] [Render thread/INFO]: Synchronous work queue completed in 00:00:01.627
[20:22:03] [Render thread/FATAL]: Failed to complete lifecycle event CONSTRUCT, 1 errors found
[20:22:03] [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$2106/1822323955.run(Unknown Source) [?:?]
    at net.minecraftforge.fml.client.ClientModLoader.begin(ClientModLoader.java:97) [?:?]
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:392) [?:?]
    at net.minecraft.client.main.Main.main(SourceFile:166) [?:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
    at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.15.2-31.2.21.jar:31.2]
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$467/419441460.call(Unknown Source) [forge-1.15.2-31.2.21.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:?]
[20:22:04] [Render thread/INFO]: [com.endlesnights.torchslabsmod.blocks.vanilla.ColorHandler:registerBlockColorHandler:42]: Error while attpeing to load base lillypad blocks:null
[20:22:04] [Render thread/INFO]: [com.endlesnights.torchslabsmod.blocks.vanilla.ColorHandler:registerBlockColorHandler:117]: Error while attpeing to load compatibility with TorchSlab & BuzzueBees. Skipping Block:null
[20:22:04] [Render thread/INFO]: [com.endlesnights.torchslabsmod.blocks.vanilla.ColorHandler:registerBlockColorHandler:172]: Error while attpeing to load compatibility with TorchSlab & Quark. Skipping Block:null
[20:22:04] [Render thread/INFO]: Starting Registering Block Color Handlers
[20:22:04] [Render thread/ERROR]: Exception caught during firing event: null
    Index: 1
    Listeners:
        0: NORMAL
        1: ASM: class sonar.fluxnetworks.register.ClientRegistration registerBlockColorHandlers(Lnet/minecraftforge/client/event/ColorHandlerEvent$Block;)V
java.lang.NullPointerException
    at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97)
    at sonar.fluxnetworks.register.ClientRegistration.registerBlockColorHandlers(ClientRegistration.java:93)
    at net.minecraftforge.eventbus.ASMEventHandler_85_ClientRegistration_registerBlockColorHandlers_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$8744/163399548.accept(Unknown Source)
    at java.util.HashMap.forEach(HashMap.java:1280)
    at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:218)
    at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260)
    at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:207)
    at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76)
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:419)
    at net.minecraft.client.main.Main.main(SourceFile:166)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$467/419441460.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)

[20:22:04] [Render thread/INFO]: [net.minecraft.util.registry.Bootstrap:func_179870_a:103]: ---- Minecraft Crash Report ----
// Hi. I'm Minecraft, and I'm a crashaholic.

Time: 6/19/20 8:22 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 sonar.fluxnetworks.register.ClientRegistration.registerBlockColorHandlers(ClientRegistration.java:93) ~[?:1.15.2-5.0.1-2] {re:classloading}
    at net.minecraftforge.eventbus.ASMEventHandler_85_ClientRegistration_registerBlockColorHandlers_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$8744/163399548.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,xf:fml:codechickenlib:IItemRenderer,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.main(SourceFile:166) [?:?] {re:classloading}
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
    at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.15.2-31.2.21.jar:31.2] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$467/419441460.call(Unknown Source) [forge-1.15.2-31.2.21.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:?] {re:classloading}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.1.0.jar:?] {re:classloading}


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 sonar.fluxnetworks.register.ClientRegistration.registerBlockColorHandlers(ClientRegistration.java:93)
    at net.minecraftforge.eventbus.ASMEventHandler_85_ClientRegistration_registerBlockColorHandlers_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$8744/163399548.accept(Unknown Source)
    at java.util.HashMap.forEach(HashMap.java:1280)
    at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:218)
    at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260)
    at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:207)
    at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76)
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:419)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.main.Main.main(SourceFile:166)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$467/419441460.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: 655651528 bytes (625 MB) / 3426746368 bytes (3268 MB) up to 7635730432 bytes (7282 MB)
    CPUs: 8
    JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx8G -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.21.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.15.2-31.2.21.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-2.1.1-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge-1.15.2-31.2.21.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.15.2-31.2.21.jar runtimedistcleaner PLUGINSERVICE 
        /forge-1.15.2-31.2.21.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.21
    FML Language Providers: 
        javafml@31.2
        minecraft@1
        kotlinfml@1.5.2
    Mod List: 
        NetherPortalFix_1.15.2-6.0.2.jar NetherPortalFix {netherportalfix@6.0.2 CREATE_REGISTRIES}
        aiotbotania-1.15.2-1.2.2.jar AIOT Botania {aiotbotania@1.2.2 CREATE_REGISTRIES}
        refinedpipes-0.4.2.jar Refined Pipes {refinedpipes@0.4.2 CREATE_REGISTRIES}
        mcw-windows-1.0.1-mc1.15.2_1.15.1.jar Macaw's Windows {mcwwindows@1.0.1 CREATE_REGISTRIES}
        SilentMechanisms-1.15.2-0.7.2+52.jar Silent's Mechanisms {silents_mechanisms@0.7.2+52 CREATE_REGISTRIES}
        Neat 1.6-22.jar Neat {neat@1.6-22 CREATE_REGISTRIES}
        essentials-1.15.2-2.7.2.jar Essentials {essentials@1.15.2-2.7.2 CREATE_REGISTRIES}
        TerraForged-1.15.2-0.0.14.jar TerraForged {terraforged@0.0.14 CREATE_REGISTRIES}
        XaerosWorldMap_1.6.4_Forge_1.15.2.jar Xaero's World Map {xaeroworldmap@1.6.4 CREATE_REGISTRIES}
        Controlling-6.1.4.jar Controlling {controlling@6.1.4 CREATE_REGISTRIES}
        ReAuth-1.14-1.15-3.8.1.jar ReAuth {reauth@3.8.1 CREATE_REGISTRIES}
        Placebo-1.15.2-3.0.2.jar Placebo {placebo@3.0.2 CREATE_REGISTRIES}
        globaldatapack-1.15.2-1.3.jar Dark Roleplay - Global Datapacks {globaldatapack@1.15.2-0.1.0 CREATE_REGISTRIES}
        Powah-1.15.2-1.1.14.jar Powah {powah@1.1.14 CREATE_REGISTRIES}
        Bookshelf-1.15.2-5.6.40.jar Bookshelf {bookshelf@5.6.40 CREATE_REGISTRIES}
        Reliquary-1.15.2-1.3.4.995.jar Reliquary {xreliquary@1.15.2-1.3.4.995 CREATE_REGISTRIES}
        u_team_core-1.15.2-2.12.1.158.jar U Team Core {uteamcore@2.12.1.158 CREATE_REGISTRIES}
        DarkUtilities-1.15.2-3.0.5.jar Dark Utilities {darkutils@3.0.5 CREATE_REGISTRIES}
        Apotheosis-1.15.2-3.1.2.jar Apotheosis {apotheosis@3.1.2 CREATE_REGISTRIES}
        ProgressiveBosses-2.1.5-mc1.15.2.jar Progressive Bosses {progressivebosses@2.1.5-mc1.15.2 CREATE_REGISTRIES}
        mcw-doors-1.0.0-mc1.15.2.jar Macaw's Doors {mcwdoors@1.0.0 CREATE_REGISTRIES}
        Morpheus-1.15.2-4.2.50.jar Morpheus {morpheus@version CREATE_REGISTRIES}
        MekanismGenerators-1.15.2-9.10.8.421.jar Mekanism: Generators {mekanismgenerators@9.10.8 CREATE_REGISTRIES}
        JustEnoughResources-1.15.2-0.10.1.77.jar Just Enough Resources {jeresources@0.10.1.77 CREATE_REGISTRIES}
        shetiphiancore-1.15-3.7.2.jar ShetiPhian-Core {shetiphiancore@3.7.2 CREATE_REGISTRIES}
        absentbydesign-1.15.2-1.0.7.jar Absent By Design Mod {absentbydesign@1.15.2-1.0.7 CREATE_REGISTRIES}
        refinedstorage-1.8.5.jar Refined Storage {refinedstorage@1.8.5 CREATE_REGISTRIES}
        corpse-1.15.2-1.0.6.jar Corpse {corpse@1.15.2-1.0.6 CREATE_REGISTRIES}
        mcw-bridges-1.0.4fix-mc1.15.2.jar Macaw's Bridges {mcwbridges@1.0.4 CREATE_REGISTRIES}
        lightestlamp-3.4.2.jar Lightest Lamps {lightestlamp@3.4.2 CREATE_REGISTRIES}
        industrial-foregoing-1.15.2-2.3.3-e356e61.jar Industrial Foregoing {industrialforegoing@2.3.3 ERROR}
        useful_backpacks-1.15.2-1.9.4.63.jar Useful Backpacks {usefulbackpacks@1.9.4.63 CREATE_REGISTRIES}
        torchmaster-2.1.1-rc0.jar Torchmaster {torchmaster@2.1.1-rc0 CREATE_REGISTRIES}
        endertanks-1.15-1.8.1.jar EnderTanks {endertanks@1.8.1 CREATE_REGISTRIES}
        embellishcraft-1.15.2-2.2.0.0.jar EmbellishCraft {embellishcraft@1.15.2-2.2.0.0 CREATE_REGISTRIES}
        AmbientSounds_v3.0.20_mc1.15.2.jar Ambient Sounds {ambientsounds@3.0.3 CREATE_REGISTRIES}
        BiomesOPlenty-1.15.2-10.0.0.363-universal.jar Biomes O' Plenty {biomesoplenty@1.15.2-10.0.0.363 CREATE_REGISTRIES}
        phosphor-forge-mc1.15.2-0.5.2+build.4.jar Phosphor {phosphor@0.5.2+build.4 CREATE_REGISTRIES}
        MekanismAdditions-1.15.2-9.10.8.421.jar Mekanism: Additions {mekanismadditions@9.10.8 CREATE_REGISTRIES}
        Blur-1.1.0-1.jar Blur {blur@1.1.0-1 CREATE_REGISTRIES}
        valkyrielib-1.15.2-3.0.2.1.jar ValkyrieLib {valkyrielib@1.15.2-3.0.2.1 CREATE_REGISTRIES}
        simplechunkloaders-1.15.2-1.0.2.0.jar Simple Chunk Loaders {simplechunkloaders@NONE CREATE_REGISTRIES}
        valhelsia_structures-15.0.3a.jar Valhelsia Structures {valhelsia_structures@15.0.3a CREATE_REGISTRIES}
        Lollipop-1.15.2-1.0.15.jar Lollipop {lollipop@1.0.15 CREATE_REGISTRIES}
        SilentGear-1.15.2-1.6.4+90.jar Silent Gear {silentgear@1.6.4+90 CREATE_REGISTRIES}
        simplefarming-1.15.2-1.2.9.jar Simple Farming {simplefarming@1.15.2-1.2.9 CREATE_REGISTRIES}
        SolarFluxReborn-1.15.2-15.0.0.jar Solar Flux Reborn {solarflux@15.0.0 CREATE_REGISTRIES}
        curios-FORGE-1.15.2-2.0.2.4.jar Curios API {curios@FORGE-1.15.2-2.0.2.4 CREATE_REGISTRIES}
        Botania-r1.15-386.jar Botania {botania@r1.15-386 CREATE_REGISTRIES}
        Patchouli-1.15.2-1.2-34.jar Patchouli {patchouli@1.15.2-1.2-34 CREATE_REGISTRIES}
        extlights-2.0.jar Extended Lights {extlights@2.0 CREATE_REGISTRIES}
        config-2-3.0.jar Cloth Config v2 API {cloth-config2@3.0 CREATE_REGISTRIES}
        libnonymous-1.15.2-1.1.1.5.jar Libnonymous {libnonymous@1.1.1.5 CREATE_REGISTRIES}
        elevatorid-1.15.2-1.7.1.jar Elevator Mod {elevatorid@1.15.2-1.7.1 CREATE_REGISTRIES}
        NaturesAura-28.2.jar Nature's Aura {naturesaura@28.2 CREATE_REGISTRIES}
        MekanismTools-1.15.2-9.10.8.421.jar Mekanism: Tools {mekanismtools@9.10.8 CREATE_REGISTRIES}
        mcw-roofs-1.0.2-mc1.15.2_1.15.1.jar Macaw's Roofs {mcwroofs@1.0.2 CREATE_REGISTRIES}
        furniture-7.0.0-pre16-1.15.1.jar MrCrayfish's Furniture Mod {cfm@7.0.0-pre16 CREATE_REGISTRIES}
        curiouselytra-FORGE-1.15.2-2.0.jar Curious Elytra {curiouselytra@FORGE-1.15.2-2.0 CREATE_REGISTRIES}
        cc-tweaked-1.15.2-1.89.0.jar CC: Tweaked {computercraft@1.89.0 CREATE_REGISTRIES}
        AI-Improvements-1.15.2-0.3.0.jar AI-Improvements {aiimprovements@0.3.0 CREATE_REGISTRIES}
        mcw-furniture-1.0.1-mc1.15.1 1.15.2.jar Macaw's Furnitures {mcwfurnitures@1.0.1 CREATE_REGISTRIES}
        cherishedworlds-FORGE-1.15.2-3.0.jar Cherished Worlds {cherishedworlds@FORGE-1.15.2-3.0 CREATE_REGISTRIES}
        bwncr-1.15.1-3.6.13.jar Bad Wither No Cookie Reloaded {bwncr@1.15.1-3.6.13 CREATE_REGISTRIES}
        FastLeafDecay-v22.jar FastLeafDecay {fastleafdecay@v22 CREATE_REGISTRIES}
        CodeChickenLib-1.15.2-3.3.0.373-universal.jar CodeChicken Lib {codechickenlib@3.3.0.373 CREATE_REGISTRIES}
        CraftPresence-1.15.2-1.6.5.jar CraftPresence {craftpresence@1.6.5 CREATE_REGISTRIES}
        QuarkOddities-1.15.2.jar Quark Oddities {quarkoddities@1.15.2 CREATE_REGISTRIES}
        TrashSlot_1.15.2-11.0.0.jar TrashSlot {trashslot@11.0.0 CREATE_REGISTRIES}
        torchslabmod-1.15.2_v1.6.15.jar Torch Slab Mod {torchslabmod@1.6.15 CREATE_REGISTRIES}
        EquipmentTooltips-1.15.2-1.4.3+14.jar Equipment Tooltips {equipmenttooltips@1.4.3+14 CREATE_REGISTRIES}
        mining-helmet-1.15.2-1.0.8.jar Mining Helmet {mining_helmet@1.0.8 CREATE_REGISTRIES}
        PersistentBits-1.15.2-2.0.2.jar Persistent Bits {persistentbits@2.0.1 CREATE_REGISTRIES}
        jei-1.15.2-6.0.0.4.jar Just Enough Items {jei@6.0.0.4 CREATE_REGISTRIES}
        AttributeFix-1.15.2-7.0.2.jar AttributeFix {attributefix@7.0.2 CREATE_REGISTRIES}
        Abnormals-Core-1.15.2-1.0.6.jar Abnormals Core {abnormals_core@1.0.6 CREATE_REGISTRIES}
        Buzzier-Bees-1.15.2-1.5.1.jar Buzzier Bees {buzzierbees@1.5.1 CREATE_REGISTRIES}
        Mekanism-1.15.2-9.10.8.421.jar Mekanism {mekanism@9.10.8 CREATE_REGISTRIES}
        caelus-FORGE-1.15.2-2.0-beta3.jar Caelus API {caelus@FORGE-1.15.2-2.0-beta3 CREATE_REGISTRIES}
        Upgrade-Aquatic-1.15.2-v1.6.1.jar Upgrade Aquatic {upgrade_aquatic@1.6.1 CREATE_REGISTRIES}
        reap-1.12.4.jar Reap Mod {reap@1.12.4 CREATE_REGISTRIES}
        Waystones_1.15.2-6.0.1.jar Waystones {waystones@6.0.1 CREATE_REGISTRIES}
        Clumps-5.0.2.jar Clumps {clumps@5.0.2 CREATE_REGISTRIES}
        LightOverlay-4.6.1.jar Light Overlay Forge {lightoverlay-forge@4.6.1 CREATE_REGISTRIES}
        journeymap-1.15.2-5.7.0b3.jar Journeymap {journeymap@5.7.0b3 CREATE_REGISTRIES}
        comforts-FORGE-1.15.2-2.0.0.3.jar Comforts {comforts@FORGE-1.15.2-2.0.0.3 CREATE_REGISTRIES}
        NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {naturescompass@1.15.2-1.8.5 CREATE_REGISTRIES}
        FruitTrees-1.15.2-1.4.1.jar Fruit Trees {fruittrees@1.4.1 CREATE_REGISTRIES}
        Kiwi-1.15.2-2.7.1.jar Kiwi {kiwi@2.7.1 CREATE_REGISTRIES}
        SimpleStorageNetwork-1.15.2-0.3.2.jar Simple Storage Network {storagenetwork@1.15.2-0.3.2 CREATE_REGISTRIES}
        SereneSeasons-1.15.2-3.0.0.72-universal.jar Serene Seasons {sereneseasons@1.15.2-3.0.0.72 CREATE_REGISTRIES}
        decorative_blocks-6d.jar Decorative Blocks {decorative_blocks@1.6 CREATE_REGISTRIES}
        BotanyPots-1.15.2-2.0.14.jar BotanyPots {botanypots@2.0.14 CREATE_REGISTRIES}
        curioofundying-FORGE-1.15.2-3.0.jar Curio of Undying {curioofundying@FORGE-1.15.2-3.0 CREATE_REGISTRIES}
        The-Endergetic-Expansion-1.15.2-v1.3.1.jar The Endergetic Expansion {endergetic@1.3.1 CREATE_REGISTRIES}
        mcjtylib-1.15-4.1.1-beta.jar McJtyLib {mcjtylib@1.15-4.1.1-beta CREATE_REGISTRIES}
        rftoolsbase-1.15-1.1.1-beta.jar RFToolsBase {rftoolsbase@1.15-1.1.1-beta CREATE_REGISTRIES}
        xnet-1.15-2.1.5-beta.jar XNet {xnet@1.15-2.1.5-beta CREATE_REGISTRIES}
        rftoolsstorage-1.15-1.1.4-beta.jar RFToolsStorage {rftoolsstorage@1.15-1.1.4-beta CREATE_REGISTRIES}
        rftoolscontrol-1.15-3.0.2-beta.jar RFToolsControl {rftoolscontrol@1.15-3.0.2-beta CREATE_REGISTRIES}
        mapperbase-1.15.2-1.1.0.0.jar Mapper Base {mapperbase@1.15.2-1.1.0.0 CREATE_REGISTRIES}
        trash-1.15.2-0.1.4.jar Trash {trash@1.15.2-0.1.4 CREATE_REGISTRIES}
        ToastControl-1.15.2-3.0.1.jar Toast Control {toastcontrol@3.0.1 CREATE_REGISTRIES}
        EnderStorage-1.15.2-2.5.0.143-universal.jar EnderStorage {enderstorage@2.5.0.143 CREATE_REGISTRIES}
        rftoolspower-1.15-2.1.1-beta.jar RFToolsPower {rftoolspower@1.15-2.1.1-beta CREATE_REGISTRIES}
        extradisks-1.15.2-1.2.2.jar Extra Disks {extradisks@1.15.2-1.2.2 CREATE_REGISTRIES}
        Swamp-Expansion-1.15.2-v1.7.1.jar Swamp Expansion {swampexpansion@NONE CREATE_REGISTRIES}
        forge-1.15.2-31.2.21-universal.jar Forge {forge@31.2.21 CREATE_REGISTRIES}
        Bountiful-1.15.2-3.1.2.jar Bountiful {bountiful@1.15.2-3.1.2 CREATE_REGISTRIES}
        ironchest-1.15.2-10.0.3.jar Iron Chests {ironchest@1.15.2-10.0.1 CREATE_REGISTRIES}
        CraftingTweaks_1.15.1-11.0.0.jar Crafting Tweaks {craftingtweaks@11.0.0 CREATE_REGISTRIES}
        forge-1.15.2-31.2.21-client.jar Minecraft {minecraft@1.15.2 CREATE_REGISTRIES}
        cofh_core-1.15.2-0.4.0b.jar CoFH Core {cofh_core@0.4.0b CREATE_REGISTRIES}
        rftoolsutility-1.15-2.1.3-beta.jar RFToolsUtility {rftoolsutility@1.15-2.1.3-beta CREATE_REGISTRIES}
        EnchantmentDescriptions-1.15.2-2.0.8.jar EnchantmentDescriptions {enchdesc@2.0.8 CREATE_REGISTRIES}
        swingthroughgrass-1.15.2-1.4.0.jar SwingThroughGrass {swingthroughgrass@1.15.2-1.4.0 CREATE_REGISTRIES}
        MouseTweaks-2.13-mc1.15.1.jar Mouse Tweaks {mousetweaks@2.13 CREATE_REGISTRIES}
        ToolBelt-1.15.2-1.14.1.jar Tool Belt {toolbelt@1.14.1 CREATE_REGISTRIES}
        titanium-1.15.2-2.4.0.jar Titanium {titanium@2.4.0 CREATE_REGISTRIES}
        Psi r1.2-82.jar Psi {psi@r1.2-80 CREATE_REGISTRIES}
        SilentLib-1.15.2-4.6.3+55.jar Silent Lib {silentlib@4.6.3+55 CREATE_REGISTRIES}
        forbidden_arcanus-1.15.2-1.3.1.jar Forbidden & Arcanus {forbidden_arcanus@1.15.2-1.3.1 CREATE_REGISTRIES}
        Atmospheric-1.15.2-1.4.0.jar Atmospheric {atmospheric@1.4.0 CREATE_REGISTRIES}
        rftoolsbuilder-1.15-2.1.3-beta.jar RFToolsBuilder {rftoolsbuilder@1.15-2.1.3-beta CREATE_REGISTRIES}
        jeiintegration_1.15.2-3.1.0.1.jar JEI Integration {jeiintegration@3.1.0.1 CREATE_REGISTRIES}
        Xaeros_Minimap_20.14.0_Forge_1.15.2.jar Xaero's Minimap {xaerominimap@20.14.0 CREATE_REGISTRIES}
        JAOPCA-1.15.2-3.2.0.11.jar JAOPCA {jaopca@3.2.0.11 CREATE_REGISTRIES}
        FastWorkbench-1.15.1-3.0.0.jar FastWorkbench {fastbench@3.0.0 CREATE_REGISTRIES}
        autumnity-1.3.2-1.15.2.jar Autumnity {autumnity@1.3.2 CREATE_REGISTRIES}
        AutoRegLib-1.5-40.jar AutoRegLib {autoreglib@1.5-40 CREATE_REGISTRIES}
        Quark-r2.1-245.jar Quark {quark@r2.1-245 CREATE_REGISTRIES}
        StorageDrawers-1.15.2-7.0.2.jar Storage Drawers {storagedrawers@1.15.2-7.0.1 CREATE_REGISTRIES}
        FluxNetworks-1.15.2-5.0.1-2.jar Flux Networks {fluxnetworks@1.15.2-5.0.1-2 CREATE_REGISTRIES}
        performant-1.15-2.11m.jar Performant {performant@2.11m CREATE_REGISTRIES}
        DoubleSlabs-1.15-2.6.1.jar Double Slabs {doubleslabs@2.6.1 CREATE_REGISTRIES}
        themidnight-0.5.9.jar The Midnight {midnight@0.5.9 CREATE_REGISTRIES}
        HardcoreRevival_1.15.2-4.0.1.jar Hardcore Revival {hardcorerevival@4.0.1 CREATE_REGISTRIES}
        structurize-0.10.313-RELEASE.jar Structurize {structurize@0.10.313-RELEASE CREATE_REGISTRIES}
        minecolonies-0.10.771-RELEASE-universal.jar Minecolonies {minecolonies@0.10.771-RELEASE CREATE_REGISTRIES}
        FastFurnace-1.15.1-3.0.0.jar FastFurnace {fastfurnace@3.0.0 CREATE_REGISTRIES}
        AppleSkin-mc1.15.2-forge-1.0.13.jar AppleSkin {appleskin@1.0.13 CREATE_REGISTRIES}
        Aquaculture-1.15.2-2.0.14.jar Aquaculture 2 {aquaculture@1.15.2-2.0.14 CREATE_REGISTRIES}
        refinedstorageaddons-0.6.2.jar Refined Storage Addons {refinedstorageaddons@0.6.2 CREATE_REGISTRIES}
        CosmeticArmorReworked-1.15.2-v3a.jar CosmeticArmorReworked {cosmeticarmorreworked@1.15.2-v3a CREATE_REGISTRIES}
        Morph-o-Tool-1.3-23.jar Morph-o-Tool {morphtool@1.3-23 CREATE_REGISTRIES}
        DefaultOptions_1.15.2-11.0.1.jar Default Options {defaultoptions@11.0.1 CREATE_REGISTRIES}
    Launched Version: forge-31.2.21
    Backend library: LWJGL version 3.2.2 build 10
    Backend API: Intel(R) UHD Graphics 630 GL version 4.6.0 - Build 26.20.100.6911, 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) i5-9300H CPU @ 2.40GHz
[20:22:04] [Render thread/INFO]: [net.minecraft.util.registry.Bootstrap:func_179870_a:103]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\mxrvn\Twitch\Minecraft\Instances\My VALHELSIA\crash-reports\crash-2020-06-19_20.22.04-client.txt
[20:22:04] [CraftPresence-ShutDown-Handler/INFO]: Shutting Down CraftPresence...
 

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



×
×
  • Create New...

Important Information

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