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: 
        [email protected]
        minecraft@1
        [email protected]
    Mod List: 
        NetherPortalFix_1.15.2-6.0.2.jar NetherPortalFix {[email protected] CREATE_REGISTRIES}
        aiotbotania-1.15.2-1.2.2.jar AIOT Botania {[email protected] CREATE_REGISTRIES}
        refinedpipes-0.4.2.jar Refined Pipes {[email protected] ERROR}
        mcw-windows-1.0.1-mc1.15.2_1.15.1.jar Macaw's Windows {[email protected] CREATE_REGISTRIES}
        SilentMechanisms-1.15.2-0.7.2+52.jar Silent's Mechanisms {[email protected]+52 CREATE_REGISTRIES}
        Neat 1.6-22.jar Neat {[email protected] CREATE_REGISTRIES}
        essentials-1.15.2-2.7.2.jar Essentials {[email protected] CREATE_REGISTRIES}
        TerraForged-1.15.2-0.0.14.jar TerraForged {[email protected] CREATE_REGISTRIES}
        XaerosWorldMap_1.6.4_Forge_1.15.2.jar Xaero's World Map {[email protected] CREATE_REGISTRIES}
        Controlling-6.1.4.jar Controlling {[email protected] CREATE_REGISTRIES}
        ReAuth-1.14-1.15-3.8.1.jar ReAuth {[email protected] CREATE_REGISTRIES}
        Placebo-1.15.2-3.0.2.jar Placebo {[email protected] CREATE_REGISTRIES}
        globaldatapack-1.15.2-1.3.jar Dark Roleplay - Global Datapacks {[email protected] CREATE_REGISTRIES}
        Powah-1.15.2-1.1.14.jar Powah {[email protected] CREATE_REGISTRIES}
        Bookshelf-1.15.2-5.6.40.jar Bookshelf {[email protected] CREATE_REGISTRIES}
        Reliquary-1.15.2-1.3.4.995.jar Reliquary {[email protected] CREATE_REGISTRIES}
        u_team_core-1.15.2-2.12.1.158.jar U Team Core {[email protected] CREATE_REGISTRIES}
        DarkUtilities-1.15.2-3.0.5.jar Dark Utilities {[email protected] CREATE_REGISTRIES}
        Apotheosis-1.15.2-3.1.2.jar Apotheosis {[email protected] CREATE_REGISTRIES}
        ProgressiveBosses-2.1.5-mc1.15.2.jar Progressive Bosses {[email protected] CREATE_REGISTRIES}
        mcw-doors-1.0.0-mc1.15.2.jar Macaw's Doors {[email protected] 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 {[email protected] CREATE_REGISTRIES}
        JustEnoughResources-1.15.2-0.10.1.77.jar Just Enough Resources {[email protected] CREATE_REGISTRIES}
        shetiphiancore-1.15-3.7.2.jar ShetiPhian-Core {[email protected] CREATE_REGISTRIES}
        absentbydesign-1.15.2-1.0.7.jar Absent By Design Mod {[email protected] CREATE_REGISTRIES}
        refinedstorage-1.8.5.jar Refined Storage {[email protected] ERROR}
        corpse-1.15.2-1.0.6.jar Corpse {[email protected] CREATE_REGISTRIES}
        mcw-bridges-1.0.4fix-mc1.15.2.jar Macaw's Bridges {[email protected] CREATE_REGISTRIES}
        lightestlamp-3.4.2.jar Lightest Lamps {[email protected] CREATE_REGISTRIES}
        industrial-foregoing-1.15.2-2.3.3-e356e61.jar Industrial Foregoing {[email protected] ERROR}
        useful_backpacks-1.15.2-1.9.4.63.jar Useful Backpacks {[email protected] CREATE_REGISTRIES}
        torchmaster-2.1.1-rc0.jar Torchmaster {[email protected] CREATE_REGISTRIES}
        endertanks-1.15-1.8.1.jar EnderTanks {[email protected] CREATE_REGISTRIES}
        embellishcraft-1.15.2-2.2.0.0.jar EmbellishCraft {[email protected] CREATE_REGISTRIES}
        AmbientSounds_v3.0.20_mc1.15.2.jar Ambient Sounds {[email protected] CREATE_REGISTRIES}
        BiomesOPlenty-1.15.2-10.0.0.363-universal.jar Biomes O' Plenty {[email protected] CREATE_REGISTRIES}
        phosphor-forge-mc1.15.2-0.5.2+build.4.jar Phosphor {[email protected]+build.4 CREATE_REGISTRIES}
        MekanismAdditions-1.15.2-9.10.8.421.jar Mekanism: Additions {[email protected] CREATE_REGISTRIES}
        Blur-1.1.0-1.jar Blur {[email protected] CREATE_REGISTRIES}
        valkyrielib-1.15.2-3.0.2.1.jar ValkyrieLib {[email protected] 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 {[email protected] CREATE_REGISTRIES}
        Lollipop-1.15.2-1.0.15.jar Lollipop {[email protected] CREATE_REGISTRIES}
        SilentGear-1.15.2-1.6.4+90.jar Silent Gear {[email protected]+90 CREATE_REGISTRIES}
        simplefarming-1.15.2-1.2.9.jar Simple Farming {[email protected] CREATE_REGISTRIES}
        SolarFluxReborn-1.15.2-15.0.0.jar Solar Flux Reborn {[email protected] CREATE_REGISTRIES}
        curios-FORGE-1.15.2-2.0.2.4.jar Curios API {[email protected] CREATE_REGISTRIES}
        Botania-r1.15-386.jar Botania {[email protected] ERROR}
        Patchouli-1.15.2-1.2-34.jar Patchouli {[email protected] CREATE_REGISTRIES}
        extlights-2.0.jar Extended Lights {[email protected] CREATE_REGISTRIES}
        config-2-3.0.jar Cloth Config v2 API {[email protected] CREATE_REGISTRIES}
        libnonymous-1.15.2-1.1.1.5.jar Libnonymous {[email protected] CREATE_REGISTRIES}
        elevatorid-1.15.2-1.7.1.jar Elevator Mod {[email protected] CREATE_REGISTRIES}
        NaturesAura-28.2.jar Nature's Aura {[email protected] CREATE_REGISTRIES}
        MekanismTools-1.15.2-9.10.8.421.jar Mekanism: Tools {[email protected] CREATE_REGISTRIES}
        mcw-roofs-1.0.2-mc1.15.2_1.15.1.jar Macaw's Roofs {[email protected] CREATE_REGISTRIES}
        furniture-7.0.0-pre16-1.15.1.jar MrCrayfish's Furniture Mod {[email protected] CREATE_REGISTRIES}
        curiouselytra-FORGE-1.15.2-2.0.jar Curious Elytra {[email protected] CREATE_REGISTRIES}
        cc-tweaked-1.15.2-1.89.0.jar CC: Tweaked {[email protected] CREATE_REGISTRIES}
        AI-Improvements-1.15.2-0.3.0.jar AI-Improvements {[email protected] CREATE_REGISTRIES}
        mcw-furniture-1.0.1-mc1.15.1 1.15.2.jar Macaw's Furnitures {[email protected] CREATE_REGISTRIES}
        cherishedworlds-FORGE-1.15.2-3.0.jar Cherished Worlds {[email protected] CREATE_REGISTRIES}
        bwncr-1.15.1-3.6.13.jar Bad Wither No Cookie Reloaded {[email protected] CREATE_REGISTRIES}
        FastLeafDecay-v22.jar FastLeafDecay {fastleafdecay@v22 CREATE_REGISTRIES}
        CodeChickenLib-1.15.2-3.3.0.373-universal.jar CodeChicken Lib {[email protected] CREATE_REGISTRIES}
        CraftPresence-1.15.2-1.6.5.jar CraftPresence {[email protected] CREATE_REGISTRIES}
        QuarkOddities-1.15.2.jar Quark Oddities {[email protected] CREATE_REGISTRIES}
        TrashSlot_1.15.2-11.0.0.jar TrashSlot {[email protected] CREATE_REGISTRIES}
        torchslabmod-1.15.2_v1.6.15.jar Torch Slab Mod {[email protected] CREATE_REGISTRIES}
        EquipmentTooltips-1.15.2-1.4.3+14.jar Equipment Tooltips {[email protected]+14 CREATE_REGISTRIES}
        mining-helmet-1.15.2-1.0.8.jar Mining Helmet {[email protected] CREATE_REGISTRIES}
        PersistentBits-1.15.2-2.0.2.jar Persistent Bits {[email protected] CREATE_REGISTRIES}
        jei-1.15.2-6.0.0.4.jar Just Enough Items {[email protected] CREATE_REGISTRIES}
        OptiForge-MC1.15.2-0.1.24.jar OptiForge {[email protected] CREATE_REGISTRIES}
        AttributeFix-1.15.2-7.0.2.jar AttributeFix {[email protected] CREATE_REGISTRIES}
        Abnormals-Core-1.15.2-1.0.6.jar Abnormals Core {[email protected] CREATE_REGISTRIES}
        Buzzier-Bees-1.15.2-1.5.1.jar Buzzier Bees {[email protected] CREATE_REGISTRIES}
        Mekanism-1.15.2-9.10.8.421.jar Mekanism {[email protected] CREATE_REGISTRIES}
        caelus-FORGE-1.15.2-2.0-beta3.jar Caelus API {[email protected] CREATE_REGISTRIES}
        Upgrade-Aquatic-1.15.2-v1.6.1.jar Upgrade Aquatic {[email protected] CREATE_REGISTRIES}
        reap-1.12.4.jar Reap Mod {[email protected] CREATE_REGISTRIES}
        Waystones_1.15.2-6.0.1.jar Waystones {[email protected] CREATE_REGISTRIES}
        Clumps-5.0.2.jar Clumps {[email protected] CREATE_REGISTRIES}
        LightOverlay-4.6.1.jar Light Overlay Forge {[email protected] CREATE_REGISTRIES}
        journeymap-1.15.2-5.7.0b3.jar Journeymap {[email protected] CREATE_REGISTRIES}
        comforts-FORGE-1.15.2-2.0.0.3.jar Comforts {[email protected] CREATE_REGISTRIES}
        NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {[email protected] CREATE_REGISTRIES}
        FruitTrees-1.15.2-1.4.1.jar Fruit Trees {[email protected] CREATE_REGISTRIES}
        Kiwi-1.15.2-2.7.1.jar Kiwi {[email protected] CREATE_REGISTRIES}
        SimpleStorageNetwork-1.15.2-0.3.2.jar Simple Storage Network {[email protected] CREATE_REGISTRIES}
        SereneSeasons-1.15.2-3.0.0.72-universal.jar Serene Seasons {[email protected] CREATE_REGISTRIES}
        decorative_blocks-6d.jar Decorative Blocks {[email protected] CREATE_REGISTRIES}
        BotanyPots-1.15.2-2.0.14.jar BotanyPots {[email protected] CREATE_REGISTRIES}
        curioofundying-FORGE-1.15.2-3.0.jar Curio of Undying {[email protected] CREATE_REGISTRIES}
        The-Endergetic-Expansion-1.15.2-v1.3.1.jar The Endergetic Expansion {[email protected] CREATE_REGISTRIES}
        mcjtylib-1.15-4.1.1-beta.jar McJtyLib {[email protected] CREATE_REGISTRIES}
        rftoolsbase-1.15-1.1.1-beta.jar RFToolsBase {[email protected] CREATE_REGISTRIES}
        xnet-1.15-2.1.5-beta.jar XNet {[email protected] CREATE_REGISTRIES}
        rftoolsstorage-1.15-1.1.4-beta.jar RFToolsStorage {[email protected] CREATE_REGISTRIES}
        rftoolscontrol-1.15-3.0.2-beta.jar RFToolsControl {[email protected] CREATE_REGISTRIES}
        mapperbase-1.15.2-1.1.0.0.jar Mapper Base {[email protected] CREATE_REGISTRIES}
        trash-1.15.2-0.1.4.jar Trash {[email protected] CREATE_REGISTRIES}
        ToastControl-1.15.2-3.0.1.jar Toast Control {[email protected] CREATE_REGISTRIES}
        EnderStorage-1.15.2-2.5.0.143-universal.jar EnderStorage {[email protected] CREATE_REGISTRIES}
        rftoolspower-1.15-2.1.1-beta.jar RFToolsPower {[email protected] CREATE_REGISTRIES}
        extradisks-1.15.2-1.2.2.jar Extra Disks {[email protected] 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 {[email protected] CREATE_REGISTRIES}
        Bountiful-1.15.2-3.1.2.jar Bountiful {[email protected] CREATE_REGISTRIES}
        ironchest-1.15.2-10.0.3.jar Iron Chests {[email protected] CREATE_REGISTRIES}
        CraftingTweaks_1.15.1-11.0.0.jar Crafting Tweaks {[email protected] CREATE_REGISTRIES}
        forge-1.15.2-31.2.21-client.jar Minecraft {[email protected] CREATE_REGISTRIES}
        cofh_core-1.15.2-0.4.0b.jar CoFH Core {[email protected] CREATE_REGISTRIES}
        rftoolsutility-1.15-2.1.3-beta.jar RFToolsUtility {[email protected] CREATE_REGISTRIES}
        EnchantmentDescriptions-1.15.2-2.0.8.jar EnchantmentDescriptions {[email protected] CREATE_REGISTRIES}
        swingthroughgrass-1.15.2-1.4.0.jar SwingThroughGrass {[email protected] CREATE_REGISTRIES}
        MouseTweaks-2.13-mc1.15.1.jar Mouse Tweaks {[email protected] CREATE_REGISTRIES}
        ToolBelt-1.15.2-1.14.1.jar Tool Belt {[email protected] CREATE_REGISTRIES}
        titanium-1.15.2-2.4.0.jar Titanium {[email protected] CREATE_REGISTRIES}
        Psi r1.2-82.jar Psi {[email protected] CREATE_REGISTRIES}
        SilentLib-1.15.2-4.6.3+55.jar Silent Lib {[email protected]+55 CREATE_REGISTRIES}
        forbidden_arcanus-1.15.2-1.3.1.jar Forbidden & Arcanus {[email protected] CREATE_REGISTRIES}
        Atmospheric-1.15.2-1.4.0.jar Atmospheric {[email protected] CREATE_REGISTRIES}
        rftoolsbuilder-1.15-2.1.3-beta.jar RFToolsBuilder {[email protected] CREATE_REGISTRIES}
        jeiintegration_1.15.2-3.1.0.1.jar JEI Integration {[email protected] CREATE_REGISTRIES}
        Xaeros_Minimap_20.14.0_Forge_1.15.2.jar Xaero's Minimap {[email protected] CREATE_REGISTRIES}
        JAOPCA-1.15.2-3.2.0.11.jar JAOPCA {[email protected] CREATE_REGISTRIES}
        FastWorkbench-1.15.1-3.0.0.jar FastWorkbench {[email protected] CREATE_REGISTRIES}
        autumnity-1.3.2-1.15.2.jar Autumnity {[email protected] CREATE_REGISTRIES}
        AutoRegLib-1.5-40.jar AutoRegLib {[email protected] CREATE_REGISTRIES}
        Quark-r2.1-245.jar Quark {[email protected] CREATE_REGISTRIES}
        StorageDrawers-1.15.2-7.0.2.jar Storage Drawers {[email protected] CREATE_REGISTRIES}
        FluxNetworks-1.15.2-5.0.1-2.jar Flux Networks {[email protected] CREATE_REGISTRIES}
        performant-1.15-2.11m.jar Performant {[email protected] CREATE_REGISTRIES}
        DoubleSlabs-1.15-2.6.1.jar Double Slabs {[email protected] CREATE_REGISTRIES}
        themidnight-0.5.9.jar The Midnight {[email protected] CREATE_REGISTRIES}
        HardcoreRevival_1.15.2-4.0.1.jar Hardcore Revival {[email protected] CREATE_REGISTRIES}
        structurize-0.10.313-RELEASE.jar Structurize {[email protected] CREATE_REGISTRIES}
        minecolonies-0.10.771-RELEASE-universal.jar Minecolonies {[email protected] CREATE_REGISTRIES}
        FastFurnace-1.15.1-3.0.0.jar FastFurnace {[email protected] CREATE_REGISTRIES}
        AppleSkin-mc1.15.2-forge-1.0.13.jar AppleSkin {[email protected] CREATE_REGISTRIES}
        Aquaculture-1.15.2-2.0.14.jar Aquaculture 2 {[email protected] CREATE_REGISTRIES}
        refinedstorageaddons-0.6.2.jar Refined Storage Addons {[email protected] CREATE_REGISTRIES}
        CosmeticArmorReworked-1.15.2-v3a.jar CosmeticArmorReworked {[email protected] CREATE_REGISTRIES}
        Morph-o-Tool-1.3-23.jar Morph-o-Tool {[email protected] CREATE_REGISTRIES}
        DefaultOptions_1.15.2-11.0.1.jar Default Options {[email protected] 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: 
        [email protected]
        minecraft@1
        [email protected]
    Mod List: 
        NetherPortalFix_1.15.2-6.0.2.jar NetherPortalFix {[email protected] CREATE_REGISTRIES}
        aiotbotania-1.15.2-1.2.2.jar AIOT Botania {[email protected] CREATE_REGISTRIES}
        refinedpipes-0.4.2.jar Refined Pipes {[email protected] CREATE_REGISTRIES}
        mcw-windows-1.0.1-mc1.15.2_1.15.1.jar Macaw's Windows {[email protected] CREATE_REGISTRIES}
        SilentMechanisms-1.15.2-0.7.2+52.jar Silent's Mechanisms {[email protected]+52 CREATE_REGISTRIES}
        Neat 1.6-22.jar Neat {[email protected] CREATE_REGISTRIES}
        essentials-1.15.2-2.7.2.jar Essentials {[email protected] CREATE_REGISTRIES}
        TerraForged-1.15.2-0.0.14.jar TerraForged {[email protected] CREATE_REGISTRIES}
        XaerosWorldMap_1.6.4_Forge_1.15.2.jar Xaero's World Map {[email protected] CREATE_REGISTRIES}
        Controlling-6.1.4.jar Controlling {[email protected] CREATE_REGISTRIES}
        ReAuth-1.14-1.15-3.8.1.jar ReAuth {[email protected] CREATE_REGISTRIES}
        Placebo-1.15.2-3.0.2.jar Placebo {[email protected] CREATE_REGISTRIES}
        globaldatapack-1.15.2-1.3.jar Dark Roleplay - Global Datapacks {[email protected] CREATE_REGISTRIES}
        Powah-1.15.2-1.1.14.jar Powah {[email protected] CREATE_REGISTRIES}
        Bookshelf-1.15.2-5.6.40.jar Bookshelf {[email protected] CREATE_REGISTRIES}
        Reliquary-1.15.2-1.3.4.995.jar Reliquary {[email protected] CREATE_REGISTRIES}
        u_team_core-1.15.2-2.12.1.158.jar U Team Core {[email protected] CREATE_REGISTRIES}
        DarkUtilities-1.15.2-3.0.5.jar Dark Utilities {[email protected] CREATE_REGISTRIES}
        Apotheosis-1.15.2-3.1.2.jar Apotheosis {[email protected] CREATE_REGISTRIES}
        ProgressiveBosses-2.1.5-mc1.15.2.jar Progressive Bosses {[email protected] CREATE_REGISTRIES}
        mcw-doors-1.0.0-mc1.15.2.jar Macaw's Doors {[email protected] 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 {[email protected] CREATE_REGISTRIES}
        JustEnoughResources-1.15.2-0.10.1.77.jar Just Enough Resources {[email protected] CREATE_REGISTRIES}
        shetiphiancore-1.15-3.7.2.jar ShetiPhian-Core {[email protected] CREATE_REGISTRIES}
        absentbydesign-1.15.2-1.0.7.jar Absent By Design Mod {[email protected] CREATE_REGISTRIES}
        refinedstorage-1.8.5.jar Refined Storage {[email protected] CREATE_REGISTRIES}
        corpse-1.15.2-1.0.6.jar Corpse {[email protected] CREATE_REGISTRIES}
        mcw-bridges-1.0.4fix-mc1.15.2.jar Macaw's Bridges {[email protected] CREATE_REGISTRIES}
        lightestlamp-3.4.2.jar Lightest Lamps {[email protected] CREATE_REGISTRIES}
        industrial-foregoing-1.15.2-2.3.3-e356e61.jar Industrial Foregoing {[email protected] ERROR}
        useful_backpacks-1.15.2-1.9.4.63.jar Useful Backpacks {[email protected] CREATE_REGISTRIES}
        torchmaster-2.1.1-rc0.jar Torchmaster {[email protected] CREATE_REGISTRIES}
        endertanks-1.15-1.8.1.jar EnderTanks {[email protected] CREATE_REGISTRIES}
        embellishcraft-1.15.2-2.2.0.0.jar EmbellishCraft {[email protected] CREATE_REGISTRIES}
        AmbientSounds_v3.0.20_mc1.15.2.jar Ambient Sounds {[email protected] CREATE_REGISTRIES}
        BiomesOPlenty-1.15.2-10.0.0.363-universal.jar Biomes O' Plenty {[email protected] CREATE_REGISTRIES}
        phosphor-forge-mc1.15.2-0.5.2+build.4.jar Phosphor {[email protected]+build.4 CREATE_REGISTRIES}
        MekanismAdditions-1.15.2-9.10.8.421.jar Mekanism: Additions {[email protected] CREATE_REGISTRIES}
        Blur-1.1.0-1.jar Blur {[email protected] CREATE_REGISTRIES}
        valkyrielib-1.15.2-3.0.2.1.jar ValkyrieLib {[email protected] 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 {[email protected] CREATE_REGISTRIES}
        Lollipop-1.15.2-1.0.15.jar Lollipop {[email protected] CREATE_REGISTRIES}
        SilentGear-1.15.2-1.6.4+90.jar Silent Gear {[email protected]+90 CREATE_REGISTRIES}
        simplefarming-1.15.2-1.2.9.jar Simple Farming {[email protected] CREATE_REGISTRIES}
        SolarFluxReborn-1.15.2-15.0.0.jar Solar Flux Reborn {[email protected] CREATE_REGISTRIES}
        curios-FORGE-1.15.2-2.0.2.4.jar Curios API {[email protected] CREATE_REGISTRIES}
        Botania-r1.15-386.jar Botania {[email protected] CREATE_REGISTRIES}
        Patchouli-1.15.2-1.2-34.jar Patchouli {[email protected] CREATE_REGISTRIES}
        extlights-2.0.jar Extended Lights {[email protected] CREATE_REGISTRIES}
        config-2-3.0.jar Cloth Config v2 API {[email protected] CREATE_REGISTRIES}
        libnonymous-1.15.2-1.1.1.5.jar Libnonymous {[email protected] CREATE_REGISTRIES}
        elevatorid-1.15.2-1.7.1.jar Elevator Mod {[email protected] CREATE_REGISTRIES}
        NaturesAura-28.2.jar Nature's Aura {[email protected] CREATE_REGISTRIES}
        MekanismTools-1.15.2-9.10.8.421.jar Mekanism: Tools {[email protected] CREATE_REGISTRIES}
        mcw-roofs-1.0.2-mc1.15.2_1.15.1.jar Macaw's Roofs {[email protected] CREATE_REGISTRIES}
        furniture-7.0.0-pre16-1.15.1.jar MrCrayfish's Furniture Mod {[email protected] CREATE_REGISTRIES}
        curiouselytra-FORGE-1.15.2-2.0.jar Curious Elytra {[email protected] CREATE_REGISTRIES}
        cc-tweaked-1.15.2-1.89.0.jar CC: Tweaked {[email protected] CREATE_REGISTRIES}
        AI-Improvements-1.15.2-0.3.0.jar AI-Improvements {[email protected] CREATE_REGISTRIES}
        mcw-furniture-1.0.1-mc1.15.1 1.15.2.jar Macaw's Furnitures {[email protected] CREATE_REGISTRIES}
        cherishedworlds-FORGE-1.15.2-3.0.jar Cherished Worlds {[email protected] CREATE_REGISTRIES}
        bwncr-1.15.1-3.6.13.jar Bad Wither No Cookie Reloaded {[email protected] CREATE_REGISTRIES}
        FastLeafDecay-v22.jar FastLeafDecay {fastleafdecay@v22 CREATE_REGISTRIES}
        CodeChickenLib-1.15.2-3.3.0.373-universal.jar CodeChicken Lib {[email protected] CREATE_REGISTRIES}
        CraftPresence-1.15.2-1.6.5.jar CraftPresence {[email protected] CREATE_REGISTRIES}
        QuarkOddities-1.15.2.jar Quark Oddities {[email protected] CREATE_REGISTRIES}
        TrashSlot_1.15.2-11.0.0.jar TrashSlot {[email protected] CREATE_REGISTRIES}
        torchslabmod-1.15.2_v1.6.15.jar Torch Slab Mod {[email protected] CREATE_REGISTRIES}
        EquipmentTooltips-1.15.2-1.4.3+14.jar Equipment Tooltips {[email protected]+14 CREATE_REGISTRIES}
        mining-helmet-1.15.2-1.0.8.jar Mining Helmet {[email protected] CREATE_REGISTRIES}
        PersistentBits-1.15.2-2.0.2.jar Persistent Bits {[email protected] CREATE_REGISTRIES}
        jei-1.15.2-6.0.0.4.jar Just Enough Items {[email protected] CREATE_REGISTRIES}
        AttributeFix-1.15.2-7.0.2.jar AttributeFix {[email protected] CREATE_REGISTRIES}
        Abnormals-Core-1.15.2-1.0.6.jar Abnormals Core {[email protected] CREATE_REGISTRIES}
        Buzzier-Bees-1.15.2-1.5.1.jar Buzzier Bees {[email protected] CREATE_REGISTRIES}
        Mekanism-1.15.2-9.10.8.421.jar Mekanism {[email protected] CREATE_REGISTRIES}
        caelus-FORGE-1.15.2-2.0-beta3.jar Caelus API {[email protected] CREATE_REGISTRIES}
        Upgrade-Aquatic-1.15.2-v1.6.1.jar Upgrade Aquatic {[email protected] CREATE_REGISTRIES}
        reap-1.12.4.jar Reap Mod {[email protected] CREATE_REGISTRIES}
        Waystones_1.15.2-6.0.1.jar Waystones {[email protected] CREATE_REGISTRIES}
        Clumps-5.0.2.jar Clumps {[email protected] CREATE_REGISTRIES}
        LightOverlay-4.6.1.jar Light Overlay Forge {[email protected] CREATE_REGISTRIES}
        journeymap-1.15.2-5.7.0b3.jar Journeymap {[email protected] CREATE_REGISTRIES}
        comforts-FORGE-1.15.2-2.0.0.3.jar Comforts {[email protected] CREATE_REGISTRIES}
        NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {[email protected] CREATE_REGISTRIES}
        FruitTrees-1.15.2-1.4.1.jar Fruit Trees {[email protected] CREATE_REGISTRIES}
        Kiwi-1.15.2-2.7.1.jar Kiwi {[email protected] CREATE_REGISTRIES}
        SimpleStorageNetwork-1.15.2-0.3.2.jar Simple Storage Network {[email protected] CREATE_REGISTRIES}
        SereneSeasons-1.15.2-3.0.0.72-universal.jar Serene Seasons {[email protected] CREATE_REGISTRIES}
        decorative_blocks-6d.jar Decorative Blocks {[email protected] CREATE_REGISTRIES}
        BotanyPots-1.15.2-2.0.14.jar BotanyPots {[email protected] CREATE_REGISTRIES}
        curioofundying-FORGE-1.15.2-3.0.jar Curio of Undying {[email protected] CREATE_REGISTRIES}
        The-Endergetic-Expansion-1.15.2-v1.3.1.jar The Endergetic Expansion {[email protected] CREATE_REGISTRIES}
        mcjtylib-1.15-4.1.1-beta.jar McJtyLib {[email protected] CREATE_REGISTRIES}
        rftoolsbase-1.15-1.1.1-beta.jar RFToolsBase {[email protected] CREATE_REGISTRIES}
        xnet-1.15-2.1.5-beta.jar XNet {[email protected] CREATE_REGISTRIES}
        rftoolsstorage-1.15-1.1.4-beta.jar RFToolsStorage {[email protected] CREATE_REGISTRIES}
        rftoolscontrol-1.15-3.0.2-beta.jar RFToolsControl {[email protected] CREATE_REGISTRIES}
        mapperbase-1.15.2-1.1.0.0.jar Mapper Base {[email protected] CREATE_REGISTRIES}
        trash-1.15.2-0.1.4.jar Trash {[email protected] CREATE_REGISTRIES}
        ToastControl-1.15.2-3.0.1.jar Toast Control {[email protected] CREATE_REGISTRIES}
        EnderStorage-1.15.2-2.5.0.143-universal.jar EnderStorage {[email protected] CREATE_REGISTRIES}
        rftoolspower-1.15-2.1.1-beta.jar RFToolsPower {[email protected] CREATE_REGISTRIES}
        extradisks-1.15.2-1.2.2.jar Extra Disks {[email protected] 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 {[email protected] CREATE_REGISTRIES}
        Bountiful-1.15.2-3.1.2.jar Bountiful {[email protected] CREATE_REGISTRIES}
        ironchest-1.15.2-10.0.3.jar Iron Chests {[email protected] CREATE_REGISTRIES}
        CraftingTweaks_1.15.1-11.0.0.jar Crafting Tweaks {[email protected] CREATE_REGISTRIES}
        forge-1.15.2-31.2.21-client.jar Minecraft {[email protected] CREATE_REGISTRIES}
        cofh_core-1.15.2-0.4.0b.jar CoFH Core {[email protected] CREATE_REGISTRIES}
        rftoolsutility-1.15-2.1.3-beta.jar RFToolsUtility {[email protected] CREATE_REGISTRIES}
        EnchantmentDescriptions-1.15.2-2.0.8.jar EnchantmentDescriptions {[email protected] CREATE_REGISTRIES}
        swingthroughgrass-1.15.2-1.4.0.jar SwingThroughGrass {[email protected] CREATE_REGISTRIES}
        MouseTweaks-2.13-mc1.15.1.jar Mouse Tweaks {[email protected] CREATE_REGISTRIES}
        ToolBelt-1.15.2-1.14.1.jar Tool Belt {[email protected] CREATE_REGISTRIES}
        titanium-1.15.2-2.4.0.jar Titanium {[email protected] CREATE_REGISTRIES}
        Psi r1.2-82.jar Psi {[email protected] CREATE_REGISTRIES}
        SilentLib-1.15.2-4.6.3+55.jar Silent Lib {[email protected]+55 CREATE_REGISTRIES}
        forbidden_arcanus-1.15.2-1.3.1.jar Forbidden & Arcanus {[email protected] CREATE_REGISTRIES}
        Atmospheric-1.15.2-1.4.0.jar Atmospheric {[email protected] CREATE_REGISTRIES}
        rftoolsbuilder-1.15-2.1.3-beta.jar RFToolsBuilder {[email protected] CREATE_REGISTRIES}
        jeiintegration_1.15.2-3.1.0.1.jar JEI Integration {[email protected] CREATE_REGISTRIES}
        Xaeros_Minimap_20.14.0_Forge_1.15.2.jar Xaero's Minimap {[email protected] CREATE_REGISTRIES}
        JAOPCA-1.15.2-3.2.0.11.jar JAOPCA {[email protected] CREATE_REGISTRIES}
        FastWorkbench-1.15.1-3.0.0.jar FastWorkbench {[email protected] CREATE_REGISTRIES}
        autumnity-1.3.2-1.15.2.jar Autumnity {[email protected] CREATE_REGISTRIES}
        AutoRegLib-1.5-40.jar AutoRegLib {[email protected] CREATE_REGISTRIES}
        Quark-r2.1-245.jar Quark {[email protected] CREATE_REGISTRIES}
        StorageDrawers-1.15.2-7.0.2.jar Storage Drawers {[email protected] CREATE_REGISTRIES}
        FluxNetworks-1.15.2-5.0.1-2.jar Flux Networks {[email protected] CREATE_REGISTRIES}
        performant-1.15-2.11m.jar Performant {[email protected] CREATE_REGISTRIES}
        DoubleSlabs-1.15-2.6.1.jar Double Slabs {[email protected] CREATE_REGISTRIES}
        themidnight-0.5.9.jar The Midnight {[email protected] CREATE_REGISTRIES}
        HardcoreRevival_1.15.2-4.0.1.jar Hardcore Revival {[email protected] CREATE_REGISTRIES}
        structurize-0.10.313-RELEASE.jar Structurize {[email protected] CREATE_REGISTRIES}
        minecolonies-0.10.771-RELEASE-universal.jar Minecolonies {[email protected] CREATE_REGISTRIES}
        FastFurnace-1.15.1-3.0.0.jar FastFurnace {[email protected] CREATE_REGISTRIES}
        AppleSkin-mc1.15.2-forge-1.0.13.jar AppleSkin {[email protected] CREATE_REGISTRIES}
        Aquaculture-1.15.2-2.0.14.jar Aquaculture 2 {[email protected] CREATE_REGISTRIES}
        refinedstorageaddons-0.6.2.jar Refined Storage Addons {[email protected] CREATE_REGISTRIES}
        CosmeticArmorReworked-1.15.2-v3a.jar CosmeticArmorReworked {[email protected] CREATE_REGISTRIES}
        Morph-o-Tool-1.3-23.jar Morph-o-Tool {[email protected] CREATE_REGISTRIES}
        DefaultOptions_1.15.2-11.0.1.jar Default Options {[email protected] 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.

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

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

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

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

https://hastebin.com/: 400KB

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

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

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

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

Note for Windows users:

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

 

Where to get it:

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

 

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

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

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

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

 

Server Not Starting:

Spoiler

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

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

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

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

 

Posting your mod as a GitHub Repo:

Spoiler

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

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

 

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

[Workaround line, please ignore]

 

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: 
        [email protected]
        minecraft@1
        [email protected]
    Mod List: 
        NetherPortalFix_1.15.2-6.0.2.jar NetherPortalFix {[email protected] CREATE_REGISTRIES}
        aiotbotania-1.15.2-1.2.2.jar AIOT Botania {[email protected] CREATE_REGISTRIES}
        refinedpipes-0.4.2.jar Refined Pipes {[email protected] CREATE_REGISTRIES}
        mcw-windows-1.0.1-mc1.15.2_1.15.1.jar Macaw's Windows {[email protected] CREATE_REGISTRIES}
        SilentMechanisms-1.15.2-0.7.2+52.jar Silent's Mechanisms {[email protected]+52 CREATE_REGISTRIES}
        Neat 1.6-22.jar Neat {[email protected] CREATE_REGISTRIES}
        essentials-1.15.2-2.7.2.jar Essentials {[email protected] CREATE_REGISTRIES}
        TerraForged-1.15.2-0.0.14.jar TerraForged {[email protected] CREATE_REGISTRIES}
        XaerosWorldMap_1.6.4_Forge_1.15.2.jar Xaero's World Map {[email protected] CREATE_REGISTRIES}
        Controlling-6.1.4.jar Controlling {[email protected] CREATE_REGISTRIES}
        ReAuth-1.14-1.15-3.8.1.jar ReAuth {[email protected] CREATE_REGISTRIES}
        Placebo-1.15.2-3.0.2.jar Placebo {[email protected] CREATE_REGISTRIES}
        globaldatapack-1.15.2-1.3.jar Dark Roleplay - Global Datapacks {[email protected] CREATE_REGISTRIES}
        Powah-1.15.2-1.1.14.jar Powah {[email protected] CREATE_REGISTRIES}
        Bookshelf-1.15.2-5.6.40.jar Bookshelf {[email protected] CREATE_REGISTRIES}
        Reliquary-1.15.2-1.3.4.995.jar Reliquary {[email protected] CREATE_REGISTRIES}
        u_team_core-1.15.2-2.12.1.158.jar U Team Core {[email protected] CREATE_REGISTRIES}
        DarkUtilities-1.15.2-3.0.5.jar Dark Utilities {[email protected] CREATE_REGISTRIES}
        Apotheosis-1.15.2-3.1.2.jar Apotheosis {[email protected] CREATE_REGISTRIES}
        ProgressiveBosses-2.1.5-mc1.15.2.jar Progressive Bosses {[email protected] CREATE_REGISTRIES}
        mcw-doors-1.0.0-mc1.15.2.jar Macaw's Doors {[email protected] 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 {[email protected] CREATE_REGISTRIES}
        JustEnoughResources-1.15.2-0.10.1.77.jar Just Enough Resources {[email protected] CREATE_REGISTRIES}
        shetiphiancore-1.15-3.7.2.jar ShetiPhian-Core {[email protected] CREATE_REGISTRIES}
        absentbydesign-1.15.2-1.0.7.jar Absent By Design Mod {[email protected] CREATE_REGISTRIES}
        refinedstorage-1.8.5.jar Refined Storage {[email protected] CREATE_REGISTRIES}
        corpse-1.15.2-1.0.6.jar Corpse {[email protected] CREATE_REGISTRIES}
        mcw-bridges-1.0.4fix-mc1.15.2.jar Macaw's Bridges {[email protected] CREATE_REGISTRIES}
        lightestlamp-3.4.2.jar Lightest Lamps {[email protected] CREATE_REGISTRIES}
        industrial-foregoing-1.15.2-2.3.3-e356e61.jar Industrial Foregoing {[email protected] ERROR}
        useful_backpacks-1.15.2-1.9.4.63.jar Useful Backpacks {[email protected] CREATE_REGISTRIES}
        torchmaster-2.1.1-rc0.jar Torchmaster {[email protected] CREATE_REGISTRIES}
        endertanks-1.15-1.8.1.jar EnderTanks {[email protected] CREATE_REGISTRIES}
        embellishcraft-1.15.2-2.2.0.0.jar EmbellishCraft {[email protected] CREATE_REGISTRIES}
        AmbientSounds_v3.0.20_mc1.15.2.jar Ambient Sounds {[email protected] CREATE_REGISTRIES}
        BiomesOPlenty-1.15.2-10.0.0.363-universal.jar Biomes O' Plenty {[email protected] CREATE_REGISTRIES}
        phosphor-forge-mc1.15.2-0.5.2+build.4.jar Phosphor {[email protected]+build.4 CREATE_REGISTRIES}
        MekanismAdditions-1.15.2-9.10.8.421.jar Mekanism: Additions {[email protected] CREATE_REGISTRIES}
        Blur-1.1.0-1.jar Blur {[email protected] CREATE_REGISTRIES}
        valkyrielib-1.15.2-3.0.2.1.jar ValkyrieLib {[email protected] 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 {[email protected] CREATE_REGISTRIES}
        Lollipop-1.15.2-1.0.15.jar Lollipop {[email protected] CREATE_REGISTRIES}
        SilentGear-1.15.2-1.6.4+90.jar Silent Gear {[email protected]+90 CREATE_REGISTRIES}
        simplefarming-1.15.2-1.2.9.jar Simple Farming {[email protected] CREATE_REGISTRIES}
        SolarFluxReborn-1.15.2-15.0.0.jar Solar Flux Reborn {[email protected] CREATE_REGISTRIES}
        curios-FORGE-1.15.2-2.0.2.4.jar Curios API {[email protected] CREATE_REGISTRIES}
        Botania-r1.15-386.jar Botania {[email protected] CREATE_REGISTRIES}
        Patchouli-1.15.2-1.2-34.jar Patchouli {[email protected] CREATE_REGISTRIES}
        extlights-2.0.jar Extended Lights {[email protected] CREATE_REGISTRIES}
        config-2-3.0.jar Cloth Config v2 API {[email protected] CREATE_REGISTRIES}
        libnonymous-1.15.2-1.1.1.5.jar Libnonymous {[email protected] CREATE_REGISTRIES}
        elevatorid-1.15.2-1.7.1.jar Elevator Mod {[email protected] CREATE_REGISTRIES}
        NaturesAura-28.2.jar Nature's Aura {[email protected] CREATE_REGISTRIES}
        MekanismTools-1.15.2-9.10.8.421.jar Mekanism: Tools {[email protected] CREATE_REGISTRIES}
        mcw-roofs-1.0.2-mc1.15.2_1.15.1.jar Macaw's Roofs {[email protected] CREATE_REGISTRIES}
        furniture-7.0.0-pre16-1.15.1.jar MrCrayfish's Furniture Mod {[email protected] CREATE_REGISTRIES}
        curiouselytra-FORGE-1.15.2-2.0.jar Curious Elytra {[email protected] CREATE_REGISTRIES}
        cc-tweaked-1.15.2-1.89.0.jar CC: Tweaked {[email protected] CREATE_REGISTRIES}
        AI-Improvements-1.15.2-0.3.0.jar AI-Improvements {[email protected] CREATE_REGISTRIES}
        mcw-furniture-1.0.1-mc1.15.1 1.15.2.jar Macaw's Furnitures {[email protected] CREATE_REGISTRIES}
        cherishedworlds-FORGE-1.15.2-3.0.jar Cherished Worlds {[email protected] CREATE_REGISTRIES}
        bwncr-1.15.1-3.6.13.jar Bad Wither No Cookie Reloaded {[email protected] CREATE_REGISTRIES}
        FastLeafDecay-v22.jar FastLeafDecay {fastleafdecay@v22 CREATE_REGISTRIES}
        CodeChickenLib-1.15.2-3.3.0.373-universal.jar CodeChicken Lib {[email protected] CREATE_REGISTRIES}
        CraftPresence-1.15.2-1.6.5.jar CraftPresence {[email protected] CREATE_REGISTRIES}
        QuarkOddities-1.15.2.jar Quark Oddities {[email protected] CREATE_REGISTRIES}
        TrashSlot_1.15.2-11.0.0.jar TrashSlot {[email protected] CREATE_REGISTRIES}
        torchslabmod-1.15.2_v1.6.15.jar Torch Slab Mod {[email protected] CREATE_REGISTRIES}
        EquipmentTooltips-1.15.2-1.4.3+14.jar Equipment Tooltips {[email protected]+14 CREATE_REGISTRIES}
        mining-helmet-1.15.2-1.0.8.jar Mining Helmet {[email protected] CREATE_REGISTRIES}
        PersistentBits-1.15.2-2.0.2.jar Persistent Bits {[email protected] CREATE_REGISTRIES}
        jei-1.15.2-6.0.0.4.jar Just Enough Items {[email protected] CREATE_REGISTRIES}
        AttributeFix-1.15.2-7.0.2.jar AttributeFix {[email protected] CREATE_REGISTRIES}
        Abnormals-Core-1.15.2-1.0.6.jar Abnormals Core {[email protected] CREATE_REGISTRIES}
        Buzzier-Bees-1.15.2-1.5.1.jar Buzzier Bees {[email protected] CREATE_REGISTRIES}
        Mekanism-1.15.2-9.10.8.421.jar Mekanism {[email protected] CREATE_REGISTRIES}
        caelus-FORGE-1.15.2-2.0-beta3.jar Caelus API {[email protected] CREATE_REGISTRIES}
        Upgrade-Aquatic-1.15.2-v1.6.1.jar Upgrade Aquatic {[email protected] CREATE_REGISTRIES}
        reap-1.12.4.jar Reap Mod {[email protected] CREATE_REGISTRIES}
        Waystones_1.15.2-6.0.1.jar Waystones {[email protected] CREATE_REGISTRIES}
        Clumps-5.0.2.jar Clumps {[email protected] CREATE_REGISTRIES}
        LightOverlay-4.6.1.jar Light Overlay Forge {[email protected] CREATE_REGISTRIES}
        journeymap-1.15.2-5.7.0b3.jar Journeymap {[email protected] CREATE_REGISTRIES}
        comforts-FORGE-1.15.2-2.0.0.3.jar Comforts {[email protected] CREATE_REGISTRIES}
        NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {[email protected] CREATE_REGISTRIES}
        FruitTrees-1.15.2-1.4.1.jar Fruit Trees {[email protected] CREATE_REGISTRIES}
        Kiwi-1.15.2-2.7.1.jar Kiwi {[email protected] CREATE_REGISTRIES}
        SimpleStorageNetwork-1.15.2-0.3.2.jar Simple Storage Network {[email protected] CREATE_REGISTRIES}
        SereneSeasons-1.15.2-3.0.0.72-universal.jar Serene Seasons {[email protected] CREATE_REGISTRIES}
        decorative_blocks-6d.jar Decorative Blocks {[email protected] CREATE_REGISTRIES}
        BotanyPots-1.15.2-2.0.14.jar BotanyPots {[email protected] CREATE_REGISTRIES}
        curioofundying-FORGE-1.15.2-3.0.jar Curio of Undying {[email protected] CREATE_REGISTRIES}
        The-Endergetic-Expansion-1.15.2-v1.3.1.jar The Endergetic Expansion {[email protected] CREATE_REGISTRIES}
        mcjtylib-1.15-4.1.1-beta.jar McJtyLib {[email protected] CREATE_REGISTRIES}
        rftoolsbase-1.15-1.1.1-beta.jar RFToolsBase {[email protected] CREATE_REGISTRIES}
        xnet-1.15-2.1.5-beta.jar XNet {[email protected] CREATE_REGISTRIES}
        rftoolsstorage-1.15-1.1.4-beta.jar RFToolsStorage {[email protected] CREATE_REGISTRIES}
        rftoolscontrol-1.15-3.0.2-beta.jar RFToolsControl {[email protected] CREATE_REGISTRIES}
        mapperbase-1.15.2-1.1.0.0.jar Mapper Base {[email protected] CREATE_REGISTRIES}
        trash-1.15.2-0.1.4.jar Trash {[email protected] CREATE_REGISTRIES}
        ToastControl-1.15.2-3.0.1.jar Toast Control {[email protected] CREATE_REGISTRIES}
        EnderStorage-1.15.2-2.5.0.143-universal.jar EnderStorage {[email protected] CREATE_REGISTRIES}
        rftoolspower-1.15-2.1.1-beta.jar RFToolsPower {[email protected] CREATE_REGISTRIES}
        extradisks-1.15.2-1.2.2.jar Extra Disks {[email protected] 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 {[email protected] CREATE_REGISTRIES}
        Bountiful-1.15.2-3.1.2.jar Bountiful {[email protected] CREATE_REGISTRIES}
        ironchest-1.15.2-10.0.3.jar Iron Chests {[email protected] CREATE_REGISTRIES}
        CraftingTweaks_1.15.1-11.0.0.jar Crafting Tweaks {[email protected] CREATE_REGISTRIES}
        forge-1.15.2-31.2.21-client.jar Minecraft {[email protected] CREATE_REGISTRIES}
        cofh_core-1.15.2-0.4.0b.jar CoFH Core {[email protected] CREATE_REGISTRIES}
        rftoolsutility-1.15-2.1.3-beta.jar RFToolsUtility {[email protected] CREATE_REGISTRIES}
        EnchantmentDescriptions-1.15.2-2.0.8.jar EnchantmentDescriptions {[email protected] CREATE_REGISTRIES}
        swingthroughgrass-1.15.2-1.4.0.jar SwingThroughGrass {[email protected] CREATE_REGISTRIES}
        MouseTweaks-2.13-mc1.15.1.jar Mouse Tweaks {[email protected] CREATE_REGISTRIES}
        ToolBelt-1.15.2-1.14.1.jar Tool Belt {[email protected] CREATE_REGISTRIES}
        titanium-1.15.2-2.4.0.jar Titanium {[email protected] CREATE_REGISTRIES}
        Psi r1.2-82.jar Psi {[email protected] CREATE_REGISTRIES}
        SilentLib-1.15.2-4.6.3+55.jar Silent Lib {[email protected]+55 CREATE_REGISTRIES}
        forbidden_arcanus-1.15.2-1.3.1.jar Forbidden & Arcanus {[email protected] CREATE_REGISTRIES}
        Atmospheric-1.15.2-1.4.0.jar Atmospheric {[email protected] CREATE_REGISTRIES}
        rftoolsbuilder-1.15-2.1.3-beta.jar RFToolsBuilder {[email protected] CREATE_REGISTRIES}
        jeiintegration_1.15.2-3.1.0.1.jar JEI Integration {[email protected] CREATE_REGISTRIES}
        Xaeros_Minimap_20.14.0_Forge_1.15.2.jar Xaero's Minimap {[email protected] CREATE_REGISTRIES}
        JAOPCA-1.15.2-3.2.0.11.jar JAOPCA {[email protected] CREATE_REGISTRIES}
        FastWorkbench-1.15.1-3.0.0.jar FastWorkbench {[email protected] CREATE_REGISTRIES}
        autumnity-1.3.2-1.15.2.jar Autumnity {[email protected] CREATE_REGISTRIES}
        AutoRegLib-1.5-40.jar AutoRegLib {[email protected] CREATE_REGISTRIES}
        Quark-r2.1-245.jar Quark {[email protected] CREATE_REGISTRIES}
        StorageDrawers-1.15.2-7.0.2.jar Storage Drawers {[email protected] CREATE_REGISTRIES}
        FluxNetworks-1.15.2-5.0.1-2.jar Flux Networks {[email protected] CREATE_REGISTRIES}
        performant-1.15-2.11m.jar Performant {[email protected] CREATE_REGISTRIES}
        DoubleSlabs-1.15-2.6.1.jar Double Slabs {[email protected] CREATE_REGISTRIES}
        themidnight-0.5.9.jar The Midnight {[email protected] CREATE_REGISTRIES}
        HardcoreRevival_1.15.2-4.0.1.jar Hardcore Revival {[email protected] CREATE_REGISTRIES}
        structurize-0.10.313-RELEASE.jar Structurize {[email protected] CREATE_REGISTRIES}
        minecolonies-0.10.771-RELEASE-universal.jar Minecolonies {[email protected] CREATE_REGISTRIES}
        FastFurnace-1.15.1-3.0.0.jar FastFurnace {[email protected] CREATE_REGISTRIES}
        AppleSkin-mc1.15.2-forge-1.0.13.jar AppleSkin {[email protected] CREATE_REGISTRIES}
        Aquaculture-1.15.2-2.0.14.jar Aquaculture 2 {[email protected] CREATE_REGISTRIES}
        refinedstorageaddons-0.6.2.jar Refined Storage Addons {[email protected] CREATE_REGISTRIES}
        CosmeticArmorReworked-1.15.2-v3a.jar CosmeticArmorReworked {[email protected] CREATE_REGISTRIES}
        Morph-o-Tool-1.3-23.jar Morph-o-Tool {[email protected] CREATE_REGISTRIES}
        DefaultOptions_1.15.2-11.0.1.jar Default Options {[email protected] 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: 
        [email protected]
        minecraft@1
        [email protected]
    Mod List: 
        NetherPortalFix_1.15.2-6.0.2.jar NetherPortalFix {[email protected] CREATE_REGISTRIES}
        aiotbotania-1.15.2-1.2.2.jar AIOT Botania {[email protected] CREATE_REGISTRIES}
        refinedpipes-0.4.2.jar Refined Pipes {[email protected] CREATE_REGISTRIES}
        mcw-windows-1.0.1-mc1.15.2_1.15.1.jar Macaw's Windows {[email protected] CREATE_REGISTRIES}
        SilentMechanisms-1.15.2-0.7.2+52.jar Silent's Mechanisms {[email protected]+52 CREATE_REGISTRIES}
        Neat 1.6-22.jar Neat {[email protected] CREATE_REGISTRIES}
        essentials-1.15.2-2.7.2.jar Essentials {[email protected] CREATE_REGISTRIES}
        TerraForged-1.15.2-0.0.14.jar TerraForged {[email protected] CREATE_REGISTRIES}
        XaerosWorldMap_1.6.4_Forge_1.15.2.jar Xaero's World Map {[email protected] CREATE_REGISTRIES}
        Controlling-6.1.4.jar Controlling {[email protected] CREATE_REGISTRIES}
        ReAuth-1.14-1.15-3.8.1.jar ReAuth {[email protected] CREATE_REGISTRIES}
        Placebo-1.15.2-3.0.2.jar Placebo {[email protected] CREATE_REGISTRIES}
        globaldatapack-1.15.2-1.3.jar Dark Roleplay - Global Datapacks {[email protected] CREATE_REGISTRIES}
        Powah-1.15.2-1.1.14.jar Powah {[email protected] CREATE_REGISTRIES}
        Bookshelf-1.15.2-5.6.40.jar Bookshelf {[email protected] CREATE_REGISTRIES}
        Reliquary-1.15.2-1.3.4.995.jar Reliquary {[email protected] CREATE_REGISTRIES}
        u_team_core-1.15.2-2.12.1.158.jar U Team Core {[email protected] CREATE_REGISTRIES}
        DarkUtilities-1.15.2-3.0.5.jar Dark Utilities {[email protected] CREATE_REGISTRIES}
        Apotheosis-1.15.2-3.1.2.jar Apotheosis {[email protected] CREATE_REGISTRIES}
        ProgressiveBosses-2.1.5-mc1.15.2.jar Progressive Bosses {[email protected] CREATE_REGISTRIES}
        mcw-doors-1.0.0-mc1.15.2.jar Macaw's Doors {[email protected] 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 {[email protected] CREATE_REGISTRIES}
        JustEnoughResources-1.15.2-0.10.1.77.jar Just Enough Resources {[email protected] CREATE_REGISTRIES}
        shetiphiancore-1.15-3.7.2.jar ShetiPhian-Core {[email protected] CREATE_REGISTRIES}
        absentbydesign-1.15.2-1.0.7.jar Absent By Design Mod {[email protected] CREATE_REGISTRIES}
        refinedstorage-1.8.5.jar Refined Storage {[email protected] CREATE_REGISTRIES}
        corpse-1.15.2-1.0.6.jar Corpse {[email protected] CREATE_REGISTRIES}
        mcw-bridges-1.0.4fix-mc1.15.2.jar Macaw's Bridges {[email protected] CREATE_REGISTRIES}
        lightestlamp-3.4.2.jar Lightest Lamps {[email protected] CREATE_REGISTRIES}
        industrial-foregoing-1.15.2-2.3.3-e356e61.jar Industrial Foregoing {[email protected] ERROR}
        useful_backpacks-1.15.2-1.9.4.63.jar Useful Backpacks {[email protected] CREATE_REGISTRIES}
        torchmaster-2.1.1-rc0.jar Torchmaster {[email protected] CREATE_REGISTRIES}
        endertanks-1.15-1.8.1.jar EnderTanks {[email protected] CREATE_REGISTRIES}
        embellishcraft-1.15.2-2.2.0.0.jar EmbellishCraft {[email protected] CREATE_REGISTRIES}
        AmbientSounds_v3.0.20_mc1.15.2.jar Ambient Sounds {[email protected] CREATE_REGISTRIES}
        BiomesOPlenty-1.15.2-10.0.0.363-universal.jar Biomes O' Plenty {[email protected] CREATE_REGISTRIES}
        phosphor-forge-mc1.15.2-0.5.2+build.4.jar Phosphor {[email protected]+build.4 CREATE_REGISTRIES}
        MekanismAdditions-1.15.2-9.10.8.421.jar Mekanism: Additions {[email protected] CREATE_REGISTRIES}
        Blur-1.1.0-1.jar Blur {[email protected] CREATE_REGISTRIES}
        valkyrielib-1.15.2-3.0.2.1.jar ValkyrieLib {[email protected] 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 {[email protected] CREATE_REGISTRIES}
        Lollipop-1.15.2-1.0.15.jar Lollipop {[email protected] CREATE_REGISTRIES}
        SilentGear-1.15.2-1.6.4+90.jar Silent Gear {[email protected]+90 CREATE_REGISTRIES}
        simplefarming-1.15.2-1.2.9.jar Simple Farming {[email protected] CREATE_REGISTRIES}
        SolarFluxReborn-1.15.2-15.0.0.jar Solar Flux Reborn {[email protected] CREATE_REGISTRIES}
        curios-FORGE-1.15.2-2.0.2.4.jar Curios API {[email protected] CREATE_REGISTRIES}
        Botania-r1.15-386.jar Botania {[email protected] CREATE_REGISTRIES}
        Patchouli-1.15.2-1.2-34.jar Patchouli {[email protected] CREATE_REGISTRIES}
        extlights-2.0.jar Extended Lights {[email protected] CREATE_REGISTRIES}
        config-2-3.0.jar Cloth Config v2 API {[email protected] CREATE_REGISTRIES}
        libnonymous-1.15.2-1.1.1.5.jar Libnonymous {[email protected] CREATE_REGISTRIES}
        elevatorid-1.15.2-1.7.1.jar Elevator Mod {[email protected] CREATE_REGISTRIES}
        NaturesAura-28.2.jar Nature's Aura {[email protected] CREATE_REGISTRIES}
        MekanismTools-1.15.2-9.10.8.421.jar Mekanism: Tools {[email protected] CREATE_REGISTRIES}
        mcw-roofs-1.0.2-mc1.15.2_1.15.1.jar Macaw's Roofs {[email protected] CREATE_REGISTRIES}
        furniture-7.0.0-pre16-1.15.1.jar MrCrayfish's Furniture Mod {[email protected] CREATE_REGISTRIES}
        curiouselytra-FORGE-1.15.2-2.0.jar Curious Elytra {[email protected] CREATE_REGISTRIES}
        cc-tweaked-1.15.2-1.89.0.jar CC: Tweaked {[email protected] CREATE_REGISTRIES}
        AI-Improvements-1.15.2-0.3.0.jar AI-Improvements {[email protected] CREATE_REGISTRIES}
        mcw-furniture-1.0.1-mc1.15.1 1.15.2.jar Macaw's Furnitures {[email protected] CREATE_REGISTRIES}
        cherishedworlds-FORGE-1.15.2-3.0.jar Cherished Worlds {[email protected] CREATE_REGISTRIES}
        bwncr-1.15.1-3.6.13.jar Bad Wither No Cookie Reloaded {[email protected] CREATE_REGISTRIES}
        FastLeafDecay-v22.jar FastLeafDecay {fastleafdecay@v22 CREATE_REGISTRIES}
        CodeChickenLib-1.15.2-3.3.0.373-universal.jar CodeChicken Lib {[email protected] CREATE_REGISTRIES}
        CraftPresence-1.15.2-1.6.5.jar CraftPresence {[email protected] CREATE_REGISTRIES}
        QuarkOddities-1.15.2.jar Quark Oddities {[email protected] CREATE_REGISTRIES}
        TrashSlot_1.15.2-11.0.0.jar TrashSlot {[email protected] CREATE_REGISTRIES}
        torchslabmod-1.15.2_v1.6.15.jar Torch Slab Mod {[email protected] CREATE_REGISTRIES}
        EquipmentTooltips-1.15.2-1.4.3+14.jar Equipment Tooltips {[email protected]+14 CREATE_REGISTRIES}
        mining-helmet-1.15.2-1.0.8.jar Mining Helmet {[email protected] CREATE_REGISTRIES}
        PersistentBits-1.15.2-2.0.2.jar Persistent Bits {[email protected] CREATE_REGISTRIES}
        jei-1.15.2-6.0.0.4.jar Just Enough Items {[email protected] CREATE_REGISTRIES}
        AttributeFix-1.15.2-7.0.2.jar AttributeFix {[email protected] CREATE_REGISTRIES}
        Abnormals-Core-1.15.2-1.0.6.jar Abnormals Core {[email protected] CREATE_REGISTRIES}
        Buzzier-Bees-1.15.2-1.5.1.jar Buzzier Bees {[email protected] CREATE_REGISTRIES}
        Mekanism-1.15.2-9.10.8.421.jar Mekanism {[email protected] CREATE_REGISTRIES}
        caelus-FORGE-1.15.2-2.0-beta3.jar Caelus API {[email protected] CREATE_REGISTRIES}
        Upgrade-Aquatic-1.15.2-v1.6.1.jar Upgrade Aquatic {[email protected] CREATE_REGISTRIES}
        reap-1.12.4.jar Reap Mod {[email protected] CREATE_REGISTRIES}
        Waystones_1.15.2-6.0.1.jar Waystones {[email protected] CREATE_REGISTRIES}
        Clumps-5.0.2.jar Clumps {[email protected] CREATE_REGISTRIES}
        LightOverlay-4.6.1.jar Light Overlay Forge {[email protected] CREATE_REGISTRIES}
        journeymap-1.15.2-5.7.0b3.jar Journeymap {[email protected] CREATE_REGISTRIES}
        comforts-FORGE-1.15.2-2.0.0.3.jar Comforts {[email protected] CREATE_REGISTRIES}
        NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {[email protected] CREATE_REGISTRIES}
        FruitTrees-1.15.2-1.4.1.jar Fruit Trees {[email protected] CREATE_REGISTRIES}
        Kiwi-1.15.2-2.7.1.jar Kiwi {[email protected] CREATE_REGISTRIES}
        SimpleStorageNetwork-1.15.2-0.3.2.jar Simple Storage Network {[email protected] CREATE_REGISTRIES}
        SereneSeasons-1.15.2-3.0.0.72-universal.jar Serene Seasons {[email protected] CREATE_REGISTRIES}
        decorative_blocks-6d.jar Decorative Blocks {[email protected] CREATE_REGISTRIES}
        BotanyPots-1.15.2-2.0.14.jar BotanyPots {[email protected] CREATE_REGISTRIES}
        curioofundying-FORGE-1.15.2-3.0.jar Curio of Undying {[email protected] CREATE_REGISTRIES}
        The-Endergetic-Expansion-1.15.2-v1.3.1.jar The Endergetic Expansion {[email protected] CREATE_REGISTRIES}
        mcjtylib-1.15-4.1.1-beta.jar McJtyLib {[email protected] CREATE_REGISTRIES}
        rftoolsbase-1.15-1.1.1-beta.jar RFToolsBase {[email protected] CREATE_REGISTRIES}
        xnet-1.15-2.1.5-beta.jar XNet {[email protected] CREATE_REGISTRIES}
        rftoolsstorage-1.15-1.1.4-beta.jar RFToolsStorage {[email protected] CREATE_REGISTRIES}
        rftoolscontrol-1.15-3.0.2-beta.jar RFToolsControl {[email protected] CREATE_REGISTRIES}
        mapperbase-1.15.2-1.1.0.0.jar Mapper Base {[email protected] CREATE_REGISTRIES}
        trash-1.15.2-0.1.4.jar Trash {[email protected] CREATE_REGISTRIES}
        ToastControl-1.15.2-3.0.1.jar Toast Control {[email protected] CREATE_REGISTRIES}
        EnderStorage-1.15.2-2.5.0.143-universal.jar EnderStorage {[email protected] CREATE_REGISTRIES}
        rftoolspower-1.15-2.1.1-beta.jar RFToolsPower {[email protected] CREATE_REGISTRIES}
        extradisks-1.15.2-1.2.2.jar Extra Disks {[email protected] 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 {[email protected] CREATE_REGISTRIES}
        Bountiful-1.15.2-3.1.2.jar Bountiful {[email protected] CREATE_REGISTRIES}
        ironchest-1.15.2-10.0.3.jar Iron Chests {[email protected] CREATE_REGISTRIES}
        CraftingTweaks_1.15.1-11.0.0.jar Crafting Tweaks {[email protected] CREATE_REGISTRIES}
        forge-1.15.2-31.2.21-client.jar Minecraft {[email protected] CREATE_REGISTRIES}
        cofh_core-1.15.2-0.4.0b.jar CoFH Core {[email protected] CREATE_REGISTRIES}
        rftoolsutility-1.15-2.1.3-beta.jar RFToolsUtility {[email protected] CREATE_REGISTRIES}
        EnchantmentDescriptions-1.15.2-2.0.8.jar EnchantmentDescriptions {[email protected] CREATE_REGISTRIES}
        swingthroughgrass-1.15.2-1.4.0.jar SwingThroughGrass {[email protected] CREATE_REGISTRIES}
        MouseTweaks-2.13-mc1.15.1.jar Mouse Tweaks {[email protected] CREATE_REGISTRIES}
        ToolBelt-1.15.2-1.14.1.jar Tool Belt {[email protected] CREATE_REGISTRIES}
        titanium-1.15.2-2.4.0.jar Titanium {[email protected] CREATE_REGISTRIES}
        Psi r1.2-82.jar Psi {[email protected] CREATE_REGISTRIES}
        SilentLib-1.15.2-4.6.3+55.jar Silent Lib {[email protected]+55 CREATE_REGISTRIES}
        forbidden_arcanus-1.15.2-1.3.1.jar Forbidden & Arcanus {[email protected] CREATE_REGISTRIES}
        Atmospheric-1.15.2-1.4.0.jar Atmospheric {[email protected] CREATE_REGISTRIES}
        rftoolsbuilder-1.15-2.1.3-beta.jar RFToolsBuilder {[email protected] CREATE_REGISTRIES}
        jeiintegration_1.15.2-3.1.0.1.jar JEI Integration {[email protected] CREATE_REGISTRIES}
        Xaeros_Minimap_20.14.0_Forge_1.15.2.jar Xaero's Minimap {[email protected] CREATE_REGISTRIES}
        JAOPCA-1.15.2-3.2.0.11.jar JAOPCA {[email protected] CREATE_REGISTRIES}
        FastWorkbench-1.15.1-3.0.0.jar FastWorkbench {[email protected] CREATE_REGISTRIES}
        autumnity-1.3.2-1.15.2.jar Autumnity {[email protected] CREATE_REGISTRIES}
        AutoRegLib-1.5-40.jar AutoRegLib {[email protected] CREATE_REGISTRIES}
        Quark-r2.1-245.jar Quark {[email protected] CREATE_REGISTRIES}
        StorageDrawers-1.15.2-7.0.2.jar Storage Drawers {[email protected] CREATE_REGISTRIES}
        FluxNetworks-1.15.2-5.0.1-2.jar Flux Networks {[email protected] CREATE_REGISTRIES}
        performant-1.15-2.11m.jar Performant {[email protected] CREATE_REGISTRIES}
        DoubleSlabs-1.15-2.6.1.jar Double Slabs {[email protected] CREATE_REGISTRIES}
        themidnight-0.5.9.jar The Midnight {[email protected] CREATE_REGISTRIES}
        HardcoreRevival_1.15.2-4.0.1.jar Hardcore Revival {[email protected] CREATE_REGISTRIES}
        structurize-0.10.313-RELEASE.jar Structurize {[email protected] CREATE_REGISTRIES}
        minecolonies-0.10.771-RELEASE-universal.jar Minecolonies {[email protected] CREATE_REGISTRIES}
        FastFurnace-1.15.1-3.0.0.jar FastFurnace {[email protected] CREATE_REGISTRIES}
        AppleSkin-mc1.15.2-forge-1.0.13.jar AppleSkin {[email protected] CREATE_REGISTRIES}
        Aquaculture-1.15.2-2.0.14.jar Aquaculture 2 {[email protected] CREATE_REGISTRIES}
        refinedstorageaddons-0.6.2.jar Refined Storage Addons {[email protected] CREATE_REGISTRIES}
        CosmeticArmorReworked-1.15.2-v3a.jar CosmeticArmorReworked {[email protected] CREATE_REGISTRIES}
        Morph-o-Tool-1.3-23.jar Morph-o-Tool {[email protected] CREATE_REGISTRIES}
        DefaultOptions_1.15.2-11.0.1.jar Default Options {[email protected] 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



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • I'm having the same issue. I'm still in the process of troubleshooting, but currently I'm not having the issue. I had just updated FramedBlocks, XaeroPlus, Puzzles Lib [Forge & Fabric], Structure Essentials, and Server Performance - Smooth Chunk Save. After booting it up, I had the issue, I closed and reopened it, and then I got an error about FTBRanks (which had happened before). It basically said it required a more up to date version of Forge, but I had just updated forge before updating all the other mods, so FTBRanks should have given the error when I booted it up before. Currently, the game is running fine and my screen hasn't frozen and flashed. I'll update this if more information comes up.
    • ---- Minecraft Crash Report ---- // Shall we play a game? Time: 2025-03-12 17:35:49 Description: mouseClicked event handler java.lang.IllegalStateException: Failed to load registries due to above errors     at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.load(RegistryDataLoader.java:154) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:fabric-resource-conditions-api-v1.mixins.json:RegistryLoaderMixin from mod fabric_resource_conditions_api_v1,pl:mixin:APP:fabric-registry-sync-v0.mixins.json:RegistryLoaderMixin from mod fabric_registry_sync_v0,pl:mixin:APP:fabric-item-api-v1.mixins.json:RegistryLoaderMixin from mod fabric_item_api_v1,pl:mixin:A}     at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.mixinextras$bridge$load$34(RegistryDataLoader.java) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:fabric-resource-conditions-api-v1.mixins.json:RegistryLoaderMixin from mod fabric_resource_conditions_api_v1,pl:mixin:APP:fabric-registry-sync-v0.mixins.json:RegistryLoaderMixin from mod fabric_registry_sync_v0,pl:mixin:APP:fabric-item-api-v1.mixins.json:RegistryLoaderMixin from mod fabric_item_api_v1,pl:mixin:A}     at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.wrapOperation$cjo000$fabric_resource_conditions_api_v1$captureRegistries(RegistryDataLoader.java:555) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:fabric-resource-conditions-api-v1.mixins.json:RegistryLoaderMixin from mod fabric_resource_conditions_api_v1,pl:mixin:APP:fabric-registry-sync-v0.mixins.json:RegistryLoaderMixin from mod fabric_registry_sync_v0,pl:mixin:APP:fabric-item-api-v1.mixins.json:RegistryLoaderMixin from mod fabric_item_api_v1,pl:mixin:A}     at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.mixinextras$bridge$wrapOperation$cjo000$fabric_resource_conditions_api_v1$captureRegistries$35(RegistryDataLoader.java) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:fabric-resource-conditions-api-v1.mixins.json:RegistryLoaderMixin from mod fabric_resource_conditions_api_v1,pl:mixin:APP:fabric-registry-sync-v0.mixins.json:RegistryLoaderMixin from mod fabric_registry_sync_v0,pl:mixin:APP:fabric-item-api-v1.mixins.json:RegistryLoaderMixin from mod fabric_item_api_v1,pl:mixin:A}     at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.wrapOperation$cml000$fabric_registry_sync_v0$wrapIsServerCall(RegistryDataLoader.java:1052) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:fabric-resource-conditions-api-v1.mixins.json:RegistryLoaderMixin from mod fabric_resource_conditions_api_v1,pl:mixin:APP:fabric-registry-sync-v0.mixins.json:RegistryLoaderMixin from mod fabric_registry_sync_v0,pl:mixin:APP:fabric-item-api-v1.mixins.json:RegistryLoaderMixin from mod fabric_item_api_v1,pl:mixin:A}     at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.load(RegistryDataLoader.java:118) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:fabric-resource-conditions-api-v1.mixins.json:RegistryLoaderMixin from mod fabric_resource_conditions_api_v1,pl:mixin:APP:fabric-registry-sync-v0.mixins.json:RegistryLoaderMixin from mod fabric_registry_sync_v0,pl:mixin:APP:fabric-item-api-v1.mixins.json:RegistryLoaderMixin from mod fabric_item_api_v1,pl:mixin:A}     at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.loadLayer(WorldLoader.java:76) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:classloading}     at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.loadAndReplaceLayer(WorldLoader.java:82) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:classloading}     at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.load(WorldLoader.java:35) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:classloading}     at TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.CreateWorldScreen.openFresh(CreateWorldScreen.java:123) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.CreateWorldScreenMixin from mod modernfix,pl:mixin:APP:modernfix-neoforge.mixins.json:bugfix.extra_experimental_screen.CreateWorldScreenMixin from mod modernfix,pl:mixin:APP:cumulus_menus.mixins.json:client.CreateWorldScreenMixin from mod cumulus_menus,pl:mixin:APP:fabric-resource-loader-v0.client.mixins.json:CreateWorldScreenMixin from mod fabric_resource_loader_v0,pl:mixin:A,pl:runtimedistcleaner:A}     at TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldSelectionList.loadLevels(WorldSelectionList.java:192) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:classloading,pl:runtimedistcleaner:A}     at TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldSelectionList.<init>(WorldSelectionList.java:111) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:classloading,pl:runtimedistcleaner:A}     at TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.SelectWorldScreen.init(SelectWorldScreen.java:51) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:classloading}     at TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.Screen.init(Screen.java:317) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:computing_frames,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:fabric-screen-api-v1.mixins.json:ScreenMixin from mod fabric_screen_api_v1,pl:mixin:APP:balm.neoforge.mixins.json:ScreenAccessor from mod balm,pl:mixin:APP:fabric-screen-api-v1.mixins.json:ScreenAccessor from mod fabric_screen_api_v1,pl:mixin:APP:immersiveui-common.mixins.json:ScreenMixin from mod immersiveui,pl:mixin:APP:mixins.cobblemon-neoforge.json:ScreenMixin from mod cobblemon,pl:mixin:APP:yungsmenutweaks.mixins.json:ScreenMixin from mod yungsmenutweaks,pl:mixin:APP:cumulus_menus.mixins.json:client.accessor.ScreenAccessor from mod cumulus_menus,pl:mixin:APP:ponder.mixins.json:client.accessor.ScreenAccessor from mod ponder,pl:mixin:APP:cold_sweat.mixin.json:MixinChatClicked from mod cold_sweat,pl:mixin:APP:aether.mixins.json:client.accessor.ScreenAccessor from mod aether,pl:mixin:APP:relics.mixins.json:ScreenMixin from mod relics,pl:mixin:APP:patchouli_xplat.mixins.json:client.AccessorScreen from mod patchouli,pl:mixin:APP:owo.mixins.json:ScreenAccessor from mod owo,pl:mixin:APP:owo.mixins.json:ui.ScreenMixin from mod owo,pl:mixin:APP:iceberg.mixins.json:ScreenMixin from mod iceberg,pl:mixin:APP:owo.mixins.json:ui.layers.ScreenMixin from mod owo,pl:mixin:A,pl:runtimedistcleaner:A}     at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.setScreen(Minecraft.java:1057) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick_render_call,xf:fml:xaerominimap:xaero_minecraftclient,xf:fml:xaeroworldmap:xaero_wm_minecraftclient,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick_render_call,xf:fml:xaerominimap:xaero_minecraftclient,xf:fml:xaeroworldmap:xaero_wm_minecraftclient,pl:mixin:APP:owo.mixins.json:MinecraftClientMixin from mod owo,pl:mixin:APP:modernfix-common.mixins.json:bugfix.world_leaks.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:bugfix.concurrency.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:feature.measure_time.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-neoforge.mixins.json:feature.measure_time.MinecraftMixin_Forge from mod modernfix,pl:mixin:APP:mixins.iris.json:MixinMinecraft_Images from mod iris,pl:mixin:APP:mixins.iris.json:MixinMinecraft_Keybinds from mod iris,pl:mixin:APP:mixins.iris.json:MixinMinecraft_PipelineManagement from mod iris,pl:mixin:APP:fabric-screen-api-v1.mixins.json:MinecraftClientMixin from mod fabric_screen_api_v1,pl:mixin:APP:supplementaries-common.mixins.json:MinecraftMixin from mod supplementaries,pl:mixin:APP:accessories-common.mixins.json:client.MinecraftMixin from mod accessories,pl:mixin:APP:cumulus_menus.mixins.json:client.accessor.MinecraftAccessor from mod cumulus_menus,pl:mixin:APP:aaa_particles-common.mixins.json:client.MixinMinecraft from mod aaa_particles,pl:mixin:APP:laserbridges.mixins.json:MixinMinecraft from mod laserbridges,pl:mixin:APP:glitchcore.mixins.json:client.MixinMinecraft from mod glitchcore,pl:mixin:APP:sodium-common.mixins.json:core.MinecraftMixin from mod sodium,pl:mixin:APP:sodium-neoforge.mixins.json:platform.neoforge.EntrypointMixin from mod sodium,pl:mixin:APP:notenoughanimations.mixins.json:LivingRenderStateMixin from mod notenoughanimations,pl:mixin:APP:flywheel.impl.mixins.json:MinecraftMixin from mod flywheel,pl:mixin:APP:ponder.mixins.json:client.WindowResizeMixin from mod ponder,pl:mixin:APP:cold_sweat.mixin.json:MixinInventoryOpenClient from mod cold_sweat,pl:mixin:APP:cold_sweat.mixin.json:MixinPickEntity from mod cold_sweat,pl:mixin:APP:notenoughcrashes.mixins.json:client.MixinMinecraftClient from mod notenoughcrashes,pl:mixin:APP:aether.mixins.json:client.accessor.MinecraftAccessor from mod aether,pl:mixin:APP:bookshelf.mixins.json:access.client.AccessorMinecraft from mod bookshelf,pl:mixin:APP:carryon.mixins.json:MinecraftMixin from mod carryon,pl:mixin:APP:mixins.sodiumdynamiclights.json:MinecraftClientMixin from mod sodiumdynamiclights,pl:mixin:APP:entity_model_features-common.mixins.json:MixinResourceReloadEnd from mod entity_model_features,pl:mixin:APP:entity_model_features-common.mixins.json:MixinResourceReloadStart from mod entity_model_features,pl:mixin:APP:entity_model_features-common.mixins.json:accessor.MinecraftClientAccessor from mod entity_model_features,pl:mixin:APP:entity_texture_features-common.mixins.json:reloading.MixinMinecraftClient from mod entity_texture_features,pl:mixin:APP:entity_texture_features-common.mixins.json:reloading.MixinResourceReload from mod entity_texture_features,pl:mixin:APP:betterthirdperson.mixins.json:MinecraftClientMixin from mod betterthirdperson,pl:mixin:APP:architectury.mixins.json:MixinMinecraft from mod architectury,pl:mixin:APP:fightorflight.mixins_common.json:MinecraftClientInject from mod fightorflight,pl:mixin:APP:fabric-networking-api-v1.client.mixins.json:accessor.MinecraftClientAccessor from mod fabric_networking_api_v1,pl:mixin:APP:smallships-fabric-neoforge.mixins.json:container.MinecraftMixin from mod smallships,pl:mixin:APP:l2menustacker.mixins.json:MinecraftMixin from mod l2menustacker,pl:mixin:APP:fabric-lifecycle-events-v1.client.mixins.json:MinecraftClientMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:owo.mixins.json:ui.MinecraftClientMixin from mod owo,pl:mixin:APP:utility_belt.client.mixins.json:MinecraftMixin from mod utility_belt,pl:mixin:APP:moonlight-common.mixins.json:MinecraftMixin from mod moonlight,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin from mod iceberg,pl:mixin:APP:irons_spellbooks.mixins.json:MinecraftMixin from mod irons_spellbooks,pl:mixin:APP:fabric-events-interaction-v0.client.mixins.json:MinecraftClientMixin from mod fabric_events_interaction_v0,pl:mixin:APP:sound_physics_remastered.mixins.json:MinecraftMixin from mod (unknown),pl:mixin:APP:create.mixins.json:accessor.MinecraftAccessor from mod create,pl:mixin:APP:modernfix-common.mixins.json:feature.remove_telemetry.MinecraftMixin_Telemetry from mod modernfix,pl:mixin:A,pl:runtimedistcleaner:A}     at TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.TitleScreen.lambda$createNormalMenuOptions$7(TitleScreen.java:161) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:computing_frames,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.iris.json:MixinTitleScreen from mod iris,pl:mixin:APP:cumulus_menus.mixins.json:client.TitleScreenMixin from mod cumulus_menus,pl:mixin:APP:cumulus_menus.mixins.json:client.accessor.TitleScreenAccessor from mod cumulus_menus,pl:mixin:APP:aether.mixins.json:client.accessor.TitleScreenAccessor from mod aether,pl:mixin:APP:collective_neoforge.mixins.json:TitleScreenMixin from mod collective,pl:mixin:A,pl:runtimedistcleaner:A}     at TRANSFORMER/[email protected]/net.minecraft.client.gui.components.Button.onPress(Button.java:41) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}     at TRANSFORMER/[email protected]/net.minecraft.client.gui.components.AbstractButton.onClick(AbstractButton.java:47) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:computing_frames,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:accessories-common.mixins.json:client.AbstractButtonMixin from mod accessories,pl:mixin:A,pl:runtimedistcleaner:A}     at TRANSFORMER/[email protected]/net.neoforged.neoforge.client.extensions.IAbstractWidgetExtension.onClick(IAbstractWidgetExtension.java:36) ~[neoforge-21.1.133-universal.jar%23398!/:?] {re:computing_frames,re:mixin,re:classloading}     at TRANSFORMER/[email protected]/net.minecraft.client.gui.components.AbstractWidget.mouseClicked(AbstractWidget.java:144) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:computing_frames,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:yungsmenutweaks.mixins.json:AbstractWidgetMixin from mod yungsmenutweaks,pl:mixin:APP:accessories-common.mixins.json:client.owo.ComponentStubMixin from mod accessories,pl:mixin:APP:owo.mixins.json:ui.ClickableWidgetMixin from mod owo,pl:mixin:APP:owo.mixins.json:ui.access.ClickableWidgetAccessor from mod owo,pl:mixin:A,pl:runtimedistcleaner:A}     at TRANSFORMER/[email protected]/net.minecraft.client.gui.components.events.ContainerEventHandler.mouseClicked(ContainerEventHandler.java:38) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:computing_frames,re:mixin,re:classloading}     at TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.TitleScreen.mouseClicked(TitleScreen.java:340) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:computing_frames,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.iris.json:MixinTitleScreen from mod iris,pl:mixin:APP:cumulus_menus.mixins.json:client.TitleScreenMixin from mod cumulus_menus,pl:mixin:APP:cumulus_menus.mixins.json:client.accessor.TitleScreenAccessor from mod cumulus_menus,pl:mixin:APP:aether.mixins.json:client.accessor.TitleScreenAccessor from mod aether,pl:mixin:APP:collective_neoforge.mixins.json:TitleScreenMixin from mod collective,pl:mixin:A,pl:runtimedistcleaner:A}     at TRANSFORMER/[email protected]/net.minecraft.client.MouseHandler.lambda$onPress$0(MouseHandler.java:98) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterthirdperson.mixins.json:MouseMixin from mod betterthirdperson,pl:mixin:APP:balm.neoforge.mixins.json:MouseHandlerAccessor from mod balm,pl:mixin:APP:supplementaries-common.mixins.json:MouseHandlerMixin from mod supplementaries,pl:mixin:APP:mixins.cobblemon-common.json:MouseHandlerMixin from mod cobblemon,pl:mixin:APP:relics.mixins.json:MouseHandlerMixin from mod relics,pl:mixin:APP:smallships-common.mixins.json:zooming.client.MouseHandlerMixin from mod smallships,pl:mixin:APP:smallships-fabric-neoforge.mixins.json:container.MouseHandlerAccessor from mod smallships,pl:mixin:APP:owo.mixins.json:ui.layers.MouseMixin from mod owo,pl:mixin:APP:create.mixins.json:accessor.MouseHandlerAccessor from mod create,pl:mixin:APP:betterthirdperson.mixins.json:MouseFixupMixin from mod betterthirdperson,pl:mixin:A,pl:runtimedistcleaner:A}     at TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.Screen.wrapScreenError(Screen.java:451) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:computing_frames,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:fabric-screen-api-v1.mixins.json:ScreenMixin from mod fabric_screen_api_v1,pl:mixin:APP:balm.neoforge.mixins.json:ScreenAccessor from mod balm,pl:mixin:APP:fabric-screen-api-v1.mixins.json:ScreenAccessor from mod fabric_screen_api_v1,pl:mixin:APP:immersiveui-common.mixins.json:ScreenMixin from mod immersiveui,pl:mixin:APP:mixins.cobblemon-neoforge.json:ScreenMixin from mod cobblemon,pl:mixin:APP:yungsmenutweaks.mixins.json:ScreenMixin from mod yungsmenutweaks,pl:mixin:APP:cumulus_menus.mixins.json:client.accessor.ScreenAccessor from mod cumulus_menus,pl:mixin:APP:ponder.mixins.json:client.accessor.ScreenAccessor from mod ponder,pl:mixin:APP:cold_sweat.mixin.json:MixinChatClicked from mod cold_sweat,pl:mixin:APP:aether.mixins.json:client.accessor.ScreenAccessor from mod aether,pl:mixin:APP:relics.mixins.json:ScreenMixin from mod relics,pl:mixin:APP:patchouli_xplat.mixins.json:client.AccessorScreen from mod patchouli,pl:mixin:APP:owo.mixins.json:ScreenAccessor from mod owo,pl:mixin:APP:owo.mixins.json:ui.ScreenMixin from mod owo,pl:mixin:APP:iceberg.mixins.json:ScreenMixin from mod iceberg,pl:mixin:APP:owo.mixins.json:ui.layers.ScreenMixin from mod owo,pl:mixin:A,pl:runtimedistcleaner:A}     at TRANSFORMER/[email protected]/net.minecraft.client.MouseHandler.onPress(MouseHandler.java:95) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterthirdperson.mixins.json:MouseMixin from mod betterthirdperson,pl:mixin:APP:balm.neoforge.mixins.json:MouseHandlerAccessor from mod balm,pl:mixin:APP:supplementaries-common.mixins.json:MouseHandlerMixin from mod supplementaries,pl:mixin:APP:mixins.cobblemon-common.json:MouseHandlerMixin from mod cobblemon,pl:mixin:APP:relics.mixins.json:MouseHandlerMixin from mod relics,pl:mixin:APP:smallships-common.mixins.json:zooming.client.MouseHandlerMixin from mod smallships,pl:mixin:APP:smallships-fabric-neoforge.mixins.json:container.MouseHandlerAccessor from mod smallships,pl:mixin:APP:owo.mixins.json:ui.layers.MouseMixin from mod owo,pl:mixin:APP:create.mixins.json:accessor.MouseHandlerAccessor from mod create,pl:mixin:APP:betterthirdperson.mixins.json:MouseFixupMixin from mod betterthirdperson,pl:mixin:A,pl:runtimedistcleaner:A}     at TRANSFORMER/[email protected]/net.minecraft.client.MouseHandler.lambda$setup$4(MouseHandler.java:202) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterthirdperson.mixins.json:MouseMixin from mod betterthirdperson,pl:mixin:APP:balm.neoforge.mixins.json:MouseHandlerAccessor from mod balm,pl:mixin:APP:supplementaries-common.mixins.json:MouseHandlerMixin from mod supplementaries,pl:mixin:APP:mixins.cobblemon-common.json:MouseHandlerMixin from mod cobblemon,pl:mixin:APP:relics.mixins.json:MouseHandlerMixin from mod relics,pl:mixin:APP:smallships-common.mixins.json:zooming.client.MouseHandlerMixin from mod smallships,pl:mixin:APP:smallships-fabric-neoforge.mixins.json:container.MouseHandlerAccessor from mod smallships,pl:mixin:APP:owo.mixins.json:ui.layers.MouseMixin from mod owo,pl:mixin:APP:create.mixins.json:accessor.MouseHandlerAccessor from mod create,pl:mixin:APP:betterthirdperson.mixins.json:MouseFixupMixin from mod betterthirdperson,pl:mixin:A,pl:runtimedistcleaner:A}     at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:98) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:perf.fix_loop_spin_waiting.BlockableEventLoopMixin from mod modernfix,pl:mixin:A}     at TRANSFORMER/[email protected]/net.minecraft.client.MouseHandler.lambda$setup$5(MouseHandler.java:202) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterthirdperson.mixins.json:MouseMixin from mod betterthirdperson,pl:mixin:APP:balm.neoforge.mixins.json:MouseHandlerAccessor from mod balm,pl:mixin:APP:supplementaries-common.mixins.json:MouseHandlerMixin from mod supplementaries,pl:mixin:APP:mixins.cobblemon-common.json:MouseHandlerMixin from mod cobblemon,pl:mixin:APP:relics.mixins.json:MouseHandlerMixin from mod relics,pl:mixin:APP:smallships-common.mixins.json:zooming.client.MouseHandlerMixin from mod smallships,pl:mixin:APP:smallships-fabric-neoforge.mixins.json:container.MouseHandlerAccessor from mod smallships,pl:mixin:APP:owo.mixins.json:ui.layers.MouseMixin from mod owo,pl:mixin:APP:create.mixins.json:accessor.MouseHandlerAccessor from mod create,pl:mixin:APP:betterthirdperson.mixins.json:MouseFixupMixin from mod betterthirdperson,pl:mixin:A,pl:runtimedistcleaner:A}     at MC-BOOTSTRAP/[email protected]+5/org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43) ~[lwjgl-glfw-3.3.3.jar%23165!/:build 5] {}     at MC-BOOTSTRAP/[email protected]+5/org.lwjgl.system.JNI.invokeV(Native Method) ~[lwjgl-3.3.3.jar%23177!/:build 5] {}     at MC-BOOTSTRAP/[email protected]+5/org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3509) ~[lwjgl-glfw-3.3.3.jar%23165!/:build 5] {re:mixin}     at TRANSFORMER/[email protected]/com.mojang.blaze3d.systems.RenderSystem.limitDisplayFPS(RenderSystem.java:162) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.iris.json:MixinGlStateManager from mod iris,pl:mixin:APP:mixins.iris.json:MixinRenderSystem from mod iris,pl:mixin:APP:mixins.iris.json:statelisteners.MixinRenderSystem from mod iris,pl:mixin:APP:sodium-common.mixins.json:workarounds.event_loop.RenderSystemMixin from mod sodium,pl:mixin:APP:flywheel.backend.mixins.json:RenderSystemMixin from mod flywheel,pl:mixin:APP:ponder.mixins.json:client.accessor.RenderSystemAccessor from mod ponder,pl:mixin:APP:owo.mixins.json:ui.RenderSystemMixin from mod owo,pl:mixin:A,pl:runtimedistcleaner:A}     at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.runTick(Minecraft.java:1220) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick_render_call,xf:fml:xaerominimap:xaero_minecraftclient,xf:fml:xaeroworldmap:xaero_wm_minecraftclient,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick_render_call,xf:fml:xaerominimap:xaero_minecraftclient,xf:fml:xaeroworldmap:xaero_wm_minecraftclient,pl:mixin:APP:owo.mixins.json:MinecraftClientMixin from mod owo,pl:mixin:APP:modernfix-common.mixins.json:bugfix.world_leaks.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:bugfix.concurrency.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:feature.measure_time.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-neoforge.mixins.json:feature.measure_time.MinecraftMixin_Forge from mod modernfix,pl:mixin:APP:mixins.iris.json:MixinMinecraft_Images from mod iris,pl:mixin:APP:mixins.iris.json:MixinMinecraft_Keybinds from mod iris,pl:mixin:APP:mixins.iris.json:MixinMinecraft_PipelineManagement from mod iris,pl:mixin:APP:fabric-screen-api-v1.mixins.json:MinecraftClientMixin from mod fabric_screen_api_v1,pl:mixin:APP:supplementaries-common.mixins.json:MinecraftMixin from mod supplementaries,pl:mixin:APP:accessories-common.mixins.json:client.MinecraftMixin from mod accessories,pl:mixin:APP:cumulus_menus.mixins.json:client.accessor.MinecraftAccessor from mod cumulus_menus,pl:mixin:APP:aaa_particles-common.mixins.json:client.MixinMinecraft from mod aaa_particles,pl:mixin:APP:laserbridges.mixins.json:MixinMinecraft from mod laserbridges,pl:mixin:APP:glitchcore.mixins.json:client.MixinMinecraft from mod glitchcore,pl:mixin:APP:sodium-common.mixins.json:core.MinecraftMixin from mod sodium,pl:mixin:APP:sodium-neoforge.mixins.json:platform.neoforge.EntrypointMixin from mod sodium,pl:mixin:APP:notenoughanimations.mixins.json:LivingRenderStateMixin from mod notenoughanimations,pl:mixin:APP:flywheel.impl.mixins.json:MinecraftMixin from mod flywheel,pl:mixin:APP:ponder.mixins.json:client.WindowResizeMixin from mod ponder,pl:mixin:APP:cold_sweat.mixin.json:MixinInventoryOpenClient from mod cold_sweat,pl:mixin:APP:cold_sweat.mixin.json:MixinPickEntity from mod cold_sweat,pl:mixin:APP:notenoughcrashes.mixins.json:client.MixinMinecraftClient from mod notenoughcrashes,pl:mixin:APP:aether.mixins.json:client.accessor.MinecraftAccessor from mod aether,pl:mixin:APP:bookshelf.mixins.json:access.client.AccessorMinecraft from mod bookshelf,pl:mixin:APP:carryon.mixins.json:MinecraftMixin from mod carryon,pl:mixin:APP:mixins.sodiumdynamiclights.json:MinecraftClientMixin from mod sodiumdynamiclights,pl:mixin:APP:entity_model_features-common.mixins.json:MixinResourceReloadEnd from mod entity_model_features,pl:mixin:APP:entity_model_features-common.mixins.json:MixinResourceReloadStart from mod entity_model_features,pl:mixin:APP:entity_model_features-common.mixins.json:accessor.MinecraftClientAccessor from mod entity_model_features,pl:mixin:APP:entity_texture_features-common.mixins.json:reloading.MixinMinecraftClient from mod entity_texture_features,pl:mixin:APP:entity_texture_features-common.mixins.json:reloading.MixinResourceReload from mod entity_texture_features,pl:mixin:APP:betterthirdperson.mixins.json:MinecraftClientMixin from mod betterthirdperson,pl:mixin:APP:architectury.mixins.json:MixinMinecraft from mod architectury,pl:mixin:APP:fightorflight.mixins_common.json:MinecraftClientInject from mod fightorflight,pl:mixin:APP:fabric-networking-api-v1.client.mixins.json:accessor.MinecraftClientAccessor from mod fabric_networking_api_v1,pl:mixin:APP:smallships-fabric-neoforge.mixins.json:container.MinecraftMixin from mod smallships,pl:mixin:APP:l2menustacker.mixins.json:MinecraftMixin from mod l2menustacker,pl:mixin:APP:fabric-lifecycle-events-v1.client.mixins.json:MinecraftClientMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:owo.mixins.json:ui.MinecraftClientMixin from mod owo,pl:mixin:APP:utility_belt.client.mixins.json:MinecraftMixin from mod utility_belt,pl:mixin:APP:moonlight-common.mixins.json:MinecraftMixin from mod moonlight,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin from mod iceberg,pl:mixin:APP:irons_spellbooks.mixins.json:MinecraftMixin from mod irons_spellbooks,pl:mixin:APP:fabric-events-interaction-v0.client.mixins.json:MinecraftClientMixin from mod fabric_events_interaction_v0,pl:mixin:APP:sound_physics_remastered.mixins.json:MinecraftMixin from mod (unknown),pl:mixin:APP:create.mixins.json:accessor.MinecraftAccessor from mod create,pl:mixin:APP:modernfix-common.mixins.json:feature.remove_telemetry.MinecraftMixin_Telemetry from mod modernfix,pl:mixin:A,pl:runtimedistcleaner:A}     at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.run(Minecraft.java:807) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick_render_call,xf:fml:xaerominimap:xaero_minecraftclient,xf:fml:xaeroworldmap:xaero_wm_minecraftclient,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick_render_call,xf:fml:xaerominimap:xaero_minecraftclient,xf:fml:xaeroworldmap:xaero_wm_minecraftclient,pl:mixin:APP:owo.mixins.json:MinecraftClientMixin from mod owo,pl:mixin:APP:modernfix-common.mixins.json:bugfix.world_leaks.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:bugfix.concurrency.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:feature.measure_time.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-neoforge.mixins.json:feature.measure_time.MinecraftMixin_Forge from mod modernfix,pl:mixin:APP:mixins.iris.json:MixinMinecraft_Images from mod iris,pl:mixin:APP:mixins.iris.json:MixinMinecraft_Keybinds from mod iris,pl:mixin:APP:mixins.iris.json:MixinMinecraft_PipelineManagement from mod iris,pl:mixin:APP:fabric-screen-api-v1.mixins.json:MinecraftClientMixin from mod fabric_screen_api_v1,pl:mixin:APP:supplementaries-common.mixins.json:MinecraftMixin from mod supplementaries,pl:mixin:APP:accessories-common.mixins.json:client.MinecraftMixin from mod accessories,pl:mixin:APP:cumulus_menus.mixins.json:client.accessor.MinecraftAccessor from mod cumulus_menus,pl:mixin:APP:aaa_particles-common.mixins.json:client.MixinMinecraft from mod aaa_particles,pl:mixin:APP:laserbridges.mixins.json:MixinMinecraft from mod laserbridges,pl:mixin:APP:glitchcore.mixins.json:client.MixinMinecraft from mod glitchcore,pl:mixin:APP:sodium-common.mixins.json:core.MinecraftMixin from mod sodium,pl:mixin:APP:sodium-neoforge.mixins.json:platform.neoforge.EntrypointMixin from mod sodium,pl:mixin:APP:notenoughanimations.mixins.json:LivingRenderStateMixin from mod notenoughanimations,pl:mixin:APP:flywheel.impl.mixins.json:MinecraftMixin from mod flywheel,pl:mixin:APP:ponder.mixins.json:client.WindowResizeMixin from mod ponder,pl:mixin:APP:cold_sweat.mixin.json:MixinInventoryOpenClient from mod cold_sweat,pl:mixin:APP:cold_sweat.mixin.json:MixinPickEntity from mod cold_sweat,pl:mixin:APP:notenoughcrashes.mixins.json:client.MixinMinecraftClient from mod notenoughcrashes,pl:mixin:APP:aether.mixins.json:client.accessor.MinecraftAccessor from mod aether,pl:mixin:APP:bookshelf.mixins.json:access.client.AccessorMinecraft from mod bookshelf,pl:mixin:APP:carryon.mixins.json:MinecraftMixin from mod carryon,pl:mixin:APP:mixins.sodiumdynamiclights.json:MinecraftClientMixin from mod sodiumdynamiclights,pl:mixin:APP:entity_model_features-common.mixins.json:MixinResourceReloadEnd from mod entity_model_features,pl:mixin:APP:entity_model_features-common.mixins.json:MixinResourceReloadStart from mod entity_model_features,pl:mixin:APP:entity_model_features-common.mixins.json:accessor.MinecraftClientAccessor from mod entity_model_features,pl:mixin:APP:entity_texture_features-common.mixins.json:reloading.MixinMinecraftClient from mod entity_texture_features,pl:mixin:APP:entity_texture_features-common.mixins.json:reloading.MixinResourceReload from mod entity_texture_features,pl:mixin:APP:betterthirdperson.mixins.json:MinecraftClientMixin from mod betterthirdperson,pl:mixin:APP:architectury.mixins.json:MixinMinecraft from mod architectury,pl:mixin:APP:fightorflight.mixins_common.json:MinecraftClientInject from mod fightorflight,pl:mixin:APP:fabric-networking-api-v1.client.mixins.json:accessor.MinecraftClientAccessor from mod fabric_networking_api_v1,pl:mixin:APP:smallships-fabric-neoforge.mixins.json:container.MinecraftMixin from mod smallships,pl:mixin:APP:l2menustacker.mixins.json:MinecraftMixin from mod l2menustacker,pl:mixin:APP:fabric-lifecycle-events-v1.client.mixins.json:MinecraftClientMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:owo.mixins.json:ui.MinecraftClientMixin from mod owo,pl:mixin:APP:utility_belt.client.mixins.json:MinecraftMixin from mod utility_belt,pl:mixin:APP:moonlight-common.mixins.json:MinecraftMixin from mod moonlight,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin from mod iceberg,pl:mixin:APP:irons_spellbooks.mixins.json:MinecraftMixin from mod irons_spellbooks,pl:mixin:APP:fabric-events-interaction-v0.client.mixins.json:MinecraftClientMixin from mod fabric_events_interaction_v0,pl:mixin:APP:sound_physics_remastered.mixins.json:MinecraftMixin from mod (unknown),pl:mixin:APP:create.mixins.json:accessor.MinecraftAccessor from mod create,pl:mixin:APP:modernfix-common.mixins.json:feature.remove_telemetry.MinecraftMixin_Telemetry from mod modernfix,pl:mixin:A,pl:runtimedistcleaner:A}     at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.main(Main.java:230) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:notenoughcrashes.forge.mixins.json:client.MixinMain from mod notenoughcrashes,pl:mixin:A,pl:runtimedistcleaner:A}     at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] {}     at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] {re:mixin}     at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:136) ~[loader-4.0.38.jar%23120!/:4.0] {}     at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:124) ~[loader-4.0.38.jar%23120!/:4.0] {}     at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonClientLaunchHandler.runService(CommonClientLaunchHandler.java:32) ~[loader-4.0.38.jar%23120!/:4.0] {}     at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonLaunchHandler.lambda$launchService$4(CommonLaunchHandler.java:118) ~[loader-4.0.38.jar%23120!/:4.0] {}     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-11.0.4.jar%23106!/:?] {}     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-11.0.4.jar%23106!/:?] {}     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-11.0.4.jar%23106!/:?] {}     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:103) [modlauncher-11.0.4.jar%23106!/:?] {}     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:74) [modlauncher-11.0.4.jar%23106!/:?] {}     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-11.0.4.jar%23106!/:?] {}     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-11.0.4.jar%23106!/:?] {}     at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.run(BootstrapLauncher.java:210) [bootstraplauncher-2.0.2.jar:?] {}     at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:69) [bootstraplauncher-2.0.2.jar:?] {} A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Render thread Stacktrace:     at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.load(RegistryDataLoader.java:154) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:fabric-resource-conditions-api-v1.mixins.json:RegistryLoaderMixin from mod fabric_resource_conditions_api_v1,pl:mixin:APP:fabric-registry-sync-v0.mixins.json:RegistryLoaderMixin from mod fabric_registry_sync_v0,pl:mixin:APP:fabric-item-api-v1.mixins.json:RegistryLoaderMixin from mod fabric_item_api_v1,pl:mixin:A}     at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.mixinextras$bridge$load$34(RegistryDataLoader.java) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:fabric-resource-conditions-api-v1.mixins.json:RegistryLoaderMixin from mod fabric_resource_conditions_api_v1,pl:mixin:APP:fabric-registry-sync-v0.mixins.json:RegistryLoaderMixin from mod fabric_registry_sync_v0,pl:mixin:APP:fabric-item-api-v1.mixins.json:RegistryLoaderMixin from mod fabric_item_api_v1,pl:mixin:A}     at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.wrapOperation$cjo000$fabric_resource_conditions_api_v1$captureRegistries(RegistryDataLoader.java:555) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:fabric-resource-conditions-api-v1.mixins.json:RegistryLoaderMixin from mod fabric_resource_conditions_api_v1,pl:mixin:APP:fabric-registry-sync-v0.mixins.json:RegistryLoaderMixin from mod fabric_registry_sync_v0,pl:mixin:APP:fabric-item-api-v1.mixins.json:RegistryLoaderMixin from mod fabric_item_api_v1,pl:mixin:A}     at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.mixinextras$bridge$wrapOperation$cjo000$fabric_resource_conditions_api_v1$captureRegistries$35(RegistryDataLoader.java) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:fabric-resource-conditions-api-v1.mixins.json:RegistryLoaderMixin from mod fabric_resource_conditions_api_v1,pl:mixin:APP:fabric-registry-sync-v0.mixins.json:RegistryLoaderMixin from mod fabric_registry_sync_v0,pl:mixin:APP:fabric-item-api-v1.mixins.json:RegistryLoaderMixin from mod fabric_item_api_v1,pl:mixin:A}     at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.wrapOperation$cml000$fabric_registry_sync_v0$wrapIsServerCall(RegistryDataLoader.java:1052) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:fabric-resource-conditions-api-v1.mixins.json:RegistryLoaderMixin from mod fabric_resource_conditions_api_v1,pl:mixin:APP:fabric-registry-sync-v0.mixins.json:RegistryLoaderMixin from mod fabric_registry_sync_v0,pl:mixin:APP:fabric-item-api-v1.mixins.json:RegistryLoaderMixin from mod fabric_item_api_v1,pl:mixin:A}     at TRANSFORMER/[email protected]/net.minecraft.resources.RegistryDataLoader.load(RegistryDataLoader.java:118) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:fabric-resource-conditions-api-v1.mixins.json:RegistryLoaderMixin from mod fabric_resource_conditions_api_v1,pl:mixin:APP:fabric-registry-sync-v0.mixins.json:RegistryLoaderMixin from mod fabric_registry_sync_v0,pl:mixin:APP:fabric-item-api-v1.mixins.json:RegistryLoaderMixin from mod fabric_item_api_v1,pl:mixin:A}     at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.loadLayer(WorldLoader.java:76) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:classloading}     at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.loadAndReplaceLayer(WorldLoader.java:82) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:classloading}     at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.load(WorldLoader.java:35) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:classloading}     at TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.CreateWorldScreen.openFresh(CreateWorldScreen.java:123) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.CreateWorldScreenMixin from mod modernfix,pl:mixin:APP:modernfix-neoforge.mixins.json:bugfix.extra_experimental_screen.CreateWorldScreenMixin from mod modernfix,pl:mixin:APP:cumulus_menus.mixins.json:client.CreateWorldScreenMixin from mod cumulus_menus,pl:mixin:APP:fabric-resource-loader-v0.client.mixins.json:CreateWorldScreenMixin from mod fabric_resource_loader_v0,pl:mixin:A,pl:runtimedistcleaner:A}     at TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldSelectionList.loadLevels(WorldSelectionList.java:192) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:classloading,pl:runtimedistcleaner:A}     at TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldSelectionList.<init>(WorldSelectionList.java:111) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:classloading,pl:runtimedistcleaner:A}     at TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.SelectWorldScreen.init(SelectWorldScreen.java:51) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:classloading}     at TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.Screen.init(Screen.java:317) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:computing_frames,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:fabric-screen-api-v1.mixins.json:ScreenMixin from mod fabric_screen_api_v1,pl:mixin:APP:balm.neoforge.mixins.json:ScreenAccessor from mod balm,pl:mixin:APP:fabric-screen-api-v1.mixins.json:ScreenAccessor from mod fabric_screen_api_v1,pl:mixin:APP:immersiveui-common.mixins.json:ScreenMixin from mod immersiveui,pl:mixin:APP:mixins.cobblemon-neoforge.json:ScreenMixin from mod cobblemon,pl:mixin:APP:yungsmenutweaks.mixins.json:ScreenMixin from mod yungsmenutweaks,pl:mixin:APP:cumulus_menus.mixins.json:client.accessor.ScreenAccessor from mod cumulus_menus,pl:mixin:APP:ponder.mixins.json:client.accessor.ScreenAccessor from mod ponder,pl:mixin:APP:cold_sweat.mixin.json:MixinChatClicked from mod cold_sweat,pl:mixin:APP:aether.mixins.json:client.accessor.ScreenAccessor from mod aether,pl:mixin:APP:relics.mixins.json:ScreenMixin from mod relics,pl:mixin:APP:patchouli_xplat.mixins.json:client.AccessorScreen from mod patchouli,pl:mixin:APP:owo.mixins.json:ScreenAccessor from mod owo,pl:mixin:APP:owo.mixins.json:ui.ScreenMixin from mod owo,pl:mixin:APP:iceberg.mixins.json:ScreenMixin from mod iceberg,pl:mixin:APP:owo.mixins.json:ui.layers.ScreenMixin from mod owo,pl:mixin:A,pl:runtimedistcleaner:A}     at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.setScreen(Minecraft.java:1057) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick_render_call,xf:fml:xaerominimap:xaero_minecraftclient,xf:fml:xaeroworldmap:xaero_wm_minecraftclient,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick_render_call,xf:fml:xaerominimap:xaero_minecraftclient,xf:fml:xaeroworldmap:xaero_wm_minecraftclient,pl:mixin:APP:owo.mixins.json:MinecraftClientMixin from mod owo,pl:mixin:APP:modernfix-common.mixins.json:bugfix.world_leaks.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:bugfix.concurrency.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:feature.measure_time.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-neoforge.mixins.json:feature.measure_time.MinecraftMixin_Forge from mod modernfix,pl:mixin:APP:mixins.iris.json:MixinMinecraft_Images from mod iris,pl:mixin:APP:mixins.iris.json:MixinMinecraft_Keybinds from mod iris,pl:mixin:APP:mixins.iris.json:MixinMinecraft_PipelineManagement from mod iris,pl:mixin:APP:fabric-screen-api-v1.mixins.json:MinecraftClientMixin from mod fabric_screen_api_v1,pl:mixin:APP:supplementaries-common.mixins.json:MinecraftMixin from mod supplementaries,pl:mixin:APP:accessories-common.mixins.json:client.MinecraftMixin from mod accessories,pl:mixin:APP:cumulus_menus.mixins.json:client.accessor.MinecraftAccessor from mod cumulus_menus,pl:mixin:APP:aaa_particles-common.mixins.json:client.MixinMinecraft from mod aaa_particles,pl:mixin:APP:laserbridges.mixins.json:MixinMinecraft from mod laserbridges,pl:mixin:APP:glitchcore.mixins.json:client.MixinMinecraft from mod glitchcore,pl:mixin:APP:sodium-common.mixins.json:core.MinecraftMixin from mod sodium,pl:mixin:APP:sodium-neoforge.mixins.json:platform.neoforge.EntrypointMixin from mod sodium,pl:mixin:APP:notenoughanimations.mixins.json:LivingRenderStateMixin from mod notenoughanimations,pl:mixin:APP:flywheel.impl.mixins.json:MinecraftMixin from mod flywheel,pl:mixin:APP:ponder.mixins.json:client.WindowResizeMixin from mod ponder,pl:mixin:APP:cold_sweat.mixin.json:MixinInventoryOpenClient from mod cold_sweat,pl:mixin:APP:cold_sweat.mixin.json:MixinPickEntity from mod cold_sweat,pl:mixin:APP:notenoughcrashes.mixins.json:client.MixinMinecraftClient from mod notenoughcrashes,pl:mixin:APP:aether.mixins.json:client.accessor.MinecraftAccessor from mod aether,pl:mixin:APP:bookshelf.mixins.json:access.client.AccessorMinecraft from mod bookshelf,pl:mixin:APP:carryon.mixins.json:MinecraftMixin from mod carryon,pl:mixin:APP:mixins.sodiumdynamiclights.json:MinecraftClientMixin from mod sodiumdynamiclights,pl:mixin:APP:entity_model_features-common.mixins.json:MixinResourceReloadEnd from mod entity_model_features,pl:mixin:APP:entity_model_features-common.mixins.json:MixinResourceReloadStart from mod entity_model_features,pl:mixin:APP:entity_model_features-common.mixins.json:accessor.MinecraftClientAccessor from mod entity_model_features,pl:mixin:APP:entity_texture_features-common.mixins.json:reloading.MixinMinecraftClient from mod entity_texture_features,pl:mixin:APP:entity_texture_features-common.mixins.json:reloading.MixinResourceReload from mod entity_texture_features,pl:mixin:APP:betterthirdperson.mixins.json:MinecraftClientMixin from mod betterthirdperson,pl:mixin:APP:architectury.mixins.json:MixinMinecraft from mod architectury,pl:mixin:APP:fightorflight.mixins_common.json:MinecraftClientInject from mod fightorflight,pl:mixin:APP:fabric-networking-api-v1.client.mixins.json:accessor.MinecraftClientAccessor from mod fabric_networking_api_v1,pl:mixin:APP:smallships-fabric-neoforge.mixins.json:container.MinecraftMixin from mod smallships,pl:mixin:APP:l2menustacker.mixins.json:MinecraftMixin from mod l2menustacker,pl:mixin:APP:fabric-lifecycle-events-v1.client.mixins.json:MinecraftClientMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:owo.mixins.json:ui.MinecraftClientMixin from mod owo,pl:mixin:APP:utility_belt.client.mixins.json:MinecraftMixin from mod utility_belt,pl:mixin:APP:moonlight-common.mixins.json:MinecraftMixin from mod moonlight,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin from mod iceberg,pl:mixin:APP:irons_spellbooks.mixins.json:MinecraftMixin from mod irons_spellbooks,pl:mixin:APP:fabric-events-interaction-v0.client.mixins.json:MinecraftClientMixin from mod fabric_events_interaction_v0,pl:mixin:APP:sound_physics_remastered.mixins.json:MinecraftMixin from mod (unknown),pl:mixin:APP:create.mixins.json:accessor.MinecraftAccessor from mod create,pl:mixin:APP:modernfix-common.mixins.json:feature.remove_telemetry.MinecraftMixin_Telemetry from mod modernfix,pl:mixin:A,pl:runtimedistcleaner:A}     at TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.TitleScreen.lambda$createNormalMenuOptions$7(TitleScreen.java:161) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:computing_frames,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.iris.json:MixinTitleScreen from mod iris,pl:mixin:APP:cumulus_menus.mixins.json:client.TitleScreenMixin from mod cumulus_menus,pl:mixin:APP:cumulus_menus.mixins.json:client.accessor.TitleScreenAccessor from mod cumulus_menus,pl:mixin:APP:aether.mixins.json:client.accessor.TitleScreenAccessor from mod aether,pl:mixin:APP:collective_neoforge.mixins.json:TitleScreenMixin from mod collective,pl:mixin:A,pl:runtimedistcleaner:A}     at TRANSFORMER/[email protected]/net.minecraft.client.gui.components.Button.onPress(Button.java:41) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}     at TRANSFORMER/[email protected]/net.minecraft.client.gui.components.AbstractButton.onClick(AbstractButton.java:47) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:computing_frames,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:accessories-common.mixins.json:client.AbstractButtonMixin from mod accessories,pl:mixin:A,pl:runtimedistcleaner:A}     at TRANSFORMER/[email protected]/net.neoforged.neoforge.client.extensions.IAbstractWidgetExtension.onClick(IAbstractWidgetExtension.java:36) ~[neoforge-21.1.133-universal.jar%23398!/:?] {re:computing_frames,re:mixin,re:classloading}     at TRANSFORMER/[email protected]/net.minecraft.client.gui.components.AbstractWidget.mouseClicked(AbstractWidget.java:144) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:computing_frames,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:yungsmenutweaks.mixins.json:AbstractWidgetMixin from mod yungsmenutweaks,pl:mixin:APP:accessories-common.mixins.json:client.owo.ComponentStubMixin from mod accessories,pl:mixin:APP:owo.mixins.json:ui.ClickableWidgetMixin from mod owo,pl:mixin:APP:owo.mixins.json:ui.access.ClickableWidgetAccessor from mod owo,pl:mixin:A,pl:runtimedistcleaner:A}     at TRANSFORMER/[email protected]/net.minecraft.client.gui.components.events.ContainerEventHandler.mouseClicked(ContainerEventHandler.java:38) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:computing_frames,re:mixin,re:classloading}     at TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.TitleScreen.mouseClicked(TitleScreen.java:340) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:computing_frames,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.iris.json:MixinTitleScreen from mod iris,pl:mixin:APP:cumulus_menus.mixins.json:client.TitleScreenMixin from mod cumulus_menus,pl:mixin:APP:cumulus_menus.mixins.json:client.accessor.TitleScreenAccessor from mod cumulus_menus,pl:mixin:APP:aether.mixins.json:client.accessor.TitleScreenAccessor from mod aether,pl:mixin:APP:collective_neoforge.mixins.json:TitleScreenMixin from mod collective,pl:mixin:A,pl:runtimedistcleaner:A}     at TRANSFORMER/[email protected]/net.minecraft.client.MouseHandler.lambda$onPress$0(MouseHandler.java:98) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterthirdperson.mixins.json:MouseMixin from mod betterthirdperson,pl:mixin:APP:balm.neoforge.mixins.json:MouseHandlerAccessor from mod balm,pl:mixin:APP:supplementaries-common.mixins.json:MouseHandlerMixin from mod supplementaries,pl:mixin:APP:mixins.cobblemon-common.json:MouseHandlerMixin from mod cobblemon,pl:mixin:APP:relics.mixins.json:MouseHandlerMixin from mod relics,pl:mixin:APP:smallships-common.mixins.json:zooming.client.MouseHandlerMixin from mod smallships,pl:mixin:APP:smallships-fabric-neoforge.mixins.json:container.MouseHandlerAccessor from mod smallships,pl:mixin:APP:owo.mixins.json:ui.layers.MouseMixin from mod owo,pl:mixin:APP:create.mixins.json:accessor.MouseHandlerAccessor from mod create,pl:mixin:APP:betterthirdperson.mixins.json:MouseFixupMixin from mod betterthirdperson,pl:mixin:A,pl:runtimedistcleaner:A} -- Affected screen -- Details:     Screen name: net.minecraft.client.gui.screens.TitleScreen Stacktrace:     at TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.Screen.wrapScreenError(Screen.java:451) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:computing_frames,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:fabric-screen-api-v1.mixins.json:ScreenMixin from mod fabric_screen_api_v1,pl:mixin:APP:balm.neoforge.mixins.json:ScreenAccessor from mod balm,pl:mixin:APP:fabric-screen-api-v1.mixins.json:ScreenAccessor from mod fabric_screen_api_v1,pl:mixin:APP:immersiveui-common.mixins.json:ScreenMixin from mod immersiveui,pl:mixin:APP:mixins.cobblemon-neoforge.json:ScreenMixin from mod cobblemon,pl:mixin:APP:yungsmenutweaks.mixins.json:ScreenMixin from mod yungsmenutweaks,pl:mixin:APP:cumulus_menus.mixins.json:client.accessor.ScreenAccessor from mod cumulus_menus,pl:mixin:APP:ponder.mixins.json:client.accessor.ScreenAccessor from mod ponder,pl:mixin:APP:cold_sweat.mixin.json:MixinChatClicked from mod cold_sweat,pl:mixin:APP:aether.mixins.json:client.accessor.ScreenAccessor from mod aether,pl:mixin:APP:relics.mixins.json:ScreenMixin from mod relics,pl:mixin:APP:patchouli_xplat.mixins.json:client.AccessorScreen from mod patchouli,pl:mixin:APP:owo.mixins.json:ScreenAccessor from mod owo,pl:mixin:APP:owo.mixins.json:ui.ScreenMixin from mod owo,pl:mixin:APP:iceberg.mixins.json:ScreenMixin from mod iceberg,pl:mixin:APP:owo.mixins.json:ui.layers.ScreenMixin from mod owo,pl:mixin:A,pl:runtimedistcleaner:A}     at TRANSFORMER/[email protected]/net.minecraft.client.MouseHandler.onPress(MouseHandler.java:95) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterthirdperson.mixins.json:MouseMixin from mod betterthirdperson,pl:mixin:APP:balm.neoforge.mixins.json:MouseHandlerAccessor from mod balm,pl:mixin:APP:supplementaries-common.mixins.json:MouseHandlerMixin from mod supplementaries,pl:mixin:APP:mixins.cobblemon-common.json:MouseHandlerMixin from mod cobblemon,pl:mixin:APP:relics.mixins.json:MouseHandlerMixin from mod relics,pl:mixin:APP:smallships-common.mixins.json:zooming.client.MouseHandlerMixin from mod smallships,pl:mixin:APP:smallships-fabric-neoforge.mixins.json:container.MouseHandlerAccessor from mod smallships,pl:mixin:APP:owo.mixins.json:ui.layers.MouseMixin from mod owo,pl:mixin:APP:create.mixins.json:accessor.MouseHandlerAccessor from mod create,pl:mixin:APP:betterthirdperson.mixins.json:MouseFixupMixin from mod betterthirdperson,pl:mixin:A,pl:runtimedistcleaner:A}     at TRANSFORMER/[email protected]/net.minecraft.client.MouseHandler.lambda$setup$4(MouseHandler.java:202) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterthirdperson.mixins.json:MouseMixin from mod betterthirdperson,pl:mixin:APP:balm.neoforge.mixins.json:MouseHandlerAccessor from mod balm,pl:mixin:APP:supplementaries-common.mixins.json:MouseHandlerMixin from mod supplementaries,pl:mixin:APP:mixins.cobblemon-common.json:MouseHandlerMixin from mod cobblemon,pl:mixin:APP:relics.mixins.json:MouseHandlerMixin from mod relics,pl:mixin:APP:smallships-common.mixins.json:zooming.client.MouseHandlerMixin from mod smallships,pl:mixin:APP:smallships-fabric-neoforge.mixins.json:container.MouseHandlerAccessor from mod smallships,pl:mixin:APP:owo.mixins.json:ui.layers.MouseMixin from mod owo,pl:mixin:APP:create.mixins.json:accessor.MouseHandlerAccessor from mod create,pl:mixin:APP:betterthirdperson.mixins.json:MouseFixupMixin from mod betterthirdperson,pl:mixin:A,pl:runtimedistcleaner:A}     at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:98) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:perf.fix_loop_spin_waiting.BlockableEventLoopMixin from mod modernfix,pl:mixin:A}     at TRANSFORMER/[email protected]/net.minecraft.client.MouseHandler.lambda$setup$5(MouseHandler.java:202) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterthirdperson.mixins.json:MouseMixin from mod betterthirdperson,pl:mixin:APP:balm.neoforge.mixins.json:MouseHandlerAccessor from mod balm,pl:mixin:APP:supplementaries-common.mixins.json:MouseHandlerMixin from mod supplementaries,pl:mixin:APP:mixins.cobblemon-common.json:MouseHandlerMixin from mod cobblemon,pl:mixin:APP:relics.mixins.json:MouseHandlerMixin from mod relics,pl:mixin:APP:smallships-common.mixins.json:zooming.client.MouseHandlerMixin from mod smallships,pl:mixin:APP:smallships-fabric-neoforge.mixins.json:container.MouseHandlerAccessor from mod smallships,pl:mixin:APP:owo.mixins.json:ui.layers.MouseMixin from mod owo,pl:mixin:APP:create.mixins.json:accessor.MouseHandlerAccessor from mod create,pl:mixin:APP:betterthirdperson.mixins.json:MouseFixupMixin from mod betterthirdperson,pl:mixin:A,pl:runtimedistcleaner:A}     at MC-BOOTSTRAP/[email protected]+5/org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43) ~[lwjgl-glfw-3.3.3.jar%23165!/:build 5] {}     at MC-BOOTSTRAP/[email protected]+5/org.lwjgl.system.JNI.invokeV(Native Method) ~[lwjgl-3.3.3.jar%23177!/:build 5] {}     at MC-BOOTSTRAP/[email protected]+5/org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3509) ~[lwjgl-glfw-3.3.3.jar%23165!/:build 5] {re:mixin}     at TRANSFORMER/[email protected]/com.mojang.blaze3d.systems.RenderSystem.limitDisplayFPS(RenderSystem.java:162) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.iris.json:MixinGlStateManager from mod iris,pl:mixin:APP:mixins.iris.json:MixinRenderSystem from mod iris,pl:mixin:APP:mixins.iris.json:statelisteners.MixinRenderSystem from mod iris,pl:mixin:APP:sodium-common.mixins.json:workarounds.event_loop.RenderSystemMixin from mod sodium,pl:mixin:APP:flywheel.backend.mixins.json:RenderSystemMixin from mod flywheel,pl:mixin:APP:ponder.mixins.json:client.accessor.RenderSystemAccessor from mod ponder,pl:mixin:APP:owo.mixins.json:ui.RenderSystemMixin from mod owo,pl:mixin:A,pl:runtimedistcleaner:A}     at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.runTick(Minecraft.java:1220) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick_render_call,xf:fml:xaerominimap:xaero_minecraftclient,xf:fml:xaeroworldmap:xaero_wm_minecraftclient,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick_render_call,xf:fml:xaerominimap:xaero_minecraftclient,xf:fml:xaeroworldmap:xaero_wm_minecraftclient,pl:mixin:APP:owo.mixins.json:MinecraftClientMixin from mod owo,pl:mixin:APP:modernfix-common.mixins.json:bugfix.world_leaks.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:bugfix.concurrency.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:feature.measure_time.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-neoforge.mixins.json:feature.measure_time.MinecraftMixin_Forge from mod modernfix,pl:mixin:APP:mixins.iris.json:MixinMinecraft_Images from mod iris,pl:mixin:APP:mixins.iris.json:MixinMinecraft_Keybinds from mod iris,pl:mixin:APP:mixins.iris.json:MixinMinecraft_PipelineManagement from mod iris,pl:mixin:APP:fabric-screen-api-v1.mixins.json:MinecraftClientMixin from mod fabric_screen_api_v1,pl:mixin:APP:supplementaries-common.mixins.json:MinecraftMixin from mod supplementaries,pl:mixin:APP:accessories-common.mixins.json:client.MinecraftMixin from mod accessories,pl:mixin:APP:cumulus_menus.mixins.json:client.accessor.MinecraftAccessor from mod cumulus_menus,pl:mixin:APP:aaa_particles-common.mixins.json:client.MixinMinecraft from mod aaa_particles,pl:mixin:APP:laserbridges.mixins.json:MixinMinecraft from mod laserbridges,pl:mixin:APP:glitchcore.mixins.json:client.MixinMinecraft from mod glitchcore,pl:mixin:APP:sodium-common.mixins.json:core.MinecraftMixin from mod sodium,pl:mixin:APP:sodium-neoforge.mixins.json:platform.neoforge.EntrypointMixin from mod sodium,pl:mixin:APP:notenoughanimations.mixins.json:LivingRenderStateMixin from mod notenoughanimations,pl:mixin:APP:flywheel.impl.mixins.json:MinecraftMixin from mod flywheel,pl:mixin:APP:ponder.mixins.json:client.WindowResizeMixin from mod ponder,pl:mixin:APP:cold_sweat.mixin.json:MixinInventoryOpenClient from mod cold_sweat,pl:mixin:APP:cold_sweat.mixin.json:MixinPickEntity from mod cold_sweat,pl:mixin:APP:notenoughcrashes.mixins.json:client.MixinMinecraftClient from mod notenoughcrashes,pl:mixin:APP:aether.mixins.json:client.accessor.MinecraftAccessor from mod aether,pl:mixin:APP:bookshelf.mixins.json:access.client.AccessorMinecraft from mod bookshelf,pl:mixin:APP:carryon.mixins.json:MinecraftMixin from mod carryon,pl:mixin:APP:mixins.sodiumdynamiclights.json:MinecraftClientMixin from mod sodiumdynamiclights,pl:mixin:APP:entity_model_features-common.mixins.json:MixinResourceReloadEnd from mod entity_model_features,pl:mixin:APP:entity_model_features-common.mixins.json:MixinResourceReloadStart from mod entity_model_features,pl:mixin:APP:entity_model_features-common.mixins.json:accessor.MinecraftClientAccessor from mod entity_model_features,pl:mixin:APP:entity_texture_features-common.mixins.json:reloading.MixinMinecraftClient from mod entity_texture_features,pl:mixin:APP:entity_texture_features-common.mixins.json:reloading.MixinResourceReload from mod entity_texture_features,pl:mixin:APP:betterthirdperson.mixins.json:MinecraftClientMixin from mod betterthirdperson,pl:mixin:APP:architectury.mixins.json:MixinMinecraft from mod architectury,pl:mixin:APP:fightorflight.mixins_common.json:MinecraftClientInject from mod fightorflight,pl:mixin:APP:fabric-networking-api-v1.client.mixins.json:accessor.MinecraftClientAccessor from mod fabric_networking_api_v1,pl:mixin:APP:smallships-fabric-neoforge.mixins.json:container.MinecraftMixin from mod smallships,pl:mixin:APP:l2menustacker.mixins.json:MinecraftMixin from mod l2menustacker,pl:mixin:APP:fabric-lifecycle-events-v1.client.mixins.json:MinecraftClientMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:owo.mixins.json:ui.MinecraftClientMixin from mod owo,pl:mixin:APP:utility_belt.client.mixins.json:MinecraftMixin from mod utility_belt,pl:mixin:APP:moonlight-common.mixins.json:MinecraftMixin from mod moonlight,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin from mod iceberg,pl:mixin:APP:irons_spellbooks.mixins.json:MinecraftMixin from mod irons_spellbooks,pl:mixin:APP:fabric-events-interaction-v0.client.mixins.json:MinecraftClientMixin from mod fabric_events_interaction_v0,pl:mixin:APP:sound_physics_remastered.mixins.json:MinecraftMixin from mod (unknown),pl:mixin:APP:create.mixins.json:accessor.MinecraftAccessor from mod create,pl:mixin:APP:modernfix-common.mixins.json:feature.remove_telemetry.MinecraftMixin_Telemetry from mod modernfix,pl:mixin:A,pl:runtimedistcleaner:A}     at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.run(Minecraft.java:807) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick_render_call,xf:fml:xaerominimap:xaero_minecraftclient,xf:fml:xaeroworldmap:xaero_wm_minecraftclient,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick_render_call,xf:fml:xaerominimap:xaero_minecraftclient,xf:fml:xaeroworldmap:xaero_wm_minecraftclient,pl:mixin:APP:owo.mixins.json:MinecraftClientMixin from mod owo,pl:mixin:APP:modernfix-common.mixins.json:bugfix.world_leaks.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:bugfix.concurrency.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:feature.measure_time.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-neoforge.mixins.json:feature.measure_time.MinecraftMixin_Forge from mod modernfix,pl:mixin:APP:mixins.iris.json:MixinMinecraft_Images from mod iris,pl:mixin:APP:mixins.iris.json:MixinMinecraft_Keybinds from mod iris,pl:mixin:APP:mixins.iris.json:MixinMinecraft_PipelineManagement from mod iris,pl:mixin:APP:fabric-screen-api-v1.mixins.json:MinecraftClientMixin from mod fabric_screen_api_v1,pl:mixin:APP:supplementaries-common.mixins.json:MinecraftMixin from mod supplementaries,pl:mixin:APP:accessories-common.mixins.json:client.MinecraftMixin from mod accessories,pl:mixin:APP:cumulus_menus.mixins.json:client.accessor.MinecraftAccessor from mod cumulus_menus,pl:mixin:APP:aaa_particles-common.mixins.json:client.MixinMinecraft from mod aaa_particles,pl:mixin:APP:laserbridges.mixins.json:MixinMinecraft from mod laserbridges,pl:mixin:APP:glitchcore.mixins.json:client.MixinMinecraft from mod glitchcore,pl:mixin:APP:sodium-common.mixins.json:core.MinecraftMixin from mod sodium,pl:mixin:APP:sodium-neoforge.mixins.json:platform.neoforge.EntrypointMixin from mod sodium,pl:mixin:APP:notenoughanimations.mixins.json:LivingRenderStateMixin from mod notenoughanimations,pl:mixin:APP:flywheel.impl.mixins.json:MinecraftMixin from mod flywheel,pl:mixin:APP:ponder.mixins.json:client.WindowResizeMixin from mod ponder,pl:mixin:APP:cold_sweat.mixin.json:MixinInventoryOpenClient from mod cold_sweat,pl:mixin:APP:cold_sweat.mixin.json:MixinPickEntity from mod cold_sweat,pl:mixin:APP:notenoughcrashes.mixins.json:client.MixinMinecraftClient from mod notenoughcrashes,pl:mixin:APP:aether.mixins.json:client.accessor.MinecraftAccessor from mod aether,pl:mixin:APP:bookshelf.mixins.json:access.client.AccessorMinecraft from mod bookshelf,pl:mixin:APP:carryon.mixins.json:MinecraftMixin from mod carryon,pl:mixin:APP:mixins.sodiumdynamiclights.json:MinecraftClientMixin from mod sodiumdynamiclights,pl:mixin:APP:entity_model_features-common.mixins.json:MixinResourceReloadEnd from mod entity_model_features,pl:mixin:APP:entity_model_features-common.mixins.json:MixinResourceReloadStart from mod entity_model_features,pl:mixin:APP:entity_model_features-common.mixins.json:accessor.MinecraftClientAccessor from mod entity_model_features,pl:mixin:APP:entity_texture_features-common.mixins.json:reloading.MixinMinecraftClient from mod entity_texture_features,pl:mixin:APP:entity_texture_features-common.mixins.json:reloading.MixinResourceReload from mod entity_texture_features,pl:mixin:APP:betterthirdperson.mixins.json:MinecraftClientMixin from mod betterthirdperson,pl:mixin:APP:architectury.mixins.json:MixinMinecraft from mod architectury,pl:mixin:APP:fightorflight.mixins_common.json:MinecraftClientInject from mod fightorflight,pl:mixin:APP:fabric-networking-api-v1.client.mixins.json:accessor.MinecraftClientAccessor from mod fabric_networking_api_v1,pl:mixin:APP:smallships-fabric-neoforge.mixins.json:container.MinecraftMixin from mod smallships,pl:mixin:APP:l2menustacker.mixins.json:MinecraftMixin from mod l2menustacker,pl:mixin:APP:fabric-lifecycle-events-v1.client.mixins.json:MinecraftClientMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:owo.mixins.json:ui.MinecraftClientMixin from mod owo,pl:mixin:APP:utility_belt.client.mixins.json:MinecraftMixin from mod utility_belt,pl:mixin:APP:moonlight-common.mixins.json:MinecraftMixin from mod moonlight,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin from mod iceberg,pl:mixin:APP:irons_spellbooks.mixins.json:MinecraftMixin from mod irons_spellbooks,pl:mixin:APP:fabric-events-interaction-v0.client.mixins.json:MinecraftClientMixin from mod fabric_events_interaction_v0,pl:mixin:APP:sound_physics_remastered.mixins.json:MinecraftMixin from mod (unknown),pl:mixin:APP:create.mixins.json:accessor.MinecraftAccessor from mod create,pl:mixin:APP:modernfix-common.mixins.json:feature.remove_telemetry.MinecraftMixin_Telemetry from mod modernfix,pl:mixin:A,pl:runtimedistcleaner:A}     at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.main(Main.java:230) ~[client-1.21.1-20240808.144430-srg.jar%23397!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:notenoughcrashes.forge.mixins.json:client.MixinMain from mod notenoughcrashes,pl:mixin:A,pl:runtimedistcleaner:A}     at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] {}     at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] {re:mixin}     at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:136) ~[loader-4.0.38.jar%23120!/:4.0] {}     at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:124) ~[loader-4.0.38.jar%23120!/:4.0] {}     at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonClientLaunchHandler.runService(CommonClientLaunchHandler.java:32) ~[loader-4.0.38.jar%23120!/:4.0] {}     at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonLaunchHandler.lambda$launchService$4(CommonLaunchHandler.java:118) ~[loader-4.0.38.jar%23120!/:4.0] {}     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-11.0.4.jar%23106!/:?] {}     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-11.0.4.jar%23106!/:?] {}     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-11.0.4.jar%23106!/:?] {}     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:103) [modlauncher-11.0.4.jar%23106!/:?] {}     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:74) [modlauncher-11.0.4.jar%23106!/:?] {}     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-11.0.4.jar%23106!/:?] {}     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-11.0.4.jar%23106!/:?] {}     at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.run(BootstrapLauncher.java:210) [bootstraplauncher-2.0.2.jar:?] {}     at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:69) [bootstraplauncher-2.0.2.jar:?] {} -- Cobblemon -- Details:     Version: 1.6.1     Is Snapshot: false     Git Commit: c66de51 (https://gitlab.com/cable-mc/cobblemon/-/commit/c66de51e39dd5144bde3550f630b58f67a835b65)     Branch: HEAD -- System Details -- Details:     Minecraft Version: 1.21.1     Minecraft Version ID: 1.21.1     Operating System: Windows 11 (amd64) version 10.0     Java Version: 21.0.3, Microsoft     Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft     Memory: 545257472 bytes (519 MiB) / 4823449600 bytes (4600 MiB) up to 8992587776 bytes (8576 MiB)     CPUs: 12     Processor Vendor: AuthenticAMD     Processor Name: AMD Ryzen 5 7600X 6-Core Processor                  Identifier: AuthenticAMD Family 25 Model 97 Stepping 2     Microarchitecture: Zen 3     Frequency (GHz): 4.69     Number of physical packages: 1     Number of physical CPUs: 6     Number of logical CPUs: 12     Graphics card #0 name: NVIDIA GeForce RTX 4060     Graphics card #0 vendor: NVIDIA     Graphics card #0 VRAM (MiB): 8188.00     Graphics card #0 deviceId: VideoController1     Graphics card #0 versionInfo: 32.0.15.6636     Graphics card #1 name: AMD Radeon(TM) Graphics     Graphics card #1 vendor: Advanced Micro Devices, Inc.     Graphics card #1 VRAM (MiB): 512.00     Graphics card #1 deviceId: VideoController2     Graphics card #1 versionInfo: 32.0.11034.2     Memory slot #0 capacity (MiB): 16384.00     Memory slot #0 clockSpeed (GHz): 6.00     Memory slot #0 type: Unknown     Memory slot #1 capacity (MiB): 16384.00     Memory slot #1 clockSpeed (GHz): 6.00     Memory slot #1 type: Unknown     Virtual memory max (MiB): 41077.56     Virtual memory used (MiB): 24675.50     Swap memory total (MiB): 8704.00     Swap memory used (MiB): 79.68     Space in storage for jna.tmpdir (MiB): available: 283548.59, total: 952929.00     Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): available: 283548.59, total: 952929.00     Space in storage for io.netty.native.workdir (MiB): available: 283548.59, total: 952929.00     Space in storage for java.io.tmpdir (MiB): available: 283548.59, total: 952929.00     Space in storage for workdir (MiB): available: 283548.59, total: 952929.00     JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx8576m -Xms256m     Loaded Shaderpack: (off)     Client Crashes Since Restart: 1     Integrated Server Crashes Since Restart: 0     ModLauncher: 11.0.4+main.d2e20e43     ModLauncher launch target: forgeclient     ModLauncher services:          sponge-mixin-0.15.2+mixin.0.8.7.jar mixin PLUGINSERVICE          loader-4.0.38.jar slf4jfixer PLUGINSERVICE          loader-4.0.38.jar runtime_enum_extender PLUGINSERVICE          at-modlauncher-10.0.1.jar accesstransformer PLUGINSERVICE          loader-4.0.38.jar runtimedistcleaner PLUGINSERVICE          modlauncher-11.0.4.jar mixin TRANSFORMATIONSERVICE          modlauncher-11.0.4.jar fml TRANSFORMATIONSERVICE      FML Language Providers:          [email protected]         [email protected]+0.16.0+1.21         [email protected]         [email protected]         [email protected]         [email protected]     Mod List:          3d_placeable_food-2.4.0-neoforge-1.21.1.jar       |3D Placeable food             |placeable_food                |2.4.0               |Manifest: NOSIGNATURE         skinlayers3d-neoforge-1.7.4-mc1.21.jar            |3d-Skin-Layers                |skinlayers3d                  |1.7.4               |Manifest: NOSIGNATURE         a_good_place-1.21-1.2.5-neoforge.jar              |A Good Place                  |a_good_place                  |1.21-1.2.5          |Manifest: NOSIGNATURE         aaa_particles-1.21-1.4.9-neoforge.jar             |AAAParticles                  |aaa_particles                 |1.21-1.4.9          |Manifest: NOSIGNATURE         aaa_particles_world-neoforge-1.21-1.0.3.jar       |AAAParticles: World           |aaa_particles_world           |1.21-1.0.3          |Manifest: NOSIGNATURE         accessories-neoforge-1.1.0-beta.28+1.21.1.jar     |Accessories                   |accessories                   |1.1.0-beta.28+1.21.1|Manifest: NOSIGNATURE         additional_lights-neoforge-1.21-2.1.9.jar         |Additional Lights             |additional_lights             |2.1.9               |Manifest: NOSIGNATURE         AdvancementPlaques-1.21.1-neoforge-1.6.8.jar      |Advancement Plaques           |advancementplaques            |1.6.8               |Manifest: NOSIGNATURE         aeroblender-1.21.1-1.0.0-neoforge.jar             |AeroBlender                   |aeroblender                   |1.0.0               |Manifest: NOSIGNATURE         AetherVillages-1.21.1-1.0.8-neoforge.jar          |Aether Villages               |aether_villages               |1.0.8               |Manifest: NOSIGNATURE         AI-Improvements-1.21-0.5.3.jar                    |AI-Improvements               |aiimprovements                |0.5.3               |Manifest: NOSIGNATURE         amendments-1.21-1.2.24-neoforge.jar               |Amendments                    |amendments                    |1.21-1.2.24         |Manifest: NOSIGNATURE         animal_feeding_trough-1.1.2+1.21-neoforge.jar     |Animal Feeding Trough         |animal_feeding_trough         |1.1.2               |Manifest: NOSIGNATURE         Apotheosis-1.21.1-8.2.0.jar                       |Apotheosis                    |apotheosis                    |8.2.0               |Manifest: NOSIGNATURE         ApothicAttributes-1.21.1-2.6.2.jar                |Apothic Attributes            |apothic_attributes            |2.6.2               |Manifest: NOSIGNATURE         ApothicEnchanting-1.21.1-1.3.2.jar                |Apothic Enchanting            |apothic_enchanting            |1.3.2               |Manifest: NOSIGNATURE         ApothicSpawners-1.21.1-1.2.1.jar                  |Apothic Spawners              |apothic_spawners              |1.2.1               |Manifest: NOSIGNATURE         appleskin-neoforge-mc1.21-3.0.5.jar               |AppleSkin                     |appleskin                     |3.0.5+mc1.21        |Manifest: NOSIGNATURE         Aquaculture-1.21.1-2.7.13.jar                     |Aquaculture 2                 |aquaculture                   |2.7.13              |Manifest: NOSIGNATURE         aquaculturedelight-1.2.0-neoforge-1.21.1.jar      |Aquaculture Delight           |aquaculturedelight            |1.2.0               |Manifest: NOSIGNATURE         architectury-13.0.8-neoforge.jar                  |Architectury                  |architectury                  |13.0.8              |Manifest: NOSIGNATURE         atlas_api-1.21-1.0.2.jar                          |Atlas API                     |atlas_api                     |1.21-1.0.2          |Manifest: NOSIGNATURE         attributefix-neoforge-1.21.1-21.1.2.jar           |AttributeFix                  |attributefix                  |21.1.2              |Manifest: NOSIGNATURE         badgebox-neoforge-1.2.5.jar                       |Badge Box                     |badgebox                      |1.0.0               |Manifest: NOSIGNATURE         balm-neoforge-1.21.1-21.0.31.jar                  |Balm                          |balm                          |21.0.31             |Manifest: NOSIGNATURE         BetterThirdPerson-neoforge-1.9.0.jar              |Better Third Person           |betterthirdperson             |1.9.0               |Manifest: NOSIGNATURE         betterfpsdist-1.21-6.0.jar                        |betterfpsdist mod             |betterfpsdist                 |6.0                 |Manifest: NOSIGNATURE         bookshelf-neoforge-1.21.1-21.1.50.jar             |Bookshelf                     |bookshelf                     |21.1.50             |Manifest: NOSIGNATURE         rctcapturecap-neoforge-1.21.1-1.0.1.jar           |Capture Cap - RCT Version     |rctcapturecap                 |1.0.1               |Manifest: NOSIGNATURE         carryon-neoforge-1.21.1-2.2.2.11.jar              |Carry On                      |carryon                       |2.2.2               |Manifest: NOSIGNATURE         [neoforge]ctov-3.5.6.jar                          |ChoiceTheorem's Overhauled Vil|ctov                          |3.5.6               |Manifest: NOSIGNATURE         Chunky-1.4.16.jar                                 |Chunky                        |chunky                        |1.4.16              |Manifest: NOSIGNATURE         CityCraft-1.21-(v.2.3.0-NEO).jar                  |City Craft                    |citycraft                     |2.3.0               |Manifest: NOSIGNATURE         cloth-config-neoforge-15.0.140-neoforge.jar       |Cloth Config v15 API          |cloth_config                  |15.0.140            |Manifest: NOSIGNATURE         Clumps-neoforge-1.21.1-19.0.0.1.jar               |Clumps                        |clumps                        |19.0.0.1            |Manifest: NOSIGNATURE         CobbleBadges-neoforge-3.0.0+Beta-3+1.21.1.jar     |CobbleBadges                  |cobblebadges                  |3.0.0+Beta-3+1.21.1 |Manifest: NOSIGNATURE         Cobblemon-neoforge-1.6.1+1.21.1.jar               |Cobblemon                     |cobblemon                     |1.6.1+1.21.1        |Manifest: NOSIGNATURE         Cobblemon AFP 1.8.1-1.21.1-NeoForge.jar           |Cobblemon Alatia's Fakemon Pac|cobblemon_alatia              |1.8.1-1.21.1-neoforg|Manifest: NOSIGNATURE         capture-xp-1.6-neoforge-1.0.0.jar                 |Cobblemon Capture XP          |capture_xp                    |1.6-neoforge-1.0.0  |Manifest: NOSIGNATURE         cobblemonchallenge-neoforge-2.1.0.jar             |Cobblemon Challenge           |cobblemonchallenge            |2.1.0               |Manifest: NOSIGNATURE         fightorflight-neoforge-0.7.6.jar                  |Cobblemon Fight or Flight     |fightorflight                 |0.7.6               |Manifest: NOSIGNATURE         CobblemonMoveInspector-neoforge-1.2.0.jar         |Cobblemon Move Inspector      |cobblemon_move_inspector      |1.2.0               |Manifest: NOSIGNATURE         cobblemonparts-1.2-NEO1.21.1.jar                  |Cobblemon Parts               |cobblemonparts                |1.2                 |Manifest: NOSIGNATURE         cobblemon_quests-[1.21.1]-neoforge-1.1.12.jar     |Cobblemon Quests              |cobblemon_quests              |1.1.12              |Manifest: NOSIGNATURE         cobblemon_smartphone-neoforge-1.0.2.jar           |Cobblemon Smartphone          |cobblemon_smartphone          |1.0.2               |Manifest: NOSIGNATURE         cobblemon-spawn-notification-1.6-neoforge-1.0.0.ja|Cobblemon Spawn Notification  |spawn_notification            |1.6-neoforge-1.0.0  |Manifest: NOSIGNATURE         Cobblemon-TM-neoforge-1.2.jar                     |Cobblemon TM                  |cobblemon_tm                  |1.2                 |Manifest: NOSIGNATURE         cobbleloots-neoforge-2.0.0.jar                    |Cobblemon: CobbleLoots        |cobbleloots                   |2.0.0               |Manifest: NOSIGNATURE         cobblemonextrastructures-1.21.1-1.0.0.jar         |Cobblemon: Extra Structures   |cobblemonextrastructures      |1.21.1-1.0.0        |Manifest: NOSIGNATURE         Cobblemon_MegaShowdown-6.4.1-release-neoforge.jar |Cobblemon: Mega Showdown      |mega_showdown                 |6.4.1-release-neofor|Manifest: NOSIGNATURE         CobblemonSizeVariationNeoforge-1.1.0+1.6.1.jar    |CobblemonSizeVariation        |cobblemonsizevariation        |1.1.0               |Manifest: NOSIGNATURE         cobblenav-neoforge-2.1.0.jar                      |Cobblenav                     |cobblenav                     |2.1.0               |Manifest: NOSIGNATURE         Cobblepedia-NeoForge-0.7.0.jar                    |Cobblepedia                   |cobblepedia                   |0.7.0               |Manifest: NOSIGNATURE         ColdSweat-2.3.12.jar                              |Cold Sweat                    |cold_sweat                    |2.3.12              |Manifest: NOSIGNATURE         collective-1.21.1-7.94.jar                        |Collective                    |collective                    |7.94                |Manifest: NOSIGNATURE         comforts-neoforge-9.0.3+1.21.1.jar                |Comforts                      |comforts                      |9.0.3+1.21.1        |Manifest: NOSIGNATURE         cgl-1.21-neoforge-0.5.1.jar                       |CommonGroovyLibrary           |commongroovylibrary           |0.5.1               |Manifest: NOSIGNATURE         Controlling-neoforge-1.21.1-19.0.4.jar            |Controlling                   |controlling                   |19.0.4              |Manifest: NOSIGNATURE         corpse-neoforge-1.21.1-1.1.5.jar                  |Corpse                        |corpse                        |1.21.1-1.1.5        |Manifest: NOSIGNATURE         cosmeticarmorreworked-1.21.1-v1-neoforge.jar      |CosmeticArmorReworked         |cosmeticarmorreworked         |1.21.1-v1-neoforge  |Manifest: 5e:ed:25:99:e4:44:14:c0:dd:89:c1:a9:4c:10:b5:0d:e4:b1:52:50:45:82:13:d8:d0:32:89:67:56:57:01:53         create-1.21.1-6.0.2.jar                           |Create                        |create                        |6.0.2               |Manifest: NOSIGNATURE         create_ltab-2.6.0.jar                             |Create Let The Adventure Begin|create_ltab                   |2.6.0               |Manifest: NOSIGNATURE         bellsandwhistles-0.4.6-1.21.1.jar                 |Create: Bells & Whistles      |bellsandwhistles              |0.4.6-1.21.1        |Manifest: NOSIGNATURE         Create_Desires-2-Dreams-1.21.1-2.0.0.jar          |Create: Desires 2 Dreams      |create_d2d                    |2.0.0               |Manifest: NOSIGNATURE         create_easy_structures-0.1.3-neoforge-1.21.1.jar  |Create: Easy Structures       |create_easy_structures        |0.1.3               |Manifest: NOSIGNATURE         create_sky_village-0.0.30J-neoforge-1.21.1.jar    |Create: Sky Village           |create_sky_village            |0.0.30              |Manifest: NOSIGNATURE         create_structures_arise-149.22.21-neoforge-1.21.1.|Create: Structures Arise      |create_structures_arise       |149.22.21           |Manifest: NOSIGNATURE         create_ultimate_factory-1.9.0-neoforge-1.21.1.jar |Create: Ultimate Factory      |create_ultimate_factory       |1.9.0               |Manifest: NOSIGNATURE         create_better_villagers-1.2.6-Neoforge-1.21.1.jar |Create_Better_Villagers       |create_better_villagers       |1.2.6-Neoforge-1.21.|Manifest: NOSIGNATURE         cullleaves-neoforge-4.0.1.jar                     |CullLeaves                    |cullleaves                    |4.0.1               |Manifest: NOSIGNATURE         cumulus_menus-1.21.1-2.0.3-neoforge.jar           |Cumulus                       |cumulus_menus                 |2.0.3               |Manifest: NOSIGNATURE         cupboard-1.21-2.9.jar                             |Cupboard mod                  |cupboard                      |2.9                 |Manifest: NOSIGNATURE         curios-neoforge-9.3.0+1.21.1.jar                  |Curios API                    |curios                        |9.3.0+1.21.1        |Manifest: NOSIGNATURE         deep_aether-1.21.1-1.1.2.jar                      |Deep Aether                   |deep_aether                   |1.1.2               |Manifest: NOSIGNATURE         deimos-1.21.1-neoforge-2.1.jar                    |Deimos                        |deimos                        |2.1                 |Manifest: NOSIGNATURE         dungeons-and-taverns-v4.4.4 [NeoForge].jar        |Dungeons and Taverns          |mr_dungeons_andtaverns        |1-v4.4.4            |Manifest: NOSIGNATURE         easyelevators-1.21.1-1.3.jar                      |Easy Elevators                |easyelevators                 |1.3                 |Manifest: NOSIGNATURE         easy_npc-neoforge-1.21.1-5.9.0.jar                |Easy NPC                      |easy_npc                      |0.0NONE             |Manifest: NOSIGNATURE         eatinganimation-1.21.0-6.0.1.jar                  |Eating Animation              |eatinganimation               |6.0.1               |Manifest: NOSIGNATURE         eggs-cobblemon-addon-0.6.jar                      |Eggs - Cobblemon Addon        |mr_eggs_cobblemonaddon        |0.6                 |Manifest: NOSIGNATURE         elevatorid-neoforge-1.21.1-1.11.4.jar             |ElevatorMod                   |elevatorid                    |1.21.1-1.11.4       |Manifest: NOSIGNATURE         enchdesc-neoforge-1.21.1-21.1.5.jar               |EnchantmentDescriptions       |enchdesc                      |21.1.5              |Manifest: NOSIGNATURE         entity_model_features_neoforge_1.21.1-2.4.1.jar   |Entity Model Features         |entity_model_features         |2.4.1               |Manifest: NOSIGNATURE         entity_texture_features_neoforge_1.21.1-6.2.9.jar |Entity Texture Features       |entity_texture_features       |6.2.9               |Manifest: NOSIGNATURE         entityculling-neoforge-1.7.3-mc1.21.jar           |EntityCulling                 |entityculling                 |1.7.3               |Manifest: NOSIGNATURE         epic-terrain_compatible-0.1.3.jar                 |Epic Terrain Compatible       |mr_epic_terrain_compatible    |0.1.3               |Manifest: NOSIGNATURE         EuphoriaPatcher-1.5.2-r5.4-neoforge.jar           |Euphoria Patcher              |euphoria_patcher              |1.5.2-r5.4-neoforge |Manifest: NOSIGNATURE         Explorify v1.6.2 f10-48.jar                       |Explorify                     |explorify                     |1.6.2               |Manifest: NOSIGNATURE         explosiveenhancement-neoforge-1.21.1-1.1.1-client.|Explosive Enhancement         |explosiveenhancement          |1.1.1               |Manifest: NOSIGNATURE         FarmersDelight-1.21.1-1.2.7.jar                   |Farmer's Delight              |farmersdelight                |1.2.7               |Manifest: NOSIGNATURE         FarmersWearableCookingPot-v0.1-1.21.1.jar         |Farmer's Wearable Cooking Pot |farmers_wearable_cooking_pot  |0.1                 |Manifest: NOSIGNATURE         FarmersStructures-1.0.1-1.21.1_neoforge.jar       |FarmersStructures             |farmers_structures            |1.0.0               |Manifest: NOSIGNATURE         ferritecore-7.0.2-neoforge.jar                    |Ferrite Core                  |ferritecore                   |7.0.2               |Manifest: 41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a         flywheel-neoforge-1.21.1-1.0.1-11.jar             |Flywheel                      |flywheel                      |1.0.1-11            |Manifest: NOSIGNATURE         forgeconfigapiport-neoforge-21.1.0.jar            |Forge Config API Port         |forgeconfigapiport            |21.1.0              |Manifest: NOSIGNATURE         forgified-fabric-api-0.107.0+2.0.22+1.21.1.jar    |Forgified Fabric API          |fabric_api                    |0.107.0+2.0.22+1.21.|Manifest: NOSIGNATURE         fabric-api-base-0.4.42+d1308dedd1.jar             |Forgified Fabric API Base     |fabric_api_base               |0.4.42+d1308dedd1   |Manifest: NOSIGNATURE         fabric-api-lookup-api-v1-1.6.69+c21168c319.jar    |Forgified Fabric API Lookup AP|fabric_api_lookup_api_v1      |1.6.69+c21168c319   |Manifest: NOSIGNATURE         fabric-biome-api-v1-13.0.30+1e62d33c19.jar        |Forgified Fabric Biome API (v1|fabric_biome_api_v1           |13.0.30+1e62d33c19  |Manifest: NOSIGNATURE         fabric-block-api-v1-1.0.22+a6e994cd19.jar         |Forgified Fabric Block API (v1|fabric_block_api_v1           |1.0.22+a6e994cd19   |Manifest: NOSIGNATURE         fabric-blockrenderlayer-v1-1.1.52+b089b4bd19.jar  |Forgified Fabric BlockRenderLa|fabric_blockrenderlayer_v1    |1.1.52+b089b4bd19   |Manifest: NOSIGNATURE         fabric-block-view-api-v2-1.0.10+9afaaf8c19.jar    |Forgified Fabric BlockView API|fabric_block_view_api_v2      |1.0.10+9afaaf8c19   |Manifest: NOSIGNATURE         fabric-client-tags-api-v1-1.1.15+e053909619.jar   |Forgified Fabric Client Tags  |fabric_client_tags_api_v1     |1.1.15+e053909619   |Manifest: NOSIGNATURE         fabric-command-api-v2-2.2.28+36d727be19.jar       |Forgified Fabric Command API (|fabric_command_api_v2         |2.2.28+36d727be19   |Manifest: NOSIGNATURE         fabric-content-registries-v0-8.0.17+0a0c14ff19.jar|Forgified Fabric Content Regis|fabric_content_registries_v0  |8.0.17+0a0c14ff19   |Manifest: NOSIGNATURE         fabric-convention-tags-v1-2.1.1+7f945d5b19.jar    |Forgified Fabric Convention Ta|fabric_convention_tags_v1     |2.1.1+7f945d5b19    |Manifest: NOSIGNATURE         fabric-convention-tags-v2-2.9.1+231468e519.jar    |Forgified Fabric Convention Ta|fabric_convention_tags_v2     |2.9.1+231468e519    |Manifest: NOSIGNATURE         fabric-data-attachment-api-v1-1.2.0+7330bc1b19.jar|Forgified Fabric Data Attachme|fabric_data_attachment_api_v1 |1.2.0+7330bc1b19    |Manifest: NOSIGNATURE         fabric-data-generation-api-v1-20.2.22+2d91a6db19.j|Forgified Fabric Data Generati|fabric_data_generation_api_v1 |20.2.22+2d91a6db19  |Manifest: NOSIGNATURE         fabric-entity-events-v1-1.7.0+1af6e62419.jar      |Forgified Fabric Entity Events|fabric_entity_events_v1       |1.7.0+1af6e62419    |Manifest: NOSIGNATURE         fabric-events-interaction-v0-0.7.13+7b71cc1619.jar|Forgified Fabric Events Intera|fabric_events_interaction_v0  |0.7.13+7b71cc1619   |Manifest: NOSIGNATURE         fabric-game-rule-api-v1-1.0.53+36d727be19.jar     |Forgified Fabric Game Rule API|fabric_game_rule_api_v1       |1.0.53+36d727be19   |Manifest: NOSIGNATURE         fabric-gametest-api-v1-2.0.5+29f188ce19.jar       |Forgified Fabric Game Test API|fabric_gametest_api_v1        |2.0.5+29f188ce19    |Manifest: NOSIGNATURE         fabric-item-api-v1-11.1.1+57cdfa8219.jar          |Forgified Fabric Item API (v1)|fabric_item_api_v1            |11.1.1+57cdfa8219   |Manifest: NOSIGNATURE         fabric-item-group-api-v1-4.1.6+e324903319.jar     |Forgified Fabric Item Group AP|fabric_item_group_api_v1      |4.1.6+e324903319    |Manifest: NOSIGNATURE         fabric-key-binding-api-v1-1.0.47+62cc7ce119.jar   |Forgified Fabric Key Binding A|fabric_key_binding_api_v1     |1.0.47+62cc7ce119   |Manifest: NOSIGNATURE         fabric-lifecycle-events-v1-2.4.0+36b6b86a19.jar   |Forgified Fabric Lifecycle Eve|fabric_lifecycle_events_v1    |2.4.0+36b6b86a19    |Manifest: NOSIGNATURE         fabric-loot-api-v2-3.0.15+a3ee712d19.jar          |Forgified Fabric Loot API (v2)|fabric_loot_api_v2            |3.0.15+a3ee712d19   |Manifest: NOSIGNATURE         fabric-loot-api-v3-1.0.3+333dfad919.jar           |Forgified Fabric Loot API (v3)|fabric_loot_api_v3            |1.0.3+333dfad919    |Manifest: NOSIGNATURE         fabric-message-api-v1-6.0.13+e053909619.jar       |Forgified Fabric Message API (|fabric_message_api_v1         |6.0.13+e053909619   |Manifest: NOSIGNATURE         fabric-model-loading-api-v1-2.0.0+a6e994cd19.jar  |Forgified Fabric Model Loading|fabric_model_loading_api_v1   |2.0.0+a6e994cd19    |Manifest: NOSIGNATURE         fabric-networking-api-v1-4.3.0+5c124ecf19.jar     |Forgified Fabric Networking AP|fabric_networking_api_v1      |4.3.0+5c124ecf19    |Manifest: NOSIGNATURE         fabric-object-builder-api-v1-15.2.1+ba60825e19.jar|Forgified Fabric Object Builde|fabric_object_builder_api_v1  |15.2.1+ba60825e19   |Manifest: NOSIGNATURE         fabric-particles-v1-4.0.2+824f924c19.jar          |Forgified Fabric Particles (v1|fabric_particles_v1           |4.0.2+824f924c19    |Manifest: NOSIGNATURE         fabric-recipe-api-v1-5.0.13+59440bcc19.jar        |Forgified Fabric Recipe API (v|fabric_recipe_api_v1          |5.0.13+59440bcc19   |Manifest: NOSIGNATURE         fabric-registry-sync-v0-5.1.3+0c9b5b5419.jar      |Forgified Fabric Registry Sync|fabric_registry_sync_v0       |5.1.3+0c9b5b5419    |Manifest: NOSIGNATURE         fabric-renderer-indigo-1.7.0+acb05a3919.jar       |Forgified Fabric Renderer - In|fabric_renderer_indigo        |1.7.0+acb05a3919    |Manifest: NOSIGNATURE         fabric-renderer-api-v1-3.4.0+acb05a3919.jar       |Forgified Fabric Renderer API |fabric_renderer_api_v1        |3.4.0+acb05a3919    |Manifest: NOSIGNATURE         fabric-rendering-v1-5.0.5+077ba95f19.jar          |Forgified Fabric Rendering (v1|fabric_rendering_v1           |5.0.5+077ba95f19    |Manifest: NOSIGNATURE         fabric-rendering-data-attachment-v1-0.3.48+73761d2|Forgified Fabric Rendering Dat|fabric_rendering_data_attachme|0.3.48+73761d2e19   |Manifest: NOSIGNATURE         fabric-rendering-fluids-v1-3.1.6+857185bc19.jar   |Forgified Fabric Rendering Flu|fabric_rendering_fluids_v1    |3.1.6+857185bc19    |Manifest: NOSIGNATURE         fabric-resource-conditions-api-v1-4.3.0+edeecbd819|Forgified Fabric Resource Cond|fabric_resource_conditions_api|4.3.0+edeecbd819    |Manifest: NOSIGNATURE         fabric-resource-loader-v0-1.3.1+4ea8954419.jar    |Forgified Fabric Resource Load|fabric_resource_loader_v0     |1.3.1+4ea8954419    |Manifest: NOSIGNATURE         fabric-screen-api-v1-2.0.25+b282c4bb19.jar        |Forgified Fabric Screen API (v|fabric_screen_api_v1          |2.0.25+b282c4bb19   |Manifest: NOSIGNATURE         fabric-screen-handler-api-v1-1.3.87+8dbc56dd19.jar|Forgified Fabric Screen Handle|fabric_screen_handler_api_v1  |1.3.87+8dbc56dd19   |Manifest: NOSIGNATURE         fabric-sound-api-v1-1.0.23+10b84f8419.jar         |Forgified Fabric Sound API (v1|fabric_sound_api_v1           |1.0.23+10b84f8419   |Manifest: NOSIGNATURE         fabric-transfer-api-v1-5.4.1+d719f32719.jar       |Forgified Fabric Transfer API |fabric_transfer_api_v1        |5.4.1+d719f32719    |Manifest: NOSIGNATURE         fabric-transitive-access-wideners-v1-6.1.0+0df3143|Forgified Fabric Transitive Ac|fabric_transitive_access_widen|6.1.0+0df3143b19    |Manifest: NOSIGNATURE         ftb-library-neoforge-2101.1.11.jar                |FTB Library                   |ftblibrary                    |2101.1.11           |Manifest: NOSIGNATURE         ftb-quests-neoforge-2101.1.6.jar                  |FTB Quests                    |ftbquests                     |2101.1.6            |Manifest: NOSIGNATURE         ftb-teams-neoforge-2101.1.2.jar                   |FTB Teams                     |ftbteams                      |2101.1.2            |Manifest: NOSIGNATURE         fzzy_config-0.6.5+1.21+neoforge.jar               |Fzzy Config                   |fzzy_config                   |0.6.5+1.21+neoforge |Manifest: NOSIGNATURE         gametechbcs_spellbooks-2.6.5-1.21.1.jar           |GameTechBC's Spellbooks       |gametechbcs_spellbooks        |2.6.5-1.21.1        |Manifest: NOSIGNATURE         GatewaysToEternity-1.21.1-5.0.2.jar               |Gateways To Eternity          |gateways                      |5.0.2               |Manifest: NOSIGNATURE         geckolib-neoforge-1.21.1-4.7.4.jar                |GeckoLib 4                    |geckolib                      |4.7.4               |Manifest: NOSIGNATURE         GlitchCore-neoforge-1.21.1-2.1.0.0.jar            |GlitchCore                    |glitchcore                    |2.1.0.0             |Manifest: NOSIGNATURE         gravelmon-forge-3.0.2.jar                         |Gravelmon                     |gravelmon                     |3.0.2               |Manifest: NOSIGNATURE         gravels_extended_battles-neoforge-1.5.3.jar       |Gravels Extended Battles      |gravels_extended_battles      |1.5.3               |Manifest: NOSIGNATURE         gml-6.0.2.jar                                     |GroovyModLoader               |gml                           |6.0.2               |Manifest: NOSIGNATURE         gtbcs_spell_lib-1.0.1-1.21.1.jar                  |GTBC's SpellLib               |gtbcs_spell_lib               |1.0.1-1.21.1        |Manifest: NOSIGNATURE         guardvillagers-2.3.2-1.21.1.jar                   |Guard Villagers               |guardvillagers                |2.3.2               |Manifest: NOSIGNATURE         handcrafted-neoforge-1.21.1-4.0.2.jar             |Handcrafted                   |handcrafted                   |4.0.2               |Manifest: NOSIGNATURE         Iceberg-1.21.1-neoforge-1.2.9.2.jar               |Iceberg                       |iceberg                       |1.2.9.2             |Manifest: NOSIGNATURE         immersivelanterns-neoforge-1.0.6-1.21.1.jar       |Immersive Lanterns            |immersivelanterns             |1.0.6               |Manifest: NOSIGNATURE         ImmersiveUI-NEOFORGE-0.3.0.jar                    |ImmersiveUI                   |immersiveui                   |0.3.0               |Manifest: NOSIGNATURE         Incendium_1.21.x_v5.4.4.jar                       |Incendium                     |incendium                     |5.4.3               |Manifest: NOSIGNATURE         iris-neoforge-1.8.8+mc1.21.1.jar                  |Iris                          |iris                          |1.8.8+mc1.21.1      |Manifest: NOSIGNATURE         ironchest-1.21-neoforge-16.0.7.jar                |Iron Chests                   |ironchest                     |1.21-neoforge-16.0.7|Manifest: NOSIGNATURE         ironfurnaces-neoforge-1.21.1-4.2.6.jar            |Iron Furnaces                 |ironfurnaces                  |4.2.6               |Manifest: NOSIGNATURE         irons_jewelry-1.21.1-1.0.9.jar                    |Iron's Gems 'n Jewelry        |irons_jewelry                 |1.21.1-1.0.9        |Manifest: NOSIGNATURE         irons_spellbooks-1.21.1-3.9.1.jar                 |Iron's Spells 'n Spellbooks   |irons_spellbooks              |1.21.1-3.9.1        |Manifest: NOSIGNATURE         Jade-1.21.1-NeoForge-15.9.2.jar                   |Jade                          |jade                          |15.9.2+neoforge     |Manifest: NOSIGNATURE         JadeAddons-1.21.1-NeoForge-6.0.1.jar              |Jade Addons                   |jadeaddons                    |0.0NONE             |Manifest: NOSIGNATURE         jamlib-neoforge-1.3.2+1.21.1.jar                  |JamLib                        |jamlib                        |1.3.2+1.21.1        |Manifest: NOSIGNATURE         jei-1.21.1-neoforge-19.21.0.247.jar               |Just Enough Items             |jei                           |19.21.0.247         |Manifest: NOSIGNATURE         JustEnoughResources-NeoForge-1.21.1-1.6.0.13.jar  |Just Enough Resources         |jeresources                   |1.6.0.13            |Manifest: NOSIGNATURE         kffmod-5.7.0.jar                                  |Kotlin For Forge              |kotlinforforge                |5.7.0               |Manifest: NOSIGNATURE         kuma-api-neoforge-21.0.5-SNAPSHOT.jar             |KumaAPI                       |kuma_api                      |21.0.5-SNAPSHOT     |Manifest: NOSIGNATURE         l2archery-3.0.3.jar                               |L2Archery                     |l2archery                     |3.0.3               |Manifest: NOSIGNATURE         l2backpack-3.0.13.jar                             |L2Backpack                    |l2backpack                    |3.0.13              |Manifest: NOSIGNATURE         l2complements-3.0.10.jar                          |L2Complements                 |l2complements                 |3.0.10              |Manifest: NOSIGNATURE         l2core-3.0.8+4.jar                                |L2Core                        |l2core                        |3.0.8+4             |Manifest: NOSIGNATURE         l2damagetracker-3.0.5.jar                         |L2DamageTracker               |l2damagetracker               |3.0.5               |Manifest: NOSIGNATURE         l2itemselector-3.0.8.jar                          |L2ItemSelector                |l2itemselector                |3.0.8               |Manifest: NOSIGNATURE         l2library-3.0.4.jar                               |L2Library                     |l2library                     |3.0.4               |Manifest: NOSIGNATURE         l2menustacker-3.0.9.jar                           |L2MenuStacker                 |l2menustacker                 |3.0.9               |Manifest: NOSIGNATURE         l2tabs-3.0.5+7.jar                                |L2Tabs                        |l2tabs                        |3.0.5+7             |Manifest: NOSIGNATURE         l2weaponry-3.0.4.jar                              |L2Weaponry                    |l2weaponry                    |3.0.4               |Manifest: NOSIGNATURE         L_Ender's Cataclysm-2.58-1.21.1.jar               |L_Ender's Cataclysm           |cataclysm                     |2.58-1.21.1         |Manifest: NOSIGNATURE         laserbridges-1.21.1-neoforge-5.jar                |Laser Bridges & Doors         |laserbridges                  |5                   |Manifest: NOSIGNATURE         letsparkour-1.21.1-1.8.jar                        |Let's Parkour                 |letsparkour                   |1.8                 |Manifest: NOSIGNATURE         libraryferret-neoforge-1.21.1-4.0.0.jar           |Library ferret                |libraryferret                 |4.0.0               |Manifest: NOSIGNATURE         lionfishapi-2.6.jar                               |lionfishapi                   |lionfishapi                   |2.6                 |Manifest: NOSIGNATURE         lithostitched-neoforge-1.21.1-1.4.5.jar           |Lithostitched                 |lithostitched                 |1.4.2               |Manifest: NOSIGNATURE         Loot Beams Refork-neoforge-1.21.1-2.5.11.jar      |Loot Beams Refork             |lootbeams                     |2.5.11              |Manifest: NOSIGNATURE         lootintegrations-1.21-4.2.jar                     |Lootintegrations mod          |lootintegrations              |4.2                 |Manifest: NOSIGNATURE         lootintegrations_cataclysm-1.1.jar                |lootintegrations_cataclysm mod|lootintegrations_cataclysm    |1                   |Manifest: NOSIGNATURE         lootintegrations_ctov-1.3.jar                     |lootintegrations_ctov mod     |lootintegrations_ctov         |1                   |Manifest: NOSIGNATURE         lootintegrations_dnt-2.3.jar                      |lootintegrations_dnt mod      |lootintegrations_dnt          |1                   |Manifest: NOSIGNATURE         lootintegrations_yungs-1.3.jar                    |lootintegrations_yungs mod    |lootintegrations_yungs        |1                   |Manifest: NOSIGNATURE         mcw-bridges-3.0.0-mc1.21.1neoforge.jar            |Macaw's Bridges               |mcwbridges                    |3.0.0               |Manifest: NOSIGNATURE         mcw-doors-1.1.2-mc1.21.1neoforge.jar              |Macaw's Doors                 |mcwdoors                      |1.1.2               |Manifest: NOSIGNATURE         mcw-fences-1.1.2-mc1.21.1neoforge.jar             |Macaw's Fences and Walls      |mcwfences                     |1.1.2               |Manifest: NOSIGNATURE         mcw-furniture-3.3.0-mc1.21.1neoforge.jar          |Macaw's Furniture             |mcwfurnitures                 |3.3.0               |Manifest: NOSIGNATURE         mcw-lights-1.1.1-mc1.21.1neoforge.jar             |Macaw's Lights and Lamps      |mcwlights                     |1.1.1               |Manifest: NOSIGNATURE         mcw-paintings-1.0.5-1.21.1neoforge.jar            |Macaw's Paintings             |mcwpaintings                  |1.0.5               |Manifest: NOSIGNATURE         mcw-paths-1.1.0neoforge-mc1.21.1.jar              |Macaw's Paths and Pavings     |mcwpaths                      |1.1.0               |Manifest: NOSIGNATURE         mcw-roofs-2.3.1-mc1.21.1neoforge.jar              |Macaw's Roofs                 |mcwroofs                      |2.3.1               |Manifest: NOSIGNATURE         mcw-trapdoors-1.1.4-mc1.21.1neoforge.jar          |Macaw's Trapdoors             |mcwtrpdoors                   |1.1.4               |Manifest: NOSIGNATURE         mcw-windows-2.3.0-mc1.21.1neoforge.jar            |Macaw's Windows               |mcwwindows                    |2.3.2               |Manifest: NOSIGNATURE         V6.6-Matmos-mod-1.21.1.jar                        |Matmos ambiant sound          |matmos                        |6.6                 |Manifest: NOSIGNATURE         midnightlib-1.6.9-neoforge+1.21.jar               |MidnightLib                   |midnightlib                   |1.6.9               |Manifest: NOSIGNATURE         client-1.21.1-20240808.144430-srg.jar             |Minecraft                     |minecraft                     |1.21.1              |Manifest: a1:d4:5e:04:4f:d3:d6:e0:7b:37:97:cf:77:b0:de:ad:4a:47:ce:8c:96:49:5f:0a:cf:8c:ae:b2:6d:4b:8a:3f         modernfix-neoforge-5.20.2+mc1.21.1.jar            |ModernFix                     |modernfix                     |5.20.2+mc1.21.1     |Manifest: NOSIGNATURE         moonlight-1.21-2.17.34-neoforge.jar               |Moonlight Lib                 |moonlight                     |1.21-2.17.34        |Manifest: NOSIGNATURE         MouseTweaks-neoforge-mc1.21-2.26.1.jar            |Mouse Tweaks                  |mousetweaks                   |2.26.1              |Manifest: NOSIGNATURE         MythsAndLegends-neoforge-1.7.2-Hotfix.jar         |MythsAndLegends               |mythsandlegends               |1.7.2               |Manifest: NOSIGNATURE         NaturesCompass-1.21.1-3.0.3-neoforge.jar          |Nature's Compass              |naturescompass                |1.21.1-3.0.2-neoforg|Manifest: NOSIGNATURE         neoforge-21.1.133-universal.jar                   |NeoForge                      |neoforge                      |21.1.133            |Manifest: NOSIGNATURE         Nirvana Library-neoforge-1.21.1-1.0.1.jar         |Nirvana Library               |nirvana_lib                   |1.0.1               |Manifest: NOSIGNATURE         nitrogen_internals-1.21.1-1.1.22-neoforge.jar     |Nitrogen                      |nitrogen_internals            |1.1.22              |Manifest: NOSIGNATURE         notenoughcrashes-neoforge-4.4.8+1.21.1.jar        |Not Enough Crashes            |notenoughcrashes              |4.4.8+1.21.1        |Manifest: NOSIGNATURE         notenoughanimations-neoforge-1.9.2-mc1.21.jar     |NotEnoughAnimations           |notenoughanimations           |1.9.2               |Manifest: NOSIGNATURE         OctoLib-NEOFORGE-0.5.0.1.jar                      |OctoLib                       |octolib                       |0.5.0.1             |Manifest: NOSIGNATURE         owo-lib-neoforge-0.12.15-beta.12+1.21.jar         |oωo                           |owo                           |0.12.15-beta.12+1.21|Manifest: NOSIGNATURE         packetfixer-neoforge-2.1.0-1.21-to-1.21.3.jar     |Packet Fixer                  |packetfixer                   |2.1.0               |Manifest: NOSIGNATURE         fallingtrees-neoforge-mc1.21-0.13.2-SNAPSHOT.jar  |Panda's Falling Tree's        |fallingtrees                  |0.13.2              |Manifest: NOSIGNATURE         pandalib-neoforge-mc1.21-0.5.2-SNAPSHOT.jar       |PandaLib                      |pandalib                      |0.5.2               |Manifest: NOSIGNATURE         paraglider-1.0.0-neoforge-1.21.1.jar              |Paraglider                    |paraglider                    |1.0.0               |Manifest: NOSIGNATURE         Patchouli-1.21-88-NEOFORGE.jar                    |Patchouli                     |patchouli                     |1.21-88-NEOFORGE    |Manifest: NOSIGNATURE         Pehkui-3.8.3+1.21-neoforge.jar                    |Pehkui                        |pehkui                        |3.8.3+1.21-neoforge |Manifest: NOSIGNATURE         pet-your-cobblemon-1.3.3.jar                      |Pet Your Cobblemon            |petyourcobblemon              |1.3.3               |Manifest: NOSIGNATURE         Placebo-1.21.1-9.7.0.jar                          |Placebo                       |placebo                       |9.7.0               |Manifest: NOSIGNATURE         player-animation-lib-forge-2.0.1+1.21.1.jar       |Player Animator               |playeranimator                |2.0.1+1.21.1        |Manifest: NOSIGNATURE         Ponder-NeoForge-1.21.1-1.0.0.jar                  |Ponder                        |ponder                        |1.0.0               |Manifest: NOSIGNATURE         prickle-neoforge-1.21.1-21.1.6.jar                |PrickleMC                     |prickle                       |21.1.6              |Manifest: NOSIGNATURE         rctmod-neoforge-1.21.1-0.13.16-beta.jar           |Radical Cobblemon Trainers    |rctmod                        |0.13.16-beta        |Manifest: NOSIGNATURE         rctapi-neoforge-1.21.1-0.10.12-beta.jar           |Radical Cobblemon Trainers API|rctapi                        |0.10.12-beta        |Manifest: NOSIGNATURE         relics-1.21.1-0.10.7.0.jar                        |Relics                        |relics                        |0.10.7.0            |Manifest: NOSIGNATURE         resourcefullib-neoforge-1.21-3.0.11.jar           |Resourceful Lib               |resourcefullib                |3.0.11              |Manifest: NOSIGNATURE         Searchables-neoforge-1.21.1-1.0.2.jar             |Searchables                   |searchables                   |1.0.2               |Manifest: NOSIGNATURE         SereneSeasons-neoforge-1.21.1-10.1.0.3.jar        |Serene Seasons                |sereneseasons                 |10.1.0.3            |Manifest: NOSIGNATURE         voicechat-neoforge-1.21.1-2.5.26.jar              |Simple Voice Chat             |voicechat                     |1.21.1-2.5.26       |Manifest: NOSIGNATURE         SkyVillages-1.0.6-1.21.x-neoforge-release.jar     |Sky Villages                  |skyvillages                   |1.0.6               |Manifest: NOSIGNATURE         smallships-neoforge-1.21.1-2.0.0-b2.1.jar         |Small Ships                   |smallships                    |2.0.0-b2.1          |Manifest: NOSIGNATURE         smarterfarmers-1.21-2.2.2-neoforge.jar            |Smarter Farmers               |smarterfarmers                |1.21-2.2.2          |Manifest: NOSIGNATURE         sodium-neoforge-0.6.9+mc1.21.1.jar                |Sodium                        |sodium                        |0.6.9+mc1.21.1      |Manifest: NOSIGNATURE         sodiumdynamiclights-neoforge-1.0.10-1.21.1.jar    |Sodium Dynamic Lights         |sodiumdynamiclights           |1.0.9               |Manifest: NOSIGNATURE         solarcooker-neoforge-1.21.1-4.2.0.0.jar           |Solar Cooker                  |solarcooker                   |1.21.1-4.2.0.0      |Manifest: NOSIGNATURE         sophisticatedbackpacks-1.21.1-3.24.1.1209.jar     |Sophisticated Backpacks       |sophisticatedbackpacks        |3.24.1              |Manifest: NOSIGNATURE         sophisticatedcore-1.21.1-1.3.2.900.jar            |Sophisticated Core            |sophisticatedcore             |1.3.2               |Manifest: NOSIGNATURE         sound-physics-remastered-neoforge-1.21.1-1.4.8.jar|Sound Physics Remastered      |sound_physics_remastered      |1.21.1-1.4.8        |Manifest: NOSIGNATURE         spectrelib-neoforge-0.17.2+1.21.jar               |SpectreLib                    |spectrelib                    |0.17.2+1.21         |Manifest: NOSIGNATURE         Stellarity-3.0.6.1.jar                            |Stellarity                    |stellarity                    |3.0.6.1             |Manifest: NOSIGNATURE         Storage Drawers-neoforge-1.21-13.8.5.jar          |Storage Drawers               |storagedrawers                |13.8.5              |Manifest: NOSIGNATURE         structureessentials-1.21.1-4.5.jar                |Structure Essentials mod      |structureessentials           |4.5                 |Manifest: NOSIGNATURE         supplementaries-1.21-3.0.41-beta-neoforge.jar     |Supplementaries               |supplementaries               |1.21-3.0.41-beta    |Manifest: NOSIGNATURE         TaxDeepVillager+M.1.21.1+NeoF.2.0.0.jar           |Tax' Deep Villager            |taxdv                         |2.0.0               |Manifest: NOSIGNATURE         TaxOceanVillager+M.1.21.1+NeoF.4.0.1.jar          |Tax' Ocean Villager           |taxov                         |4.0.1               |Manifest: NOSIGNATURE         taxtg-2.0.1-neoforge-1.21.1.jar                   |Tax' Tree Giant               |taxtg                         |2.0.1               |Manifest: NOSIGNATURE         tctcore-1.6-neoforge-1.21.1.jar                   |tctcore                       |tctcore                       |1.6                 |Manifest: NOSIGNATURE         TerraBlender-neoforge-1.21.1-4.1.0.3.jar          |TerraBlender                  |terrablender                  |4.1.0.3             |Manifest: NOSIGNATURE         aether-1.21.1-1.5.5-neoforge.jar                  |The Aether                    |aether                        |1.5.5               |Manifest: NOSIGNATURE         twilightforest-1.21.1-4.6.3003-universal.jar      |The Twilight Forest           |twilightforest                |4.6.3003            |Manifest: NOSIGNATURE         Tomtaru's Cobblemon  Farmer's Delight Tweaks - 1.2|Tomtaru's Cobblemon & Farmer's|tmtcd                         |1.2.0               |Manifest: NOSIGNATURE         twilightdelight-3.0.2.jar                         |Twilight Flavors & Delight    |twilightdelight               |3.0.2               |Manifest: NOSIGNATURE         txnilib-neoforge-1.0.22-1.21.1.jar                |TxniLib                       |txnilib                       |1.0.21              |Manifest: NOSIGNATURE         utility-belt-neoforge-2.6.0+1.21.1.jar            |Utility Belt                  |utility_belt                  |2.6.0+1.21.1        |Manifest: NOSIGNATURE         villagernames-1.21.1-8.2.jar                      |Villager Names                |villagernames                 |8.2                 |Manifest: NOSIGNATURE         Waves-1.21-1.4.1.jar                              |Waves                         |waves                         |1.4.1               |Manifest: NOSIGNATURE         waystones-neoforge-1.21.1-21.1.12.jar             |Waystones                     |waystones                     |21.1.12             |Manifest: NOSIGNATURE         wither_spawn_animation-1.4.2-neoforge-1.21.1.jar  |Wither Spawn Animation        |wither_spawn_animation        |1.4.2               |Manifest: NOSIGNATURE         worldedit-mod-7.3.8.jar                           |WorldEdit                     |worldedit                     |7.3.8+6939-7d32b45  |Manifest: NOSIGNATURE         Xaeros_Minimap_25.1.0_NeoForge_1.21.jar           |Xaero's Minimap               |xaerominimap                  |25.1.0              |Manifest: NOSIGNATURE         XaerosWorldMap_1.39.4_NeoForge_1.21.jar           |Xaero's World Map             |xaeroworldmap                 |1.39.4              |Manifest: NOSIGNATURE         YungsApi-1.21.1-NeoForge-5.1.4.jar                |YUNG's API                    |yungsapi                      |1.21.1-NeoForge-5.1.|Manifest: NOSIGNATURE         YungsBetterDesertTemples-1.21.1-NeoForge-4.1.5.jar|YUNG's Better Desert Temples  |betterdeserttemples           |1.21.1-NeoForge-4.1.|Manifest: NOSIGNATURE         YungsBetterDungeons-1.21.1-NeoForge-5.1.4.jar     |YUNG's Better Dungeons        |betterdungeons                |1.21.1-NeoForge-5.1.|Manifest: NOSIGNATURE         YungsBetterJungleTemples-1.21.1-NeoForge-3.1.2.jar|YUNG's Better Jungle Temples  |betterjungletemples           |1.21.1-NeoForge-3.1.|Manifest: NOSIGNATURE         YungsBetterMineshafts-1.21.1-NeoForge-5.1.1.jar   |YUNG's Better Mineshafts      |bettermineshafts              |1.21.1-NeoForge-5.1.|Manifest: NOSIGNATURE         YungsBetterNetherFortresses-1.21.1-NeoForge-3.1.4.|YUNG's Better Nether Fortresse|betterfortresses              |1.21.1-NeoForge-3.1.|Manifest: NOSIGNATURE         YungsBetterOceanMonuments-1.21.1-NeoForge-4.1.2.ja|YUNG's Better Ocean Monuments |betteroceanmonuments          |1.21.1-NeoForge-4.1.|Manifest: NOSIGNATURE         YungsBetterStrongholds-1.21.1-NeoForge-5.1.3.jar  |YUNG's Better Strongholds     |betterstrongholds             |1.21.1-NeoForge-5.1.|Manifest: NOSIGNATURE         YungsBetterWitchHuts-1.21.1-NeoForge-4.1.1.jar    |YUNG's Better Witch Huts      |betterwitchhuts               |1.21.1-NeoForge-4.1.|Manifest: NOSIGNATURE         YungsBridges-1.21.1-NeoForge-5.1.1.jar            |YUNG's Bridges                |yungsbridges                  |1.21.1-NeoForge-5.1.|Manifest: NOSIGNATURE         YungsExtras-1.21.1-NeoForge-5.1.1.jar             |YUNG's Extras                 |yungsextras                   |1.21.1-NeoForge-5.1.|Manifest: NOSIGNATURE         YungsMenuTweaks-1.21.1-NeoForge-2.1.2.jar         |YUNG's Menu Tweaks            |yungsmenutweaks               |1.21.1-NeoForge-2.1.|Manifest: NOSIGNATURE     Crash Report UUID: 65d247b5-6e52-4529-8858-0086ca899884     FML: 4.0.38     NeoForge: 21.1.133     Flywheel Backend: flywheel:indirect     Suspected Mods: Forgified Fabric Resource Conditions API (v1) (fabric_resource_conditions_api_v1), Forgified Fabric Registry Sync (v0) (fabric_registry_sync_v0)
    • @TileEntity it seemed to work, but do you know of a way i could get the two mods to play nicely with each other? Im just trying to add supplementary to a modpack (and most of the mods dont play nicely with neoforge) so i cant exactly remake the whole pack.
    • I did that and it says Error: Unable to access jarfile server.jar im assuming this is why you said make to sure they match? so I checked and following that same path then viewing the server folder, there is no .far file only a .dll file checking the modded server folder obviously has a server-1.20.1.jar file though completely different pathing so I don't think this is what you mean but let me know if im missing something. ALSO, was probably not what was needed but I reinstalled Java 17 in case it didnt fully download for some reason? still no such file.
    • Yes - Update 6 makes larger changes which is breaking these addons Most addons already have the update - some are still in the update process and will be released in the next days
  • Topics

×
×
  • Create New...

Important Information

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