• 0

    posted a message on AE2 Stuff v0.5.0 - Added Wireless Connector and Network Visualization Tool

    is this mod dead?
    I cant find anything for 1.12+

    Posted in: Minecraft Mods
  • 0

    posted a message on Increase Datapack Functionality

    Add-ons for the Bedrock version and DataPacks for the Java version.

    Both are good starts for adding more mod support to the base game,

    but more is needed.


    So for a starter, I'd like to suggest that DataPacks are incorrectly utilized.

    They are currently installed into a sub-folder for a specific world, but

    if we want to play it in multiple worlds we have to drill down through the file system

    and copy the datapacks to the new world's folder each time.

    And Bedrock's Add-on support should be part of the Datapack's capability, too.


    They should also be placeable in a universal folder that every world can access.

    Maybe even have an in-game gui to enable/disable the one you want.


    Without better mod support, developing, maintaining and using mods will just get more difficult.

    The Add-ons and DataPacks are good start, and I sincerely hope they continue adding functionality to them.

    Posted in: Suggestions
  • 0

    posted a message on Setting Spawn Point in a modpack

    FIgured out that the void island mod i was using didn't support using the data block to set SPAWN_POINT.

    Posted in: Mod Packs
  • 0

    posted a message on Need help with Structure Blocks

    I'm using structure blocks to create an island template for a skyblock modpack and I'm having 2 problems.


    I placed a Structure Block in Data Mode , and the words SPAWN_POINT as its contents.

    The block is sitting on the floor where i want the Players Spawn Point to be moved to.

    The island is a cave, so the block is inside a box, basically.


    When I use the template it works.

    The player is TP'd to his new island when he uses the create command, but the Data Block is still present,

    the player appears stnding on top of it.


    As I understand it, once the template is loaded into the game, the Data Block should execute its command and get deleted.

    What am i doing wrong ?


    The next problem is that i have also tried testing it onto a basic server, with it Void Island Control Mod and Forge being the only things installed on it

    The void mod loads but doesn't make a void world.

    Posted in: Mods Discussion
  • 0

    posted a message on Setting Spawn Point in a modpack
    Quote from DukeGrimm»

    Just did a quick search using the Twitch launcher for mods with the word spawn in it. "Perfect Spawn" was near the top. "Mod that allows you to control the spawn point and dimension of each dimension."


    Not sure if it works with hollow areas, but seems like it would be worth a shot.


    Thank You, but the Twitch Launch doesnt run on my computer, and they havent figured out why yet.

    Also, that modpack probably controls the world spawn points, not the player spawn points.

    I believe I have to use Structure Blocks in data mode to do, but havent gotten it to work yet

    Posted in: Mod Packs
  • 0

    posted a message on Setting Spawn Point in a modpack

    I'm trying to make a personal modpack that uses the Void Island Control to make a skyblock style game

    with underground caves instead of islands.

    Similar to the StoneBlock Modpack, but I dont know how to set each player's spawn point at their new cave.

    I know the structure block has a bug that causes players to spawn at the top most level, instead of inside a hollow area.


    So how can I set it?

    Posted in: Mod Packs
  • 0

    posted a message on [1.7.10] RedLogic - replacement for RP2 Wiring/Logic/Lighting

    I'm trying to learn to use integrated circuits on an smp server (v59.1.13 on mc 1.7.10) and am having some problems i'd like to ask about.


    I've noticed that the input/output directions of the final circuit are the same as laid out in the clean room when you were designing it.

    i.e If you place the input on the South side and output on the East side, then every time you place the compiled circuit the input will

    be on the South side and the output on the east side.

    This means i have to make a chip for a specific layout and orientation, and will have to redesign the circuit, if i want to use it multiple times

    in different parts of a circuit with different orientations.


    Circuits I have made won't work unless I use the screwdriver to change the direction the texture on the top surface points at.

    What's the purpose of the top texture? what do the different settings mean?

    Posted in: Minecraft Mods
  • 0

    posted a message on PowerCrystals' mods - MineFactoryReloaded, PowerCrystalsCore, and NetherOres updated! - MFR 2.7.9 released
    Quote from xeotrel2»

    Hello, I'm trying to make a modpack with this mod, and I came through this crash at startup:


    ---- Minecraft Crash Report ----
    // Surprise! Haha. Well, this is awkward.

    Time: 3-10-15 20:13
    Description: There was a severe problem during mod loading that has caused the game to fail

    cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: cofh/updater/IUpdatableMod
    at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:544)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
    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(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    Caused by: java.lang.NoClassDefFoundError: cofh/updater/IUpdatableMod
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:440)
    at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    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(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    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.loadMods(Loader.java:513)
    ... 10 more
    Caused by: java.lang.ClassNotFoundException: cofh.updater.IUpdatableMod
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 34 more
    Caused by: java.lang.NullPointerException
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
    ... 36 more

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

    -- System Details --
    Details:
    Minecraft Version: 1.7.10
    Operating System: Windows 7 (amd64) version 6.1
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 153188760 bytes (146 MB) / 438566912 bytes (418 MB) up to 1060372480 bytes (1011 MB)
    JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
    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.1448 89 mods loaded, 89 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UC mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
    UC FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
    UC Forge{10.13.4.1448} [Minecraft Forge] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
    UC bettersleepingcore{1.0} [Better Sleeping Core] (minecraft.jar)
    UC CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
    UC NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar)
    UC OpenModsCore{0.8} [OpenModsCore] (minecraft.jar)
    UC <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
    UC DamageIndicatorsMod{3.2.3} [Damage Indicators] (1.7.10DamageIndicatorsMod-3.2.3.jar)
    UC CoFHCore{1.7.10R3.0.3} [CoFH Core] (CoFHCore-[1.7.10]3.0.3-303.jar)
    UC advancedgenetics{1.5.9} [Advanced Genetics] (advancedgenetics-1.7.10-1.5.9.jar)
    UC Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
    UC adventurebackpack{1.7.10-0.8b} [Adventure Backpack] (adventurebackpack-1.7.10-0.8b.jar)
    UC asielib{0.4.2} [asielib] (AsieLib-1.7.10-0.4.2.jar)
    UC bettersleeping{1.7.10-1.1.26} [Better Sleeping] (BetterSleeping-1.7.10-1.1.26.jar)
    UC Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
    UC Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar)
    UC BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1396-universal.jar)
    UC AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-13.jar)
    UC BuildCraft|Core{7.1.7} [BuildCraft] (buildcraft-7.1.7.jar)
    UC BuildCraft|Builders{7.1.7} [BC Builders] (buildcraft-7.1.7.jar)
    UC BuildCraft|Transport{7.1.7} [BC Transport] (buildcraft-7.1.7.jar)
    UC BuildCraft|Energy{7.1.7} [BC Energy] (buildcraft-7.1.7.jar)
    UC BuildCraft|Silicon{7.1.7} [BC Silicon] (buildcraft-7.1.7.jar)
    UC BuildCraft|Robotics{7.1.7} [BC Robotics] (buildcraft-7.1.7.jar)
    UC BuildCraft|Factory{7.1.7} [BC Factory] (buildcraft-7.1.7.jar)
    UC Forestry{3.6.10.1} [Forestry for Minecraft] (forestry_1.7.10-3.6.10.1.jar)
    UC ThermalFoundation{1.7.10R1.2.0} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.0-102.jar)
    UE ThermalExpansion{1.7.10R4.0.0B1} [Thermal Expansion] (Thermal-Expansion-Mod-1.7.10.jar)
    UC BuildCraft|Compat{7.1.1} [BuildCraft Compat] (buildcraft-compat-7.1.1.jar)
    UC CarpentersBlocks{3.3.7} [Carpenter's Blocks] (Carpenter's Blocks v3.3.7 - MC 1.7.10.jar)
    UC Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
    UC Railcraft{9.7.0.0} [Railcraft] (Railcraft_1.7.10-9.7.0.0.jar)
    UC ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
    UC chisel{2.5.1.44} [Chisel 2] (Chisel2-2.5.1.44.jar)
    UC chocolateQuest{1.0} [Chocolate Quest] (chocolateQuest-1.7.10-1.0.jar)
    UC ComputerCraft{1.74} [ComputerCraft] (ComputerCraftPlusComputerCraftEdu1.74.jar)
    UC ComputerCraftEdu{1.74} [ComputerCraftEdu] (ComputerCraftPlusComputerCraftEdu1.74.jar)
    UC MineFactoryReloaded{1.7.10R2.8.0} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
    UC MrTJPCoreMod{1.1.0.31} [MrTJPCore] (MrTJPCore-1.1.0.31-universal.jar)
    UC ProjRed|Core{4.7.0pre9.92} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre9.92-Base.jar)
    UC Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
    UC computronics{1.5.7} [Computronics] (Computronics-1.7.10-1.5.7.jar)
    UC customnpcs{1.7.10c} [CustomNpcs] (CustomNPCs_1.7.10c.jar)
    UC EnderStorage{1.4.7.37} [EnderStorage] (EnderStorage-1.7.10-1.4.7.37-universal.jar)
    UC iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)
    UC MineCamera{1.0.1} [MineCamera] (MineCamera-1.7.10-1.0.1.B4-universal.jar)
    UC MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
    UC MineFactoryReloaded|CompatAtum{1.7.10R2.8.0} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
    UC MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
    UC MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
    UC MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
    UC MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
    UC MineFactoryReloaded|CompatForestry{1.7.10R2.8.0} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
    UC MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
    UC MineFactoryReloaded|CompatIC2{1.7.10R2.8.0} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
    UC MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0} [MFR Compat: Mystcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
    UC ProjRed|Exploration{4.7.0pre9.92} [ProjectRed Exploration] (ProjectRed-1.7.10-4.7.0pre9.92-World.jar)
    UC MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
    UC MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
    UC MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
    UC MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
    UC MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
    UC MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
    UC MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
    UC MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
    UC numina{0.4.0.119} [Numina] (Numina-0.4.0.119.jar)
    UC powersuits{0.11.0.281} [MachineMuse's Modular Powersuits] (ModularPowersuits-0.11.0.281.jar)
    UC OpenMods{0.8} [OpenMods] (OpenModsLib-1.7.10-0.8.jar)
    UC OpenBlocks{1.4.4} [OpenBlocks] (OpenBlocks-1.7.10-1.4.4.jar)
    UC OpenPeripheralCore{1.2} [OpenPeripheralCore] (OpenPeripheral-1.7.10-AIO-5.jar)
    UC OpenPeripheral{0.4} [OpenPeripheralAddons] (OpenPeripheral-1.7.10-AIO-5.jar)
    UC OpenPeripheralIntegration{0.3} [OpenPeripheralIntegration] (OpenPeripheral-1.7.10-AIO-5.jar)
    UC PneumaticCraft{1.11.14-136} [PneumaticCraft] (PneumaticCraft-1.7.10-1.11.14-136-universal.jar)
    UC powersuitaddons{@VERSION@} [Modular Powersuits Addon] (powersuitaddons-1.7.10-901.jar)
    UC ProjRed|Transmission{4.7.0pre9.92} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre9.92-Integration.jar)
    UC ProjRed|Transportation{4.7.0pre9.92} [ProjectRed Transportation] (ProjectRed-1.7.10-4.7.0pre9.92-Mechanical.jar)
    UC ProjRed|Compatibility{4.7.0pre9.92} [ProjectRed Compatibility] (ProjectRed-1.7.10-4.7.0pre9.92-Compat.jar)
    UC ProjRed|Integration{4.7.0pre9.92} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre9.92-Integration.jar)
    UC ProjRed|Fabrication{4.7.0pre9.92} [ProjectRed Fabrication] (ProjectRed-1.7.10-4.7.0pre9.92-Fabrication.jar)
    UC ProjRed|Illumination{4.7.0pre9.92} [ProjectRed Illumination] (ProjectRed-1.7.10-4.7.0pre9.92-Lighting.jar)
    UC ProjRed|Expansion{4.7.0pre9.92} [ProjectRed Expansion] (ProjectRed-1.7.10-4.7.0pre9.92-Mechanical.jar)
    UC Sync{4.0.0} [Sync] (Sync-4.0.0.jar)
    UC witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
    UC McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
    UC ForgeRelocation{0.0.1.4} [ForgeRelocation] (ForgeRelocation-0.0.1.4-universal.jar)
    UC MCFrames{1.0} [MCFrames] (ForgeRelocation-0.0.1.4-universal.jar)
    UC RelocationFMP{0.0.1.2} [RelocationFMP] (ForgeRelocationFMP-0.0.1.2-universal.jar)
    UC ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
    GL info: ' Vendor: 'Intel' Version: '3.1.0 - Build 9.17.10.3347' Renderer: 'Intel(R) HD Graphics 3000'
    OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:ENABLED],[gl_capabilities_hook:FINISHED],[player_render_hook:ENABLED]
    Class transformer null safety: all safe
    CoFHCore: -[1.7.10]3.0.3-303
    Mantle Environment: Environment healthy.
    ThermalFoundation: -[1.7.10]1.2.0-102
    MineFactoryReloaded: -[1.7.10]2.8.0-104


    It said something like "when constructing MineFactoryReloaded" in the game output, so I thought I will post it here.

    I really don't get this error, I hope you do.

    Thanks in advance!

    Sorry for my bad English,

    xeotrel2


    Generally, a .NoClassDefFoundError means you have the wrong version of a mod or dependency installed.
    You need to check the version requirements for every mod you're using.
    Posted in: Minecraft Mods
  • 0

    posted a message on socketexception: connection reset issue when trying to log in

    Then beforre anyone can try to help you, you'll need to post more info.

    What OS are you using? (64bit or 32bit ?)

    What version of Java are you using? (64bit or 32bit ?)

    Open the Java applet on the control panel and check how many installations of Java it finds and what versions.

    Do you use the official Launcher to run the game? ( if so, which version?)

    If not, what do you use?

    What is the entire error message? (place in a spoiler tag)


    spoiler tag contents

    Posted in: Java Edition Support
  • 0

    posted a message on socketexception: connection reset issue when trying to log in

    I've had similar errors in the past, which were fixed by completely uninstalling Java and reinstalling it.

    I haven't had this error since I switched to the 1.6.x launcher which uses Mojang's version of Java

    Posted in: Java Edition Support
  • 0

    posted a message on Mekanism v9.4.0 - Industrial Turbines, Thermoelectric Boilers, Fusion Reactors!

    The SMP server I play on is having problems with the mechanical and pressurized pipes will stop functioning when their chunk is unloaded, reloaded.

    when a network reader is used on them , is says, no network detected.

    Posted in: Minecraft Mods
  • 0

    posted a message on Mekanism v9.4.0 - Industrial Turbines, Thermoelectric Boilers, Fusion Reactors!
    Quote from pokedev»

    updated to new 8.1.1 from 8.1.0! My saved world isn't starting! Throwing error. Here's the log:


    [20:21:05] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
    [20:21:05] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
    [20:21:05] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
    [20:21:05] [main/INFO] [FML]: Forge Mod Loader version 7.10.97.1343 for Minecraft 1.7.10 loading
    [20:21:05] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_76, running on Linux:amd64:3.13.0-48-generic, installed at /usr/lib/jvm/java-7-oracle/jre
    [20:21:05] [main/WARN] [FML]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
    [20:21:06] [main/INFO] [STDOUT]: [codechicken.core.launch.DepLoader$DepLoadInst:checkExisting:431]: Deleted old version ForgeMultipart-1.7.10-1.1.1.320-universal.jar
    Downloading file http://files.minecraftforge.net/maven/codechicken/ForgeMultipart/1.7.10-1.1.2.331//ForgeMultipart-1.7.10-1.1.2.331-universal.jar
    [20:21:24] [main/INFO] [STDOUT]: [codechicken.core.launch.DepLoader$DepLoadInst:download:343]: Download complete
    [20:21:24] [main/INFO] [STDOUT]: [codechicken.core.launch.DepLoader$DepLoadInst:checkExisting:431]: Deleted old version CodeChickenLib-1.7.10-1.1.1.110-universal.jar
    Downloading file http://files.minecraftforge.net/maven/codechicken/CodeChickenLib/1.7.10-1.1.3.127//CodeChickenLib-1.7.10-1.1.3.127-universal.jar
    [20:21:30] [main/INFO] [STDOUT]: [codechicken.core.launch.DepLoader$DepLoadInst:download:343]: Download complete
    [20:21:30] [main/INFO] [STDERR]: [codechicken.core.launch.DepLoader$DepLoadInst:checkExisting:436]: Warning: version of bspkrsCore, 6.16 is newer than request 6.15
    [20:21:30] [main/ERROR] [FML]: Unable to read the jar file CodeChickenLib-1.7.10-1.1.1.110-universal.jar - ignoring
    java.io.FileNotFoundException: /home/dipanjan/.minecraft/mods/1.7.10/CodeChickenLib-1.7.10-1.1.1.110-universal.jar (No such file or directory)
    at java.util.zip.ZipFile.open(Native Method) ~[?:1.7.0_76]
    at java.util.zip.ZipFile.<init>(ZipFile.java:215) ~[?:1.7.0_76]
    at java.util.zip.ZipFile.<init>(ZipFile.java:145) ~[?:1.7.0_76]
    at java.util.jar.JarFile.<init>(JarFile.java:154) ~[?:1.7.0_76]
    at java.util.jar.JarFile.<init>(JarFile.java:118) ~[?:1.7.0_76]
    at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:265) [forge-1.7.10-10.13.2.1343-1.7.10.jar:?]
    at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:214) [forge-1.7.10-10.13.2.1343-1.7.10.jar:?]
    at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90) [forge-1.7.10-10.13.2.1343-1.7.10.jar:?]
    at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67) [forge-1.7.10-10.13.2.1343-1.7.10.jar:?]
    at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34) [forge-1.7.10-10.13.2.1343-1.7.10.jar:?]
    at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126) [forge-1.7.10-10.13.2.1343-1.7.10.jar:?]
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.11.jar:?]
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
    [20:21:30] [main/WARN] [FML]: The coremod cofh.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
    [20:21:30] [main/ERROR] [FML]: Unable to read the jar file ForgeMultipart-1.7.10-1.1.1.320-universal.jar - ignoring
    java.io.FileNotFoundException: /home/dipanjan/.minecraft/mods/1.7.10/ForgeMultipart-1.7.10-1.1.1.320-universal.jar (No such file or directory)
    at java.util.zip.ZipFile.open(Native Method) ~[?:1.7.0_76]
    at java.util.zip.ZipFile.<init>(ZipFile.java:215) ~[?:1.7.0_76]
    at java.util.zip.ZipFile.<init>(ZipFile.java:145) ~[?:1.7.0_76]
    at java.util.jar.JarFile.<init>(JarFile.java:154) ~[?:1.7.0_76]
    at java.util.jar.JarFile.<init>(JarFile.java:118) ~[?:1.7.0_76]
    at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:265) [forge-1.7.10-10.13.2.1343-1.7.10.jar:?]
    at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:214) [forge-1.7.10-10.13.2.1343-1.7.10.jar:?]
    at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90) [forge-1.7.10-10.13.2.1343-1.7.10.jar:?]
    at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67) [forge-1.7.10-10.13.2.1343-1.7.10.jar:?]
    at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34) [forge-1.7.10-10.13.2.1343-1.7.10.jar:?]
    at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126) [forge-1.7.10-10.13.2.1343-1.7.10.jar:?]
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.11.jar:?]
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
    [20:21:30] [main/WARN] [FML]: The coremod ic2.core.coremod.IC2core does not have a MCVersion annotation, it may cause issues with this version of Minecraft
    [20:21:30] [main/WARN] [FML]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
    [20:21:30] [main/WARN] [FML]: The coremod mekanism.common.asm.LoadingHook does not have a MCVersion annotation, it may cause issues with this version of Minecraft
    [20:21:30] [main/WARN] [FML]: The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
    [20:21:30] [main/INFO] [FML]: Loading tweaker optifine.OptiFineForgeTweaker from OptiFine_1.7.10_HD_B5.jar
    [20:21:30] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
    [20:21:30] [main/INFO] [LaunchWrapper]: Loading tweak class name optifine.OptiFineForgeTweaker
    [20:21:30] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
    [20:21:30] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
    [20:21:30] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
    [20:21:30] [main/INFO] [LaunchWrapper]: Calling tweak class optifine.OptiFineForgeTweaker
    [20:21:30] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: acceptOptions
    [20:21:30] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: injectIntoClassLoader
    [20:21:30] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:179]: OptiFine ClassTransformer
    [20:21:30] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:179]: OptiFine URL: file:/home/dipanjan/.minecraft/mods/OptiFine_1.7.10_HD_B5.jar
    [20:21:30] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:179]: OptiFine ZIP file: java.util.zip.ZipFile@459c8c0a
    [20:21:30] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
    [20:21:32] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
    [20:21:33] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
    [20:21:33] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
    [20:21:33] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
    [20:21:33] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
    [20:21:33] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
    [20:21:33] [main/INFO] [IC2-core]: Loaded library EJML-core-0.26.jar.
    [20:21:33] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
    [20:21:33] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
    [20:21:33] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
    [20:21:33] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
    [20:21:33] [main/INFO] [STDOUT]: [cofh.asm.CoFHAccessTransformer:readMappingFile:40]: Adding Accesstransformer map: CoFH_at.cfg
    [20:21:33] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
    [20:21:34] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
    [20:21:34] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
    [20:21:34] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: getLaunchArguments
    [20:21:34] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
    [20:21:35] [main/INFO]: Setting user: pokedev
    [20:21:37] [Client thread/INFO]: LWJGL Version: 2.9.1
    [OptiFine]
    [OptiFine] OptiFine_1.7.10_HD_B5
    [OptiFine] Fri Apr 17 20:21:37 IST 2015
    [OptiFine] OS: Linux (amd64) version 3.13.0-48-generic
    [OptiFine] Java: 1.7.0_76, Oracle Corporation
    [OptiFine] VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    [OptiFine] LWJGL: 2.9.1
    [OptiFine] OpenGL: Gallium 0.4 on AMD RS880, version 3.0 Mesa 10.1.3, X.Org
    [OptiFine] OpenGL Version: 3.0
    [OptiFine] Maximum texture size: 8192x8192
    [OptiFine] Checking for new version
    [20:21:37] [Client thread/INFO] [STDOUT]: [tv.twitch.StandardCoreAPI:<init>:16]: If on Windows, make sure to provide all of the necessary dll's as specified in the twitchsdk README. Also, make sure to set the PATH environment variable to point to the directory containing the dll's.
    [20:21:37] [Client thread/ERROR]: Couldn't initialize twitch stream
    [20:21:38] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
    [20:21:38] [Client thread/INFO] [FML]: MinecraftForge v10.13.2.1343 Initialized
    [20:21:38] [Client thread/INFO] [FML]: Replaced 183 ore recipies
    [OptiFine] (Reflector) Class not present: ModLoader
    [OptiFine] (Reflector) Class not present: net.minecraft.src.FMLRenderAccessLibrary
    [OptiFine] (Reflector) Class not present: LightCache
    [OptiFine] (Reflector) Class not present: BlockCoord
    [20:21:38] [Client thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.Container
    [20:21:38] [Client thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerRepair
    [OptiFine] Version found: B5
    [20:21:38] [Client thread/INFO] [FML]: Preloading CrashReport classes
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.world.World$1
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.world.World$2
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.world.World$3
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.world.World$4
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.world.chunk.Chunk$1
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.crash.CrashReportCategory$1
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.crash.CrashReportCategory$2
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.crash.CrashReportCategory$3
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.entity.Entity$1
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.entity.Entity$2
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.entity.EntityTracker$1
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.world.gen.layer.GenLayer$1
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.world.gen.layer.GenLayer$2
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.entity.player.InventoryPlayer$1
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.world.gen.structure.MapGenStructure$1
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.world.gen.structure.MapGenStructure$2
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.world.gen.structure.MapGenStructure$3
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.server.MinecraftServer$3
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.server.MinecraftServer$4
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.server.MinecraftServer$5
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.nbt.NBTTagCompound$1
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.nbt.NBTTagCompound$2
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.network.NetHandlerPlayServer$2
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.network.NetworkSystem$3
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.tileentity.TileEntity$1
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.tileentity.TileEntity$2
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.tileentity.TileEntity$3
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.world.storage.WorldInfo$1
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.world.storage.WorldInfo$2
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.world.storage.WorldInfo$3
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.world.storage.WorldInfo$4
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.world.storage.WorldInfo$5
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.world.storage.WorldInfo$6
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.world.storage.WorldInfo$7
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.world.storage.WorldInfo$8
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.world.storage.WorldInfo$9
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.client.Minecraft$3
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.client.Minecraft$4
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.client.Minecraft$5
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.client.Minecraft$6
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.client.Minecraft$7
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.client.Minecraft$8
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.client.Minecraft$9
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.client.Minecraft$10
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.client.Minecraft$11
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.client.Minecraft$12
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.client.Minecraft$13
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.client.Minecraft$14
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.client.Minecraft$15
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.client.multiplayer.WorldClient$1
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.client.multiplayer.WorldClient$2
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.client.multiplayer.WorldClient$3
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.client.multiplayer.WorldClient$4
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.client.particle,EffectRenderer$1
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.client.particle,EffectRenderer$2
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.client.particle,EffectRenderer$3
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.client.particle,EffectRenderer$4
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.client.renderer.EntityRenderer$1
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.client.renderer.EntityRenderer$2
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.client.renderer.EntityRenderer$3
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.server.integrated.IntegratedServer$1
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.server.integrated.IntegratedServer$2
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.client.renderer.RenderGlobal$1
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.client.renderer.entity.RenderItem$1
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.client.renderer.entity.RenderItem$2
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.client.renderer.entity.RenderItem$3
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.client.renderer.entity.RenderItem$4
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.client.renderer.texture.TextureAtlasSprite$1
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.client.renderer.texture.TextureManager$1
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.client.renderer.texture.TextureMap$1
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.client.renderer.texture.TextureMap$2
    [20:21:38] [Client thread/INFO] [FML]: net.minecraft.client.renderer.texture.TextureMap$3
    [20:21:38] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
    [20:21:38] [Client thread/INFO] [FML]: Forge Mod Loader has detected optifine OptiFine_1.7.10_HD_B5, enabling compatibility features
    [20:21:38] [Client thread/INFO] [FML]: Searching /home/dipanjan/.minecraft/mods for mods
    [20:21:38] [Client thread/INFO] [FML]: Also searching /home/dipanjan/.minecraft/mods/1.7.10 for mods
    [20:21:41] [Client thread/WARN] [neiintegration]: Mod neiintegration is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.7
    [20:21:42] [Client thread/WARN] [ForgeMicroblock]: Mod ForgeMicroblock is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.2.331
    [20:21:42] [Client thread/WARN] [ForgeMultipart]: Mod ForgeMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.2.331
    [20:21:42] [Client thread/WARN] [McMultipart]: Mod McMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.2.331
    [20:21:42] [Client thread/INFO] [FML]: Forge Mod Loader has identified 26 mods to load
    [20:21:42] [Client thread/INFO] [FML]: FML has found a non-mod file CodeChickenLib-1.7.10-1.1.3.127-universal.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
    [20:21:43] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, CodeChickenCore, NotEnoughItems, <CoFH ASM>, ArmorStatusHUD, StatusEffectHUD, CoFHCore, IC2, inventorytweaks, Mekanism, MekanismGenerators, MekanismTools, NEIAddons, NEIAddons|Botany, NEIAddons|Forestry, NEIAddons|CraftingTables, NEIAddons|ExNihilo, neiintegration, Railcraft, Waila, bspkrsCore, ForgeMicroblock, ForgeMultipart, McMultipart] at CLIENT
    [20:21:43] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, CodeChickenCore, NotEnoughItems, <CoFH ASM>, ArmorStatusHUD, StatusEffectHUD, CoFHCore, IC2, inventorytweaks, Mekanism, MekanismGenerators, MekanismTools, NEIAddons, NEIAddons|Botany, NEIAddons|Forestry, NEIAddons|CraftingTables, NEIAddons|ExNihilo, neiintegration, Railcraft, Waila, bspkrsCore, ForgeMicroblock, ForgeMultipart, McMultipart] at SERVER
    [20:21:43] [Client thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerWorkbench
    [20:21:44] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:ArmorStatusHUD, FMLFileResourcePack:StatusEffectHUD, FMLFileResourcePack:CoFH Core, FMLFileResourcePack:IndustrialCraft 2, FMLFileResourcePack:Inventory Tweaks, FMLFileResourcePack:Mekanism, FMLFileResourcePack:MekanismGenerators, FMLFileResourcePack:MekanismTools, FMLFileResourcePack:NEI Addons, FMLFileResourcePack:NEI Addons: Botany, FMLFileResourcePack:NEI Addons: Forestry, FMLFileResourcePack:NEI Addons: Crafting Tables, FMLFileResourcePack:NEI Addons: Ex Nihilo, FMLFileResourcePack:NEI Integration, FMLFileResourcePack:Railcraft, FMLFileResourcePack:Waila, FMLFileResourcePack:bspkrsCore, FMLFileResourcePack:Forge Microblocks, FMLFileResourcePack:Forge Multipart, FMLFileResourcePack:Minecraft Multipart Plugin
    [20:21:44] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
    [20:21:44] [Client thread/INFO] [FML]: Found 412 ObjectHolder annotations
    [20:21:44] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
    [20:21:45] [Client thread/INFO] [CoFHWorld]: Registering Default Templates.
    [20:21:45] [Client thread/INFO] [CoFHWorld]: Registering default generators
    [20:21:45] [Client thread/INFO] [CoFHWorld]: Complete
    [20:21:46] [Client thread/INFO] [FML]: InvTweaks: invtweaks.InvTweaksObfuscation
    [20:21:47] [Client thread/INFO] [NEIAddons|Botany]: Required mod Botany is not installed, dependent features will be unavailable
    [20:21:47] [Client thread/ERROR] [NEIAddons|Botany]: Requirements unmet, Botany Addon not loading
    [20:21:47] [Client thread/INFO] [NEIAddons|Forestry]: Required mod Forestry is not installed, dependent features will be unavailable
    [20:21:47] [Client thread/ERROR] [NEIAddons|Forestry]: Requirements unmet, Forestry Addon not loading
    [20:21:47] [Client thread/INFO] [NEIAddons|ExNihilo]: Required mod exnihilo is not installed, dependent features will be unavailable
    [20:21:47] [Client thread/ERROR] [NEIAddons|ExNihilo]: Requirements unmet, Ex Nihilo Addon not loading
    [20:21:47] [Client thread/INFO] [neiintegration]: Starting NEI Integration
    [20:21:48] [Client thread/INFO] [neiintegration]: Loading configuration files
    [20:21:48] [Client thread/INFO] [Railcraft]: Railcraft Config: Doing preinit parsing
    [20:21:48] [Client thread/INFO] [Railcraft]: Module disabled: ModuleThaumcraft, Thaumcraft not detected
    [20:21:48] [Client thread/INFO] [Railcraft]: Searched for but failed to find FORESTRY item canEmpty
    [20:21:48] [Client thread/INFO] [Railcraft]: Searched for but failed to find FORESTRY item waxCapsule
    [20:21:48] [Client thread/INFO] [Railcraft]: Searched for but failed to find FORESTRY item refractoryEmpty
    [20:21:48] [Client thread/INFO] [Railcraft]: Searched for but failed to find FORESTRY item canEmpty
    [20:21:48] [Client thread/INFO] [Railcraft]: Searched for but failed to find FORESTRY item waxCapsule
    [20:21:48] [Client thread/INFO] [Railcraft]: Searched for but failed to find FORESTRY item refractoryEmpty
    [20:21:48] [Client thread/INFO] [Railcraft]: Searched for but failed to find FORESTRY item canEmpty
    [20:21:48] [Client thread/INFO] [Railcraft]: Searched for but failed to find FORESTRY item ingotTin
    [20:21:48] [Client thread/INFO] [Railcraft]: Searched for but failed to find FORESTRY item waxCapsule
    [20:21:48] [Client thread/INFO] [Railcraft]: Searched for but failed to find FORESTRY item refractoryEmpty
    [20:21:48] [Client thread/INFO] [Railcraft]: Searched for but failed to find FORESTRY item canEmpty
    [20:21:48] [Client thread/INFO] [Railcraft]: Searched for but failed to find FORESTRY item waxCapsule
    [20:21:48] [Client thread/INFO] [Railcraft]: Searched for but failed to find FORESTRY item refractoryEmpty
    [20:21:49] [Client thread/INFO] [Railcraft]: Adding Coke Oven recipe: net.minecraft.item.ItemCoal, 1xitem.coal@0, 0
    [20:21:49] [Client thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreSulfur, id=1xtile.railcraft.ore@0 meta=0
    [20:21:49] [Client thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreSaltpeter, id=1xtile.railcraft.ore@1 meta=1
    [20:21:49] [Client thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreDiamond, id=1xtile.railcraft.ore@2 meta=2
    [20:21:49] [Client thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreEmerald, id=1xtile.railcraft.ore@3 meta=3
    [20:21:49] [Client thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreLapis, id=1xtile.railcraft.ore@4 meta=4
    [20:21:49] [Client thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreFirestone, id=1xtile.railcraft.ore@5 meta=5
    [20:21:49] [Client thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: orePoorCopper, id=1xtile.railcraft.ore@9 meta=9
    [20:21:49] [Client thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: orePoorGold, id=1xtile.railcraft.ore@8 meta=8
    [20:21:49] [Client thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: orePoorIron, id=1xtile.railcraft.ore@7 meta=7
    [20:21:49] [Client thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: orePoorTin, id=1xtile.railcraft.ore@10 meta=10
    [20:21:49] [Client thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: orePoorLead, id=1xtile.railcraft.ore@11 meta=11
    [20:21:50] [Client thread/INFO] [FML]: Applying holder lookups
    [20:21:50] [Client thread/INFO] [FML]: Holder lookups applied
    [OptiFine] *** Reloading textures ***
    [OptiFine] Resource packs: Default
    [20:21:50] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
    [20:21:50] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
    [20:21:50] [Thread-7/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
    [20:21:50] [Thread-7/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
    [20:21:50] [Thread-7/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
    [20:21:50] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
    [20:21:50] [Sound Library Loader/INFO]: Sound engine started
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/0_glass_white/glass_pane_white.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/0_glass_white/glass_white.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/10_glass_purple/glass_pane_purple.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/10_glass_purple/glass_purple.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/11_glass_blue/glass_blue.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/11_glass_blue/glass_pane_blue.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/12_glass_brown/glass_brown.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/12_glass_brown/glass_pane_brown.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/13_glass_green/glass_green.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/13_glass_green/glass_pane_green.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/14_glass_red/glass_pane_red.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/14_glass_red/glass_red.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/15_glass_black/glass_black.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/15_glass_black/glass_pane_black.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/1_glass_orange/glass_orange.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/1_glass_orange/glass_pane_orange.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/2_glass_magenta/glass_magenta.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/2_glass_magenta/glass_pane_magenta.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/3_glass_light_blue/glass_light_blue.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/3_glass_light_blue/glass_pane_light_blue.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/4_glass_yellow/glass_pane_yellow.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/4_glass_yellow/glass_yellow.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/5_glass_lime/glass_lime.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/5_glass_lime/glass_pane_lime.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/6_glass_pink/glass_pane_pink.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/6_glass_pink/glass_pink.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/7_glass_gray/glass_gray.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/7_glass_gray/glass_pane_gray.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/8_glass_silver/glass_pane_silver.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/8_glass_silver/glass_silver.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/9_glass_cyan/glass_cyan.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/9_glass_cyan/glass_pane_cyan.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/bookshelf.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/glass.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/glasspane.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/sandstone.properties
    [OptiFine] Multipass connected textures: false
    [OptiFine] Loading texture map: textures/blocks
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/0_glass_white/glass_pane_white.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/0_glass_white/glass_white.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/10_glass_purple/glass_pane_purple.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/10_glass_purple/glass_purple.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/11_glass_blue/glass_blue.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/11_glass_blue/glass_pane_blue.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/12_glass_brown/glass_brown.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/12_glass_brown/glass_pane_brown.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/13_glass_green/glass_green.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/13_glass_green/glass_pane_green.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/14_glass_red/glass_pane_red.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/14_glass_red/glass_red.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/15_glass_black/glass_black.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/15_glass_black/glass_pane_black.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/1_glass_orange/glass_orange.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/1_glass_orange/glass_pane_orange.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/2_glass_magenta/glass_magenta.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/2_glass_magenta/glass_pane_magenta.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/3_glass_light_blue/glass_light_blue.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/3_glass_light_blue/glass_pane_light_blue.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/4_glass_yellow/glass_pane_yellow.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/4_glass_yellow/glass_yellow.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/5_glass_lime/glass_lime.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/5_glass_lime/glass_pane_lime.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/6_glass_pink/glass_pane_pink.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/6_glass_pink/glass_pink.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/7_glass_gray/glass_gray.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/7_glass_gray/glass_pane_gray.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/8_glass_silver/glass_pane_silver.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/8_glass_silver/glass_silver.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/9_glass_cyan/glass_cyan.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/9_glass_cyan/glass_pane_cyan.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/bookshelf.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/glass.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/glasspane.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/sandstone.properties
    [OptiFine] Multipass connected textures: false
    [OptiFine] Texture size: textures/blocks, 1024x1024
    [20:21:53] [Client thread/INFO]: Created: 1024x1024 textures/blocks-atlas
    [OptiFine] Loading texture map: textures/items
    [OptiFine] Texture size: textures/items, 1024x512
    [20:21:54] [Client thread/INFO]: Created: 1024x512 textures/items-atlas
    [20:21:54] [Client thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerEnchantment
    [20:21:54] [Client thread/INFO] [bspkrsCore]: Initializing ModVersionChecker for mod bspkrsCore
    [20:21:55] [Client thread/INFO] [bspkrsCore]: Initializing ModVersionChecker for mod ArmorStatusHUD
    [20:21:55] [Client thread/INFO] [bspkrsCore]: Initializing ModVersionChecker for mod StatusEffectHUD
    [20:21:57] [Client thread/INFO] [inventorytweaks]: InvTweaks: Configuration loaded.
    [20:21:57] [Client thread/INFO] [inventorytweaks]: Mod initialized
    [20:21:57] [Client thread/INFO] [Mekanism]: Version 8.1.1 initializing...
    [20:21:57] [Client thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreOsmium, id=1xtile.OreBlock@0 meta=0
    [20:21:57] [Client thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreCopper, id=1xtile.OreBlock@1 meta=1
    [20:21:57] [Client thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreTin, id=1xtile.OreBlock@2 meta=2
    [20:21:57] [Client thread/INFO] [Mekanism]: Render registrations complete.
    [20:21:57] [Client thread/INFO] [Mekanism]: Initialized HolidayManager.
    [20:21:57] [Client thread/INFO] [Mekanism]: Loading complete.
    [20:21:57] [Client thread/INFO] [Mekanism]: Mod loaded.
    [20:21:58] [Client thread/INFO] [STDOUT]: [mekanism.generators.client.GeneratorsClientProxy:registerRenderInformation:61]: [MekanismGenerators] Render registrations complete.
    [20:21:58] [Client thread/INFO] [Mekanism]: Loaded MekanismGenerators module.
    [20:21:58] [Client thread/INFO] [Mekanism]: Loaded MekanismTools module.
    [20:21:58] [Client thread/INFO] [NEIAddons]: Loading NEI Addons
    [20:21:58] [Client thread/INFO] [NEIAddons]: Loading Crafting Tables Addon...
    [20:21:58] [Client thread/INFO] [NEIAddons|CraftingTables]: Required mod EE3 is not installed, dependent features will be unavailable
    [20:21:58] [Client thread/INFO] [NEIAddons|CraftingTables]: Not registering EE3 Minium Stone
    [20:21:58] [Client thread/INFO] [NEIAddons|CraftingTables]: Required mod BuildCraft|Factory is not installed, dependent features will be unavailable
    [20:21:58] [Client thread/INFO] [NEIAddons|CraftingTables]: Not registering BC Autorcrafting Table
    [20:21:58] [Client thread/INFO] [NEIAddons|CraftingTables]: Required mod powersuitaddons is not installed, dependent features will be unavailable
    [20:21:58] [Client thread/INFO] [NEIAddons|CraftingTables]: Not registering MPSA In-Place Assembler
    [20:21:58] [Client thread/INFO] [NEIAddons|CraftingTables]: Required mod ProjectE is not installed, dependent features will be unavailable
    [20:21:58] [Client thread/INFO] [NEIAddons|CraftingTables]: Not registering ProjectE Philosopher Stone
    [20:21:58] [Client thread/INFO] [Railcraft]: Adding Coke Oven recipe: net.minecraft.item.ItemBlock, 1xtile.blockCoal@0, 0
    [20:21:58] [Client thread/INFO] [Waila]: Receiving registration request from [ Mekanism ] for method mekanism.common.integration.WailaDataProvider.register
    [20:21:58] [Client thread/INFO] [IC2.Uu]: Loading predefined UU world scan values, run /ic2 uu-world-scan <small|medium|large> to calibrate them for your world.
    [20:21:58] [Client thread/WARN] [IC2.Uu]: UU world-scan config: Can't find ItemStack for BuildCraft|Core:eternalSpring, ignoring the entry in line 88.
    [20:21:58] [Client thread/WARN] [IC2.Uu]: UU world-scan config: Can't find ItemStack for BuildCraft|Core:eternalSpring@1, ignoring the entry in line 109.
    [20:21:58] [Client thread/INFO] [IC2.General]: IC2 version 2.2.711-experimental loaded.
    [20:21:58] [Client thread/INFO] [Mekanism]: Hooked into IC2 successfully.
    [20:21:58] [Client thread/INFO] [Mekanism]: Finished loading Cardboard Box blacklist (loaded 0 entries)
    [20:21:59] [Client thread/INFO] [Mekanism]: Hooking complete.
    [20:21:59] [Client thread/INFO] [Railcraft]: Railcraft registered "creosote" as a valid Boiler fuel source with 4800 heat.
    [20:21:59] [Client thread/INFO] [Railcraft]: Adding Coke Oven recipe: net.minecraft.item.ItemMultiTexture, 1xtile.log@32767, 32,767
    [20:21:59] [Client thread/INFO] [Railcraft]: Adding Coke Oven recipe: net.minecraft.item.ItemMultiTexture, 1xtile.log@32767, 32,767
    [20:21:59] [Client thread/INFO] [Railcraft]: Adding Coke Oven recipe: ic2.core.item.block.ItemBlockIC2, 1xic2.blockRubWood@32767, 32,767
    [20:21:59] [Client thread/WARN] [Railcraft]: Could not register CraftGuide plugins: CraftGuide missing.
    [20:21:59] [Client thread/INFO] [Railcraft]: Railcraft Config: Doing post init configuration
    [20:21:59] [Client thread/INFO] [Railcraft]: Adding World Anchor Fuel = minecraft:ender_pearl=12
    [20:21:59] [Client thread/INFO] [Railcraft]: Adding Personal Anchor Fuel = minecraft:ender_pearl=12
    [20:21:59] [Client thread/INFO] [STDOUT]: [mcp.mobius.waila.gui.truetyper.TrueTypeFont:<init>:98]: TrueTypeFont loaded: java.awt.Font[family=Minecraftia,name=Minecraftia Regular,style=plain,size=14] - AntiAlias = true
    [20:21:59] [Client thread/INFO] [CoFHWorld]: CoFH Core found 1 World Generation files present in /home/dipanjan/.minecraft/config/cofh/world/.
    [20:21:59] [Client thread/WARN] [Waila]: [BC] Class not found. java.lang.ClassNotFoundException: buildcraft.factory.TileTank
    [20:21:59] [Client thread/WARN] [Waila]: [Thaumcraft] Class not found. java.lang.ClassNotFoundException: thaumcraft.common.Thaumcraft
    [20:21:59] [Client thread/INFO] [Waila]: [EnderStorage] EnderStorage mod not found.
    [20:21:59] [Client thread/INFO] [Waila]: [GraveStone] GraveStone mod not found.
    [20:21:59] [Client thread/INFO] [Waila]: [TwilightForestMod] TwilightForestMod mod not found.
    [20:21:59] [Client thread/WARN] [Waila]: [Thermal Expansion] Error while loading Energy Cell hooks.java.lang.ClassNotFoundException: cofh.thermalexpansion.block.cell.TileCell
    [20:21:59] [Client thread/WARN] [Waila]: [Thermal Expansion] Error while loading Tank hooks.java.lang.ClassNotFoundException: cofh.thermalexpansion.block.tank.TileTank
    [20:21:59] [Client thread/WARN] [Waila]: [Thermal Expansion] Error while loading Tesseract hooks.java.lang.ClassNotFoundException: cofh.thermalexpansion.block.ender.TileTesseract
    [20:21:59] [Client thread/WARN] [Waila]: [Thermal Expansion] Error while loading Tesseract hooks.java.lang.ClassNotFoundException: cofh.thermalexpansion.block.cache.TileCache
    [20:21:59] [Client thread/WARN] [Waila]: [Thermal Dynamics] Error while loading FluidDuct hooks.java.lang.ClassNotFoundException: cofh.thermaldynamics.ducts.fluid.TileFluidDuct
    [20:21:59] [Client thread/INFO] [Waila]: [Engineer Toolbox] Engineer Toolbox mod not found.
    [20:21:59] [Client thread/INFO] [Waila]: [ProjectRed] ProjectRed|Integration mod not found.
    [20:21:59] [Client thread/INFO] [Waila]: [ExtraUtilities] ExtraUtilities mod not found.
    [20:21:59] [Client thread/INFO] [Waila]: [OpenBlocks] OpenBlocks mod not found.
    [20:21:59] [Client thread/INFO] [Waila]: Railcraft mod found.
    [20:21:59] [Client thread/INFO] [Waila]: [PamHarvestCraft] PamHarvestCraft mod not found.
    [20:21:59] [Client thread/INFO] [Waila]: [MagicalCrops] MagicalCrops mod not found.
    [20:21:59] [Client thread/INFO] [Waila]: [Statues] Statues mod not found.
    [20:21:59] [Client thread/INFO] [Waila]: [Agriculture] Agriculture mod not found.
    [20:21:59] [Client thread/INFO] [Waila]: Forge Multipart found and dedicated handler registered
    [20:21:59] [Client thread/INFO] [Waila]: Trying to reflect mekanism.common.integration.WailaDataProvider register
    [20:21:59] [Client thread/INFO] [Waila]: Success in registering Mekanism
    [20:22:00] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 26 mods
    [20:22:00] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:ArmorStatusHUD, FMLFileResourcePack:StatusEffectHUD, FMLFileResourcePack:CoFH Core, FMLFileResourcePack:IndustrialCraft 2, FMLFileResourcePack:Inventory Tweaks, FMLFileResourcePack:Mekanism, FMLFileResourcePack:MekanismGenerators, FMLFileResourcePack:MekanismTools, FMLFileResourcePack:NEI Addons, FMLFileResourcePack:NEI Addons: Botany, FMLFileResourcePack:NEI Addons: Forestry, FMLFileResourcePack:NEI Addons: Crafting Tables, FMLFileResourcePack:NEI Addons: Ex Nihilo, FMLFileResourcePack:NEI Integration, FMLFileResourcePack:Railcraft, FMLFileResourcePack:Waila, FMLFileResourcePack:bspkrsCore, FMLFileResourcePack:Forge Microblocks, FMLFileResourcePack:Forge Multipart, FMLFileResourcePack:Minecraft Multipart Plugin
    [OptiFine] *** Reloading textures ***
    [OptiFine] Resource packs: Default
    [OptiFine] Loading texture map: textures/blocks
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/0_glass_white/glass_pane_white.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/0_glass_white/glass_white.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/10_glass_purple/glass_pane_purple.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/10_glass_purple/glass_purple.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/11_glass_blue/glass_blue.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/11_glass_blue/glass_pane_blue.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/12_glass_brown/glass_brown.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/12_glass_brown/glass_pane_brown.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/13_glass_green/glass_green.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/13_glass_green/glass_pane_green.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/14_glass_red/glass_pane_red.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/14_glass_red/glass_red.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/15_glass_black/glass_black.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/15_glass_black/glass_pane_black.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/1_glass_orange/glass_orange.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/1_glass_orange/glass_pane_orange.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/2_glass_magenta/glass_magenta.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/2_glass_magenta/glass_pane_magenta.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/3_glass_light_blue/glass_light_blue.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/3_glass_light_blue/glass_pane_light_blue.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/4_glass_yellow/glass_pane_yellow.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/4_glass_yellow/glass_yellow.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/5_glass_lime/glass_lime.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/5_glass_lime/glass_pane_lime.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/6_glass_pink/glass_pane_pink.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/6_glass_pink/glass_pink.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/7_glass_gray/glass_gray.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/7_glass_gray/glass_pane_gray.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/8_glass_silver/glass_pane_silver.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/8_glass_silver/glass_silver.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/9_glass_cyan/glass_cyan.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/9_glass_cyan/glass_pane_cyan.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/bookshelf.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/glass.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/glasspane.properties
    [OptiFine] ConnectedTextures: mcpatcher/ctm/default/sandstone.properties
    [OptiFine] Multipass connected textures: false
    [20:22:01] [Client thread/ERROR]: Using missing texture, unable to load mekanism:textures/blocks/models/SmallTransmitterVertical.png, java.io.FileNotFoundException
    [20:22:01] [Client thread/ERROR]: Using missing texture, unable to load mekanism:textures/blocks/models/SmallTransmitterHorizontal.png, java.io.FileNotFoundException
    [OptiFine] Texture size: textures/blocks, 2048x1024
    [20:22:01] [Client thread/INFO]: Created: 2048x1024 textures/blocks-atlas
    [OptiFine] Loading texture map: textures/items
    [OptiFine] Texture size: textures/items, 1024x512
    [20:22:02] [Client thread/INFO]: Created: 1024x512 textures/items-atlas
    [20:22:02] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
    [20:22:02] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down...
    [20:22:02] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com
    [20:22:02] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
    [20:22:02] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
    [20:22:02] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
    [20:22:03] [Client thread/INFO] [bspkrsCore]: Enabling Main Menu Mob render ticker
    [20:22:03] [Thread-15/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
    [20:22:03] [Thread-15/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
    [20:22:03] [Client thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerPlayer
    [20:22:03] [Thread-15/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
    [20:22:03] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
    [20:22:03] [Sound Library Loader/INFO]: Sound engine started
    [OptiFine] *** Reloading custom textures ***
    [OptiFine] NaturalTextures: configuration "optifine/natural.properties" not found
    [OptiFine] NaturalTextures: Checking default configuration.
    [OptiFine] NaturalTextures: grass_top = 4F
    [OptiFine] NaturalTextures: stone = 2F
    [OptiFine] NaturalTextures: dirt = 4F
    [OptiFine] NaturalTextures: grass_side = F
    [OptiFine] NaturalTextures: grass_side_overlay = F
    [OptiFine] NaturalTextures: stone_slab_top = F
    [OptiFine] NaturalTextures: bedrock = 2F
    [OptiFine] NaturalTextures: sand = 4F
    [OptiFine] NaturalTextures: gravel = 2
    [OptiFine] NaturalTextures: log_oak = 2F
    [OptiFine] NaturalTextures: log_oak_top = 4F
    [OptiFine] NaturalTextures: gold_ore = 2F
    [OptiFine] NaturalTextures: iron_ore = 2F
    [OptiFine] NaturalTextures: coal_ore = 2F
    [OptiFine] NaturalTextures: diamond_ore = 2F
    [OptiFine] NaturalTextures: redstone_ore = 2F
    [OptiFine] NaturalTextures: lapis_ore = 2F
    [OptiFine] NaturalTextures: obsidian = 4F
    [OptiFine] NaturalTextures: leaves_oak = 2F
    [OptiFine] NaturalTextures: leaves_oak_opaque = 2F
    [OptiFine] NaturalTextures: leaves_jungle = 2
    [OptiFine] NaturalTextures: leaves_jungle_opaque = 2
    [OptiFine] NaturalTextures: snow = 4F
    [OptiFine] NaturalTextures: grass_side_snowed = F
    [OptiFine] NaturalTextures: cactus_side = 2F
    [OptiFine] NaturalTextures: clay = 4F
    [OptiFine] NaturalTextures: mycelium_side = F
    [OptiFine] NaturalTextures: mycelium_top = 4F
    [OptiFine] NaturalTextures: farmland_wet = 2F
    [OptiFine] NaturalTextures: farmland_dry = 2F
    [OptiFine] NaturalTextures: netherrack = 4F
    [OptiFine] NaturalTextures: soul_sand = 4F
    [OptiFine] NaturalTextures: glowstone = 4
    [OptiFine] NaturalTextures: log_spruce = 2F
    [OptiFine] NaturalTextures: log_birch = F
    [OptiFine] NaturalTextures: leaves_spruce = 2F
    [OptiFine] NaturalTextures: leaves_spruce_opaque = 2F
    [OptiFine] NaturalTextures: log_jungle = 2F
    [OptiFine] NaturalTextures: end_stone = 4
    [OptiFine] NaturalTextures: sandstone_top = 4
    [OptiFine] NaturalTextures: sandstone_bottom = 4F
    [OptiFine] NaturalTextures: redstone_lamp_on = 4F
    [OptiFine] Loading custom colors: textures/colormap/grass.png
    [OptiFine] Loading custom colors: textures/colormap/foliage.png
    [20:22:30] [Client thread/INFO] [bspkrsCore]: Disabling Main Menu Mob render ticker
    [20:22:31] [Client thread/INFO] [bspkrsCore]: Enabling Main Menu Mob render ticker
    [20:22:32] [Client thread/INFO] [bspkrsCore]: Disabling Main Menu Mob render ticker
    [20:22:33] [Client thread/INFO] [bspkrsCore]: Enabling Main Menu Mob render ticker
    [20:22:34] [Server thread/INFO]: Starting integrated minecraft server version 1.7.10
    [20:22:34] [Server thread/INFO]: Generating keypair
    [20:22:35] [Server thread/INFO] [fml.ModTracker]: This world was saved with mod CoFHCore version 1.7.10R3.0.0RC7 and it is now at version 1.7.10R3.0.2, things may not work well
    [20:22:35] [Server thread/INFO] [fml.ModTracker]: This world was saved with mod ForgeMultipart version 1.1.1.320 and it is now at version 1.1.2.331, things may not work well
    [20:22:35] [Server thread/INFO] [fml.ModTracker]: This world was saved with mod Mekanism version 8.1.0 and it is now at version 8.1.1, things may not work well
    [20:22:35] [Server thread/INFO] [fml.ModTracker]: This world was saved with mod MekanismGenerators version 8.1.0 and it is now at version 8.1.1, things may not work well
    [20:22:35] [Server thread/INFO] [fml.ModTracker]: This world was saved with mod MekanismTools version 8.1.0 and it is now at version 8.1.1, things may not work well
    [20:22:35] [Server thread/INFO] [fml.ModTracker]: This world was saved with mod McMultipart version 1.1.1.320 and it is now at version 1.1.2.331, things may not work well
    [20:22:35] [Server thread/INFO] [fml.ModTracker]: This world was saved with mod ForgeMicroblock version 1.1.1.320 and it is now at version 1.1.2.331, things may not work well
    [20:22:35] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
    [20:22:35] [Server thread/INFO] [FML]: Applying holder lookups
    [20:22:35] [Server thread/INFO] [FML]: Holder lookups applied
    [20:22:35] [Server thread/INFO] [FML]: Loading dimension 0 (LinuxMekanism) (net.minecraft.server.integrated.IntegratedServer@6e0f9c7e)
    [OptiFine] WorldServer.nextTickSet updated
    [20:22:35] [Server thread/INFO] [FML]: Loading dimension 1 (LinuxMekanism) (net.minecraft.server.integrated.IntegratedServer@6e0f9c7e)
    [OptiFine] WorldServer.nextTickSet updated
    [20:22:35] [Server thread/INFO] [FML]: Loading dimension -1 (LinuxMekanism) (net.minecraft.server.integrated.IntegratedServer@6e0f9c7e)
    [OptiFine] WorldServer.nextTickSet updated
    [20:22:36] [Server thread/INFO]: Preparing start region for level 0
    [20:22:37] [Server thread/INFO]: Preparing spawn area: 45%
    [20:22:37] [Server thread/INFO] [Mekanism]: VoiceServer: Starting up server...
    [20:22:38] [Client thread/INFO] [bspkrsCore]: Disabling Main Menu Mob render ticker
    [20:22:38] [Server thread/ERROR]: Encountered an unexpected exception
    net.minecraft.util.ReportedException: Ticking block entity
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:642) ~[MinecraftServer.class:?]
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) ~[MinecraftServer.class:?]
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186) ~[bsx.class:?]
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?]
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [?:?]
    Caused by: java.lang.NullPointerException
    at mekanism.common.content.transporter.TransporterPathfinder.getPaths(TransporterPathfinder.java:227) ~[TransporterPathfinder.class:?]
    at mekanism.common.content.transporter.TransporterPathfinder.getNewBasePath(TransporterPathfinder.java:280) ~[TransporterPathfinder.class:?]
    at mekanism.common.content.transporter.TransporterStack.recalculatePath(TransporterStack.java:161) ~[TransporterStack.class:?]
    at mekanism.common.multipart.MultipartTransporter.recalculate(MultipartTransporter.java:230) ~[MultipartTransporter.class:?]
    at mekanism.common.multipart.MultipartTransporter.update(MultipartTransporter.java:63) ~[MultipartTransporter.class:?]
    at mekanism.common.multipart.PartLogisticalTransporter.update(PartLogisticalTransporter.java:161) ~[PartLogisticalTransporter.class:?]
    at codechicken.multipart.TileMultipart$$anonfun$updateEntity$1.apply(TileMultipart.scala:82) ~[TileMultipart$$anonfun$updateEntity$1.class:?]
    at codechicken.multipart.TileMultipart$$anonfun$updateEntity$1.apply(TileMultipart.scala:82) ~[TileMultipart$$anonfun$updateEntity$1.class:?]
    at codechicken.multipart.TileMultipart.operate(TileMultipart.scala:76) ~[TileMultipart.class:?]
    at codechicken.multipart.TileMultipart.func_145845_h(TileMultipart.scala:82) ~[TileMultipart.class:?]
    at net.minecraft.world.World.func_72939_s(World.java:1939) ~[ahb.class:?]
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489) ~[mt.class:?]
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636) ~[MinecraftServer.class:?]
    ... 4 more
    [20:22:39] [Server thread/ERROR]: This crash report has been saved to: /home/dipanjan/.minecraft/crash-reports/crash-2015-04-17_20.22.38-server.txt
    [20:22:39] [Server thread/INFO]: Stopping server
    [20:22:39] [Server thread/INFO]: Saving players
    [20:22:39] [Server thread/INFO]: Saving worlds
    [20:22:39] [Server thread/INFO]: Saving chunks for level 'LinuxMekanism'/Overworld
    [20:22:39] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:func_71377_b:349]: ---- Minecraft Crash Report ----
    // Uh... Did I do that?

    Time: 17/4/15 8:22 PM
    Description: Ticking block entity

    java.lang.NullPointerException: Ticking block entity
    at mekanism.common.content.transporter.TransporterPathfinder.getPaths(TransporterPathfinder.java:227)
    at mekanism.common.content.transporter.TransporterPathfinder.getNewBasePath(TransporterPathfinder.java:280)
    at mekanism.common.content.transporter.TransporterStack.recalculatePath(TransporterStack.java:161)
    at mekanism.common.multipart.MultipartTransporter.recalculate(MultipartTransporter.java:230)
    at mekanism.common.multipart.MultipartTransporter.update(MultipartTransporter.java:63)
    at mekanism.common.multipart.PartLogisticalTransporter.update(PartLogisticalTransporter.java:161)
    at codechicken.multipart.TileMultipart$$anonfun$updateEntity$1.apply(TileMultipart.scala:82)
    at codechicken.multipart.TileMultipart$$anonfun$updateEntity$1.apply(TileMultipart.scala:82)
    at codechicken.multipart.TileMultipart.operate(TileMultipart.scala:76)
    at codechicken.multipart.TileMultipart.func_145845_h(TileMultipart.scala:82)
    at net.minecraft.world.World.func_72939_s(World.java:1939)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

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

    -- Head --
    Stacktrace:
    at mekanism.common.content.transporter.TransporterPathfinder.getPaths(TransporterPathfinder.java:227)
    at mekanism.common.content.transporter.TransporterPathfinder.getNewBasePath(TransporterPathfinder.java:280)
    at mekanism.common.content.transporter.TransporterStack.recalculatePath(TransporterStack.java:161)
    at mekanism.common.multipart.MultipartTransporter.recalculate(MultipartTransporter.java:230)
    at mekanism.common.multipart.MultipartTransporter.update(MultipartTransporter.java:63)
    at mekanism.common.multipart.PartLogisticalTransporter.update(PartLogisticalTransporter.java:161)
    at codechicken.multipart.TileMultipart$$anonfun$updateEntity$1.apply(TileMultipart.scala:82)
    at codechicken.multipart.TileMultipart$$anonfun$updateEntity$1.apply(TileMultipart.scala:82)
    at codechicken.multipart.TileMultipart.operate(TileMultipart.scala:76)
    at codechicken.multipart.TileMultipart.func_145845_h(TileMultipart.scala:82)

    -- Block entity being ticked --
    Details:
    Name: savedMultipart // TileMultipart_cmp$$12
    Block type: ID #165 (tile.multipart // codechicken.multipart.BlockMultipart)
    Block data value: 0 / 0x0 / 0b0000
    Block location: World: (-230,90,121), Chunk: (at 10,5,9 in -15,7; contains blocks -240,0,112 to -225,255,127), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
    Actual block type: ID #165 (tile.multipart // codechicken.multipart.BlockMultipart)
    Actual block data value: 0 / 0x0 / 0b0000
    Stacktrace:
    at net.minecraft.world.World.func_72939_s(World.java:1939)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)

    -- Affected level --
    Details:
    Level name: LinuxMekanism
    All players: 0 total; []
    Chunk stats: ServerChunkCache: 625 Drop: 0
    Level seed: 3568329791027256203
    Level generator: ID 00 - default, ver 1. Features enabled: true
    Level generator options:
    Level spawn location: World: (-64,64,248), Chunk: (at 0,4,8 in -4,15; contains blocks -64,0,240 to -49,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
    Level time: 5229170 game time, 5857360 day time
    Level dimension: 0
    Level storage version: 0x04ABD - Anvil
    Level weather: Rain time: 95290 (now: false), thunder time: 143739 (now: false)
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
    Stacktrace:
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

    -- System Details --
    Details:
    Minecraft Version: 1.7.10
    Operating System: Linux (amd64) version 3.13.0-48-generic
    Java Version: 1.7.0_76, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 1706851224 bytes (1627 MB) / 2022178816 bytes (1928 MB) up to 2022178816 bytes (1928 MB)
    JVM Flags: 2 total; -Xmx2G -Xms2G
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
    FML: MCP v9.05 FML v7.10.97.1343 Minecraft Forge 10.13.2.1343 Optifine OptiFine_1.7.10_HD_B5 26 mods loaded, 26 mods active
    mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    FML{7.10.97.1343} [Forge Mod Loader] (forge-1.7.10-10.13.2.1343-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Forge{10.13.2.1343} [Minecraft Forge] (forge-1.7.10-10.13.2.1343-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    NotEnoughItems{1.0.4.90} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.4.90-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    <CoFH ASM>{000} [CoFH ASM] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    bspkrsCore{6.16} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    ArmorStatusHUD{1.28} [ArmorStatusHUD] ([1.7.10]ArmorStatusHUD-client-1.28.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    StatusEffectHUD{1.27} [StatusEffectHUD] ([1.7.10]StatusEffectHUD-client-1.27.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    CoFHCore{1.7.10R3.0.2} [CoFH Core] (CoFHCore-[1.7.10]3.0.2-262.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    IC2{2.2.711-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.711-experimental.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (InventoryTweaks-1.58-147.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    ForgeMultipart{1.1.2.331} [Forge Multipart] (ForgeMultipart-1.7.10-1.1.2.331-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Mekanism{8.1.1} [Mekanism] (Mekanism-1.7.10-8.1.1.225.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MekanismGenerators{8.1.1} [MekanismGenerators] (MekanismGenerators-1.7.10-8.1.1.225.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MekanismTools{8.1.1} [MekanismTools] (MekanismTools-1.7.10-8.1.1.225.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    NEIAddons{1.12.5.17} [NEI Addons] (neiaddons-mc1710-1.12.5.17.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    NEIAddons|Botany{1.12.5.17} [NEI Addons: Botany] (neiaddons-mc1710-1.12.5.17.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    NEIAddons|Forestry{1.12.5.17} [NEI Addons: Forestry] (neiaddons-mc1710-1.12.5.17.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    NEIAddons|CraftingTables{1.12.5.17} [NEI Addons: Crafting Tables] (neiaddons-mc1710-1.12.5.17.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    NEIAddons|ExNihilo{1.12.5.17} [NEI Addons: Ex Nihilo] (neiaddons-mc1710-1.12.5.17.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    neiintegration{1.0.7} [NEI Integration] (NEIIntegration-MC1.7.10-1.0.7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Railcraft{9.5.0.0} [Railcraft] (Railcraft_1.7.10-9.5.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    McMultipart{1.1.2.331} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.1.2.331-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    ForgeMicroblock{1.1.2.331} [Forge Microblocks] (ForgeMultipart-1.7.10-1.1.2.331-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    CoFHCore: -[1.7.10]3.0.2-262
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Player Count: 0 / 8; []
    Type: Integrated Server (map_client.txt)
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    [20:22:39] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:func_71377_b:354]: #@!@# Game crashed! Crash report saved to: #@!@# /home/dipanjan/.minecraft/crash-reports/crash-2015-04-17_20.22.38-server.txt
    [20:22:39] [Client thread/INFO] [FML]: Waiting for the server to terminate/save.
    [20:22:39] [Server thread/INFO]: Saving chunks for level 'LinuxMekanism'/Nether
    [20:22:39] [Server thread/INFO]: Saving chunks for level 'LinuxMekanism'/The End
    [20:22:39] [Server thread/INFO] [FML]: Unloading dimension 0
    [20:22:39] [Server thread/INFO] [FML]: Unloading dimension -1
    [20:22:39] [Server thread/INFO] [FML]: Unloading dimension 1
    [20:22:39] [Server thread/INFO] [FML]: Applying holder lookups
    [20:22:39] [Server thread/INFO] [FML]: Holder lookups applied
    [20:22:39] [Server thread/INFO] [FML]: The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.
    [20:22:39] [Client thread/INFO] [FML]: Server terminated.
    AL lib: (EE) alc_cleanup: 1 device not closed

    Please help!


    You should read it , yourself.

    You'll learn to debug these crashes yourself, and fell good at having learned to do so.


    This is the ouput right before, during and right after the first fatal error


    [20:21:24] [main/INFO] [STDOUT]: [codechicken.core.launch.DepLoader$DepLoadInst:download:343]: Download complete
    [20:21:24][main/INFO] [STDOUT]: [codechicken.core.launch.DepLoader$DepLoadInst:checkExisting:431]: Deleted old version CodeChickenLib-1.7.10-1.1.1.110-universal.jar

    Downloadingfile http://files.minecraftforge.net/maven/codechicken/CodeChickenLib/1.7.10-1.1.3.127//CodeChickenLib-1.7.10-1.1.3.127-universal.jar

    [20:21:30] [main/INFO] [STDOUT]: [codechicken.core.launch.DepLoader$DepLoadInst:download:343]: Download complete

    Here you see, a mod has requested CodeChickenLib-1.7.10-1.1.3.127 and its downloaded after

    CodeChickenLib-1.7.10-1.1.1.110 is deleted



    [20:21:30] [main/ERROR] [FML]: Unable to read the jar file CodeChickenLib-1.7.10-1.1.1.110-universal.jar - ignoring

    java.io.FileNotFoundException: /home/dipanjan/.minecraft/mods/1.7.10/CodeChickenLib-1.7.10-1.1.1.110-universal.jar (No such file or directory)

    And here you'd will see that a mod has requested CodeChickenLib-1.7.10-1.1.1.110 be loaded.

    But it can't be, because it wa just deleted.


    to fix this, you have to figure out which mod is still using CCL 110 and update it, or downgrade everything else that uses v 127 to use 110 instead

    Posted in: Minecraft Mods
  • 0

    posted a message on PowerCrystals' mods - MineFactoryReloaded, PowerCrystalsCore, and NetherOres updated! - MFR 2.7.9 released
    Quote from REIF56»

    Hello! I am running a DireWolf20 server (1.7.10/1.1) and a block from MineFactoryReloaded (plastic tank or idk...) managed to corupt my map... If i try to connect to the server it will disconnect me (disconnected by softwear from your machine) the only thing i can do is to delete the jar file and i hope my map is still there... pls fix this!


    You 2 choices , you can download the world's save files and use mcedit to remove the offending block.


    Or you can use world edit to delite the block while the server is running.


    Using WE will be a bit tricky.

    You'll first have to edit your character file to move you far away from the game crashing block.

    Then read the crash log to get the details, it should list the coordinates and item id of the offending block.

    If needed , read the WE wiki on the commands needed.


    For a beginer to WE, I would suggest you use the commands to select the objects coords twice.

    For example if it's at 1000x 65y 2000z, then set 1000x 65y 2000z as both corners of the selected area.

    Then expand the selection Up 1, Down 1, North 1, East 1, West 1 and South1 block each.

    The use the command to turn one ID into another ID and turn the offending block into ID 0 ( zero for an Air Block)

    Posted in: Minecraft Mods
  • 0

    posted a message on Insulation

    Great Idea !

    Don't wait for Mojang to something this, though, just use the mod ........

    Posted in: Suggestions
  • 0

    posted a message on ChickenBones Mods
    Quote from bertben»
    I posted a crash log a couple days ago and nobody helped me ~~ reposting the same log


    https://github.com/Chicken-Bones/NotEnoughItems/issues/148
    This post on his github should help
    Posted in: Minecraft Mods
  • To post a comment, please .