Jump to content

Immediate Crash On Any Version Of Forge


MightyAhmed

Recommended Posts

  • Replies 84
  • Created
  • Last Reply

Top Posters In This Topic

If it works without that mod, then chances are good the mod author released a version of their mod with a bug. Exactly where/why/what is up to the mod author to fix (if it works without that mod). You would have to wait for them to fix it if you want to use that version of the mod.

Link to comment
Share on other sites

I don't know, could be any number of things, mod incompatibilities, differing versions of Forge; this is all assuming that removing that mod stops the crashing. From what I've been seeing lately, mods are not being coded to properly report what the problems are, so that makes it a lot harder to track down issues.

 

Did removing mystical agriculture stop it from crashing?

Link to comment
Share on other sites

it actually did and minecraft almost loaded but it crashed when the loading bar was at about 90%.here is the crash report:

 

---- Minecraft Crash Report ----
// Would you like a cupcake?

Time: 12/12/19 6:45 AM
Description: Rendering overlay

java.lang.NullPointerException: Rendering overlay
    at com.jaquadro.minecraft.storagedrawers.client.model.BasicDrawerModel$Register.replaceBlock(BasicDrawerModel.java:204) ~[?:1.14.4-6.0.5] {re:classloading}
    at com.jaquadro.minecraft.storagedrawers.client.model.BasicDrawerModel$Register.registerModels(BasicDrawerModel.java:162) ~[?:1.14.4-6.0.5] {re:classloading}
    at net.minecraftforge.eventbus.ASMEventHandler_145_Register_registerModels_ModelBakeEvent.invoke(.dynamic) ~[?:?] {}
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-1.0.0-service.jar:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-1.0.0-service.jar:?] {}
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:28.1] {re:classloading}
    at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:243) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader$$Lambda$4652/571628375.accept(Unknown Source) ~[?:?] {}
    at java.util.HashMap.forEach(HashMap.java:1280) ~[?:1.8.0_51] {}
    at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:217) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:243) ~[?:?] {re:classloading}
    at net.minecraftforge.client.ForgeHooksClient.onModelBake(ForgeHooksClient.java:370) ~[?:?] {re:classloading}
    at net.minecraft.client.renderer.model.ModelManager.func_212853_a_(ModelManager.java:58) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraft.client.renderer.model.ModelManager.func_212853_a_(ModelManager.java:17) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) ~[?:?] {re:classloading}
    at net.minecraft.client.resources.ReloadListener$$Lambda$4829/569136754.accept(Unknown Source) ~[?:?] {}
    at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) ~[?:1.8.0_51] {}
    at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) ~[?:1.8.0_51] {}
    at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) ~[?:1.8.0_51] {}
    at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?] {re:classloading}
    at net.minecraft.resources.AsyncReloader$$Lambda$4946/1274112917.run(Unknown Source) ~[?:?] {}
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) ~[?:?] {re:classloading}
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213160_bf(SourceFile:103) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:861) [?:?] {re:classloading,pl:accesstransformer:B,xf:fml:randompatches:RandomPatches Minecraft Transformer,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:384) [?:?] {re:classloading,pl:accesstransformer:B,xf:fml:randompatches:RandomPatches Minecraft Transformer,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.main(SourceFile:155) [?:?] {re:classloading}
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
    at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) [forge-1.14.4-28.1.104.jar:28.1] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$418/577948592.call(Unknown Source) [forge-1.14.4-28.1.104.jar:28.1] {}
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-4.1.0.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-4.1.0.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-4.1.0.jar:?] {}
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-4.1.0.jar:?] {}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-4.1.0.jar:?] {}


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

-- Head --
Thread: Client thread
Stacktrace:
    at com.jaquadro.minecraft.storagedrawers.client.model.BasicDrawerModel$Register.replaceBlock(BasicDrawerModel.java:204)
    at com.jaquadro.minecraft.storagedrawers.client.model.BasicDrawerModel$Register.registerModels(BasicDrawerModel.java:162)
    at net.minecraftforge.eventbus.ASMEventHandler_145_Register_registerModels_ModelBakeEvent.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$30(ModLoader.java:243)
    at net.minecraftforge.fml.ModLoader$$Lambda$4652/571628375.accept(Unknown Source)
    at java.util.HashMap.forEach(HashMap.java:1280)
    at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:217)
    at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:243)
    at net.minecraftforge.client.ForgeHooksClient.onModelBake(ForgeHooksClient.java:370)
    at net.minecraft.client.renderer.model.ModelManager.func_212853_a_(ModelManager.java:58)
    at net.minecraft.client.renderer.model.ModelManager.func_212853_a_(ModelManager.java:17)
    at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13)
    at net.minecraft.client.resources.ReloadListener$$Lambda$4829/569136754.accept(Unknown Source)
    at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656)
    at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632)
    at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442)
    at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71)
    at net.minecraft.resources.AsyncReloader$$Lambda$4946/1274112917.run(Unknown Source)
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144)
    at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23)
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118)

-- Overlay render details --
Details:
    Overlay name: net.minecraft.client.gui.ResourceLoadProgressGui
