Jump to content

ProjectRed Transportation


xPxrple

Recommended Posts

Hello everyone,

 

I have this error on the minecraft launcher:

Quote

The game crashed whilst there was a severe problem during mod loading that has caused the game to fail
Error: net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from ProjectRed Transportation (projectred-transportation)

 

My crash log is :

Spoiler

---- Minecraft Crash Report ----

WARNING: coremods are present:
  CorePlugin (MrTJPCore-1.10.2-2.0.1.20-universal.jar)
  SimpleCore (SimpleQuarry-1.10.2_1.0.2.jar)
  RenderPlayerAPIPlugin (RenderPlayerAPI-1.10.2-1.1.jar)
  ForgelinPlugin (Forgelin-1.7.4.jar)
  MalisisCorePlugin (malisiscore-1.10.2-4.4.0.jar)
  LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
  EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
  MDECore-Core (mdecore-1.10.2-1.5.1.jar)
  CorePlugin (FluxedRedstone-2.5.0.51.jar)
  Brandon's Core (BrandonsCore-1.10.2-2.1.14.137-universal.jar)
  IC2core (industrialcraft-2-2.6.252-ex110.jar)
  CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.320-universal.jar)
  CTMCorePlugin (CTM-MC1.10.2-0.3.2.35.jar)
  LoadingPlugin (Quark-r1.1-70.jar)
  OpenModsCorePlugin (OpenModsLib-1.10.2-0.11.5.jar)
  RebornCoreASM (RebornCore-1.10.2-2.13.6.142-universal.jar)
  FMLPlugin (InventoryTweaks-1.61-58.jar)
  IvToolkit (IvToolkit-1.3.3-1.10.jar)
  AdvancedRocketryPlugin (AdvancedRocketry-1.10.2-1.0.19.jar)
Contact their authors BEFORE contacting forge

// Ooh. Shiny.

Time: 9/22/18 8:47 PM
Description: There was a severe problem during mod loading that has caused the game to fail

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from ProjectRed Transportation (projectred-transportation)
Caused by: java.lang.NoClassDefFoundError: mrtjp/projectred/transportation/BasicPipePart
    at mrtjp.projectred.ProjectRedTransportation$.preInit(ProjectRedTransportation.scala:30)
    at mrtjp.projectred.ProjectRedTransportation.preInit(ProjectRedTransportation.scala)
    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.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:616)
    at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:243)
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221)
    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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:145)
    at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:624)
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:259)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:439)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
    at net.minecraft.client.main.Main.main(SourceFile:124)
    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)
Caused by: java.lang.ClassNotFoundException: mrtjp.projectred.transportation.BasicPipePart
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    ... 38 more
Caused by: java.lang.NoClassDefFoundError: mrtjp/projectred/transportation/AbstractNetPipe
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
    ... 40 more
Caused by: java.lang.ClassNotFoundException: mrtjp.projectred.transportation.AbstractNetPipe
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    ... 44 more


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

