Jump to content

Crashing after loading mods


Recommended Posts

Receiving this after mods load. Running Minecraft version 1.7.10-Forge10,13.4.1614-1.7.10 - Forge.

If any files are required, please tell me which ones and where to find them: This is my first time using Forge.

 

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

Time: 24/05/19 20:00
Description: Initializing game

java.lang.NullPointerException: Initializing game
    at net.minecraft.item.ItemStack.toString(ItemStack.java:371)
    at java.lang.String.valueOf(String.java:2982)
    at java.lang.StringBuilder.append(StringBuilder.java:131)
    at com.builtbroken.mc.lib.data.ItemStackMap.put(ItemStackMap.java:33)
    at com.builtbroken.mc.lib.data.ItemStackMap.put(ItemStackMap.java:12)
    at net.minecraft.item.crafting.FurnaceRecipes.func_151394_a(FurnaceRecipes.java:76)
    at cpw.mods.fml.common.registry.GameRegistry.addSmelting(GameRegistry.java:276)
    at com.shinoow.acintegration.ACIntegration.Init(ACIntegration.java:96)
    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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
    at sun.reflect.GeneratedMethodAccessor3.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 cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
    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 cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
    at net.minecraft.client.main.Main.main(SourceFile:148)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)


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

-- Head --
Stacktrace:
    at net.minecraft.item.ItemStack.toString(ItemStack.java:371)
    at java.lang.String.valueOf(String.java:2982)
    at java.lang.StringBuilder.append(StringBuilder.java:131)
    at com.builtbroken.mc.lib.data.ItemStackMap.put(ItemStackMap.java:33)
    at com.builtbroken.mc.lib.data.ItemStackMap.put(ItemStackMap.java:12)
    at net.minecraft.item.crafting.FurnaceRecipes.func_151394_a(FurnaceRecipes.java:76)
    at cpw.mods.fml.common.registry.GameRegistry.addSmelting(GameRegistry.java:276)
    at com.shinoow.acintegration.ACIntegration.Init(ACIntegration.java:96)
    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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
    at sun.reflect.GeneratedMethodAccessor3.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 cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
    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 cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.main.Main.main(SourceFile:148)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
    Minecraft Version: 1.7.10
    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: 184650312 bytes (176 MB) / 1644167168 bytes (1568 MB) up to 2147483648 bytes (2048 MB)
    JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 221 mods loaded, 215 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UCHI    mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) 
    UCHI    FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar) 
    UCHI    Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar) 
    UCHI    AM2-Preloader{0.0.3} [AMCore] (minecraft.jar) 
    UCHI    appliedenergistics2-core{rv3-beta-1} [Applied Energistics 2 Core] (minecraft.jar) 
    UCHI    Aroma1997Core{1.0.2.16} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.16.jar) 
    UCHI    CartFixes{0.1.0} [Steve's Cart Fixes] (minecraft.jar) 
    UCHI    CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar) 
    UCHI    ivtoolkit{1.2.1} [IvToolkit] (minecraft.jar) 
    UCHI    Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) 
    UCHI    NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar) 
    UCHI    PlayerAPI{1.4} [Player API] (minecraft.jar) 
    UCHI    ThE-core{1.0.0.1} [Thaumic Energistics Core] (minecraft.jar) 
    UCHI    ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar) 
    UCHI    voltzenginepreloader{0.0.1} [Voltz Engine Preloader] (minecraft.jar) 
    UCHI    ChocoPatcher{1.1} [Choco Patcher] (minecraft.jar) 
    UCHI    <CoFH ASM>{000} [CoFH ASM] (minecraft.jar) 
    UCHI    mod_ThreadedLighting{1.7.10-1.0} [Threaded Lighting] (minecraft.jar) 
    UCHI    cuchaz.ships.core{1.7.10-1.0.3} [Ships Mod Core] (minecraft.jar) 
    UCHI    FastCraft{1.25} [FastCraft] (fastcraft-1.25.jar) 
    UCHI    gilded-games-util{1.7.10-1.2} [Gilded Games Utility] (gilded-games-util-1.7.10-1.9.jar) 
    UCHI    AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar) 
    UCHI    arsmagica2{1.4.0.009} [Ars Magica 2] (1.7.10_AM2-1.4.0.009 (1).jar) 
    UCHI    securitycraft{v1.8.2.2} [SecurityCraft] ([1.7.10] SecurityCraft v1.8.2.2.jar) 
    UCHI    DamageIndicatorsMod{3.3.2} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.3.2.jar) 
    UCHI    bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar) 
    UCHI    Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4.jar) 
    UCHI    abyssalcraft{1.9.1.3} [AbyssalCraft] (AbyssalCraft-1.7.10-1.9.1.3-FINAL.jar) 
    UCHI    Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar) 
    UCHI    Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar) 
    UCHE    acintegration{1.4.7} [AbyssalCraft Integration] (AbyssalCraft+Integration-1.7.10-1.4.7.jar) 
    UCHI    IC2{2.2.827-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.827-experimental.jar) 
    UCHI    AdvancedMachines{1.1.6} [IC2 Advanced Machines Addon] (AdvancedMachinesAS-1.7.10.jar) 
    UCHI    appliedenergistics2{rv3-beta-1} [Applied Energistics 2] (appliedenergistics2-rv3-beta-1.jar) 
    UCHI    bdlib{1.9.4.109} [BD Lib] (bdlib-1.9.4.109-mc1.7.10.jar) 
    UCHI    ae2stuff{0.5.1.9} [AE2 Stuff] (ae2stuff-rv3-0.5.1.9-mc1.7.10.jar) 
    UCHI    aether{1.7.10-1.6} [Aether II] (aether-1.7.10-1.6.jar) 
    UCHI    CoFHCore{1.7.10R3.1.4} [CoFH Core] (CoFHCore-[1.7.10]3.1.4-329.jar) 
    UCHI    BuildCraft|Core{7.1.23} [BuildCraft] (buildcraft-7.1.23.jar) 
    UCHI    Railcraft{9.12.2.0} [Railcraft] (Railcraft_1.7.10-9.12.2.0.jar) 
    UCHI    ThermalFoundation{1.7.10R1.2.6} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.6-118.jar) 
    UCHI    ImmersiveEngineering{0.7.7} [Immersive Engineering] (ImmersiveEngineering-0.7.7.jar) 
    UCHI    arcane_engineering{0.2.7} [Arcane Engineering] (arcane_engineering-0.2.7.jar) 
    UCHI    Aroma1997CoreHelper{1.0.2.16} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.16.jar) 
    UCHI    Aroma1997sDimension{1.0} [Aroma1997's Dimensional World] (Aroma1997s-Dimensional-World-1.7.10-1.1.0.1.jar) 
    UCHI    AromaBackup{0.1.0.0} [AromaBackup] (AromaBackup-1.7.10-0.1.0.0.jar) 
    UCHI    AromaBackupRecovery{1.0} [AromaBackup Recovery] (AromaBackup-1.7.10-0.1.0.0.jar) 
    UCHI    asielib{0.4.8} [asielib] (AsieLib-1.7.10-0.4.8.jar) 
    UCHI    atomicscience{@MC@-3.0.4.20180601224130} [Atomic Science] (Atomic-Science-1.7.10-3.0.4b20180601224158.jar) 
    UCHI    Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar) 
    UCHI    BiblioCraft{1.11.7} [BiblioCraft] (BiblioCraft[v1.11.7][MC1.7.10].jar) 
    UCHI    Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar) 
    UCHI    Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar) 
    UCHI    BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.2308-universal.jar) 
    UCHI    BiblioWoodsBoP{1.9} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.9].jar) 
    UCHI    BiblioWoodsNatura{1.5} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.5].jar) 
    UCHI    ThermalExpansion{1.7.10R4.1.5} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.5-248.jar) 
    UCHI    BigReactors{0.4.3A} [Big Reactors] (BigReactors-0.4.3A.jar) 
    UCHI    HardcoreEnderExpansion{1.8.6} [Hardcore Ender Expansion] (HardcoreEnderExpansion  MC-1.7.10  v1.8.6.jar) 
    UCHI    Forestry{4.2.16.64} [Forestry for Minecraft] (forestry_1.7.10-4.2.16.64.jar) 
    UCHI    BinnieCore{2.0.22.7} [Binnie Core] (binnie-mods-1.7.10-2.0.22.7.jar) 
    UCHI    Botany{2.0.22.7} [Botany] (binnie-mods-1.7.10-2.0.22.7.jar) 
    UCHI    ExtraTrees{2.0.22.7} [Extra Trees] (binnie-mods-1.7.10-2.0.22.7.jar) 
    UCHI    Genetics{2.0.22.7} [Genetics] (binnie-mods-1.7.10-2.0.22.7.jar) 
    UCHI    ExtraBees{2.0.22.7} [Extra Bees] (binnie-mods-1.7.10-2.0.22.7.jar) 
    UCHI    bookshelf{1.0.4.187} [Bookshelf] (Bookshelf-1.7.10-1.0.4.187.jar) 
    UCHI    BrandonsCore{1.0.0.12} [Brandon's Core] (BrandonsCore-1.0.0.12.jar) 
    UCHI    BuildCraft|Transport{7.1.23} [BC Transport] (buildcraft-7.1.23.jar) 
    UCHI    BuildCraft|Factory{7.1.23} [BC Factory] (buildcraft-7.1.23.jar) 
    UCHI    BuildCraft|Silicon{7.1.23} [BC Silicon] (buildcraft-7.1.23.jar) 
    UCHI    BuildCraft|Robotics{7.1.23} [BC Robotics] (buildcraft-7.1.23.jar) 
    UCHI    BuildCraft|Energy{7.1.23} [BC Energy] (buildcraft-7.1.23.jar) 
    UCHI    BuildCraft|Builders{7.1.23} [BC Builders] (buildcraft-7.1.23.jar) 
    UCHI    BuildCraft|Compat{7.1.7} [BuildCraft Compat] (buildcraft-compat-7.1.7.jar) 
    UCHI    CarpentersBlocks{3.3.8.1} [Carpenter's Blocks] (Carpenter's Blocks v3.3.8.1 - MC 1.7.10.jar) 
    UCHI    ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar) 
    UCHI    colorchat{1.7.2-0.1.0} [ColorChat] (colorchat-1.7.10-0.1.0-22.jar) 
    UCHI    CompactSolars{4.4.41.316} [Compact Solar Arrays] (CompactSolars-1.7.10-4.4.41.316-universal.jar) 
    UCHI    ComputerCraft{1.75} [ComputerCraft] (ComputerCraft1.75.jar) 
    UCHI    endercore{1.7.10-0.2.0.39_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.39_beta.jar) 
    UCHI    MineFactoryReloaded{1.7.10R2.8.1} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) 
    UCHI    Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar) 
    UCHI    EnderIO{1.7.10-2.3.0.429_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.429_beta.jar) 
    UCHI    ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar) 
    UCHI    MrTJPCoreMod{1.1.0.33} [MrTJPCore] (MrTJPCore-1.7.10-1.1.0.33-universal.jar) 
    UCHI    ProjRed|Core{4.7.0pre12.95} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre12.95-Base.jar) 
    UCHI    EE3{0.3.0.547} [Equivalent Exchange 3] (EquivalentExchange3-1.7.10-0.3.0.547.jar) 
    UCHI    ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar) 
    UCHI    tc{4.4.1_020} [Traincraft] (Traincraft-4.4.1_020.jar) 
    UCHI    TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar) 
    UCHI    GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.504.jar) 
    UCHI    Mekanism{9.1.1} [Mekanism] (Mekanism-1.7.10-9.1.1-clienthax.jar) 
    UCHI    computronics{1.6.5} [Computronics] (Computronics-1.7.10-1.6.5.jar) 
    UCHI    crashlogadditions{1.1} [Crash Log Additions] (CrashLogAdditions-1.7.10-1.1.jar) 
    UCHI    D3Core{1.1.2.41} [D3Core] (D3Core-1.7.10-1.1.2.41.jar) 
    UCHI    D3Commands{1.2.1.34} [D3Commands] (D3Commands-1.7.10-1.2.1.34.jar) 
    UCHI    deathquotes{1.0.1} [Death Quotes] (DeathQuotes-1.2.0-mc1.7.10-forge.jar) 
    UCHI    DefenseTech{1.0.1} [DefenseTech] (DefenseTech-1.7.10-1.0.1.46.jar) 
    UCHI    doge{0.5.3} [Doge] (DogeMod-[1.7.10]-0.5.3.jar) 
    UCHI    doggytalents{1.14.2.317} [Doggy Talents] (DoggyTalents-1.7.10-1.14.2.317-universal.jar) 
    UCHI    DraconicEvolution{1.0.2h} [Draconic Evolution] (Draconic-Evolution-1.7.10-1.0.2h.jar) 
    UCHI    dsurround{1.0.5.12} [Dynamic Surroundings] (DynamicSurroundings-1.7.10-1.0.5.12.jar) 
    UCHI    eplus{4.0.0..73} [Enchanting Plus] (EnchantingPlus-1.7.10-4.0.0.74.jar) 
    UCHI    EnderStorage{1.4.7.38} [EnderStorage] (EnderStorage-1.7.10-1.4.7.38-universal.jar) 
    UCHI    EnderTech{1.7.10-0.3.2.405} [EnderTech] (EnderTech-1.7.10-0.3.2.405.jar) 
    UCHI    extracells{2.3.14} [Extra Cells 2] (ExtraCells-1.7.10-2.3.14b200.jar) 
    UCHI    GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.504.jar) 
    UCHI    ExtraPlanets{1.7.10-2.0.7} [Extra Planets] (ExtraPlanets-1.7.10-2.0.7.jar) 
    UCHI    fastleafdecay{1.4} [Fast Leaf Decay] (FastLeafDecay-1.7.10-1.4.jar) 
    UCHI    FissionWarfare{1.1.0} [Fission Warfare] (FissionWarfare-1.1.0.jar) 
    UCHI    flansmod{4.10.0} [Flan's Mod] (Flans Mod-1.7.10-4.10.0.jar) 
    UCHI    ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-542.jar) 
    UCHI    ForbiddenMagic{1.7.10-0.575} [Forbidden Magic] (Forbidden Magic-1.7.10-0.575.jar) 
    UCHI    FTBL{1.0.18.2} [FTBLib] (FTBLib-1.7.10-1.0.18.3.jar) 
    UCHI    FTBU{1.0.18.2} [FTBUtilities] (FTBUtilities-1.7.10-1.0.18.3.jar) 
    UCHI    funkylocomotion{1.0} [Funky Locomotion] (funky-locomotion-1.7.10-beta-7.jar) 
    UCHI    RedstoneArsenal{1.7.10R1.1.2} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.2-92.jar) 
    UCHI    MagicBees{2.4.4} [Magic Bees] (magicbees-1.7.10-2.4.4.jar) 
    UCHI    gendustry{1.6.4.135} [GenDustry] (gendustry-1.6.4.135-mc1.7.10.jar) 
    UCHI    GraviSuite{1.7.10-2.0.3} [Graviation Suite] (GraviSuite-1.7.10-2.0.3.jar) 
    UCHI    guideapi{1.7.10-1.0.1-20} [Guide-API] (Guide-API-1.7.10-1.0.1-20.jar) 
    UCHI    iChunUtil{4.2.3} [iChunUtil] (iChunUtil-4.2.3.jar) 
    UCHI    Hats{4.0.1} [Hats] (Hats-4.0.1.jar) 
    UCHI    HatStand{4.0.0} [HatStand] (HatStand-4.0.0.jar) 
    UCHI    HelpFixer{1.0.7} [HelpFixer] (HelpFixer-1.0.7.jar) 
    UCHI    HardcoreQuesting{4.4.4} [Hardcore Questing Mode] (HQM-The Journey-4.4.4.jar) 
    UCHI    IC2NuclearControl{2.4.3a} [Nuclear Control 2] (IC2NuclearControl-2.4.3a.jar) 
    UCHI    inpure|core{1.7.10R1.0.0B9} [INpureCore] (INpureCore-[1.7.10]1.0.0B9-62.jar) 
    UCHI    IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar) 
    UCHI    JABBA{1.2.2} [JABBA] (Jabba-1.2.2_1.7.10.jar) 
    UCHI    jexclusives{1.0.1} [Jon's Exclusives] (JonsExclusives[v1.0.1][MC1.7.10].jar) 
    UCHI    llibrary{1.5.1} [LLibrary] (llibrary-1.5.1-1.7.10.jar) 
    UCHI    jurassicraft{1.5.0} [JurassiCraft] (JurassiCraft-1.4.0.jar) 
    UCHI    locks{1.0.0} [Locks] (Locks-1.0.0.jar) 
    UCHI    LogisticsPipes{0.9.3.132} [Logistics Pipes] (logisticspipes-0.9.3.132.jar) 
    UCHI    magicalcrops{4.0.0_PUBLIC_BETA_4b} [Magical Crops: Core] (magicalcrops-4.0.0_PUBLIC_BETA_5.jar) 
    UCHI    magicalcropsarmour{4.0.0_PUBLIC_BETA_4} [Magical Crops: Armoury] (magicalcropsarmoury-4.0.0_PUBLIC_BETA_4.jar) 
    UCHI    magicalcropsdeco{4.0.0_PUBLIC_BETA_4a} [Magical Crops: Decorative] (magicalcropsdeco-4.0.0_PUBLIC_BETA_4a.jar) 
    UCHI    malisiscore{1.7.10-0.14.3} [MalisisCore] (malisiscore-1.7.10-0.14.3.jar) 
    UCHI    malisisdoors{1.7.10-1.13.2} [Malisis' Doors] (malisisdoors-1.7.10-1.13.2.jar) 
    UCHI    MekanismGenerators{9.1.1} [MekanismGenerators] (MekanismGenerators-1.7.10-9.1.1-clienthax.jar) 
    UCHI    MekanismTools{9.1.1} [MekanismTools] (MekanismTools-1.7.10-9.1.1-clienthax.jar) 
    UCHI    MineFactoryReloaded|CompatMagicalCrops{1.2.1} [MFR Compat: Magical Crops] (MFR Compat - Magical Crops v1-2-1.jar) 
    UCHI    MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.1} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) 
    UCHI    MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.1} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) 
    UCHI    MineFactoryReloaded|CompatForestry{1.7.10R2.8.1} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) 
    UCHI    MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.1} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) 
    UCHI    MineFactoryReloaded|CompatIC2{1.7.10R2.8.1} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) 
    UCHI    MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.1} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) 
    UCHI    MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.1} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) 
    UCHI    MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.1} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) 
    UCHI    MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.1} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) 
    UCHI    TwilightForest{2.3.8dev} [The Twilight Forest] (twilightforest-1.7.10-2.3.8dev-clienthax.jar) 
    UCHI    MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.1} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) 
    UCHI    MineFactoryReloaded|CompatVanilla{1.7.10R2.8.1} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) 
    UCHI    Morpheus{1.7.10-1.6.21} [Morpheus] (Morpheus-1.7.10-1.6.21.jar) 
    UCHI    cfm{3.4.8} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.8(1.7.10).jar) 
    UCHI    Mystcraft{0.12.3.04} [Mystcraft] (mystcraft-1.7.10-0.12.3.04.jar) 
    UCHI    NEIAddons{1.12.15.41} [NEI Addons] (neiaddons-1.12.15.41-mc1.7.10.jar) 
    UCHI    NEIAddons|Developer{1.12.15.41} [NEI Addons: Developer Tools] (neiaddons-1.12.15.41-mc1.7.10.jar) 
    UCHI    NEIAddons|AppEng{1.12.15.41} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.15.41-mc1.7.10.jar) 
    UCHI    NEIAddons|Botany{1.12.15.41} [NEI Addons: Botany] (neiaddons-1.12.15.41-mc1.7.10.jar) 
    UCHI    NEIAddons|Forestry{1.12.15.41} [NEI Addons: Forestry] (neiaddons-1.12.15.41-mc1.7.10.jar) 
    UCHI    NEIAddons|CraftingTables{1.12.15.41} [NEI Addons: Crafting Tables] (neiaddons-1.12.15.41-mc1.7.10.jar) 
    UCHI    NEIAddons|ExNihilo{1.12.15.41} [NEI Addons: Ex Nihilo] (neiaddons-1.12.15.41-mc1.7.10.jar) 
    UCHI    neiintegration{1.1.2} [NEI Integration] (NEIIntegration-MC1.7.10-1.1.2.jar) 
    UCHI    NetherOres{1.7.10R2.3.1} [Nether Ores] (NetherOres-[1.7.10]2.3.1-22.jar) 
    UCHI    recipehandler{1.7.10} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.3(1.7.10).jar) 
    UCHI    neresources{0.1.0.ManuallyBuilt} [Not Enough Resources] (NotEnoughResources-1.7.10-0.1.0-128.jar) 
    UCHI    numina{1.7.10} [Numina] (Numina-0.4.1.105.jar) 
    UCHI    ObsidiPlates{3.0.0.18} [ObsidiPlates] (ObsidiPlates-1.7.10-universal-3.0.0.18.jar) 
    UCHI    harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10Lb.jar) 
    UCHI    placeableitems{2.0.1} [Placeable Items Mod] (placeableitems-2.0.1.jar) 
    UCHI    PneumaticCraft{1.12.7-152} [PneumaticCraft] (PneumaticCraft-1.7.10-1.12.7-152-universal.jar) 
    UCHI    PowerConverters3{1.7.10-2.11} [Power Converters 3] (PowerConverters-1.7.10-2.11.jar) 
    UCHI    progressiveautomation{1.6.35} [Progressive Automation] (ProgressiveAutomation-1.7.10-1.6.35.jar) 
    UCHI    ProjRed|Transmission{4.7.0pre12.95} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar) 
    UCHI    ProjRed|Compatibility{4.7.0pre12.95} [ProjectRed Compatibility] (ProjectRed-1.7.10-4.7.0pre12.95-Compat.jar) 
    UCHI    ProjRed|Integration{4.7.0pre12.95} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar) 
    UCHI    ProjRed|Fabrication{4.7.0pre12.95} [ProjectRed Fabrication] (ProjectRed-1.7.10-4.7.0pre12.95-Fabrication.jar) 
    UCHI    reccomplex{0.9.7.1.1} [Recurrent Complex] (RecurrentComplex-0.9.7.1.1.jar) 
    UCHI    RefinedRelocation{1.1.34} [Refined Relocation] (RefinedRelocation-mc1.7.10-1.1.34.jar) 
    UCHI    Roguelike{1.5.0} [Roguelike Dungeons] (roguelike-1.7.10-1.5.0b.jar) 
    UCHI    RottenFleshToLeather{1.7.10-2.0} [Rotten Flesh to Leather] (RottenFleshToLeather-2.1-1.7.10.jar) 
    UCHI    secretroomsmod{4.7.1} [The SecretRoomsMod] (secretroomsmod-1.7.10-4.7.1.406.jar) 
    UCHI    cuchaz.cuchazinteractive{1.7.10-1.0} [Cuchaz Interactive] (shipsMod-v1.7.10-1.0.4.jar) 
    UCHI    cuchaz.ships{1.7.10-1.0.3} [Ships Mod] (shipsMod-v1.7.10-1.0.4.jar) 
    UCHI    signpost{1.06.1} [Sign Post] (signpost-1.7.10-1.06.1.jar) 
    UCHI    squidless{0.6.1} [Squidless] (squidless-1.7.10-0.6.1.jar) 
    UCHI    statues{2.1.4} [Statues] (statues-1.7.10-2.1.4.jar) 
    UCHI    StevesFactoryManager{A93} [Steve's Factory Manager] (StevesFactoryManagerA93.jar) 
    UCHI    StevesAddons{0.10.16} [Steve's Addons] (StevesAddons-1.7.10-0.10.16.jar) 
    UCHI    StevesCarts{2.0.0.b18} [Steve's Carts 2] (StevesCarts2.0.0.b18.jar) 
    UCHI    StevesWorkshop{0.5.1} [Steve's Workshop] (StevesWorkshop-0.5.1.jar) 
    UCHI    Sync{4.0.1} [Sync] (Sync-4.0.1.jar) 
    UCHI    thaumicenergistics{1.1.3.0} [Thaumic Energistics] (thaumicenergistics-1.1.3.0.jar) 
    UCHI    ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-55.jar) 
    UCHI    ThaumicHorizons{1.1.9} [Thaumic Horizons] (thaumichorizons-1.7.10-1.1.9.jar) 
    UCHI    ThermalDynamics{1.7.10R1.2.1} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.2.1-172.jar) 
    UCHI    TMechworks{0.2.15.106} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.15.106.jar) 
    UCHI    Translocator{1.1.2.16} [Translocator] (Translocator-1.7.10-1.1.2.16-universal.jar) 
    UCHI    voltzengine{1.11.0.491} [Voltz Engine] (VoltzEngine-1.7.10-1.11.0b491.jar) 
    UCHI    voltzenginemodcompat{1.11.0.491} [Voltz Engine Mod Compatibility Loader] (VoltzEngine-1.7.10-1.11.0b491.jar) 
    UCHI    voltzenginemodflag{1.11.0.491} [VoltzEngine mod protection, flag, and region system] (VoltzEngine-1.7.10-1.11.0b491.jar) 
    UCHI    wailaplugins{MC1.7.10-0.2.0-null} [WAILA Plugins] (WAILAPlugins-MC1.7.10-0.2.0-24-clienthax2.jar) 
    UCHI    warpbook{2.0.null} [Warp Book] (warpbook-1.7.10_2.0.37.jar) 
    UCHI    weaponmod{v1.14.3} [Balkon's WeaponMod] (weaponmod-1.14.3.jar) 
    UCHI    witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar) 
    UCHI    worldedit{6.1.1} [WorldEdit] (worldedit-forge-mc1.7.10-6.1.1-dist.jar) 
    UCHI    WR-CBE|Core{1.4.1.11} [WR-CBE Core] (WR-CBE-1.7.10-1.4.1.11-universal.jar) 
    UCHI    WR-CBE|Addons{1.4.1.11} [WR-CBE Addons] (WR-CBE-1.7.10-1.4.1.11-universal.jar) 
    UCHI    WR-CBE|Logic{1.4.1.11} [WR-CBE Logic] (WR-CBE-1.7.10-1.4.1.11-universal.jar) 
    UCHI    McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar) 
    UCHI    aobd{2.9.2} [Another One Bites The Dust] (AOBD-2.9.2.jar) 
    UCHI    ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar) 
    UD    MineFactoryReloaded|CompatAtum{1.7.10R2.8.1} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) 
    UD    MineFactoryReloaded|CompatBackTools{1.7.10R2.8.1} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) 
    UD    MineFactoryReloaded|CompatChococraft{1.7.10R2.8.1} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) 
    UD    MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.1} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) 
    UD    MineFactoryReloaded|CompatProjRed{1.7.10R2.8.1} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) 
    UD    MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.1} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar) 
    GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 419.17' Renderer: 'GeForce GTX 1070/PCIe/SSE2'
    AE2 Version: beta rv3-beta-1 for Forge 10.13.4.1448
    CoFHCore: -[1.7.10]3.1.4-329
    ThermalFoundation: -[1.7.10]1.2.6-118
    Mantle Environment: Environment healthy.
    ThermalExpansion: -[1.7.10]4.1.5-248
    MineFactoryReloaded: -[1.7.10]2.8.1-174
    TConstruct Environment: Environment healthy.
    RedstoneArsenal: -[1.7.10]1.1.2-92
    NetherOres: -[1.7.10]2.3.1-22
    ThermalDynamics: -[1.7.10]1.2.1-172
    List of loaded APIs: 
        * AbyssalCraftAPI (1.7) from AbyssalCraft-1.7.10-1.9.1.3-FINAL.jar
        * appliedenergistics2|API (rv2) from ThaumicTinkerer-2.5-1.7.10-542.jar
        * AromaBackupAPI (1.0) from AromaBackup-1.7.10-0.1.0.0.jar
        * asielibAPI (1.1) from AsieLib-1.7.10-0.4.8.jar
        * asielibAPI|chat (1.0) from AsieLib-1.7.10-0.4.8.jar
        * asielibAPI|tile (1.0) from AsieLib-1.7.10-0.4.8.jar
        * asielibAPI|tool (1.1) from AsieLib-1.7.10-0.4.8.jar
        * Baubles|API (1.0.1.10) from ThermalFoundation-[1.7.10]1.2.6-118.jar
        * BiomesOPlentyAPI (1.0.0) from BiomesOPlenty-1.7.10-2.1.0.2308-universal.jar
        * BuildCraftAPI|blocks (1.0) from buildcraft-7.1.23.jar
        * BuildCraftAPI|blueprints (1.5) from buildcraft-7.1.23.jar
        * BuildCraftAPI|boards (2.0) from buildcraft-7.1.23.jar
        * BuildCraftAPI|core (1.0) from buildcraft-7.1.23.jar
        * BuildCraftAPI|crops (1.1) from Railcraft_1.7.10-9.12.2.0.jar
        * BuildCraftAPI|events (2.0) from buildcraft-7.1.23.jar
        * BuildCraftAPI|facades (1.1) from buildcraft-7.1.23.jar
        * BuildCraftAPI|filler (4.0) from buildcraft-7.1.23.jar
        * BuildCraftAPI|fuels (2.0) from buildcraft-7.1.23.jar
        * BuildCraftAPI|gates (4.1) from buildcraft-7.1.23.jar
        * BuildCraftAPI|items (1.1) from Railcraft_1.7.10-9.12.2.0.jar
        * BuildCraftAPI|library (2.0) from buildcraft-7.1.23.jar
        * BuildCraftAPI|lists (1.0) from Railcraft_1.7.10-9.12.2.0.jar
        * BuildCraftAPI|power (1.3) from buildcraft-7.1.23.jar
        * BuildCraftAPI|recipes (3.1) from buildcraft-7.1.23.jar
        * BuildCraftAPI|robotics (3.0) from buildcraft-7.1.23.jar
        * BuildCraftAPI|statements (1.1) from Railcraft_1.7.10-9.12.2.0.jar
        * BuildCraftAPI|tablet (1.0) from buildcraft-7.1.23.jar
        * BuildCraftAPI|tiles (1.2) from Railcraft_1.7.10-9.12.2.0.jar
        * BuildCraftAPI|tools (1.0) from VoltzEngine-1.7.10-1.11.0b491.jar
        * BuildCraftAPI|transport (4.1) from Railcraft_1.7.10-9.12.2.0.jar
        * CarpentersBlocks|API (3.3.7) from Carpenter's Blocks v3.3.8.1 - MC 1.7.10.jar
        * CoFHAPI (1.7.10R1.0.0) from funky-locomotion-1.7.10-beta-7.jar
        * CoFHAPI|block (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar
        * CoFHAPI|core (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar
        * CoFHAPI|energy (1.7.10R1.0.10) from DefenseTech-1.7.10-1.0.1.46.jar
        * CoFHAPI|fluid (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar
        * CoFHAPI|inventory (1.7.10R1.0.13) from EnderIO-1.7.10-2.3.0.429_beta.jar
        * CoFHAPI|item (1.7.10R1.0.10) from DefenseTech-1.7.10-1.0.1.46.jar
        * CoFHAPI|modhelpers (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.4-329.jar
        * CoFHAPI|tileentity (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.4-329.jar
        * CoFHAPI|transport (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.4-329.jar
        * CoFHAPI|world (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.4-329.jar
        * CoFHLib (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
        * CoFHLib|audio (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
        * CoFHLib|gui (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
        * CoFHLib|gui|container (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
        * CoFHLib|gui|element (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
        * CoFHLib|gui|element|listbox (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
        * CoFHLib|gui|slot (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
        * CoFHLib|inventory (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
        * CoFHLib|render (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
        * CoFHLib|render|particle (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
        * CoFHLib|util (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
        * CoFHLib|util|helpers (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
        * CoFHLib|util|position (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
        * CoFHLib|world (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
        * CoFHLib|world|feature (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
        * ComputerCraft|API (1.75) from ComputerCraft1.75.jar
        * ComputerCraft|API|FileSystem (1.75) from ComputerCraft1.75.jar
        * ComputerCraft|API|Lua (1.75) from ComputerCraft1.75.jar
        * ComputerCraft|API|Media (1.75) from Traincraft-4.4.1_020.jar
        * ComputerCraft|API|Peripheral (1.75) from Traincraft-4.4.1_020.jar
        * ComputerCraft|API|Permissions (1.75) from ComputerCraft1.75.jar
        * ComputerCraft|API|Redstone (1.75) from Traincraft-4.4.1_020.jar
        * ComputerCraft|API|Turtle (1.75) from Traincraft-4.4.1_020.jar
        * computronicsAPI (1.3) from Computronics-1.7.10-1.6.5.jar
        * computronicsAPI|audio (1.0) from Computronics-1.7.10-1.6.5.jar
        * computronicsAPI|chat (1.3) from Computronics-1.7.10-1.6.5.jar
        * computronicsAPI|multiperipheral (1.1) from Computronics-1.7.10-1.6.5.jar
        * computronicsAPI|tape (1.0) from Computronics-1.7.10-1.6.5.jar
        * DraconicEvolution|API (1.2) from Draconic-Evolution-1.7.10-1.0.2h.jar
        * EE3-API|array (1.4.0) from EquivalentExchange3-1.7.10-0.3.0.547.jar
        * EE3-API|blacklist (@API_VERSION@) from EquivalentExchange3-1.7.10-0.3.0.547.jar
        * EE3-API|core (1.4.0) from EquivalentExchange3-1.7.10-0.3.0.547.jar
        * EE3-API|event (1.4.0) from EquivalentExchange3-1.7.10-0.3.0.547.jar
        * EE3-API|exchange (1.4.0) from EquivalentExchange3-1.7.10-0.3.0.547.jar
        * EE3-API|knowledge (1.4.0) from EquivalentExchange3-1.7.10-0.3.0.547.jar
        * EE3-API|recipe (1.4.0) from EquivalentExchange3-1.7.10-0.3.0.547.jar
        * EE3-API|util (1.4.0) from EquivalentExchange3-1.7.10-0.3.0.547.jar
        * EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.3.0.429_beta.jar
        * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.3.0.429_beta.jar
        * EnderIOAPI|Teleport (0.0.2) from EnderIO-1.7.10-2.3.0.429_beta.jar
        * EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.3.0.429_beta.jar
        * ForestryAPI|apiculture (4.8.0) from forestry_1.7.10-4.2.16.64.jar
        * ForestryAPI|arboriculture (4.2.1) from forestry_1.7.10-4.2.16.64.jar
        * ForestryAPI|circuits (3.1.0) from forestry_1.7.10-4.2.16.64.jar
        * ForestryAPI|core (5.0.0) from forestry_1.7.10-4.2.16.64.jar
        * ForestryAPI|farming (2.1.0) from forestry_1.7.10-4.2.16.64.jar
        * ForestryAPI|food (1.1.0) from forestry_1.7.10-4.2.16.64.jar
        * ForestryAPI|fuels (2.0.1) from forestry_1.7.10-4.2.16.64.jar
        * ForestryAPI|genetics (4.7.1) from forestry_1.7.10-4.2.16.64.jar
        * ForestryAPI|hives (4.1.0) from forestry_1.7.10-4.2.16.64.jar
        * ForestryAPI|lepidopterology (1.3.0) from forestry_1.7.10-4.2.16.64.jar
        * ForestryAPI|mail (3.0.0) from forestry_1.7.10-4.2.16.64.jar
        * ForestryAPI|multiblock (3.0.0) from forestry_1.7.10-4.2.16.64.jar
        * ForestryAPI|recipes (5.4.0) from forestry_1.7.10-4.2.16.64.jar
        * ForestryAPI|storage (3.0.0) from forestry_1.7.10-4.2.16.64.jar
        * ForestryAPI|world (2.1.0) from forestry_1.7.10-4.2.16.64.jar
        * Galacticraft API (1.3) from GalacticraftCore-1.7-3.0.12.504.jar
        * gendustryAPI (2.3.0) from gendustry-1.6.4.135-mc1.7.10.jar
        * Guide-API|API (1.7.10-1.0.1-20) from Guide-API-1.7.10-1.0.1-20.jar
        * IC2API (1.0) from Railcraft_1.7.10-9.12.2.0.jar
        * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.7.7.jar
        * inpure|api (1.7) from INpureCore-[1.7.10]1.0.0B9-62.jar
        * MekanismAPI|core (9.0.0) from Mekanism-1.7.10-9.1.1-clienthax.jar
        * MekanismAPI|energy (9.0.0) from Mekanism-1.7.10-9.1.1-clienthax.jar
        * MekanismAPI|gas (9.0.0) from Mekanism-1.7.10-9.1.1-clienthax.jar
        * MekanismAPI|infuse (9.0.0) from Mekanism-1.7.10-9.1.1-clienthax.jar
        * MekanismAPI|laser (9.0.0) from Mekanism-1.7.10-9.1.1-clienthax.jar
        * MekanismAPI|reactor (9.0.0) from Mekanism-1.7.10-9.1.1-clienthax.jar
        * MekanismAPI|recipe (9.0.0) from Mekanism-1.7.10-9.1.1-clienthax.jar
        * MekanismAPI|transmitter (9.0.0) from Mekanism-1.7.10-9.1.1-clienthax.jar
        * MekanismAPI|util (9.0.0) from Mekanism-1.7.10-9.1.1-clienthax.jar
        * Mystcraft|API (0.1) from mystcraft-1.7.10-0.12.3.04.jar
        * neresources|API (1.0) from NotEnoughResources-1.7.10-0.1.0-128.jar
        * NuclearControlAPI (v1.0.5) from IC2NuclearControl-2.4.3a.jar
        * PneumaticCraftApi (1.0) from PneumaticCraft-1.7.10-1.12.7-152-universal.jar
        * RailcraftAPI|bore (1.0.0) from Traincraft-4.4.1_020.jar
        * RailcraftAPI|carts (1.6.0) from Railcraft_1.7.10-9.12.2.0.jar
        * RailcraftAPI|core (1.5.0) from Railcraft_1.7.10-9.12.2.0.jar
        * RailcraftAPI|crafting (1.0.0) from ImmersiveEngineering-0.7.7.jar
        * RailcraftAPI|electricity (2.0.0) from Railcraft_1.7.10-9.12.2.0.jar
        * RailcraftAPI|events (1.0.0) from Traincraft-4.4.1_020.jar
        * RailcraftAPI|fuel (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
        * RailcraftAPI|helpers (1.1.0) from Traincraft-4.4.1_020.jar
        * RailcraftAPI|items (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
        * RailcraftAPI|locomotive (1.1.0) from Traincraft-4.4.1_020.jar
        * RailcraftAPI|signals (2.3.0) from Railcraft_1.7.10-9.12.2.0.jar
        * RailcraftAPI|tracks (2.3.0) from Railcraft_1.7.10-9.12.2.0.jar
        * RefinedRelocationAPI (1.0.0) from RefinedRelocation-mc1.7.10-1.1.34.jar
        * SecurityCraftAPI (1.2.1) from [1.7.10] SecurityCraft v1.8.2.2.jar
        * Thaumcraft|API (4.2.2.0) from Railcraft_1.7.10-9.12.2.0.jar
        * thaumicenergistics|API (1.1) from thaumicenergistics-1.1.3.0.jar
        * VoltzEngineAPI (0.11.0) from VoltzEngine-1.7.10-1.11.0b491.jar
        * VoltzEngineAPI|crafting-items (0.11.0) from VoltzEngine-1.7.10-1.11.0b491.jar
        * VoltzEngineAPI|data (0.11.0) from VoltzEngine-1.7.10-1.11.0b491.jar
        * VoltzEngineAPI|energy (0.11.0) from VoltzEngine-1.7.10-1.11.0b491.jar
        * VoltzEngineAPI|energy-items (0.11.0) from VoltzEngine-1.7.10-1.11.0b491.jar
        * VoltzEngineAPI|event (0.11.0) from VoltzEngine-1.7.10-1.11.0b491.jar
        * VoltzEngineAPI|explosive-items (0.11.0) from VoltzEngine-1.7.10-1.11.0b491.jar
        * VoltzEngineAPI|explosives (0.11.0) from VoltzEngine-1.7.10-1.11.0b491.jar
        * VoltzEngineAPI|items (0.11.0) from VoltzEngine-1.7.10-1.11.0b491.jar
        * VoltzEngineAPI|recipe (0.11.0) from VoltzEngine-1.7.10-1.11.0b491.jar
        * VoltzEngineAPI|tile (0.11.0) from VoltzEngine-1.7.10-1.11.0b491.jar
        * VoltzEngineAPI|tools (0.11.0) from VoltzEngine-1.7.10-1.11.0b491.jar
        * VoltzEngineAPI|weapons (0.11.0) from VoltzEngine-1.7.10-1.11.0b491.jar
        * WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar
    EnderIO: Found the following problem(s) with your installation:
                  * The RF API that is being used (1.7.10R1.0.2 from <unknown>) differes from that that is reported as being loaded (1.7.10R1.0.10 from DefenseTech-1.7.10-1.0.1.46.jar).
                    It is a supported version, but that difference may lead to problems.
                 This may have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
    Mod Pack Name - Mod Pack Version: 
            Each Line
            Is A Seperate Line

    Launched Version: 1.7.10-Forge10.13.4.1614-1.7.10
    LWJGL: 2.9.1
    OpenGL: GeForce GTX 1070/PCIe/SSE2 GL version 4.6.0 NVIDIA 419.17, NVIDIA Corporation
    GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.

    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Packs: []
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Anisotropic Filtering: Off (1)

Screenshot_2.png

Link to comment
Share on other sites

1.7.10 is no longer supported on this forum due to its age.

Please update to a modern version of Minecraft to receive support.

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

 

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

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

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

 

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

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

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

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

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

https://hastebin.com/: 400KB

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

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

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

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

Note for Windows users:

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

 

Where to get it:

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

 

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

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

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

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

 

Server Not Starting:

Spoiler

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

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

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

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

 

Posting your mod as a GitHub Repo:

Spoiler

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

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

 

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

[Workaround line, please ignore]

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

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