Stacktrace:
    at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:544)
    at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:890)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:384)
    at net.minecraft.client.main.Main.main(SourceFile:155)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$418/577948592.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.14.4
    Minecraft Version ID: 1.14.4
    Operating System: Windows 7 (amd64) version 6.1
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 1197634312 bytes (1142 MB) / 3221225472 bytes (3072 MB) up to 3221225472 bytes (3072 MB)
    CPUs: 4
    JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx3G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    ModLauncher: 4.1.0+62+5bfa59b
    ModLauncher launch target: fmlclient
    ModLauncher naming: srg
    ModLauncher services: 
        /eventbus-1.0.0-service.jar eventbus PLUGINSERVICE 
        /forge-1.14.4-28.1.104.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.14.4-28.1.104.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-1.0.1-milestone.0.1+94458e7-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge-1.14.4-28.1.104.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.14.4-28.1.104.jar runtimedistcleaner PLUGINSERVICE 
        /forge-1.14.4-28.1.104.jar fml TRANSFORMATIONSERVICE 
    FML: 28.1
    Forge: net.minecraftforge:28.1.104
    FML Language Providers: 
        javafml@28.1
        minecraft@1
        kotori_scala@2.13.1
    Mod List: 
        tetra-1.14.4-1.0.7.jar Tetra {tetra@1.0.7 LOAD_REGISTRIES}
        CyclopsCore-1.14.4-1.5.5.jar Cyclops Core {cyclopscore@1.5.5 LOAD_REGISTRIES}
        planttech2-0.01.06.jar PlantTech 2 {planttech2@0.01.06 LOAD_REGISTRIES}
        SilentMechanisms-1.14.4-0.6.9+42.jar Silent's Mechanisms {silents_mechanisms@0.6.9+42 LOAD_REGISTRIES}
        KleeSlabs_1.14.4-7.4.7.jar KleeSlabs {kleeslabs@7.4.7 LOAD_REGISTRIES}
        rftoolsbase-1.14-0.0.3-alpha.jar RFToolsBase {rftoolsbase@NONE LOAD_REGISTRIES}
        IronJetpacks-1.14.4-2.0.2.jar Iron Jetpacks {ironjetpacks@2.0.2 LOAD_REGISTRIES}
        ForgeEndertech-1.14.4-5.0.0.0-build.0040.jar Forge Endertech {forgeendertech@1.14.4-5.0.0.0 LOAD_REGISTRIES}
        XaerosWorldMap_1.5.2_Forge_1.14.4.jar Xaero's World Map {xaeroworldmap@1.5.2 LOAD_REGISTRIES}
        CookingForBlockheads_1.14.4-7.4.1.jar Cooking for Blockheads {cookingforblockheads@7.4.1 LOAD_REGISTRIES}
        Placebo-1.14.4-2.2.1.jar Placebo {placebo@2.2.1 LOAD_REGISTRIES}
        globaldatapack-1.14.4-1.2.1.jar Dark Roleplay - Global Datapacks {globaldatapack@1.14.4-1.2 LOAD_REGISTRIES}
        Fence Jumper-1.14.4-1.0.8.jar FenceJumper {fencejumper@version LOAD_REGISTRIES}
        Bookshelf-1.14.4-4.4.71.jar Bookshelf {bookshelf@4.4.71 LOAD_REGISTRIES}
        u_team_core-1.14.4-2.7.3.132.jar U Team Core {uteamcore@2.7.3.132 LOAD_REGISTRIES}
        randompatches-1.14.4-1.18.2.1.jar RandomPatches {randompatches@1.14.4-1.18.2.1 LOAD_REGISTRIES}
        ChanceCubes-1.14.4-4.0.0.298.jar Chance Cubes {chancecubes@1.14.4-4.0.0.298 LOAD_REGISTRIES}
        buildinggadgets-3.0.5.jar Building Gadgets {buildinggadgets@3.0.5 LOAD_REGISTRIES}
        DarkUtilities-1.14.4-2.0.8.jar Dark Utilities {darkutils@2.0.8 LOAD_REGISTRIES}
        Apotheosis-1.14.4-2.4.4.jar Apotheosis {apotheosis@2.4.4 LOAD_REGISTRIES}
        Morpheus-1.14.4-4.2.43.jar Morpheus {morpheus@version LOAD_REGISTRIES}
        WaterStrainer-1.14.4-7.0.2.jar Water Strainer {waterstrainer@1.14.4-7.0.2 LOAD_REGISTRIES}
        inventorygenerators-1.14.4-1.0.1.jar Inventory Generators {inventorygenerators@1.14.4-1.0.1 LOAD_REGISTRIES}
        TMechworks-1.14.4-2.0.1.jar Tinkers' Mechworks {tmechworks@2.0.1 LOAD_REGISTRIES}
        EnergeticSheep-1.14.4-1.1.6.jar EnergeticSheep {energeticsheep@1.1.6 LOAD_REGISTRIES}
        BetterThanMending-1.3.2.jar BetterThanMending {betterthanmending@1.3.2 LOAD_REGISTRIES}
        refinedstorage-1.7.1.jar Refined Storage {refinedstorage@1.7.1 LOAD_REGISTRIES}
        industrial-foregoing-1.14.4-2.1.0-69a4a14.jar Industrial Foregoing {industrialforegoing@2.1.0 LOAD_REGISTRIES}
        useful_backpacks-1.14.4-1.7.0.34.jar Useful Backpacks {usefulbackpacks@1.7.0.34 LOAD_REGISTRIES}
        BiomesOPlenty-1.14.4-9.0.0.253-universal.jar Biomes O' Plenty {biomesoplenty@1.14.4-9.0.0.253 LOAD_REGISTRIES}
        valkyrielib-3.0.0.8.jar ValkyrieLib {valkyrielib@3.0.0.8 LOAD_REGISTRIES}
        SilentGear-1.14.4-1.4.4+70.jar Silent Gear {silentgear@1.4.4+70 LOAD_REGISTRIES}
        simplefarming-1.14.4-1.2.2.jar Simple Farming {simplefarming@1.14.4-1.2.2 LOAD_REGISTRIES}
        portality-1.14.4-2.0.4-b0b3467.jar Portality {portality@2.0.4 LOAD_REGISTRIES}
        curios-FORGE-1.14.4-1.0.6.jar Curios API {curios@FORGE-1.14.4-1.0.6 LOAD_REGISTRIES}
        carrotslib-mc1.14.4-2.0b3.jar Carrots Lib {carrots@2.0.0b3 LOAD_REGISTRIES}
        vanillafoodpantry-mc1.14.4-5.0b3.jar Vanilla Food Pantry {vanillafoodpantry@5.0.0b3 LOAD_REGISTRIES}
        RandomThings-MC1.14.4-5.0.1.jar Random Things {randomthings@5.0.1 LOAD_REGISTRIES}
        OreExcavation-1.6.141.jar Ore Excavation {oreexcavation@1.6.141 LOAD_REGISTRIES}
        elevatorid-1.14.4-1.5.2.jar Elevator Mod {elevatorid@1.14.4-1.5.2 LOAD_REGISTRIES}
        Gobber2-1.14.4-2.1.95.jar Gobber 2 {gobber2@2.1.95 LOAD_REGISTRIES}
        tombstone-4.1.3-1.14.4.jar Corail Tombstone {tombstone@4.1.3 LOAD_REGISTRIES}
        obfuscate-0.3.3-1.14.4.jar Obfuscate {obfuscate@0.3.3 LOAD_REGISTRIES}
        furniture-7.0.0-pre14-1.14.4.jar MrCrayfish's Furniture Mod {cfm@7.0.0-pre14 LOAD_REGISTRIES}
        cc-tweaked-1.14.4-1.84.1.jar CC: Tweaked {computercraft@1.84.1 LOAD_REGISTRIES}
        AI-Improvements-1.14.4-0.3.0.jar AI-Improvements {aiimprovements@0.2.2 LOAD_REGISTRIES}
        tramplestopper-1.14.4-2.0.0.26-universal.jar Trample Stopper {tramplestopper@1.14.4-2.0.0.26-universal LOAD_REGISTRIES}
        BetterBurning-1.14.4-1.0.1.jar BetterBurning {betterburning@1.0.1 LOAD_REGISTRIES}
        YAMDA-4.1.1.jar YAMDA {yamda@4.1.1 LOAD_REGISTRIES}
        CobbleForDays-1.0.2.jar Cobble For Days {cobblefordays@NONE LOAD_REGISTRIES}
        switchbow-1.5.8.jar Switch-Bow {switchbow@1.5.8 LOAD_REGISTRIES}
        QuantumStorage-1.14.4-5.0.2.jar QuantumStorage {quantumstorage@NONE LOAD_REGISTRIES}
        rockcandy-1.14.4-1.1.6.jar Rock Candy {rockcandy@version LOAD_REGISTRIES}
        lumberjack-2.0.0.jar LumberJack {lumberjack@2.0.0 LOAD_REGISTRIES}
        Cyclic-1.14.4-0.0.12.jar Cyclic {cyclic@1.14.4-0.0.12 LOAD_REGISTRIES}
        BetterAdvancements-1.14.4-0.1.0.90.jar Better Advancements {betteradvancements@0.1.0.90 LOAD_REGISTRIES}
        inventorysorter-1.14.4-16.0.0.jar Simple Inventory Sorter {inventorysorter@16.0.0 LOAD_REGISTRIES}
        AdFinders-1.14.4-3.0.0.0-build.0040.jar Advanced Finders {adfinders@1.14.4-3.0.0.0 LOAD_REGISTRIES}
        Cucumber-1.14.4-2.0.5.jar Cucumber Library {cucumber@2.0.5 LOAD_REGISTRIES}
        Overloaded-1.14.4-0.0.75.jar Overloaded {overloaded@1.14.4-0.0.75 LOAD_REGISTRIES}
        bountifulbaubles-1.14.4-0.0.2.jar Bountiful Baubles {bountifulbaubles@NONE LOAD_REGISTRIES}
        jei-1.14.4-6.0.0.13.jar Just Enough Items {jei@6.0.0.13 LOAD_REGISTRIES}
        metalbarrels-1.3c.jar Metal Barrels {metalbarrels@1.3c LOAD_REGISTRIES}
        EverlastingAbilities-1.14.4-1.5.5.jar EverlastingAbilities {everlastingabilities@1.5.5 LOAD_REGISTRIES}
        Druidcraft-1.14-0.2.32.jar Druidcraft {druidcraft@0.2.32 LOAD_REGISTRIES}
        FunMod+2.6.jar Fun Mod {funmod@2.6 LOAD_REGISTRIES}
        Clumps-4.0.0.jar Clumps {clumps@4.0.0 LOAD_REGISTRIES}
        RingOfRepair-1.14.4-1.0.15.jar Ring of Repair {ring_of_repair@1.0.15 LOAD_REGISTRIES}
        mgui-1.14.4-1.0.1.jar mgui {mgui@1.0.1 LOAD_REGISTRIES}
        enviromats-2.0.0.9.jar Environmental Materials {enviromats@2.0.0.9 LOAD_REGISTRIES}
        EnderBags-1.14.4-4.2.0.jar Ender Bags {ender_bags@4.2.0 LOAD_REGISTRIES}
        SimpleStorageNetwork-1.14.4-0.0.11.jar Simple Storage Network {storagenetwork@1.14.4-0.0.11 LOAD_REGISTRIES}
        FarmingForBlockheads_1.14.4-5.2.3.jar Farming for Blockheads {farmingforblockheads@5.2.3 LOAD_REGISTRIES}
        cofh_core-1.14.4-0.2.0b.jar CoFH Core {cofh_core@0.2.0b LOAD_REGISTRIES}
        mcjtylib-1.14-3.5.6-alpha.jar McJtyLib {mcjtylib@NONE LOAD_REGISTRIES}
        rftoolsstorage-1.14-0.0.6-alpha.jar RFToolsStorage {rftoolsstorage@1.14-0.0.6-alpha ERROR}
        ClickMachine-1.14.4-2.1.2.jar Click Machine {clickmachine@2.1.2 LOAD_REGISTRIES}
        travellersboots-1.14.4-1.2.2.jar Traveller's Boots {travellersboots@1.2.2 LOAD_REGISTRIES}
        PackingTape-1.14.4-0.8.4.jar Packing Tape {packingtape@0.8.4 LOAD_REGISTRIES}
        thermalsolars-1.14.4-0.6.jar ThermalSolars {thermalsolars@1.14.4-0.6 LOAD_REGISTRIES}
        rftoolspower-1.14-1.2.11-alpha.jar RFToolsPower {rftoolspower@1.14-1.2.11-alpha ERROR}
        forge-1.14.4-28.1.104-universal.jar Forge {forge@28.1.104 LOAD_REGISTRIES}
        QuickLeafDecay-MC1.14.4-1.2.5.jar Quick Leaf Decay {quickleafdecay@1.2.5 LOAD_REGISTRIES}
        exp_bottling-1.14.4-3.jar EXP Bottling {exp_bottling@1.14.4-3 LOAD_REGISTRIES}
        ColossalChests-1.14.4-1.7.4.jar ColossalChests {colossalchests@1.7.4 LOAD_REGISTRIES}
        ironchest-1.14.4-9.1.5.jar Iron Chests {ironchest@1.14.3-9.0.3 LOAD_REGISTRIES}
        CraftingTweaks_1.14.4-10.1.3.jar Crafting Tweaks {craftingtweaks@10.1.3 LOAD_REGISTRIES}
        forge-1.14.4-28.1.104-client.jar Minecraft {minecraft@1.14.4 LOAD_REGISTRIES}
        EnchantmentDescriptions-1.14.4-1.3.8.jar EnchantmentDescriptions {enchdesc@1.3.8 LOAD_REGISTRIES}
        theoneprobe-1.14-1.4.34-alpha.jar The One Probe {theoneprobe@NONE LOAD_REGISTRIES}
        swingthroughgrass-1.14.4-1.3.2.jar SwingThroughGrass {swingthroughgrass@1.14.4-1.3.2 LOAD_REGISTRIES}
        ToolBelt-1.14.4-1.12.0.jar Tool Belt {toolbelt@1.12.0 LOAD_REGISTRIES}
        titanium-1.14.4-2.2.9.jar Titanium {titanium@2.2.9 LOAD_REGISTRIES}
        SilentLib-1.14.4-4.4.0+44.jar Silent Lib {silentlib@4.4.0+44 LOAD_REGISTRIES}
        bluepower-1.14.4-0.3.119-alpha-universal.jar Blue Power {bluepower@0.3.119-alpha LOAD_REGISTRIES}
        C.O.M.B.A.T.-1.14.4-0.24.1.jar C.O.M.B.A.T. {combat@0.24.1 LOAD_REGISTRIES}
        forbidden_arcanus-1.14.4-1.4.jar Forbidden & Arcanus {forbidden_arcanus@1.14.4-1.4 LOAD_REGISTRIES}
        Archers-Paradox-Mod-1.14.4.jar Archer's Paradox {archers_paradox@0.1.0b LOAD_REGISTRIES}
        LargeFluidTank-14.8.9.jar FluidTank {fluidtank@14.8.9 LOAD_REGISTRIES}
        extragolems-9.0.4.jar Extra Golems {golems@9.0.4 LOAD_REGISTRIES}
        SpartanShields-1.14.4-2.0.0.jar Spartan Shields {spartanshields@2.0.0 LOAD_REGISTRIES}
        Mantle-1.14.4-1.4.32.jar Mantle {mantle@1.4.32 LOAD_REGISTRIES}
        Xaeros_Minimap_1.19.2_Forge_1.14.4.jar Xaero's Minimap {xaerominimap@1.19.2 LOAD_REGISTRIES}
        JAOPCA-1.14.4-3.0.0.9.jar JAOPCA {jaopca@3.0.0.9 LOAD_REGISTRIES}
        placeableitems-4.0.0.jar Placeable Items {placeableitems@4.0 LOAD_REGISTRIES}
        FastWorkbench-1.14.4-2.1.1.jar FastWorkbench {fastbench@2.1.1 LOAD_REGISTRIES}
        [1.14.4]+SecurityCraft+v1.8.14.1.jar SecurityCraft {securitycraft@v1.8.14.1 LOAD_REGISTRIES}
        StorageDrawers-1.14.4-6.0.5.jar Storage Drawers {storagedrawers@1.14.4-6.0.3 LOAD_REGISTRIES}
        themidnight-0.4.6.jar The Midnight {midnight@0.4.6 LOAD_REGISTRIES}
        Harvest-forge-1.14.4-1.2.10-23.jar Harvest {harvest@version LOAD_REGISTRIES}
        PickleTweaks-1.14.4-3.0.6.jar Pickle Tweaks {pickletweaks@3.0.6 LOAD_REGISTRIES}
        FastFurnace-1.14.4-2.2.2.jar FastFurnace {fastfurnace@2.2.2 LOAD_REGISTRIES}
        [1.14.2-1.14.4]TorchBowMod_v1.5.jar TorchBowMod {torchbowmod@1.5 LOAD_REGISTRIES}
        AppleSkin-mc1.14.4-forge-1.0.12.jar AppleSkin {appleskin@1.0.12 LOAD_REGISTRIES}
        SilentGems-1.14.4-3.4.6+79.jar Silent's Gems 3 {silentgems@3.4.6+79 LOAD_REGISTRIES}
        XL-Food-Mod-1.14.4-2.1.0.jar XL Food Mod {xlfoodmod@2.1.0 LOAD_REGISTRIES}
        Elementary-Ores-Mod-1.14.4.jar Elementary Ores {elementaryores@1.14.4-0.0.1 LOAD_REGISTRIES}
        refinedstorageaddons-0.5.jar Refined Storage Addons {refinedstorageaddons@0.5 LOAD_REGISTRIES}
        CosmeticArmorReworked-1.14.4-v1a.jar CosmeticArmorReworked {cosmeticarmorreworked@1.14.4-v1a LOAD_REGISTRIES}
        supertools-1.14.4-2.3.jar Vanilla+ Tools {supertools@version LOAD_REGISTRIES}
        luckyores-1.14.4-1.2.jar Lucky Ores Mod {luckyores@1.2 LOAD_REGISTRIES}
    Launched Version: 1.14.4-forge-28.1.104
    LWJGL: 3.2.2 build 10
    OpenGL: GeForce GT 630/PCIe/SSE2 GL version 4.5.0 NVIDIA 385.69, NVIDIA Corporation
    GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'forge'
    Type: Client (map_client.txt)
    Resource Packs: vanilla, mod_resources
    Current Language: English (United Kingdom)
    CPU: 4x Intel(R) Core(TM) i3-2120 CPU @ 3.30GHz

Link to comment
Share on other sites

19 minutes ago, MightyAhmed said:

java.lang.NullPointerException: Rendering overlay
    at com.jaquadro.minecraft.storagedrawers.client.model.BasicDrawerModel$Register.replaceBlock(BasicDrawerModel.java:204) ~[?:1.14.4-6.0.5] {re:classloading}

Looks like an issue with Storagedrawers now.

 

Did you make sure you had all dependencies for this mod?

Link to comment
Share on other sites

I wish I could help more, but I'm out of ideas. The only clues I see are storagedrawers, and a NPE "Rendering Overlay".

 

Side note: always always make backups of worlds you care about, so if you break stuff trying to fix it, you can go back to fresh and try again/more.

 

With that being said, could this be due to removing a mod that had items you were keeping in a storage drawer, so now that those items are gone, the storage drawer is crashing? Just a last ditch idea, no clue if it's feasible/applicable...

 

Sorry, wish I was more help to you!

Link to comment
Share on other sites

ok so its been a while but it was workling fine before somehow but now minecraft still works it just freezes and lagspikes every 5 seconds please help me on this issue i cant find anything on the internet also ihave 4GB ram total in my computer and i have dedicated 2gb ram to minecraft in the JVM arguments section also i have 125 mods installed.

Link to comment
Share on other sites

alright i fixed the last issue my computer couldnt handle 125 mods with the graphics car and low ram i have.ishifted to a smaller modpack for now until i upgrade my pc but a new problem has shown itself.i play modded minecraft with only 11 mods! (Pixelmon) and i am using optifine the latest version for 1.12.2 as i am playing on 1.12.2.anyways i wanted to use shaders but when i downloaded it and set it up and when i selected it in the shaders menu inside of the minecraft application<it just froze for a second and then crashed.here is the crash report.also i am using only 2gb ram for minecraft.

 

---- Minecraft Crash Report ----

WARNING: coremods are present:
  AppleCore (AppleCore-mc1.12.2-3.2.0.jar)
Contact their authors BEFORE contacting forge

// Daisy, daisy...

Time: 12/21/19 6:07 AM
Description: Updating screen events

java.lang.NoSuchFieldError: field_191308_b
    at net.optifine.config.ConnectedParser.parseEntities(ConnectedParser.java:1248)
    at net.optifine.shaders.EntityAliases.loadEntityAliases(EntityAliases.java:164)
    at net.optifine.shaders.EntityAliases.update(EntityAliases.java:89)
    at net.optifine.shaders.Shaders.loadShaderPackProperties(Shaders.java:1086)
    at net.optifine.shaders.Shaders.loadShaderPack(Shaders.java:948)
    at net.optifine.shaders.Shaders.setShaderPack(Shaders.java:871)
    at net.optifine.shaders.gui.GuiSlotShaders.selectIndex(GuiSlotShaders.java:91)
    at net.optifine.shaders.gui.GuiSlotShaders.func_148144_a(GuiSlotShaders.java:81)
    at net.minecraft.client.gui.GuiSlot.func_178039_p(GuiSlot.java:323)
    at net.optifine.shaders.gui.GuiShaders.func_146274_d(GuiShaders.java:117)
    at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:501)
    at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1759)
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1098)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:398)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    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.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)


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

