Every time when I try to put on one of your mods minecraft crashes. Before it worked but UE stuff didn't appear, and when i installed mffs it crashed when i put it on. Now i just wanna put on icbm with UE and now it crashes. Ugh.
---- Minecraft Crash Report ----
// Don't do that.
Time: 12/30/13 11:54 AM
Description: Initializing game
java.lang.IllegalArgumentException: Duplicate id: TileEntityMultiBlockPart
at net.minecraft.tileentity.TileEntity.func_70306_a(TileEntity.java:56)
at cpw.mods.fml.common.registry.GameRegistry.registerTileEntity(GameRegistry.java:265)
at icbm.core.ICBMCore.preInit(ICBMCore.java:139)
at icbm.explosion.ICBMExplosion.preInit(ICBMExplosion.java:131)
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:540)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
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.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:520)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:181)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:471)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:806)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.tileentity.TileEntity.func_70306_a(TileEntity.java:56)
at cpw.mods.fml.common.registry.GameRegistry.registerTileEntity(GameRegistry.java:265)
at icbm.core.ICBMCore.preInit(ICBMCore.java:139)
at icbm.explosion.ICBMExplosion.preInit(ICBMExplosion.java:131)
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:540)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
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.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:520)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:181)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:471)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:806)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
It seems like you have two mods with conflicting block id's. Look at your .configure files to find new block id's that do not try to use up the same id on the game, if that makes sense. Or you can remove some of your mods and start from new.
Ok getting a weird error here and no clue how to fix this one.
---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!
Time: 1/3/14 5:55 PM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: calclavia.lib.multiblock.BlockMulti.setChannel(Ljava/lang/String;)Lcalclavia/lib/multiblock/BlockMulti;
at cpw.mods.fml.common.LoadController.transition(LoadController.java:156)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:523)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
Caused by: java.lang.NoSuchMethodError: calclavia.lib.multiblock.BlockMulti.setChannel(Ljava/lang/String;)Lcalclavia/lib/multiblock/BlockMulti;
at icbm.core.ICBMCore.preInit(ICBMCore.java:104)
at icbm.contraption.ICBMContraption.preInit(ICBMContraption.java:64)
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:545)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
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.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
... 10 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
Is 'Basic Components' not being updated anymore?
Has 'Univer-Electricity-Core' taken over?
I loved how I could make steel dust out of iron and coal...
Can'f find it in the download section on the UE website, except for very old ones for mc version 1.5.1 and older :/
Got a crash report, can't make much sense of it. Can anyone help me, please?
---- Minecraft Crash Report ----
// Why did you do that?
Time: 1/27/14 11:13 PM
Description: Initializing game
java.lang.NoClassDefFoundError: Lresonantinduction/archaic/CommonProxy;
at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Unknown Source)
at java.lang.Class.getDeclaredField(Unknown Source)
at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:43)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:524)
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.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
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.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
Caused by: java.lang.ClassNotFoundException: resonantinduction.archaic.CommonProxy
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 37 more
Caused by: java.lang.NoClassDefFoundError: calclavia/lib/prefab/ProxyBase
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:178)
... 39 more
Caused by: java.lang.ClassNotFoundException: calclavia.lib.prefab.ProxyBase
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:97)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 43 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Unknown Source)
at java.lang.Class.getDeclaredField(Unknown Source)
at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:43)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:524)
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.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
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.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.7.0_45, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode, sharing), Oracle Corporation
Memory: 26107784 bytes (24 MB) / 128589824 bytes (122 MB) up to 518979584 bytes (494 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -Xmx512M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 15 mods loaded, 15 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed
Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed
TooManyItems{1.6.4} [TooManyItems] (minecraft.jar) Unloaded->Constructed
mod_ReiMinimap{v3.4_01 [1.6.2]} [mod_ReiMinimap] ([1.6.4]ReiMinimap_v3.4_01.zip) Unloaded->Constructed
UniversalElectricity{3.0.1} [Universal Electricity] (Universal-Electricity-3.0.1.26-core.jar) Unloaded->Constructed
CalclaviaCore{@MAJOR@.@MINOR@.@REVIS@} [Calclavia] (Calclavia Core-1.1.1.49.jar) Unloaded->Constructed
AtomicScience{1.0.1} [Atomic Science] (Atomic-Science-1.0.1.13.jar) Unloaded->Constructed
ICBM{1.4.1} [ICBM] (ICBM-1.4.1.51.jar) Unloaded->Constructed
ICBM|Sentry{1.4.1} [ICBM|Sentry] (ICBM-1.4.1.51.jar) Unloaded->Constructed
ICBM|Explosion{1.4.1} [ICBM|Explosion] (ICBM-1.4.1.51.jar) Unloaded->Constructed
ResonantInduction|Core{0.3.1} [Resonant Induction Core] (Resonant-Induction-0.3.1.91.jar) Unloaded
ResonantInduction|Electrical{0.3.1} [Resonant Induction Electrical] (Resonant-Induction-0.3.1.91.jar) Unloaded
ResonantInduction|Mechanical{0.3.1} [Resonant Induction Mechanical] (Resonant-Induction-0.3.1.91.jar) Unloaded
ResonantInduction|Archaic{0.3.1} [Resonant Induction Archaic] (Resonant-Induction-0.3.1.91.jar) Unloaded
Launched Version: 1.6.4-Forge9.11.1.965
LWJGL: 2.9.0
OpenGL: AMD Radeon HD 6500M/5600/5700 Series GL version 4.2.11733 Compatibility Profile Context, ATI Technologies Inc.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Pack: Default
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Is the Universal Electricity site down for anyone else? I can't get to the ICBM mod either.
Its back now
Rollback Post to RevisionRollBack
One Ring to rule them all, One Ring to find them, One Ring to bring them all and in the darkness bind them. My Plugins: http://dev.bukkit.or...s/Numenorean95/
I would like to include your Universal Electricity mod into my modpack. My modpack is currently private, but I might make it public later if I get permission to use all the mods in a public modpack. I enjoy using your mods and so I would like to include them all into my modpack. I am also currently asking permission to use your Atomic Science and ICBM mods.
Any idea when there is going to be an update to 1.7.2? The repo shows the updated file structure, but there are still no downloadable builds.
Rollback Post to RevisionRollBack
One Ring to rule them all, One Ring to find them, One Ring to bring them all and in the darkness bind them. My Plugins: http://dev.bukkit.or...s/Numenorean95/
Has anyone found out how to fix the problem with Tinkers Construct so that the recipe for steel plates in UE doesn't require stacks of paper??? Need to build reactors but can't craft the plates needed.
Could we please have the older versions of Universal Electricity? I looked all over the website (and indeed all over the internet) and I couldn't find any of them. If you could have a repository somewhere where you put the best, stable downloads for each version, that would be immensely helpful.
I have a similar problem with UE not existing i have BuildCraft and it doesn't cause any issues, yet when I install all of calclavia's
mods UE doesn't show in the creative tabs yet it says its installed in the mods tab.
Anyone know whats wrong
When upgrading the server from .50 to .68 we get this crash:
---- Minecraft Crash Report ----
// Quite honestly, I wouldn't worry myself about that.
Time: 9/12/14 2:33 AM
Description: Exception in server tick loop
cpw.mods.fml.common.toposort.ModSortingException: There was a cycle detected in the input graph, sorting is not possible
at cpw.mods.fml.common.toposort.TopologicalSort.explore(TopologicalSort.java:190)
at cpw.mods.fml.common.toposort.TopologicalSort.explore(TopologicalSort.java:199)
at cpw.mods.fml.common.toposort.TopologicalSort.explore(TopologicalSort.java:199)
at cpw.mods.fml.common.toposort.TopologicalSort.explore(TopologicalSort.java:199)
at cpw.mods.fml.common.toposort.TopologicalSort.explore(TopologicalSort.java:199)
at cpw.mods.fml.common.toposort.TopologicalSort.explore(TopologicalSort.java:199)
at cpw.mods.fml.common.toposort.TopologicalSort.explore(TopologicalSort.java:199)
at cpw.mods.fml.common.toposort.TopologicalSort.topologicalSort(TopologicalSort.java:145)
at cpw.mods.fml.common.toposort.ModSorter.sort(ModSorter.java:133)
at cpw.mods.fml.common.Loader.sortModList(Loader.java:256)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:472)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:313)
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)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
http://www.mediafire.com/download/1s3ir9hsnk2bw69/element_text-ures 2.zip It seems like you have two mods with conflicting block id's. Look at your .configure files to find new block id's that do not try to use up the same id on the game, if that makes sense. Or you can remove some of your mods and start from new.
// You should try our sister game, Minceraft!
Time: 1/3/14 5:55 PM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: calclavia.lib.multiblock.BlockMulti.setChannel(Ljava/lang/String;)Lcalclavia/lib/multiblock/BlockMulti;
at cpw.mods.fml.common.LoadController.transition(LoadController.java:156)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:523)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
Caused by: java.lang.NoSuchMethodError: calclavia.lib.multiblock.BlockMulti.setChannel(Ljava/lang/String;)Lcalclavia/lib/multiblock/BlockMulti;
at icbm.core.ICBMCore.preInit(ICBMCore.java:104)
at icbm.contraption.ICBMContraption.preInit(ICBMContraption.java:64)
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:545)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
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.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
... 10 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_21, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 113343888 bytes (108 MB) / 1068695552 bytes (1019 MB) up to 3817799680 bytes (3640 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v8.11 FML v6.4.45.953 Minecraft Forge 9.11.1.953 88 mods loaded, 88 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{6.4.45.953} [Forge Mod Loader] (minecraftforge-9.11.1.953.jar) Unloaded->Constructed->Pre-initialized
Forge{9.11.1.953} [Minecraft Forge] (minecraftforge-9.11.1.953.jar) Unloaded->Constructed->Pre-initialized
CodeChickenCore{0.9.0.7} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
extendedEnchant{1.0.0} [Extended Enchanting] (minecraft.jar) Unloaded->Constructed->Pre-initialized
NotEnoughItems{1.6.1.8} [Not Enough Items] (NotEnoughItems 1.6.1.8.jar) Unloaded->Constructed->Pre-initialized
TConstruct-Preloader{0.0.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed->Pre-initialized
DamageIndicatorsMod{2.9.2.1} [Damage Indicators] (1.6.4 DamageIndicatorsv2.9.2.1.zip) Unloaded->Constructed->Pre-initialized
bspkrsCore{v5.1(1.6.4)} [bspkrsCore] ([1.6.4]bspkrsCorev5.1.zip) Unloaded->Constructed->Pre-initialized
mod_ReiMinimap{v3.4_01 [1.6.2]} [mod_ReiMinimap] ([1.6.4]ReiMinimap_v3.4_01.zip) Unloaded->Constructed->Pre-initialized
TreeCapitator{Forge 1.6.4.r08} [Treecapitator] ([1.6.4]TreeCapitator.Forge.1.6.4.r08.Universal.zip) Unloaded->Constructed->Pre-initialized
deconstruction{2.0.1} [The Deconstruction Mod] ([MC1.6.4]Deconstruction[v2.0.1].jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Core{4.1.2} [BuildCraft] (buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Factory{4.1.2} [BC Factory] (buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Transport{4.1.2} [BC Transport] (buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Silicon{4.1.2} [BC Silicon] (buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Pre-initialized
APUnofficial{2.5.0} [Additional Pipes] (AdditionalPipes2.5.0-BC4.1.2.jar) Unloaded->Constructed->Pre-initialized
AnimationAPI{1.1.1} [AnimationAPI] (AnimationAPI v1.1.2 mc1.6.4.zip) Unloaded->Constructed->Pre-initialized
ArchimedesShipsMod{1.6.4 v1.4.5} [Archimedes' Ships] (ArchimedesShips.zip) Unloaded->Constructed->Pre-initialized
AtomicScience{1.0.0} [Atomic Science] (Atomic_Science_v1.0.0.160.jar) Unloaded->Constructed->Pre-initialized
B0bGrowsOre{1.6.2} [B0bGary's Growable Ores!] (B0bGary_s_Growable_Ores__1.6.4_v_1.6.2.zip) Unloaded->Constructed->Pre-initialized
B0bGrowsOreAE{1.6.0} [B0bGary's Growable Ores: Applied Energistics] (B0bGary_s_Growable_Ores__1.6.4_v_1.6.2.zip) Unloaded->Constructed->Pre-initialized
Natura{2.1.12} [Natura] (Natura_1.6.X_2.1.12.2.jar) Unloaded->Constructed->Pre-initialized
BiomesOPlenty{1.2.1} [Biomes O' Plenty] (BiomesOPlenty-universal-1.6.4-1.2.1.418.jar) Unloaded->Constructed->Pre-initialized
B0bGrowsOreBOP{1.6.0} [B0bGary's Growable Ores: Biomes O Plenty] (B0bGary_s_Growable_Ores__1.6.4_v_1.6.2.zip) Unloaded->Constructed->Pre-initialized
B0bGrowsOreDartCraft{1.6.0} [B0bGary's Growable Ores: DartCraft] (B0bGary_s_Growable_Ores__1.6.4_v_1.6.2.zip) Unloaded->Constructed->Pre-initialized
B0bGrowsOreForestry{1.6.0} [B0bGary's Growable Ores: Forestry] (B0bGary_s_Growable_Ores__1.6.4_v_1.6.2.zip) Unloaded->Constructed->Pre-initialized
B0bGrowsOreIC2{1.6.0} [B0bGary's Growable Ores: IC2] (B0bGary_s_Growable_Ores__1.6.4_v_1.6.2.zip) Unloaded->Constructed->Pre-initialized
B0bGrowsOreSimpleOres{1.6.0} [B0bGary's Growable Ores: Simple Ores] (B0bGary_s_Growable_Ores__1.6.4_v_1.6.2.zip) Unloaded->Constructed->Pre-initialized
B0bGrowsOreThaumcraft{1.6.0} [B0bGary's Growable Ores: Thaumcraft] (B0bGary_s_Growable_Ores__1.6.4_v_1.6.2.zip) Unloaded->Constructed->Pre-initialized
B0bGrowsOreTE{1.6.0} [B0bGary's Growable Ores: Thermal Expansion] (B0bGary_s_Growable_Ores__1.6.4_v_1.6.2.zip) Unloaded->Constructed->Pre-initialized
UniversalElectricity{@MAJOR@.@MINOR@.@REVIS@} [Universal Electricity] (Universal-Electricity-3.0.0.253-core.jar) Unloaded->Constructed->Pre-initialized
ForgeMultipart{1.0.0.232} [Forge Multipart] (ForgeMultipart-universal-1.6.4-1.0.0.232.jar) Unloaded->Constructed->Pre-initialized
TConstruct{1.6.X_1.5.1} [Tinkers' Construct] (TConstruct_1.6.4_1.5.1.jar) Unloaded->Constructed->Pre-initialized
B0bGrowsOreTConstruct{1.6.0} [B0bGary's Growable Ores: Tinker's Contruct] (B0bGary_s_Growable_Ores__1.6.4_v_1.6.2.zip) Unloaded->Constructed->Pre-initialized
BiblioCraft{1.4.0} [BiblioCraft] (BiblioCraft[v1.4.0].zip) Unloaded->Constructed->Pre-initialized
BuildCraft|Builders{4.1.2} [BC Builders] (buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Energy{4.1.2} [BC Energy] (buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Pre-initialized
CalclaviaCore{1.0.0} [Calclavia] (Calclavia-Core-v1.0.0.26.jar) Unloaded->Constructed->Pre-initialized
ConfigMod{v1.0} [Extended Mod Config] (ConfigMod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized
CoroAI{v1.0} [CoroAI] (CoroAI for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized
CrossbowMod2{a0.1.6} [Crossbow Mod 2] (Crossbow-Mod-2-1.6.4-a0.1.6.33.jar) Unloaded->Constructed->Pre-initialized
DragonAPI{release} [DragonAPI] (DragonAPI 1.6 v12b.zip) Unloaded->Constructed->Pre-initialized
DynamicLights{1.2.8} [Dynamic Lights] (DynamicLights_1.6.4.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_onFire{1.0.3} [Dynamic Lights on burning] (DynamicLights_1.6.4.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_creepers{1.0.3} [Dynamic Lights on Creepers] (DynamicLights_1.6.4.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_dropItems{1.0.5} [Dynamic Lights on ItemEntities] (DynamicLights_1.6.4.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_mobEquipment{1.0.3} [Dynamic Lights on Mob Equipment] (DynamicLights_1.6.4.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_flameArrows{1.0.0} [Dynamic Lights on Flame enchanted Arrows] (DynamicLights_1.6.4.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_otherPlayers{1.0.5} [Dynamic Lights Other Player Light] (DynamicLights_1.6.4.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_thePlayer{1.0.9} [Dynamic Lights Player Light] (DynamicLights_1.6.4.jar) Unloaded->Constructed->Pre-initialized
ExpandedRedstone{Gamma} [ExpandedRedstone] (ExpandedRedstone 1.6 v12.zip) Unloaded->Constructed->Pre-initialized
fodc{1.4.1} [Ore Dictionary Converter] (fodc-1.4.1.zip) Unloaded->Constructed->Pre-initialized
McMultipart{1.0.0.232} [Minecraft Multipart Plugin] (ForgeMultipart-universal-1.6.4-1.0.0.232.jar) Unloaded->Constructed->Pre-initialized
CARuins{0.1.4} [Cellular Automata Generator] (Generator_mods_0.1.4(1.6.X).zip) Unloaded->Constructed->Pre-initialized
GreatWallMod{0.1.4} [Great Wall Mod] (Generator_mods_0.1.4(1.6.X).zip) Unloaded->Constructed->Pre-initialized
WalledCityMod{0.1.4} [Walled City Generator] (Generator_mods_0.1.4(1.6.X).zip) Unloaded->Constructed->Pre-initialized
GeoStrata{Gamma} [GeoStrata] (GeoStrata 1.6 v12.zip) Unloaded->Constructed->Pre-initialized
GregsLighting{1.9.0} [Greg's Lighting] (GregsLighting-1.9.0-mc1.6.2.jar) Unloaded->Constructed->Pre-initialized
ICBM|Contraption{1.3.4} [ICBM|Contraption] (ICBM_Contraption_v1.3.4.285.jar) Unloaded->Constructed->Errored
ICBM|Sentry{1.3.4} [ICBM|Sentry] (ICBM_Sentry_v1.3.4.285.jar) Unloaded->Constructed->Errored
ICBM|Explosion{1.3.4} [ICBM|Explosion] (ICBM_Explosion_v1.3.4.285.jar) Unloaded->Constructed->Errored
ImmibisCore{57.1.0} [Immibis Core] (immibis-core-57.1.0.jar) Unloaded->Constructed->Pre-initialized
LomLib{1.0.7} [LomLib] (LomLib-universal-1.0.7.jar) Unloaded->Constructed->Pre-initialized
Mekanism{5.6.0} [Mekanism] (Mekanism-v5.6.0.660.jar) Unloaded->Constructed->Pre-initialized
MekanismGenerators{5.6.0} [MekanismGenerators] (MekanismGenerators-v5.6.0.660.jar) Unloaded->Constructed->Pre-initialized
MekanismInduction{5.6.0} [MekanismInduction] (MekanismInduction-v5.6.0.660.jar) Unloaded->Constructed->Pre-initialized
MekanismTools{5.6.0} [MekanismTools] (MekanismTools-v5.6.0.660.jar) Unloaded->Constructed->Pre-initialized
MFFS{3.5.1} [Modular Force Field System] (MFFS_v3.5.1.269.jar) Unloaded->Constructed->Errored
minechem{@VERSION@} [MineChem] (Minechem4-413.jar) Unloaded->Constructed->Pre-initialized
minegicka{1.4.3} [Minegicka 2] (Minegicka II 1.4.3 for MC1.6.4.zip) Unloaded->Constructed->Pre-initialized
MinersDeluxe{2.2.3} [MinersDeluxe] (MinersDeluxe-v2.2.4.zip) Unloaded->Constructed->Pre-initialized
numina{0.0.1-32} [Numina] (Numina-1.6.2-0.0.1-32.jar) Unloaded->Constructed->Pre-initialized
powersuits{0.9.0-76} [MachineMuse's Modular Powersuits] (ModularPowersuits-1.6.2-0.9.0-76.jar) Unloaded->Constructed->Pre-initialized
mod_MovePlus{Version 2.2} [mod_MovePlus] (moveplus v2.3 for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized
MutantCreatures{1.4.4} [Mutant Creatures] (Mutant_Creatures_v1.4.4_mc1.6.4.zip) Unloaded->Constructed->Pre-initialized
Mystcraft{0.10.11.00} [Mystcraft] (mystcraft-uni-1.6.4-0.10.11.00.zip) Unloaded->Constructed->Pre-initialized
Natura|ForgeMuliPart{0.1} [Natura Compat: FMP] (Natura_1.6.X_2.1.12.2.jar) Unloaded->Constructed->Pre-initialized
Natura|CompatMineFactoryReloaded{0.1} [Natura Compat: MFR] (Natura_1.6.X_2.1.12.2.jar) Unloaded->Constructed->Pre-initialized
Natura|NotEnoughItems{0.1} [Natura Compat: NEI] (Natura_1.6.X_2.1.12.2.jar) Unloaded->Constructed->Pre-initialized
RotaryCraft{Gamma} [RotaryCraft] (RotaryCraft 1.6 v12b.zip) Unloaded->Constructed->Pre-initialized
AS_Ruins{11.0} [Ruins Spawning System] (Ruins_1.6.4.zip) Unloaded->Constructed->Pre-initialized
tombstone{0.8.1} [TombStone] (TombStone-1.6.4_0.8.1.zip) Unloaded->Constructed->Pre-initialized
TwilightForest{1.20.3} [The Twilight Forest] (twilightforest-1.20.3.jar) Unloaded->Constructed->Pre-initialized
AS_UpdateCheck{1.1.1} [AtomicStryker Update Check Mod] (UpdateCheckerMod_1.6.4.zip) Unloaded->Constructed->Pre-initialized
YALSM{2.0.1} [Yet Another Leather Smelting Mod] (yalsm-2.0.1.jar) Unloaded->Constructed->Pre-initialized
ZAMod{v1.9} [Zombie Awareness] (Zombie Awareness v1.9 Mod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized
ForgeMicroblock{1.0.0.232} [Forge Microblocks] (ForgeMultipart-universal-1.6.4-1.0.0.232.jar) Unloaded->Constructed->Pre-initialized
TConstruct Environment: Sane and ready for action. Bugs may be reported.
Has 'Univer-Electricity-Core' taken over?
I loved how I could make steel dust out of iron and coal...
Can'f find it in the download section on the UE website, except for very old ones for mc version 1.5.1 and older :/
// Why did you do that?
Time: 1/27/14 11:13 PM
Description: Initializing game
java.lang.NoClassDefFoundError: Lresonantinduction/archaic/CommonProxy;
at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Unknown Source)
at java.lang.Class.getDeclaredField(Unknown Source)
at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:43)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:524)
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.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
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.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
Caused by: java.lang.ClassNotFoundException: resonantinduction.archaic.CommonProxy
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 37 more
Caused by: java.lang.NoClassDefFoundError: calclavia/lib/prefab/ProxyBase
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:178)
... 39 more
Caused by: java.lang.ClassNotFoundException: calclavia.lib.prefab.ProxyBase
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:97)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 43 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Unknown Source)
at java.lang.Class.getDeclaredField(Unknown Source)
at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:43)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:524)
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.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
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.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.7.0_45, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode, sharing), Oracle Corporation
Memory: 26107784 bytes (24 MB) / 128589824 bytes (122 MB) up to 518979584 bytes (494 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -Xmx512M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 15 mods loaded, 15 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed
Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed
TooManyItems{1.6.4} [TooManyItems] (minecraft.jar) Unloaded->Constructed
mod_ReiMinimap{v3.4_01 [1.6.2]} [mod_ReiMinimap] ([1.6.4]ReiMinimap_v3.4_01.zip) Unloaded->Constructed
UniversalElectricity{3.0.1} [Universal Electricity] (Universal-Electricity-3.0.1.26-core.jar) Unloaded->Constructed
CalclaviaCore{@MAJOR@.@MINOR@.@REVIS@} [Calclavia] (Calclavia Core-1.1.1.49.jar) Unloaded->Constructed
AtomicScience{1.0.1} [Atomic Science] (Atomic-Science-1.0.1.13.jar) Unloaded->Constructed
ICBM{1.4.1} [ICBM] (ICBM-1.4.1.51.jar) Unloaded->Constructed
ICBM|Sentry{1.4.1} [ICBM|Sentry] (ICBM-1.4.1.51.jar) Unloaded->Constructed
ICBM|Explosion{1.4.1} [ICBM|Explosion] (ICBM-1.4.1.51.jar) Unloaded->Constructed
ResonantInduction|Core{0.3.1} [Resonant Induction Core] (Resonant-Induction-0.3.1.91.jar) Unloaded
ResonantInduction|Electrical{0.3.1} [Resonant Induction Electrical] (Resonant-Induction-0.3.1.91.jar) Unloaded
ResonantInduction|Mechanical{0.3.1} [Resonant Induction Mechanical] (Resonant-Induction-0.3.1.91.jar) Unloaded
ResonantInduction|Archaic{0.3.1} [Resonant Induction Archaic] (Resonant-Induction-0.3.1.91.jar) Unloaded
Launched Version: 1.6.4-Forge9.11.1.965
LWJGL: 2.9.0
OpenGL: AMD Radeon HD 6500M/5600/5700 Series GL version 4.2.11733 Compatibility Profile Context, ATI Technologies Inc.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Pack: Default
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Good question!
thats my question too can anyone answer why this is?
Its back now
One Ring to rule them all, One Ring to find them,


One Ring to bring them all and in the darkness bind them.
My Plugins: http://dev.bukkit.or...s/Numenorean95/
One Ring to rule them all, One Ring to find them,


One Ring to bring them all and in the darkness bind them.
My Plugins: http://dev.bukkit.or...s/Numenorean95/
Link Removed
http://adf.ly/1957614/http://calclavia.com/download/?name=Universal%20Electricity&r=http%3A%2F%2Fcalclavia.com%2Fjenkins%2Fjobs%2FUniversal%20Electricity%2Fbuilds%2F69%2Farchive%2Foutput%2FUniversal-Electricity-3.1.0.69-core.jar
mods UE doesn't show in the creative tabs yet it says its installed in the mods tab.
Anyone know whats wrong
---- Minecraft Crash Report ----
// Quite honestly, I wouldn't worry myself about that.
Time: 9/12/14 2:33 AM
Description: Exception in server tick loop
cpw.mods.fml.common.toposort.ModSortingException: There was a cycle detected in the input graph, sorting is not possible
at cpw.mods.fml.common.toposort.TopologicalSort.explore(TopologicalSort.java:190)
at cpw.mods.fml.common.toposort.TopologicalSort.explore(TopologicalSort.java:199)
at cpw.mods.fml.common.toposort.TopologicalSort.explore(TopologicalSort.java:199)
at cpw.mods.fml.common.toposort.TopologicalSort.explore(TopologicalSort.java:199)
at cpw.mods.fml.common.toposort.TopologicalSort.explore(TopologicalSort.java:199)
at cpw.mods.fml.common.toposort.TopologicalSort.explore(TopologicalSort.java:199)
at cpw.mods.fml.common.toposort.TopologicalSort.explore(TopologicalSort.java:199)
at cpw.mods.fml.common.toposort.TopologicalSort.topologicalSort(TopologicalSort.java:145)
at cpw.mods.fml.common.toposort.ModSorter.sort(ModSorter.java:133)
at cpw.mods.fml.common.Loader.sortModList(Loader.java:256)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:472)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:313)
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)
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: Linux (amd64) version 3.13.0-35-generic
Java Version: 1.7.0_67, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 5667370000 bytes (5404 MB) / 6174015488 bytes (5888 MB) up to 6174015488 bytes (5888 MB)
JVM Flags: 3 total; -XX:MaxPermSize=512m -Xmx6g -Xms6g
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.25.1207 Minecraft Forge 10.13.0.1207 118 mods loaded, 189 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded
FML{7.10.25.1207} [Forge Mod Loader] (forge-1.7.10-10.13.0.1207-universal.jar) Unloaded
Forge{10.13.0.1207} [Minecraft Forge] (forge-1.7.10-10.13.0.1207-universal.jar) Unloaded
appliedenergistics2-core{rv1-beta-20} [AppliedEnergistics2 Core] (minecraft.jar) Unloaded
CodeChickenCore{1.0.2.9} [CodeChicken Core] (minecraft.jar) Unloaded
<CoFH ASM>{000} [CoFH ASM Data Initialization] (minecraft.jar) Unloaded
MCVanillaTweaks{1.0} [Mariculture - Vanilla Tweaks] (minecraft.jar) Unloaded
NotEnoughItems{1.0.2.15} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.2.15-universal.jar) Unloaded
OpenEye{0.6} [OpenEye] (OpenEye-0.6-1.7.10.jar) Unloaded
CrystalWing{1.7.10.r01} [CrystalWing] ([1.7.10]CrystalWing-universal-1.7.10.r01.jar) Unloaded
StartingInventory{1.7.10.r02} [StartingInventory] ([1.7.10]StartingInventory-universal-1.7.10.r02.jar) Unloaded
StatusEffectHUD{1.26} [StatusEffectHUD] ([1.7.10]StatusEffectHUD-client-1.26.jar) Unloaded
ChickenShed{1.1.3} [Chicken Shed] ([1.7.2] ChickenShed (v1.1.3).jar) Unloaded
Treecapitator{1.7.2} [Treecapitator] ([1.7.2]Treecapitator-universal-2.0.3.jar) Unloaded
animalsPlus{1.2} [Animals+] (animalsPlus-1.2.jar) Unloaded
aobd{2.2.3} [Another One Bites The Dust] (AOBD-2.2.3.jar) Unloaded
appliedenergistics2{rv1-beta-20} [Applied Energistics 2] (appliedenergistics2-rv1-beta-20.jar) Unloaded
ArchimedesShips{1.7.10 v1.7.1} [Archimedes' Ships] (ArchimedesShips-1.7.1.jar) Unloaded
atum{0.6.13} [Atum] (Atum-1.7.10-0.6.15.jar) Unloaded
BattleTowers{1.4.9} [Battle Towers] (BattleTowers-1.7.10.jar) Unloaded
bdlib{1.4.3.14} [BD Lib] (bdlib-mc1710-1.4.3.14.jar) Unloaded
betterstorage{0.10.0.112-dev} [BetterStorage] (BetterStorage-1.7.10-0.10.1.113.jar) Unloaded
BiblioCraft{1.7.5} [BiblioCraft] (BiblioCraft[v1.7.5][MC1.7.10].jar) Unloaded
bigtrees{1.6.4} [BigTrees] (BigTrees-172-forge1024.jar) Unloaded
Botany{2.0-dev4} [Botany] (binnie-mods-2.0-dev4.jar) Unloaded
BinnieCore{2.0-dev4} [Binnie Core] (binnie-mods-2.0-dev4.jar) Unloaded
ExtraBees{2.0-dev4} [Extra Bees] (binnie-mods-2.0-dev4.jar) Unloaded
ExtraTrees{2.0-dev4} [Extra Trees] (binnie-mods-2.0-dev4.jar) Unloaded
Genetics{2.0-dev4} [Genetics] (binnie-mods-2.0-dev4.jar) Unloaded
BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.978-universal.jar) Unloaded
Botania{r1.2-112} [Botania] (Botania r1.2-112.jar) Unloaded
brewingapi{1.7.10-3.0.1} [Brewing API] (BrewingAPI-1.7.10-3.0.1.jar) Unloaded
BuildCraft|Builders{6.0.18} [BC Builders] (buildcraft-6.0.18.jar) Unloaded
BuildCraft|Core{6.0.18} [BuildCraft] (buildcraft-6.0.18.jar) Unloaded
BuildCraft|Energy{6.0.18} [BC Energy] (buildcraft-6.0.18.jar) Unloaded
BuildCraft|Factory{6.0.18} [BC Factory] (buildcraft-6.0.18.jar) Unloaded
BuildCraft|Silicon{6.0.18} [BC Silicon] (buildcraft-6.0.18.jar) Unloaded
BuildCraft|Transport{6.0.18} [BC Transport] (buildcraft-6.0.18.jar) Unloaded
kegare.caveworld{1.4.8} [Caveworld] (Caveworld_1.7.10-v1.4.8.jar) Unloaded
ChestTransporter{1.1.10} [Chest Transporter] (ChestTransporter-1.1.10-MC1.7.10.jar) Unloaded
cslib{1.7.10-2.6.0} [Clashsoft Lib] (ClashsoftLib-1.7.10-2.6.0.jar) Unloaded
CoFHCore{1.7.10R3.0.0B6} [CoFH Core] (CoFHCore-[1.7.10]3.0.0B6-32.jar) Unloaded
CoroAI{v1.0} [CoroAI] (CoroUtil-1.0.jar) Unloaded
ExtendedRenderer{v1.0} [Extended Renderer] (CoroUtil-1.0.jar) Unloaded
ConfigMod{v1.0} [Extended Mod Config] (CoroUtil-1.0.jar) Unloaded
customnpcs{1.7.10b} [CustomNpcs] (CustomNPCs_1.7.10b.jar) Unloaded
CustomOreGen{1.2.5} [Custom Ore Generation] (CustomOreGen-1.7.10-1.2.5.jar) Unloaded
DimensionalAnchors{59.0.2} [Dimensional Anchors] (dimensional-anchor-59.0.2.jar) Unloaded
CavesAPI{1.0} [Caves API] (ElementalCaves-1.7.2-1.1.3.jar) Unloaded
ElementalCaves{1.7.2-1.1.3} [Elemental Caves] (ElementalCaves-1.7.2-1.1.3.jar) Unloaded
Enchiridion{1.1} [Enchiridion] (Enchiridion-1.7.X-1.2b.jar) Unloaded
ExtraUtilities{1.1.0k} [Extra Utilities] (extrautilities-1.1.0k.jar) Unloaded
Steamcraft{0.26.2} [Flaxbeard's Steam Power] (FlaxbeardsSteamPower-1.7.10-0.26.2.jar) Unloaded
Forestry{3.0.0.129} [Forestry for Minecraft] (forestry_1.7.10-3.0.0.129.jar) Unloaded
FortuneOres{2.0.4} [FortuneOres] (FortuneOres-MC1.7.10-2.0.4.jar) Unloaded
fossil{1.7.10 Build 6.4b} [Fossils and Archeology Revival] (Fossils_Archeology_Revival-1.7.10_Build-6.4b.jar) Unloaded
advgenerators{0.9.0.5} [Advanced Generators] (generators-mc1710-0.9.0.5.jar) Unloaded
Growthcraft|Apples{2.1.0} [Growthcraft Apples] (growthcraft-apples-1.7.10-2.1.0.jar) Unloaded
Growthcraft|Bamboo{2.1.0} [Growthcraft Bamboo] (growthcraft-bamboo-1.7.10-2.1.0.jar) Unloaded
Growthcraft|Bees{2.1.0} [Growthcraft Bees] (growthcraft-bees-1.7.10-2.1.0.jar) Unloaded
Growthcraft|Cellar{2.1.0a} [Growthcraft Cellar] (growthcraft-cellar-1.7.10-2.1.0a.jar) Unloaded
Growthcraft{2.1.0a} [Growthcraft] (growthcraft-core-1.7.10-2.1.0a.jar) Unloaded
Growthcraft|Fishtrap{2.1.0a} [Growthcraft Fishtrap] (growthcraft-fishtrap-1.7.10-2.1.0a.jar) Unloaded
Growthcraft|Grapes{2.1.0} [Growthcraft Grapes] (growthcraft-grapes-1.7.10-2.1.0.jar) Unloaded
Growthcraft|Hops{2.1.0} [Growthcraft Hops] (growthcraft-hops-1.7.10-2.1.0.jar) Unloaded
Growthcraft|Rice{2.1.0a} [Growthcraft Rice] (growthcraft-rice-1.7.10-2.1.0a.jar) Unloaded
HardcoreEnderExpansion{1.6.2} [Hardcore Ender Expansion] (HardcoreEnderExpansion MC-1.7.10 v1.6.2.jar) Unloaded
HardcoreQuesting{The Journey (4.2.1)} [Hardcore Questing Mode] (HQM-The Journey (4.2.1).jar) Unloaded
ImmibisCore{59.0.2} [Immibis Core] (immibis-core-59.0.2.jar) Unloaded
InfernalMobs{1.5.6} [Infernal Mobs] (InfernalMobs-1.7.10.jar) Unloaded
levelup{0.5} [Level Up!] (LevelUp!-0.5(1.7.10).jar) Unloaded
LiquidXP{59.0.0} [Liquid XP] (liquid-xp-59.0.0.jar) Unloaded
Mantle{1.7.10-0.3.1.jenkins180} [Mantle] (Mantle-mc1.7.10-0.3.1.jar) Unloaded
Mariculture{1.2.3d} [Mariculture] (Mariculture-1.7.10-1.2.3d.jar) Unloaded
Metallurgy{4.0.4} [Metallurgy 4] (Metallurgy-1.7.10-4.0.4.43.jar) Unloaded
MetallurgyCore{4.0.3} [Metallurgy Core] (MetallurgyCore-1.7.10-4.0.3.11.jar) Unloaded
millenaire{5.3.0} [Millénaire] (millenaire-5.3.jar) Unloaded
AS_Minions{1.9.4} [Minions] (Minions-1.7.10.jar) Unloaded
redgear_morebackpacks{2.2.1} [More Backpacks] (More Backpacks-1.7.10-2.2.1.jar) Unloaded
MSM3{3.0.0a} [More Swords 3] (MSM-SNAP-3.0.0b-For-MC-1.7.10.jar) Unloaded
AS_MultiMine{1.4.2} [Multi Mine] (MultiMine-1.7.10.jar) Unloaded
MultiWorld{1.2.7} [Multi World] (Multiworld-1.7.2-v-1.2.7.jar) Unloaded
NEIAddons{1.12.2.9} [NEI Addons] (neiaddons-mc1710-1.12.2.9.jar) Unloaded
NEIAddons|Botany{1.12.2.9} [NEI Addons: Botany] (neiaddons-mc1710-1.12.2.9.jar) Unloaded
NEIAddons|Forestry{1.12.2.9} [NEI Addons: Forestry] (neiaddons-mc1710-1.12.2.9.jar) Unloaded
NEIAddons|CraftingTables{1.12.2.9} [NEI Addons: Crafting Tables] (neiaddons-mc1710-1.12.2.9.jar) Unloaded
NEIAddons|ExNihilo{1.12.2.9} [NEI Addons: Ex Nihilo] (neiaddons-mc1710-1.12.2.9.jar) Unloaded
NEIPlugins{1.1.0.8-unofficial} [NEI Plugins Unofficial] (NEIPlugins-MC1.7.10-1.1.0.8-unofficial.jar) Unloaded
newdungeons{0.3} [New Dungeons] (NewDungeons-0.3(1.7.10).jar) Unloaded
OpenComputers{1.3.4.63} [OpenComputers] (OpenComputers-MC1.7.10-1.3.4.63-universal.jar) Unloaded
OpenComputers|Core{1.0.0} [OpenComputers (Core)] (OpenComputers-MC1.7.10-1.3.4.63-universal.jar) Unloaded
PneumaticCraft{1.2.6} [PneumaticCraft] (PneumaticCraft-1.2.6.jar) Unloaded
ProjectZulu|Core{1.7.10-1.2} [Project Zulu] (ProjectZulu-1.7.10-1.2.jar) Unloaded
Railcraft{9.2.2.0} [Railcraft] (Railcraft_1.7.10-9.2.2.0.jar) Unloaded
RedstonePasteMod{1.6.2} [Redstone Paste] (RedstonePasteMod-1.7.10-1.6.2.jar) Unloaded
Roguelike{1.3.4} [Roguelike Dungeons] (roguelike-1.7.10-1.3.4.jar) Unloaded
RopesPlus{1.6.3} [Ropes+] (RopePlus-1.7.10.jar) Unloaded
AS_Ruins{13.8} [Ruins Spawning System] (Ruins-1.7.10.jar) Unloaded
simplefluidtanks{1.7.10-1.2.0.4} [Simple Fluid Tanks] (simplefluidtanks-1.7.10-1.2.0.4.jar) Unloaded
TConstruct{1.7.10-1.6.0.build611} [Tinkers' Construct] (TConstruct_mc1.7.10_1.6.0d40.1.jar) Unloaded
Thaumcraft{4.2.0.1} [Thaumcraft] (Thaumcraft-1.7.10-4.2.0.1.jar) Unloaded
thaumicenergistics{0.6.6b} [Thaumic Energistics] (thaumicenergistics-0.6.6b.jar) Unloaded
ThermalExpansion{1.7.10R4.0.0B5} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.0B5-13.jar) Unloaded
ThermalFoundation{1.7.10R1.0.0B3} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.0.0B3-8 (1).jar) Unloaded
TiCTooltips{1.1.9} [TiC Tooltips] (TiC-Tooltips-mc1.7.10-1.1.9.jar) Unloaded
TML{3.0.1} [TooMuchLoot] (TooMuchLoot-1.7.10-3.0.1.B22-universal.jar) Unloaded
TwilightForest{2.2.3} [The Twilight Forest] (twilightforest-1.7.2-2.2.3.jar) Unloaded
UniversalElectricity{@MAJOR@.@MINOR@.@REVIS@} [Universal Electricity] (universal-electricity-4.0.0.68-core.jar) Unloaded
universalcoins{1.7.10-1.5.4} [Universal Coins] (universalcoins-1.7.10-1.5.4.jar) Unloaded
AS_UpdateCheck{1.1.6} [AtomicStryker Update Check Mod] (UpdateCheckerMod-1.7.10.jar) Unloaded
UsefulFood{1.5.0} [UsefulFood] (UsefulFood-1.5.0.jar) Unloaded
Waila{1.5.3} [Waila] (Waila-1.5.3_1.7.10.jar) Unloaded
WailaHarvestability{1.1.0} [Waila Harvestability] (WailaHarvestability-mc1.7.x-1.1.0.jar) Unloaded
wawla{1.0.4} [What Are We Looking At] (Wawla-1.0.4_1.7.10.jar) Unloaded
wildcaves3{0.4.3.6} [Wild Caves 3] (WildCaves3-0.4.3.6(1.7.2).jar) Unloaded
bspkrsCore{6.14} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.14.jar) Unloaded
Baubles{1.0.1.7} [Baubles] (Baubles-1.7.10-1.0.1.7.jar) Unloaded
redgear_core{2.1.3} [Red Gear Core] (RedGearCore-1.7.10-2.1.3.jar) Unloaded
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)