Jump to content

Error: java.lang.NullPointerException: Initializing game


Lil_Chomp

Recommended Posts

I recently created this 1.15.2 minecraft modpack and I'm having trouble with initializing it. So far I have tried: reinstalling minecraft and running it without industrial agriculture and bonsai trees, but it still doesn't seem to work. If anyone could help me out that would be great. Also I know close to nothing about java or coding just so you know.

 

Here is the crash report:

---- Minecraft Crash Report ----
// Hi. I'm Minecraft, and I'm a crashaholic.

Time: 6/15/20 6:20 PM
Description: Initializing game

java.lang.NullPointerException: Initializing game
    at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at com.davenonymous.bonsaitrees2.misc.PotColorizer.init(PotColorizer.java:33) ~[?:2.1.2.6] {re:classloading}
    at net.minecraftforge.eventbus.ASMEventHandler_471_PotColorizer_init_Block.invoke(.dynamic) ~[?:?] {}
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-2.2.0-service.jar:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.2.0-service.jar:?] {}
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:31.2] {re:classloading}
    at net.minecraftforge.fml.ModLoader.lambda$postEvent$31(ModLoader.java:260) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader$$Lambda$8832/172122448.accept(Unknown Source) ~[?:?] {}
    at java.util.HashMap.forEach(HashMap.java:1280) ~[?:1.8.0_51] {}
    at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:218) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260) ~[?:?] {re:classloading}
    at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:207) ~[?:?] {re:classloading}
    at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:419) [?:?] {re:classloading,pl:accesstransformer:B,xf:fml:codechickenlib:IItemRenderer,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.main(SourceFile:166) [?:?] {re:classloading}
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
    at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) [forge-1.15.2-31.2.0.jar:31.2] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$421/2041386868.call(Unknown Source) [forge-1.15.2-31.2.0.jar:31.2] {}
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.1.0.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.1.0.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.1.0.jar:?] {}
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.1.0.jar:?] {}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.1.0.jar:?] {}


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

-- Head --
Thread: Render thread
Stacktrace:
    at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97)
    at com.davenonymous.bonsaitrees2.misc.PotColorizer.init(PotColorizer.java:33)
    at net.minecraftforge.eventbus.ASMEventHandler_471_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$31(ModLoader.java:260)
    at net.minecraftforge.fml.ModLoader$$Lambda$8832/172122448.accept(Unknown Source)
    at java.util.HashMap.forEach(HashMap.java:1280)
    at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:218)
    at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260)
    at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:207)
    at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76)
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:419)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.main.Main.main(SourceFile:166)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$421/2041386868.call(Unknown Source)
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:81)
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)