-- Head --
Thread: Client thread
Stacktrace:
    at net.optifine.config.ConnectedParser.parseEntities(ConnectedParser.java:1248)
    at net.optifine.shaders.EntityAliases.loadEntityAliases(EntityAliases.java:164)
    at net.optifine.shaders.EntityAliases.update(EntityAliases.java:89)
    at net.optifine.shaders.Shaders.loadShaderPackProperties(Shaders.java:1086)
    at net.optifine.shaders.Shaders.loadShaderPack(Shaders.java:948)
    at net.optifine.shaders.Shaders.setShaderPack(Shaders.java:871)
    at net.optifine.shaders.gui.GuiSlotShaders.selectIndex(GuiSlotShaders.java:91)
    at net.optifine.shaders.gui.GuiSlotShaders.func_148144_a(GuiSlotShaders.java:81)
    at net.minecraft.client.gui.GuiSlot.func_178039_p(GuiSlot.java:323)
    at net.optifine.shaders.gui.GuiShaders.func_146274_d(GuiShaders.java:117)
    at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:501)

-- Affected screen --
Details:
    Screen name: net.optifine.shaders.gui.GuiShaders
Stacktrace:
    at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1759)
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1098)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:398)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    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.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
    Minecraft Version: 1.12.2
    Operating System: Windows 7 (amd64) version 6.1
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 2063372032 bytes (1967 MB) / 2818572288 bytes (2688 MB) up to 3221225472 bytes (3072 MB)
    JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.42 Powered by Forge 14.23.5.2847 Optifine OptiFine_1.12.2_HD_U_F5 11 mods loaded, 11 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

    | State  | ID            | Version      | Source                               | Signature |
    |:------ |:------------- |:------------ |:------------------------------------ |:--------- |
    | LCHIJA | minecraft     | 1.12.2       | minecraft.jar                        | None      |
    | LCHIJA | mcp           | 9.42         | minecraft.jar                        | None      |
    | LCHIJA | FML           | 8.0.99.99    | forge-1.12.2-14.23.5.2847.jar        | None      |
    | LCHIJA | forge         | 14.23.5.2847 | forge-1.12.2-14.23.5.2847.jar        | None      |
    | LCHIJA | applecore     | 3.2.0        | AppleCore-mc1.12.2-3.2.0.jar         | None      |
    | LCHIJA | jei           | 4.15.0.291   | jei_1.12.2-4.15.0.291.jar            | None      |
    | LCHIJA | appleskin     | 1.0.9        | AppleSkin-mc1.12-1.0.9 (1).jar       | None      |
    | LCHIJA | oreexcavation | 1.4.140      | OreExcavation-1.4.140.jar            | None      |
    | LCHIJA | pixelmon      | 7.1.1        | Pixelmon-1.12.2-7.1.1-universal.jar  | None      |
    | LCHIJA | xaerominimap  | 1.19.3       | Xaeros_Minimap_1.19.3_Forge_1.12.jar | None      |
    | LCHIJA | xaeroworldmap | 1.5.2        | XaerosWorldMap_1.5.2_Forge_1.12.jar  | None      |

    Loaded coremods (and transformers): 
AppleCore (AppleCore-mc1.12.2-3.2.0.jar)
  squeek.applecore.asm.TransformerModuleHandler
    GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 385.69' Renderer: 'GeForce GT 630/PCIe/SSE2'
    Launched Version: 1.12.2-forge1.12.2-14.23.5.2847
    LWJGL: 2.9.4
    OpenGL: GeForce GT 630/PCIe/SSE2 GL version 4.5.0 NVIDIA 385.69, NVIDIA Corporation
    GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Packs: vanilla, mod_resources
    Current Language: English (United Kingdom)
    Profiler Position: N/A (disabled)
    CPU: 4x Intel(R) Core(TM) i3-2120 CPU @ 3.30GHz
    OptiFine Version: OptiFine_1.12.2_HD_U_F5
    OptiFine Build: 20191204-141934
    Render Distance Chunks: 5
    Mipmaps: 4
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    Shaders: Sildurs Vibrant Shaders v1.262 Lite.zip
    OpenGlVersion: 4.5.0 NVIDIA 385.69
    OpenGlRenderer: GeForce GT 630/PCIe/SSE2
    OpenGlVendor: NVIDIA Corporation
    CpuCount: 4

Link to comment
Share on other sites

Looks like an Optifine bug, they're using a vanilla field that apparently gets patched out by Forge and the JavaDoc on the field explicitly states "DO NOT USE"

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

 

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

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

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

 

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

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

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

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

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

https://hastebin.com/: 400KB

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

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

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

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

Note for Windows users:

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

 

Where to get it:

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

 

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

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

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

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

 

Server Not Starting:

Spoiler

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

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

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

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

 

Posting your mod as a GitHub Repo:

Spoiler

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

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

 

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

[Workaround line, please ignore]

 

Link to comment
Share on other sites

All I can suggest is remove Optifine and give up on shaders

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

 

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

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

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

 

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

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

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

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

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

https://hastebin.com/: 400KB

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

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

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

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

Note for Windows users:

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

 

Where to get it:

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

 

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

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

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

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

 

Server Not Starting:

Spoiler

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

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

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

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

 

Posting your mod as a GitHub Repo:

Spoiler

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

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

 

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

[Workaround line, please ignore]

 

Link to comment
Share on other sites

I don't know

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

 

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

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

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

 

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

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

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

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

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

https://hastebin.com/: 400KB

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

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

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

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

Note for Windows users:

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

 

Where to get it:

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

 

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

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

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

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

 

Server Not Starting:

Spoiler

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

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

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

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

 

Posting your mod as a GitHub Repo:

Spoiler

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

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

 

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

[Workaround line, please ignore]

 

Link to comment
Share on other sites

  • 1 month later...

Hello again!So the new problem is that am playing on a mod pack called "All The Mods 5" and it contains 95 mods and it is on 1.15.2 but added some mods to it and now the count of mods is 124 but am getting this crash report and know what to do so please help me.here's the crash report:

Spoiler


---- Minecraft Crash Report ----
// I bet Cylons wouldn't have this problem.

Time: 2/8/20 7:17 AM
Description: Initializing game

java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
    at net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider$FMLModTarget.loadMod(FMLJavaModLanguageProvider.java:78) ~[?:31.1] {re:classloading}
    at net.minecraftforge.fml.ModLoader.buildModContainerFromTOML(ModLoader.java:234) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader.lambda$buildMods$26(ModLoader.java:214) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader$$Lambda$2170/1527270476.apply(Unknown Source) ~[?:?] {}
    at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) ~[?:1.8.0_51] {}
    at java.util.HashMap$EntrySpliterator.forEachRemaining(HashMap.java:1683) ~[?:1.8.0_51] {}
    at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512) ~[?:1.8.0_51] {}
    at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502) ~[?:1.8.0_51] {}
    at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708) ~[?:1.8.0_51] {}
    at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:1.8.0_51] {}
    at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499) ~[?:1.8.0_51] {}
    at net.minecraftforge.fml.ModLoader.buildMods(ModLoader.java:216) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader.lambda$gatherAndInitializeMods$18(ModLoader.java:173) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader$$Lambda$2167/1170370809.apply(Unknown Source) ~[?:?] {}
    at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) ~[?:1.8.0_51] {}
    at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) ~[?: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.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502) ~[?:1.8.0_51] {}
    at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708) ~[?:1.8.0_51] {}
    at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:1.8.0_51] {}
    at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499) ~[?:1.8.0_51] {}
    at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:175) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.client.ClientModLoader.lambda$begin$2(ClientModLoader.java:97) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2074/1909317132.run(Unknown Source) ~[?:?] {}
    at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:113) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2075/603023442.run(Unknown Source) ~[?:?] {}
    at net.minecraftforge.fml.client.ClientModLoader.begin(ClientModLoader.java:97) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:393) [?:?] {re:classloading,pl:accesstransformer:B,xf:fml:randompatches:RandomPatches Minecraft Transformer,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.main(SourceFile:166) [?:?] {re:classloading}
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
    at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) [forge-1.15.2-31.1.1.jar:31.1] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$431/26502020.call(Unknown Source) [forge-1.15.2-31.1.1.jar:31.1] {}
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.0.0-milestone.4.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.0.0-milestone.4.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.0.0-milestone.4.jar:?] {}
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.0.0-milestone.4.jar:?] {}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.0.0-milestone.4.jar:?] {}
Caused by: java.lang.reflect.InvocationTargetException
    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 net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider$FMLModTarget.loadMod(FMLJavaModLanguageProvider.java:73) ~[?:31.1] {re:classloading}
    ... 40 more
Caused by: net.minecraftforge.fml.ModLoadingException: RFToolsBase has class loading errors
§7mcjty/lib/base/ModBase
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.<init>(FMLModContainer.java:77) ~[?:31.1] {re:classloading}
    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 net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider$FMLModTarget.loadMod(FMLJavaModLanguageProvider.java:73) ~[?:31.1] {re:classloading}
    ... 40 more
Caused by: java.lang.NoClassDefFoundError: mcjty/lib/base/ModBase
    at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_51] {}
    at java.lang.ClassLoader.defineClass(ClassLoader.java:760) ~[?:1.8.0_51] {}
    at java.lang.ClassLoader.defineClass(ClassLoader.java:642) ~[?:1.8.0_51] {}
    at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:127) ~[modlauncher-5.0.0-milestone.4.jar:?] {}
    at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:96) ~[modlauncher-5.0.0-milestone.4.jar:?] {}
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_51] {}
    at java.lang.Class.forName0(Native Method) ~[?:1.8.0_51] {}
    at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_51] {}
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.<init>(FMLModContainer.java:71) ~[?:31.1] {re:classloading}
    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 net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider$FMLModTarget.loadMod(FMLJavaModLanguageProvider.java:73) ~[?:31.1] {re:classloading}
    ... 40 more
Caused by: java.lang.ClassNotFoundException: mcjty.lib.base.ModBase
    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.0.0-milestone.4.jar:?] {}
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_51] {}
    at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_51] {}
    at java.lang.ClassLoader.defineClass(ClassLoader.java:760) ~[?:1.8.0_51] {}
    at java.lang.ClassLoader.defineClass(ClassLoader.java:642) ~[?:1.8.0_51] {}
    at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:127) ~[modlauncher-5.0.0-milestone.4.jar:?] {}
    at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:96) ~[modlauncher-5.0.0-milestone.4.jar:?] {}
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_51] {}
    at java.lang.Class.forName0(Native Method) ~[?:1.8.0_51] {}
    at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_51] {}
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.<init>(FMLModContainer.java:71) ~[?:31.1] {re:classloading}
    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 net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider$FMLModTarget.loadMod(FMLJavaModLanguageProvider.java:73) ~[?:31.1] {re:classloading}
    ... 40 more


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

-- Head --
Thread: Render thread
Stacktrace:
    at net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider$FMLModTarget.loadMod(FMLJavaModLanguageProvider.java:78)
    at net.minecraftforge.fml.ModLoader.buildModContainerFromTOML(ModLoader.java:234)
    at net.minecraftforge.fml.ModLoader.lambda$buildMods$26(ModLoader.java:214)
    at net.minecraftforge.fml.ModLoader$$Lambda$2170/1527270476.apply(Unknown Source)
    at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
    at java.util.HashMap$EntrySpliterator.forEachRemaining(HashMap.java:1683)
    at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512)
    at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502)
    at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
    at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
    at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499)
    at net.minecraftforge.fml.ModLoader.buildMods(ModLoader.java:216)
    at net.minecraftforge.fml.ModLoader.lambda$gatherAndInitializeMods$18(ModLoader.java:173)
    at net.minecraftforge.fml.ModLoader$$Lambda$2167/1170370809.apply(Unknown Source)
    at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
    at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
    at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
    at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512)
    at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502)
    at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
    at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
    at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499)
    at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:175)
    at net.minecraftforge.fml.client.ClientModLoader.lambda$begin$2(ClientModLoader.java:97)
    at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2074/1909317132.run(Unknown Source)
    at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:113)
    at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2075/603023442.run(Unknown Source)
    at net.minecraftforge.fml.client.ClientModLoader.begin(ClientModLoader.java:97)
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:393)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.main.Main.main(SourceFile:166)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$431/26502020.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 7 (amd64) version 6.1
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 880141864 bytes (839 MB) / 2147483648 bytes (2048 MB) up to 2147483648 bytes (2048 MB)
    CPUs: 4
    JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    ModLauncher: 5.0.0-milestone.4+67+b1a340b
    ModLauncher launch target: fmlclient
    ModLauncher naming: srg
    ModLauncher services: 
        /eventbus-2.0.0-milestone.1-service.jar eventbus PLUGINSERVICE 
        /forge-1.15.2-31.1.1.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.15.2-31.1.1.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-2.0.0-milestone.1-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge-1.15.2-31.1.1.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.15.2-31.1.1.jar runtimedistcleaner PLUGINSERVICE 
        /forge-1.15.2-31.1.1.jar fml TRANSFORMATIONSERVICE 
    FML: 31.1
    Forge: net.minecraftforge:31.1.1
    FML Language Providers: 
        javafml@31.1
        minecraft@1
        kotori_scala@2.13.1-build-6
    Mod List: ~~ERROR~~ NullPointerException: null
    Launched Version: 1.15.2-forge-31.1.1
    Backend library: LWJGL version 3.2.2 build 10
    Backend API: GeForce GT 630/PCIe/SSE2 GL version 4.5.0 NVIDIA 385.69, NVIDIA Corporation
    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: 4x Intel(R) Core(TM) i3-2120 CPU @ 3.30GHz

 

 

Edited by diesieben07
spoiler
Link to comment
Share on other sites

ok i installed the dependencies for that mod but now i am getting this much smaller crash report:

