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: 
        [email protected]
        minecraft@1
    Mod List: 
        followingvillagers-1.14.4-1.2.0.jar Following Villagers {[email protected] LOAD_REGISTRIES}
        CyclopsCore-1.14.4-1.6.1.jar Cyclops Core {[email protected] LOAD_REGISTRIES}
        blockdrops-1.14.4-1.0.2.jar Block Drops {[email protected] LOAD_REGISTRIES}
        nethercraft-1.14.4-1.0.3.jar Nethercraft {[email protected] LOAD_REGISTRIES}
        techemistry-1.14.4-12.jar Techemistry {[email protected] LOAD_REGISTRIES}
        planttech2-0.01.06.jar PlantTech 2 {[email protected] LOAD_REGISTRIES}
        SilentMechanisms-1.14.4-0.6.7+40.jar Silent's Mechanisms {[email protected]+40 LOAD_REGISTRIES}
        modnametooltip_1.14.3-1.12.1.jar Mod Name Tooltip {[email protected] LOAD_REGISTRIES}
        unclegglass-2.0.0-1.14.4.jar Uncle George's Glass {[email protected] LOAD_REGISTRIES}
        noautojump-1.1.jar No Auto-Jump {[email protected] LOAD_REGISTRIES}
        Neat 1.5-19.jar Neat {[email protected] LOAD_REGISTRIES}
        IronJetpacks-1.14.4-2.0.3.jar Iron Jetpacks {[email protected] LOAD_REGISTRIES}
        essentials-1.14.4-2.6.1.jar Essentials {[email protected] LOAD_REGISTRIES}
        glassential-forge-1.14.4-1.1.1.jar Glassential {[email protected] LOAD_REGISTRIES}
        XaerosWorldMap_1.5.0.1_Forge_1.14.4.jar Xaero's World Map {[email protected] LOAD_REGISTRIES}
        ResourcefulTools-1.14.4-1.0.4.jar Resourceful Tools {[email protected] LOAD_REGISTRIES}
        Controlling-5.0.4.jar Controlling {[email protected] LOAD_REGISTRIES}
        Placebo-1.14.4-2.3.5.jar Placebo {[email protected] LOAD_REGISTRIES}
        globaldatapack-1.14.4-1.2.1.jar Dark Roleplay - Global Datapacks {[email protected] 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 {[email protected] LOAD_REGISTRIES}
        unstabletools-3.5.jar Unstable Tools {[email protected] LOAD_REGISTRIES}
        Apotheosis-1.14.4-2.4.4.jar Apotheosis {[email protected] 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 {[email protected] LOAD_REGISTRIES}
        speedyhoppers-1.14.4-6.jar Speedy Hoppers {[email protected] LOAD_REGISTRIES}
        moreprog-1.14.4-0.4.4.jar MoreProgression {[email protected] LOAD_REGISTRIES}
        inventorygenerators-1.14.4-1.0.1.jar Inventory Generators {[email protected] LOAD_REGISTRIES}
        CarryOn MC1.14.4 v1.12.4.jar Carry On {[email protected] LOAD_REGISTRIES}
        JustEnoughResources-1.14.4-0.10.0.66.jar Just Enough Resources {[email protected] LOAD_REGISTRIES}
        EnergeticSheep-1.14.4-1.1.6.jar EnergeticSheep {[email protected] LOAD_REGISTRIES}
        respawnablepets-1.0.5.1.jar Respawnable Pets {[email protected] LOAD_REGISTRIES}
        quirkygenerators-1.4.jar Quirky Generators {[email protected] LOAD_REGISTRIES}
        mysticallib-1.14.4-1.8.0.jar Mystical Lib {[email protected] LOAD_REGISTRIES}
        refinedstorage-1.7.1.jar Refined Storage {[email protected] LOAD_REGISTRIES}
        simpleores-1.14.4-2.0.6.0.jar Simple Ores {[email protected] LOAD_REGISTRIES}
        extendedfurnace-1.2.jar Extended Furnace {[email protected] LOAD_REGISTRIES}
        turf-1.14.4-1.0.0.jar Turf {[email protected] LOAD_REGISTRIES}
        seafaring-1.14.4-0.1.46.jar Seafaring {[email protected] LOAD_REGISTRIES}
        mining_dimension-1.14.4-1.0.10.jar Mining World {[email protected] LOAD_REGISTRIES}
        SilentGear-1.14.4-1.4.3+68.jar Silent Gear {[email protected]+68 LOAD_REGISTRIES}
        ferroustry-1.3b.jar Ferroustry {[email protected] LOAD_REGISTRIES}
        ToolUpgrades-1.14-(v.3.0.0).jar ToolUpgrades {[email protected] LOAD_REGISTRIES}
        curios-FORGE-1.14.4-1.0.5.2.jar Curios API {[email protected] LOAD_REGISTRIES}
        PeacefulSurface-1.14.4-v1.jar PeacefulSurface {[email protected] LOAD_REGISTRIES}
        morecharcoal-1.14.4-5.jar More Charcoal {[email protected] LOAD_REGISTRIES}
        AutoRegLib-1.4-35.jar AutoRegLib {[email protected] LOAD_REGISTRIES}
        OreExcavation-1.6.141.jar Ore Excavation {[email protected] LOAD_REGISTRIES}
        flexible_skills-1.14.4-1.1.8.jar Flexible Skills Mod {[email protected] LOAD_REGISTRIES}
        dooglamooworlds-1.14.4-1.2.5.jar Dooglamoo Worlds {[email protected] LOAD_REGISTRIES}
        tombstone-4.1.7-1.14.4.jar Corail Tombstone {[email protected] LOAD_REGISTRIES}
        Ore+Canes+Mod+1.14.4+(v.1.0.0).jar Ore Canes {[email protected] LOAD_REGISTRIES}
        AttainedDrops-1.14.4-5.3.2.jar Attained Drops {[email protected] LOAD_REGISTRIES}
        BouncingBalls-1.14.4-6.0.0.jar Bouncing Balls {[email protected] LOAD_REGISTRIES}
        moreoverlays-1.16.1.jar More Overlays {[email protected] LOAD_REGISTRIES}
        FunOres-1.14.3-2.4.1+15.jar Fun Ores {[email protected]+15 LOAD_REGISTRIES}
        bwncr-1.14.4-3.5.11.jar Bad Wither No Cookie Reloaded {[email protected] LOAD_REGISTRIES}
        speedyladders-1.14.4-4.jar Speedy Ladders {[email protected] LOAD_REGISTRIES}
        classicbar-2.0.0a.jar Classic Bar {[email protected] LOAD_REGISTRIES}
        ScalingHealth-1.14.4-2.3.3+23.jar Scaling Health {[email protected]+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 {[email protected] LOAD_REGISTRIES}
        StructuredCrafting-1.14.4-0.2.2.jar StructuredCrafting {[email protected] LOAD_REGISTRIES}
        inventorysorter-1.14.4-16.2.0.jar Simple Inventory Sorter {[email protected] LOAD_REGISTRIES}
        jmh_1.14.4-2.2.jar Just Mob Heads {[email protected] LOAD_REGISTRIES}
        Cucumber-1.14.4-2.0.5.jar Cucumber Library {[email protected] LOAD_REGISTRIES}
        bambooladders-1.14-1.0.0.jar Bamboo Ladders {[email protected] LOAD_REGISTRIES}
        TrashSlot_1.14.4-10.4.7.jar TrashSlot {[email protected] LOAD_REGISTRIES}
        allomancy-3.0.0-beta3.jar Allomancy {[email protected] 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 {[email protected] LOAD_REGISTRIES}
        JustEnoughCalculation-1.14.4-3.3.1.jar Just Enough Calculation {[email protected] LOAD_REGISTRIES}
        metalbarrels-1.4.jar Metal Barrels {[email protected] LOAD_REGISTRIES}
        Druidcraft-1.14-0.2.32.jar Druidcraft {[email protected] LOAD_REGISTRIES}
        BirdsNestsAndTreasures-1.14.4-1.0.0.jar Birds Nests & Treasures {[email protected] LOAD_REGISTRIES}
        fishtraps-0.0.4.jar Fish Traps {[email protected] LOAD_REGISTRIES}
        justenoughbuttons-1.14.4-1.0b.jar Just Enough Buttons {[email protected] LOAD_REGISTRIES}
        reap-1.10.2.jar Reap Mod {[email protected] LOAD_REGISTRIES}
        extraboats-1.1.2-1.14.4.jar Extra Boats {[email protected] LOAD_REGISTRIES}
        create-mc1.14.4_v0.1.1a.jar Create {[email protected] LOAD_REGISTRIES}
        MoreOresInONE-1.5.jar More Ores in ONE {[email protected] LOAD_REGISTRIES}
        Clumps-4.0.0.jar Clumps {[email protected] LOAD_REGISTRIES}
        SimpleStorageNetwork-1.14.4-0.1.0.jar Simple Storage Network {[email protected] LOAD_REGISTRIES}
        BasicNetherOres-1.14.4-3.2.2.jar Basic Nether Ores {[email protected] LOAD_REGISTRIES}
        DungeonCrawl-1.14.4-1.5.1.jar Dungeon Crawl {[email protected] LOAD_REGISTRIES}
        cofh_core-1.14.4-0.1.1b.jar CoFH Core {[email protected] LOAD_REGISTRIES}
        alib-1.14.4-7.jar A Lib {[email protected] LOAD_REGISTRIES}
        mcjtylib-1.14-3.5.13-alpha.jar McJtyLib {[email protected] LOAD_REGISTRIES}
        rftoolsbase-1.14-0.0.10-alpha.jar RFToolsBase {[email protected] LOAD_REGISTRIES}
        voyage-1.0.0.jar Voyage {[email protected] LOAD_REGISTRIES}
        ToastControl-1.14.4-2.2.0.jar Toast Control {[email protected] LOAD_REGISTRIES}
        traverse-1.14.4-2.0.0.jar Traverse {[email protected] LOAD_REGISTRIES}
        thermalsolars-1.14.4-0.7.jar ThermalSolars {[email protected] ERROR}
        dooglamoojunioarchaeology-1.14.4-3.0.0.jar Dooglamoo Jr. Archaeology {[email protected] LOAD_REGISTRIES}
        rftoolspower-1.14-1.2.10-alpha.jar RFToolsPower {[email protected] LOAD_REGISTRIES}
        forge-1.14.4-28.1.92-universal.jar Forge {[email protected] LOAD_REGISTRIES}
        MysticalAgriculture-1.14.4-2.0.3.jar Mystical Agriculture {[email protected] LOAD_REGISTRIES}
        SimpleDivingGear-3.0.3+mc+1.14.4.jar Simple Diving Gear {[email protected] mc 1.14.4 LOAD_REGISTRIES}
        CraftingTweaks_1.14.4-10.1.4.jar Crafting Tweaks {[email protected] LOAD_REGISTRIES}
        alchemistry-1.14.4-7.jar Alchemistry {[email protected] LOAD_REGISTRIES}
        forge-1.14.4-28.1.92-client.jar Minecraft {[email protected] LOAD_REGISTRIES}
        rftoolsutility-1.14-1.2.10-alpha.jar RFToolsUtility {[email protected] 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 {[email protected] LOAD_REGISTRIES}
        SilentLib-1.14.4-4.4.0+44.jar Silent Lib {[email protected]+44 LOAD_REGISTRIES}
        travel_bag-1.0.6-1.14.4.jar Travel Bag {[email protected] LOAD_REGISTRIES}
        RingOfGrowth-1.14.4-1.0.18.jar Ring of Growth {[email protected] LOAD_REGISTRIES}
        forbidden_arcanus-1.14.4-1.4.jar Forbidden & Arcanus {[email protected] LOAD_REGISTRIES}
        Ding-1.14.4-1.1.0.jar Ding {[email protected] LOAD_REGISTRIES}
        extragolems-9.0.4.jar Extra Golems {[email protected] LOAD_REGISTRIES}
        SpartanShields-1.14.4-2.0.0.jar Spartan Shields {[email protected] LOAD_REGISTRIES}
        Quark-r2.0-199.jar Quark {[email protected] LOAD_REGISTRIES}
        Xaeros_Minimap_1.18.9_Forge_1.14.4.jar Xaero's Minimap {[email protected] LOAD_REGISTRIES}
        simplegrinder-1.0.jar Simple Grinder {[email protected] LOAD_REGISTRIES}
        FTBUtilitiesBackups-2.0.0.11.jar FTB Utilities: Backups {[email protected] LOAD_REGISTRIES}
        chemlib-1.14.4-14.jar Chem Lib {[email protected] LOAD_REGISTRIES}
        StorageDrawers-1.14.4-6.0.5.jar Storage Drawers {[email protected] 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 {[email protected] LOAD_REGISTRIES}
        AppleSkin-mc1.14.4-forge-1.0.12.jar AppleSkin {[email protected] LOAD_REGISTRIES}
        Vampirism-1.14.4-1.6.0-alpha+20191021-1133.jar Vampirism {[email protected]+20191021-1127 ERROR, [email protected]+20191021-1127 LOAD_REGISTRIES}
        solcarrot-1.14.4-1.9.3.jar Spice of Life: Carrot Edition {[email protected] LOAD_REGISTRIES}
        SilentGems-1.14.4-3.4.6+79.jar Silent's Gems 3 {[email protected]+79 LOAD_REGISTRIES}
        FriendlyFire-1.14.4-3.0.1.jar FriendlyFire {[email protected] 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 {[email protected] 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



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Let me try and help you with love spells, traditional healing, native healing, fortune telling, witchcraft, psychic readings, black magic, voodoo, herbalist healing, or any other service your may desire within the realm of african native healing, the spirits and the ancestors. I am a sangoma and healer. I could help you to connect with the ancestors , interpret dreams, diagnose illness through divination with bones, and help you heal both physical and spiritual illness. We facilitate the deepening of your relationship to the spirit world and the ancestors. Working in partnership with one\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\’s ancestors is a gift representing a close link with the spirit realm as a mediator between the worlds.*   Witchdoctors, or sorcerers, are often purveyors of mutis and charms that cause harm to people. we believe that we are here for only one purpose, to heal through love and compassion.*   African people share a common understanding of the importance of ancestors in daily life. When they have lost touch with their ancestors, illness may result or bad luck. Then a traditional healer, or sangoma, is sought out who may prescribe herbs, changes in lifestyle, a career change, or changes in relationships. The client may also be told to perform a ceremony or purification ritual to appease the ancestors.*   Let us solve your problems using powerful African traditional methods. We believe that our ancestors and spirits give us enlightenment, wisdom, divine guidance, enabling us to overcome obstacles holding your life back. Our knowledge has been passed down through centuries, being refined along the way from generation to generation. We believe in the occult, the paranormal, the spirit world, the mystic world.*   The services here are based on the African Tradition Value system/religion,where we believe the ancestors and spirits play a very important role in society. The ancestors and spirits give guidance and counsel in society. They could enable us to see into the future and give solutions to the problems affecting us. We use rituals, divination, spells, chants and prayers to enable us tackle the task before us.*   I have experience in helping and guiding many people from all over the world. My psychic abilities may help you answer and resolve many unanswered questions
    • Let me try and help you with love spells, traditional healing, native healing, fortune telling, witchcraft, psychic readings, black magic, voodoo, herbalist healing, or any other service your may desire within the realm of african native healing, the spirits and the ancestors. I am a sangoma and healer. I could help you to connect with the ancestors , interpret dreams, diagnose illness through divination with bones, and help you heal both physical and spiritual illness. We facilitate the deepening of your relationship to the spirit world and the ancestors. Working in partnership with one\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\’s ancestors is a gift representing a close link with the spirit realm as a mediator between the worlds.*   Witchdoctors, or sorcerers, are often purveyors of mutis and charms that cause harm to people. we believe that we are here for only one purpose, to heal through love and compassion.*   African people share a common understanding of the importance of ancestors in daily life. When they have lost touch with their ancestors, illness may result or bad luck. Then a traditional healer, or sangoma, is sought out who may prescribe herbs, changes in lifestyle, a career change, or changes in relationships. The client may also be told to perform a ceremony or purification ritual to appease the ancestors.*   Let us solve your problems using powerful African traditional methods. We believe that our ancestors and spirits give us enlightenment, wisdom, divine guidance, enabling us to overcome obstacles holding your life back. Our knowledge has been passed down through centuries, being refined along the way from generation to generation. We believe in the occult, the paranormal, the spirit world, the mystic world.*   The services here are based on the African Tradition Value system/religion,where we believe the ancestors and spirits play a very important role in society. The ancestors and spirits give guidance and counsel in society. They could enable us to see into the future and give solutions to the problems affecting us. We use rituals, divination, spells, chants and prayers to enable us tackle the task before us.*   I have experience in helping and guiding many people from all over the world. My psychic abilities may help you answer and resolve many unanswered questions
    • Let me try and help you with love spells, traditional healing, native healing, fortune telling, witchcraft, psychic readings, black magic, voodoo, herbalist healing, or any other service your may desire within the realm of african native healing, the spirits and the ancestors. I am a sangoma and healer. I could help you to connect with the ancestors , interpret dreams, diagnose illness through divination with bones, and help you heal both physical and spiritual illness. We facilitate the deepening of your relationship to the spirit world and the ancestors. Working in partnership with one\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\’s ancestors is a gift representing a close link with the spirit realm as a mediator between the worlds.*   Witchdoctors, or sorcerers, are often purveyors of mutis and charms that cause harm to people. we believe that we are here for only one purpose, to heal through love and compassion.*   African people share a common understanding of the importance of ancestors in daily life. When they have lost touch with their ancestors, illness may result or bad luck. Then a traditional healer, or sangoma, is sought out who may prescribe herbs, changes in lifestyle, a career change, or changes in relationships. The client may also be told to perform a ceremony or purification ritual to appease the ancestors.*   Let us solve your problems using powerful African traditional methods. We believe that our ancestors and spirits give us enlightenment, wisdom, divine guidance, enabling us to overcome obstacles holding your life back. Our knowledge has been passed down through centuries, being refined along the way from generation to generation. We believe in the occult, the paranormal, the spirit world, the mystic world.*   The services here are based on the African Tradition Value system/religion,where we believe the ancestors and spirits play a very important role in society. The ancestors and spirits give guidance and counsel in society. They could enable us to see into the future and give solutions to the problems affecting us. We use rituals, divination, spells, chants and prayers to enable us tackle the task before us.*   I have experience in helping and guiding many people from all over the world. My psychic abilities may help you answer and resolve many unanswered questions
    • Let me try and help you with love spells, traditional healing, native healing, fortune telling, witchcraft, psychic readings, black magic, voodoo, herbalist healing, or any other service your may desire within the realm of african native healing, the spirits and the ancestors. I am a sangoma and healer. I could help you to connect with the ancestors , interpret dreams, diagnose illness through divination with bones, and help you heal both physical and spiritual illness. We facilitate the deepening of your relationship to the spirit world and the ancestors. Working in partnership with one\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\’s ancestors is a gift representing a close link with the spirit realm as a mediator between the worlds.*   Witchdoctors, or sorcerers, are often purveyors of mutis and charms that cause harm to people. we believe that we are here for only one purpose, to heal through love and compassion.*   African people share a common understanding of the importance of ancestors in daily life. When they have lost touch with their ancestors, illness may result or bad luck. Then a traditional healer, or sangoma, is sought out who may prescribe herbs, changes in lifestyle, a career change, or changes in relationships. The client may also be told to perform a ceremony or purification ritual to appease the ancestors.*   Let us solve your problems using powerful African traditional methods. We believe that our ancestors and spirits give us enlightenment, wisdom, divine guidance, enabling us to overcome obstacles holding your life back. Our knowledge has been passed down through centuries, being refined along the way from generation to generation. We believe in the occult, the paranormal, the spirit world, the mystic world.*   The services here are based on the African Tradition Value system/religion,where we believe the ancestors and spirits play a very important role in society. The ancestors and spirits give guidance and counsel in society. They could enable us to see into the future and give solutions to the problems affecting us. We use rituals, divination, spells, chants and prayers to enable us tackle the task before us.*   I have experience in helping and guiding many people from all over the world. My psychic abilities may help you answer and resolve many unanswered questions
    • Let me try and help you with love spells, traditional healing, native healing, fortune telling, witchcraft, psychic readings, black magic, voodoo, herbalist healing, or any other service your may desire within the realm of african native healing, the spirits and the ancestors. I am a sangoma and healer. I could help you to connect with the ancestors , interpret dreams, diagnose illness through divination with bones, and help you heal both physical and spiritual illness. We facilitate the deepening of your relationship to the spirit world and the ancestors. Working in partnership with one\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\’s ancestors is a gift representing a close link with the spirit realm as a mediator between the worlds.*   Witchdoctors, or sorcerers, are often purveyors of mutis and charms that cause harm to people. we believe that we are here for only one purpose, to heal through love and compassion.*   African people share a common understanding of the importance of ancestors in daily life. When they have lost touch with their ancestors, illness may result or bad luck. Then a traditional healer, or sangoma, is sought out who may prescribe herbs, changes in lifestyle, a career change, or changes in relationships. The client may also be told to perform a ceremony or purification ritual to appease the ancestors.*   Let us solve your problems using powerful African traditional methods. We believe that our ancestors and spirits give us enlightenment, wisdom, divine guidance, enabling us to overcome obstacles holding your life back. Our knowledge has been passed down through centuries, being refined along the way from generation to generation. We believe in the occult, the paranormal, the spirit world, the mystic world.*   The services here are based on the African Tradition Value system/religion,where we believe the ancestors and spirits play a very important role in society. The ancestors and spirits give guidance and counsel in society. They could enable us to see into the future and give solutions to the problems affecting us. We use rituals, divination, spells, chants and prayers to enable us tackle the task before us.*   I have experience in helping and guiding many people from all over the world. My psychic abilities may help you answer and resolve many unanswered questions
  • Topics

×
×
  • Create New...

Important Information

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