however, i could convert this idea, to expand on openComputers. But computercraft is not modular, OpenComputers is. I was trying to keep the idea of RF to something like the Golems in Thaumcraft
I have gone the route of CreeperHost for now, i will allocate CreeperHost's File set and just use it. Condense it and make it a server package. Thanks for the help!
The idea is simple, running Robotic Guards/Servants, off of RF power.
The Non-TL;DR version is more complicated:
There is a story to these bots, you have to learn how to make these, and as you discover the research in dungeon loot books, you learn a schematic. Each schematic eventually totals to each recipe needed to make the bots. The types of bot pieces are listed in the spoiler below:
The Head: Which is the personality, behavior, and actions the bot does, each head can be programmed with a soldering table, and can be used to improve efficiency, and charging capabilities. So you could build this to operate on solar power, or go into a chamber and charge itself (provided the chamber has power to give the bot), otherwise the bot will sit in the chamber until it has charged fully. This piece is the AI of the entire bot, deciding if its a servant or a guard.
The Body: This is the charge/storage capacity, it is the core of the Bot. This means, everything works off of the body, tiered bodies have a complexity limit, so a tier 3 head that charges on solar power can't work on a wooden battery box shaped like a body, for example.
The Arm(s): This part is slightly different. You can have 1 or 2 arms, however, each have a power draw. So you could a tier 1 arm, and an empty slot on the other arm. This would save power, BUT reduce the damage(if you are using it as a guard) or the mining/harvesting speed (if you are using it as a servant)
The Legs: This controls speed, maneuverability, and ability. If it can work only on flat surfaces, go up 1 block, or can jump
up to reach other areas. This also controls Pathing, so it can choose the best course of motion depending on its ability given by the means of transportation
Plating: This is the health, the armor value of the bot, how much damage it can take, whether that means the plating generates a bubble shield at high tiers, as well as have solar panels on the shoulders that allow for small power generation, or have an extra layer of iron.
After you know some components, some flux-charged cogs, some circuitry, and some soldering with the soldering table, which is akin to the customization in the modular powersuits' tinkering table, and a displayed set of items that are in the table (that don't drop when you exit the table), You could start building a Bot! Once you craft a piece of the bot, you can put it into the corresponding slot in the "Assembly Table" that also displays the bits of the bot.
Once you assembled the bot in the assembly table, you have to connect power to the table, to make sure it has power, enough to let it go through initialization(being a movement of each limb, maybe a full circle of each limb) Finally, once it calibrates itself, you open its inventory (via Right click) and this opens a GUI that shows its current amount of RF it has charged, its item inventory (dependent of the body's configuration). Here you can give it things to transport, or repair materials, extra batteries, or anything it might need to keep going.
For Guards:
These guys have multiple things at their disposal. I will list the arms and tiers:
Arms:
Tier 1: Open Hand - Can hold items(such as swords), and can punch for 1 heart in damage(or the damage value of the item held)uses the durability also)
Tier 2: Iron Sword Arm - Quite literally, the arm is a sword, this does 3 hearts per hit, and is cheaper in energy to run than tier 1.
Tier 3: Bow Arm - This operates like a crossbow, and costs more power, to draw the string, doing 2 hearts per hit, from a range.
Tier 4: Cannon Arm - This fires from a very long range, and is the most expensive in power costs, but it lands a whopping 5 hearts per hit.
Tier 5: Manyullyn Sword Arm - This blade can be upgraded with sharpness and any other modifier (only if Tinker's Construct is installed is this available)
For Servants:
The arms for the servants, these guys also have much at their disposal!
Arms:
Tier 1: Open Hand - Can hold items(such as bags), and can punch for the mining/harvesting speed of the hand. (uses the durability of the item carried)
Tier 2: Iron Tool Arms - these are more efficient power wise and have faster harvesting speeds of the corresponding tool.
Tier 3: Suction Arms - Picks up items in a medium radius, and harvests crops (right-click on the crop) then puts the items in its inventory (size dictated by body)
Tier 4: Manyullyn Tool Arms (only available with tinkers construct installed)
For Both:
These are the things that both can have.
Legs:
Tier 1: Belt-treads - move slowly and at high power, can go up 1 block steps without jumping. (cannot jump) 2x2 area
Tier 2: Quad-tire chassis - Moves quickly, less power consumption, must work on level surfaces(except stairs) 2x2 area
Tier 3: Bipedal Legs - Moves at the speed of walking players, medium power consumption, and can jump. 1x1 area
This idea is something that i want to implement in a similar way that golems in Thaumcraft are operated, except they are robotic, and they are scaled at the size of the player. They would be researched through books found around dungeons, or discovered when tinkering. (i don't want NEI to work but the research notes to tell you instead).
All things are subject to change. I would like to help, but i don't know much about code yet, so learning with this would be fun! Also i would be willing to shift on some ideas, and would work with you with ideas. I also would like credit if this mod is made!
Forge/bukkit issues in 99.99999% of cases end up as broken functionality, not crashes. The error from the last crash report is a straight mod error, no server code there.
Actually it's curious it's throwing a rendering error since there is no renderer in server code, that should be a client crash. My guess is that mod, or at least that version file, is not fully compatible with servers at all.
So what do you recommend doing? getting rid of cauldron, just running a normal forge server? I ask because cauldron isn't neccesary, it was just an option to try, considering the economy plug-ins and etc.
I have looked into this, but yet another crash, it looks like it had continued further than last, so i will keep it removed for now
As for the crash log:
EDIT: I just read that it had something to do with the secret doors rendering, i don't know how to fix that other than to remove it, any tips?
---- Minecraft Crash Report ----
// Uh... Did I do that?
Time: 2/1/15 10:13 PM
Description: Exception in server tick loop
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: com/github/abrarsyed/secretroomsmod/malisisdoors/CamoDoorRenderer
at cpw.mods.fml.common.LoadController.transition(LoadController.java:162)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:515)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Caused by: java.lang.NoClassDefFoundError: com/github/abrarsyed/secretroomsmod/malisisdoors/CamoDoorRenderer
at com.github.abrarsyed.secretroomsmod.malisisdoors.MalisisDoorsCompat.preInit(MalisisDoorsCompat.java:82)
at com.github.abrarsyed.secretroomsmod.common.SecretRooms.preLoad(SecretRooms.java:149)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
at sun.reflect.GeneratedMethodAccessor3.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:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
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:118)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
... 5 more
Caused by: java.lang.ClassNotFoundException: com.github.abrarsyed.secretroomsmod.malisisdoors.CamoDoorRenderer
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 33 more
Caused by: java.lang.NoClassDefFoundError: net/malisis/doors/door/renderer/DoorRenderer
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 35 more
Caused by: java.lang.ClassNotFoundException: net.malisis.doors.door.renderer.DoorRenderer
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 39 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
Okay, so i am trying to build a server for a custom mod-pack. One that i use amongst my small group of friends. Anyways, i have been having problems with getting it to launch, i am getting errors during the 'construction' phase.
---- Minecraft Crash Report ----
// Ooh. Shiny.
Time: 1/31/15 10:03 PM
Description: Exception in server tick loop
cpw.mods.fml.common.LoaderException: cpw.mods.fml.common.LoaderException
at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:76)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:492)
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:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
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:118)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:492)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Caused by: cpw.mods.fml.common.LoaderException
at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:69)
... 27 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
0
0
0
0
I just realized that OpenComputer's Robots can do this, or something similar.
1
The Body: This is the charge/storage capacity, it is the core of the Bot. This means, everything works off of the body, tiered bodies have a complexity limit, so a tier 3 head that charges on solar power can't work on a wooden battery box shaped like a body, for example.
The Arm(s): This part is slightly different. You can have 1 or 2 arms, however, each have a power draw. So you could a tier 1 arm, and an empty slot on the other arm. This would save power, BUT reduce the damage(if you are using it as a guard) or the mining/harvesting speed (if you are using it as a servant)
The Legs: This controls speed, maneuverability, and ability. If it can work only on flat surfaces, go up 1 block, or can jump
up to reach other areas. This also controls Pathing, so it can choose the best course of motion depending on its ability given by the means of transportation
Plating: This is the health, the armor value of the bot, how much damage it can take, whether that means the plating generates a bubble shield at high tiers, as well as have solar panels on the shoulders that allow for small power generation, or have an extra layer of iron.
Once you assembled the bot in the assembly table, you have to connect power to the table, to make sure it has power, enough to let it go through initialization(being a movement of each limb, maybe a full circle of each limb) Finally, once it calibrates itself, you open its inventory (via Right click) and this opens a GUI that shows its current amount of RF it has charged, its item inventory (dependent of the body's configuration). Here you can give it things to transport, or repair materials, extra batteries, or anything it might need to keep going.
Arms:
Tier 1: Open Hand - Can hold items(such as swords), and can punch for 1 heart in damage(or the damage value of the item held)uses the durability also)
Tier 2: Iron Sword Arm - Quite literally, the arm is a sword, this does 3 hearts per hit, and is cheaper in energy to run than tier 1.
Tier 3: Bow Arm - This operates like a crossbow, and costs more power, to draw the string, doing 2 hearts per hit, from a range.
Tier 4: Cannon Arm - This fires from a very long range, and is the most expensive in power costs, but it lands a whopping 5 hearts per hit.
Tier 5: Manyullyn Sword Arm - This blade can be upgraded with sharpness and any other modifier (only if Tinker's Construct is installed is this available)
Arms:
Tier 1: Open Hand - Can hold items(such as bags), and can punch for the mining/harvesting speed of the hand. (uses the durability of the item carried)
Tier 2: Iron Tool Arms - these are more efficient power wise and have faster harvesting speeds of the corresponding tool.
Tier 3: Suction Arms - Picks up items in a medium radius, and harvests crops (right-click on the crop) then puts the items in its inventory (size dictated by body)
Tier 4: Manyullyn Tool Arms (only available with tinkers construct installed)
Legs:
Tier 1: Belt-treads - move slowly and at high power, can go up 1 block steps without jumping. (cannot jump) 2x2 area
Tier 2: Quad-tire chassis - Moves quickly, less power consumption, must work on level surfaces(except stairs) 2x2 area
Tier 3: Bipedal Legs - Moves at the speed of walking players, medium power consumption, and can jump. 1x1 area
All things are subject to change. I would like to help, but i don't know much about code yet, so learning with this would be fun! Also i would be willing to shift on some ideas, and would work with you with ideas. I also would like credit if this mod is made!
0
So what do you recommend doing? getting rid of cauldron, just running a normal forge server? I ask because cauldron isn't neccesary, it was just an option to try, considering the economy plug-ins and etc.
0
As for the crash log:
EDIT: I just read that it had something to do with the secret doors rendering, i don't know how to fix that other than to remove it, any tips?
// Uh... Did I do that?
Time: 2/1/15 10:13 PM
Description: Exception in server tick loop
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: com/github/abrarsyed/secretroomsmod/malisisdoors/CamoDoorRenderer
at cpw.mods.fml.common.LoadController.transition(LoadController.java:162)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:515)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Caused by: java.lang.NoClassDefFoundError: com/github/abrarsyed/secretroomsmod/malisisdoors/CamoDoorRenderer
at com.github.abrarsyed.secretroomsmod.malisisdoors.MalisisDoorsCompat.preInit(MalisisDoorsCompat.java:82)
at com.github.abrarsyed.secretroomsmod.common.SecretRooms.preLoad(SecretRooms.java:149)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
at sun.reflect.GeneratedMethodAccessor3.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:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
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:118)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
... 5 more
Caused by: java.lang.ClassNotFoundException: com.github.abrarsyed.secretroomsmod.malisisdoors.CamoDoorRenderer
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 33 more
Caused by: java.lang.NoClassDefFoundError: net/malisis/doors/door/renderer/DoorRenderer
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 35 more
Caused by: java.lang.ClassNotFoundException: net.malisis.doors.door.renderer.DoorRenderer
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 39 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_31, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1857905592 bytes (1771 MB) / 2613051392 bytes (2492 MB) up to 2863661056 bytes (2731 MB)
JVM Flags: 2 total; -Xmx3G -Xms2G
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.85.1291 Minecraft Forge 10.13.2.1291 236 mods loaded, 236 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{7.10.85.1291} [Forge Mod Loader] (cauldron-1.7.10-1.1217.01.205-server.jar) Unloaded->Constructed->Pre-initialized
Forge{10.13.2.1291} [Minecraft Forge] (cauldron-1.7.10-1.1217.01.205-server.jar) Unloaded->Constructed->Pre-initialized
appliedenergistics2-core{rv1-stable-1} [AppliedEnergistics2 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
Aroma1997Core{1.0.2.13} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.13.jar) Unloaded->Constructed->Pre-initialized
CodeChickenCore{1.0.4.35} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
<CoFH ASM>{000} [CoFH ASM Data Initialization] (minecraft.jar) Unloaded->Constructed->Pre-initialized
MCVanillaTweaks{1.0} [Mariculture - Vanilla Tweaks] (minecraft.jar) Unloaded->Constructed->Pre-initialized
NotEnoughItems{1.0.3.74} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.3.74-universal.jar) Unloaded->Constructed->Pre-initialized
OpenEye{0.6} [OpenEye] (OpenEye-0.6-1.7.10.jar) Unloaded->Constructed->Pre-initialized
PlayerAPI{1.1} [Player API] (minecraft.jar) Unloaded->Constructed->Pre-initialized
ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
backpacks16840{3.0.1} [Backpacks!] (zz-backpacks 1.7.10 - 3.0.2.jar) Unloaded->Constructed->Pre-initialized
OpenModsCore{0.6} [OpenModsCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized
<DragonAPI ASM>{0} [DragonAPI ASM Data Initialization] (minecraft.jar) Unloaded->Constructed->Pre-initialized
malisiscore{1.7.10-0.10.5+unknown-b0.git-unknown} [Malisis Core] (malisiscore-1.7.10-0.10.5.jar) Unloaded->Constructed->Pre-initialized
dynamicswordskills{1.7.10-1.6.3} [Dynamic Sword Skills] (1.7.10-dynamicswordskills-1.6.3.jar) Unloaded->Constructed->Pre-initialized
Pistronics2{0.3.5} [Pistronics 2] (1.7.10-Pistronics2-v0.4.0.jar) Unloaded->Constructed->Pre-initialized
FLabsBF{4.3} [Better Furnaces] ([1.7.10]Better_Furnaces_V4.3.jar) Unloaded->Constructed->Pre-initialized
extendedWorkbench{1.2.1.1} [Extended Workbench] ([1.7.10]ExtendedWorkbench v1.2.1.1.jar) Unloaded->Constructed->Pre-initialized
bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar) Unloaded->Constructed->Pre-initialized
FloatingRuins{1.7.10.r02} [FloatingRuins] ([1.7.10]FloatingRuins-universal-1.7.10.r02.jar) Unloaded->Constructed->Pre-initialized
ChickenShed{1.1.3} [Chicken Shed] ([1.7.2+] ChickenShed (v1.1.3).jar) Unloaded->Constructed->Pre-initialized
IC2{2.2.658-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.658-experimental.jar) Unloaded->Constructed->Pre-initialized
ImmibisCore{59.0.5} [Immibis Core] (immibis-core-59.0.5.jar) Unloaded->Constructed->Pre-initialized
AdvancedMachines{59.0.2} [Advanced Machines] (advanced-machines-59.0.2.jar) Unloaded->Constructed->Pre-initialized
AdvancedSolarPanel{1.7.10-3.5.1} [Advanced Solar Panels] (AdvancedSolarPanel-1.7.10-3.5.1.jar) Unloaded->Constructed->Pre-initialized
AgriCraft{1.7.10-1.2.1} [AgriCraft] (AgriCraft-1.7.10-1.2.1.jar) Unloaded->Constructed->Pre-initialized
AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar) Unloaded->Constructed->Pre-initialized
arsmagica2{1.4.0.005} [Ars Magica 2] (AM2-1.4.0.006.jar) Unloaded->Constructed->Pre-initialized
antiqueatlas{4.0.1a-1.7.10} [Antique Atlas] (antiqueatlas-4.0.1a-1.7.10.jar) Unloaded->Constructed->Pre-initialized
AppleCore{1.0.2} [AppleCore] (AppleCore-mc1.7.10-1.0.2.jar) Unloaded->Constructed->Pre-initialized
appliedenergistics2{rv1-stable-1} [Applied Energistics 2] (appliedenergistics2-rv1-stable-1.jar) Unloaded->Constructed->Pre-initialized
Aquaculture{1.2.3} [Aquaculture] (Aquaculture-1.7.10-1.2.5.8.jar) Unloaded->Constructed->Pre-initialized
ArchimedesShips{1.7.10 v1.7.1} [Archimedes' Ships] (ArchimedesShips-1.7.1.jar) Unloaded->Constructed->Pre-initialized
archmagus{0.6.0} [Archmagus] (Archmagus-1.7.10-0.6.0.jar) Unloaded->Constructed->Pre-initialized
armourersWorkshop{1.7.10-0.27.2.65} [Armourer's Workshop] (Armourers-Workshop-1.7.10-0.27.2.65.jar) Unloaded->Constructed->Pre-initialized
Aroma1997CoreHelper{1.0.2.13} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.13.jar) Unloaded->Constructed->Pre-initialized
Aroma1997sDimension{1.0} [Aroma1997's Dimensional World] (Aroma1997s-Dimensional-World-1.7.10-1.1.0.1.jar) Unloaded->Constructed->Pre-initialized
AromaBackup{0.0.0.5} [AromaBackup] (AromaBackup-1.7.10-0.0.0.5.jar) Unloaded->Constructed->Pre-initialized
Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar) Unloaded->Constructed->Pre-initialized
Artifacts{1.1.0} [Artifacts] (Artifacts-1.1.0.jar) Unloaded->Constructed->Pre-initialized
iChunUtil{4.1.3} [iChunUtil] (iChunUtil-4.1.3.jar) Unloaded->Constructed->Pre-initialized
Grinder{4.0.0} [Grinder] (AttachableGrinder-4.0.0.jar) Unloaded->Constructed->Pre-initialized
Thaumcraft{4.2.3.3} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.3.jar) Unloaded->Constructed->Pre-initialized
Automagy{0.18} [Automagy] (Automagy-1.7.10-0.18.jar) Unloaded->Constructed->Pre-initialized
Backpack{2.0.0} [Backpack] (backpack-2.0.0-1.7.x.jar) Unloaded->Constructed->Pre-initialized
BattleTowers{1.5.1} [Battle Towers] (BattleTowers-1.7.10.jar) Unloaded->Constructed->Pre-initialized
bdlib{1.5.1.32} [BD Lib] (bdlib-mc1710-1.5.1.32.jar) Unloaded->Constructed->Pre-initialized
betterrecords{1.7.10-1.1.9} [Better Records] (betterrecords-1.7.10-1.1.9.jar) Unloaded->Constructed->Pre-initialized
betterstorage{0.11.3.123} [BetterStorage] (BetterStorage-1.7.10-0.11.3.123.jar) Unloaded->Constructed->Pre-initialized
BiblioCraft{1.9.2} [BiblioCraft] (BiblioCraft[v1.9.2][MC1.7.10].jar) Unloaded->Constructed->Pre-initialized
Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar) Unloaded->Constructed->Pre-initialized
Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar) Unloaded->Constructed->Pre-initialized
BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1057-universal.jar) Unloaded->Constructed->Pre-initialized
BiblioWoodsBoP{1.9} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.9].jar) Unloaded->Constructed->Pre-initialized
CoFHCore{1.7.10R3.0.0B9} [CoFH Core] (CoFHCore-[1.7.10]3.0.0B9-40.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Core{6.2.6} [BuildCraft] (buildcraft-6.2.6.jar) Unloaded->Constructed->Pre-initialized
Forestry{3.3.0.6} [Forestry for Minecraft] (forestry_1.7.10-3.3.0.6.jar) Unloaded->Constructed->Pre-initialized
BiblioWoodsForestry{1.7} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.7].jar) Unloaded->Constructed->Pre-initialized
BiblioWoodsNatura{1.5} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.5].jar) Unloaded->Constructed->Pre-initialized
ThermalFoundation{1.7.10R1.0.0RC1} [Thermal Foundation] (ThermalFoundation-1.7.101.0.0RC1-13.jar) Unloaded->Constructed->Pre-initialized
ThermalExpansion{1.7.10R4.0.0B8} [Thermal Expansion] (ThermalExpansion-1.7.104.0.0B8-23.jar) Unloaded->Constructed->Pre-initialized
BigReactors{0.4.1A2} [Big Reactors] (BigReactors-0.4.1A2.jar) Unloaded->Constructed->Pre-initialized
AWWayofTime{v1.3.0} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.0-1.jar) Unloaded->Constructed->Pre-initialized
qmunitylib{1.0} [QmunityLib] (QmunityLib-1.7.10-0.1.69-universal.jar) Unloaded->Constructed->Pre-initialized
bluepower{0.2.835} [Blue Power] (BluePower-1.7.10-0.2.835-universal.jar) Unloaded->Constructed->Pre-initialized
Botania{r1.3-148} [Botania] (Botania r1.3-148.jar) Unloaded->Constructed->Pre-initialized
brewingapi{1.2.0} [Brewing-API] (Brewing-API-1.7.2-1.2.0.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Transport{6.2.6} [BC Transport] (buildcraft-6.2.6.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Silicon{6.2.6} [BC Silicon] (buildcraft-6.2.6.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Builders{6.2.6} [BC Builders] (buildcraft-6.2.6.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Energy{6.2.6} [BC Energy] (buildcraft-6.2.6.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Factory{6.2.6} [BC Factory] (buildcraft-6.2.6.jar) Unloaded->Constructed->Pre-initialized
eureka{2.2} [Eureka] (Eureka-1.7.10-2.2.jar) Unloaded->Constructed->Pre-initialized
bcadditions{1.8.3} [Buildcraft Additions] (BuildcraftAdditions-1.7.10-1.8.3.jar) Unloaded->Constructed->Pre-initialized
cannibalism{1.0.2} [Cannibalism] (Cannibalism-1.0.2-1.7.10.jar) Unloaded->Constructed->Pre-initialized
CarpentersBlocks{3.3.4.2} [Carpenter's Blocks] (Carpenter's Blocks v3.3.4.2 - MC 1.7.10.jar) Unloaded->Constructed->Pre-initialized
ChickenChunks{1.3.4.17} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.17-universal.jar) Unloaded->Constructed->Pre-initialized
chisel{1.5.7} [Chisel] (Chisel-1.7.10-1.5.7.jar) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded{1.7.10R2.8.0RC6} [MineFactory Reloaded] (MineFactoryReloaded-1.7.102.8.0RC6-5.jar) Unloaded->Constructed->Pre-initialized
TConstruct{1.7.10-1.8.2.build858} [Tinkers' Construct] (TConstruct-1.7.10-1.8.2a.jar) Unloaded->Constructed->Pre-initialized
ComputerCraft{1.65} [ComputerCraft] (ComputerCraft1.65.jar) Unloaded->Constructed->Pre-initialized
DragonAPI{1.0} [DragonAPI] (DragonAPI 1.7.10 V3d.jar) Unloaded->Constructed->Pre-initialized
ChromatiCraft{Alpha} [ChromatiCraft] (ChromatiCraft 1.7.10 V3d.jar) Unloaded->Constructed->Pre-initialized
IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar) Unloaded->Constructed->Pre-initialized
gud_cooler{1.1.5.0} [Coolers] (cooler-1.7.10-1.1.5.0.jar) Unloaded->Constructed->Pre-initialized
SKC-Core{1.1.2.0} [SKC Core] (SKC-Core-1.1.2.0-1.7.10.jar) Unloaded->Constructed->Pre-initialized
SKC-CraftableHorseArmor{1.1.2.0} [Craftable Horse Armor] (CraftableHorseArmor-1.1.2.0-1.7.10.jar) Unloaded->Constructed->Pre-initialized
CraftHeraldry{1.1.3} [CraftHeraldry] (CraftHeraldry 1.1.3.jar) Unloaded->Constructed->Pre-initialized
CustomOreGen{1.2.17} [Custom Ore Generation] (CustomOreGen-1.7.10-1.2.17.jar) Unloaded->Constructed->Pre-initialized
customrecipes{4.62} [Custom Recipes] (customrecipes-1.7.10-4.6.jar) Unloaded->Constructed->Pre-initialized
props{1.11} [Decocraft] (Decocraft-v1.11_1.7.10.jar) Unloaded->Constructed->Pre-initialized
DraconicEvolution{1.0.0e} [Draconic Evolution] (Draconic-Evolution-1.7.10-v1.0.0e.jar) Unloaded->Constructed->Pre-initialized
dungeonpack{1.7.10-1.0} [Dungeon Pack] (dungeonpack-1.7.10-1.0.jar) Unloaded->Constructed->Pre-initialized
dynamictanks{1.0} [Dynamic Liquid Tanks 2.1] (dynamictanks-1.1.04.jar) Unloaded->Constructed->Pre-initialized
EasyCrafting{1.7.10-2.0.1.16} [Easy Crafting] (EasyCrafting-1.7.10-2.0.1.16.jar) Unloaded->Constructed->Pre-initialized
RotaryCraft{Gamma} [RotaryCraft] (RotaryCraft 1.7.10 V3d.jar) Unloaded->Constructed->Pre-initialized
ElectriCraft{beta} [ElectriCraft] (ElectriCraft 1.7.10 V3d.jar) Unloaded->Constructed->Pre-initialized
eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar) Unloaded->Constructed->Pre-initialized
Enchiridion{1.1} [Enchiridion] (Enchiridion-1.7.X-1.2b.jar) Unloaded->Constructed->Pre-initialized
EnderIO{1.7.10-2.2.6.317} [Ender IO] (EnderIO-1.7.10-2.2.6.317.jar) Unloaded->Constructed->Pre-initialized
EnderStorage{1.4.5.27} [EnderStorage] (EnderStorage-1.7.10-1.4.5.27-universal.jar) Unloaded->Constructed->Pre-initialized
EE3{0.2.374} [Equivalent Exchange 3] (EquivalentExchange3-1.7.10-0.2.374.jar) Unloaded->Constructed->Pre-initialized
eternalfrost{2.0b4} [Eternal Frost] (eternalfrost-2.0b5.jar) Unloaded->Constructed->Pre-initialized
evilcraft{0.7.2b} [EvilCraft] (EvilCraft-1.7.10-0.7.2b.jar) Unloaded->Constructed->Pre-initialized
exnihilo{1.37} [Ex Nihilo] (Ex-Nihilo-1.37.jar) Unloaded->Constructed->Pre-initialized
MetallurgyCore{4.0.4} [Metallurgy Core] (MetallurgyCore-1.7.10-4.0.4.18.jar) Unloaded->Constructed->Pre-initialized
Metallurgy{4.0.6} [Metallurgy 4] (Metallurgy-1.7.10-4.0.6.80.jar) Unloaded->Constructed->Pre-initialized
Railcraft{9.4.0.0} [Railcraft] (Railcraft_1.7.10-9.4.0.0.jar) Unloaded->Constructed->Pre-initialized
RedstoneArsenal{1.7.10R1.1.0RC1} [Redstone Arsenal] (RedstoneArsenal-1.7.101.1.0RC1-19.jar) Unloaded->Constructed->Pre-initialized
exastris{1.15} [Ex Astris] (Ex-Astris-1.15.jar) Unloaded->Constructed->Pre-initialized
ExpandedRedstone{Gamma} [Expanded Redstone] (ExpandedRedstone 1.7.10 V3b.jar) Unloaded->Constructed->Pre-initialized
ExtraTiC{0.8.4} [ExtraTiC] (ExtraTiC-1.7.10-1.0.3.jar) Unloaded->Constructed->Pre-initialized
ForgeMultipart{1.1.1.320} [Forge Multipart] (ForgeMultipart-1.7.10-1.1.1.320-universal.jar) Unloaded->Constructed->Pre-initialized
ExtraUtilities{1.2.1} [Extra Utilities] (extrautilities-1.2.1.jar) Unloaded->Constructed->Pre-initialized
factorization.notify{1.0} [Factorization Notification System] (Factorization-1.7.10-0.8.88.7.jar) Unloaded->Constructed->Pre-initialized
factorization{1.7.10-0.8.88.7} [Factorization] (Factorization-1.7.10-0.8.88.7.jar) Unloaded->Constructed->Pre-initialized
factorization.misc{1.7.10-0.8.88.7} [Factorization Miscellaneous Nonsense] (Factorization-1.7.10-0.8.88.7.jar) Unloaded->Constructed->Pre-initialized
fairylights{0.6} [Fairy Lights] (fairylights-0.6-1.7.10.jar) Unloaded->Constructed->Pre-initialized
FinderCompass{1.7.10b} [Finder Compass] (FinderCompass-1.7.10.jar) Unloaded->Constructed->Pre-initialized
FlatSigns{2.1.0.19} [Flat Signs] (FlatSigns-1.7.10-universal-2.1.0.19.jar) Unloaded->Constructed->Pre-initialized
ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-162.jar) Unloaded->Constructed->Pre-initialized
ForbiddenMagic{1.7.10-0.552} [Forbidden Magic] (Forbidden Magic-1.7.10-0.552.jar) Unloaded->Constructed->Pre-initialized
gendustry{1.4.3.fix2} [GenDustry] (gendustry-mc1710-1.4.3.fix2.jar) Unloaded->Constructed->Pre-initialized
advgenerators{0.9.6.27} [Advanced Generators] (generators-mc1710-0.9.6.27.jar) Unloaded->Constructed->Pre-initialized
GeoStrata{Gamma} [GeoStrata] (GeoStrata 1.7.10 V3b.jar) Unloaded->Constructed->Pre-initialized
GraviSuite{1.7.10-2.0.3} [Graviation Suite] (GraviSuite-1.7.10-2.0.3.jar) Unloaded->Constructed->Pre-initialized
Growthcraft{2.1.0a} [Growthcraft] (growthcraft-core-1.7.10-2.1.0a.jar) Unloaded->Constructed->Pre-initialized
Growthcraft|Cellar{2.1.0a} [Growthcraft Cellar] (growthcraft-cellar-1.7.10-2.1.0a.jar) Unloaded->Constructed->Pre-initialized
Growthcraft|Apples{2.1.0} [Growthcraft Apples] (growthcraft-apples-1.7.10-2.1.0.jar) Unloaded->Constructed->Pre-initialized
Growthcraft|Bamboo{2.1.0} [Growthcraft Bamboo] (growthcraft-bamboo-1.7.10-2.1.0.jar) Unloaded->Constructed->Pre-initialized
Growthcraft|Bees{2.1.0} [Growthcraft Bees] (growthcraft-bees-1.7.10-2.1.0.jar) Unloaded->Constructed->Pre-initialized
Growthcraft|Fishtrap{2.1.0a} [Growthcraft Fishtrap] (growthcraft-fishtrap-1.7.10-2.1.0a.jar) Unloaded->Constructed->Pre-initialized
Growthcraft|Grapes{2.1.0} [Growthcraft Grapes] (growthcraft-grapes-1.7.10-2.1.0.jar) Unloaded->Constructed->Pre-initialized
Growthcraft|Hops{2.1.0} [Growthcraft Hops] (growthcraft-hops-1.7.10-2.1.0.jar) Unloaded->Constructed->Pre-initialized
Growthcraft|Rice{2.1.0a} [Growthcraft Rice] (growthcraft-rice-1.7.10-2.1.0a.jar) Unloaded->Constructed->Pre-initialized
IC2NuclearControl{2.1.2a} [Nuclear Control 2] (IC2NuclearControl-2.1.2a.jar) Unloaded->Constructed->Pre-initialized
JABBA{1.2.0a} [JABBA] (Jabba-1.2.0a_1.7.10.jar) Unloaded->Constructed->Pre-initialized
Jewelrycraft{1.4.2} [Jewelrycraft] (Jewelrycraft 1.4.2 for Mc 1.7.2.jar) Unloaded->Constructed->Pre-initialized
lootbags{1.4.2} [Loot Bags] (LootBags-1.7.10-1.4.2.jar) Unloaded->Constructed->Pre-initialized
LostBooks{1.2.2} [Lost Books] (LostBooks-1.7.10-1.2.2.jar) Unloaded->Constructed->Pre-initialized
magicalcrops{1.7.2 - 0.1 ALPHA} [Magical Crops] (magicalcrops-1.7.10_0.1.jar) Unloaded->Constructed->Pre-initialized
malisisdoors{1.7.10-1.4.1} [Malisis' Doors] (malisisdoors-1.7.10-1.4.1.jar) Unloaded->Constructed->Pre-initialized
Mariculture{1.0} [Mariculture] (Mariculture-Deluxe-1.7.10-1.2.4b.jar) Unloaded->Constructed->Pre-initialized
MariTech{1.0} [Marine Technlogy] (Mariculture-Deluxe-1.7.10-1.2.4b.jar) Unloaded->Constructed->Pre-initialized
radixcore{1.3.4} [RadixCore] (RadixCore-1.7.10-1.3.4-universal.jar) Unloaded->Constructed->Pre-initialized
mca{4.1.5} [Minecraft Comes Alive] (MCA-1.7.10-4.1.5-universal.jar) Unloaded->Constructed->Pre-initialized
Mekanism{7.1.1} [Mekanism] (Mekanism-1.7.10-7.1.1.127.jar) Unloaded->Constructed->Pre-initialized
MekanismGenerators{7.1.1} [MekanismGenerators] (MekanismGenerators-1.7.10-7.1.1.127.jar) Unloaded->Constructed->Pre-initialized
MekanismTools{7.1.1} [MekanismTools] (MekanismTools-1.7.10-7.1.1.127.jar) Unloaded->Constructed->Pre-initialized
MeteorCraft{beta} [MeteorCraft] (MeteorCraft 1.7.10 V3a.jar) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0RC6} [MFR Compat: Applied Energistics] (MineFactoryReloaded-1.7.102.8.0RC6-5.jar) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatAtum{1.7.10R2.8.0RC6} [MFR Compat: Atum] (MineFactoryReloaded-1.7.102.8.0RC6-5.jar) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0RC6} [MFR Compat: BackTools] (MineFactoryReloaded-1.7.102.8.0RC6-5.jar) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0RC6} [MFR Compat: BuildCraft] (MineFactoryReloaded-1.7.102.8.0RC6-5.jar) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0RC6} [MFR Compat: Chococraft] (MineFactoryReloaded-1.7.102.8.0RC6-5.jar) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0RC6} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-1.7.102.8.0RC6-5.jar) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatForestry{1.7.10R2.8.0RC6} [MFR Compat: Forestry] (MineFactoryReloaded-1.7.102.8.0RC6-5.jar) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0RC6} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-1.7.102.8.0RC6-5.jar) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatIC2{1.7.10R2.8.0RC6} [MFR Compat: IC2] (MineFactoryReloaded-1.7.102.8.0RC6-5.jar) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0RC6} [MFR Compat: Mystcraft] (MineFactoryReloaded-1.7.102.8.0RC6-5.jar) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0RC6} [MFR Compat ProjectRed] (MineFactoryReloaded-1.7.102.8.0RC6-5.jar) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0RC6} [MFR Compat: Railcraft] (MineFactoryReloaded-1.7.102.8.0RC6-5.jar) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatRP2{1.7.10R2.8.0RC6} [MFR Compat: RP2] (MineFactoryReloaded-1.7.102.8.0RC6-5.jar) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0RC6} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-1.7.102.8.0RC6-5.jar) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0RC6} [MFR Compat: Thaumcraft] (MineFactoryReloaded-1.7.102.8.0RC6-5.jar) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0RC6} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-1.7.102.8.0RC6-5.jar) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0RC6} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-1.7.102.8.0RC6-5.jar) Unloaded->Constructed->Pre-initialized
TwilightForest{2.3.2} [The Twilight Forest] (twilightforest-1.7.10-2.3.2.jar) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0RC6} [MFR Compat: TwilightForest] (MineFactoryReloaded-1.7.102.8.0RC6-5.jar) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0RC6} [MFR Compat: Vanilla] (MineFactoryReloaded-1.7.102.8.0RC6-5.jar) Unloaded->Constructed->Pre-initialized
minegicka3{1.0.0} [Minegicka 3] (minegicka3-1.7.10-1.0.0.jar) Unloaded->Constructed->Pre-initialized
MoarSigns{1.1.3} [MoarSigns] (MoarSigns-1.7.10-1.1.3.jar) Unloaded->Constructed->Pre-initialized
modularsystemsapi{0.0.1} [Modular Systems API] (Modular Systems-1.7.10-1.7.1.jar) Unloaded->Constructed->Pre-initialized
modularsystems{1.7.1} [Modular Systems] (Modular Systems-1.7.10-1.7.1.jar) Unloaded->Constructed->Pre-initialized
cfm{3.4.7} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.7(1.7.10).jar) Unloaded->Constructed->Pre-initialized
NaturalAbsorption{1.2.1} [Natural Absorption] (NaturalAbsorption-1.7.10-1.2.1.jar) Unloaded->Constructed->Pre-initialized
NEIAddons{1.12.3.11} [NEI Addons] (neiaddons-mc1710-1.12.3.11.jar) Unloaded->Constructed->Pre-initialized
NEIAddons|Botany{1.12.3.11} [NEI Addons: Botany] (neiaddons-mc1710-1.12.3.11.jar) Unloaded->Constructed->Pre-initialized
NEIAddons|Forestry{1.12.3.11} [NEI Addons: Forestry] (neiaddons-mc1710-1.12.3.11.jar) Unloaded->Constructed->Pre-initialized
NEIAddons|CraftingTables{1.12.3.11} [NEI Addons: Crafting Tables] (neiaddons-mc1710-1.12.3.11.jar) Unloaded->Constructed->Pre-initialized
NEIAddons|ExNihilo{1.12.3.11} [NEI Addons: Ex Nihilo] (neiaddons-mc1710-1.12.3.11.jar) Unloaded->Constructed->Pre-initialized
neiintegration{1.0.3} [NEI Integration] (NEIIntegration-MC1.7.10-1.0.3.jar) Unloaded->Constructed->Pre-initialized
NetherOres{1.7.10R2.3.0RC4} [Nether Ores] (NetherOres-1.7.102.3.0RC4-4.jar) Unloaded->Constructed->Pre-initialized
numina{0.4.0.87} [Numina] (Numina-0.4.0.87.jar) Unloaded->Constructed->Pre-initialized
ObsidiPlates{3.0.0.18} [ObsidiPlates] (ObsidiPlates-1.7.10-universal-3.0.0.18.jar) Unloaded->Constructed->Pre-initialized
OpenMods{0.6} [OpenMods] (OpenModsLib-1.7.10-0.6.jar) Unloaded->Constructed->Pre-initialized
OpenPeripheralCore{0.5.0} [OpenPeripheralCore] (OpenPeripheralCore-1.7.10-0.5.0.jar) Unloaded->Constructed->Pre-initialized
OpenPeripheral{0.2.0} [OpenPeripheralAddons] (OpenPeripheralAddons-1.7.10-0.2.0.jar) Unloaded->Constructed->Pre-initialized
OpenBlocks{1.3} [OpenBlocks] (OpenBlocks-1.7.10-1.3.jar) Unloaded->Constructed->Pre-initialized
openmodularturrets{1.3.3} [Open Modular Turrets] (OpenModularTurrets-1.7.10-1.3.3-25.jar) Unloaded->Constructed->Pre-initialized
OpenPeripheralIntegration{0.1.0} [OpenPeripheralIntegration] (OpenPeripheralIntegration-1.7.10-0.1.0.jar) Unloaded->Constructed->Pre-initialized
getalltheseeds{1.7.2a} [Pam's Get all the Seeds!] (Pam's Get all the Seeds 1.7.2a.zip) Unloaded->Constructed->Pre-initialized
harvestcraft{1.7.10d} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10f.jar) Unloaded->Constructed->Pre-initialized
simplerecipes{1.7.2a} [Pam's Simple Recipes] (Pam's Simple Recipes 1.7.2a.zip) Unloaded->Constructed->Pre-initialized
PowerConverters{1.7.10-3.0.3.40} [Power Converters] (PowerConverters-1.7.10-3.0.3.40.jar) Unloaded->Constructed->Pre-initialized
RandomThings{2.2.4} [Random Things] (RandomThings-2.2.4.jar) Unloaded->Constructed->Pre-initialized
RefinedRelocation{1.0.7d} [Refined Relocation] (RefinedRelocation-1.7.10-1.0.7d.jar) Unloaded->Constructed->Pre-initialized
libsandstone{1.0.0} [libsandstone] (LibSandstone-1.0.0.jar) Unloaded->Constructed->Pre-initialized
xreliquary{1.2} [Reliquary] (Reliquary-1.2.256.jar) Unloaded->Constructed->Pre-initialized
rftools{2.14} [RFTools] (rftools-2.14.jar) Unloaded->Constructed->Pre-initialized
Roguelike{1.3.5} [Roguelike Dungeons] (roguelike-1.7.10-1.3.5.jar) Unloaded->Constructed->Pre-initialized
RopesPlus{1.6.3} [Ropes+] (RopePlus-1.7.10.jar) Unloaded->Constructed->Pre-initialized
AS_Ruins{14.7} [Ruins Spawning System] (Ruins-1.7.10.jar) Unloaded->Constructed->Pre-initialized
Sanguimancy{1.1.8} [Sanguimancy] (Sanguimancy-1.7.10-1.1.8-4.jar) Unloaded->Constructed->Pre-initialized
secretroomsmod{4.7.1} [The SecretRoomsMod] (secretroomsmod-1.7.10-4.7.1.379.jar) Unloaded->Constructed->Errored
ServerTools{1.7.10-2.2.0.78} [ServerTools] (ServerTools-CORE-1.7.10-2.2.0.78.jar) Unloaded->Constructed->Pre-initialized
simplyjetpacks{1.3.2} [Simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.3.2.jar) Unloaded->Constructed->Pre-initialized
SpiceOfLife{1.2.3} [The Spice of Life] (SpiceOfLife-mc1.7.10-1.2.3.jar) Unloaded->Constructed->Pre-initialized
StevesCarts{2.0.0.b18} [Steve's Carts 2] (StevesCarts2.0.0.b18.jar) Unloaded->Constructed->Pre-initialized
StevesWorkshop{0.5.1} [Steve's Workshop] (StevesWorkshop-0.5.1.jar) Unloaded->Constructed->Pre-initialized
StorageDrawers{1.2.0} [Storage Drawers] (StorageDrawers-1.7.10-1.2.0.jar) Unloaded->Constructed->Pre-initialized
supercraftingframe{1.7.10.2} [Super Crafting Frame] (supercraftingframe-1.7.10.2.jar) Unloaded->Constructed->Pre-initialized
SwordPedestal{1.0(1.7.10)} [Sword Pedestal] (Sword-Pedestal-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized
Sync{4.0.0} [Sync] (Sync-4.0.0.jar) Unloaded->Constructed->Pre-initialized
Talismans 2{1.0.0} [Talismans 2] (Talismans2-1.7.10-1.0.0.jar) Unloaded->Constructed->Pre-initialized
thaumcarpentry{0.0.1.5-1.7.10} [Thaumcarpentry] (Thaumcarpentry-0.0.1.5-1.7.10.jar) Unloaded->Constructed->Pre-initialized
ThaumcraftMobAspects{1.7.2-2A} [Thaumcraft Mob Aspects] (ThaumcraftMobAspects-1.7.2-2A.jar) Unloaded->Constructed->Pre-initialized
thaumcraftneiplugin{1.7.10-1.6a} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.6a.jar) Unloaded->Constructed->Pre-initialized
thaumicenergistics{0.8.7.2b-rv1} [Thaumic Energistics] (thaumicenergistics-0.8.7.2b-rv1.jar) Unloaded->Constructed->Pre-initialized
TiCTooltips{1.1.11b} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.1.11b.jar) Unloaded->Constructed->Pre-initialized
TMechworks{1.7.10-86.e500b88} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.10.jar) Unloaded->Constructed->Pre-initialized
tradeboothmod{1.7.10.1} [Trade Booth Mod] (tradebooth.1.7.10.1.jar) Unloaded->Constructed->Pre-initialized
Translocator{1.1.1.14} [Translocator] (Translocator-1.7.10-1.1.1.14-universal.jar) Unloaded->Constructed->Pre-initialized
TravellersGear{1.14.3} [Traveller's Gear] (TravellersGear-1.7.10-1.14.3.jar) Unloaded->Constructed->Pre-initialized
ttCore{MC1.7.10-0.1.0-56} [ttCore] (ttCore-MC1.7.10-0.1.0-56.jar) Unloaded->Constructed->Pre-initialized
TWarden{1.1.1} [Thaumic Warden] (TWarden-1.1.1.jar) Unloaded->Constructed->Pre-initialized
witchery{0.21.2} [Witchery] (witchery-1.7.10-0.21.2.jar) Unloaded->Constructed->Pre-initialized
WR-CBE|Core{1.4.1.9} [WR-CBE Core] (WR-CBE-1.7.10-1.4.1.9-universal.jar) Unloaded->Constructed->Pre-initialized
WR-CBE|Addons{1.4.1.9} [WR-CBE Addons] (WR-CBE-1.7.10-1.4.1.9-universal.jar) Unloaded->Constructed->Pre-initialized
WR-CBE|Logic{1.4.1.9} [WR-CBE Logic] (WR-CBE-1.7.10-1.4.1.9-universal.jar) Unloaded->Constructed->Pre-initialized
McMultipart{1.1.1.320} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.1.1.320-universal.jar) Unloaded->Constructed->Pre-initialized
aobd{2.3.6} [Another One Bites The Dust] (AOBD-2.3.6.jar) Unloaded->Constructed->Pre-initialized
IguanaTweaksTConstruct{1.7.10-2.1.2.101} [Iguana Tinker Tweaks] (IguanaTinkerTweaks-1.7.10-2.1.2.jar) Unloaded->Constructed->Pre-initialized
ForgeMicroblock{1.1.1.320} [Forge Microblocks] (ForgeMultipart-1.7.10-1.1.1.320-universal.jar) Unloaded->Constructed->Pre-initialized
OpenModsLib crash transformers: [stencil_patches:ENABLED],[movement_callback:ENABLED],[map_gen_fix:FINISHED],[gl_capabilities_hook:ENABLED],[player_render_hook:ENABLED]
AE2 Version: stable rv1-stable-1 for Forge 10.13.0.1187
Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: bukkit
TConstruct Environment: Environment healthy.
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)
0
0
---- Minecraft Crash Report ----
// Ooh. Shiny.
Time: 1/31/15 10:03 PM
Description: Exception in server tick loop
cpw.mods.fml.common.LoaderException: cpw.mods.fml.common.LoaderException
at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:76)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:492)
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:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
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:118)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:492)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Caused by: cpw.mods.fml.common.LoaderException
at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:69)
... 27 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_31, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1751065448 bytes (1669 MB) / 2310012928 bytes (2203 MB) up to 2863661056 bytes (2731 MB)
JVM Flags: 2 total; -Xmx3G -Xms2G
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.85.1291 Minecraft Forge 10.13.2.1291 237 mods loaded, 237 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
FML{7.10.85.1291} [Forge Mod Loader] (cauldron-1.7.10-1.1217.01.205-server.jar) Unloaded->Constructed
Forge{10.13.2.1291} [Minecraft Forge] (cauldron-1.7.10-1.1217.01.205-server.jar) Unloaded->Constructed
appliedenergistics2-core{rv1-stable-1} [AppliedEnergistics2 Core] (minecraft.jar) Unloaded->Constructed
Aroma1997Core{1.0.2.13} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.13.jar) Unloaded->Constructed
CodeChickenCore{1.0.4.35} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed
<CoFH ASM>{000} [CoFH ASM Data Initialization] (minecraft.jar) Unloaded->Constructed
MCVanillaTweaks{1.0} [Mariculture - Vanilla Tweaks] (minecraft.jar) Unloaded->Constructed
NotEnoughItems{1.0.3.74} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.3.74-universal.jar) Unloaded->Constructed
OpenEye{0.6} [OpenEye] (OpenEye-0.6-1.7.10.jar) Unloaded->Constructed
PlayerAPI{1.1} [Player API] (minecraft.jar) Unloaded->Constructed
ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar) Unloaded->Constructed
backpacks16840{3.0.1} [Backpacks!] (zz-backpacks 1.7.10 - 3.0.2.jar) Unloaded->Constructed
OpenModsCore{0.6} [OpenModsCore] (minecraft.jar) Unloaded->Constructed
<DragonAPI ASM>{0} [DragonAPI ASM Data Initialization] (minecraft.jar) Unloaded->Constructed
malisiscore{1.7.10-0.10.5+unknown-b0.git-unknown} [Malisis Core] (malisiscore-1.7.10-0.10.5.jar) Unloaded->Constructed
dynamicswordskills{1.7.10-1.6.3} [Dynamic Sword Skills] (1.7.10-dynamicswordskills-1.6.3.jar) Unloaded->Constructed
Pistronics2{0.3.5} [Pistronics 2] (1.7.10-Pistronics2-v0.4.0.jar) Unloaded->Constructed
FLabsBF{4.3} [Better Furnaces] ([1.7.10]Better_Furnaces_V4.3.jar) Unloaded->Constructed
extendedWorkbench{1.2.1.1} [Extended Workbench] ([1.7.10]ExtendedWorkbench v1.2.1.1.jar) Unloaded->Constructed
bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar) Unloaded->Constructed
FloatingRuins{1.7.10.r02} [FloatingRuins] ([1.7.10]FloatingRuins-universal-1.7.10.r02.jar) Unloaded->Constructed
ChickenShed{1.1.3} [Chicken Shed] ([1.7.2+] ChickenShed (v1.1.3).jar) Unloaded->Constructed
IC2{2.2.658-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.658-experimental.jar) Unloaded->Constructed
ImmibisCore{59.0.5} [Immibis Core] (immibis-core-59.0.5.jar) Unloaded->Constructed
AdvancedMachines{59.0.2} [Advanced Machines] (advanced-machines-59.0.2.jar) Unloaded->Constructed
AdvancedSolarPanel{1.7.10-3.5.1} [Advanced Solar Panels] (AdvancedSolarPanel-1.7.10-3.5.1.jar) Unloaded->Constructed
AgriCraft{1.7.10-1.2.1} [AgriCraft] (AgriCraft-1.7.10-1.2.1.jar) Unloaded->Constructed
AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar) Unloaded->Constructed
arsmagica2{1.4.0.005} [Ars Magica 2] (AM2-1.4.0.006.jar) Unloaded->Constructed
antiqueatlas{4.0.1a-1.7.10} [Antique Atlas] (antiqueatlas-4.0.1a-1.7.10.jar) Unloaded->Constructed
AppleCore{1.0.2} [AppleCore] (AppleCore-mc1.7.10-1.0.2.jar) Unloaded->Constructed
appliedenergistics2{rv1-stable-1} [Applied Energistics 2] (appliedenergistics2-rv1-stable-1.jar) Unloaded->Constructed
Aquaculture{1.2.3} [Aquaculture] (Aquaculture-1.7.10-1.2.5.8.jar) Unloaded->Constructed
ArchimedesShips{1.7.10 v1.7.1} [Archimedes' Ships] (ArchimedesShips-1.7.1.jar) Unloaded->Constructed
archmagus{0.6.0} [Archmagus] (Archmagus-1.7.10-0.6.0.jar) Unloaded->Constructed
armourersWorkshop{1.7.10-0.27.2.65} [Armourer's Workshop] (Armourers-Workshop-1.7.10-0.27.2.65.jar) Unloaded->Constructed
Aroma1997CoreHelper{1.0.2.13} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.13.jar) Unloaded->Constructed
Aroma1997sDimension{1.0} [Aroma1997's Dimensional World] (Aroma1997s-Dimensional-World-1.7.10-1.1.0.1.jar) Unloaded->Constructed
AromaBackup{0.0.0.5} [AromaBackup] (AromaBackup-1.7.10-0.0.0.5.jar) Unloaded->Constructed
Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar) Unloaded->Constructed
Artifacts{1.1.0} [Artifacts] (Artifacts-1.1.0.jar) Unloaded->Constructed
iChunUtil{4.1.3} [iChunUtil] (iChunUtil-4.1.3.jar) Unloaded->Constructed
Grinder{4.0.0} [Grinder] (AttachableGrinder-4.0.0.jar) Unloaded->Constructed
Thaumcraft{4.2.3.3} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.3.jar) Unloaded->Constructed
Automagy{0.18} [Automagy] (Automagy-1.7.10-0.18.jar) Unloaded->Constructed
Backpack{2.0.0} [Backpack] (backpack-2.0.0-1.7.x.jar) Unloaded->Constructed
BattleTowers{1.5.1} [Battle Towers] (BattleTowers-1.7.10.jar) Unloaded->Constructed
bdlib{1.5.1.32} [BD Lib] (bdlib-mc1710-1.5.1.32.jar) Unloaded->Constructed
betterrecords{1.7.10-1.1.9} [Better Records] (betterrecords-1.7.10-1.1.9.jar) Unloaded->Constructed
betterstorage{0.11.3.123} [BetterStorage] (BetterStorage-1.7.10-0.11.3.123.jar) Unloaded->Constructed
BiblioCraft{1.9.2} [BiblioCraft] (BiblioCraft[v1.9.2][MC1.7.10].jar) Unloaded->Constructed
Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar) Unloaded->Constructed
Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar) Unloaded->Constructed
BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1057-universal.jar) Unloaded->Constructed
BiblioWoodsBoP{1.9} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.9].jar) Unloaded->Constructed
CoFHCore{1.7.10R3.0.0B9} [CoFH Core] (CoFHCore-[1.7.10]3.0.0B9-40.jar) Unloaded->Constructed
BuildCraft|Core{6.2.6} [BuildCraft] (buildcraft-6.2.6.jar) Unloaded->Constructed
Forestry{3.3.0.6} [Forestry for Minecraft] (forestry_1.7.10-3.3.0.6.jar) Unloaded->Constructed
BiblioWoodsForestry{1.7} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.7].jar) Unloaded->Constructed
BiblioWoodsNatura{1.5} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.5].jar) Unloaded->Constructed
ThermalFoundation{1.7.10R1.0.0RC1} [Thermal Foundation] (ThermalFoundation-1.7.101.0.0RC1-13.jar) Unloaded->Constructed
ThermalExpansion{1.7.10R4.0.0B8} [Thermal Expansion] (ThermalExpansion-1.7.104.0.0B8-23.jar) Unloaded->Constructed
BigReactors{0.4.1A2} [Big Reactors] (BigReactors-0.4.1A2.jar) Unloaded->Constructed
AWWayofTime{v1.3.0} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.0-1.jar) Unloaded->Constructed
qmunitylib{1.0} [QmunityLib] (QmunityLib-1.7.10-0.1.69-universal.jar) Unloaded->Constructed
bluepower{0.2.835} [Blue Power] (BluePower-1.7.10-0.2.835-universal.jar) Unloaded->Constructed
Botania{r1.3-148} [Botania] (Botania r1.3-148.jar) Unloaded->Constructed
brewingapi{1.2.0} [Brewing-API] (Brewing-API-1.7.2-1.2.0.jar) Unloaded->Constructed
BuildCraft|Transport{6.2.6} [BC Transport] (buildcraft-6.2.6.jar) Unloaded->Constructed
BuildCraft|Silicon{6.2.6} [BC Silicon] (buildcraft-6.2.6.jar) Unloaded->Constructed
BuildCraft|Builders{6.2.6} [BC Builders] (buildcraft-6.2.6.jar) Unloaded->Constructed
BuildCraft|Energy{6.2.6} [BC Energy] (buildcraft-6.2.6.jar) Unloaded->Constructed
BuildCraft|Factory{6.2.6} [BC Factory] (buildcraft-6.2.6.jar) Unloaded->Constructed
eureka{2.2} [Eureka] (Eureka-1.7.10-2.2.jar) Unloaded->Constructed
bcadditions{1.8.3} [Buildcraft Additions] (BuildcraftAdditions-1.7.10-1.8.3.jar) Unloaded->Constructed
cannibalism{1.0.2} [Cannibalism] (Cannibalism-1.0.2-1.7.10.jar) Unloaded->Constructed
CarpentersBlocks{3.3.4.2} [Carpenter's Blocks] (Carpenter's Blocks v3.3.4.2 - MC 1.7.10.jar) Unloaded->Constructed
ChickenChunks{1.3.4.17} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.17-universal.jar) Unloaded->Constructed
chisel{1.5.7} [Chisel] (Chisel-1.7.10-1.5.7.jar) Unloaded->Constructed
MineFactoryReloaded{1.7.10R2.8.0RC6} [MineFactory Reloaded] (MineFactoryReloaded-1.7.102.8.0RC6-5.jar) Unloaded->Constructed
TConstruct{1.7.10-1.8.2.build858} [Tinkers' Construct] (TConstruct-1.7.10-1.8.2a.jar) Unloaded->Constructed
ComputerCraft{1.65} [ComputerCraft] (ComputerCraft1.65.jar) Unloaded->Constructed
DragonAPI{1.0} [DragonAPI] (DragonAPI 1.7.10 V3d.jar) Unloaded->Constructed
ChromatiCraft{Alpha} [ChromatiCraft] (ChromatiCraft 1.7.10 V3d.jar) Unloaded->Constructed
IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar) Unloaded->Constructed
gud_cooler{1.1.5.0} [Coolers] (cooler-1.7.10-1.1.5.0.jar) Unloaded->Constructed
SKC-Core{1.1.2.0} [SKC Core] (SKC-Core-1.1.2.0-1.7.10.jar) Unloaded->Constructed
SKC-CraftableHorseArmor{1.1.2.0} [Craftable Horse Armor] (CraftableHorseArmor-1.1.2.0-1.7.10.jar) Unloaded->Constructed
CraftHeraldry{1.1.3} [CraftHeraldry] (CraftHeraldry 1.1.3.jar) Unloaded->Constructed
CustomOreGen{1.2.17} [Custom Ore Generation] (CustomOreGen-1.7.10-1.2.17.jar) Unloaded->Constructed
customrecipes{4.62} [Custom Recipes] (customrecipes-1.7.10-4.6.jar) Unloaded->Constructed
props{1.11} [Decocraft] (Decocraft-v1.11_1.7.10.jar) Unloaded->Constructed
DraconicEvolution{1.0.0e} [Draconic Evolution] (Draconic-Evolution-1.7.10-v1.0.0e.jar) Unloaded->Constructed
dungeonpack{1.7.10-1.0} [Dungeon Pack] (dungeonpack-1.7.10-1.0.jar) Unloaded->Constructed
dynamictanks{1.0} [Dynamic Liquid Tanks 2.1] (dynamictanks-1.1.04.jar) Unloaded->Constructed
EasyCrafting{1.7.10-2.0.1.16} [Easy Crafting] (EasyCrafting-1.7.10-2.0.1.16.jar) Unloaded->Constructed
RotaryCraft{Gamma} [RotaryCraft] (RotaryCraft 1.7.10 V3d.jar) Unloaded->Constructed
ElectriCraft{beta} [ElectriCraft] (ElectriCraft 1.7.10 V3d.jar) Unloaded->Constructed
eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar) Unloaded->Constructed
Enchiridion{1.1} [Enchiridion] (Enchiridion-1.7.X-1.2b.jar) Unloaded->Constructed
EnderIO{1.7.10-2.2.6.317} [Ender IO] (EnderIO-1.7.10-2.2.6.317.jar) Unloaded->Constructed
EnderStorage{1.4.5.27} [EnderStorage] (EnderStorage-1.7.10-1.4.5.27-universal.jar) Unloaded->Constructed
EE3{0.2.374} [Equivalent Exchange 3] (EquivalentExchange3-1.7.10-0.2.374.jar) Unloaded->Constructed
eternalfrost{2.0b4} [Eternal Frost] (eternalfrost-2.0b5.jar) Unloaded->Constructed
evilcraft{0.7.2b} [EvilCraft] (EvilCraft-1.7.10-0.7.2b.jar) Unloaded->Constructed
exnihilo{1.37} [Ex Nihilo] (Ex-Nihilo-1.37.jar) Unloaded->Constructed
MetallurgyCore{4.0.4} [Metallurgy Core] (MetallurgyCore-1.7.10-4.0.4.18.jar) Unloaded->Constructed
Metallurgy{4.0.6} [Metallurgy 4] (Metallurgy-1.7.10-4.0.6.80.jar) Unloaded->Constructed
Railcraft{9.4.0.0} [Railcraft] (Railcraft_1.7.10-9.4.0.0.jar) Unloaded->Constructed
RedstoneArsenal{1.7.10R1.1.0RC1} [Redstone Arsenal] (RedstoneArsenal-1.7.101.1.0RC1-19.jar) Unloaded->Constructed
exastris{1.15} [Ex Astris] (Ex-Astris-1.15.jar) Unloaded->Constructed
ExpandedRedstone{Gamma} [ExpandedRedstone] (ExpandedRedstone 1.7.10 V3b.jar) Unloaded->Constructed
ExtraTiC{0.8.4} [ExtraTiC] (ExtraTiC-1.7.10-1.0.3.jar) Unloaded->Constructed
ForgeMultipart{1.1.1.320} [Forge Multipart] (ForgeMultipart-1.7.10-1.1.1.320-universal.jar) Unloaded->Constructed
ExtraUtilities{1.2.1} [Extra Utilities] (extrautilities-1.2.1.jar) Unloaded->Constructed
factorization.notify{1.0} [Factorization Notification System] (Factorization-1.7.10-0.8.88.7.jar) Unloaded->Constructed
factorization{1.7.10-0.8.88.7} [Factorization] (Factorization-1.7.10-0.8.88.7.jar) Unloaded->Constructed
factorization.misc{1.7.10-0.8.88.7} [Factorization Miscellaneous Nonsense] (Factorization-1.7.10-0.8.88.7.jar) Unloaded->Constructed
fairylights{0.6} [Fairy Lights] (fairylights-0.6-1.7.10.jar) Unloaded->Constructed
FinderCompass{1.7.10b} [Finder Compass] (FinderCompass-1.7.10.jar) Unloaded->Constructed
FlatSigns{2.1.0.19} [Flat Signs] (FlatSigns-1.7.10-universal-2.1.0.19.jar) Unloaded->Constructed
ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-162.jar) Unloaded->Constructed
ForbiddenMagic{1.7.10-0.552} [Forbidden Magic] (Forbidden Magic-1.7.10-0.552.jar) Unloaded->Constructed
FriedChicken{1.0} [Fried Chicken Mod] (FriedChicken-1.7.10-1.0.jar) Unloaded->Errored
gendustry{1.4.3.fix2} [GenDustry] (gendustry-mc1710-1.4.3.fix2.jar) Unloaded->Constructed
advgenerators{0.9.6.27} [Advanced Generators] (generators-mc1710-0.9.6.27.jar) Unloaded->Constructed
GeoStrata{Gamma} [GeoStrata] (GeoStrata 1.7.10 V3b.jar) Unloaded->Constructed
GraviSuite{1.7.10-2.0.3} [Graviation Suite] (GraviSuite-1.7.10-2.0.3.jar) Unloaded->Constructed
Growthcraft{2.1.0a} [Growthcraft] (growthcraft-core-1.7.10-2.1.0a.jar) Unloaded->Constructed
Growthcraft|Cellar{2.1.0a} [Growthcraft Cellar] (growthcraft-cellar-1.7.10-2.1.0a.jar) Unloaded->Constructed
Growthcraft|Apples{2.1.0} [Growthcraft Apples] (growthcraft-apples-1.7.10-2.1.0.jar) Unloaded->Constructed
Growthcraft|Bamboo{2.1.0} [Growthcraft Bamboo] (growthcraft-bamboo-1.7.10-2.1.0.jar) Unloaded->Constructed
Growthcraft|Bees{2.1.0} [Growthcraft Bees] (growthcraft-bees-1.7.10-2.1.0.jar) Unloaded->Constructed
Growthcraft|Fishtrap{2.1.0a} [Growthcraft Fishtrap] (growthcraft-fishtrap-1.7.10-2.1.0a.jar) Unloaded->Constructed
Growthcraft|Grapes{2.1.0} [Growthcraft Grapes] (growthcraft-grapes-1.7.10-2.1.0.jar) Unloaded->Constructed
Growthcraft|Hops{2.1.0} [Growthcraft Hops] (growthcraft-hops-1.7.10-2.1.0.jar) Unloaded->Constructed
Growthcraft|Rice{2.1.0a} [Growthcraft Rice] (growthcraft-rice-1.7.10-2.1.0a.jar) Unloaded->Constructed
IC2NuclearControl{2.1.2a} [Nuclear Control 2] (IC2NuclearControl-2.1.2a.jar) Unloaded->Constructed
JABBA{1.2.0a} [JABBA] (Jabba-1.2.0a_1.7.10.jar) Unloaded->Constructed
Jewelrycraft{1.4.2} [Jewelrycraft] (Jewelrycraft 1.4.2 for Mc 1.7.2.jar) Unloaded->Constructed
lootbags{1.4.2} [Loot Bags] (LootBags-1.7.10-1.4.2.jar) Unloaded->Constructed
LostBooks{1.2.2} [Lost Books] (LostBooks-1.7.10-1.2.2.jar) Unloaded->Constructed
magicalcrops{1.7.2 - 0.1 ALPHA} [Magical Crops] (magicalcrops-1.7.10_0.1.jar) Unloaded->Constructed
malisisdoors{1.7.10-1.4.1} [Malisis' Doors] (malisisdoors-1.7.10-1.4.1.jar) Unloaded->Constructed
Mariculture{1.0} [Mariculture] (Mariculture-Deluxe-1.7.10-1.2.4b.jar) Unloaded->Constructed
MariTech{1.0} [Marine Technlogy] (Mariculture-Deluxe-1.7.10-1.2.4b.jar) Unloaded->Constructed
radixcore{1.3.4} [RadixCore] (RadixCore-1.7.10-1.3.4-universal.jar) Unloaded->Constructed
mca{4.1.5} [Minecraft Comes Alive] (MCA-1.7.10-4.1.5-universal.jar) Unloaded->Constructed
Mekanism{7.1.1} [Mekanism] (Mekanism-1.7.10-7.1.1.127.jar) Unloaded->Constructed
MekanismGenerators{7.1.1} [MekanismGenerators] (MekanismGenerators-1.7.10-7.1.1.127.jar) Unloaded->Constructed
MekanismTools{7.1.1} [MekanismTools] (MekanismTools-1.7.10-7.1.1.127.jar) Unloaded->Constructed
MeteorCraft{beta} [MeteorCraft] (MeteorCraft 1.7.10 V3a.jar) Unloaded->Constructed
MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0RC6} [MFR Compat: Applied Energistics] (MineFactoryReloaded-1.7.102.8.0RC6-5.jar) Unloaded->Constructed
MineFactoryReloaded|CompatAtum{1.7.10R2.8.0RC6} [MFR Compat: Atum] (MineFactoryReloaded-1.7.102.8.0RC6-5.jar) Unloaded->Constructed
MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0RC6} [MFR Compat: BackTools] (MineFactoryReloaded-1.7.102.8.0RC6-5.jar) Unloaded->Constructed
MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0RC6} [MFR Compat: BuildCraft] (MineFactoryReloaded-1.7.102.8.0RC6-5.jar) Unloaded->Constructed
MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0RC6} [MFR Compat: Chococraft] (MineFactoryReloaded-1.7.102.8.0RC6-5.jar) Unloaded->Constructed
MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0RC6} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-1.7.102.8.0RC6-5.jar) Unloaded->Constructed
MineFactoryReloaded|CompatForestry{1.7.10R2.8.0RC6} [MFR Compat: Forestry] (MineFactoryReloaded-1.7.102.8.0RC6-5.jar) Unloaded->Constructed
MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0RC6} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-1.7.102.8.0RC6-5.jar) Unloaded->Constructed
MineFactoryReloaded|CompatIC2{1.7.10R2.8.0RC6} [MFR Compat: IC2] (MineFactoryReloaded-1.7.102.8.0RC6-5.jar) Unloaded->Constructed
MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0RC6} [MFR Compat: Mystcraft] (MineFactoryReloaded-1.7.102.8.0RC6-5.jar) Unloaded->Constructed
MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0RC6} [MFR Compat ProjectRed] (MineFactoryReloaded-1.7.102.8.0RC6-5.jar) Unloaded->Constructed
MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0RC6} [MFR Compat: Railcraft] (MineFactoryReloaded-1.7.102.8.0RC6-5.jar) Unloaded->Constructed
MineFactoryReloaded|CompatRP2{1.7.10R2.8.0RC6} [MFR Compat: RP2] (MineFactoryReloaded-1.7.102.8.0RC6-5.jar) Unloaded->Constructed
MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0RC6} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-1.7.102.8.0RC6-5.jar) Unloaded->Constructed
MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0RC6} [MFR Compat: Thaumcraft] (MineFactoryReloaded-1.7.102.8.0RC6-5.jar) Unloaded->Constructed
MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0RC6} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-1.7.102.8.0RC6-5.jar) Unloaded->Constructed
MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0RC6} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-1.7.102.8.0RC6-5.jar) Unloaded->Constructed
TwilightForest{2.3.2} [The Twilight Forest] (twilightforest-1.7.10-2.3.2.jar) Unloaded->Constructed
MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0RC6} [MFR Compat: TwilightForest] (MineFactoryReloaded-1.7.102.8.0RC6-5.jar) Unloaded->Constructed
MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0RC6} [MFR Compat: Vanilla] (MineFactoryReloaded-1.7.102.8.0RC6-5.jar) Unloaded->Constructed
minegicka3{1.0.0} [Minegicka III] (minegicka3-1.7.10-1.0.0.jar) Unloaded->Constructed
MoarSigns{1.1.3} [MoarSigns] (MoarSigns-1.7.10-1.1.3.jar) Unloaded->Constructed
modularsystemsapi{0.0.1} [Modular Systems API] (Modular Systems-1.7.10-1.7.1.jar) Unloaded->Constructed
modularsystems{1.7.1} [Modular Systems] (Modular Systems-1.7.10-1.7.1.jar) Unloaded->Constructed
cfm{3.4.7} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.7(1.7.10).jar) Unloaded->Constructed
NaturalAbsorption{1.2.1} [Natural Absorption] (NaturalAbsorption-1.7.10-1.2.1.jar) Unloaded->Constructed
NEIAddons{1.12.3.11} [NEI Addons] (neiaddons-mc1710-1.12.3.11.jar) Unloaded->Constructed
NEIAddons|Botany{1.12.3.11} [NEI Addons: Botany] (neiaddons-mc1710-1.12.3.11.jar) Unloaded->Constructed
NEIAddons|Forestry{1.12.3.11} [NEI Addons: Forestry] (neiaddons-mc1710-1.12.3.11.jar) Unloaded->Constructed
NEIAddons|CraftingTables{1.12.3.11} [NEI Addons: Crafting Tables] (neiaddons-mc1710-1.12.3.11.jar) Unloaded->Constructed
NEIAddons|ExNihilo{1.12.3.11} [NEI Addons: Ex Nihilo] (neiaddons-mc1710-1.12.3.11.jar) Unloaded->Constructed
neiintegration{1.0.3} [NEI Integration] (NEIIntegration-MC1.7.10-1.0.3.jar) Unloaded->Constructed
NetherOres{1.7.10R2.3.0RC4} [Nether Ores] (NetherOres-1.7.102.3.0RC4-4.jar) Unloaded->Constructed
numina{0.4.0.87} [Numina] (Numina-0.4.0.87.jar) Unloaded->Constructed
ObsidiPlates{3.0.0.18} [ObsidiPlates] (ObsidiPlates-1.7.10-universal-3.0.0.18.jar) Unloaded->Constructed
OpenMods{0.6} [OpenMods] (OpenModsLib-1.7.10-0.6.jar) Unloaded->Constructed
OpenPeripheralCore{0.5.0} [OpenPeripheralCore] (OpenPeripheralCore-1.7.10-0.5.0.jar) Unloaded->Constructed
OpenPeripheral{0.2.0} [OpenPeripheralAddons] (OpenPeripheralAddons-1.7.10-0.2.0.jar) Unloaded->Constructed
OpenBlocks{1.3} [OpenBlocks] (OpenBlocks-1.7.10-1.3.jar) Unloaded->Constructed
openmodularturrets{1.3.3} [Open Modular Turrets] (OpenModularTurrets-1.7.10-1.3.3-25.jar) Unloaded->Constructed
OpenPeripheralIntegration{0.1.0} [OpenPeripheralIntegration] (OpenPeripheralIntegration-1.7.10-0.1.0.jar) Unloaded->Constructed
getalltheseeds{1.7.2a} [Pam's Get all the Seeds!] (Pam's Get all the Seeds 1.7.2a.zip) Unloaded->Constructed
harvestcraft{1.7.10d} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10f.jar) Unloaded->Constructed
simplerecipes{1.7.2a} [Pam's Simple Recipes] (Pam's Simple Recipes 1.7.2a.zip) Unloaded->Constructed
PowerConverters{1.7.10-3.0.3.40} [Power Converters] (PowerConverters-1.7.10-3.0.3.40.jar) Unloaded->Constructed
RandomThings{2.2.4} [Random Things] (RandomThings-2.2.4.jar) Unloaded->Constructed
RefinedRelocation{1.0.7d} [Refined Relocation] (RefinedRelocation-1.7.10-1.0.7d.jar) Unloaded->Constructed
libsandstone{1.0.0} [libsandstone] (LibSandstone-1.0.0.jar) Unloaded->Constructed
xreliquary{1.2} [Reliquary] (Reliquary-1.2.256.jar) Unloaded->Constructed
rftools{2.14} [RFTools] (rftools-2.14.jar) Unloaded->Constructed
Roguelike{1.3.5} [Roguelike Dungeons] (roguelike-1.7.10-1.3.5.jar) Unloaded->Constructed
RopesPlus{1.6.3} [Ropes+] (RopePlus-1.7.10.jar) Unloaded->Constructed
AS_Ruins{14.7} [Ruins Spawning System] (Ruins-1.7.10.jar) Unloaded->Constructed
Sanguimancy{1.1.8} [Sanguimancy] (Sanguimancy-1.7.10-1.1.8-4.jar) Unloaded->Constructed
secretroomsmod{4.7.1} [The SecretRoomsMod] (secretroomsmod-1.7.10-4.7.1.379.jar) Unloaded->Constructed
ServerTools{1.7.10-2.2.0.78} [ServerTools] (ServerTools-CORE-1.7.10-2.2.0.78.jar) Unloaded->Constructed
simplyjetpacks{1.3.2} [Simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.3.2.jar) Unloaded->Constructed
SpiceOfLife{1.2.3} [The Spice of Life] (SpiceOfLife-mc1.7.10-1.2.3.jar) Unloaded->Constructed
StevesCarts{2.0.0.b18} [Steve's Carts 2] (StevesCarts2.0.0.b18.jar) Unloaded->Constructed
StevesWorkshop{0.5.1} [Steve's Workshop] (StevesWorkshop-0.5.1.jar) Unloaded->Constructed
StorageDrawers{1.2.0} [Storage Drawers] (StorageDrawers-1.7.10-1.2.0.jar) Unloaded->Constructed
supercraftingframe{1.7.10.2} [Super Crafting Frame] (supercraftingframe-1.7.10.2.jar) Unloaded->Constructed
SwordPedestal{1.0(1.7.10)} [Sword Pedestal] (Sword-Pedestal-Mod-1.7.10.jar) Unloaded->Constructed
Sync{4.0.0} [Sync] (Sync-4.0.0.jar) Unloaded->Constructed
Talismans 2{1.0.0} [Talismans 2] (Talismans2-1.7.10-1.0.0.jar) Unloaded->Constructed
thaumcarpentry{0.0.1.5-1.7.10} [Thaumcarpentry] (Thaumcarpentry-0.0.1.5-1.7.10.jar) Unloaded->Constructed
ThaumcraftMobAspects{1.7.2-2A} [Thaumcraft Mob Aspects] (ThaumcraftMobAspects-1.7.2-2A.jar) Unloaded->Constructed
thaumcraftneiplugin{1.7.10-1.6a} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.6a.jar) Unloaded->Constructed
thaumicenergistics{0.8.7.2b-rv1} [Thaumic Energistics] (thaumicenergistics-0.8.7.2b-rv1.jar) Unloaded->Constructed
TiCTooltips{1.1.11b} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.1.11b.jar) Unloaded->Constructed
TMechworks{1.7.10-86.e500b88} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.10.jar) Unloaded->Constructed
tradeboothmod{1.7.10.1} [Trade Booth Mod] (tradebooth.1.7.10.1.jar) Unloaded->Constructed
Translocator{1.1.1.14} [Translocator] (Translocator-1.7.10-1.1.1.14-universal.jar) Unloaded->Constructed
TravellersGear{1.14.3} [Traveller's Gear] (TravellersGear-1.7.10-1.14.3.jar) Unloaded->Constructed
ttCore{MC1.7.10-0.1.0-56} [ttCore] (ttCore-MC1.7.10-0.1.0-56.jar) Unloaded->Constructed
TWarden{1.1.1} [Thaumic Warden] (TWarden-1.1.1.jar) Unloaded->Constructed
witchery{0.21.2} [Witchery] (witchery-1.7.10-0.21.2.jar) Unloaded->Constructed
WR-CBE|Core{1.4.1.9} [WR-CBE Core] (WR-CBE-1.7.10-1.4.1.9-universal.jar) Unloaded->Constructed
WR-CBE|Addons{1.4.1.9} [WR-CBE Addons] (WR-CBE-1.7.10-1.4.1.9-universal.jar) Unloaded->Constructed
WR-CBE|Logic{1.4.1.9} [WR-CBE Logic] (WR-CBE-1.7.10-1.4.1.9-universal.jar) Unloaded->Constructed
McMultipart{1.1.1.320} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.1.1.320-universal.jar) Unloaded->Constructed
aobd{2.3.6} [Another One Bites The Dust] (AOBD-2.3.6.jar) Unloaded->Constructed
IguanaTweaksTConstruct{1.7.10-2.1.2.101} [Iguana Tinker Tweaks] (IguanaTinkerTweaks-1.7.10-2.1.2.jar) Unloaded->Constructed
ForgeMicroblock{1.1.1.320} [Forge Microblocks] (ForgeMultipart-1.7.10-1.1.1.320-universal.jar) Unloaded->Constructed
OpenModsLib crash transformers: [stencil_patches:ENABLED],[movement_callback:ENABLED],[map_gen_fix:ENABLED],[gl_capabilities_hook:ENABLED],[player_render_hook:ENABLED]
AE2 Version: stable rv1-stable-1 for Forge 10.13.0.1187
Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: bukkit
TConstruct Environment: Environment healthy.
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)
So could anyone help me out here?