Spoiler


---- Minecraft Crash Report ----
// My bad.

Time: 2/8/20 7:55 AM
Description: Initializing game

java.lang.NullPointerException: Initializing game
    at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at com.davenonymous.bonsaitrees2.misc.PotColorizer.init(PotColorizer.java:33) ~[?:2.1.2.6] {re:classloading}
    at net.minecraftforge.eventbus.ASMEventHandler_82_PotColorizer_init_Block.invoke(.dynamic) ~[?:?] {}
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-2.0.0-milestone.1-service.jar:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.0.0-milestone.1-service.jar:?] {}
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:31.1] {re:classloading}
    at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:243) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader$$Lambda$2919/575085758.accept(Unknown Source) ~[?:?] {}
    at java.util.HashMap.forEach(HashMap.java:1280) ~[?:1.8.0_51] {}
    at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:217) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:243) ~[?:?] {re:classloading}
    at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:198) ~[?:?] {re:classloading}
    at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:420) [?:?] {re:classloading,pl:accesstransformer:B,xf:fml:randompatches:RandomPatches Minecraft Transformer,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.main(SourceFile:166) [?:?] {re:classloading}
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
    at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) [forge-1.15.2-31.1.1.jar:31.1] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$418/145664926.call(Unknown Source) [forge-1.15.2-31.1.1.jar:31.1] {}
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.0.0-milestone.4.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.0.0-milestone.4.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.0.0-milestone.4.jar:?] {}
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.0.0-milestone.4.jar:?] {}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.0.0-milestone.4.jar:?] {}


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

-- Head --
Thread: Render thread
Stacktrace:
    at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97)
    at com.davenonymous.bonsaitrees2.misc.PotColorizer.init(PotColorizer.java:33)
    at net.minecraftforge.eventbus.ASMEventHandler_82_PotColorizer_init_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$30(ModLoader.java:243)
    at net.minecraftforge.fml.ModLoader$$Lambda$2919/575085758.accept(Unknown Source)
    at java.util.HashMap.forEach(HashMap.java:1280)
    at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:217)
    at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:243)
    at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:198)
    at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76)
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:420)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.main.Main.main(SourceFile:166)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$418/145664926.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 7 (amd64) version 6.1
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 1204520488 bytes (1148 MB) / 2147483648 bytes (2048 MB) up to 2147483648 bytes (2048 MB)
    CPUs: 4
    JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    ModLauncher: 5.0.0-milestone.4+67+b1a340b
    ModLauncher launch target: fmlclient
    ModLauncher naming: srg
    ModLauncher services: 
        /eventbus-2.0.0-milestone.1-service.jar eventbus PLUGINSERVICE 
        /forge-1.15.2-31.1.1.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.15.2-31.1.1.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-2.0.0-milestone.1-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge-1.15.2-31.1.1.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.15.2-31.1.1.jar runtimedistcleaner PLUGINSERVICE 
        /forge-1.15.2-31.1.1.jar fml TRANSFORMATIONSERVICE 
    FML: 31.1
    Forge: net.minecraftforge:31.1.1
    FML Language Providers: 
        javafml@31.1
        minecraft@1
        kotori_scala@2.13.1-build-6
    Mod List: 
        AdditionalEnchantedMiner-1.15.1-15.2.0.jar QuarryPlus {quarryplus@15.2.0 CREATE_REGISTRIES}
        NetherPortalFix_1.15.2-6.0.0.jar NetherPortalFix {netherportalfix@6.0.0 CREATE_REGISTRIES}
        prefab-1.5.0.0.jar Prefab {prefab@1.5.0.0 CREATE_REGISTRIES}
        EditSign-1.15.2-2.0.0+7.jar Edit Sign {edit_sign@2.0.0+7 CREATE_REGISTRIES}
        SilentMechanisms-1.15.2-0.7.0+50.jar Silent's Mechanisms {silents_mechanisms@0.7.0+50 CREATE_REGISTRIES}
        bambooeverything-1.15-1.0.0.jar Bamboo Everything {bambooeverything@1.15-1.0.0 CREATE_REGISTRIES}
        KleeSlabs_1.15.2-8.0.0.jar KleeSlabs {kleeslabs@8.0.0 CREATE_REGISTRIES}
        rsgauges-1.15.2-1.2.1-b1.jar Gauges and Switches {rsgauges@1.2.1-b1 CREATE_REGISTRIES}
        findme-1.15.1-1.2.0.jar Find Me {findme@NONE CREATE_REGISTRIES}
        IronJetpacks-1.15.2-3.0.0.jar Iron Jetpacks {ironjetpacks@3.0.0 CREATE_REGISTRIES}
        xnet-1.15-2.0.0-alpha.jar XNet {xnet@1.15-2.0.0-alpha CREATE_REGISTRIES}
        XaerosWorldMap_1.5.4_Forge_1.15.2.jar Xaero's World Map {xaeroworldmap@1.5.4 CREATE_REGISTRIES}
        JRFTL+[1.15.2]-1.1.jar JRFTL {jrftl@1.1 CREATE_REGISTRIES}
        Controlling-6.1.1.jar Controlling {controlling@6.1.1 CREATE_REGISTRIES}
        ReAuth-1.14-3.8.0.jar ReAuth {reauth@3.8.0 CREATE_REGISTRIES}
        Placebo-1.15.2-3.0.2.jar Placebo {placebo@3.0.2 CREATE_REGISTRIES}
        rangedpumps-0.7.1.jar Ranged Pumps {rangedpumps@0.7.1 CREATE_REGISTRIES}
        potionsmaster-0.0.10-1.15.2-31.1.0.jar Potions Master {potionsmaster@0.0.10 CREATE_REGISTRIES}
        potionofbees-1.15.2-1.0.0.jar Potion of Bees {potionofbees@1.15.2-1.0.0 CREATE_REGISTRIES}
        WitherSkeletonTweaks-1.15.1-4.0.0.jar Wither Skeleton Tweaks {wstweaks@4.0.0 CREATE_REGISTRIES}
        u_team_core-1.15.2-2.10.2.151.jar U Team Core {uteamcore@2.10.2.151 CREATE_REGISTRIES}
        randompatches-1.15.2-1.21.1.0.jar RandomPatches {randompatches@1.15.2-1.21.1.0 CREATE_REGISTRIES}
        ForgivingVoid_1.15.1-4.0.0.jar Forgiving Void {forgivingvoid@4.0.0 CREATE_REGISTRIES}
        Apotheosis-1.15.2-3.0.4.jar Apotheosis {apotheosis@3.0.4 CREATE_REGISTRIES}
        Waddles-1.15.2-0.8.5.jar Waddles {waddles@1.15.2-0.8.5 CREATE_REGISTRIES}
        LightingWand-1.15.2-1.4.2.jar Lighting Wand {lightingwand@1.4.2 CREATE_REGISTRIES}
        Morpheus-1.15.2-4.2.46.jar Morpheus {morpheus@version CREATE_REGISTRIES}
        MekanismGenerators-1.15.2-9.9.8.400.jar Mekanism: Generators {mekanismgenerators@9.9.8 CREATE_REGISTRIES}
        Hwyla-forge-1.10.7-B71_1.15.1.jar Waila {waila@version CREATE_REGISTRIES}
        WaterStrainer-1.15.1-8.0.0.jar Water Strainer {waterstrainer@1.15.1-8.0.0 CREATE_REGISTRIES}
        speedyhoppers-1.15.2-2.jar Speedy Hoppers {speedyhoppers@1.15.2-2 CREATE_REGISTRIES}
        MysticalAgradditions-1.15.2-3.0.0.jar Mystical Agradditions {mysticalagradditions@3.0.0 CREATE_REGISTRIES}
        absentbydesign-1.15.2-1.0.5 .jar Absent By Design Mod {absentbydesign@1.15.2-1.0.5  CREATE_REGISTRIES}
        refinedstorage-1.8.1.jar Refined Storage {refinedstorage@1.8.1 CREATE_REGISTRIES}
        PackMenu-1.15.2-1.1.6.jar Pack Menu {packmenu@1.1.6 CREATE_REGISTRIES}
        mcw-bridges-1.0.3-mc1.15.2.jar Macaw's Bridges {mcwbridges@1.0.3 CREATE_REGISTRIES}
        industrial-foregoing-1.15.2-2.2.1-f27c515.jar Industrial Foregoing {industrialforegoing@2.2.1 CREATE_REGISTRIES}
        useful_backpacks-1.15.2-1.9.1.55.jar Useful Backpacks {usefulbackpacks@1.9.1.55 CREATE_REGISTRIES}
        torchmaster-2.1.1-rc0.jar Torchmaster {torchmaster@2.1.1-rc0 CREATE_REGISTRIES}
        AmbientSounds_v3.0.15_mc1.15.2.jar Ambient Sounds {ambientsounds@3.0.3 CREATE_REGISTRIES}
        BiomesOPlenty-1.15.2-10.0.0.302-universal.jar Biomes O' Plenty {biomesoplenty@1.15.2-10.0.0.302 CREATE_REGISTRIES}
        MekanismAdditions-1.15.2-9.9.8.400.jar Mekanism: Additions {mekanismadditions@9.9.8 CREATE_REGISTRIES}
        Blur-1.1.0-1.jar Blur {blur@1.1.0-1 ERROR}
        valkyrielib-1.15.2-3.0.2.0.jar ValkyrieLib {valkyrielib@1.15.2-3.0.2.0 CREATE_REGISTRIES}
        SilentGear-1.15.2-1.5.0+74.jar Silent Gear {silentgear@1.5.0+74 CREATE_REGISTRIES}
        tgcropesmod-1.15.2-1.1.1.jar Ropes Mod {tgcropesmod@1.15.2-1.1.1 CREATE_REGISTRIES}
        portality-1.15.2-2.1.2-aaa257f.jar Portality {portality@2.1.2 CREATE_REGISTRIES}
        ClothConfig2-2.0.jar Cloth Config Forge v2 API {cloth-config2@2.0 CREATE_REGISTRIES}
        OreExcavation-1.7.149.jar Ore Excavation {oreexcavation@NONE CREATE_REGISTRIES}
        lostcities-1.15-3.0.0-alpha.jar LostCities {lostcities@1.15-3.0.0-alpha CREATE_REGISTRIES}
        libnonymous-1.15.2-1.1.1.5.jar Libnonymous {libnonymous@1.1.1.5 CREATE_REGISTRIES}
        elevatorid-1.15.2-1.5.5.jar Elevator Mod {elevatorid@1.15.2-1.5.5 CREATE_REGISTRIES}
        tombstone-4.2.1-1.15.2.jar Corail Tombstone {tombstone@4.2.1 CREATE_REGISTRIES}
        obfuscate-0.3.4-1.15.2.jar Obfuscate {obfuscate@0.3.4 CREATE_REGISTRIES}
        vehicle-mod-0.42.5-1.15.2.jar MrCrayfish's Vehicle Mod {vehicle@0.42.5 CREATE_REGISTRIES}
        MekanismTools-1.15.2-9.9.8.400.jar Mekanism: Tools {mekanismtools@9.9.8 CREATE_REGISTRIES}
        mcw-roofs-1.0.1-mc1.15.2.jar Macaw's Roofs {mcwroofs@1.0.1 CREATE_REGISTRIES}
        cc-tweaked-1.15.2-1.86.2.jar CC: Tweaked {computercraft@1.86.2 CREATE_REGISTRIES}
        tramplestopper-1.15.2-2.0.0.4-universal.jar Trample Stopper {tramplestopper@1.15.2-2.0.0.4-universal CREATE_REGISTRIES}
        SBM-WoodenShears-1.15.1-1.0.0.jar SBM-Wooden Shears {woodenshears@1.0.0 CREATE_REGISTRIES}
        FastLeafDecay-v20.jar FastLeafDecay {fastleafdecay@v20 CREATE_REGISTRIES}
        Cyclic-1.15.2-0.1.8.jar Cyclic {cyclic@1.15.2-0.1.8 CREATE_REGISTRIES}
        BetterAdvancements-1.15.2-0.1.0.96.jar Better Advancements {betteradvancements@0.1.0.96 CREATE_REGISTRIES}
        inventorysorter-1.15.2-17.0.0.jar Simple Inventory Sorter {inventorysorter@17.0.0 CREATE_REGISTRIES}
        Ma-Enchants-1.15.2-3.0.0.jar Ma Enchants {ma-enchants@1.15.2-3.0.0 CREATE_REGISTRIES}
        Cucumber-1.15.2-3.0.1.jar Cucumber Library {cucumber@3.0.1 CREATE_REGISTRIES}
        TrashSlot_1.15.2-11.0.0.jar TrashSlot {trashslot@11.0.0 CREATE_REGISTRIES}
        torchslabmod-1.15.1_v1.4.jar Torch Slab Mod {torchslabmod@1.4.0 CREATE_REGISTRIES}
        Overloaded-1.15.2-0.0.80.jar Overloaded {overloaded@1.15.2-0.0.79 CREATE_REGISTRIES}
        jei-1.15.2-6.0.0.2.jar Just Enough Items {jei@6.0.0.2 CREATE_REGISTRIES}
        metalbarrels-2.1.jar Metal Barrels {metalbarrels@2.1 CREATE_REGISTRIES}
        buzzierbees-1.1.3.jar Buzzier Bees {buzzierbees@1.1.3 CREATE_REGISTRIES}
        Mekanism-1.15.2-9.9.8.400.jar Mekanism {mekanism@9.9.8 CREATE_REGISTRIES}
        ropebridge-1.15.1-1.2.jar Rope Bridge {ropebridge@1.15.1-1.2 CREATE_REGISTRIES}
        reap-1.12.1.jar Reap Mod {reap@1.12.1 CREATE_REGISTRIES}
        LightOverlay-4.2.jar Light Overlay Forge {lightoverlay-forge@4.2 CREATE_REGISTRIES}
        enviromats-1.15.2-2.0.2.1.jar Environmental Materials {enviromats@1.15.2-2.0.2.1 CREATE_REGISTRIES}
        additionalbars-1.1.1.jar Additional Bars {additionalbars@1.1.1 CREATE_REGISTRIES}
        engineerstools-1.15.2-1.0.6-b1.jar Engineer's Tools {engineerstools@1.0.6-b1 CREATE_REGISTRIES}
        FarmingForBlockheads_1.15.2-6.1.0.jar Farming for Blockheads {farmingforblockheads@6.1.0 CREATE_REGISTRIES}
        BonsaiTrees-2.1.2.6.jar Bonsai Trees 2 {bonsaitrees2@2.1.2.6 CREATE_REGISTRIES}
        mcjtylib-1.15-4.0.0-alpha.jar McJtyLib {mcjtylib@1.15-4.0.0-alpha CREATE_REGISTRIES}
        rftoolsbase-1.15-1.0.0-alpha.jar RFToolsBase {rftoolsbase@1.15-1.0.0-alpha CREATE_REGISTRIES}
        rftoolsstorage-1.15-1.0.0-alpha.jar RFToolsStorage {rftoolsstorage@1.15-1.0.0-alpha CREATE_REGISTRIES}
        ClickMachine-1.15.1-3.0.0.jar Click Machine {clickmachine@3.0.0 CREATE_REGISTRIES}
        environmentalcreepers-forge-1.15.2-1.6.1.jar Environmental Creepers {environmentalcreepers@1.6.1 CREATE_REGISTRIES}
        ToastControl-1.15.2-3.0.1.jar Toast Control {toastcontrol@3.0.1 CREATE_REGISTRIES}
        PackingTape-1.15.2-0.9.5.jar Packing Tape {packingtape@0.9.5 CREATE_REGISTRIES}
        rftoolspower-1.15-2.0.1-alpha.jar RFToolsPower {rftoolspower@1.15-2.0.1-alpha CREATE_REGISTRIES}
        extradisks-1.15.1-1.2.jar Extra Disks {extradisks@1.15.1-1.2 CREATE_REGISTRIES}
        campfiretorches-1.15.2-1.0.2.jar Campfire Torches {campfiretorches@1.15.2-1.0.2 CREATE_REGISTRIES}
        forge-1.15.2-31.1.1-universal.jar Forge {forge@31.1.1 CREATE_REGISTRIES}
        PassthroughSigns-1.15.1-2.3.2.jar Passthrough Signs {passthroughsigns@1.15.1-2.3.2 CREATE_REGISTRIES}
        ruins-1.15.1.3.jar Ruins {ruins@1.15.1.3 CREATE_REGISTRIES}
        MysticalAgriculture-1.15.2-3.0.0.jar Mystical Agriculture {mysticalagriculture@3.0.0 CREATE_REGISTRIES}
        CraftingTweaks_1.15.1-11.0.0.jar Crafting Tweaks {craftingtweaks@11.0.0 CREATE_REGISTRIES}
        forge-1.15.2-31.1.1-client.jar Minecraft {minecraft@1.15.2 CREATE_REGISTRIES}
        rftoolsutility-1.15-2.0.0-alpha.jar RFToolsUtility {rftoolsutility@1.15-2.0.0-alpha CREATE_REGISTRIES}
        swingthroughgrass-1.15.2-1.4.0.jar SwingThroughGrass {swingthroughgrass@1.15.2-1.4.0 CREATE_REGISTRIES}
        MouseTweaks-2.13-mc1.15.1.jar Mouse Tweaks {mousetweaks@2.13 CREATE_REGISTRIES}
        ToolBelt-1.15.2-1.13.1.jar Tool Belt {toolbelt@1.13.1 CREATE_REGISTRIES}
        titanium-1.15.2-2.3.6.jar Titanium {titanium@2.3.6 CREATE_REGISTRIES}
        SilentLib-1.15.2-4.6.0+48.jar Silent Lib {silentlib@4.6.0+48 CREATE_REGISTRIES}
        bluepower-1.15.2-0.4.184-alpha-universal.jar Blue Power {bluepower@0.4.184-alpha CREATE_REGISTRIES}
        ExtraButtons-1.15.2-3.0.0.jar ExtraButtons {extrabuttons@1.15.2-3.0.0 CREATE_REGISTRIES}
        forbidden_arcanus-1.15.2-1.0-beta-3.jar Forbidden & Arcanus {forbidden_arcanus@1.15.1-1.0-beta-1 CREATE_REGISTRIES}
        LargeFluidTank-15.2.1.jar FluidTank {fluidtank@15.2.1 CREATE_REGISTRIES}
        rftoolsbuilder-1.15-2.0.0-alpha.jar RFToolsBuilder {rftoolsbuilder@1.15-2.0.0-alpha CREATE_REGISTRIES}
        Xaeros_Minimap_20.1.0_Forge_1.15.2.jar Xaero's Minimap {xaerominimap@20.1.0 CREATE_REGISTRIES}
        JAOPCA-1.15.2-3.0.0.18.jar JAOPCA {jaopca@3.0.0.18 CREATE_REGISTRIES}
        Harvest-forge-1.15.1-1.2.11-24.jar Harvest {harvest@version CREATE_REGISTRIES}
        tubesreloaded-1.15.2-1.2.0.jar Tubes Reloaded {tubesreloaded@1.15.2-1.2.0 CREATE_REGISTRIES}
        PickleTweaks-1.15.2-4.0.0.jar Pickle Tweaks {pickletweaks@4.0.0 CREATE_REGISTRIES}
        FastFurnace-1.15.1-3.0.0.jar FastFurnace {fastfurnace@3.0.0 CREATE_REGISTRIES}
        engineersdecor-1.15.2-1.0.19-b1.jar Engineer's Decor {engineersdecor@1.0.19-b1 CREATE_REGISTRIES}
        solcarrot-1.15.2-1.9.4.jar Spice of Life: Carrot Edition {solcarrot@1.15.2-1.9.4 CREATE_REGISTRIES}
        Aquaculture-1.15.2-2.0.8.jar Aquaculture 2 {aquaculture@1.15.2-2.0.8 CREATE_REGISTRIES}
        XL-Food-Mod-1.15.2-2.2.2.jar XL Food Mod {xlfoodmod@2.2.2 CREATE_REGISTRIES}
        CHAS+v1.3+for+1.15.jar Craftable Horse Armour {craftablehorsearmour@1.3 CREATE_REGISTRIES}
        refinedstorageaddons-0.6.1.jar Refined Storage Addons {refinedstorageaddons@0.6.1 CREATE_REGISTRIES}
        Ma-Essentials-1.15.2-3.0.0.jar Ma Essentials {ma-essentials@1.15.2-3.0.0 CREATE_REGISTRIES}
        CosmeticArmorReworked-1.15.2-v1.jar CosmeticArmorReworked {cosmeticarmorreworked@1.15.2-v1 CREATE_REGISTRIES}
        xptome-1.15.1-v1.1.4.jar XP Tome {xpbook@v1.1.4 CREATE_REGISTRIES}
        DefaultOptions_1.15.1-11.0.0.jar Default Options {defaultoptions@11.0.0 CREATE_REGISTRIES}
        bigbuckets-1.1.0.jar BigBuckets {bigbuckets@1.1.0 CREATE_REGISTRIES}
    Launched Version: 1.15.2-forge-31.1.1
    Backend library: LWJGL version 3.2.2 build 10
    Backend API: GeForce GT 630/PCIe/SSE2 GL version 4.5.0 NVIDIA 385.69, NVIDIA Corporation
    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: 4x Intel(R) Core(TM) i3-2120 CPU @ 3.30GHz

 

 

