Jump to content

Crash crash crash i got 6 of them in a row!


chicken_soldier

Recommended Posts

Here is the last one i got:

 

 

---- Minecraft Crash Report ----
// Don't do that.

Time: 29.12.2019 19:34
Description: Initializing game

java.lang.NullPointerException: Initializing game
    at net.minecraft.client.renderer.color.ItemColors.func_199877_a(ItemColors.java:95) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at com.blakebr0.mysticalagriculture.handler.ColorHandler.onItemColors(ColorHandler.java:34) ~[?:2.0.3] {re:classloading}
    at net.minecraftforge.eventbus.ASMEventHandler_187_ColorHandler_onItemColors_Item.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$4007/1945717752.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:189) ~[?:?] {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.func_71384_a(Minecraft.java:503) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:365) [?:?] {re:classloading,pl:accesstransformer:B,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.92.jar:28.1] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$407/1021592569.call(Unknown Source) [forge-1.14.4-28.1.92.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 net.minecraft.client.renderer.color.ItemColors.func_199877_a(ItemColors.java:95)
    at com.blakebr0.mysticalagriculture.handler.ColorHandler.onItemColors(ColorHandler.java:34)
    at net.minecraftforge.eventbus.ASMEventHandler_187_ColorHandler_onItemColors_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$4007/1945717752.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:189)
    at net.minecraft.client.renderer.color.ItemColors.func_186729_a(ItemColors.java:84)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:503)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:365)
    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$407/1021592569.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 8 (amd64) version 6.2
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 1311402544 bytes (1250 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: 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.92.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.14.4-28.1.92.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-1.0.1-milestone.0.1+94458e7-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge-1.14.4-28.1.92.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.14.4-28.1.92.jar runtimedistcleaner PLUGINSERVICE 
        /forge-1.14.4-28.1.92.jar fml TRANSFORMATIONSERVICE 
    FML: 28.1
    Forge: net.minecraftforge:28.1.92
    FML Language Providers: 
        javafml@28.1
        minecraft@1
    Mod List: 
        followingvillagers-1.14.4-1.2.0.jar Following Villagers {followingvillagers@1.14.4-1.2.0 LOAD_REGISTRIES}
        CyclopsCore-1.14.4-1.6.1.jar Cyclops Core {cyclopscore@1.6.1 LOAD_REGISTRIES}
        blockdrops-1.14.4-1.0.2.jar Block Drops {blockdrops@1.0.2 LOAD_REGISTRIES}
        nethercraft-1.14.4-1.0.3.jar Nethercraft {nethercraft@1.0.3 LOAD_REGISTRIES}
        techemistry-1.14.4-12.jar Techemistry {techemistry@1.14.4-12 LOAD_REGISTRIES}
        planttech2-0.01.06.jar PlantTech 2 {planttech2@0.01.06 LOAD_REGISTRIES}
        SilentMechanisms-1.14.4-0.6.7+40.jar Silent's Mechanisms {silents_mechanisms@0.6.7+40 LOAD_REGISTRIES}
        modnametooltip_1.14.3-1.12.1.jar Mod Name Tooltip {modnametooltip@1.12.1 LOAD_REGISTRIES}
        unclegglass-2.0.0-1.14.4.jar Uncle George's Glass {unclegglass@2.0.0 LOAD_REGISTRIES}
        noautojump-1.1.jar No Auto-Jump {noautojump@1.1 LOAD_REGISTRIES}
        Neat 1.5-19.jar Neat {neat@1.5-19 LOAD_REGISTRIES}
        IronJetpacks-1.14.4-2.0.3.jar Iron Jetpacks {ironjetpacks@2.0.3 LOAD_REGISTRIES}
        essentials-1.14.4-2.6.1.jar Essentials {essentials@1.14.4-2.6.1 LOAD_REGISTRIES}
        glassential-forge-1.14.4-1.1.1.jar Glassential {glassential@1.1.1 LOAD_REGISTRIES}
        XaerosWorldMap_1.5.0.1_Forge_1.14.4.jar Xaero's World Map {xaeroworldmap@1.5.0.1 LOAD_REGISTRIES}
        ResourcefulTools-1.14.4-1.0.4.jar Resourceful Tools {resourceful_tools@1.0.4 LOAD_REGISTRIES}
        Controlling-5.0.4.jar Controlling {controlling@5.0.4 LOAD_REGISTRIES}
        Placebo-1.14.4-2.3.5.jar Placebo {placebo@2.3.5 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}
        Uncrafted+1.14.4++(v.4.0.0+pre1).jar Uncrafted {uncrafted@4.0.0 LOAD_REGISTRIES}
        unstabletools-3.5.jar Unstable Tools {unstabletools@3.5 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}
        speedyhoppers-1.14.4-6.jar Speedy Hoppers {speedyhoppers@1.14.4-6 LOAD_REGISTRIES}
        moreprog-1.14.4-0.4.4.jar MoreProgression {moreprogression@0.4.4 LOAD_REGISTRIES}
        inventorygenerators-1.14.4-1.0.1.jar Inventory Generators {inventorygenerators@1.14.4-1.0.1 LOAD_REGISTRIES}
        CarryOn MC1.14.4 v1.12.4.jar Carry On {carryon@1.12.4 LOAD_REGISTRIES}
        JustEnoughResources-1.14.4-0.10.0.66.jar Just Enough Resources {jeresources@0.10.0.66 LOAD_REGISTRIES}
        EnergeticSheep-1.14.4-1.1.6.jar EnergeticSheep {energeticsheep@1.1.6 LOAD_REGISTRIES}
        respawnablepets-1.0.5.1.jar Respawnable Pets {respawnablepets@1.0.5.1 LOAD_REGISTRIES}
        quirkygenerators-1.4.jar Quirky Generators {quirkygenerators@1.4 LOAD_REGISTRIES}
        mysticallib-1.14.4-1.8.0.jar Mystical Lib {mysticallib@1.14.4-1.8.0 LOAD_REGISTRIES}
        refinedstorage-1.7.1.jar Refined Storage {refinedstorage@1.7.1 LOAD_REGISTRIES}
        simpleores-1.14.4-2.0.6.0.jar Simple Ores {simpleores@1.14.4-2.0.6.0 LOAD_REGISTRIES}
        extendedfurnace-1.2.jar Extended Furnace {extendedfurnace@1.2 LOAD_REGISTRIES}
        turf-1.14.4-1.0.0.jar Turf {turf@1.0.0 LOAD_REGISTRIES}
        seafaring-1.14.4-0.1.46.jar Seafaring {sea@0.1.46 LOAD_REGISTRIES}
        mining_dimension-1.14.4-1.0.10.jar Mining World {mining_dimension@1.14.4-1.0.10 LOAD_REGISTRIES}
        SilentGear-1.14.4-1.4.3+68.jar Silent Gear {silentgear@1.4.3+68 LOAD_REGISTRIES}
        ferroustry-1.3b.jar Ferroustry {ferroustry@1.3b LOAD_REGISTRIES}
        ToolUpgrades-1.14-(v.3.0.0).jar ToolUpgrades {toolupgrades@3.0.0 LOAD_REGISTRIES}
        curios-FORGE-1.14.4-1.0.5.2.jar Curios API {curios@FORGE-1.14.4-1.0.5.2 LOAD_REGISTRIES}
        PeacefulSurface-1.14.4-v1.jar PeacefulSurface {peacefulsurface@1.14.4-v1 LOAD_REGISTRIES}
        morecharcoal-1.14.4-5.jar More Charcoal {morecharcoal@1.14.4-5 LOAD_REGISTRIES}
        AutoRegLib-1.4-35.jar AutoRegLib {arl@1.4-35 LOAD_REGISTRIES}
        OreExcavation-1.6.141.jar Ore Excavation {oreexcavation@1.6.141 LOAD_REGISTRIES}
        flexible_skills-1.14.4-1.1.8.jar Flexible Skills Mod {flexible_skills@1.1.8 LOAD_REGISTRIES}
        dooglamooworlds-1.14.4-1.2.5.jar Dooglamoo Worlds {dooglamooworlds@1.14.4-1.2.5 LOAD_REGISTRIES}
        tombstone-4.1.7-1.14.4.jar Corail Tombstone {tombstone@4.1.7 LOAD_REGISTRIES}
        Ore+Canes+Mod+1.14.4+(v.1.0.0).jar Ore Canes {ore_canes@1.0.0 LOAD_REGISTRIES}
        AttainedDrops-1.14.4-5.3.2.jar Attained Drops {attained_drops@5.3.2 LOAD_REGISTRIES}
        BouncingBalls-1.14.4-6.0.0.jar Bouncing Balls {bouncing_balls@6.0.0 LOAD_REGISTRIES}
        moreoverlays-1.16.1.jar More Overlays {moreoverlays@1.16.1 LOAD_REGISTRIES}
        FunOres-1.14.3-2.4.1+15.jar Fun Ores {funores@2.4.1+15 LOAD_REGISTRIES}
        bwncr-1.14.4-3.5.11.jar Bad Wither No Cookie Reloaded {bwncr@1.14.4-3.5.11 LOAD_REGISTRIES}
        speedyladders-1.14.4-4.jar Speedy Ladders {speedyladders@1.14.4-4 LOAD_REGISTRIES}
        classicbar-2.0.0a.jar Classic Bar {classicbar@2.0.0a LOAD_REGISTRIES}
        ScalingHealth-1.14.4-2.3.3+23.jar Scaling Health {scalinghealth@2.3.3+23 LOAD_REGISTRIES}
        FastLeafDecay-v17.jar FastLeafDecay {fastleafdecay@v17 LOAD_REGISTRIES}
        rockcandy-1.14.4-1.1.6.jar Rock Candy {rockcandy@version LOAD_REGISTRIES}
        BetterAdvancements-1.14.4-0.1.0.90.jar Better Advancements {betteradvancements@0.1.0.90 LOAD_REGISTRIES}
        StructuredCrafting-1.14.4-0.2.2.jar StructuredCrafting {structuredcrafting@0.2.2 LOAD_REGISTRIES}
        inventorysorter-1.14.4-16.2.0.jar Simple Inventory Sorter {inventorysorter@16.2.0 LOAD_REGISTRIES}
        jmh_1.14.4-2.2.jar Just Mob Heads {jmh@2.2 LOAD_REGISTRIES}
        Cucumber-1.14.4-2.0.5.jar Cucumber Library {cucumber@2.0.5 LOAD_REGISTRIES}
        bambooladders-1.14-1.0.0.jar Bamboo Ladders {bambooladders@1.14-1.0.0 LOAD_REGISTRIES}
        TrashSlot_1.14.4-10.4.7.jar TrashSlot {trashslot@10.4.7 LOAD_REGISTRIES}
        allomancy-3.0.0-beta3.jar Allomancy {allomancy@3.0.0 LOAD_REGISTRIES}
        bountifulbaubles-1.14.4-0.0.2.jar Bountiful Baubles {bountifulbaubles@NONE LOAD_REGISTRIES}
        jei-1.14.4-6.0.0.18.jar Just Enough Items {jei@6.0.0.18 LOAD_REGISTRIES}
        JustEnoughCalculation-1.14.4-3.3.1.jar Just Enough Calculation {jecalculation@3.3.1 LOAD_REGISTRIES}
        metalbarrels-1.4.jar Metal Barrels {metalbarrels@1.4 LOAD_REGISTRIES}
        Druidcraft-1.14-0.2.32.jar Druidcraft {druidcraft@0.2.32 LOAD_REGISTRIES}
        BirdsNestsAndTreasures-1.14.4-1.0.0.jar Birds Nests & Treasures {birdsneststres@1.0.0 LOAD_REGISTRIES}
        fishtraps-0.0.4.jar Fish Traps {fishtraps@1.14.4-0.0.4 LOAD_REGISTRIES}
        justenoughbuttons-1.14.4-1.0b.jar Just Enough Buttons {justenoughbuttons@1.14.4-1.0 LOAD_REGISTRIES}
        reap-1.10.2.jar Reap Mod {reap@1.10.2 LOAD_REGISTRIES}
        extraboats-1.1.2-1.14.4.jar Extra Boats {extraboats@1.1.2 LOAD_REGISTRIES}
        create-mc1.14.4_v0.1.1a.jar Create {create@0.1.1a LOAD_REGISTRIES}
        MoreOresInONE-1.5.jar More Ores in ONE {moreoresinone@1.5 LOAD_REGISTRIES}
        Clumps-4.0.0.jar Clumps {clumps@4.0.0 LOAD_REGISTRIES}
        SimpleStorageNetwork-1.14.4-0.1.0.jar Simple Storage Network {storagenetwork@1.14.4-0.1.0 LOAD_REGISTRIES}
        BasicNetherOres-1.14.4-3.2.2.jar Basic Nether Ores {bno@3.2.2 LOAD_REGISTRIES}
        DungeonCrawl-1.14.4-1.5.1.jar Dungeon Crawl {dungeoncrawl@1.5.1 LOAD_REGISTRIES}
        cofh_core-1.14.4-0.1.1b.jar CoFH Core {cofh_core@0.1.1b LOAD_REGISTRIES}
        alib-1.14.4-7.jar A Lib {alib@1.14.4-7 LOAD_REGISTRIES}
        mcjtylib-1.14-3.5.13-alpha.jar McJtyLib {mcjtylib@1.14-3.5.13-alpha LOAD_REGISTRIES}
        rftoolsbase-1.14-0.0.10-alpha.jar RFToolsBase {rftoolsbase@1.14-0.0.10-alpha LOAD_REGISTRIES}
        voyage-1.0.0.jar Voyage {voyage@1.0.0 LOAD_REGISTRIES}
        ToastControl-1.14.4-2.2.0.jar Toast Control {toastcontrol@2.2.0 LOAD_REGISTRIES}
        traverse-1.14.4-2.0.0.jar Traverse {traverse@1.14.4-2.0.0 LOAD_REGISTRIES}
        thermalsolars-1.14.4-0.7.jar ThermalSolars {thermalsolars@1.14.4-0.7 ERROR}
        dooglamoojunioarchaeology-1.14.4-3.0.0.jar Dooglamoo Jr. Archaeology {dooglamoojuniorarchaeology@1.14.4-3.0.0 LOAD_REGISTRIES}
        rftoolspower-1.14-1.2.10-alpha.jar RFToolsPower {rftoolspower@1.14-1.2.10-alpha LOAD_REGISTRIES}
        forge-1.14.4-28.1.92-universal.jar Forge {forge@28.1.92 LOAD_REGISTRIES}
        MysticalAgriculture-1.14.4-2.0.3.jar Mystical Agriculture {mysticalagriculture@2.0.3 LOAD_REGISTRIES}
        SimpleDivingGear-3.0.3+mc+1.14.4.jar Simple Diving Gear {simpledivegear@3.0.3 mc 1.14.4 LOAD_REGISTRIES}
        CraftingTweaks_1.14.4-10.1.4.jar Crafting Tweaks {craftingtweaks@10.1.4 LOAD_REGISTRIES}
        alchemistry-1.14.4-7.jar Alchemistry {alchemistry@1.14.4-7 LOAD_REGISTRIES}
        forge-1.14.4-28.1.92-client.jar Minecraft {minecraft@1.14.4 LOAD_REGISTRIES}
        rftoolsutility-1.14-1.2.10-alpha.jar RFToolsUtility {rftoolsutility@1.14-1.2.10-alpha LOAD_REGISTRIES}
        theoneprobe-1.14-1.4.37.jar The One Probe {theoneprobe@NONE LOAD_REGISTRIES}
        MouseTweaks-2.12-mc1.14.4.jar Mouse Tweaks {mousetweaks@2.12 LOAD_REGISTRIES}
        SilentLib-1.14.4-4.4.0+44.jar Silent Lib {silentlib@4.4.0+44 LOAD_REGISTRIES}
        travel_bag-1.0.6-1.14.4.jar Travel Bag {travel_bag@1.0.6 LOAD_REGISTRIES}
        RingOfGrowth-1.14.4-1.0.18.jar Ring of Growth {ring_of_growth@1.0.18 LOAD_REGISTRIES}
        forbidden_arcanus-1.14.4-1.4.jar Forbidden & Arcanus {forbidden_arcanus@1.14.4-1.4 LOAD_REGISTRIES}
        Ding-1.14.4-1.1.0.jar Ding {ding@1.1.0 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}
        Quark-r2.0-199.jar Quark {quark@r2.0-199 LOAD_REGISTRIES}
        Xaeros_Minimap_1.18.9_Forge_1.14.4.jar Xaero's Minimap {xaerominimap@1.18.9 LOAD_REGISTRIES}
        simplegrinder-1.0.jar Simple Grinder {simplegrinder@1.14.4-a0.1 LOAD_REGISTRIES}
        FTBUtilitiesBackups-2.0.0.11.jar FTB Utilities: Backups {ftbbackups@2.0.0.11 LOAD_REGISTRIES}
        chemlib-1.14.4-14.jar Chem Lib {chemlib@1.14.4-14 LOAD_REGISTRIES}
        StorageDrawers-1.14.4-6.0.5.jar Storage Drawers {storagedrawers@1.14.4-6.0.3 LOAD_REGISTRIES}
        Harvest-forge-1.14.4-1.2.10-23.jar Harvest {harvest@version LOAD_REGISTRIES}
        filters-1.1.1-1.14.4.jar Filters {filters@1.1.1 LOAD_REGISTRIES}
        AppleSkin-mc1.14.4-forge-1.0.12.jar AppleSkin {appleskin@1.0.12 LOAD_REGISTRIES}
        Vampirism-1.14.4-1.6.0-alpha+20191021-1133.jar Vampirism {vampirism@1.6.0-alpha+20191021-1127 ERROR, teamlapenlib@1.6.0-alpha+20191021-1127 LOAD_REGISTRIES}
        solcarrot-1.14.4-1.9.3.jar Spice of Life: Carrot Edition {solcarrot@1.14.4-1.9.3 LOAD_REGISTRIES}
        SilentGems-1.14.4-3.4.6+79.jar Silent's Gems 3 {silentgems@3.4.6+79 LOAD_REGISTRIES}
        FriendlyFire-1.14.4-3.0.1.jar FriendlyFire {friendlyfire@3.0.1 LOAD_REGISTRIES}
        vimion-DEV-WEEK-08-0.1-1.14.4.jar Vimion Mod {vimion@DEV WEEK 08 LOAD_REGISTRIES}
        hb_1.14.4-1.1.jar Humbling Bundle {hb@1.1 LOAD_REGISTRIES}
    Launched Version: 1.14.4-forge-28.1.92
    LWJGL: 3.2.2 build 10
    OpenGL: Intel(R) HD Graphics 4400 GL version 4.3.0 - Build 20.19.15.4463, Intel
    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: 
    Current Language: English (US)
    CPU: 4x Intel(R) Core(TM) i5-4210U CPU @ 1.70GHz

Link to comment
Share on other sites

Remove mystical agriculture and report to its author.

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.

Announcements



×
×
  • Create New...

Important Information

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