-- System Details --
Details:
    Minecraft Version: 1.10.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: 623472488 bytes (594 MB) / 2470445056 bytes (2356 MB) up to 2863661056 bytes (2731 MB)
    JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3072m -Xms256m -XX:PermSize=256m
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.32 Powered by Forge 12.18.3.2511 179 mods loaded, 178 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UCH    mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) 
    UCH    FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2511.jar) 
    UCH    Forge{12.18.3.2511} [Minecraft Forge] (forge-1.10.2-12.18.3.2511.jar) 
    UCH    AdvancedRocketryCore{1} [Advanced Rocketry] (minecraft.jar) 
    UCH    ivtoolkit{1.3.3-1.10} [IvToolkit] (minecraft.jar) 
    UCH    RenderPlayerAPI{1.1} [Render Player API] (minecraft.jar) 
    UCH    openmodscore{0.11.5} [OpenModsLib Core] (minecraft.jar) 
    UCH    ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.5.9.320-universal.jar) 
    UCH    securitycraft{v1.8.7} [SecurityCraft] ([1.10.2] SecurityCraft v1.8.7.jar) 
    UCH    actuallyadditions{1.10.2-r105} [Actually Additions] (ActuallyAdditions-1.10.2-r105.jar) 
    UCH    IC2{2.6.252-ex110} [IndustrialCraft 2] (industrialcraft-2-2.6.252-ex110.jar) 
    UCH    advanced_machines{60.0.4} [Advanced Machines] (Advanced Machines-60.0.4.jar) 
    UCH    advanced_solar_panels{4.0.4} [Advanced Solar Panels] (Advanced Solar Panels-4.0.4.jar) 
    UCH    libVulpes{0.1.19.} [libVulpes] (LibVulpes-1.10.2-0.1.19-universal.jar) 
    UCH    advancedRocketry{1.0.19} [Advanced Rocketry] (AdvancedRocketry-1.10.2-1.0.19.jar) 
    UCH    Baubles{1.3.13} [Baubles] (Baubles-1.10.2-1.3.13.jar) 
    UCH    Botania{r1.9-341} [Botania] (Botania r1.9-341.jar) 
    UCH    AkashicTome{1.0-5} [Akashic Tome] (AkashicTome-1.0-5.jar) 
    UCH    JEI{3.14.7.420} [Just Enough Items] (jei_1.10.2-3.14.7.420.jar) 
    UCH    appleskin{1.0.9} [AppleSkin] (AppleSkin-mc1.10.2-1.0.9.jar) 
    UCH    appletrees{V2} [Apple Trees] (AppleTrees-1.10.2-V2.jar) 
    UCH    architecturecraft{1.7.3} [ArchitectureCraft] (ArchitectureCraft-1.7.3-mc1.10.2.jar) 
    UCH    mdecore{1.10.2-1.5.1} [MattDahEpic Core] (mdecore-1.10.2-1.5.1.jar) 
    UCH    autooredictconv{1.10.2-1.1.2} [Auto Ore Dictionary Converter] (autooredictconv-1.10.2-1.1.2.jar) 
    UCH    Morphtool{1.0-12} [Morph-o-Tool] (Morph-o-Tool-1.0-12.jar) 
    UCH    Psi{r1.0-42} [Psi] (Psi-r1.0-42.jar) 
    UCH    Quark{r1.1-70} [Quark] (Quark-r1.1-70.jar) 
    UCH    AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar) 
    UCH    crafttweakerjei{1.0.1} [CraftTweaker JEI Support] (CraftTweaker-1.10.2-3.0.26.jar) 
    UCH    MineTweaker3{3.0.26} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.26.jar) 
    UCH    base{1.10.2-1.5.0} [B.A.S.E] (base-1.10.2-1.5.0.jar) 
    UCH    bdlib{1.12.4.25} [BD Lib] (bdlib-1.12.4.25-mc1.10.2.jar) 
    UCH    bedbugs{@VERSION@} [Bed Bugs] (BedBugs-1.10.2-1.1.6.jar) 
    UCH    hud{1.3.8} [Better HUD] (Better HUD by NukeDuck [1.9.4][1.3.8].jar) 
    UCH    BiblioCraft{2.2.5} [BiblioCraft] (BiblioCraft[v2.2.5][MC1.10.2].jar) 
    UCH    BiomesOPlenty{5.0.0.2236} [Biomes O' Plenty] (BiomesOPlenty-1.10.2-5.0.0.2236-universal.jar) 
    UCH    guideapi{@VERSION@} [Guide-API] (Guide-API-1.10.2-2.0.3-46.jar) 
    UCH    BloodMagic{1.10.2-2.1.11-80} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.10.2-2.1.11-80.jar) 
    UCH    CodeChickenLib{2.5.9.320} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.5.9.320-universal.jar) 
    UCH    brandonscore{2.1.14} [Brandon's Core] (BrandonsCore-1.10.2-2.1.14.137-universal.jar) 
    UCH    cdabm{1.0.4} [MrCrayfish's Dab Mod] (cdabm-1.0.4-mc1.10.2.jar) 
    UCH    cfm{4.1.2} [MrCrayfish's Furniture Mod] (cfm-4.1.2-mc1.10.2.jar) 
    UCH    Chameleon{1.10.2-2.3.0} [Chameleon] (Chameleon-1.10.2-2.3.0.jar) 
    UCH    CodeChickenCore{2.4.1.102} [CodeChicken Core] (CodeChickenCore-1.10.2-2.4.1.102-universal.jar) 
    UCH    ChickenChunks{2.2.0.52} [ChickenChunks] (ChickenChunks-1.10.2-2.2.0.52-universal.jar) 
    UCH    ctm{MC1.10.2-0.3.2.35} [CTM] (CTM-MC1.10.2-0.3.2.35.jar) 
    UCH    chisel{MC1.10.2-0.2.1.47} [Chisel] (Chisel-MC1.10.2-0.2.1.47.jar) 
    UCH    mcmultipart{1.4.0} [MCMultiPart] (MCMultiPart-1.4.0-universal.jar) 
    UCH    chiselsandbits{12.18} [Chisels & Bits] (chiselsandbits-12.18.jar) 
    UCH    clienttweaks{1.1.16} [Client Tweaks] (ClientTweaks_1.10.2-1.1.16.jar) 
    UCH    clumps{1.0.5} [Clumps] (Clumps-1.0.5.jar) 
    UCH    endercore{1.10.2-0.4.1.66-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.66-beta.jar) 
    UCH    Waila{1.8.17-B31_1.10.2} [Waila] (Hwyla-1.8.17-B31_1.10.2.jar) 
    UCH    EnderIO{1.10.2-3.1.193} [Ender IO] (EnderIO-1.10.2-3.1.193.jar) 
    UCH    compatlayer{0.3.1} [compatlayer] (compatlayer-1.10-0.3.1.jar) 
    UCH    controlling{1.0.5} [Controlling] (Controlling-1.0.5.jar) 
    UCH    cookingforblockheads{4.2.45} [Cooking for Blockheads] (CookingForBlockheads_1.10.2-4.2.45.jar) 
    UCH    ctgui{1.0.0} [CT-GUI] (CraftTweaker-1.10.2-3.0.26.jar) 
    UCH    CustomBackgrounds{1.0} [Custom Backgrounds] (CustomBackgrounds-MC1.9.4-1.1.jar) 
    UCH    custommainmenu{2.0.5} [Custom Main Menu] (CustomMainMenu-MC1.10.2-2.0.5.jar) 
    UCH    customnpcs{1.10.2} [CustomNPCs] (CustomNPCs_1.10.2(21jul17).jar) 
    UCH    cyberware{beta-0.2.10} [Cyberware] (cyberware-1.9.4-1.10.2-beta-0.2.10.jar) 
    UCH    PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.5.2_1.10.2.jar) 
    UCH    props{2.5.2} [Decocraft] (Decocraft-2.5.2_1.10.2.jar) 
    UCH    extrautils2{1.0} [Extra Utilities 2] (extrautils2-1.10.2-1.9.3.jar) 
    UCH    forestry{5.2.17.388} [Forestry] (forestry_1.10.2-5.2.17.388.jar) 
    UCH    eleccore{1.7.431} [ElecCore] (ElecCore-1.10.2-1.7.431.jar) 
    UCH    mcjtylib_ng{2.5.3} [McJtyLib] (mcjtylib-1.1x-2.5.3.jar) 
    UCH    deepresonance{1.4.9} [DeepResonance] (deepresonance-1.1x-1.4.9.jar) 
    UCH    draconicevolution{2.1.8} [Draconic Evolution] (Draconic-Evolution-1.10.2-2.1.8.273-universal.jar) 
    UCH    StorageDrawers{1.10.2-3.7.10} [Storage Drawers] (StorageDrawers-1.10.2-3.7.10.jar) 
    UCH    bitdrawers{0.36} [Drawers & Bits] (DrawersBits-1.10.2-0.36.jar) 
    UCH    endercompass{1.2.3.2} [Ender Compass] (EnderCompass-1.9.x-1.2.3.2.jar) 
    UCH    EnderStorage{2.2.1.106} [EnderStorage] (EnderStorage-1.10.2-2.2.1.106-universal.jar) 
    UCH    enderutilities{0.7.4} [Ender Utilities] (enderutilities-1.10.2-0.7.4.jar) 
    UCH    EnderZoo{1.10-1.2.3.44} [Ender Zoo] (EnderZoo-1.10-1.2.3.44.jar) 
    UCH    valkyrielib{1.10.2-0.10.6} [Valkyrie Lib] (valkyrielib-1.10.2-0.10.6.jar) 
    UCH    environmentaltech{1.10.2-0.10.6b} [Environmental Tech] (environmentaltech-1.10.2-0.10.6b.jar) 
    UCH    exchangeorb{1.10.2-1.2} [Exchange Orb] (exchangeorb-1.10.2-1.2.jar) 
    UCH    ExtraBitManipulation{1.10.2-2.6.0} [Extra Bit Manipulation] (ExtraBitManipulation-1.10.2-2.6.0.jar) 
    UCH    fastleafdecay{v11} [Fast Leaf Decay] (FastLeafDecay-v11.jar) 
    UCH    reborncore{2.13.6.142} [RebornCore] (RebornCore-1.10.2-2.13.6.142-universal.jar) 
    UCH    reborncore-mcmultipart{2.13.6.142} [reborncore-MCMultiPart] (RebornCore-1.10.2-2.13.6.142-universal.jar) 
    UCH    fluxedredstone{@MODVERSION@} [FluxedRedstone] (FluxedRedstone-2.5.0.51.jar) 
    UCE    forgelin{1.7.4} [Shadowfacts' Forgelin] (Forgelin-1.7.4.jar) 
    UCH    forgemultipartcbe{2.0.0.38} [Forge Multipart CBE] (ForgeMultipart-1.10.2-2.0.0.38-universal.jar) 
    UCH    microblockcbe{2.0.0.38} [Forge Microblocks] (ForgeMultipart-1.10.2-2.0.0.38-universal.jar) 
    UCH    minecraftmultipartcbe{2.0.0.38} [Minecraft Multipart Plugin] (ForgeMultipart-1.10.2-2.0.0.38-universal.jar) 
    UCH    ftbachievements{1.0.0} [FTB Achievements] (FTB-Achievements-1.1.1.151-universal.jar) 
    UCH    ftbl{0.0.0} [FTBLib] (FTBLib-1.1x-3.6.5.jar) 
    UCH    ftbtweaks{2.0.0} [FTB Tweaks] (FTBTweaks-2.0.0.jar) 
    UCH    ftbu{0.0.0} [FTBUtilities] (FTBUtilities-1.1x-3.6.5.jar) 
    UCH    limelib{1.3.5} [LimeLib] (limelib-1.10.2-1.3.5.jar) 
    UCH    furnus{1.92} [Furnus] (furnus-1.10.2-1.92.jar) 
    UCH    gearswap{1.4.1} [Gear Swapper] (gearswap-1.1x-1.4.1.jar) 
    UCH    gendustry{1.6.5.32} [GenDustry] (gendustry-1.6.5.32-mc1.10.2.jar) 
    UCH    pressure{1.3.1.27} [Pressure Pipes] (pressure-1.3.1.27-mc1.10.2.jar) 
    UCH    advgenerators{0.9.20.23} [Advanced Generators] (generators-0.9.20.23-mc1.10.2.jar) 
    UCH    gravisuite{3.0.1} [Gravitation Suite] (Gravitation Suite-3.0.1.jar) 
    UCH    mantle{1.10.2-1.1.5.205} [Mantle] (Mantle-1.10.2-1.1.5.jar) 
    UCH    tconstruct{1.10.2-2.6.5.10} [Tinkers' Construct] (TConstruct-1.10.2-2.6.5.jar) 
    UCH    immersiveengineering{0.10-61} [Immersive Engineering] (ImmersiveEngineering-0.10-61.jar) 
    UCH    immersivepetroleum{1.1.3} [Immersive Petroleum] (immersivepetroleum-1.10.2-1.1.3.jar) 
    UCH    inventorytweaks{1.61-58-a1fd884} [Inventory Tweaks] (InventoryTweaks-1.61-58.jar) 
    UCH    ironbackpacks{1.10.2-2.2.33} [Iron Backpacks] (IronBackpacks-1.10.2-2.2.33.jar) 
    UCH    ironchest{1.10.2-7.0.15.804} [Iron Chest] (ironchest-1.10.2-7.0.15.804.jar) 
    UCH    JEFB{1.0.4} [Just Enough Forestry Bees] (jefb_1.10.2-1.0.4.jar) 
    UCH    jehc{1.2.2} [Just Enough HarvestCraft] (jehc-1.10.2-1.2.2.jar) 
    UCH    jeibees{0.9.0.5} [JEI Bees] (jeibees-0.9.0.5-mc1.10.2.jar) 
    UCH    journeymap{1.10.2-5.5.2} [JourneyMap] (journeymap-1.10.2-5.5.2.jar) 
    UCH    justenoughbuttons{1.10.2-1.8.3} [Just Enough Buttons] (justenoughbuttons-1.10.2-1.8.3.jar) 
    UCH    jeresources{0.5.8.98} [Just Enough Resources] (JustEnoughResources-1.10.2-0.5.8.98.jar) 
    UCE    librarianlib{1.10.1} [LibrarianLib] (librarianlib-1.10.1.jar) 
    UCH    llor{1.1.1-mc[1.9-1.11]} [Light Level Overlay Reloaded] (LLOverlayReloaded-1.1.1-mc[1.9-1.11].jar) 
    UCH    LunatriusCore{1.1.2.38} [LunatriusCore] (LunatriusCore-1.10.2-1.1.2.38-universal.jar) 
    UCH    malisiscore{1.10.2-4.4.0} [MalisisCore] (malisiscore-1.10.2-4.4.0.jar) 
    UCH    malisisblocks{1.10.2-4.2.0} [Malisis Blocks] (malisisblocks-1.10.2-4.2.0.jar) 
    UCH    malisisdoors{1.10.2-5.2.0} [MalisisDoors] (malisisdoors-1.10.2-5.2.0.jar) 
    UCH    Mekanism{9.2.4} [Mekanism] (Mekanism-1.10.2-9.2.4.103.jar) 
    UCH    MekanismGenerators{9.2.4} [MekanismGenerators] (MekanismGenerators-1.10.2-9.2.4.103.jar) 
    UCH    mts{11.1.1} [Minecraft Transport Simulator] (Minecraft Transport Simulator-1.10.2-11.1.1.jar) 
    UCH    minemenu{1.4.5} [MineMenu] (MineMenu-1.10.2-1.4.5-universal.jar) 
    UCH    mtrm{1.2.1.26} [MineTweakerRecipeMaker] (MineTweakerRecipeMaker-1.10.2-1.2.1.26.jar) 
    UCH    ModNameTooltip{1.6.0} [Mod Name Tooltip] (modnametooltip_1.10.2-1.6.0.jar) 
    UCH    mtlib{@VERSION@} [MTLib] (MTLib-1.0.3.jar) 
    UCH    modtweaker{2.0.13} [Mod Tweaker] (ModTweaker2-2.0.13.jar) 
    UCH    railcraft{10.3.1} [Railcraft] (Railcraft_1.10.2-10.3.1.jar) 
    UCH    morebees{1.10.2-1.4.1.1} [More Bees] (morebees-1.10.2-1.4.1.1.jar) 
    UCH    Morpheus{1.10.2-3.1.13} [Morpheus] (Morpheus-1.10.2-3.1.13.jar) 
    UCH    MrTJPCoreMod{2.0.1.20} [MrTJPCore] (MrTJPCore-1.10.2-2.0.1.20-universal.jar) 
    UCH    mtsofficialpack{6.0.0} [MTS Official Vehicle Pack] (MTS_Official_Pack_V06.jar) 
    UCH    natura{1.10.2-4.1.0.82} [Natura] (natura-1.10.2-4.1.0.82.jar) 
    UCE    botanicaladdons{1.10} [Natural Pledge] (NaturalPledge-r1.11.jar) 
    UCH    Neat{1.3-12} [Neat] (Neat 1.3-12.jar) 
    UCH    nethercore{1.10.2-2.0.3} [Nether Core] (nethercore-1.10.2-2.0.3.jar) 
    UCH    netherportalfix{1.0} [NetherPortalFix] (NetherPortalFix_1.10.2-3.3.7.jar) 
    UCH    nice{0.1.0} [Nice] (nice-0.1.0.jar) 
    UCH    notenoughwands{1.5.5} [Not Enough Wands] (notenoughwands-1.1x-1.5.5.jar) 
    UCH    omlib{3.0.0-137} [OMLib] (omlib-1.10.2-3.0.0-137.jar) 
    UCH    ompd{3.0.0-29} [Open Modular Passive Defense] (ompd-1.10.2-3.0.0-29.jar) 
    UCH    openmods{0.11.5} [OpenModsLib] (OpenModsLib-1.10.2-0.11.5.jar) 
    UCH    openblocks{1.7.6} [OpenBlocks] (OpenBlocks-1.10.2-1.7.6.jar) 
    UCH    optionsync{1.10.2-r1} [OptionSync] (OptionSync-1.10.2-r1.jar) 
    UCH    oreexcavation{1.2.127} [OreExcavation] (OreExcavation-1.2.127.jar) 
    UCH    oretweaker{1.0.2-1.10.2} [Ore Tweaker] (OreTweaker-1.0.2-1.10.2.jar) 
    UCH    p455w0rdslib{1.0.35} [p455w0rd's Library] (p455w0rdslib-1.10.2-1.0.35.jar) 
    UCH    clayspawn{1.9.4-1.10.2a} [Pam's Clay Spawn] (Pam's Clay Spawn 1.9.4-1.10.2a.jar) 
    UCH    harvestcraft{1.10.2j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.10.2j.jar) 
    UCH    pamscookables{1.0} [Pam's Cookables] (pamscookables-1.10.2_1.0.0.jar) 
    UCH    progressiveautomation{1.7.4} [Progressive Automation] (ProgressiveAutomation-1.10.2-1.7.4.jar) 
    UCH    projectred-core{4.8.4.49} [ProjectRed Core] (ProjectRed-1.10.2-4.8.4.49-Base.jar) 
    UCH    projectred-illumination{4.8.4.49} [ProjectRed Illumination] (ProjectRed-1.10.2-4.8.4.49-lighting.jar) 
    UCH    projectred-expansion{4.8.4.49} [ProjectRed Expansion] (ProjectRed-1.10.2-4.8.4.49-mechanical.jar) 
    UCE    projectred-transportation{4.8.4.49} [ProjectRed Transportation] (ProjectRed-1.10.2-4.8.4.49-mechanical.jar) 
    UCH    psionup{15.1} [PSIonic Upgrades] (PSIonicUpgrades-r1.15.jar) 
    UCH    refinedstorage{1.2.26} [Refined Storage] (refinedstorage-1.2.26.jar) 
    UCH    ResourceLoader{1.5.1} [Resource Loader] (ResourceLoader-MC1.9.4-1.5.1.jar) 
    UCH    rftools{7.16} [RFTools] (rftools-1.1x-7.16.jar) 
    UCH    rftoolscontrol{1.7.0} [RFTools Control] (rftoolsctrl-1.1x-1.7.0.jar) 
    UCH    rftoolsdim{5.05} [RFTools Dimensions] (rftoolsdim-1.1x-5.05.jar) 
    UCH    simplequarry{1.10.2_1.0.2} [Simple Quarry] (SimpleQuarry-1.10.2_1.0.2.jar) 
    UCH    simplyjetpacks{2.1.3.55} [Simply Jetpacks 2] (SimplyJetpacks2-1.10.2-2.1.3.55.jar) 
    UCH    Stackie{1.6.0.44} [Stackie] (Stackie-1.10.2-1.6.0.44-universal.jar) 
    UCH    stevescarts{2.2.0.86} [Steve's Carts 2] (StevesCarts-1.10.2-2.2.0.86.jar) 
    UCH    storagedrawersextra{1.10-1.1.0} [Storage Drawers Extras] (StorageDrawersExtras-1.10-1.1.0.jar) 
    UCH    subcommonlib{1.1.3.0} [Subaraki's Common Library] (sublib-1.10.2-1.1.3.0.jar) 
    UCH    telepacks{1.10.2-1.0} [TelePacks] (telepacks-1.10.2-1.0.jar) 
    UCH    telepads{1.10.2 v1.0.1.3} [Telepads] (telepads-1.10.2-1.0.1.3.jar) 
    UCH    tinker_io{release 2.4.4b} [Tinker I/O] (tinker_io-1.10.2-release 2.4.4b.jar) 
    UCH    tinkertoolleveling{1.10.2-1.0.1.DEV.f5def58} [Tinkers Tool Leveling] (TinkerToolLeveling-1.10.2-1.0.1.jar) 
    UCH    tombmanygraves{1.10.2-2.1.16} [Tomb Many Graves] (TombManyGraves-1.10.2-2.1.16.jar) 
    UCH    Translocator{2.1.4.55} [Translocator] (Translocators-1.10.2-2.1.4.55-universal.jar) 
    UCH    TTLBowAddon{1.0.0} [Tinkers Tool Leveling Bow addon] (TTLBowAddon-1.10.2-1.0.0.jar) 
    UCH    icse{1.1.0.0} [I Can See Everything] (Wawla-1.10.2-2.3.2.215.jar) 
    UCH    wawla{2.3.2.215} [What Are We Looking At] (Wawla-1.10.2-2.3.2.215.jar) 
    UCH    wcg{1.0.0} [Wireless Crafting Grid] (WirelessCraftingGrid-1.10.2-1.0.0.jar) 
    UCH    wmatm{1.10.X-1.1.5.2} [WMATM Vehicles] (wmatm - 1.1.5.2 (1.10.X).jar) 
    UCH    librarianliblate{1.10.1} [LibrarianLib Stage 2] (librarianlib-1.10.1.jar) 
    UD    mdecore-core{1.0} [MDE Core - ASM Tweaks] (minecraft.jar) 
    Loaded coremods (and transformers): 
CorePlugin (MrTJPCore-1.10.2-2.0.1.20-universal.jar)
  
SimpleCore (SimpleQuarry-1.10.2_1.0.2.jar)
  com.mrdimka.simplequarry.core.SimpleClassTransformer
RenderPlayerAPIPlugin (RenderPlayerAPI-1.10.2-1.1.jar)
  api.player.forge.RenderPlayerAPITransformer
ForgelinPlugin (Forgelin-1.7.4.jar)
  
MalisisCorePlugin (malisiscore-1.10.2-4.4.0.jar)
  net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
  net.malisis.core.util.chunkblock.ChunkBlockTransformer
  net.malisis.core.renderer.transformer.MalisisRendererTransformer
  net.malisis.core.renderer.icon.asm.TextureMapTransformer
  net.malisis.core.util.clientnotif.ClientNotifTransformer
LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
  lumien.resourceloader.asm.ClassTransformer
EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
  com.enderio.core.common.transform.EnderCoreTransformer
MDECore-Core (mdecore-1.10.2-1.5.1.jar)
  com.mattdahepic.mdecore.asm.TickrateTransformer
CorePlugin (FluxedRedstone-2.5.0.51.jar)
  
Brandon's Core (BrandonsCore-1.10.2-2.1.14.137-universal.jar)
  com.brandon3055.brandonscore.asm.ClassTransformer
IC2core (industrialcraft-2-2.6.252-ex110.jar)
  
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.320-universal.jar)
  codechicken.lib.asm.ClassHeirachyManager
  codechicken.lib.asm.CCL_ASMTransformer
CTMCorePlugin (CTM-MC1.10.2-0.3.2.35.jar)
  team.chisel.ctm.client.asm.CTMTransformer
LoadingPlugin (Quark-r1.1-70.jar)
  vazkii.quark.base.asm.ClassTransformer
OpenModsCorePlugin (OpenModsLib-1.10.2-0.11.5.jar)
  openmods.core.OpenModsClassTransformer
RebornCoreASM (RebornCore-1.10.2-2.13.6.142-universal.jar)
  reborncore.mixin.transformer.MixinTransformer
FMLPlugin (InventoryTweaks-1.61-58.jar)
  invtweaks.forge.asm.ContainerTransformer
IvToolkit (IvToolkit-1.3.3-1.10.jar)
  
AdvancedRocketryPlugin (AdvancedRocketry-1.10.2-1.0.19.jar)
  zmaster587.advancedRocketry.asm.ClassTransformer
    GL info: ' Vendor: 'Intel' Version: '4.3.0 - Build 20.19.15.4549' Renderer: 'Intel(R) HD Graphics'
    OpenModsLib class transformers: [pre_world_render_hook:FINISHED],[movement_callback:FINISHED],[player_damage_hook:FINISHED],[map_gen_fix:FINISHED],[player_render_hook:FINISHED],[horse_null_fix:FINISHED]
    Pulsar/tconstruct loaded Pulses: 
        - TinkerCommons (Enabled/Forced)
        - TinkerWorld (Enabled/Not Forced)
        - TinkerTools (Enabled/Not Forced)
        - TinkerHarvestTools (Enabled/Forced)
        - TinkerMeleeWeapons (Enabled/Forced)
        - TinkerRangedWeapons (Enabled/Forced)
        - TinkerModifiers (Enabled/Forced)
        - TinkerSmeltery (Enabled/Not Forced)
        - TinkerGadgets (Enabled/Not Forced)
        - TinkerOredict (Enabled/Forced)
        - TinkerIntegration (Enabled/Forced)
        - TinkerFluids (Enabled/Forced)
        - TinkerMaterials (Enabled/Forced)
        - TinkerModelRegister (Enabled/Forced)
        - chiselsandbitsIntegration (Enabled/Not Forced)
        - WailaIntegration (Enabled/Not Forced)

    Pulsar/natura loaded Pulses: 
        - NaturaCommons (Enabled/Forced)
        - NaturaOverworld (Enabled/Not Forced)
        - NaturaNether (Enabled/Not Forced)
        - NaturaDecorative (Enabled/Not Forced)
        - NaturaTools (Enabled/Not Forced)
        - NaturaEntities (Enabled/Not Forced)
        - NaturaOredict (Enabled/Forced)
        - NaturaWorld (Enabled/Not Forced)
        - WailaIntegration (Enabled/Not Forced)

    List of loaded APIs: 
        * actuallyadditionsapi (29) from ActuallyAdditions-1.10.2-r105.jar
        * Base|API (1.0.0) from base-1.10.2-1.5.0.jar
        * Baubles|API (1.3.1.3) from Baubles-1.10.2-1.3.13.jar
        * BloodMagic|API (@VERSION@) from BloodMagic-1.10.2-2.1.11-80.jar
        * BotaniaAPI (79) from AkashicTome-1.0-5.jar
        * botanicaladdonsAPI (1) from NaturalPledge-r1.11.jar
        * Chisel-API (0.0.1) from Chisel-MC1.10.2-0.2.1.47.jar
        * ChiselAPI|Carving (0.0.1) from Chisel-MC1.10.2-0.2.1.47.jar
        * ChiselsAndBitsAPI (12.10.0) from chiselsandbits-12.18.jar
        * CoFHAPI (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.6.jar
        * cofhapi (1.5.0) from ImmersiveEngineering-0.10-61.jar
        * CoFHAPI|core (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.6.jar
        * CoFHAPI|energy (1.8.9R1.2.0B1) from Mekanism-1.10.2-9.2.4.103.jar
        * cofhapi|energy (1.5.0) from BrandonsCore-1.10.2-2.1.14.137-universal.jar
        * CoFHAPI|inventory (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.6.jar
        * CoFHAPI|item (1.8.9R1.2.0B1) from Mekanism-1.10.2-9.2.4.103.jar
        * CoFHAPI|tileentity (1.8.9R1.2.0B1) from ProgressiveAutomation-1.10.2-1.7.4.jar
        * Core (0.1) from CustomNPCs_1.10.2(21jul17).jar
        * Core|Blocks (0.1) from CustomNPCs_1.10.2(21jul17).jar
        * Core|Constants (0.1) from CustomNPCs_1.10.2(21jul17).jar
        * Core|Entities (0.1) from CustomNPCs_1.10.2(21jul17).jar
        * Core|Entities|Data (0.1) from CustomNPCs_1.10.2(21jul17).jar
        * Core|Entities|Data|Role (0.1) from CustomNPCs_1.10.2(21jul17).jar
        * Core|Events (0.1) from CustomNPCs_1.10.2(21jul17).jar
        * Core|Handlers (0.1) from CustomNPCs_1.10.2(21jul17).jar
        * Core|Handlers|Data (0.1) from CustomNPCs_1.10.2(21jul17).jar
        * CSLib|API (0.3.0) from Decocraft-2.5.2_1.10.2.jar
        * ctm-api (0.1.0) from CTM-MC1.10.2-0.3.2.35.jar
        * ctm-api-models (0.1.0) from CTM-MC1.10.2-0.3.2.35.jar
        * ctm-api-textures (0.1.0) from CTM-MC1.10.2-0.3.2.35.jar
        * ctm-api-utils (0.1.0) from CTM-MC1.10.2-0.3.2.35.jar
        * DR-API (1.0.4-Beta) from deepresonance-1.1x-1.4.9.jar
        * DraconicEvolution|API (1.3) from Draconic-Evolution-1.10.2-2.1.8.273-universal.jar
        * ElecCoreAPI (1.0) from ElecCore-1.10.2-1.7.431.jar
        * ElecCore|Abilities (#API_VER#) from ElecCore-1.10.2-1.7.431.jar
        * EnderIOAPI (0.0.2) from EnderIO-1.10.2-3.1.193.jar
        * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.10.2-3.1.193.jar
        * EnderIOAPI|Teleport (0.0.2) from EnderIO-1.10.2-3.1.193.jar
        * EnderIOAPI|Tools (0.0.2) from EnderIO-1.10.2-3.1.193.jar
        * environmentaltech-api (1.10.2-0.10.6b) from environmentaltech-1.10.2-0.10.6b.jar
        * ForestryAPI|apiculture (5.0.0) from forestry_1.10.2-5.2.17.388.jar
        * ForestryAPI|arboriculture (4.2.1) from forestry_1.10.2-5.2.17.388.jar
        * ForestryAPI|circuits (3.1.0) from forestry_1.10.2-5.2.17.388.jar
        * ForestryAPI|climate (2.1.0) from forestry_1.10.2-5.2.17.388.jar
        * ForestryAPI|core (5.1.0) from forestry_1.10.2-5.2.17.388.jar
        * ForestryAPI|farming (2.1.0) from forestry_1.10.2-5.2.17.388.jar
        * ForestryAPI|food (1.1.0) from forestry_1.10.2-5.2.17.388.jar
        * ForestryAPI|fuels (3.0.0) from forestry_1.10.2-5.2.17.388.jar
        * ForestryAPI|genetics (4.7.1) from forestry_1.10.2-5.2.17.388.jar
        * ForestryAPI|greenhouse (5.2.0) from forestry_1.10.2-5.2.17.388.jar
        * ForestryAPI|hives (4.1.0) from forestry_1.10.2-5.2.17.388.jar
        * ForestryAPI|lepidopterology (1.3.0) from forestry_1.10.2-5.2.17.388.jar
        * ForestryAPI|mail (3.1.0) from forestry_1.10.2-5.2.17.388.jar
        * ForestryAPI|multiblock (3.0.0) from forestry_1.10.2-5.2.17.388.jar
        * ForestryAPI|recipes (5.4.0) from forestry_1.10.2-5.2.17.388.jar
        * ForestryAPI|storage (5.0.0) from forestry_1.10.2-5.2.17.388.jar
        * ForestryAPI|world (2.1.0) from forestry_1.10.2-5.2.17.388.jar
        * gendustryAPI (2.3.0) from gendustry-1.6.5.32-mc1.10.2.jar
        * Guide-API|API (1.10.2-2.0.3-46) from Guide-API-1.10.2-2.0.3-46.jar
        * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.10-61.jar
        * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.10-61.jar
        * IronBackpacks|API (0.5) from IronBackpacks-1.10.2-2.2.33.jar
        * jeresources|API (0.5.8.98) from JustEnoughResources-1.10.2-0.5.8.98.jar
        * journeymap|client-api (1.4) from journeymap-1.10.2-5.5.2.jar
        * journeymap|client-api-display (1.4) from journeymap-1.10.2-5.5.2.jar
        * journeymap|client-api-event (1.4) from journeymap-1.10.2-5.5.2.jar
        * journeymap|client-api-model (1.4) from journeymap-1.10.2-5.5.2.jar
        * journeymap|client-api-util (1.4) from journeymap-1.10.2-5.5.2.jar
        * JustEnoughItemsAPI (4.10.1) from jei_1.10.2-3.14.7.420.jar
        * MekanismAPI|core (9.0.0) from Mekanism-1.10.2-9.2.4.103.jar
        * MekanismAPI|energy (9.0.0) from Mekanism-1.10.2-9.2.4.103.jar
        * MekanismAPI|gas (9.0.0) from Mekanism-1.10.2-9.2.4.103.jar
        * MekanismAPI|infuse (9.0.0) from Mekanism-1.10.2-9.2.4.103.jar
        * MekanismAPI|laser (9.0.0) from Mekanism-1.10.2-9.2.4.103.jar
        * MekanismAPI|transmitter (9.0.0) from Mekanism-1.10.2-9.2.4.103.jar
        * MekanismAPI|util (9.0.0) from Mekanism-1.10.2-9.2.4.103.jar
        * openblocks|api (1.2) from OpenBlocks-1.10.2-1.7.6.jar
        * pressureAPI (1.3.1.27) from pressure-1.3.1.27-mc1.10.2.jar
        * ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.10.2-1.0.35.jar
        * PsiAPI (2) from Psi-r1.0-42.jar
        * PSIonicUpgradesAPI (1) from PSIonicUpgrades-r1.15.jar
        * railcraft:API|core (3.2.0) from Railcraft_1.10.2-10.3.1.jar
        * RailcraftAPI|bore (2.0.0) from Railcraft_1.10.2-10.3.1.jar
        * RailcraftAPI|carts (2.1.0) from Railcraft_1.10.2-10.3.1.jar
        * RailcraftAPI|charge (3.2.0) from Railcraft_1.10.2-10.3.1.jar
        * RailcraftAPI|crafting (2.0.0) from Railcraft_1.10.2-10.3.1.jar
        * RailcraftAPI|events (2.0.0) from Railcraft_1.10.2-10.3.1.jar
        * RailcraftAPI|fuel (2.0.0) from Railcraft_1.10.2-10.3.1.jar
        * RailcraftAPI|helpers (2.0.0) from Railcraft_1.10.2-10.3.1.jar
        * RailcraftAPI|items (2.4.0) from Railcraft_1.10.2-10.3.1.jar
        * RailcraftAPI|locomotive (2.0.0) from Railcraft_1.10.2-10.3.1.jar
        * RailcraftAPI|signals (4.0.0) from Railcraft_1.10.2-10.3.1.jar
        * RailcraftAPI|tracks (5.1.1) from Railcraft_1.10.2-10.3.1.jar
        * reborncoreAPI (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
        * reborncoreAPI|Fuel (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
        * reborncoreAPI|Power (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
        * reborncoreAPI|Recipe (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
        * reborncoreAPI|Tile (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
        * SecurityCraftAPI (1.2.2) from [1.10.2] SecurityCraft v1.8.7.jar
        * SimpleQuarry|API (1) from SimpleQuarry-1.10.2_1.0.2.jar
        * stevescartsAPI (2.2.0.86) from StevesCarts-1.10.2-2.2.0.86.jar
        * stevescartsAPI|FARMS (2.2.0.86) from StevesCarts-1.10.2-2.2.0.86.jar
        * StorageDrawersAPI (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.10.jar
        * StorageDrawersAPI|config (1.7.10-1.2.0) from refinedstorage-1.2.26.jar
        * StorageDrawersAPI|event (1.7.10-1.2.0) from refinedstorage-1.2.26.jar
        * StorageDrawersAPI|inventory (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.10.jar
        * StorageDrawersAPI|pack (1.7.10-1.2.0) from refinedstorage-1.2.26.jar
        * StorageDrawersAPI|registry (1.7.10-1.2.0) from refinedstorage-1.2.26.jar
        * StorageDrawersAPI|render (1.7.10-1.2.0) from refinedstorage-1.2.26.jar
        * StorageDrawersAPI|storage (1.7.10-1.2.0) from refinedstorage-1.2.26.jar
        * StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from refinedstorage-1.2.26.jar
        * valkyrielib.api (1.10.2-0.10.6) from valkyrielib-1.10.2-0.10.6.jar
        * WailaAPI (1.3) from Hwyla-1.8.17-B31_1.10.2.jar
    CodeChickenLib Invalid Fingerprint Reports: 
    CodeChickenCore Invalid Fingerprint Reports: 
    ChickenChunks Invalid Fingerprint Reports: 
    EnderIO: Found the following problem(s) with your installation (That does NOT mean that Ender IO caused the crash or was involved in it in any way. We add this information to help finding common problems, not as an invitation to post any crash you encounter to Ender IO's issue tracker. Always check the stack trace above to see which mod is most likely failing.):
                  * The RF API that is being used (1.5.0 from (guessing) null) differes from that that is reported as being loaded (1.8.9R1.2.0B1 from Mekanism-1.10.2-9.2.4.103.jar).
                    It is a supported version, but that difference may lead to problems.
                 This may (look up the meaning of 'may' in the dictionary if you're not sure what it means) have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
    Detailed RF API diagnostics:
                  * RF API class 'EnergyStorage' is loaded from: jar:file:/C:/Users/tylov/Documents/Curse/Minecraft/Instances/Evolving%20Farming/mods/BrandonsCore-1.10.2-2.1.14.137-universal.jar!/cofh/api/energy/EnergyStorage.class
                  * RF API class 'IEnergyConnection' is loaded from: jar:file:/C:/Users/tylov/Documents/Curse/Minecraft/Instances/Evolving%20Farming/mods/BrandonsCore-1.10.2-2.1.14.137-universal.jar!/cofh/api/energy/IEnergyConnection.class
                  * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/C:/Users/tylov/Documents/Curse/Minecraft/Instances/Evolving%20Farming/mods/BrandonsCore-1.10.2-2.1.14.137-universal.jar!/cofh/api/energy/IEnergyContainerItem.class
                  * RF API class 'IEnergyHandler' is loaded from: jar:file:/C:/Users/tylov/Documents/Curse/Minecraft/Instances/Evolving%20Farming/mods/BrandonsCore-1.10.2-2.1.14.137-universal.jar!/cofh/api/energy/IEnergyHandler.class
                  * RF API class 'IEnergyProvider' is loaded from: jar:file:/C:/Users/tylov/Documents/Curse/Minecraft/Instances/Evolving%20Farming/mods/BrandonsCore-1.10.2-2.1.14.137-universal.jar!/cofh/api/energy/IEnergyProvider.class
                  * RF API class 'IEnergyReceiver' is loaded from: jar:file:/C:/Users/tylov/Documents/Curse/Minecraft/Instances/Evolving%20Farming/mods/BrandonsCore-1.10.2-2.1.14.137-universal.jar!/cofh/api/energy/IEnergyReceiver.class
                  * RF API class 'IEnergyStorage' is loaded from: jar:file:/C:/Users/tylov/Documents/Curse/Minecraft/Instances/Evolving%20Farming/mods/BrandonsCore-1.10.2-2.1.14.137-universal.jar!/cofh/api/energy/IEnergyStorage.class
                  * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/C:/Users/tylov/Documents/Curse/Minecraft/Instances/Evolving%20Farming/mods/BrandonsCore-1.10.2-2.1.14.137-universal.jar!/cofh/api/energy/ItemEnergyContainer.class
                  * RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/Users/tylov/Documents/Curse/Minecraft/Instances/Evolving%20Farming/mods/BrandonsCore-1.10.2-2.1.14.137-universal.jar!/cofh/api/energy/TileEnergyHandler.class
    Detailed Tesla API diagnostics:
                  * Tesla API class 'Tesla' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.Tesla)
                  * Tesla API class 'TeslaCapabilities' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.capability.TeslaCapabilities)
                  * Tesla API class 'ITeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaConsumer)
                  * Tesla API class 'ITeslaHolder' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaHolder)
                  * Tesla API class 'ITeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaProducer)
                  * Tesla API class 'BaseTeslaContainer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainer)
                  * Tesla API class 'BaseTeslaContainerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainerProvider)
                  * Tesla API class 'InfiniteTeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumer)
                  * Tesla API class 'InfiniteTeslaConsumerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumerProvider)
                  * Tesla API class 'InfiniteTeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducer)
                  * Tesla API class 'InfiniteTeslaProducerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducerProvider)

    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    !!!You are looking at the diagnostics information, not at the crash. Scroll up!!!
    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    EnderStorage Invalid Fingerprint Reports: 
    RebornCore: 
        Plugin Engine: 0
        RebornCore Version: 2.13.6.142
        Mixin Status: 1
        Runtime Debofucsation 1
        RenderEngine: 0
    Translocator Invalid Fingerprint Reports: 

Please help me, and I greatly appreciate any help or comment!

Cam

cuteeee-small.gif.802a3a1fe64d5d8f9f8ac804169dad56.gif

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

    • There are a few Forge specific mods that I would dearly love to use on my new server, but my friend whom I'm setting up the new server with has expressed concerns that Forge may break or change some core mechanics that might make some farms/contraptions/Redstone devices that work in Vanilla or Fabric not work in Forge. They have sent me a few links to some Twitch minecrafters that have commented that "Forge changes Redstone behavior" or "Certain farms are broken on Forge but not Vanilla", however, I've never experienced this myself, and haven't found or seen any actual examples of this being the case.  I've scoured Youtube and can't find anyone saying "This contraption doesn't work on Forge Ole777".  I spoke to a mod developer who mentioned that there may have been small bugs where this might have been the case in extremely complicated builds, but he is not of aware of this still being an issue or concern. And he mentioned that any instance where something might break would definitely be considered a bug and should be reported and it would/could be fixed, as Forge explicitly doesn't intend to change any vanilla behavior. It just seems much more rumor than fact that Forge might break things, and just wanted to see if anyone had any input. Thank you!
    • This is a costume block whit the shape of a zombie is not a full block its flamable when ignited  the flames just burn on top or by a aside  that dint seems right  // ########## ########## ########## ########## @Override public int getFlammability(BlockState state, BlockGetter level, BlockPos pos, Direction direction) {     return 300;//((FireBlock)Blocks.FIRE).getBurnOdds(state); //300 } it just seems like check to know if a fire block could despawn mi block    ########### i want mi block to look more like this      what could i use  i was thinking on something like onNeigbourgChange() check for nearby fire or lava blocks   then using the falling block entity spawn a fire block in the same position than mi dead body block  thanks for your readings             
    • LINK DAFTAR AKUN GACOR VVIP BAMBUHOKI88 LINK LOGIN RESMI BAMBUHOKI88 LINK KLAIM BONUS 100% BAMBUHOKI88 Bambuhoki88 Merupakan kumpulan pilihan link situs rekomendasi slot bank bri di tahun 2024 di rekomendasi oleh para slotter deposit bank bri di indonesia dengan tingkat peluang kemenangan tinggi untuk setiap bet mudah menang maxwin.
    • LINK DAFTAR AKUN GACOR VVIP BAMBUHOKI88 LINK LOGIN RESMI BAMBUHOKI88   LINK KLAIM BONUS 100% BAMBUHOKI88 BAMBUHOKI88 Merupakan Pilihan Terbaik Situs Slot Bank Bca Yang Gampang Menang Maxwin Dan Jackpot Besar Dengan Deposit Bank Bca Yang Online 24Jam Auto Dapat Wd Gede.  
    • So I've been trying to make an mob that can have multiple textures, and the mob has the Witch model, and I can put a texture on it but I don't know how to make it spawn with a random texture. I tried searching through mobs that have multiple textures like the fox, rabbit, and stuff but I wasn't able to find out how to do it and I kept getting errors when i tried compiling: error: method createKey in class net.minecraft.network.datasync.EntityDataManager cannot be applied to given types; private static final DataParameter<Integer> ALCHEMIST_TYPE = EntityDataManager.createKey(AlchemistEntity.class, DataSerializers.VARINT); ^ required: java.lang.Class<? extends net.minecraft.entity.Entity>,net.minecraft.network.datasync.IDataSerializer<T> found: java.lang.Class<net.newblocks.entity.AlchemistEntity>,net.minecraft.network.datasync.IDataSerializer<java.lang.Integer> reason: cannot infer type-variable(s) T (argument mismatch; java.lang.Class<net.newblocks.entity.AlchemistEntity> cannot be converted to java.lang.Class<? extends net.minecraft.entity.Entity>) 1 error   And sorry there isn't much info, this was the only error that appears when I tried to copy the same thing from one of those mobs with multiple textures (plus imports). I already tried searching on the site and didn't find much. I can provide more info if needed
  • Topics

×
×
  • Create New...

Important Information

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