Edited by diesieben07
spoiler
Link to comment
Share on other sites

removed bonsai trees 2.now i get this crash report:

Spoiler


---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!

Time: 2/8/20 8:14 AM
Description: Initializing game

java.lang.NullPointerException: Registry Object not present
    at java.util.Objects.requireNonNull(Objects.java:228) ~[?:1.8.0_51] {}
    at net.minecraftforge.fml.RegistryObject.get(RegistryObject.java:91) ~[?:?] {re:classloading}
    at mekanism.common.registration.DoubleWrappedRegistryObject.getPrimary(DoubleWrappedRegistryObject.java:23) ~[?:?] {re:classloading}
    at mekanism.common.registration.impl.BlockRegistryObject.getBlock(BlockRegistryObject.java:19) ~[?:?] {re:classloading}
    at mekanism.client.ClientRegistrationUtil.registerBlockColorHandler(ClientRegistrationUtil.java:78) ~[?:?] {re:classloading}
    at mekanism.additions.client.AdditionsClientRegistration.registerItemColorHandlers(AdditionsClientRegistration.java:38) ~[?:?] {re:classloading}
    at net.minecraftforge.eventbus.ASMEventHandler_111_AdditionsClientRegistration_registerItemColorHandlers_Item.invoke(.dynamic) ~[?:?] {}
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-2.0.0-milestone.1-service.jar:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.0.0-milestone.1-service.jar:?] {}
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:31.1] {re:classloading}
    at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:243) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader$$Lambda$3012/627305667.accept(Unknown Source) ~[?:?] {}
    at java.util.HashMap.forEach(HashMap.java:1280) ~[?:1.8.0_51] {}
    at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:217) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:243) ~[?:?] {re:classloading}
    at net.minecraftforge.client.ForgeHooksClient.onItemColorsInit(ForgeHooksClient.java:203) ~[?:?] {re:classloading}
    at net.minecraft.client.renderer.color.ItemColors.func_186729_a(ItemColors.java:84) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:421) [?:?] {re:classloading,pl:accesstransformer:B,xf:fml:randompatches:RandomPatches Minecraft Transformer,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.main(SourceFile:166) [?:?] {re:classloading}
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
    at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) [forge-1.15.2-31.1.1.jar:31.1] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$423/1947378744.call(Unknown Source) [forge-1.15.2-31.1.1.jar:31.1] {}
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.0.0-milestone.4.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.0.0-milestone.4.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.0.0-milestone.4.jar:?] {}
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.0.0-milestone.4.jar:?] {}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.0.0-milestone.4.jar:?] {}


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