-- System Details --
Details:
    Minecraft Version: 1.15.2
    Minecraft Version ID: 1.15.2
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 1191885952 bytes (1136 MB) / 2147483648 bytes (2048 MB) up to 2147483648 bytes (2048 MB)
    CPUs: 16
    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.1.0+69+master.79f13f7
    ModLauncher launch target: fmlclient
    ModLauncher naming: srg
    ModLauncher services: 
        /eventbus-2.2.0-service.jar eventbus PLUGINSERVICE 
        /forge-1.15.2-31.2.0.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.15.2-31.2.0.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-2.1.1-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge-1.15.2-31.2.0.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.15.2-31.2.0.jar runtimedistcleaner PLUGINSERVICE 
        /forge-1.15.2-31.2.0.jar fml TRANSFORMATIONSERVICE 
    FML: 31.2
    Forge: net.minecraftforge:31.2.0
    FML Language Providers: 
        javafml@31.2
        minecraft@1
        kotlinfml@1.5.2
    Mod List: 
        SlimyBoyos-2.0.1.jar SlimyBoyos {slimyboyos@2.0.1 CREATE_REGISTRIES}
        AoV-1.15-0.14.0.jar Angel of Vengeance {aov@1.15-0.14.0 CREATE_REGISTRIES}
        SlashBlade-1.15-0.0.2.jar Slash Blade {slashblade@0.0.2 CREATE_REGISTRIES}
        Uppers-0.2.12.jar Uppers {uppers@0.2.12 CREATE_REGISTRIES}
        Glacia-15.2.2.jar §9§lGlacia§r {greenapple_glacia@§915.2.2§r CREATE_REGISTRIES}
        SilentMechanisms-1.15.2-0.7.2+52.jar Silent's Mechanisms {silents_mechanisms@0.7.2+52 CREATE_REGISTRIES}
        essentials-1.15.2-2.7.1.jar Essentials {essentials@1.15.2-2.7.1 CREATE_REGISTRIES}
        BetterCaves-1.15.2-1.0.jar YUNG's Better Caves {bettercaves@1.15.2-1.0 CREATE_REGISTRIES}
        ForgeEndertech-1.15.2-6.0.3.2-build.0042.jar Forge Endertech {forgeendertech@6.0.3.2 CREATE_REGISTRIES}
        Powah-1.15.2-1.1.14.jar Powah {powah@1.1.14 CREATE_REGISTRIES}
        WitherSkeletonTweaks-1.15.1-4.0.0.jar Wither Skeleton Tweaks {wstweaks@4.0.0 CREATE_REGISTRIES}
        Reliquary-1.15.2-1.3.4.995.jar Reliquary {xreliquary@1.15.2-1.3.4.995 CREATE_REGISTRIES}
        DarkUtilities-1.15.2-3.0.5.jar Dark Utilities {darkutils@3.0.5 CREATE_REGISTRIES}
        Apotheosis-1.15.2-3.1.2.jar Apotheosis {apotheosis@3.1.2 CREATE_REGISTRIES}
        Hwyla-forge-1.10.8-B72_1.15.2.jar Waila {waila@version CREATE_REGISTRIES}
        speedyhoppers-1.15.2-2.jar Speedy Hoppers {speedyhoppers@1.15.2-2 CREATE_REGISTRIES}
        SnowRealMagic-1.15.2-1.7.5.jar Snow! Real Magic! {snowrealmagic@1.7.5 CREATE_REGISTRIES}
        Wither+Totems+[Forge]-0.2.jar Wither Skeleton Totems {totemmod@0.2 CREATE_REGISTRIES}
        MysticalAgradditions-1.15.2-3.0.0.jar Mystical Agradditions {mysticalagradditions@3.0.0 CREATE_REGISTRIES}
        industrial-foregoing-1.15.2-2.3.0-6f57752.jar Industrial Foregoing {industrialforegoing@2.3.0 CREATE_REGISTRIES}
        repurposedstructures-1.15.2-1.4.4.jar Repurposed Structures {repurposed_structures@1.15.2-1.4.4 CREATE_REGISTRIES}
        BiomesOPlenty-1.15.2-10.0.0.363-universal.jar Biomes O' Plenty {biomesoplenty@1.15.2-10.0.0.363 CREATE_REGISTRIES}
        phosphor-forge-mc1.15.2-0.5.2+build.4.jar Phosphor {phosphor@0.5.2+build.4 CREATE_REGISTRIES}
        Blur-1.1.0-1.jar Blur {blur@1.1.0-1 CREATE_REGISTRIES}
        SilentGear-1.15.2-1.6.4+90.jar Silent Gear {silentgear@1.6.4+90 CREATE_REGISTRIES}
        JustARaftMod-1.15.2-1.1.3.jar Just A Raft Mod {justaraftmod@1.1.3 CREATE_REGISTRIES}
        cazfps_landscape_SPARCLE_1.15.2v3.jar sparcle_1.12.2 {caz_fps_mod_1122@1.12.2 CREATE_REGISTRIES}
        randomenchants-3.1.0.jar Random Enchants {randomenchants@3.1.0 ERROR}
        curios-FORGE-1.15.2-2.0.2.2.jar Curios API {curios@FORGE-1.15.2-2.0.2.2 CREATE_REGISTRIES}
        Botania-r1.15-384.jar Botania {botania@r1.15-384 CREATE_REGISTRIES}
        extlights-2.0.jar Extended Lights {extlights@2.0 CREATE_REGISTRIES}
        angelring-1.15.2-1.2.0.jar Angel Ring {angelring@1.2.0 CREATE_REGISTRIES}
        obfuscate-0.4.3-1.15.2.jar Obfuscate {obfuscate@0.4.3 CREATE_REGISTRIES}
        Fertilization_1.15.2-4.0.0.jar Fertilization {fertilization@4.0.0 CREATE_REGISTRIES}
        furniture-7.0.0-pre16-1.15.1.jar MrCrayfish's Furniture Mod {cfm@7.0.0-pre16 CREATE_REGISTRIES}
        the_bumblezone-1.15.2-1.3.5.jar The Bumblezone {the_bumblezone@1.15.2-1.3.5 CREATE_REGISTRIES}
        ScalingHealth-1.15.2-3.0.7+54.jar Scaling Health {scalinghealth@3.0.7+54 CREATE_REGISTRIES}
        CodeChickenLib-1.15.2-3.3.0.373-universal.jar CodeChicken Lib {codechickenlib@3.3.0.373 CREATE_REGISTRIES}
        Industrial+Agriculture[Industrial+Foregoing]-1.15.2-1.6.1.jar Industrial Agriculture Plugin-Industrial Foregoing {iapif@1.15.2-1.6.1 CREATE_REGISTRIES}
        Kiwi-1.15.2-2.6.5.jar Kiwi {kiwi@2.6.5 CREATE_REGISTRIES}
        enigmatica-0.3.1.jar Enigmatica Mod {enigmatica@0.3.1 CREATE_REGISTRIES}
        AdFinders-1.15.2-4.0.5.0-build.0020.jar Advanced Finders {adfinders@4.0.5.0 CREATE_REGISTRIES}
        Craft_and_Hunt_V1.1.0_MC_1.15.2.jar Craft and Hunt {craftandhunt@0.9 CREATE_REGISTRIES}
        animalnet-v1.15.2+Forge+b1.jar AnimalNet {animalnet@v1.15.2 Forge b1 CREATE_REGISTRIES}
        torchslabmod-1.15.2_v1.6.13.jar Torch Slab Mod {torchslabmod@1.6.13 CREATE_REGISTRIES}
        Mine+and+Slash-1.15.2-3.6.14 (3).jar Mine and Slash {mmorpg@3.6.14 CREATE_REGISTRIES}
        jei-1.15.2-6.0.0.4.jar Just Enough Items {jei@6.0.0.4 CREATE_REGISTRIES}
        EverlastingAbilities-1.15.2-1.6.1.jar EverlastingAbilities {everlastingabilities@1.6.1 CREATE_REGISTRIES}
        lithium-mc1.15.2-forge-0.4.6-rc3-mod.jar Lithium {lithium@0.4.6-rc3 CREATE_REGISTRIES}
        AttributeFix-1.15.2-7.0.2.jar AttributeFix {attributefix@7.0.2 CREATE_REGISTRIES}
        goblintraders-1.2.0-1.15.2.jar Goblin Traders {goblintraders@1.2.0 CREATE_REGISTRIES}
        Mekanism-1.15.2-9.10.7.420.jar Mekanism {mekanism@9.10.7 CREATE_REGISTRIES}
        caelus-FORGE-1.15.2-2.0-beta3.jar Caelus API {caelus@FORGE-1.15.2-2.0-beta3 CREATE_REGISTRIES}
        colytra-FORGE-1.15.2-3.0.jar Colytra {colytra@FORGE-1.15.2-3.0 CREATE_REGISTRIES}
        RingOfRepair-1.15.2-1.1.30.jar Ring of Repair {ring_of_repair@1.1.30 CREATE_REGISTRIES}
        NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {naturescompass@1.15.2-1.8.5 CREATE_REGISTRIES}
        engineerstools-1.15.2-1.0.7.jar Engineer's Tools {engineerstools@1.0.7 CREATE_REGISTRIES}
        curioofundying-FORGE-1.15.2-3.0.jar Curio of Undying {curioofundying@FORGE-1.15.2-3.0 CREATE_REGISTRIES}
        RingOfTeleport-1.15.2-1.1.30.jar Ring of Teleport {ring_of_teleport@1.1.30 CREATE_REGISTRIES}
        snowundertrees-1.15.2-v1.1.1.jar Snow Under Trees {snowundertrees@v1.1.1 CREATE_REGISTRIES}
        EnhancedVanilla_Snapshot_20w22c-Forge-1.15.2.31.2.0.jar Enhanced Vanilla {enhancedvanilla@Snapshot 20w22c CREATE_REGISTRIES}
        travellersboots-1.15.2-1.3.2.jar Traveller's Boots {travellersboots@1.3.1 CREATE_REGISTRIES}
        magicmirror-1.4.8.jar Magic Mirrors {magicmirror@1.4.8 CREATE_REGISTRIES}
        immersive-portals-0.20(forMc1.15withForge).jar Immersive Portals {immersive_portals@0.20 CREATE_REGISTRIES}
        CraftTweaker-1.15.2-6.0.0.24.jar CraftTweaker {crafttweaker@6.0.0.24 CREATE_REGISTRIES}
        forge-1.15.2-31.2.0-universal.jar Forge {forge@31.2.0 CREATE_REGISTRIES}
        ironchest-1.15.2-10.0.3.jar Iron Chests {ironchest@1.15.2-10.0.1 CREATE_REGISTRIES}
        forge-1.15.2-31.2.0-client.jar Minecraft {minecraft@1.15.2 CREATE_REGISTRIES}
        luckyblock-1.15.2-1.jar Lucky Block {lucky@1.15.2-1 CREATE_REGISTRIES}
        instahouses-1.15.2-1.1.1.jar Slashkings InstaHouses {instahouses@1.1 CREATE_REGISTRIES}
        pamhc2crops-1.15.2-1.0.5.jar Pam's HarvestCraft 2 Crops {pamhc2crops@version CREATE_REGISTRIES}
        allthemodium-0.9.2-1.15.2-31.1.18.jar Allthemodium {allthemodium@0.9.2 CREATE_REGISTRIES}
        RingOfGrowth-1.15.2-1.1.31.jar Ring of Growth {ring_of_growth@1.1.31 CREATE_REGISTRIES}
        dimdungeons-1.06-forge-1.15.2.jar Dimensional Dungeons {dimdungeons@1.15.2-1.06 CREATE_REGISTRIES}
        pamhc2foodcore-1.15.2-1.0.3.jar Pam's HarvestCraft 2 Food Core {pamhc2foodcore@version CREATE_REGISTRIES}
        gravestone-1.17.5.jar Gravestone Mod {gravestone@1.17.5 CREATE_REGISTRIES}
        lava-monster-1.15.2-1.0.4.jar Lava Monster {lava_monster@1.0.4 CREATE_REGISTRIES}
        AutoRegLib-1.5-40.jar AutoRegLib {autoreglib@1.5-40 CREATE_REGISTRIES}
        DoubleSlabs-1.15-2.3.0.jar Double Slabs {doubleslabs@2.3.0 CREATE_REGISTRIES}
        backpacked-1.4.1-1.15.2.jar Backpacked {backpacked@1.4.1 CREATE_REGISTRIES}
        themidnight-0.5.7-3 (1).jar The Midnight {midnight@0.5.7-3 CREATE_REGISTRIES}
        structurize-0.10.313-RELEASE.jar Structurize {structurize@0.10.313-RELEASE CREATE_REGISTRIES}
        FastFurnace-1.15.1-3.0.0.jar FastFurnace {fastfurnace@3.0.0 CREATE_REGISTRIES}
        AppleSkin-mc1.15.2-forge-1.0.13.jar AppleSkin {appleskin@1.0.13 CREATE_REGISTRIES}
        Aquaculture-1.15.2-2.0.14.jar Aquaculture 2 {aquaculture@1.15.2-2.0.14 CREATE_REGISTRIES}
        XL-Food-Mod-1.15.2-2.2.2.jar XL Food Mod {xlfoodmod@2.2.2 CREATE_REGISTRIES}
        Industrial+Agriculture[Mekanism]-1.15.2-1.6.1.jar Industrial Agriculture Plugin-Mekanism {iapmekanism@1.15.2-1.6.1 CREATE_REGISTRIES}
        CosmeticArmorReworked-1.15.2-v3a.jar CosmeticArmorReworked {cosmeticarmorreworked@1.15.2-v3a CREATE_REGISTRIES}
        EnderMail-1.15.2-1.1.0.jar Ender Mail {endermail@1.15.2-1.1.0 CREATE_REGISTRIES}
        lootbagmod-1.15.1-1.5.3.jar Loot Bag Mod {lootbagmod@1.15.1-1.5.3 CREATE_REGISTRIES}
        CyclopsCore-1.15.2-1.6.2.jar Cyclops Core {cyclopscore@1.6.2 CREATE_REGISTRIES}
        UnionLib-1.15.2-1.2.1.jar UnionLib {unionlib@1.2.1 CREATE_REGISTRIES}
        Industrial+Agriculture[Core]-1.15.2-1.7.0.jar Industrial Agriculture {industrialagriculture@1.15.2-1.7.0 CREATE_REGISTRIES}
        TerraForged-1.15.2-0.0.14.jar TerraForged {terraforged@0.0.14 CREATE_REGISTRIES}
        Placebo-1.15.2-3.0.2.jar Placebo {placebo@3.0.2 CREATE_REGISTRIES}
        citadel-1.1.7.jar Citadel {citadel@1.1.7 CREATE_REGISTRIES}
        rats-5.3.0-1.15.2.jar Rats {rats@5.3.0 CREATE_REGISTRIES}
        gardenofglass-1.2.jar Garden of Glass {gardenofglass@1.2 CREATE_REGISTRIES}
        potionofbees-1.15.2-1.0.1.jar Potion of Bees {potionofbees@1.15.2-1.0.1 CREATE_REGISTRIES}
        Bookshelf-1.15.2-5.6.38.jar Bookshelf {bookshelf@5.6.38 CREATE_REGISTRIES}
        Industrial+Agriculture[Powah]-1.15.2-1.6.0.jar Industrial Agriculture Plugin-Powah {iapp@1.15.2-1.6.0 CREATE_REGISTRIES}
        ProgressiveBosses-2.1.5-mc1.15.2.jar Progressive Bosses {progressivebosses@2.1.5-mc1.15.2 CREATE_REGISTRIES}
        mcw-doors-1.0.0-mc1.15.2.jar Macaw's Doors {mcwdoors@1.0.0 CREATE_REGISTRIES}
        MekanismGenerators-1.15.2-9.10.7.420.jar Mekanism: Generators {mekanismgenerators@9.10.7 CREATE_REGISTRIES}
        FpsReducer-mc1.15.2-1.15.jar FPS Reducer {fpsreducer@mc1.15.2-1.15 CREATE_REGISTRIES}
        dragonmounts-1.0.3.jar Dragon Mounts Legacy {dragonmounts@1.0.3 CREATE_REGISTRIES}
        Industrial+Agriculture[Gobber]-1.15.2-1.6.0.jar Industrial Agriculture Plugin-Gobber {iapg@1.15.2-1.6.0 CREATE_REGISTRIES}
        anviltweaks-2.3.jar Anvil Tweaks {anviltweaks@2.3 CREATE_REGISTRIES}
        AmbientSounds_v3.0.20_mc1.15.2.jar Ambient Sounds {ambientsounds@3.0.3 CREATE_REGISTRIES}
        Industrial+Agriculture[Silent's+Mechanisms]-1.15.2-1.6.0.jar Industrial Agriculture Plugin-Silent's Mechanisms {iapsm@1.15.2-1.6.0 CREATE_REGISTRIES}
        MekanismAdditions-1.15.2-9.10.7.420.jar Mekanism: Additions {mekanismadditions@9.10.7 CREATE_REGISTRIES}
        valhelsia_structures-15.0.3.jar Valhelsia Structures {valhelsia_structures@15.0.3 CREATE_REGISTRIES}
        Lollipop-1.15.2-1.0.15.jar Lollipop {lollipop@1.0.15 CREATE_REGISTRIES}
        vehicle-mod-0.44.0-1.15.2.jar MrCrayfish's Vehicle Mod {vehicle@0.44.0 CREATE_REGISTRIES}
        simplefarming-1.15.2-1.2.9.jar Simple Farming {simplefarming@1.15.2-1.2.9 CREATE_REGISTRIES}
        Bountiful-1.15.2-3.1.1 (1).jar Bountiful {bountiful@1.15.2-3.1.1 CREATE_REGISTRIES}
        goprone-1.15.x-1.3.0.jar GoProne {goprone@1.15.x-1.3.0 CREATE_REGISTRIES}
        Patchouli-1.15.2-1.2-33.jar Patchouli {patchouli@1.15.2-1.2-33 CREATE_REGISTRIES}
        Industrial+Agriculture[Silent's+Gems]-1.15.2-1.6.6.jar Industrial Agriculture Plugin-Silent's Gems {iapsg@1.15.2-1.6.6 CREATE_REGISTRIES}
        enchantedwolves-1.4.2.jar Enchanted Wolves {enchantedwolves@1.4.2 CREATE_REGISTRIES}
        RingOfBlink-1.15.2-1.1.28.jar Ring of Blink {ring_of_blink@1.1.28 CREATE_REGISTRIES}
        RingOfMiner-1.15.2-1.1.28.jar Ring of Miner {ring_of_miner@1.1.28 CREATE_REGISTRIES}
        OreExcavation-1.7.151.jar Ore Excavation {oreexcavation@NONE CREATE_REGISTRIES}
        lostcities-1.15-3.0.1-alpha.jar LostCities {lostcities@1.15-3.0.1-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.7.1.jar Elevator Mod {elevatorid@1.15.2-1.7.1 CREATE_REGISTRIES}
        Survive-1.15.2-1.4.1.jar Survive {survive@1.4.1 CREATE_REGISTRIES}
        Gobber2-1.15.2-2.2.98.jar Gobber 2 {gobber2@2.2.98 CREATE_REGISTRIES}
        RingOfEnderchest-1.15.2-1.1.31.jar Ring of Enderchest {ring_of_enderchest@1.1.31 CREATE_REGISTRIES}
        EnigmaticLegacy-1.7.0.jar Enigmatic Legacy {enigmaticlegacy@1.7.0 CREATE_REGISTRIES}
        AttainedDrops-1.15.2-6.0.7.jar Attained Drops {attained_drops@6.0.7 CREATE_REGISTRIES}
        Survivalist-1.15.2-3.1.0.jar Survivalist {survivalist@3.1.0 CREATE_REGISTRIES}
        MekanismTools-1.15.2-9.10.7.420.jar Mekanism: Tools {mekanismtools@9.10.7 CREATE_REGISTRIES}
        BouncingBalls-1.14.4-6.0.2.jar Bouncing Balls {bouncing_balls@6.0.2 CREATE_REGISTRIES}
        AI-Improvements-1.15.2-0.3.0.jar AI-Improvements {aiimprovements@0.3.0 CREATE_REGISTRIES}
        netherpspr_1.15-3.0.jar Nether Portal Spread {netherpspr@3.0 CREATE_REGISTRIES}
        [1.15.2]+Valtiel+s+Girl+Armor+Mod-2.9.7.jar Valtiel s Girl Armor Mod {vgirlarmor@2.9.7 CREATE_REGISTRIES}
        Cyclic-1.15.2-0.4.1.jar Cyclic {cyclic@1.15.2-0.4.1 CREATE_REGISTRIES}
        Cursed-1.15.2-2.0.6.jar Cursed {cursed@2.0.6 CREATE_REGISTRIES}
        Cucumber-1.15.2-3.0.6.jar Cucumber Library {cucumber@3.0.6 CREATE_REGISTRIES}
        pamhc2trees-1.15.2-1.0.5.jar Pam's HarvestCraft 2 Fruit Trees {pamhc2trees@version CREATE_REGISTRIES}
        miningoverhaul-1.15.2-r1.jar Mining Overhaul {miningoverhaul@1.15.2-r1 CREATE_REGISTRIES}
        metalbarrels-2.1.jar Metal Barrels {metalbarrels@2.1 CREATE_REGISTRIES}
        Abnormals-Core-1.15.2-v1.0.4.jar Abnormals Core {abnormals_core@1.0.4 CREATE_REGISTRIES}
        Upgrade-Aquatic-1.15.2-v1.6.1.jar Upgrade Aquatic {upgrade_aquatic@1.6.1 CREATE_REGISTRIES}
        Savage-and-Ravage-1.15.2-v1.1.2.jar Savage & Ravage {savageandravage@v1.1.2 CREATE_REGISTRIES}
        Buzzier-Bees-1.15.2-v1.5.0.jar Buzzier Bees {buzzierbees@v1.5.0 CREATE_REGISTRIES}
        ropebridge-1.15.1-1.2.jar Rope Bridge {ropebridge@1.15.1-1.2 CREATE_REGISTRIES}
        Bloomful-1.15.2-v1.4.0.jar Bloomful {bloomful@NONE CREATE_REGISTRIES}
        MS+Auto-Compat-1.15.2-1.2.0 (1).jar M&S Auto-Compat 1.15.1 {azurecompat@1.2.0 CREATE_REGISTRIES}
        Waystones_1.15.2-6.0.1.jar Waystones {waystones@6.0.1 CREATE_REGISTRIES}
        Clumps-5.0.2.jar Clumps {clumps@5.0.2 CREATE_REGISTRIES}
        Gems+and+Crystals-1.15.2-1.2.8.jar Gems and Crystals {gemsandcrystals@1.2.8 CREATE_REGISTRIES}
        gardentools-1.15.2-1.0.0.jar Garden Tools {gardentools@1.15.2-1.0.0 CREATE_REGISTRIES}
        betteranimalsplus-1.15.2-8.2.1.96.jar Better Animals Plus {betteranimalsplus@8.2.1.96 CREATE_REGISTRIES}
        Nimble-1.15.2-0.2.0.jar Nimble {nimble@NONE CREATE_REGISTRIES}
        BonsaiTrees-2.1.2.6.jar Bonsai Trees 2 {bonsaitrees2@2.1.2.6 CREATE_REGISTRIES}
        mahoutsukai-1.15.2-v1.18.0.jar Mahou Tsukai {mahoutsukai@1.15.2-v1.18.0 CREATE_REGISTRIES}
        enchantability-8.1.jar Enchantability {enchantability@8.1 CREATE_REGISTRIES}
        EnderStorage-1.15.2-2.5.0.143-universal.jar EnderStorage {enderstorage@2.5.0.143 CREATE_REGISTRIES}
        doorsofinfinity-1.0.1 (1).jar Doors of Infinity {doorsofinfinity@1.0.1 CREATE_REGISTRIES}
        Swamp-Expansion-1.15.2-v1.7.1.jar Swamp Expansion {swampexpansion@NONE CREATE_REGISTRIES}
        MysticalAgriculture-1.15.2-3.0.5.jar Mystical Agriculture {mysticalagriculture@3.0.5 CREATE_REGISTRIES}
        UselessSword-1.15.2-V1.1.2.jar Useless Sword {useless_sword@1.1.2 CREATE_REGISTRIES}
        extraanvils-3.1a.jar Extra Anvils {extraanvils@3.1a CREATE_REGISTRIES}
        Advanced-Capes-Mod-1.15.2.jar Advanced Capes {advancedcapes@1.15.2-1.0 CREATE_REGISTRIES}
        endportrec_1.15-1.1.jar End Portal Recipe {endportrec@1.1 CREATE_REGISTRIES}
        EnchantmentDescriptions-1.15.2-2.0.8.jar EnchantmentDescriptions {enchdesc@2.0.8 CREATE_REGISTRIES}
        swingthroughgrass-1.15.2-1.4.0.jar SwingThroughGrass {swingthroughgrass@1.15.2-1.4.0 CREATE_REGISTRIES}
        playerplates-1.15-forge-1.0.0.jar Player Plates {playerplates@1.15-forge-1.0.0 CREATE_REGISTRIES}
        titanium-1.15.2-2.4.0.jar Titanium {titanium@2.4.0 CREATE_REGISTRIES}
        NaturalProgression-1.15.2-1.3.0.jar Natural Progression {natural-progression@1.3.0 CREATE_REGISTRIES}
        SilentLib-1.15.2-4.6.1+49.jar Silent Lib {silentlib@4.6.1+49 CREATE_REGISTRIES}
        Atmospheric-1.15.2-1.4.0.jar Atmospheric {atmospheric@1.4.0 CREATE_REGISTRIES}
        Quark-r2.1-237.jar Quark {quark@r2.1-237 CREATE_REGISTRIES}
        Charm-1.15.2-1.5.7.jar Charm {charm@1.15.2-1.5.7 CREATE_REGISTRIES}
        extragolems-10.2.0.jar Extra Golems {golems@10.2.0 CREATE_REGISTRIES}
        Industrial+Agriculture[Omega+Craft]-1.15.2-1.6.1.jar Industrial Agriculture Plugin-Omega Craft {iapoc@1.15.2-1.6.1 CREATE_REGISTRIES}
        StorageDrawers-1.15.2-7.0.2.jar Storage Drawers {storagedrawers@1.15.2-7.0.1 CREATE_REGISTRIES}
        simplytea-1.15.2-2.2.1.jar Simply Tea {simplytea@1.15.2-2.2.1 CREATE_REGISTRIES}
        InventoryHud_1.15.1-1.15.2.forge-2.6.1.jar Inventory HUD+(Forge edition) {inventoryhud@2.6.1 CREATE_REGISTRIES}
        minecolonies-0.10.771-RELEASE-universal (1).jar Minecolonies {minecolonies@0.10.771-RELEASE CREATE_REGISTRIES}
        engineersdecor-1.15.2-1.0.20-b7.jar Engineer's Decor {engineersdecor@1.0.20-b7 CREATE_REGISTRIES}
        solcarrot-1.15.2-1.9.6.jar Spice of Life: Carrot Edition {solcarrot@1.15.2-1.9.6 CREATE_REGISTRIES}
        ruby-1.15.2.jar Just Another Ruby Mod {ruby@version CREATE_REGISTRIES}
        moredragoneggs-1.0.jar More Dragon Eggs {moredragoneggs@1.0 CREATE_REGISTRIES}
        RingOfAttraction-1.15.2-1.1.34.jar Ring of Attraction {ring_of_attraction@1.1.34 CREATE_REGISTRIES}
        SilentGems-1.15.2-3.5.3+86.jar Silent's Gems 3 {silentgems@3.5.3+86 CREATE_REGISTRIES}
        CHAS+v1.3+for+1.15.jar Craftable Horse Armour {craftablehorsearmour@1.3 CREATE_REGISTRIES}
        BetterPvPFairPlay_20.12.2_Forge_1.15.2.jar Better PVP Fair-Play {xaerobetterpvp@20.12.2 CREATE_REGISTRIES}
        SoundFilters-0.13_for_1.15.2.jar Sound Filters {soundfilters@0.13_for_1.15.2 CREATE_REGISTRIES}
        thutcore-1.15.2-7.2.1.jar Thut Core {thutcore@7.2.1 CREATE_REGISTRIES, thutcrafts@7.2.1 CREATE_REGISTRIES}
        thuttech-1.15.2-8.2.2.jar Thut Elevators {thuttech@8.2.2 CREATE_REGISTRIES}
        Omega+Craft+4.1.1b.jar Omega Craft {omegacraft@1.0 CREATE_REGISTRIES}
    Launched Version: 1.15.2-forge-31.2.0
    Backend library: LWJGL version 3.2.2 build 10
    Backend API: GeForce RTX 2060 SUPER/PCIe/SSE2 GL version 4.6.0 NVIDIA 446.14, 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: 16x AMD Ryzen 7 2700X Eight-Core Processor 

debug.log

Edited by Lil_Chomp
Link to comment
Share on other sites

Please post the debug.log.

Some tips:

Spoiler

Modder Support:

Spoiler

1. Do not follow tutorials on YouTube, especially TechnoVision (previously called Loremaster) and HarryTalks, due to their promotion of bad practice and usage of outdated code.

2. Always post your code.

3. Never copy and paste code. You won't learn anything from doing that.

4. 

Quote

Programming via Eclipse's hotfixes will get you nowhere

5. Learn to use your IDE, especially the debugger.

6.

Quote

The "picture that's worth 1000 words" only works if there's an obvious problem or a freehand red circle around it.

Support & Bug Reports:

Spoiler

1. Read the EAQ before asking for help. Remember to provide the appropriate log(s).

2. Versions below 1.11 are no longer supported due to their age. Update to a modern version of Minecraft to receive support.

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Hi, I'm trying to hide specific vanilla effects such as levitation or slow falling from the inventory GUI, but I haven't been able to figure out how to do this. I need this because they are triggered by another effect and I don't need them all showing up. Unfortunately, I don't know of any mods that include this feature, and I couldn't find any documentation on the process. I've already looked into the IClientMobEffectExtensions interface, but I'm uncertain about how to implement it in my own effect, let alone in any existing vanilla effect. Please help I am using Forge 47.2.0. for Minecraft 1.20.1
    • Also wondering how to create these manually.  First time creating a forge server.
    • Exception in thread "main" java.lang.IllegalStateException: Could not find forge-1.19-41.1.0 in classpath at MC-BOOTSTRAP/fmlloader@1.19.2-43.3.5/net.minecraftforge.fml.loading.targets.CommonDevLaunchHandler.lambda$findJarOnClasspath$3(CommonDevLaunchHandler.java:90) at java.base/java.util.Optional.orElseThrow(Optional.java:403) at MC-BOOTSTRAP/fmlloader@1.19.2-43.3.5/net.minecraftforge.fml.loading.targets.CommonDevLaunchHandler.findJarOnClasspath(CommonDevLaunchHandler.java:90) at MC-BOOTSTRAP/fmlloader@1.19.2-43.3.5/net.minecraftforge.fml.loading.targets.ForgeUserdevLaunchHandler.processStreams(ForgeUserdevLaunchHandler.java:17) at MC-BOOTSTRAP/fmlloader@1.19.2-43.3.5/net.minecraftforge.fml.loading.targets.CommonUserdevLaunchHandler.getMinecraftPaths(CommonUserdevLaunchHandler.java:32) at MC-BOOTSTRAP/fmlloader@1.19.2-43.3.5/net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator.scanMods(MinecraftLocator.java:36) at MC-BOOTSTRAP/fmlloader@1.19.2-43.3.5/net.minecraftforge.fml.loading.moddiscovery.ModDiscoverer.discoverMods(ModDiscoverer.java:74) at MC-BOOTSTRAP/fmlloader@1.19.2-43.3.5/net.minecraftforge.fml.loading.FMLLoader.beginModScan(FMLLoader.java:166) at MC-BOOTSTRAP/fmlloader@1.19.2-43.3.5/net.minecraftforge.fml.loading.FMLServiceProvider.beginScanning(FMLServiceProvider.java:86) at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.TransformationServiceDecorator.runScan(TransformationServiceDecorator.java:112) at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.TransformationServicesHandler.lambda$runScanningTransformationServices$8(TransformationServicesHandler.java:100) at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) at java.base/java.util.HashMap$ValueSpliterator.forEachRemaining(HashMap.java:1779) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:575) at java.base/java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260) at java.base/java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:616) at java.base/java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:622) at java.base/java.util.stream.ReferencePipeline.toList(ReferencePipeline.java:627) at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.TransformationServicesHandler.runScanningTransformationServices(TransformationServicesHandler.java:102) at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.TransformationServicesHandler.initializeTransformationServices(TransformationServicesHandler.java:55) at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.Launcher.run(Launcher.java:88) at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.Launcher.main(Launcher.java:78) at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at cpw.mods.bootstraplauncher@1.1.2/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) I tried to make a minecraft mod but this error appears every time I click on the RunClient button and it won't start. Does anyone know how to get rid of this? (btw. I'm using version 1.19.2-43.3.5) https://pastebin.com/mQ3q4SwW
    • Maybe switch to a pre-configured modpack and use it as working base Add new mods one by one
    • Pure CBD Gummies Dr Oz:Pure CBD Gummies Dr Ozare designed with the help of natural and herbal ingredients and you will get 100% safe and powerful results. This formula is chemical-free that helps you gain many profits at the same time. Some of the main ingredients are discussed below.   ➥ ✅Official Website: https://gummiestoday.com/Pure-CBD-Gummies-Dr-Oz/ ➥ Product Name: Pure CBD Gummies Dr Oz ➥ Benefits: Pure CBD Gummies Dr Oz Helps you to get Pain Relief ➥ Healthy Benefits :Control your hormone levels ➥ Category:Pain Relief Supplement ➥ Rating: ★★★★☆ (4.5/5.0) ➥ Side Effects: No Major Side Effects ➥ Availability: In Stock Voted #1 Product in the United States   ✔Hurry Up – Limited Time Offer – Order Now✔ ✔Hurry Up – Limited Time Offer – Order Now✔ ✔Hurry Up – Limited Time Offer – Order Now✔   Official Facebook Page:- https://www.facebook.com/GreenVibeCBDGummiesForDiabetes https://www.facebook.com/PureCBDGummiesDrOzHowToUse   FOR MORE INFO VISIT OUR WATCH OTHER LINKS :- https://groups.google.com/g/mozilla.dev.platform/c/C4eizlPz3IA https://groups.google.com/a/chromium.org/g/chromium-reviews/c/C4Wqjz6oMOI https://groups.google.com/g/comp.protocols.time.ntp/c/ud96F7mnPIE https://groups.google.com/g/comp.os.vms/c/IfkdfXo_S70 https://groups.google.com/g/drone-dev-platform/c/oOY2NerylW8 https://groups.google.com/g/comp.mobile.android/c/EkBeTeULnTc Other Reference Pages JIMDO@ https://pure-c-b-d-gummies-dr-oz.jimdosite.com/ GROUP GOOGLE@ https://groups.google.com/g/pure-cbd-gummies-dr-oz-advantage/c/YL6pkh7EPac GOOGLE SITE@ https://pure-cbd-gummies-dr-oz-formula.company.site/ GAMMA APP@ https://gamma.app/docs/Pure-CBD-Gummies-Dr-Oz-Beware-Must-Watch-Exposed-Side-Effects-Off-340voj0byn1w4xd Company sites@ https://pure-cbd-gummies-dr-oz-formula.company.site/   Recent Searches:- @@PureCBDGummiesDrOz💲 #PureCBDGummiesDrOzReviews,🥳🥳 #PureCBDGummiesDrOzLifestyle,☘️☘️ #PureCBDGummiesDrOzBenefits,👌 #PureCBDGummiesDrOzBuy,😱😝😱 #PureCBDGummiesDrOzCost,☘📣 #PureCBDGummiesDrOzIngredients,💥💞 #PureCBDGummiesDrOzOrder,👌👀😍 #PureCBDGummiesDrOzPrice,💲 #PureCBDGummiesDrOzWebsite,🔥🔥 #PureCBDGummiesDrOzResults,🔥🔥 #PureCBDGummiesDrOzSideEffects,😱😝😱 #PureCBDGummiesDrOzAdvantage,👌👀😍 #PureCBDGummiesDrOzOffers,,☘📣 #PureCBDGummiesDrOzSupplement,😱😝😱 #PureCBDGummiesDrOzBuyNow,,☘️☘️ #PureCBDGummiesDrOzFormula,💥💞 #PureCBDGummiesDrOzHowToUse,🥳   Our Official Blog Link Below:- BLOGSPOT==>>https://pure-cbd-gummies-dr-oz-ingredients.blogspot.com/2023/12/blog-post.html Sunflower==>>https://www.sunflower-cissp.com/glossary/cissp/7042/pure-cbd-gummies-dr-oz-reviews-warning-controversy-2023-dont-buy-before-reading Lawfully ==>>https://www.lawfully.com/community/posts/pure-cbd-gummies-dr-oz-is-fake-or-real-read-about-100-natural-product-nSNgMm5NlZCC0hvT-5tGWA%3D%3D DIBIZ==>>https://www.dibiz.com/morrislymorales   Medium==>>https://medium.com/@morrislymorales/pure-cbd-gummies-dr-oz-a-review-of-the-most-trusted-and-effective-cbd-product-in-the-market-71cfba6319ca   Devfolio==>>https://devfolio.co/projects/pure-cbd-gummies-dr-oz-3341      
  • Topics

×
×
  • Create New...

Important Information

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