-- Head --
Thread: Render thread
Stacktrace:
    at java.util.Objects.requireNonNull(Objects.java:228)
    at net.minecraftforge.fml.RegistryObject.get(RegistryObject.java:91)
    at mekanism.common.registration.DoubleWrappedRegistryObject.getPrimary(DoubleWrappedRegistryObject.java:23)
    at mekanism.common.registration.impl.BlockRegistryObject.getBlock(BlockRegistryObject.java:19)
    at mekanism.client.ClientRegistrationUtil.registerBlockColorHandler(ClientRegistrationUtil.java:78)
    at mekanism.additions.client.AdditionsClientRegistration.registerItemColorHandlers(AdditionsClientRegistration.java:38)
    at net.minecraftforge.eventbus.ASMEventHandler_111_AdditionsClientRegistration_registerItemColorHandlers_Item.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$30(ModLoader.java:243)
    at net.minecraftforge.fml.ModLoader$$Lambda$3012/627305667.accept(Unknown Source)
    at java.util.HashMap.forEach(HashMap.java:1280)
    at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:217)
    at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:243)
    at net.minecraftforge.client.ForgeHooksClient.onItemColorsInit(ForgeHooksClient.java:203)
    at net.minecraft.client.renderer.color.ItemColors.func_186729_a(ItemColors.java:84)
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:421)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.main.Main.main(SourceFile:166)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$423/1947378744.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 7 (amd64) version 6.1
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 1276382456 bytes (1217 MB) / 2147483648 bytes (2048 MB) up to 2147483648 bytes (2048 MB)
    CPUs: 4
    JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    ModLauncher: 5.0.0-milestone.4+67+b1a340b
    ModLauncher launch target: fmlclient
    ModLauncher naming: srg
    ModLauncher services: 
        /eventbus-2.0.0-milestone.1-service.jar eventbus PLUGINSERVICE 
        /forge-1.15.2-31.1.1.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.15.2-31.1.1.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-2.0.0-milestone.1-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge-1.15.2-31.1.1.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.15.2-31.1.1.jar runtimedistcleaner PLUGINSERVICE 
        /forge-1.15.2-31.1.1.jar fml TRANSFORMATIONSERVICE 
    FML: 31.1
    Forge: net.minecraftforge:31.1.1
    FML Language Providers: 
        javafml@31.1
        minecraft@1
        kotori_scala@2.13.1-build-6
    Mod List: 
        AdditionalEnchantedMiner-1.15.1-15.2.0.jar QuarryPlus {quarryplus@15.2.0 CREATE_REGISTRIES}
        NetherPortalFix_1.15.2-6.0.0.jar NetherPortalFix {netherportalfix@6.0.0 CREATE_REGISTRIES}
        prefab-1.5.0.0.jar Prefab {prefab@1.5.0.0 CREATE_REGISTRIES}
        EditSign-1.15.2-2.0.0+7.jar Edit Sign {edit_sign@2.0.0+7 CREATE_REGISTRIES}
        SilentMechanisms-1.15.2-0.7.0+50.jar Silent's Mechanisms {silents_mechanisms@0.7.0+50 CREATE_REGISTRIES}
        bambooeverything-1.15-1.0.0.jar Bamboo Everything {bambooeverything@1.15-1.0.0 CREATE_REGISTRIES}
        KleeSlabs_1.15.2-8.0.0.jar KleeSlabs {kleeslabs@8.0.0 CREATE_REGISTRIES}
        rsgauges-1.15.2-1.2.1-b1.jar Gauges and Switches {rsgauges@1.2.1-b1 CREATE_REGISTRIES}
        findme-1.15.1-1.2.0.jar Find Me {findme@NONE CREATE_REGISTRIES}
        IronJetpacks-1.15.2-3.0.0.jar Iron Jetpacks {ironjetpacks@3.0.0 CREATE_REGISTRIES}
        xnet-1.15-2.0.0-alpha.jar XNet {xnet@1.15-2.0.0-alpha CREATE_REGISTRIES}
        XaerosWorldMap_1.5.4_Forge_1.15.2.jar Xaero's World Map {xaeroworldmap@1.5.4 CREATE_REGISTRIES}
        JRFTL+[1.15.2]-1.1.jar JRFTL {jrftl@1.1 CREATE_REGISTRIES}
        Controlling-6.1.1.jar Controlling {controlling@6.1.1 CREATE_REGISTRIES}
        ReAuth-1.14-3.8.0.jar ReAuth {reauth@3.8.0 CREATE_REGISTRIES}
        Placebo-1.15.2-3.0.2.jar Placebo {placebo@3.0.2 CREATE_REGISTRIES}
        rangedpumps-0.7.1.jar Ranged Pumps {rangedpumps@0.7.1 CREATE_REGISTRIES}
        potionsmaster-0.0.10-1.15.2-31.1.0.jar Potions Master {potionsmaster@0.0.10 CREATE_REGISTRIES}
        potionofbees-1.15.2-1.0.0.jar Potion of Bees {potionofbees@1.15.2-1.0.0 CREATE_REGISTRIES}
        WitherSkeletonTweaks-1.15.1-4.0.0.jar Wither Skeleton Tweaks {wstweaks@4.0.0 CREATE_REGISTRIES}
        u_team_core-1.15.2-2.10.2.151.jar U Team Core {uteamcore@2.10.2.151 CREATE_REGISTRIES}
        randompatches-1.15.2-1.21.1.0.jar RandomPatches {randompatches@1.15.2-1.21.1.0 CREATE_REGISTRIES}
        ForgivingVoid_1.15.1-4.0.0.jar Forgiving Void {forgivingvoid@4.0.0 CREATE_REGISTRIES}
        Apotheosis-1.15.2-3.0.4.jar Apotheosis {apotheosis@3.0.4 CREATE_REGISTRIES}
        Waddles-1.15.2-0.8.5.jar Waddles {waddles@1.15.2-0.8.5 CREATE_REGISTRIES}
        LightingWand-1.15.2-1.4.2.jar Lighting Wand {lightingwand@1.4.2 CREATE_REGISTRIES}
        Morpheus-1.15.2-4.2.46.jar Morpheus {morpheus@version CREATE_REGISTRIES}
        MekanismGenerators-1.15.2-9.9.8.400.jar Mekanism: Generators {mekanismgenerators@9.9.8 CREATE_REGISTRIES}
        Hwyla-forge-1.10.7-B71_1.15.1.jar Waila {waila@version CREATE_REGISTRIES}
        WaterStrainer-1.15.1-8.0.0.jar Water Strainer {waterstrainer@1.15.1-8.0.0 CREATE_REGISTRIES}
        speedyhoppers-1.15.2-2.jar Speedy Hoppers {speedyhoppers@1.15.2-2 CREATE_REGISTRIES}
        MysticalAgradditions-1.15.2-3.0.0.jar Mystical Agradditions {mysticalagradditions@3.0.0 CREATE_REGISTRIES}
        absentbydesign-1.15.2-1.0.5 .jar Absent By Design Mod {absentbydesign@1.15.2-1.0.5  CREATE_REGISTRIES}
        refinedstorage-1.8.1.jar Refined Storage {refinedstorage@1.8.1 CREATE_REGISTRIES}
        PackMenu-1.15.2-1.1.6.jar Pack Menu {packmenu@1.1.6 CREATE_REGISTRIES}
        mcw-bridges-1.0.3-mc1.15.2.jar Macaw's Bridges {mcwbridges@1.0.3 CREATE_REGISTRIES}
        industrial-foregoing-1.15.2-2.2.1-f27c515.jar Industrial Foregoing {industrialforegoing@2.2.1 CREATE_REGISTRIES}
        useful_backpacks-1.15.2-1.9.1.55.jar Useful Backpacks {usefulbackpacks@1.9.1.55 CREATE_REGISTRIES}
        torchmaster-2.1.1-rc0.jar Torchmaster {torchmaster@2.1.1-rc0 CREATE_REGISTRIES}
        AmbientSounds_v3.0.15_mc1.15.2.jar Ambient Sounds {ambientsounds@3.0.3 CREATE_REGISTRIES}
        BiomesOPlenty-1.15.2-10.0.0.302-universal.jar Biomes O' Plenty {biomesoplenty@1.15.2-10.0.0.302 CREATE_REGISTRIES}
        MekanismAdditions-1.15.2-9.9.8.400.jar Mekanism: Additions {mekanismadditions@9.9.8 CREATE_REGISTRIES}
        Blur-1.1.0-1.jar Blur {blur@1.1.0-1 ERROR}
        valkyrielib-1.15.2-3.0.2.0.jar ValkyrieLib {valkyrielib@1.15.2-3.0.2.0 CREATE_REGISTRIES}
        SilentGear-1.15.2-1.5.0+74.jar Silent Gear {silentgear@1.5.0+74 CREATE_REGISTRIES}
        tgcropesmod-1.15.2-1.1.1.jar Ropes Mod {tgcropesmod@1.15.2-1.1.1 CREATE_REGISTRIES}
        portality-1.15.2-2.1.2-aaa257f.jar Portality {portality@2.1.2 CREATE_REGISTRIES}
        ClothConfig2-2.0.jar Cloth Config Forge v2 API {cloth-config2@2.0 CREATE_REGISTRIES}
        OreExcavation-1.7.149.jar Ore Excavation {oreexcavation@NONE CREATE_REGISTRIES}
        lostcities-1.15-3.0.0-alpha.jar LostCities {lostcities@1.15-3.0.0-alpha CREATE_REGISTRIES}
        libnonymous-1.15.2-1.1.1.5.jar Libnonymous {libnonymous@1.1.1.5 CREATE_REGISTRIES}
        elevatorid-1.15.2-1.5.5.jar Elevator Mod {elevatorid@1.15.2-1.5.5 CREATE_REGISTRIES}
        tombstone-4.2.1-1.15.2.jar Corail Tombstone {tombstone@4.2.1 CREATE_REGISTRIES}
        obfuscate-0.3.4-1.15.2.jar Obfuscate {obfuscate@0.3.4 CREATE_REGISTRIES}
        vehicle-mod-0.42.5-1.15.2.jar MrCrayfish's Vehicle Mod {vehicle@0.42.5 CREATE_REGISTRIES}
        MekanismTools-1.15.2-9.9.8.400.jar Mekanism: Tools {mekanismtools@9.9.8 CREATE_REGISTRIES}
        mcw-roofs-1.0.1-mc1.15.2.jar Macaw's Roofs {mcwroofs@1.0.1 CREATE_REGISTRIES}
        cc-tweaked-1.15.2-1.86.2.jar CC: Tweaked {computercraft@1.86.2 CREATE_REGISTRIES}
        tramplestopper-1.15.2-2.0.0.4-universal.jar Trample Stopper {tramplestopper@1.15.2-2.0.0.4-universal CREATE_REGISTRIES}
        SBM-WoodenShears-1.15.1-1.0.0.jar SBM-Wooden Shears {woodenshears@1.0.0 CREATE_REGISTRIES}
        FastLeafDecay-v20.jar FastLeafDecay {fastleafdecay@v20 CREATE_REGISTRIES}
        Cyclic-1.15.2-0.1.8.jar Cyclic {cyclic@1.15.2-0.1.8 CREATE_REGISTRIES}
        BetterAdvancements-1.15.2-0.1.0.96.jar Better Advancements {betteradvancements@0.1.0.96 CREATE_REGISTRIES}
        inventorysorter-1.15.2-17.0.0.jar Simple Inventory Sorter {inventorysorter@17.0.0 CREATE_REGISTRIES}
        Ma-Enchants-1.15.2-3.0.0.jar Ma Enchants {ma-enchants@1.15.2-3.0.0 CREATE_REGISTRIES}
        Cucumber-1.15.2-3.0.1.jar Cucumber Library {cucumber@3.0.1 CREATE_REGISTRIES}
        TrashSlot_1.15.2-11.0.0.jar TrashSlot {trashslot@11.0.0 CREATE_REGISTRIES}
        torchslabmod-1.15.1_v1.4.jar Torch Slab Mod {torchslabmod@1.4.0 CREATE_REGISTRIES}
        Overloaded-1.15.2-0.0.80.jar Overloaded {overloaded@1.15.2-0.0.79 CREATE_REGISTRIES}
        jei-1.15.2-6.0.0.2.jar Just Enough Items {jei@6.0.0.2 CREATE_REGISTRIES}
        metalbarrels-2.1.jar Metal Barrels {metalbarrels@2.1 CREATE_REGISTRIES}
        buzzierbees-1.1.3.jar Buzzier Bees {buzzierbees@1.1.3 CREATE_REGISTRIES}
        Mekanism-1.15.2-9.9.8.400.jar Mekanism {mekanism@9.9.8 CREATE_REGISTRIES}
        ropebridge-1.15.1-1.2.jar Rope Bridge {ropebridge@1.15.1-1.2 CREATE_REGISTRIES}
        reap-1.12.1.jar Reap Mod {reap@1.12.1 CREATE_REGISTRIES}
        LightOverlay-4.2.jar Light Overlay Forge {lightoverlay-forge@4.2 CREATE_REGISTRIES}
        enviromats-1.15.2-2.0.2.1.jar Environmental Materials {enviromats@1.15.2-2.0.2.1 CREATE_REGISTRIES}
        additionalbars-1.1.1.jar Additional Bars {additionalbars@1.1.1 CREATE_REGISTRIES}
        engineerstools-1.15.2-1.0.6-b1.jar Engineer's Tools {engineerstools@1.0.6-b1 CREATE_REGISTRIES}
        FarmingForBlockheads_1.15.2-6.1.0.jar Farming for Blockheads {farmingforblockheads@6.1.0 CREATE_REGISTRIES}
        mcjtylib-1.15-4.0.0-alpha.jar McJtyLib {mcjtylib@1.15-4.0.0-alpha CREATE_REGISTRIES}
        rftoolsbase-1.15-1.0.0-alpha.jar RFToolsBase {rftoolsbase@1.15-1.0.0-alpha CREATE_REGISTRIES}
        rftoolsstorage-1.15-1.0.0-alpha.jar RFToolsStorage {rftoolsstorage@1.15-1.0.0-alpha CREATE_REGISTRIES}
        ClickMachine-1.15.1-3.0.0.jar Click Machine {clickmachine@3.0.0 CREATE_REGISTRIES}
        environmentalcreepers-forge-1.15.2-1.6.1.jar Environmental Creepers {environmentalcreepers@1.6.1 CREATE_REGISTRIES}
        ToastControl-1.15.2-3.0.1.jar Toast Control {toastcontrol@3.0.1 CREATE_REGISTRIES}
        PackingTape-1.15.2-0.9.5.jar Packing Tape {packingtape@0.9.5 CREATE_REGISTRIES}
        rftoolspower-1.15-2.0.1-alpha.jar RFToolsPower {rftoolspower@1.15-2.0.1-alpha CREATE_REGISTRIES}
        extradisks-1.15.1-1.2.jar Extra Disks {extradisks@1.15.1-1.2 CREATE_REGISTRIES}
        campfiretorches-1.15.2-1.0.2.jar Campfire Torches {campfiretorches@1.15.2-1.0.2 CREATE_REGISTRIES}
        forge-1.15.2-31.1.1-universal.jar Forge {forge@31.1.1 CREATE_REGISTRIES}
        PassthroughSigns-1.15.1-2.3.2.jar Passthrough Signs {passthroughsigns@1.15.1-2.3.2 CREATE_REGISTRIES}
        ruins-1.15.1.3.jar Ruins {ruins@1.15.1.3 CREATE_REGISTRIES}
        MysticalAgriculture-1.15.2-3.0.0.jar Mystical Agriculture {mysticalagriculture@3.0.0 CREATE_REGISTRIES}
        CraftingTweaks_1.15.1-11.0.0.jar Crafting Tweaks {craftingtweaks@11.0.0 CREATE_REGISTRIES}
        forge-1.15.2-31.1.1-client.jar Minecraft {minecraft@1.15.2 CREATE_REGISTRIES}
        rftoolsutility-1.15-2.0.0-alpha.jar RFToolsUtility {rftoolsutility@1.15-2.0.0-alpha CREATE_REGISTRIES}
        swingthroughgrass-1.15.2-1.4.0.jar SwingThroughGrass {swingthroughgrass@1.15.2-1.4.0 CREATE_REGISTRIES}
        MouseTweaks-2.13-mc1.15.1.jar Mouse Tweaks {mousetweaks@2.13 CREATE_REGISTRIES}
        ToolBelt-1.15.2-1.13.1.jar Tool Belt {toolbelt@1.13.1 CREATE_REGISTRIES}
        titanium-1.15.2-2.3.6.jar Titanium {titanium@2.3.6 CREATE_REGISTRIES}
        SilentLib-1.15.2-4.6.0+48.jar Silent Lib {silentlib@4.6.0+48 CREATE_REGISTRIES}
        bluepower-1.15.2-0.4.184-alpha-universal.jar Blue Power {bluepower@0.4.184-alpha CREATE_REGISTRIES}
        ExtraButtons-1.15.2-3.0.0.jar ExtraButtons {extrabuttons@1.15.2-3.0.0 CREATE_REGISTRIES}
        forbidden_arcanus-1.15.2-1.0-beta-3.jar Forbidden & Arcanus {forbidden_arcanus@1.15.1-1.0-beta-1 CREATE_REGISTRIES}
        LargeFluidTank-15.2.1.jar FluidTank {fluidtank@15.2.1 CREATE_REGISTRIES}
        rftoolsbuilder-1.15-2.0.0-alpha.jar RFToolsBuilder {rftoolsbuilder@1.15-2.0.0-alpha CREATE_REGISTRIES}
        Xaeros_Minimap_20.1.0_Forge_1.15.2.jar Xaero's Minimap {xaerominimap@20.1.0 CREATE_REGISTRIES}
        JAOPCA-1.15.2-3.0.0.18.jar JAOPCA {jaopca@3.0.0.18 CREATE_REGISTRIES}
        Harvest-forge-1.15.1-1.2.11-24.jar Harvest {harvest@version CREATE_REGISTRIES}
        tubesreloaded-1.15.2-1.2.0.jar Tubes Reloaded {tubesreloaded@1.15.2-1.2.0 CREATE_REGISTRIES}
        PickleTweaks-1.15.2-4.0.0.jar Pickle Tweaks {pickletweaks@4.0.0 CREATE_REGISTRIES}
        FastFurnace-1.15.1-3.0.0.jar FastFurnace {fastfurnace@3.0.0 CREATE_REGISTRIES}
        engineersdecor-1.15.2-1.0.19-b1.jar Engineer's Decor {engineersdecor@1.0.19-b1 CREATE_REGISTRIES}
        solcarrot-1.15.2-1.9.4.jar Spice of Life: Carrot Edition {solcarrot@1.15.2-1.9.4 CREATE_REGISTRIES}
        Aquaculture-1.15.2-2.0.8.jar Aquaculture 2 {aquaculture@1.15.2-2.0.8 CREATE_REGISTRIES}
        XL-Food-Mod-1.15.2-2.2.2.jar XL Food Mod {xlfoodmod@2.2.2 CREATE_REGISTRIES}
        CHAS+v1.3+for+1.15.jar Craftable Horse Armour {craftablehorsearmour@1.3 CREATE_REGISTRIES}
        refinedstorageaddons-0.6.1.jar Refined Storage Addons {refinedstorageaddons@0.6.1 CREATE_REGISTRIES}
        Ma-Essentials-1.15.2-3.0.0.jar Ma Essentials {ma-essentials@1.15.2-3.0.0 CREATE_REGISTRIES}
        CosmeticArmorReworked-1.15.2-v1.jar CosmeticArmorReworked {cosmeticarmorreworked@1.15.2-v1 CREATE_REGISTRIES}
        xptome-1.15.1-v1.1.4.jar XP Tome {xpbook@v1.1.4 CREATE_REGISTRIES}
        DefaultOptions_1.15.1-11.0.0.jar Default Options {defaultoptions@11.0.0 CREATE_REGISTRIES}
        bigbuckets-1.1.0.jar BigBuckets {bigbuckets@1.1.0 CREATE_REGISTRIES}
    Launched Version: 1.15.2-forge-31.1.1
    Backend library: LWJGL version 3.2.2 build 10
    Backend API: GeForce GT 630/PCIe/SSE2 GL version 4.5.0 NVIDIA 385.69, NVIDIA Corporation
    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: 4x Intel(R) Core(TM) i3-2120 CPU @ 3.30GHz

 

 

Edited by diesieben07
spoiler
Link to comment
Share on other sites

i updated to latest versions of all mekanism mods and now i got this help:

Spoiler

---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!

Time: 2/8/20 8:14 AM
Description: Initializing game

java.lang.NullPointerException: Registry Object not present
    at java.util.Objects.requireNonNull(Objects.java:228) ~[?:1.8.0_51] {}
    at net.minecraftforge.fml.RegistryObject.get(RegistryObject.java:91) ~[?:?] {re:classloading}
    at mekanism.common.registration.DoubleWrappedRegistryObject.getPrimary(DoubleWrappedRegistryObject.java:23) ~[?:?] {re:classloading}
    at mekanism.common.registration.impl.BlockRegistryObject.getBlock(BlockRegistryObject.java:19) ~[?:?] {re:classloading}
    at mekanism.client.ClientRegistrationUtil.registerBlockColorHandler(ClientRegistrationUtil.java:78) ~[?:?] {re:classloading}
    at mekanism.additions.client.AdditionsClientRegistration.registerItemColorHandlers(AdditionsClientRegistration.java:38) ~[?:?] {re:classloading}
    at net.minecraftforge.eventbus.ASMEventHandler_111_AdditionsClientRegistration_registerItemColorHandlers_Item.invoke(.dynamic) ~[?:?] {}
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-2.0.0-milestone.1-service.jar:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.0.0-milestone.1-service.jar:?] {}
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:31.1] {re:classloading}
    at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:243) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader$$Lambda$3012/627305667.accept(Unknown Source) ~[?:?] {}
    at java.util.HashMap.forEach(HashMap.java:1280) ~[?:1.8.0_51] {}
    at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:217) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:243) ~[?:?] {re:classloading}
    at net.minecraftforge.client.ForgeHooksClient.onItemColorsInit(ForgeHooksClient.java:203) ~[?:?] {re:classloading}
    at net.minecraft.client.renderer.color.ItemColors.func_186729_a(ItemColors.java:84) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:421) [?:?] {re:classloading,pl:accesstransformer:B,xf:fml:randompatches:RandomPatches Minecraft Transformer,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.main(SourceFile:166) [?:?] {re:classloading}
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
    at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) [forge-1.15.2-31.1.1.jar:31.1] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$423/1947378744.call(Unknown Source) [forge-1.15.2-31.1.1.jar:31.1] {}
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.0.0-milestone.4.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.0.0-milestone.4.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.0.0-milestone.4.jar:?] {}
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.0.0-milestone.4.jar:?] {}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.0.0-milestone.4.jar:?] {}


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

-- Head --
Thread: Render thread
Stacktrace:
    at java.util.Objects.requireNonNull(Objects.java:228)
    at net.minecraftforge.fml.RegistryObject.get(RegistryObject.java:91)
    at mekanism.common.registration.DoubleWrappedRegistryObject.getPrimary(DoubleWrappedRegistryObject.java:23)
    at mekanism.common.registration.impl.BlockRegistryObject.getBlock(BlockRegistryObject.java:19)
    at mekanism.client.ClientRegistrationUtil.registerBlockColorHandler(ClientRegistrationUtil.java:78)
    at mekanism.additions.client.AdditionsClientRegistration.registerItemColorHandlers(AdditionsClientRegistration.java:38)
    at net.minecraftforge.eventbus.ASMEventHandler_111_AdditionsClientRegistration_registerItemColorHandlers_Item.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$30(ModLoader.java:243)
    at net.minecraftforge.fml.ModLoader$$Lambda$3012/627305667.accept(Unknown Source)
    at java.util.HashMap.forEach(HashMap.java:1280)
    at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:217)
    at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:243)
    at net.minecraftforge.client.ForgeHooksClient.onItemColorsInit(ForgeHooksClient.java:203)
    at net.minecraft.client.renderer.color.ItemColors.func_186729_a(ItemColors.java:84)
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:421)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.main.Main.main(SourceFile:166)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$423/1947378744.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 7 (amd64) version 6.1
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 1276382456 bytes (1217 MB) / 2147483648 bytes (2048 MB) up to 2147483648 bytes (2048 MB)
    CPUs: 4
    JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    ModLauncher: 5.0.0-milestone.4+67+b1a340b
    ModLauncher launch target: fmlclient
    ModLauncher naming: srg
    ModLauncher services: 
        /eventbus-2.0.0-milestone.1-service.jar eventbus PLUGINSERVICE 
        /forge-1.15.2-31.1.1.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.15.2-31.1.1.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-2.0.0-milestone.1-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge-1.15.2-31.1.1.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.15.2-31.1.1.jar runtimedistcleaner PLUGINSERVICE 
        /forge-1.15.2-31.1.1.jar fml TRANSFORMATIONSERVICE 
    FML: 31.1
    Forge: net.minecraftforge:31.1.1
    FML Language Providers: 
        javafml@31.1
        minecraft@1
        kotori_scala@2.13.1-build-6
    Mod List: 
        AdditionalEnchantedMiner-1.15.1-15.2.0.jar QuarryPlus {quarryplus@15.2.0 CREATE_REGISTRIES}
        NetherPortalFix_1.15.2-6.0.0.jar NetherPortalFix {netherportalfix@6.0.0 CREATE_REGISTRIES}
        prefab-1.5.0.0.jar Prefab {prefab@1.5.0.0 CREATE_REGISTRIES}
        EditSign-1.15.2-2.0.0+7.jar Edit Sign {edit_sign@2.0.0+7 CREATE_REGISTRIES}
        SilentMechanisms-1.15.2-0.7.0+50.jar Silent's Mechanisms {silents_mechanisms@0.7.0+50 CREATE_REGISTRIES}
        bambooeverything-1.15-1.0.0.jar Bamboo Everything {bambooeverything@1.15-1.0.0 CREATE_REGISTRIES}
        KleeSlabs_1.15.2-8.0.0.jar KleeSlabs {kleeslabs@8.0.0 CREATE_REGISTRIES}
        rsgauges-1.15.2-1.2.1-b1.jar Gauges and Switches {rsgauges@1.2.1-b1 CREATE_REGISTRIES}
        findme-1.15.1-1.2.0.jar Find Me {findme@NONE CREATE_REGISTRIES}
        IronJetpacks-1.15.2-3.0.0.jar Iron Jetpacks {ironjetpacks@3.0.0 CREATE_REGISTRIES}
        xnet-1.15-2.0.0-alpha.jar XNet {xnet@1.15-2.0.0-alpha CREATE_REGISTRIES}
        XaerosWorldMap_1.5.4_Forge_1.15.2.jar Xaero's World Map {xaeroworldmap@1.5.4 CREATE_REGISTRIES}
        JRFTL+[1.15.2]-1.1.jar JRFTL {jrftl@1.1 CREATE_REGISTRIES}
        Controlling-6.1.1.jar Controlling {controlling@6.1.1 CREATE_REGISTRIES}
        ReAuth-1.14-3.8.0.jar ReAuth {reauth@3.8.0 CREATE_REGISTRIES}
        Placebo-1.15.2-3.0.2.jar Placebo {placebo@3.0.2 CREATE_REGISTRIES}
        rangedpumps-0.7.1.jar Ranged Pumps {rangedpumps@0.7.1 CREATE_REGISTRIES}
        potionsmaster-0.0.10-1.15.2-31.1.0.jar Potions Master {potionsmaster@0.0.10 CREATE_REGISTRIES}
        potionofbees-1.15.2-1.0.0.jar Potion of Bees {potionofbees@1.15.2-1.0.0 CREATE_REGISTRIES}
        WitherSkeletonTweaks-1.15.1-4.0.0.jar Wither Skeleton Tweaks {wstweaks@4.0.0 CREATE_REGISTRIES}
        u_team_core-1.15.2-2.10.2.151.jar U Team Core {uteamcore@2.10.2.151 CREATE_REGISTRIES}
        randompatches-1.15.2-1.21.1.0.jar RandomPatches {randompatches@1.15.2-1.21.1.0 CREATE_REGISTRIES}
        ForgivingVoid_1.15.1-4.0.0.jar Forgiving Void {forgivingvoid@4.0.0 CREATE_REGISTRIES}
        Apotheosis-1.15.2-3.0.4.jar Apotheosis {apotheosis@3.0.4 CREATE_REGISTRIES}
        Waddles-1.15.2-0.8.5.jar Waddles {waddles@1.15.2-0.8.5 CREATE_REGISTRIES}
        LightingWand-1.15.2-1.4.2.jar Lighting Wand {lightingwand@1.4.2 CREATE_REGISTRIES}
        Morpheus-1.15.2-4.2.46.jar Morpheus {morpheus@version CREATE_REGISTRIES}
        MekanismGenerators-1.15.2-9.9.8.400.jar Mekanism: Generators {mekanismgenerators@9.9.8 CREATE_REGISTRIES}
        Hwyla-forge-1.10.7-B71_1.15.1.jar Waila {waila@version CREATE_REGISTRIES}
        WaterStrainer-1.15.1-8.0.0.jar Water Strainer {waterstrainer@1.15.1-8.0.0 CREATE_REGISTRIES}
        speedyhoppers-1.15.2-2.jar Speedy Hoppers {speedyhoppers@1.15.2-2 CREATE_REGISTRIES}
        MysticalAgradditions-1.15.2-3.0.0.jar Mystical Agradditions {mysticalagradditions@3.0.0 CREATE_REGISTRIES}
        absentbydesign-1.15.2-1.0.5 .jar Absent By Design Mod {absentbydesign@1.15.2-1.0.5  CREATE_REGISTRIES}
        refinedstorage-1.8.1.jar Refined Storage {refinedstorage@1.8.1 CREATE_REGISTRIES}
        PackMenu-1.15.2-1.1.6.jar Pack Menu {packmenu@1.1.6 CREATE_REGISTRIES}
        mcw-bridges-1.0.3-mc1.15.2.jar Macaw's Bridges {mcwbridges@1.0.3 CREATE_REGISTRIES}
        industrial-foregoing-1.15.2-2.2.1-f27c515.jar Industrial Foregoing {industrialforegoing@2.2.1 CREATE_REGISTRIES}
        useful_backpacks-1.15.2-1.9.1.55.jar Useful Backpacks {usefulbackpacks@1.9.1.55 CREATE_REGISTRIES}
        torchmaster-2.1.1-rc0.jar Torchmaster {torchmaster@2.1.1-rc0 CREATE_REGISTRIES}
        AmbientSounds_v3.0.15_mc1.15.2.jar Ambient Sounds {ambientsounds@3.0.3 CREATE_REGISTRIES}
        BiomesOPlenty-1.15.2-10.0.0.302-universal.jar Biomes O' Plenty {biomesoplenty@1.15.2-10.0.0.302 CREATE_REGISTRIES}
        MekanismAdditions-1.15.2-9.9.8.400.jar Mekanism: Additions {mekanismadditions@9.9.8 CREATE_REGISTRIES}
        Blur-1.1.0-1.jar Blur {blur@1.1.0-1 ERROR}
        valkyrielib-1.15.2-3.0.2.0.jar ValkyrieLib {valkyrielib@1.15.2-3.0.2.0 CREATE_REGISTRIES}
        SilentGear-1.15.2-1.5.0+74.jar Silent Gear {silentgear@1.5.0+74 CREATE_REGISTRIES}
        tgcropesmod-1.15.2-1.1.1.jar Ropes Mod {tgcropesmod@1.15.2-1.1.1 CREATE_REGISTRIES}
        portality-1.15.2-2.1.2-aaa257f.jar Portality {portality@2.1.2 CREATE_REGISTRIES}
        ClothConfig2-2.0.jar Cloth Config Forge v2 API {cloth-config2@2.0 CREATE_REGISTRIES}
        OreExcavation-1.7.149.jar Ore Excavation {oreexcavation@NONE CREATE_REGISTRIES}
        lostcities-1.15-3.0.0-alpha.jar LostCities {lostcities@1.15-3.0.0-alpha CREATE_REGISTRIES}
        libnonymous-1.15.2-1.1.1.5.jar Libnonymous {libnonymous@1.1.1.5 CREATE_REGISTRIES}
        elevatorid-1.15.2-1.5.5.jar Elevator Mod {elevatorid@1.15.2-1.5.5 CREATE_REGISTRIES}
        tombstone-4.2.1-1.15.2.jar Corail Tombstone {tombstone@4.2.1 CREATE_REGISTRIES}
        obfuscate-0.3.4-1.15.2.jar Obfuscate {obfuscate@0.3.4 CREATE_REGISTRIES}
        vehicle-mod-0.42.5-1.15.2.jar MrCrayfish's Vehicle Mod {vehicle@0.42.5 CREATE_REGISTRIES}
        MekanismTools-1.15.2-9.9.8.400.jar Mekanism: Tools {mekanismtools@9.9.8 CREATE_REGISTRIES}
        mcw-roofs-1.0.1-mc1.15.2.jar Macaw's Roofs {mcwroofs@1.0.1 CREATE_REGISTRIES}
        cc-tweaked-1.15.2-1.86.2.jar CC: Tweaked {computercraft@1.86.2 CREATE_REGISTRIES}
        tramplestopper-1.15.2-2.0.0.4-universal.jar Trample Stopper {tramplestopper@1.15.2-2.0.0.4-universal CREATE_REGISTRIES}
        SBM-WoodenShears-1.15.1-1.0.0.jar SBM-Wooden Shears {woodenshears@1.0.0 CREATE_REGISTRIES}
        FastLeafDecay-v20.jar FastLeafDecay {fastleafdecay@v20 CREATE_REGISTRIES}
        Cyclic-1.15.2-0.1.8.jar Cyclic {cyclic@1.15.2-0.1.8 CREATE_REGISTRIES}
        BetterAdvancements-1.15.2-0.1.0.96.jar Better Advancements {betteradvancements@0.1.0.96 CREATE_REGISTRIES}
        inventorysorter-1.15.2-17.0.0.jar Simple Inventory Sorter {inventorysorter@17.0.0 CREATE_REGISTRIES}
        Ma-Enchants-1.15.2-3.0.0.jar Ma Enchants {ma-enchants@1.15.2-3.0.0 CREATE_REGISTRIES}
        Cucumber-1.15.2-3.0.1.jar Cucumber Library {cucumber@3.0.1 CREATE_REGISTRIES}
        TrashSlot_1.15.2-11.0.0.jar TrashSlot {trashslot@11.0.0 CREATE_REGISTRIES}
        torchslabmod-1.15.1_v1.4.jar Torch Slab Mod {torchslabmod@1.4.0 CREATE_REGISTRIES}
        Overloaded-1.15.2-0.0.80.jar Overloaded {overloaded@1.15.2-0.0.79 CREATE_REGISTRIES}
        jei-1.15.2-6.0.0.2.jar Just Enough Items {jei@6.0.0.2 CREATE_REGISTRIES}
        metalbarrels-2.1.jar Metal Barrels {metalbarrels@2.1 CREATE_REGISTRIES}
        buzzierbees-1.1.3.jar Buzzier Bees {buzzierbees@1.1.3 CREATE_REGISTRIES}
        Mekanism-1.15.2-9.9.8.400.jar Mekanism {mekanism@9.9.8 CREATE_REGISTRIES}
        ropebridge-1.15.1-1.2.jar Rope Bridge {ropebridge@1.15.1-1.2 CREATE_REGISTRIES}
        reap-1.12.1.jar Reap Mod {reap@1.12.1 CREATE_REGISTRIES}
        LightOverlay-4.2.jar Light Overlay Forge {lightoverlay-forge@4.2 CREATE_REGISTRIES}
        enviromats-1.15.2-2.0.2.1.jar Environmental Materials {enviromats@1.15.2-2.0.2.1 CREATE_REGISTRIES}
        additionalbars-1.1.1.jar Additional Bars {additionalbars@1.1.1 CREATE_REGISTRIES}
        engineerstools-1.15.2-1.0.6-b1.jar Engineer's Tools {engineerstools@1.0.6-b1 CREATE_REGISTRIES}
        FarmingForBlockheads_1.15.2-6.1.0.jar Farming for Blockheads {farmingforblockheads@6.1.0 CREATE_REGISTRIES}
        mcjtylib-1.15-4.0.0-alpha.jar McJtyLib {mcjtylib@1.15-4.0.0-alpha CREATE_REGISTRIES}
        rftoolsbase-1.15-1.0.0-alpha.jar RFToolsBase {rftoolsbase@1.15-1.0.0-alpha CREATE_REGISTRIES}
        rftoolsstorage-1.15-1.0.0-alpha.jar RFToolsStorage {rftoolsstorage@1.15-1.0.0-alpha CREATE_REGISTRIES}
        ClickMachine-1.15.1-3.0.0.jar Click Machine {clickmachine@3.0.0 CREATE_REGISTRIES}
        environmentalcreepers-forge-1.15.2-1.6.1.jar Environmental Creepers {environmentalcreepers@1.6.1 CREATE_REGISTRIES}
        ToastControl-1.15.2-3.0.1.jar Toast Control {toastcontrol@3.0.1 CREATE_REGISTRIES}
        PackingTape-1.15.2-0.9.5.jar Packing Tape {packingtape@0.9.5 CREATE_REGISTRIES}
        rftoolspower-1.15-2.0.1-alpha.jar RFToolsPower {rftoolspower@1.15-2.0.1-alpha CREATE_REGISTRIES}
        extradisks-1.15.1-1.2.jar Extra Disks {extradisks@1.15.1-1.2 CREATE_REGISTRIES}
        campfiretorches-1.15.2-1.0.2.jar Campfire Torches {campfiretorches@1.15.2-1.0.2 CREATE_REGISTRIES}
        forge-1.15.2-31.1.1-universal.jar Forge {forge@31.1.1 CREATE_REGISTRIES}
        PassthroughSigns-1.15.1-2.3.2.jar Passthrough Signs {passthroughsigns@1.15.1-2.3.2 CREATE_REGISTRIES}
        ruins-1.15.1.3.jar Ruins {ruins@1.15.1.3 CREATE_REGISTRIES}
        MysticalAgriculture-1.15.2-3.0.0.jar Mystical Agriculture {mysticalagriculture@3.0.0 CREATE_REGISTRIES}
        CraftingTweaks_1.15.1-11.0.0.jar Crafting Tweaks {craftingtweaks@11.0.0 CREATE_REGISTRIES}
        forge-1.15.2-31.1.1-client.jar Minecraft {minecraft@1.15.2 CREATE_REGISTRIES}
        rftoolsutility-1.15-2.0.0-alpha.jar RFToolsUtility {rftoolsutility@1.15-2.0.0-alpha CREATE_REGISTRIES}
        swingthroughgrass-1.15.2-1.4.0.jar SwingThroughGrass {swingthroughgrass@1.15.2-1.4.0 CREATE_REGISTRIES}
        MouseTweaks-2.13-mc1.15.1.jar Mouse Tweaks {mousetweaks@2.13 CREATE_REGISTRIES}
        ToolBelt-1.15.2-1.13.1.jar Tool Belt {toolbelt@1.13.1 CREATE_REGISTRIES}
        titanium-1.15.2-2.3.6.jar Titanium {titanium@2.3.6 CREATE_REGISTRIES}
        SilentLib-1.15.2-4.6.0+48.jar Silent Lib {silentlib@4.6.0+48 CREATE_REGISTRIES}
        bluepower-1.15.2-0.4.184-alpha-universal.jar Blue Power {bluepower@0.4.184-alpha CREATE_REGISTRIES}
        ExtraButtons-1.15.2-3.0.0.jar ExtraButtons {extrabuttons@1.15.2-3.0.0 CREATE_REGISTRIES}
        forbidden_arcanus-1.15.2-1.0-beta-3.jar Forbidden & Arcanus {forbidden_arcanus@1.15.1-1.0-beta-1 CREATE_REGISTRIES}
        LargeFluidTank-15.2.1.jar FluidTank {fluidtank@15.2.1 CREATE_REGISTRIES}
        rftoolsbuilder-1.15-2.0.0-alpha.jar RFToolsBuilder {rftoolsbuilder@1.15-2.0.0-alpha CREATE_REGISTRIES}
        Xaeros_Minimap_20.1.0_Forge_1.15.2.jar Xaero's Minimap {xaerominimap@20.1.0 CREATE_REGISTRIES}
        JAOPCA-1.15.2-3.0.0.18.jar JAOPCA {jaopca@3.0.0.18 CREATE_REGISTRIES}
        Harvest-forge-1.15.1-1.2.11-24.jar Harvest {harvest@version CREATE_REGISTRIES}
        tubesreloaded-1.15.2-1.2.0.jar Tubes Reloaded {tubesreloaded@1.15.2-1.2.0 CREATE_REGISTRIES}
        PickleTweaks-1.15.2-4.0.0.jar Pickle Tweaks {pickletweaks@4.0.0 CREATE_REGISTRIES}
        FastFurnace-1.15.1-3.0.0.jar FastFurnace {fastfurnace@3.0.0 CREATE_REGISTRIES}
        engineersdecor-1.15.2-1.0.19-b1.jar Engineer's Decor {engineersdecor@1.0.19-b1 CREATE_REGISTRIES}
        solcarrot-1.15.2-1.9.4.jar Spice of Life: Carrot Edition {solcarrot@1.15.2-1.9.4 CREATE_REGISTRIES}
        Aquaculture-1.15.2-2.0.8.jar Aquaculture 2 {aquaculture@1.15.2-2.0.8 CREATE_REGISTRIES}
        XL-Food-Mod-1.15.2-2.2.2.jar XL Food Mod {xlfoodmod@2.2.2 CREATE_REGISTRIES}
        CHAS+v1.3+for+1.15.jar Craftable Horse Armour {craftablehorsearmour@1.3 CREATE_REGISTRIES}
        refinedstorageaddons-0.6.1.jar Refined Storage Addons {refinedstorageaddons@0.6.1 CREATE_REGISTRIES}
        Ma-Essentials-1.15.2-3.0.0.jar Ma Essentials {ma-essentials@1.15.2-3.0.0 CREATE_REGISTRIES}
        CosmeticArmorReworked-1.15.2-v1.jar CosmeticArmorReworked {cosmeticarmorreworked@1.15.2-v1 CREATE_REGISTRIES}
        xptome-1.15.1-v1.1.4.jar XP Tome {xpbook@v1.1.4 CREATE_REGISTRIES}
        DefaultOptions_1.15.1-11.0.0.jar Default Options {defaultoptions@11.0.0 CREATE_REGISTRIES}
        bigbuckets-1.1.0.jar BigBuckets {bigbuckets@1.1.0 CREATE_REGISTRIES}
    Launched Version: 1.15.2-forge-31.1.1
    Backend library: LWJGL version 3.2.2 build 10
    Backend API: GeForce GT 630/PCIe/SSE2 GL version 4.5.0 NVIDIA 385.69, NVIDIA Corporation
    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: 4x Intel(R) Core(TM) i3-2120 CPU @ 3.30GHz

 

Edited by diesieben07
spoiler
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements




×
×
  • Create New...

Important Information

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