Hi, whenever i try loading my mods that i want when it gets to the initializing phase it fails here is the log:
---- Minecraft Crash Report ----
// Don't be sad. I'll do better next time, I promise!
Time: 11/21/15 10:08 AM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: mod.mcreator.FinalScience
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:544)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
at net.minecraft.client.Minecraft.func_71384_a(Unknown Source)
at net.minecraft.client.Minecraft.func_99999_d(Unknown Source)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: mod.mcreator.FinalScience
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:58)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:344)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:440)
at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:513)
... 10 more
Caused by: java.lang.ArrayIndexOutOfBoundsException
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
Issue with the Final Science mod... which also appears to be an MCreator mod. Make sure you've installed it correctly. If you have, report this to the mod author.
Rollback Post to RevisionRollBack
Realistic Torches - Causes torches to burn out after a configurable amount of time.
Nature's Compass - A utility item that allows you to search for any biome's location in the world.
i think i took out final science and i reran it it still crashed here is the updated log
---- Minecraft Crash Report ----
// Hi. I'm Minecraft, and I'm a crashaholic.
Time: 11/21/15 11:14 AM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: cpw/mods/fml/common/IPlayerTracker
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:544)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
at net.minecraft.client.Minecraft.func_71384_a(Unknown Source)
at net.minecraft.client.Minecraft.func_99999_d(Unknown Source)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.NoClassDefFoundError: cpw/mods/fml/common/IPlayerTracker
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:344)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:440)
at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:513)
... 10 more
Caused by: java.lang.ClassNotFoundException: cpw.mods.fml.common.IPlayerTracker
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 34 more
Caused by: java.lang.ArrayIndexOutOfBoundsException
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
If a mod in your mods folder doesn't have "1.7.10" in the file name, look up what MC version it is for. If it's for anything besides 1.7.10, remove it or replace it with a 1.7.10 version.
And pay attention to what you're installing next time.
Rollback Post to RevisionRollBack
Realistic Torches - Causes torches to burn out after a configurable amount of time.
Nature's Compass - A utility item that allows you to search for any biome's location in the world.
i took out anything with no 1.7.10 and reinstalled it making sure it was 1.7.10 anything that wasn't and couldn't i deleted i also took out tale of kingship it still crashed here is the log
---- Minecraft Crash Report ----
// Everything's going to plan. No, really, that was supposed to happen.
Time: 11/21/15 12:22 PM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: fr/toss/common/player/ClientPlayerBaseMagic
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:544)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
at net.minecraft.client.Minecraft.func_71384_a(Unknown Source)
at net.minecraft.client.Minecraft.func_99999_d(Unknown Source)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.NoClassDefFoundError: fr/toss/common/player/ClientPlayerBaseMagic
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2693)
at java.lang.Class.getDeclaredMethods(Class.java:1967)
at cpw.mods.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:317)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:505)
at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:513)
... 10 more
Caused by: java.lang.ClassNotFoundException: fr.toss.common.player.ClientPlayerBaseMagic
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 36 more
Caused by: java.lang.NoClassDefFoundError: api/player/client/ClientPlayerBase
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 38 more
Caused by: java.lang.ClassNotFoundException: api.player.client.ClientPlayerBase
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 42 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
i took out anything with no 1.7.10 and reinstalled it making sure it was 1.7.10 anything that wasn't and couldn't i deleted i also took out tale of kingship it still crashed here is the log
>snip
"Toss" requires Player API. Read installation instructions.
And like I said: use spoilers.
Rollback Post to RevisionRollBack
Realistic Torches - Causes torches to burn out after a configurable amount of time.
Nature's Compass - A utility item that allows you to search for any biome's location in the world.
i changed it to 29 of that dosnt work what number do i change it to
Is it the same crash? If not, does it specifically say there is a conflict with dimension ID 29? If not, post the new crash report. If it does, keep trying numbers around that range.
Rollback Post to RevisionRollBack
Realistic Torches - Causes torches to burn out after a configurable amount of time.
Nature's Compass - A utility item that allows you to search for any biome's location in the world.
i just took out the ather mod cus yolo and i got past the loading stuff then i got to a title screen for futurecraft and i think it conflicted with dalek mod so i am taking out futurecraft this is the log before i took it out. i had to cut it short cus character limit
[23:00:06] [Client thread/INFO] [FML]: DRAGONAPI: Adding smeltery melting of [email protected] into 240 mB of Molten HSLA Steel.
[23:00:06] [Client thread/INFO] [FML]: DRAGONAPI: Adding casting of 1008 mB of Molten HSLA Steel to [email protected] with [email protected]
[23:00:06] [Client thread/INFO] [FML]: DRAGONAPI: Adding smeltery melting of [email protected] into 1008 mB of Molten HSLA Steel.
[23:00:06] [Client thread/INFO] [FML]: DRAGONAPI: Adding casting of 144 mB of Molten HSLA Steel to [email protected] with [email protected]
[23:00:06] [Client thread/INFO] [FML]: DRAGONAPI: Adding smeltery melting of [email protected] into 144 mB of Molten HSLA Steel.
[23:00:06] [Client thread/INFO] [FML]: DRAGONAPI: Adding casting of 144 mB of Molten HSLA Steel to [email protected] with [email protected]
[23:00:06] [Client thread/INFO] [FML]: DRAGONAPI: Adding smeltery melting of [email protected] into 144 mB of Molten HSLA Steel.
[23:00:06] [Client thread/INFO] [FML]: DRAGONAPI: Adding casting of 432 mB of Molten HSLA Steel to [email protected] with [email protected]
[23:00:06] [Client thread/INFO] [FML]: DRAGONAPI: Adding smeltery melting of [email protected] into 432 mB of Molten HSLA Steel.
[23:00:06] [Client thread/INFO] [FML]: ROTARYCRAFT: Completed loading phase POSTLOAD in 5321 ms (0h:0m:5s:321ms).
[23:00:06] [Client thread/INFO] [FML]: Total mod loading time: 34693 ms (0h:0m:34s:693ms).
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator MarkyRedstone UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Hezmana UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator AnotherDeadBard UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator RiComikka UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Josh Ricker UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Scooterdanny UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator hyper1on UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Lavious UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Darkholme UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Spork UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Celestial Phoenix UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator EverRunes UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Mattabase UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Paul17041993 UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator william kirk UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator SemicolonDash UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Tyler Rudie UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Choco218 UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Karapol UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Dragonsummoner UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator sys64738 UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Sibmer UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator goreacraft UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Andrew Jones UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator David Carlson UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Havgood UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator motsop UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Jason Watson UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator John Paul Douglass UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Tommy Miller UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Fizyxnrd UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Frazier UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator David Harris UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Joshua Kubiak UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Lasse Knudsen UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Josh O'Connor-Chen UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Dawson Dimmick UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Dale Mahalko / Plawerth UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Christhereaper UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Renato UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator brian allred UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Michael Luke UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Frederik UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Paul Luhman UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Steven Kane UUID could not be found! Cannot give special render!
[23:00:07] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Michael Vaarning UUID could not be found! Cannot give special render!
[23:00:07] [Client thread/INFO] [FML]: REACTORCRAFT: Completed loading phase POSTLOAD in 426 ms (0h:0m:0s:426ms).
[23:00:07] [Client thread/INFO] [FML]: Total mod loading time: 5367 ms (0h:0m:5s:367ms).
[23:00:07] [Client thread/INFO] [STDOUT]: [tardis.TardisMod:postInit:274]: POSTINIT
[23:00:07] [Client thread/INFO] [STDOUT]: [tardis.common.core.TardisOutput:print:49]: [TM][TCI]Registering AE recipe
[23:00:07] [Client thread/INFO] [STDOUT]: [tardis.common.core.TardisOutput:print:49]: [TM][TCI]Registering TC recipe
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Starting (PostInit)
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Added class thaumcraft.common.tiles.TileAlembic with capacity 32 to extraction whitelist.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Added class thaumcraft.common.tiles.TileCentrifuge with capacity 0 to extraction whitelist.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Added class thaumcraft.common.tiles.TileJarFillable with capacity 64 to injection whitelist.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Added class thaumcraft.common.tiles.TileJarFillable with capacity 64 to extraction whitelist.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Added class thaumcraft.common.tiles.TileTubeBuffer with capacity 8 to extraction whitelist.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Added class thaumcraft.common.tiles.TileEssentiaReservoir with capacity 256 to injection whitelist.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Added class thaumcraft.common.tiles.TileEssentiaReservoir with capacity 256 to extraction whitelist.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Added class thaumcraft.common.tiles.TileAlchemyFurnaceAdvancedNozzle with capacity 0 to extraction whitelist.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Added class thaumicenergistics.tileentities.TileEssentiaVibrationChamber with capacity 64 to injection whitelist.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Adding class thaumcraft.common.items.ItemEssence[0] to item whitelist.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Adding class thaumcraft.common.items.ItemEssence[1] to item whitelist.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Adding class thaumcraft.common.blocks.ItemJarFilled[0] to item whitelist.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Adding class thaumcraft.common.blocks.ItemJarFilled[3] to item whitelist.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Adding class thaumicenergistics.items.ItemBlockEssentiaVibrationChamber[0] to item whitelist.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Starting (Essentia Gas Creation)
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect aer.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect terra.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect ignis.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect aqua.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect ordo.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect perditio.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect vacuos.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect lux.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect tempestas.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect motus.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect gelum.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect vitreus.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect victus.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect venenum.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect potentia.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect permutatio.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect metallum.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect mortuus.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect volatus.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect tenebrae.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect spiritus.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect sano.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect iter.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect alienis.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect praecantatio.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect auram.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect vitium.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect limus.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect herba.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect arbor.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect bestia.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect corpus.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect exanimis.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect cognitio.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect sensus.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect humanus.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect messis.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect perfodio.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect instrumentum.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect meto.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect telum.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect tutamen.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect fames.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect lucrum.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect fabrico.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect pannus.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect machina.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect vinculum.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Finished (Essentia Gas Creation in 17ms)
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Starting (AE Scanables)
[23:00:07] [Client thread/WARN] [Thaumic Energistics]: Unable to load AE2 Grinder recipes, aspect registration will be incomplete
[23:00:07] [Client thread/WARN] [Thaumic Energistics]: Unable to load AE2 Inscriber recipes, aspect registration will be incomplete
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: 'Fluix Dust' was not registered for TC scanning.
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: 'Sky Stone Dust' was not registered for TC scanning.
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: 'Inscriber Calculation Press' was not registered for TC scanning.
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: 'Inscriber Engineering Press' was not registered for TC scanning.
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: 'Inscriber Logic Press' was not registered for TC scanning.
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: 'Printed Calculation Circuit' was not registered for TC scanning.
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: 'Printed Engineering Circuit' was not registered for TC scanning.
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: 'Printed Logic Circuit' was not registered for TC scanning.
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: 'Inscriber Silicon Press' was not registered for TC scanning.
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: 'Printed Silicon' was not registered for TC scanning.
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: 'Inscriber Name Press' was not registered for TC scanning.
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: 'Certus Quartz Dust' was not registered for TC scanning.
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: 'Flour' was not registered for TC scanning.
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: 'Pulverized Gold' was not registered for TC scanning.
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: 'Pulverized Iron' was not registered for TC scanning.
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: 'Fluix Dust' was not registered for TC scanning.
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: 'Certus Quartz Dust' was not registered for TC scanning.
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: 'Nether Quartz Dust' was not registered for TC scanning.
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: 'Iron Nugget' was not registered for TC scanning.
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: 'Wood Gear' was not registered for TC scanning.
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: 'Creative ME Storage Cell' was not registered for TC scanning.
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: 'Cable Facade - Glass' was not registered for TC scanning.
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: 'Matrix Frame' was not registered for TC scanning.
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: 'Wood Gear' was not registered for TC scanning.
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: 'Creative Energy Cell' was not registered for TC scanning.
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: 'tile.appliedenergistics2.BlockPaint.name' was not registered for TC scanning.
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: 'Sky Stone Block Stairs' was not registered for TC scanning.
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: 'Sky Stone Brick Stairs' was not registered for TC scanning.
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: 'Sky Stone Small Brick Stairs' was not registered for TC scanning.
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: Finished (AE Scanables in 916ms)
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: Finished (PostInit in 1175ms)
[23:00:10] [Client thread/WARN] [FML]: [TwilightForest] Twilight Forest detected that the configured dimension id '7' is being used. Using backup ID. It is recommended that you configure this mod to use a unique dimension ID.
[23:00:10] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict. Biome ID 50 contains a biome named Minecraft Classic, but Twilight Forest is set to use that ID.
[23:00:10] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict. Biome ID 51 contains a biome named Tardis, but Twilight Forest is set to use that ID.
[23:00:10] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict. Biome ID 52 contains a biome named Skaro, but Twilight Forest is set to use that ID.
[23:00:10] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict. Biome ID 53 contains a biome named Minecraft Infdev, but Twilight Forest is set to use that ID.
[23:00:10] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict. Biome ID 54 contains a biome named Trenzalore, but Twilight Forest is set to use that ID.
[23:00:10] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict. Biome ID 55 contains a biome named Gallifrey, but Twilight Forest is set to use that ID.
[23:00:10] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict. Biome ID 56 contains a biome named Minecraft Beta, but Twilight Forest is set to use that ID.
[23:00:10] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict. Biome ID 57 contains a biome named Forest, but Twilight Forest is set to use that ID.
[23:00:10] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict. Biome ID 58 contains a biome named Minecraft Pocket Edition, but Twilight Forest is set to use that ID.
[23:00:10] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict. Biome ID 59 contains a biome named The Moon, but Twilight Forest is set to use that ID.
[23:00:10] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict detected. Edit the Twilight Forest config to give all biomes unique IDs.
[23:00:12] [Client thread/INFO] [FML]: Unknown recipe class! md.zazpro.mod.recipe.RecipeBeltHighStep Modder please refer to net.minecraftforge.oredict.RecipeSorter
[23:00:12] [Client thread/INFO] [FML]: Unknown recipe class! md.zazpro.mod.recipe.RecipePendantCore Modder please refer to net.minecraftforge.oredict.RecipeSorter
[23:00:12] [Client thread/INFO] [FML]: Unknown recipe class! Reika.RotaryCraft.Auxiliary.ReservoirComboRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter
[23:00:12] [Client thread/INFO] [FML]: Unknown recipe class! com.emoniph.witchery.WitcheryRecipes$1 Modder please refer to net.minecraftforge.oredict.RecipeSorter
[23:00:12] [Client thread/INFO] [FML]: Unknown recipe class! Reika.RotaryCraft.Auxiliary.DecoTankSettingsRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter
[23:00:12] [Client thread/INFO] [CoFHWorld]: CoFH Core found 2 World Generation files present in C:\Users\Owner\AppData\Roaming\.minecraft\config\cofh\world/.
[23:00:12] [Client thread/INFO] [CoFHWorld]: Reading world generation info from: C:\Users\Owner\AppData\Roaming\.minecraft\config\cofh\world\ThermalFoundation-Ores.json:
[23:00:12] [Client thread/WARN] [Waila]: [IndustrialCraft 2] Error while loading generator hooks.java.lang.ClassNotFoundException: ic2.core.block.generator.tileentity.TileEntityBaseGenerator
[23:00:12] [Client thread/INFO] [Waila]: [EnderStorage] EnderStorage mod not found.
[23:00:12] [Client thread/INFO] [Waila]: [GraveStone] GraveStone mod not found.
[23:00:12] [Client thread/INFO] [Waila]: TwilightForestMod mod found.
[23:00:13] [Client thread/WARN] [Waila]: [Thermal Dynamics] Error while loading FluidDuct hooks.java.lang.ClassNotFoundException: cofh.thermaldynamics.ducts.fluid.TileFluidDuct
[23:00:13] [Client thread/INFO] [Waila]: [Engineer Toolbox] Engineer Toolbox mod not found.
[23:00:13] [Client thread/INFO] [Waila]: [ProjectRed] ProjectRed|Integration mod not found.
[23:00:13] [Client thread/INFO] [Waila]: ExtraUtilities mod found.
[23:00:13] [Client thread/INFO] [Waila]: [OpenBlocks] OpenBlocks mod not found.
[23:00:14] [Client thread/INFO] [Waila]: [Railcraft] Railcraft mod not found.
[23:00:14] [Client thread/INFO] [Waila]: [PamHarvestCraft] PamHarvestCraft mod not found.
[23:00:14] [Client thread/INFO] [Waila]: [MagicalCrops] MagicalCrops mod not found.
[23:00:14] [Client thread/INFO] [Waila]: [Statues] Statues mod not found.
[23:00:14] [Client thread/INFO] [Waila]: [Agriculture] Agriculture mod not found.
[23:00:14] [Client thread/INFO] [Waila]: Trying to reflect net.geforcemods.securitycraft.imc.waila.WailaDataProvider callbackRegister
[23:00:14] [Client thread/INFO] [Waila]: Success in registering securitycraft
[23:00:14] [Client thread/INFO] [Waila]: Trying to reflect appeng.integration.modules.Waila register
[23:00:16] [Client thread/INFO] [Waila]: Success in registering appliedenergistics2
[23:00:16] [Client thread/INFO] [Waila]: Trying to reflect org.dave.CompactMachines.handler.waila.BlockHandler callbackRegister
[23:00:16] [Client thread/WARN] [Waila]: Could not find class org.dave.CompactMachines.handler.waila.BlockHandler
[23:00:16] [Client thread/INFO] [Waila]: Trying to reflect com.pahimar.ee3.waila.WailaDataProvider callbackRegister
[23:00:16] [Client thread/INFO] [Waila]: Success in registering EE3
[23:00:16] [Client thread/INFO] [Waila]: Trying to reflect tconstruct.plugins.waila.WailaRegistrar wailaCallback
[23:00:16] [Client thread/INFO] [TConstruct]: [Waila-Compat] Got registrar: [email protected]
[23:00:16] [Client thread/INFO] [Waila]: Success in registering TConstruct
[23:00:16] [Client thread/INFO] [Waila]: Trying to reflect Reika.DragonAPI.ModInteract.LegacyWailaHelper registerObjects
[23:00:16] [Client thread/INFO] [Waila]: Success in registering DragonAPI
[23:00:16] [Client thread/INFO] [Waila]: Trying to reflect Reika.DragonAPI.ModInteract.WailaTechnicalOverride registerOverride
[23:00:16] [Client thread/INFO] [Waila]: Success in registering DragonAPI
[23:00:16] [Client thread/INFO] [Waila]: Trying to reflect evilcraft.modcompat.waila.Waila callbackRegister
[23:00:16] [Client thread/INFO] [Waila]: Success in registering evilcraft
[23:00:16] [Client thread/INFO] [Waila]: Trying to reflect extracells.integration.waila.Waila register
[23:00:16] [Client thread/INFO] [Waila]: Success in registering extracells
[23:00:16] [Client thread/INFO] [Waila]: Trying to reflect pneumaticCraft.common.thirdparty.waila.Waila callbackRegister
[23:00:16] [Client thread/INFO] [Waila]: Success in registering PneumaticCraft
[23:00:16] [Client thread/INFO] [Waila]: Trying to reflect tardis.common.integration.waila.WailaCallback wailaRegister
[23:00:17] [Client thread/INFO] [STDOUT]: [tardis.common.core.TardisOutput:print:49]: [TM][TWC]Waila callback
[23:00:17] [Client thread/INFO] [Waila]: Success in registering TardisMod
[23:00:17] [Client thread/INFO] [Waila]: Trying to reflect thaumicenergistics.integration.ModuleWaila callbackRegister
[23:00:17] [Client thread/INFO] [Waila]: Success in registering thaumicenergistics
[23:00:17] [Client thread/INFO] [Waila]: Trying to reflect net.darkhax.wawla.addons.vanillamc.AddonVanillaEntities registerAddon
[23:00:17] [Client thread/INFO] [Waila]: Success in registering wawla
[23:00:17] [Client thread/INFO] [Waila]: Trying to reflect net.darkhax.wawla.addons.vanillamc.AddonVanillaTiles registerAddon
[23:00:17] [Client thread/INFO] [Waila]: Success in registering wawla
[23:00:17] [Client thread/INFO] [Waila]: Trying to reflect net.darkhax.wawla.addons.generic.AddonGenericEntities registerAddon
[23:00:17] [Client thread/INFO] [Waila]: Success in registering wawla
[23:00:17] [Client thread/INFO] [Waila]: Trying to reflect net.darkhax.wawla.addons.generic.AddonGenericTiles registerAddon
[23:00:17] [Client thread/INFO] [Waila]: Success in registering wawla
[23:00:17] [Client thread/INFO] [Waila]: Trying to reflect net.darkhax.wawla.addons.thaumcraft.AddonThaumcraftTiles registerAddon
[23:00:17] [Client thread/INFO] [Waila]: Success in registering wawla
[23:00:17] [Client thread/INFO] [Waila]: Trying to reflect net.darkhax.wawla.addons.tinkersconstruct.AddonTinkersTiles registerAddon
[23:00:17] [Client thread/INFO] [Waila]: Success in registering wawla
[23:00:17] [Client thread/INFO] [Waila]: Trying to reflect com.emoniph.witchery.integration.ModHookWailaRegistrar callbackRegister
[23:00:17] [Client thread/INFO] [Waila]: Success in registering witchery
[23:00:17] [Client thread/INFO] [ThermalFoundation]: [Whitelist] Generating Default Whitelist.
[23:00:17] [Client thread/INFO] [ThermalFoundation]: [Whitelist] Reading established Whitelist from file.
[23:00:18] [Client thread/INFO] [ThermalFoundation]: Thermal Foundation: Thaumcraft Plugin Enabled.
[23:00:18] [Client thread/INFO] [ThermalFoundation]: Thermal Foundation: Tinker's Construct Plugin Enabled.
[23:00:18] [Client thread/INFO] [ThermalFoundation]: Thermal Foundation: Equivalent Exchange 3 Plugin Enabled.
[23:00:18] [Client thread/INFO] [ThermalFoundation]: Load Complete.
[23:00:20] [Client thread/INFO] [ThermalExpansion]: Thermal Expansion: Thaumcraft Plugin Enabled.
[23:00:20] [Client thread/INFO] [ThermalExpansion]: Thermal Expansion: Equivalent Exchange 3 Plugin Enabled.
[23:00:21] [Client thread/INFO] [ThermalExpansion]: Load Complete.
[23:00:21] [Client thread/INFO] [ThermalDynamics]: Load Complete.
[23:00:21] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 79 mods
[23:00:21] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Dynamic Sword Skills, FMLFileResourcePack:Mine & Blade Battlegear 2 - Bullseye, FMLFileResourcePack:SecurityCraft, FMLFileResourcePack:Futurepack, FMLFileResourcePack:The Deconstruction Mod, FMLFileResourcePack:Adventure Backpack, FMLFileResourcePack:Antique Atlas, FMLFileResourcePack:Applied Energistics 2, FMLFileResourcePack:Baubles Stuff, FMLFileResourcePack:Bedrockium Mod, FMLFileResourcePack:BC Builders, FMLFileResourcePack:BC Transport, FMLFileResourcePack:BC Energy, FMLFileResourcePack:BC Silicon, FMLFileResourcePack:BC Robotics, FMLFileResourcePack:BuildCraft, FMLFileResourcePack:BC Factory, FMLFileResourcePack:Carpenter's Blocks, FMLFileResourcePack:ChickenChunks, FMLFileResourcePack:CloneCraft, FMLFileResourcePack:CoFH Core, FMLFileResourcePack:Compact Machines, FMLFileResourcePack:The Dalek Mod, FMLFileResourcePack:Dark Core, FMLFileResourcePack:PTRModelLib, FMLFileResourcePack:Decocraft, FMLFileResourcePack:DragonAPI, FMLFileResourcePack:Dynamic Transport, FMLFileResourcePack:Enchanting Plus, FMLFileResourcePack:Ender Utilities, FMLFileResourcePack:EnhancedPortals, FMLFileResourcePack:Equivalent Exchange 3, FMLFileResourcePack:EvilCraft, FMLFileResourcePack:Extra Cells 2, FMLFileResourcePack:Extra Utilities, FMLFileResourcePack:Gilded Games Utility, FMLFileResourcePack:Inventory Pets, FMLFileResourcePack:Iron Chest, FMLFileResourcePack:Legends Mod, FMLFileResourcePack:Little Blocks, FMLFileResourcePack:Magical Crops, FMLFileResourcePack:Magic Crusade, FMLFileResourcePack:Mantle, FMLFileResourcePack:NotEnoughKeys, FMLFileResourcePack:PneumaticCraft, FMLFileResourcePack:ReactorCraft, FMLFileResourcePack:RotaryCraft, FMLFileResourcePack:Slimevoid Library, FMLFileResourcePack:Super Crafting Frame, FMLFileResourcePack:Superheroes Unlimited Mod, FMLFileResourcePack:Superheroes Unlimited Mod (Part 2), FMLFileResourcePack:Tardis Mod, FMLFileResourcePack:Tinkers' Construct, FMLFileResourcePack:Thaumcraft, FMLFileResourcePack:Thaumic Energistics, FMLFileResourcePack:Thermal Dynamics, FMLFileResourcePack:Thermal Expansion, FMLFileResourcePack:Thermal Foundation, FMLFileResourcePack:TiC Tooltips, FMLFileResourcePack:The Twilight Forest, FMLFileResourcePack:Vein Miner, FMLFileResourcePack:Mod Support, FMLFileResourcePack:Waila, FMLFileResourcePack:What Are We Looking At, FMLFileResourcePack:Werkbench, FMLFileResourcePack:Witchery, FMLFileResourcePack:§2Zeron§aPowerCraft, FMLFileResourcePack:Baubles, FMLFileResourcePack:Carpenter's Blocks Cached Resources, XU_Delegate_Pack, XU_Delegate_Pack, XU_Delegate_Pack
[23:01:00] [Client thread/INFO] [PTRModelLib]: Total mipmap : 7 ms
[OptiFine] *** Reloading textures ***
[OptiFine] Resource packs: Default
[OptiFine] Loading texture map: textures/blocks
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/0_glass_white/glass_pane_white.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/0_glass_white/glass_white.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/10_glass_purple/glass_pane_purple.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/10_glass_purple/glass_purple.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/11_glass_blue/glass_blue.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/11_glass_blue/glass_pane_blue.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/12_glass_brown/glass_brown.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/12_glass_brown/glass_pane_brown.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/13_glass_green/glass_green.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/13_glass_green/glass_pane_green.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/14_glass_red/glass_pane_red.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/14_glass_red/glass_red.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/15_glass_black/glass_black.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/15_glass_black/glass_pane_black.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/1_glass_orange/glass_orange.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/1_glass_orange/glass_pane_orange.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/2_glass_magenta/glass_magenta.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/2_glass_magenta/glass_pane_magenta.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/3_glass_light_blue/glass_light_blue.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/3_glass_light_blue/glass_pane_light_blue.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/4_glass_yellow/glass_pane_yellow.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/4_glass_yellow/glass_yellow.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/5_glass_lime/glass_lime.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/5_glass_lime/glass_pane_lime.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/6_glass_pink/glass_pane_pink.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/6_glass_pink/glass_pink.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/7_glass_gray/glass_gray.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/7_glass_gray/glass_pane_gray.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/8_glass_silver/glass_pane_silver.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/8_glass_silver/glass_silver.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/9_glass_cyan/glass_cyan.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/9_glass_cyan/glass_pane_cyan.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/bookshelf.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/glass.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/glasspane.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/sandstone.properties
[OptiFine] Multipass connected textures: false
[23:01:04] [Client thread/INFO] [FML]: ROTARYCRAFT: Loading Liquid Icons
[23:01:04] [Client thread/INFO] [FML]: REACTORCRAFT: Loading Liquid Icons
[23:01:07] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'thedalekmod:textures/blocks/roundThingTest.png, java.io.FileNotFoundException'; File not found.
[23:01:19] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/blocks/MISSING_ICON_BLOCK_1399_batBooth.png, java.io.FileNotFoundException'; File not found.
[23:01:20] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'tardismod:textures/blocks/SchemaCore.png, java.io.FileNotFoundException'; File not found.
[23:01:24] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/blocks/MISSING_ICON_BLOCK_1386_TardisDoorsInterior.png, java.io.FileNotFoundException'; File not found.
[23:01:27] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/blocks/TConIntegration.bedrock.png, java.io.FileNotFoundException'; File not found.
[23:01:30] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_quilt_green_2.png, java.io.FileNotFoundException'; File not found.
[23:01:30] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_quilt_green_1.png, java.io.FileNotFoundException'; File not found.
[23:01:30] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_quilt_green_4.png, java.io.FileNotFoundException'; File not found.
[23:01:30] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_quilt_green_3.png, java.io.FileNotFoundException'; File not found.
[23:01:31] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_quilt_green_0.png, java.io.FileNotFoundException'; File not found.
[23:01:31] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_quilt_green_6.png, java.io.FileNotFoundException'; File not found.
[23:01:31] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_quilt_green_5.png, java.io.FileNotFoundException'; File not found.
[23:01:31] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_quilt_green_7.png, java.io.FileNotFoundException'; File not found.
[23:01:35] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/blocks/MISSING_ICON_BLOCK_951_lb.littleblocks.png, java.io.FileNotFoundException'; File not found.
[23:01:37] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'thedalekmod:textures/blocks/poster.png, java.io.FileNotFoundException'; File not found.
[23:01:40] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_rainbow_0.png, java.io.FileNotFoundException'; File not found.
[23:01:40] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_rainbow_1.png, java.io.FileNotFoundException'; File not found.
[23:01:40] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_rainbow_2.png, java.io.FileNotFoundException'; File not found.
[23:01:40] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_rainbow_3.png, java.io.FileNotFoundException'; File not found.
[23:01:40] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_rainbow_4.png, java.io.FileNotFoundException'; File not found.
[23:01:40] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_rainbow_5.png, java.io.FileNotFoundException'; File not found.
[23:01:40] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_rainbow_6.png, java.io.FileNotFoundException'; File not found.
[23:01:40] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_rainbow_7.png, java.io.FileNotFoundException'; File not found.
[23:01:41] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_hammer_5.png, java.io.FileNotFoundException'; File not found.
[23:01:41] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_hammer_4.png, java.io.FileNotFoundException'; File not found.
[23:01:41] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_hammer_3.png, java.io.FileNotFoundException'; File not found.
[23:01:41] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_hammer_2.png, java.io.FileNotFoundException'; File not found.
[23:01:41] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_hammer_7.png, java.io.FileNotFoundException'; File not found.
[23:01:41] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_hammer_6.png, java.io.FileNotFoundException'; File not found.
[23:01:41] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_hammer_1.png, java.io.FileNotFoundException'; File not found.
[23:01:41] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_hammer_0.png, java.io.FileNotFoundException'; File not found.
[23:01:43] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_quilt_orange_6.png, java.io.FileNotFoundException'; File not found.
[23:01:43] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_quilt_orange_7.png, java.io.FileNotFoundException'; File not found.
[23:01:43] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_quilt_orange_4.png, java.io.FileNotFoundException'; File not found.
[23:01:43] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_quilt_orange_5.png, java.io.FileNotFoundException'; File not found.
[23:01:43] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_quilt_orange_2.png, java.io.FileNotFoundException'; File not found.
[23:01:43] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_quilt_orange_3.png, java.io.FileNotFoundException'; File not found.
[23:01:43] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_quilt_orange_0.png, java.io.FileNotFoundException'; File not found.
[23:01:43] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_quilt_orange_1.png, java.io.FileNotFoundException'; File not found.
[23:01:48] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'thedalekmod:textures/blocks/LampPostBase.png, java.io.FileNotFoundException'; File not found.
[23:01:49] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/blocks/MISSING_ICON_BLOCK_912_extracells.block.walrus.png, java.io.FileNotFoundException'; File not found.
[23:01:49] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'thedalekmod:textures/blocks/tardisBlockWall_2.png, java.io.FileNotFoundException'; File not found.
[23:01:49] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'thedalekmod:textures/blocks/tardisBlockWall_1.png, java.io.FileNotFoundException'; File not found.
[23:01:50] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'thedalekmod:textures/blocks/golfCart.png, java.io.FileNotFoundException'; File not found.
[23:01:50] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_quilt_multicolor_1.png, java.io.FileNotFoundException'; File not found.
[23:01:50] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_quilt_multicolor_0.png, java.io.FileNotFoundException'; File not found.
[23:01:50] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_quilt_multicolor_3.png, java.io.FileNotFoundException'; File not found.
[23:01:50] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_quilt_multicolor_2.png, java.io.FileNotFoundException'; File not found.
[23:01:50] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_quilt_multicolor_5.png, java.io.FileNotFoundException'; File not found.
[23:01:50] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_quilt_multicolor_4.png, java.io.FileNotFoundException'; File not found.
[23:01:50] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_quilt_multicolor_7.png, java.io.FileNotFoundException'; File not found.
[23:01:50] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_quilt_multicolor_6.png, java.io.FileNotFoundException'; File not found.
[23:01:50] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'thedalekmod:textures/blocks/SgtJohn.png, java.io.FileNotFoundException'; File not found.
[23:01:55] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/blocks/planks.png, java.io.FileNotFoundException'; File not found.
[23:02:03] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/blocks/MISSING_ICON_BLOCK_637_null.png, java.io.FileNotFoundException'; File not found.
[23:02:09] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'thedalekmod:textures/blocks/LampPostLight.png, java.io.FileNotFoundException'; File not found.
[23:02:10] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/blocks/GallifreyDirt.png, java.io.FileNotFoundException'; File not found.
[23:02:11] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/blocks/MISSING_ICON_BLOCK_203_alarmLit.png, java.io.FileNotFoundException'; File not found.
[23:02:13] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'thedalekmod:textures/blocks/arcade.png, java.io.FileNotFoundException'; File not found.
[23:02:13] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_snowflake_6.png, java.io.FileNotFoundException'; File not found.
[23:02:13] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_snowflake_7.png, java.io.FileNotFoundException'; File not found.
[23:02:13] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_snowflake_4.png, java.io.FileNotFoundException'; File not found.
[23:02:13] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_snowflake_5.png, java.io.FileNotFoundException'; File not found.
[23:02:13] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_snowflake_2.png, java.io.FileNotFoundException'; File not found.
[23:02:13] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_snowflake_3.png, java.io.FileNotFoundException'; File not found.
[23:02:13] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_snowflake_0.png, java.io.FileNotFoundException'; File not found.
[23:02:13] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_snowflake_1.png, java.io.FileNotFoundException'; File not found.
[OptiFine] Texture size: textures/blocks, 2048x2048
[OptiFine] Loading texture map: textures/items
[23:02:37] [Client thread/INFO] [FML]: ROTARYCRAFT: Loading Liquid Icons
[23:02:37] [Client thread/INFO] [FML]: REACTORCRAFT: Loading Liquid Icons
[23:02:39] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/items/MISSING_ICON_ITEM_5038_logisticFrameActiveProvider.png, java.io.FileNotFoundException'; File not found.
[23:02:42] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/items/MISSING_ICON_ITEM_5102_item.bedrockshears.png, java.io.FileNotFoundException'; File not found.
[23:02:44] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'pneumaticcraft:textures/items/cannonBarrel.png, java.io.FileNotFoundException'; File not found.
[23:02:47] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/items/MISSING_ICON_ITEM_5099_item.steelhoe.png, java.io.FileNotFoundException'; File not found.
[23:02:49] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'thedalekmod:textures/items/Tardis.png, java.io.FileNotFoundException'; File not found.
[23:02:52] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/items/MISSING_ICON_ITEM_5037_logisticFramePassiveProvider.png, java.io.FileNotFoundException'; File not found.
[23:02:52] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/items/MISSING_ICON_ITEM_5100_item.bedrocksword.png, java.io.FileNotFoundException'; File not found.
[23:02:54] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/items/MISSING_ICON_ITEM_5050_heatFrame.png, java.io.FileNotFoundException'; File not found.
[23:02:57] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'ee3:textures/items/bowDarkMatter.png, java.io.FileNotFoundException'; File not found.
[23:02:57] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/items/MISSING_ICON_ITEM_6336_SWDBlockitem.png, java.io.FileNotFoundException'; File not found.
[23:02:58] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/items/MISSING_ICON_ITEM_5035_logisticFrameDefaultStorage.png, java.io.FileNotFoundException'; File not found.
[23:03:03] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/items/MISSING_ICON_ITEM_4839_extracells.fluid.item.png, java.io.FileNotFoundException'; File not found.
[23:03:11] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/items/MISSING_ICON_ITEM_5101_item.steelsword.png, java.io.FileNotFoundException'; File not found.
[23:03:16] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/items/MISSING_ICON_ITEM_5103_item.steelshears.png, java.io.FileNotFoundException'; File not found.
[23:03:24] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/items/MISSING_ICON_ITEM_5034_logisticFrameRequester.png, java.io.FileNotFoundException'; File not found.
[23:03:25] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'missing_icon_item_4520_extrautils:textures/items/lawSword.png, java.io.FileNotFoundException'; File not found.
[23:03:26] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'tardismod:textures/items/ManualItem.png, java.io.FileNotFoundException'; File not found.
[23:03:40] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/items/MISSING_ICON_ITEM_5098_item.bedrockhoe.png, java.io.FileNotFoundException'; File not found.
[23:03:58] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'thedalekmod:textures/items/santaHat.png, java.io.FileNotFoundException'; File not found.
[23:04:02] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/items/MISSING_ICON_ITEM_5036_logisticFrameStorage.png, java.io.FileNotFoundException'; File not found.
[23:04:09] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/items/MISSING_ICON_ITEM_4841_extracells.pattern.crafting.png, java.io.FileNotFoundException'; File not found.
[23:04:10] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/items/MISSING_ICON_ITEM_4167_taser.png, java.io.FileNotFoundException'; File not found.
[23:04:14] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'tardismod:textures/items/Component.Peripheral.png, java.io.FileNotFoundException'; File not found.
[OptiFine] Texture size: textures/items, 2048x1024
[23:04:33] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[23:04:33] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down...
[23:04:43] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com
[23:04:43] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[23:04:44] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[23:04:44] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[23:04:45] [Thread-30/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[23:04:45] [Thread-30/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[23:04:53] [Thread-30/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
[23:04:56] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[23:04:56] [Sound Library Loader/INFO]: Sound engine started
[23:06:01] [FP-Menue Thread/INFO] [Futurepack]: Hacked Menue
[OptiFine] *** Reloading custom textures ***
[OptiFine] Loading custom colors: textures/colormap/grass.png
[OptiFine] Loading custom colors: textures/colormap/foliage.png
[23:06:12] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Dynamic Sword Skills, FMLFileResourcePack:Mine & Blade Battlegear 2 - Bullseye, FMLFileResourcePack:SecurityCraft, FMLFileResourcePack:Futurepack, FMLFileResourcePack:The Deconstruction Mod, FMLFileResourcePack:Adventure Backpack, FMLFileResourcePack:Antique Atlas, FMLFileResourcePack:Applied Energistics 2, FMLFileResourcePack:Baubles Stuff, FMLFileResourcePack:Bedrockium Mod, FMLFileResourcePack:BC Builders, FMLFileResourcePack:BC Transport, FMLFileResourcePack:BC Energy, FMLFileResourcePack:BC Silicon, FMLFileResourcePack:BC Robotics, FMLFileResourcePack:BuildCraft, FMLFileResourcePack:BC Factory, FMLFileResourcePack:Carpenter's Blocks, FMLFileResourcePack:ChickenChunks, FMLFileResourcePack:CloneCraft, FMLFileResourcePack:CoFH Core, FMLFileResourcePack:Compact Machines, FMLFileResourcePack:The Dalek Mod, FMLFileResourcePack:Dark Core, FMLFileResourcePack:PTRModelLib, FMLFileResourcePack:Decocraft, FMLFileResourcePack:DragonAPI, FMLFileResourcePack:Dynamic Transport, FMLFileResourcePack:Enchanting Plus, FMLFileResourcePack:Ender Utilities, FMLFileResourcePack:EnhancedPortals, FMLFileResourcePack:Equivalent Exchange 3, FMLFileResourcePack:EvilCraft, FMLFileResourcePack:Extra Cells 2, FMLFileResourcePack:Extra Utilities, FMLFileResourcePack:Gilded Games Utility, FMLFileResourcePack:Inventory Pets, FMLFileResourcePack:Iron Chest, FMLFileResourcePack:Legends Mod, FMLFileResourcePack:Little Blocks, FMLFileResourcePack:Magical Crops, FMLFileResourcePack:Magic Crusade, FMLFileResourcePack:Mantle, FMLFileResourcePack:NotEnoughKeys, FMLFileResourcePack:PneumaticCraft, FMLFileResourcePack:ReactorCraft, FMLFileResourcePack:RotaryCraft, FMLFileResourcePack:Slimevoid Library, FMLFileResourcePack:Super Crafting Frame, FMLFileResourcePack:Superheroes Unlimited Mod, FMLFileResourcePack:Superheroes Unlimited Mod (Part 2), FMLFileResourcePack:Tardis Mod, FMLFileResourcePack:Tinkers' Construct, FMLFileResourcePack:Thaumcraft, FMLFileResourcePack:Thaumic Energistics, FMLFileResourcePack:Thermal Dynamics, FMLFileResourcePack:Thermal Expansion, FMLFileResourcePack:Thermal Foundation, FMLFileResourcePack:TiC Tooltips, FMLFileResourcePack:The Twilight Forest, FMLFileResourcePack:Vein Miner, FMLFileResourcePack:Mod Support, FMLFileResourcePack:Waila, FMLFileResourcePack:What Are We Looking At, FMLFileResourcePack:Werkbench, FMLFileResourcePack:Witchery, FMLFileResourcePack:§2Zeron§aPowerCraft, FMLFileResourcePack:Baubles, FMLFileResourcePack:Carpenter's Blocks Cached Resources, XU_Delegate_Pack, XU_Delegate_Pack, XU_Delegate_Pack
[23:08:37] [Client thread/INFO] [PTRModelLib]: Total mipmap : 28 ms
[OptiFine] *** Reloading textures ***
[OptiFine] Resource packs: Default
[OptiFine] Loading texture map: textures/blocks
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/0_glass_white/glass_pane_white.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/0_glass_white/glass_white.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/10_glass_purple/glass_pane_purple.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/10_glass_purple/glass_purple.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/11_glass_blue/glass_blue.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/11_glass_blue/glass_pane_blue.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/12_glass_brown/glass_brown.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/12_glass_brown/glass_pane_brown.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/13_glass_green/glass_green.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/13_glass_green/glass_pane_green.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/14_glass_red/glass_pane_red.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/14_glass_red/glass_red.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/15_glass_black/glass_black.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/15_glass_black/glass_pane_black.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/1_glass_orange/glass_orange.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/1_glass_orange/glass_pane_orange.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/2_glass_magenta/glass_magenta.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/2_glass_magenta/glass_pane_magenta.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/3_glass_light_blue/glass_light_blue.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/3_glass_light_blue/glass_pane_light_blue.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/4_glass_yellow/glass_pane_yellow.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/4_glass_yellow/glass_yellow.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/5_glass_lime/glass_lime.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/5_glass_lime/glass_pane_lime.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/6_glass_pink/glass_pane_pink.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/6_glass_pink/glass_pink.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/7_glass_gray/glass_gray.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/7_glass_gray/glass_pane_gray.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/8_glass_silver/glass_pane_silver.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/8_glass_silver/glass_silver.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/9_glass_cyan/glass_cyan.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/9_glass_cyan/glass_pane_cyan.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/bookshelf.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/glass.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/glasspane.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/sandstone.properties
[OptiFine] Multipass connected textures: false
[23:09:07] [Client thread/INFO] [FML]: ROTARYCRAFT: Loading Liquid Icons
[23:09:07] [Client thread/INFO] [FML]: REACTORCRAFT: Loading Liquid Icons
[23:09:10] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'thedalekmod:textures/blocks/roundThingTest.png, java.io.FileNotFoundException'; File not found.
[23:09:30] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/blocks/MISSING_ICON_BLOCK_1399_batBooth.png, java.io.FileNotFoundException'; File not found.
[23:09:33] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'tardismod:textures/blocks/SchemaCore.png, java.io.FileNotFoundException'; File not found.
[23:09:38] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/blocks/MISSING_ICON_BLOCK_1386_TardisDoorsInterior.png, java.io.FileNotFoundException'; File not found.
[23:09:55] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/blocks/TConIntegration.bedrock.png, java.io.FileNotFoundException'; File not found.
[23:10:26] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/blocks/MISSING_ICON_BLOCK_951_lb.littleblocks.png, java.io.FileNotFoundException'; File not found.
[23:10:37] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'thedalekmod:textures/blocks/poster.png, java.io.FileNotFoundException'; File not found.
i took out a few mods with too many keybinds and the dalek mod and crashed. got this error detail.
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
java.lang.IndexOutOfBoundsException
at java.nio.Buffer.checkIndex(Buffer.java:540)
at java.nio.DirectByteBuffer.get(DirectByteBuffer.java:253)
at org.lwjgl.input.Keyboard.isKeyDown(Keyboard.java:407)
at mcp.mobius.waila.overlay.WailaTickHandler.tickClient(WailaTickHandler.java:62)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_611_WailaTickHandler_tickClient_ClientTickEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at cpw.mods.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:325)
at net.minecraft.client.Minecraft.func_71407_l(Unknown Source)
at net.minecraft.client.Minecraft.func_71411_J(Unknown Source)
at net.minecraft.client.Minecraft.func_99999_d(Unknown Source)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
java.lang.IndexOutOfBoundsException
at java.nio.Buffer.checkIndex(Buffer.java:540)
at java.nio.DirectByteBuffer.get(DirectByteBuffer.java:253)
at org.lwjgl.input.Keyboard.isKeyDown(Keyboard.java:407)
at mcp.mobius.waila.overlay.WailaTickHandler.tickClient(WailaTickHandler.java:62)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_611_WailaTickHandler_tickClient_ClientTickEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at cpw.mods.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:325)
at net.minecraft.client.Minecraft.func_71407_l(Unknown Source)
at net.minecraft.client.Minecraft.func_71411_J(Unknown Source)
at net.minecraft.client.Minecraft.func_99999_d(Unknown Source)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
Hi, whenever i try loading my mods that i want when it gets to the initializing phase it fails here is the log:
---- Minecraft Crash Report ----
// Don't be sad. I'll do better next time, I promise!
Time: 11/21/15 10:08 AM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: mod.mcreator.FinalScience
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:544)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
at net.minecraft.client.Minecraft.func_71384_a(Unknown Source)
at net.minecraft.client.Minecraft.func_99999_d(Unknown Source)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: mod.mcreator.FinalScience
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:58)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:344)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:440)
at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:513)
... 10 more
Caused by: java.lang.ArrayIndexOutOfBoundsException
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_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1876073624 bytes (1789 MB) / 2155839488 bytes (2055 MB) up to 3006529536 bytes (2867 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn2G
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1481 Optifine OptiFine_1.7.10_HD_U_C1 86 mods loaded, 86 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UC mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UC FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1481-1.7.10.jar)
UC Forge{10.13.4.1481} [Minecraft Forge] (forge-1.7.10-10.13.4.1481-1.7.10.jar)
UC appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar)
UC CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UC NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar)
UC ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
UC VeinMiner_coremod{0.21.1_build-37} [Core mod] (minecraft.jar)
UC <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UC <DragonAPI ASM>{0} [DragonAPI ASM Data Initialization] (minecraft.jar)
UC mod_ThreadedLighting{1.7.10-1.0} [Threaded Lighting] (minecraft.jar)
UC gilded-games-util{1.7.10-1.1} [Gilded Games Utility] (gilded-games-util (1).jar)
UC dynamicswordskills{1.7.10-1.6.5} [Dynamic Sword Skills] (1.7.10-dynamicswordskills-1.6.5.jar)
UC battlegear2{1.7.10} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.8.2.jar)
UC securitycraft{v1.8.0} [SecurityCraft] ([1.7.10] SecurityCraft v1.8.0.jar)
UC CoFHCore{1.7.10R3.0.3} [CoFH Core] (CoFHCore-[1.7.10]3.0.3-303.jar)
UC fp{18.7 pre} [Futurepack] ([1.7.10]Futurepack 18.7.jar)
UC deconstruction{2.2.5} [The Deconstruction Mod] ([MC1.7.10]deconstruction[v2.2.5].jar)
UC Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UC adventurebackpack{1.7.10-0.8b} [Adventure Backpack] (adventurebackpack-1.7.10-0.8b.jar)
UC aether{1.7.10-1.5.1} [Aether II] (aether-1.7.10-1.5.1.jar)
UC antiqueatlas{4.2.4-1.7.10} [Antique Atlas] (antiqueatlas-4.2.4-1.7.10.jar)
UC appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar)
UC baublesstuff{1.0} [Baubles Stuff] (baublesstuff-1.0.jar)
UC be{2.0} [Bedrockium Mod] (BedrockiumMod_v.2.0_for_1.7.10.jar)
UC BuildCraft|Core{7.1.12} [BuildCraft] (buildcraft-7.1.12.jar)
UC BuildCraft|Builders{7.1.12} [BC Builders] (buildcraft-7.1.12.jar)
UC BuildCraft|Transport{7.1.12} [BC Transport] (buildcraft-7.1.12.jar)
UC BuildCraft|Energy{7.1.12} [BC Energy] (buildcraft-7.1.12.jar)
UC BuildCraft|Silicon{7.1.12} [BC Silicon] (buildcraft-7.1.12.jar)
UC BuildCraft|Robotics{7.1.12} [BC Robotics] (buildcraft-7.1.12.jar)
UC BuildCraft|Factory{7.1.12} [BC Factory] (buildcraft-7.1.12.jar)
UC CarpentersBlocks{3.3.8_dev_r4} [Carpenter's Blocks] (Carpenter's Blocks v3.3.8_dev_r4 - MC 1.7.10.jar)
UC ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar)
UC clonecraft{3.0} [CloneCraft] (CloneCraft-vB3.0.13.-.MC1.7.10.jar)
UC Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UC CompactMachines{1.7.10-1.20} [Compact Machines] (compactmachines-1.7.10-1.20.jar)
UC thedalekmod{39.75} [The Dalek Mod] (Dalek_Mod_1710.jar)
UC darkcore{0.3} [Dark Core] (darkcore-0.3-45.jar)
UC PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.2.1_1.7.10.jar)
UC props{2.2.1} [Decocraft] (Decocraft-2.2.1_1.7.10.jar)
UC EE3{0.3.507} [Equivalent Exchange 3] (EquivalentExchange3-1.7.10-0.3.507.jar)
UC ThermalFoundation{1.7.10R1.2.0} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.0-102.jar)
UC ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
UC Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
UC ThermalExpansion{1.7.10R4.0.3B1} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.3B1-218.jar)
UC TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
UC Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UC DragonAPI{1.0} [DragonAPI] (DragonAPI 1.7.10 V9b.jar)
UC SlimevoidLib{2.0.4.7} [Slimevoid Library] (SlimevoidLibrary-2.0.4.7.jar)
UC DynamicTransport{0.1.2.0} [Dynamic Transport] (DynamicTransport-0.1.2.0.jar)
UC eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar)
UC enhancedportals{3.0.12} [EnhancedPortals] (EnhancedPortals_1.7.10-universal-3.0.12.jar)
UC ESM{10.0.140} [Epic Siege Mod] (EpicSiegeMod-10.0.140.jar)
UC evilcraft{0.9.2} [EvilCraft] (EvilCraft-1.7.10-0.9.2.jar)
UC extracells{2.2.73} [Extra Cells 2] (ExtraCells-1.7.10-2.2.73b129.jar)
UC HeroicMod{1.2.2} [HeroicMod] (Heroic Mod 1.2.2 Release.jar)
UC InventoryPets{1.3.6} [Inventory Pets] (inventorypets-1.7.10-1.3.6-universal.jar)
UC IronChest{6.0.60.741} [Iron Chest] (ironchest-1.7.10-6.0.60.741-universal.jar)
UC legends{1.2} [Legends Mod] (Legends Core-1.2.jar)
UC LittleBlocks{2.2.4.4} [Little Blocks] (LittleBlocks-2.2.4.4.jar)
UC magicalcrops{4.0.0_PUBLIC_BETA_3} [Magical Crops] (magicalcrops-4.0.0_PUBLIC_BETA_3.jar)
UE magiccrusade{2.0.0} [Magic Crusade] (magiccrusade-1.0.jar)
UE FinalScience{Beta 1.2} [FinalScience] (mod)
UC notenoughkeys{@[email protected]} [NotEnoughKeys] (NotEnoughKeys-1.7.10-3.0.0b43-universal.jar)
UC plasmacraft{0.4.0-beta2} [PlasmaCraft] (PlasmaCraft-0.4.0-beta2.jar)
UC PneumaticCraft{1.12.1-144} [PneumaticCraft] (PneumaticCraft-1.7.10-1.12.1-144-universal.jar)
UC RotaryCraft{1.0} [RotaryCraft] (RotaryCraft 1.7.10 V9b.jar)
UC ReactorCraft{1.0} [ReactorCraft] (ReactorCraft 1.7.10 V9b.jar)
UC supercraftingframe{1.7.10.3} [Super Crafting Frame] (supercraftingframe-1.7.10.3.jar)
UC sus{4.2.1} [Superheroes Unlimited Mod] (Superheroes Unlimited Mod-1.7.10-4.2.1.jar)
UC susaddon{4.2.1} [Superheroes Unlimited Mod (Part 2)] (Superheroes Unlimited Mod-1.7.10-4.2.1.jar)
UE taleofkingdoms{1.5-Pre Release} [Tale of Kingdoms] (Tale-of-Kingdoms-V1.5-Pre-Release-2)
UC TardisMod{0.99} [Tardis Mod] (tardismod-1.7.10-0.99-207.jar)
UC thaumcraftgates{1.4.2} [Thaumcraft Gates] (ThaumcraftGates-1.4.2.jar)
UC thaumicenergistics{0.8.10.10} [Thaumic Energistics] (thaumicenergistics-0.8.10.10.jar)
UC ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-164.jar)
UC ThermalDynamics{1.7.10R1.1.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.1.0-161.jar)
UC TiCTooltips{1.2.5} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.5.jar)
UC TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
UC VeinMiner{0.21.1} [Vein Miner] (VeinMiner-1.7.10_0.21.1.jar)
UC VeinMinerModSupport{0.21.1} [Mod Support] (VeinMiner-1.7.10_0.21.1.jar)
UC wawla{1.3.3} [What Are We Looking At] (Wawla-1.3.3-1.7.10.jar)
UC werkbench{1.2.56} [Werkbench] (Werkbench-1.7.10-1.2.56.jar)
UC witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
UC zeronpowercraft{1.7.10-2.0} [§2Zeron§aPowerCraft] (ZeronPowerCraft_1.7.10-2.0-Stable.jar)
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.4.13084 Compatibility Profile Context 14.301.1001.0' Renderer: 'AMD Radeon HD 6320 Graphics'
CoFHCore: -[1.7.10]3.0.3-303
AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291
ThermalFoundation: -[1.7.10]1.2.0-102
Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
ThermalExpansion: -[1.7.10]4.0.3B1-218
TConstruct Environment: Environment healthy.
ThermalDynamics: -[1.7.10]1.1.0-161
sorry i couldn't simplify it i don't know how
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumIssue with the Final Science mod... which also appears to be an MCreator mod. Make sure you've installed it correctly. If you have, report this to the mod author.
Realistic Torches - Causes torches to burn out after a configurable amount of time.
Nature's Compass - A utility item that allows you to search for any biome's location in the world.
Notes - Provides a clientside in-game notepad.
Souls - After you die, a hostile Soul that stores your inventory will spawn.
Auto Refresh - Automatically refreshes your server list and alerts you when your selected server comes online.
Pick Block Plus - A clientside mod that significantly improves the vanilla pick block function.
And a few others that we don't talk about.
can i just git rid of finalscience
i think i took out final science and i reran it it still crashed here is the updated log
---- Minecraft Crash Report ----
// Hi. I'm Minecraft, and I'm a crashaholic.
Time: 11/21/15 11:14 AM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: cpw/mods/fml/common/IPlayerTracker
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:544)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
at net.minecraft.client.Minecraft.func_71384_a(Unknown Source)
at net.minecraft.client.Minecraft.func_99999_d(Unknown Source)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.NoClassDefFoundError: cpw/mods/fml/common/IPlayerTracker
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:344)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:440)
at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:513)
... 10 more
Caused by: java.lang.ClassNotFoundException: cpw.mods.fml.common.IPlayerTracker
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 34 more
Caused by: java.lang.ArrayIndexOutOfBoundsException
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_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 198812736 bytes (189 MB) / 2156580864 bytes (2056 MB) up to 3006529536 bytes (2867 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn2G
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1481 Optifine OptiFine_1.7.10_HD_U_C1 85 mods loaded, 85 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UC mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UC FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1481-1.7.10.jar)
UC Forge{10.13.4.1481} [Minecraft Forge] (forge-1.7.10-10.13.4.1481-1.7.10.jar)
UC appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar)
UC CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UC NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar)
UC ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
UC VeinMiner_coremod{0.21.1_build-37} [Core mod] (minecraft.jar)
UC <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UC <DragonAPI ASM>{0} [DragonAPI ASM Data Initialization] (minecraft.jar)
UC mod_ThreadedLighting{1.7.10-1.0} [Threaded Lighting] (minecraft.jar)
UC gilded-games-util{1.7.10-1.1} [Gilded Games Utility] (gilded-games-util (1).jar)
UC dynamicswordskills{1.7.10-1.6.5} [Dynamic Sword Skills] (1.7.10-dynamicswordskills-1.6.5.jar)
UC battlegear2{1.7.10} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.8.2.jar)
UC securitycraft{v1.8.0} [SecurityCraft] ([1.7.10] SecurityCraft v1.8.0.jar)
UC CoFHCore{1.7.10R3.0.3} [CoFH Core] (CoFHCore-[1.7.10]3.0.3-303.jar)
UC fp{18.7 pre} [Futurepack] ([1.7.10]Futurepack 18.7.jar)
UC deconstruction{2.2.5} [The Deconstruction Mod] ([MC1.7.10]deconstruction[v2.2.5].jar)
UC Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UC adventurebackpack{1.7.10-0.8b} [Adventure Backpack] (adventurebackpack-1.7.10-0.8b.jar)
UC aether{1.7.10-1.5.1} [Aether II] (aether-1.7.10-1.5.1.jar)
UC antiqueatlas{4.2.4-1.7.10} [Antique Atlas] (antiqueatlas-4.2.4-1.7.10.jar)
UC appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar)
UC baublesstuff{1.0} [Baubles Stuff] (baublesstuff-1.0.jar)
UC be{2.0} [Bedrockium Mod] (BedrockiumMod_v.2.0_for_1.7.10.jar)
UC BuildCraft|Core{7.1.12} [BuildCraft] (buildcraft-7.1.12.jar)
UC BuildCraft|Builders{7.1.12} [BC Builders] (buildcraft-7.1.12.jar)
UC BuildCraft|Transport{7.1.12} [BC Transport] (buildcraft-7.1.12.jar)
UC BuildCraft|Energy{7.1.12} [BC Energy] (buildcraft-7.1.12.jar)
UC BuildCraft|Silicon{7.1.12} [BC Silicon] (buildcraft-7.1.12.jar)
UC BuildCraft|Robotics{7.1.12} [BC Robotics] (buildcraft-7.1.12.jar)
UC BuildCraft|Factory{7.1.12} [BC Factory] (buildcraft-7.1.12.jar)
UC CarpentersBlocks{3.3.8_dev_r4} [Carpenter's Blocks] (Carpenter's Blocks v3.3.8_dev_r4 - MC 1.7.10.jar)
UC ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar)
UC clonecraft{3.0} [CloneCraft] (CloneCraft-vB3.0.13.-.MC1.7.10.jar)
UC Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UC CompactMachines{1.7.10-1.20} [Compact Machines] (compactmachines-1.7.10-1.20.jar)
UC thedalekmod{39.75} [The Dalek Mod] (Dalek_Mod_1710.jar)
UC darkcore{0.3} [Dark Core] (darkcore-0.3-45.jar)
UC PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.2.1_1.7.10.jar)
UC props{2.2.1} [Decocraft] (Decocraft-2.2.1_1.7.10.jar)
UC EE3{0.3.507} [Equivalent Exchange 3] (EquivalentExchange3-1.7.10-0.3.507.jar)
UC ThermalFoundation{1.7.10R1.2.0} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.0-102.jar)
UC ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
UC Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
UC ThermalExpansion{1.7.10R4.0.3B1} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.3B1-218.jar)
UC TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
UC Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UC DragonAPI{1.0} [DragonAPI] (DragonAPI 1.7.10 V9b.jar)
UC SlimevoidLib{2.0.4.7} [Slimevoid Library] (SlimevoidLibrary-2.0.4.7.jar)
UC DynamicTransport{0.1.2.0} [Dynamic Transport] (DynamicTransport-0.1.2.0.jar)
UC eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar)
UC enhancedportals{3.0.12} [EnhancedPortals] (EnhancedPortals_1.7.10-universal-3.0.12.jar)
UC ESM{10.0.140} [Epic Siege Mod] (EpicSiegeMod-10.0.140.jar)
UC evilcraft{0.9.2} [EvilCraft] (EvilCraft-1.7.10-0.9.2.jar)
UC extracells{2.2.73} [Extra Cells 2] (ExtraCells-1.7.10-2.2.73b129.jar)
UC HeroicMod{1.2.2} [HeroicMod] (Heroic Mod 1.2.2 Release.jar)
UC InventoryPets{1.3.6} [Inventory Pets] (inventorypets-1.7.10-1.3.6-universal.jar)
UC IronChest{6.0.60.741} [Iron Chest] (ironchest-1.7.10-6.0.60.741-universal.jar)
UC legends{1.2} [Legends Mod] (Legends Core-1.2.jar)
UC LittleBlocks{2.2.4.4} [Little Blocks] (LittleBlocks-2.2.4.4.jar)
UC magicalcrops{4.0.0_PUBLIC_BETA_3} [Magical Crops] (magicalcrops-4.0.0_PUBLIC_BETA_3.jar)
UE magiccrusade{2.0.0} [Magic Crusade] (magiccrusade-1.0.jar)
UC notenoughkeys{@[email protected]} [NotEnoughKeys] (NotEnoughKeys-1.7.10-3.0.0b43-universal.jar)
UC plasmacraft{0.4.0-beta2} [PlasmaCraft] (PlasmaCraft-0.4.0-beta2.jar)
UC PneumaticCraft{1.12.1-144} [PneumaticCraft] (PneumaticCraft-1.7.10-1.12.1-144-universal.jar)
UC RotaryCraft{1.0} [RotaryCraft] (RotaryCraft 1.7.10 V9b.jar)
UC ReactorCraft{1.0} [ReactorCraft] (ReactorCraft 1.7.10 V9b.jar)
UC supercraftingframe{1.7.10.3} [Super Crafting Frame] (supercraftingframe-1.7.10.3.jar)
UC sus{4.2.1} [Superheroes Unlimited Mod] (Superheroes Unlimited Mod-1.7.10-4.2.1.jar)
UC susaddon{4.2.1} [Superheroes Unlimited Mod (Part 2)] (Superheroes Unlimited Mod-1.7.10-4.2.1.jar)
UE taleofkingdoms{1.5-Pre Release} [Tale of Kingdoms] (Tale-of-Kingdoms-V1.5-Pre-Release-2)
UC TardisMod{0.99} [Tardis Mod] (tardismod-1.7.10-0.99-207.jar)
UC thaumcraftgates{1.4.2} [Thaumcraft Gates] (ThaumcraftGates-1.4.2.jar)
UC thaumicenergistics{0.8.10.10} [Thaumic Energistics] (thaumicenergistics-0.8.10.10.jar)
UC ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-164.jar)
UC ThermalDynamics{1.7.10R1.1.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.1.0-161.jar)
UC TiCTooltips{1.2.5} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.5.jar)
UC TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
UC VeinMiner{0.21.1} [Vein Miner] (VeinMiner-1.7.10_0.21.1.jar)
UC VeinMinerModSupport{0.21.1} [Mod Support] (VeinMiner-1.7.10_0.21.1.jar)
UC wawla{1.3.3} [What Are We Looking At] (Wawla-1.3.3-1.7.10.jar)
UC werkbench{1.2.56} [Werkbench] (Werkbench-1.7.10-1.2.56.jar)
UC witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
UC zeronpowercraft{1.7.10-2.0} [§2Zeron§aPowerCraft] (ZeronPowerCraft_1.7.10-2.0-Stable.jar)
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.4.13084 Compatibility Profile Context 14.301.1001.0' Renderer: 'AMD Radeon HD 6320 Graphics'
CoFHCore: -[1.7.10]3.0.3-303
AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291
ThermalFoundation: -[1.7.10]1.2.0-102
Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
ThermalExpansion: -[1.7.10]4.0.3B1-218
TConstruct Environment: Environment healthy.
ThermalDynamics: -[1.7.10]1.1.0-161
-
View User Profile
-
View Posts
-
Send Message
Curse Premium1.6.4 mod(s) installed in a 1.7.10 environment. Find which one(s) it is and update or remove them.
Also, use spoilers when posting a crash report or log.
Realistic Torches - Causes torches to burn out after a configurable amount of time.
Nature's Compass - A utility item that allows you to search for any biome's location in the world.
Notes - Provides a clientside in-game notepad.
Souls - After you die, a hostile Soul that stores your inventory will spawn.
Auto Refresh - Automatically refreshes your server list and alerts you when your selected server comes online.
Pick Block Plus - A clientside mod that significantly improves the vanilla pick block function.
And a few others that we don't talk about.
i dont know how
removing tale of kingdoms may fix your error
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumIf a mod in your mods folder doesn't have "1.7.10" in the file name, look up what MC version it is for. If it's for anything besides 1.7.10, remove it or replace it with a 1.7.10 version.
And pay attention to what you're installing next time.
Realistic Torches - Causes torches to burn out after a configurable amount of time.
Nature's Compass - A utility item that allows you to search for any biome's location in the world.
Notes - Provides a clientside in-game notepad.
Souls - After you die, a hostile Soul that stores your inventory will spawn.
Auto Refresh - Automatically refreshes your server list and alerts you when your selected server comes online.
Pick Block Plus - A clientside mod that significantly improves the vanilla pick block function.
And a few others that we don't talk about.
i took out anything with no 1.7.10 and reinstalled it making sure it was 1.7.10 anything that wasn't and couldn't i deleted i also took out tale of kingship it still crashed here is the log
---- Minecraft Crash Report ----
// Everything's going to plan. No, really, that was supposed to happen.
Time: 11/21/15 12:22 PM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: fr/toss/common/player/ClientPlayerBaseMagic
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:544)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
at net.minecraft.client.Minecraft.func_71384_a(Unknown Source)
at net.minecraft.client.Minecraft.func_99999_d(Unknown Source)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.NoClassDefFoundError: fr/toss/common/player/ClientPlayerBaseMagic
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2693)
at java.lang.Class.getDeclaredMethods(Class.java:1967)
at cpw.mods.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:317)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:505)
at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:513)
... 10 more
Caused by: java.lang.ClassNotFoundException: fr.toss.common.player.ClientPlayerBaseMagic
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 36 more
Caused by: java.lang.NoClassDefFoundError: api/player/client/ClientPlayerBase
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 38 more
Caused by: java.lang.ClassNotFoundException: api.player.client.ClientPlayerBase
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 42 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_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 407748864 bytes (388 MB) / 2155425792 bytes (2055 MB) up to 3006529536 bytes (2867 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn2G
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1481 Optifine OptiFine_1.7.10_HD_U_C1 79 mods loaded, 79 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UC mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UC FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1481-1.7.10.jar)
UC Forge{10.13.4.1481} [Minecraft Forge] (forge-1.7.10-10.13.4.1481-1.7.10.jar)
UC appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar)
UC CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UC NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar)
UC VeinMiner_coremod{0.21.1_build-37} [Core mod] (minecraft.jar)
UC <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UC <DragonAPI ASM>{0} [DragonAPI ASM Data Initialization] (minecraft.jar)
UC mod_ThreadedLighting{1.7.10-1.0} [Threaded Lighting] (minecraft.jar)
UC gilded-games-util{1.7.10-1.1} [Gilded Games Utility] (gilded-games-util (1).jar)
UC dynamicswordskills{1.7.10-1.6.5} [Dynamic Sword Skills] (1.7.10-dynamicswordskills-1.6.5.jar)
UC battlegear2{1.7.10} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.8.2.jar)
UC securitycraft{v1.8.0} [SecurityCraft] ([1.7.10] SecurityCraft v1.8.0.jar)
UC CoFHCore{1.7.10R3.0.3} [CoFH Core] (CoFHCore-[1.7.10]3.0.3-303.jar)
UC fp{18.7 pre} [Futurepack] ([1.7.10]Futurepack 18.7.jar)
UC deconstruction{2.2.5} [The Deconstruction Mod] ([MC1.7.10]deconstruction[v2.2.5].jar)
UC Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UC adventurebackpack{1.7.10-0.8b} [Adventure Backpack] (adventurebackpack-1.7.10-0.8b.jar)
UC aether{1.7.10-1.5.1} [Aether II] (aether-1.7.10-1.5.1.jar)
UC antiqueatlas{4.2.4-1.7.10} [Antique Atlas] (antiqueatlas-4.2.4-1.7.10.jar)
UC appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar)
UC baublesstuff{1.0} [Baubles Stuff] (baublesstuff-1.0.jar)
UC be{2.0} [Bedrockium Mod] (BedrockiumMod_v.2.0_for_1.7.10.jar)
UC BuildCraft|Core{7.1.12} [BuildCraft] (buildcraft-7.1.12.jar)
UC BuildCraft|Builders{7.1.12} [BC Builders] (buildcraft-7.1.12.jar)
UC BuildCraft|Transport{7.1.12} [BC Transport] (buildcraft-7.1.12.jar)
UC BuildCraft|Energy{7.1.12} [BC Energy] (buildcraft-7.1.12.jar)
UC BuildCraft|Silicon{7.1.12} [BC Silicon] (buildcraft-7.1.12.jar)
UC BuildCraft|Robotics{7.1.12} [BC Robotics] (buildcraft-7.1.12.jar)
UC BuildCraft|Factory{7.1.12} [BC Factory] (buildcraft-7.1.12.jar)
UC CarpentersBlocks{3.3.8_dev_r4} [Carpenter's Blocks] (Carpenter's Blocks v3.3.8_dev_r4 - MC 1.7.10.jar)
UC ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar)
UC clonecraft{3.0} [CloneCraft] (CloneCraft-vB3.0.13.-.MC1.7.10.jar)
UC Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UC CompactMachines{1.7.10-1.20} [Compact Machines] (compactmachines-1.7.10-1.20.jar)
UC thedalekmod{39.75} [The Dalek Mod] (Dalek_Mod_1710.jar)
UC darkcore{0.3} [Dark Core] (darkcore-0.3-45.jar)
UC PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.2.1_1.7.10.jar)
UC props{2.2.1} [Decocraft] (Decocraft-2.2.1_1.7.10.jar)
UC EE3{0.3.507} [Equivalent Exchange 3] (EquivalentExchange3-1.7.10-0.3.507.jar)
UC ThermalFoundation{1.7.10R1.2.0} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.0-102.jar)
UC ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
UC Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
UC ThermalExpansion{1.7.10R4.0.3B1} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.3B1-218.jar)
UC TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
UC Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UC DragonAPI{1.0} [DragonAPI] (DragonAPI 1.7.10 V9b.jar)
UC SlimevoidLib{2.0.4.7} [Slimevoid Library] (SlimevoidLibrary-2.0.4.7.jar)
UC DynamicTransport{0.1.2.0} [Dynamic Transport] (DynamicTransport-0.1.2.0.jar)
UC eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar)
UC enderutilities{0.4.3} [Ender Utilities] (enderutilities-1.7.10-0.4.3.jar)
UC enhancedportals{3.0.12} [EnhancedPortals] (EnhancedPortals_1.7.10-universal-3.0.12.jar)
UC evilcraft{0.9.2} [EvilCraft] (EvilCraft-1.7.10-0.9.2.jar)
UC extracells{2.2.73} [Extra Cells 2] (ExtraCells-1.7.10-2.2.73b129.jar)
UC InventoryPets{1.3.6} [Inventory Pets] (inventorypets-1.7.10-1.3.6-universal.jar)
UC IronChest{6.0.60.741} [Iron Chest] (ironchest-1.7.10-6.0.60.741-universal.jar)
UC legends{1.2} [Legends Mod] (Legends Core-1.2.jar)
UC LittleBlocks{2.2.4.4} [Little Blocks] (LittleBlocks-2.2.4.4.jar)
UC magicalcrops{4.0.0_PUBLIC_BETA_3} [Magical Crops] (magicalcrops-4.0.0_PUBLIC_BETA_3.jar)
UE magiccrusade{2.0.0} [Magic Crusade] (magiccrusade-1.0.jar)
UC notenoughkeys{@[email protected]} [NotEnoughKeys] (NotEnoughKeys-1.7.10-3.0.0b43-universal.jar)
UC PneumaticCraft{1.12.1-144} [PneumaticCraft] (PneumaticCraft-1.7.10-1.12.1-144-universal.jar)
UC RotaryCraft{1.0} [RotaryCraft] (RotaryCraft 1.7.10 V9b.jar)
UC ReactorCraft{1.0} [ReactorCraft] (ReactorCraft 1.7.10 V9b.jar)
UC supercraftingframe{1.7.10.3} [Super Crafting Frame] (supercraftingframe-1.7.10.3.jar)
UC sus{4.2.1} [Superheroes Unlimited Mod] (Superheroes Unlimited Mod-1.7.10-4.2.1.jar)
UC susaddon{4.2.1} [Superheroes Unlimited Mod (Part 2)] (Superheroes Unlimited Mod-1.7.10-4.2.1.jar)
UC TardisMod{0.99} [Tardis Mod] (tardismod-1.7.10-0.99-207.jar)
UC thaumicenergistics{0.8.10.10} [Thaumic Energistics] (thaumicenergistics-0.8.10.10.jar)
UC ThermalDynamics{1.7.10R1.1.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.1.0-161.jar)
UC TiCTooltips{1.2.5} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.5.jar)
UC TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
UC VeinMiner{0.21.1} [Vein Miner] (VeinMiner-1.7.10_0.21.1.jar)
UC VeinMinerModSupport{0.21.1} [Mod Support] (VeinMiner-1.7.10_0.21.1.jar)
UC wawla{1.3.3} [What Are We Looking At] (Wawla-1.3.3-1.7.10.jar)
UC werkbench{1.2.56} [Werkbench] (Werkbench-1.7.10-1.2.56.jar)
UC witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
UC zeronpowercraft{1.7.10-2.0} [§2Zeron§aPowerCraft] (ZeronPowerCraft_1.7.10-2.0-Stable.jar)
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.4.13084 Compatibility Profile Context 14.301.1001.0' Renderer: 'AMD Radeon HD 6320 Graphics'
CoFHCore: -[1.7.10]3.0.3-303
AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291
ThermalFoundation: -[1.7.10]1.2.0-102
Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
ThermalExpansion: -[1.7.10]4.0.3B1-218
TConstruct Environment: Environment healthy.
ThermalDynamics: -[1.7.10]1.1.0-161
-
View User Profile
-
View Posts
-
Send Message
Curse Premium"Toss" requires Player API. Read installation instructions.
And like I said: use spoilers.
Realistic Torches - Causes torches to burn out after a configurable amount of time.
Nature's Compass - A utility item that allows you to search for any biome's location in the world.
Notes - Provides a clientside in-game notepad.
Souls - After you die, a hostile Soul that stores your inventory will spawn.
Auto Refresh - Automatically refreshes your server list and alerts you when your selected server comes online.
Pick Block Plus - A clientside mod that significantly improves the vanilla pick block function.
And a few others that we don't talk about.
I said I don't know how to use spoilers
And what is toss as in what do you want me to do
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumThe editor has tooltips, you know. Spoilers are the '!' button.
Install Player API.
Realistic Torches - Causes torches to burn out after a configurable amount of time.
Nature's Compass - A utility item that allows you to search for any biome's location in the world.
Notes - Provides a clientside in-game notepad.
Souls - After you die, a hostile Soul that stores your inventory will spawn.
Auto Refresh - Automatically refreshes your server list and alerts you when your selected server comes online.
Pick Block Plus - A clientside mod that significantly improves the vanilla pick block function.
And a few others that we don't talk about.
i tried to run the mod again i didn't
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.chestDeathstrokeSword] @ID [6069]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.legsDeathstroke] @ID [6070]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.bootsDeathstroke] @ID [6071]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.helmetZoom] @ID [6072]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.chestZoom] @ID [6073]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.legsZoom] @ID [6074]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.bootsZoom] @ID [6075]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.helmetLoki] @ID [6076]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.chestLoki] @ID [6077]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.legsLoki] @ID [6078]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.bootsLoki] @ID [6079]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.helmetDoom] @ID [6080]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.chestDoom] @ID [6081]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.legsDoom] @ID [6082]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.bootsDoom] @ID [6083]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.helmetredHulk] @ID [6084]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.chestredHulk] @ID [6085]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.legsredHulk] @ID [6086]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.bootsredHulk] @ID [6087]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.helmetUltron] @ID [6088]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.chestUltron] @ID [6089]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.legsUltron] @ID [6090]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.bootsUltron] @ID [6091]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.helmetUltronFinal] @ID [6092]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.chestUltronFinal] @ID [6093]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.legsUltronFinal] @ID [6094]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.bootsUltronFinal] @ID [6095]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.helmetMandarin] @ID [6096]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.chestMandarin] @ID [6097]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.legsMandarin] @ID [6098]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.bootsMandarin] @ID [6099]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.helmetCrimsonDynamo] @ID [6100]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.chestCrimsonDynamo] @ID [6101]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.legsCrimsonDynamo] @ID [6102]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.bootsCrimsonDynamo] @ID [6103]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.helmetMrBolt] @ID [6104]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.chestMrBolt] @ID [6105]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.legsMrBolt] @ID [6106]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.bootsMrBolt] @ID [6107]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.helmetGlacious] @ID [6108]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.chestGlacious] @ID [6109]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.legsGlacious] @ID [6110]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.bootsGlacious] @ID [6111]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.helmetVampie] @ID [6112]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.chestVampie] @ID [6113]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.legsVampie] @ID [6114]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.bootsVampie] @ID [6115]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.helmetVampieBat] @ID [6116]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.chestVampieBat] @ID [6117]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.legsVampieBat] @ID [6118]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.bootsVampieBat] @ID [6119]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.helmetNavygirl] @ID [6120]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.helmetNavygirlUnderwater] @ID [6121]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.chestNavygirl] @ID [6122]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.legsNavygirl] @ID [6123]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.bootsNavygirl] @ID [6124]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.helmetRonic] @ID [6125]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.chestRonic] @ID [6126]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.legsRonic] @ID [6127]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.bootsRonic] @ID [6128]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.helmetInferno] @ID [6129]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.chestInferno] @ID [6130]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.legsInferno] @ID [6131]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.bootsInferno] @ID [6132]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.helmetBerserker] @ID [6133]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.chestBerserker] @ID [6134]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.legsBerserker] @ID [6135]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.bootsBerserker] @ID [6136]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.helmetBerserkerInv] @ID [6137]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.chestBerserkerInv] @ID [6138]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.legsBerserkerInv] @ID [6139]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.bootsBerserkerInv] @ID [6140]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.helmetEventHorizon] @ID [6141]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.chestEventHorizon] @ID [6142]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.legsEventHorizon] @ID [6143]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.bootsEventHorizon] @ID [6144]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.helmetMortem] @ID [6145]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.chestMortem] @ID [6146]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.legsMortem] @ID [6147]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.bootsMortem] @ID [6148]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.helmetSpawn] @ID [6149]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.helmetSpawnFly] @ID [6150]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.chestSpawn] @ID [6151]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.chestSpawnFly] @ID [6152]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.legsSpawn] @ID [6153]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.legsSpawnFly] @ID [6154]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.bootsSpawn] @ID [6155]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.bootsSpawnFly] @ID [6156]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.helmetSpawnInv] @ID [6157]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.helmetSpawnInvFly] @ID [6158]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.chestSpawnInv] @ID [6159]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.chestSpawnInvFly] @ID [6160]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.legsSpawnInv] @ID [6161]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.legsSpawnInvFly] @ID [6162]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.bootsSpawnInv] @ID [6163]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.bootsSpawnInvFly] @ID [6164]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.helmetZorro] @ID [6165]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.chestZorro] @ID [6166]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.chestZorroSword] @ID [6167]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.legsZorro] @ID [6168]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.bootsZorro] @ID [6169]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.helmetIronManShell] @ID [6170]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.chestIronManShell] @ID [6171]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.legsIronManShell] @ID [6172]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.bootsIronManShell] @ID [6173]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.starkBracletsOff] @ID [6174]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.starkBraclets] @ID [6175]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.starkBracletsActive] @ID [6176]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.TardisMod.Schematic] @ID [6177]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.TardisMod.SonicScrewdriver] @ID [6178]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.TardisMod.TardisKey] @ID [6179]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.TardisMod.Component] @ID [6180]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.TardisMod.CraftingComponent] @ID [6181]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.TardisMod.ManualItem] @ID [6182]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$thaumicenergistics.item.aeparts] @ID [6183]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$thaumicenergistics.item.essentia.cell] @ID [6184]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$thaumicenergistics.item.storage.component] @ID [6185]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$thaumicenergistics.item.storage.casing] @ID [6186]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$thaumicenergistics.item.material] @ID [6187]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$thaumicenergistics.item.wireless.essentia.terminal] @ID [6188]
[20:53:12] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$thaumicenergistics.item.knowledge.core] @ID [6189]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$thaumicenergistics.item.focus.aewrench.disabled] @ID [6190]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.thermaldynamics.servo] @ID [6191]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.thermaldynamics.filter] @ID [6192]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.thermaldynamics.cover] @ID [6193]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.thermaldynamics.retriever] @ID [6194]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.thermaldynamics.relay] @ID [6195]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.nagaScale] @ID [6196]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.plateNaga] @ID [6197]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.legsNaga] @ID [6198]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.scepterTwilight] @ID [6199]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.scepterLifeDrain] @ID [6200]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.scepterZombie] @ID [6201]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.oreMeter] @ID [6202]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.magicMap] @ID [6203]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.mazeMap] @ID [6204]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.oreMap] @ID [6205]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.tfFeather] @ID [6206]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.magicMapFocus] @ID [6207]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.mazeMapFocus] @ID [6208]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.liveRoot] @ID [6209]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.ironwoodRaw] @ID [6210]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.ironwoodIngot] @ID [6211]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.ironwoodHelm] @ID [6212]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.ironwoodPlate] @ID [6213]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.ironwoodLegs] @ID [6214]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.ironwoodBoots] @ID [6215]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.ironwoodSword] @ID [6216]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.ironwoodShovel] @ID [6217]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.ironwoodPick] @ID [6218]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.ironwoodAxe] @ID [6219]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.ironwoodHoe] @ID [6220]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.torchberries] @ID [6221]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.venisonRaw] @ID [6222]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.venisonCooked] @ID [6223]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.hydraChop] @ID [6224]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.fieryBlood] @ID [6225]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.trophy] @ID [6226]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.fieryIngot] @ID [6227]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.fieryHelm] @ID [6228]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.fieryPlate] @ID [6229]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.fieryLegs] @ID [6230]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.fieryBoots] @ID [6231]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.fierySword] @ID [6232]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.fieryPick] @ID [6233]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.steeleafIngot] @ID [6234]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.steeleafHelm] @ID [6235]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.steeleafPlate] @ID [6236]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.steeleafLegs] @ID [6237]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.steeleafBoots] @ID [6238]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.steeleafSword] @ID [6239]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.steeleafShovel] @ID [6240]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.steeleafPick] @ID [6241]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.steeleafAxe] @ID [6242]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.steeleafHoe] @ID [6243]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.minotaurAxe] @ID [6244]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.mazebreakerPick] @ID [6245]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.transformPowder] @ID [6246]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.meefRaw] @ID [6247]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.meefSteak] @ID [6248]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.meefStroganoff] @ID [6249]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.mazeWafer] @ID [6250]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.emptyMagicMap] @ID [6251]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.emptyMazeMap] @ID [6252]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.emptyOreMap] @ID [6253]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.oreMagnet] @ID [6254]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.crumbleHorn] @ID [6255]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.peacockFan] @ID [6256]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.moonwormQueen] @ID [6257]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.charmOfLife1] @ID [6258]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.charmOfLife2] @ID [6259]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.charmOfKeeping1] @ID [6260]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.charmOfKeeping2] @ID [6261]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.charmOfKeeping3] @ID [6262]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.towerKey] @ID [6263]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.borerEssence] @ID [6264]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.carminite] @ID [6265]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.experiment115] @ID [6266]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.armorShards] @ID [6267]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.knightMetal] @ID [6268]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.shardCluster] @ID [6269]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.knightlyHelm] @ID [6270]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.knightlyPlate] @ID [6271]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.knightlyLegs] @ID [6272]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.knightlyBoots] @ID [6273]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.knightlySword] @ID [6274]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.knightlyPick] @ID [6275]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.knightlyAxe] @ID [6276]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.phantomHelm] @ID [6277]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.phantomPlate] @ID [6278]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.lampOfCinders] @ID [6279]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.fieryTears] @ID [6280]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.alphaFur] @ID [6281]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.yetiHelm] @ID [6282]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.yetiPlate] @ID [6283]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.yetiLegs] @ID [6284]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.yetiBoots] @ID [6285]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.iceBomb] @ID [6286]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.arcticFur] @ID [6287]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.arcticHelm] @ID [6288]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.arcticPlate] @ID [6289]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.arcticLegs] @ID [6290]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.arcticBoots] @ID [6291]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.magicBeans] @ID [6292]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.giantPick] @ID [6293]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.giantSword] @ID [6294]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.tripleBow] @ID [6295]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.seekerBow] @ID [6296]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.iceBow] @ID [6297]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.enderBow] @ID [6298]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.iceSword] @ID [6299]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.glassSword] @ID [6300]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.knightmetalRing] @ID [6301]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.chainBlock] @ID [6302]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.cubeTalisman] @ID [6303]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.cubeOfAnnihilation] @ID [6304]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.tfspawnegg] @ID [6305]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:ingredient] @ID [6306]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:taglockkit] @ID [6307]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:poppet] @ID [6308]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:potion] @ID [6309]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:coffin] @ID [6310]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:stew] @ID [6311]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:stewraw] @ID [6312]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:mirror] @ID [6313]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:chalkritual] @ID [6314]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:chalkotherwhere] @ID [6315]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:chalkinfernal] @ID [6316]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:chalkheart] @ID [6317]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:boline] @ID [6318]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:arthana] @ID [6319]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:huntsmanspear] @ID [6320]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:handbow] @ID [6321]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:deathshand] @ID [6322]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:silversword] @ID [6323]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:canesword] @ID [6324]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:witchhand] @ID [6325]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:circletalisman] @ID [6326]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:mysticbranch] @ID [6327]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:divinerwater] @ID [6328]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:divinerlava] @ID [6329]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:polynesiacharm] @ID [6330]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:devilstonguecharm] @ID [6331]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:mutator] @ID [6332]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:louse] @ID [6333]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:brewbag] @ID [6334]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:spectralstone] @ID [6335]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:shelfcompass] @ID [6336]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:kobolditepickaxe] @ID [6337]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:dupstaff] @ID [6338]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:brewbottle] @ID [6339]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:brew.fuel] @ID [6340]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:brew.water] @ID [6341]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:bookbiomes2] @ID [6342]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:biomenote] @ID [6343]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:cauldronbook] @ID [6344]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:leonardsurn] @ID [6345]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:playercompass] @ID [6346]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:mooncharm] @ID [6347]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:hornofthehunt] @ID [6348]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:wolftoken] @ID [6349]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:glassgoblet] @ID [6350]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:sungrenade] @ID [6351]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:vampirebook] @ID [6352]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:dupgrenade] @ID [6353]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:witchhat] @ID [6354]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:babashat] @ID [6355]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:witchrobe] @ID [6356]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:necromancerrobe] @ID [6357]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:bitingbelt] @ID [6358]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:barkbelt] @ID [6359]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:iceslippers] @ID [6360]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:rubyslippers] @ID [6361]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:seepingshoes] @ID [6362]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:hunterhat] @ID [6363]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:huntercoat] @ID [6364]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:hunterlegs] @ID [6365]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:hunterboots] @ID [6366]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:hunterhatsilvered] @ID [6367]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:huntercoatsilvered] @ID [6368]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:hunterlegssilvered] @ID [6369]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:hunterbootssilvered] @ID [6370]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:hunterhatgarlicked] @ID [6371]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:huntercoatgarlicked] @ID [6372]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:hunterlegsgarlicked] @ID [6373]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:hunterbootsgarlicked] @ID [6374]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:deathscowl] @ID [6375]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:deathsrobe] @ID [6376]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:deathsfeet] @ID [6377]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:quiverofmog] @ID [6378]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:gurdleofgulg] @ID [6379]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:kobolditehelm] @ID [6380]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:earmuffs] @ID [6381]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:vampirehat] @ID [6382]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:vampirehelmet] @ID [6383]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:vampirecoat] @ID [6384]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:vampirecoat_female] @ID [6385]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:vampirechaincoat] @ID [6386]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:vampirechaincoat_female] @ID [6387]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:vampirelegs] @ID [6388]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:vampirelegs_kilt] @ID [6389]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:vampireboots] @ID [6390]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:seedsbelladonna] @ID [6391]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:seedsmandrake] @ID [6392]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:seedsartichoke] @ID [6393]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:seedssnowbell] @ID [6394]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:seedswormwood] @ID [6395]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:seedsmindrake] @ID [6396]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:seedswolfsbane] @ID [6397]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:garlic] @ID [6398]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:bucketspirit] @ID [6399]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:buckethollowtears] @ID [6400]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.witchery:bucketbrew] @ID [6401]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.zeronUnstableElement] @ID [6402]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.zeronCircuit] @ID [6403]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.zeronAdCircuit] @ID [6404]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.zeronIngot] @ID [6405]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.zeronDust] @ID [6406]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.zeronTestItem] @ID [6407]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.zeronDNABone] @ID [6408]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.zeronSword] @ID [6409]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.zeronPickaxe] @ID [6410]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.zeronShovel] @ID [6411]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.zeronAxe] @ID [6412]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.zeronHoe] @ID [6413]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.zeronHelmet] @ID [6414]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.zeronChestplate] @ID [6415]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.zeronLeggings] @ID [6416]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.zeronBoots] @ID [6417]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.zeronGround] @ID [6418]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.zeronNature] @ID [6419]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.zeronInferno] @ID [6420]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.upgrade_Stone] @ID [6421]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.belt_Core] @ID [6422]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.pendant_Core] @ID [6423]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.upgrade_HighStep] @ID [6424]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.upgrade_SpeedI] @ID [6425]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.upgrade_SpeedII] @ID [6426]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.upgrade_SpeedIII] @ID [6427]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.upgrade_JumpI] @ID [6428]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.upgrade_JumpII] @ID [6429]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.upgrade_JumpIII] @ID [6430]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.upgrade_Fly] @ID [6431]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.upgrade_FireImmune] @ID [6432]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.upgrade_FallImmune] @ID [6433]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.upgrade_WaterBreathing] @ID [6434]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.upgrade_WitherImmune] @ID [6435]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.ring_Magnet] @ID [6436]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.laser] @ID [6437]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.Bessie] @ID [6438]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.ironside] @ID [6439]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.DalekSectionTop] @ID [6440]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.DalekSectionMiddle] @ID [6441]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.DalekSectionBase] @ID [6442]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.DalekSectionGun] @ID [6443]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.TardisSpawner] @ID [6444]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.TardisKey] @ID [6445]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.DalekaniumIngot] @ID [6446]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.dalekaniumNugget] @ID [6447]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.Sonic_Srewdriver] @ID [6448]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.Sonic_SrewdriverEl] @ID [6449]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.Sonic_SrewdriverFour] @ID [6450]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.Sonic_SrewdriverEight] @ID [6451]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.SonicBlaster] @ID [6452]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.SteelIngot] @ID [6453]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.timeVortexManipulator] @ID [6454]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.DalekaniumHelmet] @ID [6455]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.DalekaniumChestplate] @ID [6456]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.DalekaniumLeggings] @ID [6457]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.DalekaniumBoots] @ID [6458]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.SteelHelmet] @ID [6459]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.SteelChestplate] @ID [6460]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.SteelLeggings] @ID [6461]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.SteelBoots] @ID [6462]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.AceBat] @ID [6463]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.dlk_Sword] @ID [6464]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.1stDoctorTardisWallVaritem] @ID [6465]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.1stDoctorTardisWallitem] @ID [6466]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.nitro9item] @ID [6467]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.Tardis_11] @ID [6468]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.SWDBlockitem] @ID [6469]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.gearItem] @ID [6470]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.RiversDiary] @ID [6471]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.Credit] @ID [6472]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.NotRocketLauncher] @ID [6473]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.ZeitonCrystal] @ID [6474]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.DWarAxe] @ID [6475]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.DAxe] @ID [6476]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.DHoe] @ID [6477]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.DPick] @ID [6478]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.DSH] @ID [6479]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.DSpade] @ID [6480]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.classicSonic_1] @ID [6481]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.classicSonic_2] @ID [6482]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.classicSonic_3] @ID [6483]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.classicSonic_4] @ID [6484]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.Sonic_SrewdriverHurt] @ID [6485]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.sonicLipstick] @ID [6486]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.FEZ] @ID [6487]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.GasMask] @ID [6488]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.4thScarf] @ID [6489]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.hat7th] @ID [6490]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.bowTie] @ID [6491]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.blackGlasses] @ID [6492]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.3DGlasses] @ID [6493]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.DoctorsAstrakhan] @ID [6494]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.DoctorsCloak] @ID [6495]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.colin_Coat] @ID [6496]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.dalekMask] @ID [6497]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.TopHat] @ID [6498]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.AceJacket] @ID [6499]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.Stetson] @ID [6500]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.Tardis_Ten] @ID [6501]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.Tardis_BadW] @ID [6502]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.Tardis_War] @ID [6503]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.Tardis_ClassicDM] @ID [6504]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.Tardis_Classic_63] @ID [6505]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.Tardis_2014] @ID [6506]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.2dis] @ID [6507]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.waffle] @ID [6508]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.BluWaffle] @ID [6509]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.BluMuffin] @ID [6510]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.BluBerry] @ID [6511]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.JellyBag] @ID [6512]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.JellyBabyOld] @ID [6513]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.cheese] @ID [6514]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.fishCustard] @ID [6515]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.cUpdate1] @ID [6516]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.cUpdate2] @ID [6517]
[20:53:13] [Client thread/INFO] [FML]: [SlimevoidLib] XML Variable loaded for [$item.spawnEgg] @ID [6518]
[20:53:14] [Client thread/INFO] [eplus]: Initializing GUI Handler.
[20:53:14] [Client thread/INFO] [EvilCraft]: init()
[20:53:14] [Client thread/INFO] [EvilCraft]: Registered class evilcraft.entity.effect.EntityAntiVengeanceBeam renderer
[20:53:14] [Client thread/INFO] [EvilCraft]: Registered class evilcraft.entity.item.EntityLightningGrenade renderer
[20:53:14] [Client thread/INFO] [EvilCraft]: Registered class evilcraft.entity.monster.Netherfish renderer
[20:53:14] [Client thread/INFO] [EvilCraft]: Registered class evilcraft.entity.block.EntityLightningBombPrimed renderer
[20:53:14] [Client thread/INFO] [EvilCraft]: Registered class evilcraft.entity.monster.ControlledZombie renderer
[20:53:14] [Client thread/INFO] [EvilCraft]: Registered class evilcraft.entity.item.EntityRedstoneGrenade renderer
[20:53:14] [Client thread/INFO] [EvilCraft]: Registered class evilcraft.entity.item.EntityWeatherContainer renderer
[20:53:14] [Client thread/INFO] [EvilCraft]: Registered class evilcraft.entity.monster.VengeanceSpirit renderer
[20:53:14] [Client thread/INFO] [EvilCraft]: Registered class evilcraft.entity.item.EntityBloodPearl renderer
[20:53:14] [Client thread/INFO] [EvilCraft]: Registered class evilcraft.entity.effect.EntityNecromancersHead renderer
[20:53:14] [Client thread/INFO] [EvilCraft]: Registered class evilcraft.entity.monster.Werewolf renderer
[20:53:14] [Client thread/INFO] [EvilCraft]: Registered class evilcraft.entity.monster.PoisonousLibelle renderer
[20:53:14] [Client thread/INFO] [EvilCraft]: Registered class evilcraft.entity.item.EntityBroom renderer
[20:53:14] [Client thread/INFO] [EvilCraft]: Registered class evilcraft.entity.item.EntityBiomeExtract renderer
[20:53:14] [Client thread/INFO] [EvilCraft]: Registered class evilcraft.tileentity.TileColossalBloodChest special renderer
[20:53:14] [Client thread/INFO] [EvilCraft]: Registered class evilcraft.tileentity.TilePurifier special renderer
[20:53:14] [Client thread/INFO] [EvilCraft]: Registered class evilcraft.tileentity.TileDarkTank special renderer
[20:53:14] [Client thread/INFO] [EvilCraft]: Registered class evilcraft.tileentity.TileSanguinaryPedestal special renderer
[20:53:14] [Client thread/INFO] [EvilCraft]: Registered class evilcraft.tileentity.TileEnvironmentalAccumulator special renderer
[20:53:14] [Client thread/INFO] [EvilCraft]: Registered class evilcraft.tileentity.TileEntangledChalice special renderer
[20:53:14] [Client thread/INFO] [EvilCraft]: Registered class evilcraft.tileentity.TileBoxOfEternalClosure special renderer
[20:53:14] [Client thread/INFO] [EvilCraft]: Registered class evilcraft.tileentity.TileBloodChest special renderer
[20:53:14] [Client thread/INFO] [EvilCraft]: Registered class evilcraft.tileentity.TileSpiritPortal special renderer
[20:53:15] [Client thread/INFO] [EvilCraft]: Registered key bindings
[20:53:15] [Client thread/INFO] [EvilCraft]: Registered packet handler.
[20:53:15] [Client thread/INFO] [EvilCraft]: Registered tick handlers
[20:53:18] [Client thread/INFO] [EvilCraft]: Registering ThermalExpansion recipes
[20:53:21] [Client thread/INFO] [AE2:C]: Recipes Loading: Shapeless: 29 loaded.
[20:53:21] [Client thread/INFO] [AE2:C]: Recipes Loading: Shaped: 36 loaded.
[20:53:22] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'nuggetObsidian'.
[20:53:22] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'nuggetLapis'.
[20:53:22] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'nuggetDiamond'.
[20:53:22] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'nuggetEmerald'.
[20:53:22] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'nuggetIron'.
[20:53:22] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'nuggetCoal'.
[20:53:22] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'nuggetEnder'.
[20:53:22] [Client thread/INFO] [FML]: [LittleBlocks] Registering event handlers...
[20:53:23] [Client thread/INFO] [FML]: [LittleBlocks] Registering render information...
[20:53:23] [Client thread/INFO] [FML]: [LittleBlocks] Registering tick handlers...
[20:53:23] [Client thread/INFO] [FML]: [LittleBlocks] Registering recipes...
[20:53:23] [Client thread/INFO] [FML]: [LittleBlocks] Initializing Little helper...
[20:53:23] [Client thread/INFO] [FML]: [LittleBlocks] Registering Little Wand...
[20:53:23] [Version Check/INFO] [STDOUT]: [com.tihyo.legends.common.LegendsVersionChecker:run:49]: Latest Legends Mod version = 1.2
[20:53:23] [Version Check/INFO] [STDOUT]: [com.tihyo.legends.common.LegendsVersionChecker:run:51]: Are you running latest version of Legends = true
[20:53:24] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'crucioMaterial'.
[20:53:24] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'imperioMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'zivicioMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'crucioMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'crucioMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'crucioMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'imperioMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'zivicioMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'accioMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'imperioMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'crucioMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'crucioMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'imperioMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'imperioMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'crucioMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'imperioMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'zivicioMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'imperioMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'imperioMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'imperioMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'zivicioMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'crucioMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'imperioMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'imperioMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'oreMinicio'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'accioMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'accioMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'accioMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'accioMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'accioMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'accioMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'accioMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'crucioMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'crucioMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'crucioMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'crucioMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'crucioMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'crucioMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'crucioMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'crucioMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'imperioMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'imperioMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'imperioMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'imperioMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'imperioMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'imperioMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'imperioMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'imperioMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'imperioMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'imperioMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'imperioMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'imperioMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'zivicioMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'zivicioMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'zivicioMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'MainInfusionMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'MainInfusionMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'MainInfusionMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'netherMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'netherMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'netherMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'natureMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'natureMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'natureMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'natureMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'natureMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'natureMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'natureMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'natureMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'natureMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'natureMaterial'.
[20:53:25] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'natureMaterial'.
[20:53:25] [Client thread/INFO] [STDOUT]: [fr.toss.common.Main:log:110]: [20:53:25] [Magic Crusade]: Initializing Dungeons...
[20:53:25] [Client thread/INFO] [STDOUT]: [fr.toss.common.Main:log:110]: [20:53:25] [Magic Crusade]: Dungeon loaded
[20:53:28] [Client thread/INFO] [battlegear2]: M&B - Patching Class ItemInWorldManager (mx)
[20:53:28] [Client thread/INFO] [battlegear2]: Patching method tryUseItem in ItemInWorldManager
[20:53:28] [Client thread/INFO] [battlegear2]: M&B - Patching Class ItemInWorldManager done
[20:53:28] [Client thread/INFO] [STDOUT]: [api.player.server.ServerPlayerAPI:log:37]: Server Player 1.4 Created
[20:53:29] [Client thread/INFO] [STDOUT]: [api.player.server.ServerPlayerAPI:register:792]: Server Player: registered MC
[20:53:30] [Client thread/INFO] [STDOUT]: [api.player.client.ClientPlayerAPI:log:37]: Client Player 1.4 Created
[20:53:30] [Client thread/INFO] [STDOUT]: [api.player.client.ClientPlayerAPI:register:946]: Client Player: registered MC
[20:53:33] [Client thread/INFO] [STDOUT]: [fr.toss.common.Main:log:110]: [20:53:33] [Magic Crusade]: [ERROR] Telechargement de la version
[20:53:33] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.io.IOException: Server returned HTTP response code: 403 for URL: http://grillecube.fr/MagicCrusade/version.txt
[20:53:33] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1838)
[20:53:33] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)
[20:53:33] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1431)
[20:53:33] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1429)
[20:53:33] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(Native Method)
[20:53:33] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(AccessController.java:713)
[20:53:33] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1428)
[20:53:33] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URL.openStream(URL.java:1038)
[20:53:33] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at fr.toss.client.ClientProxy.handle_version(ClientProxy.java:56)
[20:53:33] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at fr.toss.client.ClientProxy.load(ClientProxy.java:46)
[20:53:33] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at fr.toss.common.Main.init(Main.java:51)
[20:53:33] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:53:33] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[20:53:33] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:53:33] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[20:53:33] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[20:53:33] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[20:53:33] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:53:33] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[20:53:33] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[20:53:33] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[20:53:33] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[20:53:33] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[20:53:33] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[20:53:33] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[20:53:33] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[20:53:33] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:53:33] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[20:53:33] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:53:33] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[20:53:33] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[20:53:33] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[20:53:33] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[20:53:33] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[20:53:33] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[20:53:33] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
[20:53:33] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
[20:53:33] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
[20:53:33] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Unknown Source)
[20:53:33] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Unknown Source)
[20:53:33] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[20:53:33] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:53:33] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[20:53:33] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:53:33] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[20:53:33] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[20:53:33] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[20:53:33] [Client thread/INFO] [STDOUT]: [fr.toss.common.Main:log:110]: [20:53:33] [Magic Crusade]: Le mod n'est pas � jour
[20:53:36] [Client thread/INFO] [notenoughkeys]: PneumaticCraft has be registered with keys Pneumatic Helmet Hack, Pneumatic Helmet Debugging Drone, Pneumatic Helmet Options
[20:53:37] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding armor texture for JETPACK: /Reika/RotaryCraft/Textures/Misc/jet.png
[20:53:37] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding armor texture for BEDPACK: /Reika/RotaryCraft/Textures/Misc/bedrock_jet.png
[20:53:37] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding armor texture for STEELPACK: /Reika/RotaryCraft/Textures/Misc/hsla_jet.png
[20:53:37] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding armor texture for JUMP: /Reika/RotaryCraft/Textures/Misc/jump.png
[20:53:37] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding armor texture for BEDJUMP: /Reika/RotaryCraft/Textures/Misc/bedrock_jump.png
[20:53:37] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding armor texture for NVG: /Reika/RotaryCraft/Textures/Misc/NVGoggles.png
[20:53:37] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding armor texture for IOGOGGLES: /Reika/RotaryCraft/Textures/Misc/IOGoggles.png
[20:53:37] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding armor texture for BEDHELM: /Reika/RotaryCraft/Textures/Misc/bedrock_1.png
[20:53:37] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding armor texture for BEDREVEAL: /Reika/RotaryCraft/Textures/Misc/bedreveal.png
[20:53:37] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding armor texture for BEDCHEST: /Reika/RotaryCraft/Textures/Misc/bedrock_1.png
[20:53:37] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding armor texture for BEDBOOTS: /Reika/RotaryCraft/Textures/Misc/bedrock_1.png
[20:53:37] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding armor texture for BEDLEGS: /Reika/RotaryCraft/Textures/Misc/bedrock_2.png
[20:53:37] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding armor texture for STEELBOOTS: /Reika/RotaryCraft/Textures/Misc/steel_1.png
[20:53:37] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding armor texture for STEELHELMET: /Reika/RotaryCraft/Textures/Misc/steel_1.png
[20:53:37] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding armor texture for STEELCHEST: /Reika/RotaryCraft/Textures/Misc/steel_1.png
[20:53:37] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding armor texture for STEELLEGS: /Reika/RotaryCraft/Textures/Misc/steel_2.png
[20:53:44] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding net.minecraft.tileentity.TileEntityChest to the EMP immunity list
[20:53:44] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding net.minecraft.tileentity.TileEntityEnderChest to the EMP immunity list
[20:53:44] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding net.minecraft.tileentity.TileEntityHopper to the EMP immunity list
[20:53:44] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding net.minecraft.tileentity.TileEntityDropper to the EMP immunity list
[20:53:44] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding net.minecraft.tileentity.TileEntityDispenser to the EMP immunity list
[20:53:44] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding net.minecraft.tileentity.TileEntityBrewingStand to the EMP immunity list
[20:53:44] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding net.minecraft.tileentity.TileEntityEnchantmentTable to the EMP immunity list
[20:53:44] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding net.minecraft.tileentity.TileEntityEndPortal to the EMP immunity list
[20:53:44] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding net.minecraft.tileentity.TileEntitySign to the EMP immunity list
[20:53:44] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding net.minecraft.tileentity.TileEntitySkull to the EMP immunity list
[20:53:44] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding buildcraft.factory.TileTank to the EMP immunity list
[20:53:44] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding buildcraft.transport.PipeTransport to the EMP immunity list
[20:53:44] [Client thread/ERROR] [FML]: ROTARYCRAFT ERROR: Could not add EMP blacklist for thermalexpansion.Blocks.conduit.TileConduitRoot: Class not found!
[20:53:44] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding thaumcraft.common.tiles.TileAlembic to the EMP immunity list
[20:53:44] [Client thread/ERROR] [FML]: ROTARYCRAFT ERROR: Could not add EMP blacklist for thaumcraft.common.tiles.TileAlembicAdvanced: Class not found!
[20:53:44] [Client thread/ERROR] [FML]: ROTARYCRAFT ERROR: Could not add EMP blacklist for thaumcraft.common.tiles.TileTileArcaneBore: Class not found!
[20:53:44] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding thaumcraft.common.tiles.TileArcaneBoreBase to the EMP immunity list
[20:53:44] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding thaumcraft.common.tiles.TileArcaneFurnace to the EMP immunity list
[20:53:44] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding thaumcraft.common.tiles.TileOwned to the EMP immunity list
[20:53:44] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding thaumcraft.common.tiles.TileMagicWorkbench to the EMP immunity list
[20:53:44] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding thaumcraft.common.tiles.TileBellows to the EMP immunity list
[20:53:44] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding thaumcraft.common.tiles.TileChestHungry to the EMP immunity list
[20:53:44] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding thaumcraft.common.tiles.TileCrucible to the EMP immunity list
[20:53:44] [Client thread/ERROR] [FML]: ROTARYCRAFT ERROR: Could not add EMP blacklist for thaumcraft.common.tiles.TileCrucibleAdvanced: Class not found!
[20:53:44] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding thaumcraft.common.tiles.TileCrystal to the EMP immunity list
[20:53:44] [Client thread/ERROR] [FML]: ROTARYCRAFT ERROR: Could not add EMP blacklist for thaumcraft.common.tiles.TileCrystalCapacitor: Class not found!
[20:53:44] [Client thread/ERROR] [FML]: ROTARYCRAFT ERROR: Could not add EMP blacklist for thaumcraft.common.tiles.TileCrystalCore: Class not found!
[20:53:44] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding thaumcraft.common.tiles.TileMemory to the EMP immunity list
[20:53:44] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding thaumcraft.common.tiles.TileLifter to the EMP immunity list
[20:53:44] [Client thread/ERROR] [FML]: ROTARYCRAFT ERROR: Could not add EMP blacklist for thaumcraft.common.tiles.TileMarker: Class not found!
[20:53:44] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding thaumcraft.common.tiles.TileMirror to the EMP immunity list
[20:53:44] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding thaumcraft.common.tiles.TileNitor to the EMP immunity list
[20:53:44] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding thaumcraft.common.tiles.TileResearchTable to the EMP immunity list
[20:53:44] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding thaumcraft.common.tiles.TileSensor to the EMP immunity list
[20:53:44] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding thaumcraft.common.tiles.TileTable to the EMP immunity list
[20:53:44] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding thaumcraft.common.tiles.TileEtherealBloom to the EMP immunity list
[20:53:44] [Client thread/ERROR] [FML]: ROTARYCRAFT ERROR: Could not add EMP blacklist for thaumcraft.common.tiles.TileThaumcraft: Class not found!
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'ingotHSLA'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'dustNetherrack'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'dustSoulSand'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'ingotSilver'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'ingotAluminum'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'RotaryCraft:dustBedrock'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'RotaryCraft:ingotBedrock'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'glassHardened'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'blockGlassHardened'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'ingotTin'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'ingotCopper'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'ingotLead'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'ingotNickel'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'ingotSilver'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'dustGalena'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'ingotAluminum'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'ingotIridium'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'shardFirestone'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'crystalCertusQuartz'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'ingotUranium'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'itemQuicksilver'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'gemAmber'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'shardAir'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'shardFire'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'shardWater'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'shardEarth'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'shardEntropy'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'shardOrder'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'gemApatite'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'dustSaltpeter'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'dustTungsten'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'dustNikolite'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'gemPeridot'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'gemRuby'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'gemSapphire'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'ForciciumItem'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'gemForce'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'itemCoal'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'ingotIron'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'ingotGold'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'dustRedstone'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'dyeBlue'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'gemDiamond'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'gemEmerald'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'ingotTin'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'ingotCopper'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'ingotLead'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'ingotNickel'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'ingotSilver'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'dustNikolite'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'ingotCobalt'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'ingotArdite'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'ingotPlatinum'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'ingotPlatinum'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'ingotZinc'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'ingotOsmium'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'ingotSteel'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'dustSulfur'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'ingotUranium'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'ingotCadmium'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'ingotIndium'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'gemFluorite'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'dustBauxite'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'dyeBlue'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'dustPyrite'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'dustAmmonium'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'gemCalcite'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'gemChimerite'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'dustVinteum'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'gemBlueTopaz'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'gemMoonstone'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'gemSunstone'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'ingotTitanium'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'dropMagma'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'gemMagnetite'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'itemEssence'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'gemMimichite'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'ingotUranium'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'dustQuantum'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'ingotIridium'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'ingotFzDarkIron'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'ingotChrome'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'gemSapphire'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'gemPeridot'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'ingotTitanium'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'dustSulfur'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'ingotOsmium'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'itemSilicon'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'ingotRutile'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'gemAmethyst'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'dustTeslatite'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'ingotMana'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'dustSaltpeter'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'ingotThorium'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'draconiumDust'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'ingotEndium'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'dustCoal'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'dustSalt'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'foodSalt'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'dustWood'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'pulpWood'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'silicon'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'itemSilicon'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'gemSilicon'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'fertilizer'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'itemFertilizer'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'fuelCoke'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'coalCoke'.
[20:53:47] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'coke'.
[20:53:48] [Client thread/INFO] [FML]: DRAGONAPI ASM: Removing Method: 'Reika/RotaryCraft/Auxiliary/RecipeManagers/WorktableRecipes$WorktableRecipe.getElements()LReika/ChromatiCraft/Magic/ElementTagCompound;'; Reason: Required mod CHROMATICRAFT not loaded.
[20:53:48] [Client thread/INFO] [FML]: ROTARYCRAFT: HarvestCraft not found, loading iron screwdriver recipe.
[20:53:48] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding HSLA Steel Ingot with size 1-5 to BONUS
[20:53:48] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding HSLA Steel Scrap with size 6-18 to DUNGEON
[20:53:48] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding Iron Scrap with size 1-12 to DUNGEON
[20:53:48] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding Canola Seeds with size 1-12 to DUNGEON
[20:53:48] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding Base Panel with size 1-3 to MINESHAFT
[20:53:48] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding HSLA Steel Ingot with size 1-8 to MINESHAFT
[20:53:48] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding Shaft Unit with size 1-4 to MINESHAFT
[20:53:48] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding Mount with size 1 to MINESHAFT
[20:53:48] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding HSLA Steel Gear with size 1-3 to MINESHAFT
[20:53:48] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding 2x Gear Unit with size 1-2 to MINESHAFT
[20:53:48] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding Drill with size 1-2 to MINESHAFT
[20:53:48] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding Gold Coil with size 1 to MINESHAFT
[20:53:48] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding HSLA Steel Scrap with size 12-36 to MINESHAFT
[20:53:48] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding Iron Scrap with size 1-12 to MINESHAFT
[20:53:48] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding Canola Seeds with size 1-12 to MINESHAFT
[20:53:48] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding Screwdriver with size 1 to MINESHAFT
[20:53:48] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding Angular Transducer with size 1 to MINESHAFT
[20:53:48] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding Sawdust with size 1-10 to MINESHAFT
[20:53:48] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding HSLA Steel Scrap with size 4-16 to STRONGHOLD_HALLWAY
[20:53:48] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding Iron Scrap with size 1-8 to STRONGHOLD_HALLWAY
[20:53:48] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding Lonsdaleite with size 1-2 to STRONGHOLD_HALLWAY
[20:53:48] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding HSLA Steel Scrap with size 8-24 to STRONGHOLD_CROSSING
[20:53:48] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding Iron Scrap with size 1-8 to STRONGHOLD_CROSSING
[20:53:48] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding Lonsdaleite with size 1-2 to STRONGHOLD_CROSSING
[20:53:48] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding Angular Transducer with size 1 to STRONGHOLD_LIBRARY
[20:53:48] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding HSLA Steel Ingot with size 1-3 to VILLAGE
[20:53:48] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding HSLA Steel Scrap with size 4-18 to VILLAGE
[20:53:48] [Client thread/INFO] [FML]: ROTARYCRAFT: Adding Iron Scrap with size 1-8 to VILLAGE
[20:53:49] [Client thread/INFO] [FML]: DRAGONAPI: Creating player tracker RotaryCraft_Handbook
[20:53:49] [Client thread/INFO] [FML]: DRAGONAPI ASM: Removing Method: 'Reika/DragonAPI/ModInteract/DeepInteract/SensitiveItemRegistry.watchProjectE(Lmoze_intel/projecte/api/event/EMCRemapEvent;)V'; Reason: Required mod PROJECTE not loaded.
[20:53:49] [Client thread/INFO] [FML]: DRAGONAPI: MooFluids not detected. Not loading fluid handling.
[20:53:49] [Client thread/INFO] [FML]: ROTARYCRAFT: Completed loading phase LOAD in 12197 ms (0h:0m:12s:197ms).
[20:53:52] [Client thread/INFO] [FML]: REACTORCRAFT: Adding armor texture for HAZBOOTS: /Reika/ReactorCraft/Textures/Misc/haz_1.png
[20:53:52] [Client thread/INFO] [FML]: REACTORCRAFT: Adding armor texture for HAZHELMET: /Reika/ReactorCraft/Textures/Misc/haz_1.png
[20:53:52] [Client thread/INFO] [FML]: REACTORCRAFT: Adding armor texture for HAZCHEST: /Reika/ReactorCraft/Textures/Misc/haz_1.png
[20:53:52] [Client thread/INFO] [FML]: REACTORCRAFT: Adding armor texture for HAZLEGS: /Reika/ReactorCraft/Textures/Misc/haz_2.png
[20:53:53] [Client thread/INFO] [FML]: DRAGONAPI: Creating player tracker ReactorCraft_Handbook
[20:53:53] [Client thread/INFO] [FML]: REACTORCRAFT: Completed loading phase LOAD in 3564 ms (0h:0m:3s:564ms).
[20:53:53] [Version Check/INFO] [STDOUT]: [com.tihyo.superheroes.common.VersionChecker:run:51]: Latest Superheroes Unlimited Mod version = 4.2.1
[20:53:53] [Version Check/INFO] [STDOUT]: [com.tihyo.superheroes.common.VersionChecker:run:53]: Are you running latest version of Superheroes Unlimited = true
[20:53:57] [Client thread/INFO] [STDOUT]: [tardis.common.core.TardisOutput:print:49]: [TM][TM]Sending message to WAILA
[20:53:58] [Client thread/INFO] [Thaumic Energistics]: Starting (Load)
[20:53:58] [Client thread/INFO] [Thaumic Energistics]: Starting (Integration)
[20:53:58] [Client thread/INFO] [Thaumic Energistics]: Successfully integrated with NEI
[20:53:58] [Client thread/INFO] [Thaumic Energistics]: Successfully integrated with Waila
[20:53:58] [Client thread/INFO] [Thaumic Energistics]: Successfully integrated with EC2
[20:53:58] [Client thread/WARN] [Thaumic Energistics]: Skipping integration with CC
[20:53:59] [Client thread/INFO] [Thaumic Energistics]: Finished (Integration in 232ms)
[20:53:59] [Client thread/INFO] [Thaumic Energistics]: Finished (Load in 1049ms)
[20:54:00] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'logWood'.
[20:54:00] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'logWood'.
[20:54:00] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'treeSapling'.
[20:54:00] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'treeLeaves'.
[20:54:00] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'treeLeaves'.
[20:54:00] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'plankWood'.
[20:54:00] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'fieryIngot'.
[20:54:00] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'ironwood'.
[20:54:00] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'steeleaf'.
[20:54:00] [Client thread/INFO] [FML]: DRAGONAPI: Logged OreDict registration of [email protected] as 'knightmetal'.
[20:54:04] [Client thread/WARN] [witchery: CLIENT]: witchery: Another mod has overwritten Witchery potion witchery:potion.keepeffects in slot 76! offender: potion.laserVisionPotion.
[20:54:04] [Client thread/WARN] [witchery: CLIENT]: witchery: Another mod has overwritten Witchery potion witchery:potion.wolfsbane in slot 77! offender: potion.freezeBreathPotion.
[20:54:06] [Client thread/ERROR] [FML]: Fatal errors were detected during the transition from INITIALIZATION to POSTINITIALIZATION. Loading cannot continue
[20:54:06] [Client thread/ERROR] [FML]:
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHI mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHI FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1481-1.7.10.jar)
UCHI Forge{10.13.4.1481} [Minecraft Forge] (forge-1.7.10-10.13.4.1481-1.7.10.jar)
UCHI appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar)
UCHI CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCHI NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar)
UCHI PlayerAPI{1.4} [Player API] (minecraft.jar)
UCHI VeinMiner_coremod{0.21.1_build-37} [Core mod] (minecraft.jar)
UCHI <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCHI <DragonAPI ASM>{0} [DragonAPI ASM Data Initialization] (minecraft.jar)
UCHI mod_ThreadedLighting{1.7.10-1.0} [Threaded Lighting] (minecraft.jar)
UCHI gilded-games-util{1.7.10-1.1} [Gilded Games Utility] (gilded-games-util (1).jar)
UCHI dynamicswordskills{1.7.10-1.6.5} [Dynamic Sword Skills] (1.7.10-dynamicswordskills-1.6.5.jar)
UCHI battlegear2{1.7.10} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.8.2.jar)
UCHI securitycraft{v1.8.0} [SecurityCraft] ([1.7.10] SecurityCraft v1.8.0.jar)
UCHI CoFHCore{1.7.10R3.0.3} [CoFH Core] (CoFHCore-[1.7.10]3.0.3-303.jar)
UCHI fp{18.7 pre} [Futurepack] ([1.7.10]Futurepack 18.7.jar)
UCHI deconstruction{2.2.5} [The Deconstruction Mod] ([MC1.7.10]deconstruction[v2.2.5].jar)
UCHI Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHI adventurebackpack{1.7.10-0.8b} [Adventure Backpack] (adventurebackpack-1.7.10-0.8b.jar)
UCHI aether{1.7.10-1.5.1} [Aether II] (aether-1.7.10-1.5.1.jar)
UCHI antiqueatlas{4.2.4-1.7.10} [Antique Atlas] (antiqueatlas-4.2.4-1.7.10.jar)
UCHI appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar)
UCHI baublesstuff{1.0} [Baubles Stuff] (baublesstuff-1.0.jar)
UCHI be{2.0} [Bedrockium Mod] (BedrockiumMod_v.2.0_for_1.7.10.jar)
UCHI BuildCraft|Core{7.1.12} [BuildCraft] (buildcraft-7.1.12.jar)
UCHI BuildCraft|Builders{7.1.12} [BC Builders] (buildcraft-7.1.12.jar)
UCHI BuildCraft|Transport{7.1.12} [BC Transport] (buildcraft-7.1.12.jar)
UCHI BuildCraft|Energy{7.1.12} [BC Energy] (buildcraft-7.1.12.jar)
UCHI BuildCraft|Silicon{7.1.12} [BC Silicon] (buildcraft-7.1.12.jar)
UCHI BuildCraft|Robotics{7.1.12} [BC Robotics] (buildcraft-7.1.12.jar)
UCHI BuildCraft|Factory{7.1.12} [BC Factory] (buildcraft-7.1.12.jar)
UCHI CarpentersBlocks{3.3.8_dev_r4} [Carpenter's Blocks] (Carpenter's Blocks v3.3.8_dev_r4 - MC 1.7.10.jar)
UCHI ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar)
UCHI clonecraft{3.0} [CloneCraft] (CloneCraft-vB3.0.13.-.MC1.7.10.jar)
UCHI Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCHI CompactMachines{1.7.10-1.20} [Compact Machines] (compactmachines-1.7.10-1.20.jar)
UCHE thedalekmod{39.75} [The Dalek Mod] (Dalek_Mod_1710.jar)
UCHI darkcore{0.3} [Dark Core] (darkcore-0.3-45.jar)
UCHI PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.2.1_1.7.10.jar)
UCHI props{2.2.1} [Decocraft] (Decocraft-2.2.1_1.7.10.jar)
UCHI EE3{0.3.507} [Equivalent Exchange 3] (EquivalentExchange3-1.7.10-0.3.507.jar)
UCHI ThermalFoundation{1.7.10R1.2.0} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.0-102.jar)
UCHI ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
UCHI Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
UCHI ThermalExpansion{1.7.10R4.0.3B1} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.3B1-218.jar)
UCHI TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
UCHI Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UCHI DragonAPI{1.0} [DragonAPI] (DragonAPI 1.7.10 V9b.jar)
UCHI SlimevoidLib{2.0.4.7} [Slimevoid Library] (SlimevoidLibrary-2.0.4.7.jar)
UCHI DynamicTransport{0.1.2.0} [Dynamic Transport] (DynamicTransport-0.1.2.0.jar)
UCHI eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar)
UCHI enderutilities{0.4.3} [Ender Utilities] (enderutilities-1.7.10-0.4.3.jar)
UCHI enhancedportals{3.0.12} [EnhancedPortals] (EnhancedPortals_1.7.10-universal-3.0.12.jar)
UCHI evilcraft{0.9.2} [EvilCraft] (EvilCraft-1.7.10-0.9.2.jar)
UCHI extracells{2.2.73} [Extra Cells 2] (ExtraCells-1.7.10-2.2.73b129.jar)
UCHI InventoryPets{1.3.6} [Inventory Pets] (inventorypets-1.7.10-1.3.6-universal.jar)
UCHI IronChest{6.0.60.741} [Iron Chest] (ironchest-1.7.10-6.0.60.741-universal.jar)
UCHI legends{1.2} [Legends Mod] (Legends Core-1.2.jar)
UCHI LittleBlocks{2.2.4.4} [Little Blocks] (LittleBlocks-2.2.4.4.jar)
UCHI magicalcrops{4.0.0_PUBLIC_BETA_3} [Magical Crops] (magicalcrops-4.0.0_PUBLIC_BETA_3.jar)
UCHI magiccrusade{2.0.0} [Magic Crusade] (magiccrusade-1.0.jar)
UCHI notenoughkeys{@[email protected]} [NotEnoughKeys] (NotEnoughKeys-1.7.10-3.0.0b43-universal.jar)
UCHI PneumaticCraft{1.12.1-144} [PneumaticCraft] (PneumaticCraft-1.7.10-1.12.1-144-universal.jar)
UCHI RotaryCraft{1.0} [RotaryCraft] (RotaryCraft 1.7.10 V9b.jar)
UCHI ReactorCraft{1.0} [ReactorCraft] (ReactorCraft 1.7.10 V9b.jar)
UCHI supercraftingframe{1.7.10.3} [Super Crafting Frame] (supercraftingframe-1.7.10.3.jar)
UCHI sus{4.2.1} [Superheroes Unlimited Mod] (Superheroes Unlimited Mod-1.7.10-4.2.1.jar)
UCHI susaddon{4.2.1} [Superheroes Unlimited Mod (Part 2)] (Superheroes Unlimited Mod-1.7.10-4.2.1.jar)
UCHI TardisMod{0.99} [Tardis Mod] (tardismod-1.7.10-0.99-207.jar)
UCHI thaumicenergistics{0.8.10.10} [Thaumic Energistics] (thaumicenergistics-0.8.10.10.jar)
UCHI ThermalDynamics{1.7.10R1.1.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.1.0-161.jar)
UCHI TiCTooltips{1.2.5} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.5.jar)
UCHI TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
UCHI VeinMiner{0.21.1} [Vein Miner] (VeinMiner-1.7.10_0.21.1.jar)
UCHI VeinMinerModSupport{0.21.1} [Mod Support] (VeinMiner-1.7.10_0.21.1.jar)
UCHI wawla{1.3.3} [What Are We Looking At] (Wawla-1.3.3-1.7.10.jar)
UCHI werkbench{1.2.56} [Werkbench] (Werkbench-1.7.10-1.2.56.jar)
UCHI witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
UCHI zeronpowercraft{1.7.10-2.0} [§2Zeron§aPowerCraft] (ZeronPowerCraft_1.7.10-2.0-Stable.jar)
[20:54:06] [Client thread/ERROR] [FML]: The following problems were captured during this phase
[20:54:06] [Client thread/ERROR] [FML]: Caught exception from thedalekmod
java.lang.IllegalArgumentException: Failed to register dimension for id 3, One is already registered
at net.minecraftforge.common.DimensionManager.registerDimension(DimensionManager.java:118) ~[DimensionManager.class:?]
at thedalekmod.client.A_Main.DalekMod_DimensionManager.init(DalekMod_DimensionManager.java:49) ~[DalekMod_DimensionManager.class:?]
at thedalekmod.client.theDalekMod.init(theDalekMod.java:508) ~[theDalekMod.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) ~[forge-1.7.10-10.13.4.1481-1.7.10.jar:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) ~[forge-1.7.10-10.13.4.1481-1.7.10.jar:?]
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) ~[forge-1.7.10-10.13.4.1481-1.7.10.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [LoadController.class:?]
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737) [Loader.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Unknown Source) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Unknown Source) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[20:54:06] [Client thread/ERROR] [LaunchWrapper]: Unable to launch
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: java.lang.NullPointerException
at net.minecraft.crash.CrashReportCategory.func_85069_a(CrashReportCategory.java:145) ~[k.class:?]
at net.minecraft.crash.CrashReport.func_85057_a(CrashReport.java:390) ~[b.class:?]
at net.minecraft.crash.CrashReport.func_85058_a(CrashReport.java:357) ~[b.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Unknown Source) ~[bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) ~[Main.class:?]
... 6 more
Exception in thread "Client thread" [20:54:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: cpw.mods.fml.relauncher.FMLSecurityManager$ExitTrappedException
[20:54:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLSecurityManager.checkPermission(FMLSecurityManager.java:25)
[20:54:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.SecurityManager.checkExit(SecurityManager.java:761)
[20:54:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Runtime.exit(Runtime.java:107)
[20:54:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.System.exit(System.java:968)
[20:54:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:138)
[20:54:06] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
crash but after 3 days of being stopped at initializing phase 3 i used "close the program" and i got this crash report.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumCheck the config file for Dalek Mod and change the dimension ID "3" to something else if possible.
Realistic Torches - Causes torches to burn out after a configurable amount of time.
Nature's Compass - A utility item that allows you to search for any biome's location in the world.
Notes - Provides a clientside in-game notepad.
Souls - After you die, a hostile Soul that stores your inventory will spawn.
Auto Refresh - Automatically refreshes your server list and alerts you when your selected server comes online.
Pick Block Plus - A clientside mod that significantly improves the vanilla pick block function.
And a few others that we don't talk about.
i changed it to 29 of that dosnt work what number do i change it to
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumIs it the same crash? If not, does it specifically say there is a conflict with dimension ID 29? If not, post the new crash report. If it does, keep trying numbers around that range.
Realistic Torches - Causes torches to burn out after a configurable amount of time.
Nature's Compass - A utility item that allows you to search for any biome's location in the world.
Notes - Provides a clientside in-game notepad.
Souls - After you die, a hostile Soul that stores your inventory will spawn.
Auto Refresh - Automatically refreshes your server list and alerts you when your selected server comes online.
Pick Block Plus - A clientside mod that significantly improves the vanilla pick block function.
And a few others that we don't talk about.
i just took out the ather mod cus yolo and i got past the loading stuff then i got to a title screen for futurecraft and i think it conflicted with dalek mod so i am taking out futurecraft this is the log before i took it out. i had to cut it short cus character limit
[23:00:06] [Client thread/INFO] [FML]: DRAGONAPI: Adding smeltery melting of [email protected] into 240 mB of Molten HSLA Steel.
[23:00:06] [Client thread/INFO] [FML]: DRAGONAPI: Adding casting of 1008 mB of Molten HSLA Steel to [email protected] with [email protected]
[23:00:06] [Client thread/INFO] [FML]: DRAGONAPI: Adding smeltery melting of [email protected] into 1008 mB of Molten HSLA Steel.
[23:00:06] [Client thread/INFO] [FML]: DRAGONAPI: Adding casting of 144 mB of Molten HSLA Steel to [email protected] with [email protected]
[23:00:06] [Client thread/INFO] [FML]: DRAGONAPI: Adding smeltery melting of [email protected] into 144 mB of Molten HSLA Steel.
[23:00:06] [Client thread/INFO] [FML]: DRAGONAPI: Adding casting of 144 mB of Molten HSLA Steel to [email protected] with [email protected]
[23:00:06] [Client thread/INFO] [FML]: DRAGONAPI: Adding smeltery melting of [email protected] into 144 mB of Molten HSLA Steel.
[23:00:06] [Client thread/INFO] [FML]: DRAGONAPI: Adding casting of 432 mB of Molten HSLA Steel to [email protected] with [email protected]
[23:00:06] [Client thread/INFO] [FML]: DRAGONAPI: Adding smeltery melting of [email protected] into 432 mB of Molten HSLA Steel.
[23:00:06] [Client thread/INFO] [FML]: ROTARYCRAFT: Completed loading phase POSTLOAD in 5321 ms (0h:0m:5s:321ms).
[23:00:06] [Client thread/INFO] [FML]: Total mod loading time: 34693 ms (0h:0m:34s:693ms).
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator MarkyRedstone UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Hezmana UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator AnotherDeadBard UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator RiComikka UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Josh Ricker UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Scooterdanny UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator hyper1on UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Lavious UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Darkholme UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Spork UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Celestial Phoenix UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator EverRunes UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Mattabase UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Paul17041993 UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator william kirk UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator SemicolonDash UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Tyler Rudie UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Choco218 UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Karapol UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Dragonsummoner UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator sys64738 UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Sibmer UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator goreacraft UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Andrew Jones UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator David Carlson UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Havgood UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator motsop UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Jason Watson UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator John Paul Douglass UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Tommy Miller UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Fizyxnrd UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Frazier UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator David Harris UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Joshua Kubiak UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Lasse Knudsen UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Josh O'Connor-Chen UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Dawson Dimmick UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Dale Mahalko / Plawerth UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Christhereaper UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Renato UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator brian allred UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Michael Luke UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Frederik UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Paul Luhman UUID could not be found! Cannot give special render!
[23:00:06] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Steven Kane UUID could not be found! Cannot give special render!
[23:00:07] [Client thread/ERROR] [FML]: REACTORCRAFT ERROR: Donator Michael Vaarning UUID could not be found! Cannot give special render!
[23:00:07] [Client thread/INFO] [FML]: REACTORCRAFT: Completed loading phase POSTLOAD in 426 ms (0h:0m:0s:426ms).
[23:00:07] [Client thread/INFO] [FML]: Total mod loading time: 5367 ms (0h:0m:5s:367ms).
[23:00:07] [Client thread/INFO] [STDOUT]: [tardis.TardisMod:postInit:274]: POSTINIT
[23:00:07] [Client thread/INFO] [STDOUT]: [tardis.common.core.TardisOutput:print:49]: [TM][TCI]Registering AE recipe
[23:00:07] [Client thread/INFO] [STDOUT]: [tardis.common.core.TardisOutput:print:49]: [TM][TCI]Registering TC recipe
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Starting (PostInit)
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Added class thaumcraft.common.tiles.TileAlembic with capacity 32 to extraction whitelist.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Added class thaumcraft.common.tiles.TileCentrifuge with capacity 0 to extraction whitelist.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Added class thaumcraft.common.tiles.TileJarFillable with capacity 64 to injection whitelist.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Added class thaumcraft.common.tiles.TileJarFillable with capacity 64 to extraction whitelist.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Added class thaumcraft.common.tiles.TileTubeBuffer with capacity 8 to extraction whitelist.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Added class thaumcraft.common.tiles.TileEssentiaReservoir with capacity 256 to injection whitelist.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Added class thaumcraft.common.tiles.TileEssentiaReservoir with capacity 256 to extraction whitelist.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Added class thaumcraft.common.tiles.TileAlchemyFurnaceAdvancedNozzle with capacity 0 to extraction whitelist.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Added class thaumicenergistics.tileentities.TileEssentiaVibrationChamber with capacity 64 to injection whitelist.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Adding class thaumcraft.common.items.ItemEssence[0] to item whitelist.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Adding class thaumcraft.common.items.ItemEssence[1] to item whitelist.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Adding class thaumcraft.common.blocks.ItemJarFilled[0] to item whitelist.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Adding class thaumcraft.common.blocks.ItemJarFilled[3] to item whitelist.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Adding class thaumicenergistics.items.ItemBlockEssentiaVibrationChamber[0] to item whitelist.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Starting (Essentia Gas Creation)
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect aer.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect terra.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect ignis.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect aqua.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect ordo.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect perditio.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect vacuos.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect lux.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect tempestas.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect motus.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect gelum.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect vitreus.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect victus.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect venenum.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect potentia.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect permutatio.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect metallum.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect mortuus.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect volatus.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect tenebrae.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect spiritus.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect sano.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect iter.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect alienis.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect praecantatio.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect auram.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect vitium.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect limus.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect herba.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect arbor.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect bestia.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect corpus.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect exanimis.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect cognitio.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect sensus.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect humanus.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect messis.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect perfodio.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect instrumentum.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect meto.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect telum.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect tutamen.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect fames.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect lucrum.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect fabrico.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect pannus.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect machina.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect vinculum.
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Finished (Essentia Gas Creation in 17ms)
[23:00:07] [Client thread/INFO] [Thaumic Energistics]: Starting (AE Scanables)
[23:00:07] [Client thread/WARN] [Thaumic Energistics]: Unable to load AE2 Grinder recipes, aspect registration will be incomplete
[23:00:07] [Client thread/WARN] [Thaumic Energistics]: Unable to load AE2 Inscriber recipes, aspect registration will be incomplete
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: 'Fluix Dust' was not registered for TC scanning.
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: 'Sky Stone Dust' was not registered for TC scanning.
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: 'Inscriber Calculation Press' was not registered for TC scanning.
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: 'Inscriber Engineering Press' was not registered for TC scanning.
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: 'Inscriber Logic Press' was not registered for TC scanning.
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: 'Printed Calculation Circuit' was not registered for TC scanning.
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: 'Printed Engineering Circuit' was not registered for TC scanning.
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: 'Printed Logic Circuit' was not registered for TC scanning.
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: 'Inscriber Silicon Press' was not registered for TC scanning.
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: 'Printed Silicon' was not registered for TC scanning.
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: 'Inscriber Name Press' was not registered for TC scanning.
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: 'Certus Quartz Dust' was not registered for TC scanning.
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: 'Flour' was not registered for TC scanning.
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: 'Pulverized Gold' was not registered for TC scanning.
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: 'Pulverized Iron' was not registered for TC scanning.
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: 'Fluix Dust' was not registered for TC scanning.
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: 'Certus Quartz Dust' was not registered for TC scanning.
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: 'Nether Quartz Dust' was not registered for TC scanning.
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: 'Iron Nugget' was not registered for TC scanning.
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: 'Wood Gear' was not registered for TC scanning.
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: 'Creative ME Storage Cell' was not registered for TC scanning.
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: 'Cable Facade - Glass' was not registered for TC scanning.
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: 'Matrix Frame' was not registered for TC scanning.
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: 'Wood Gear' was not registered for TC scanning.
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: 'Creative Energy Cell' was not registered for TC scanning.
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: 'tile.appliedenergistics2.BlockPaint.name' was not registered for TC scanning.
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: 'Sky Stone Block Stairs' was not registered for TC scanning.
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: 'Sky Stone Brick Stairs' was not registered for TC scanning.
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: 'Sky Stone Small Brick Stairs' was not registered for TC scanning.
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: Finished (AE Scanables in 916ms)
[23:00:08] [Client thread/INFO] [Thaumic Energistics]: Finished (PostInit in 1175ms)
[23:00:10] [Client thread/WARN] [FML]: [TwilightForest] Twilight Forest detected that the configured dimension id '7' is being used. Using backup ID. It is recommended that you configure this mod to use a unique dimension ID.
[23:00:10] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict. Biome ID 50 contains a biome named Minecraft Classic, but Twilight Forest is set to use that ID.
[23:00:10] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict. Biome ID 51 contains a biome named Tardis, but Twilight Forest is set to use that ID.
[23:00:10] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict. Biome ID 52 contains a biome named Skaro, but Twilight Forest is set to use that ID.
[23:00:10] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict. Biome ID 53 contains a biome named Minecraft Infdev, but Twilight Forest is set to use that ID.
[23:00:10] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict. Biome ID 54 contains a biome named Trenzalore, but Twilight Forest is set to use that ID.
[23:00:10] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict. Biome ID 55 contains a biome named Gallifrey, but Twilight Forest is set to use that ID.
[23:00:10] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict. Biome ID 56 contains a biome named Minecraft Beta, but Twilight Forest is set to use that ID.
[23:00:10] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict. Biome ID 57 contains a biome named Forest, but Twilight Forest is set to use that ID.
[23:00:10] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict. Biome ID 58 contains a biome named Minecraft Pocket Edition, but Twilight Forest is set to use that ID.
[23:00:10] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict. Biome ID 59 contains a biome named The Moon, but Twilight Forest is set to use that ID.
[23:00:10] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict detected. Edit the Twilight Forest config to give all biomes unique IDs.
[23:00:12] [Client thread/INFO] [FML]: Unknown recipe class! md.zazpro.mod.recipe.RecipeBeltHighStep Modder please refer to net.minecraftforge.oredict.RecipeSorter
[23:00:12] [Client thread/INFO] [FML]: Unknown recipe class! md.zazpro.mod.recipe.RecipePendantCore Modder please refer to net.minecraftforge.oredict.RecipeSorter
[23:00:12] [Client thread/INFO] [FML]: Unknown recipe class! Reika.RotaryCraft.Auxiliary.ReservoirComboRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter
[23:00:12] [Client thread/INFO] [FML]: Unknown recipe class! com.emoniph.witchery.WitcheryRecipes$1 Modder please refer to net.minecraftforge.oredict.RecipeSorter
[23:00:12] [Client thread/INFO] [FML]: Unknown recipe class! Reika.RotaryCraft.Auxiliary.DecoTankSettingsRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter
[23:00:12] [Client thread/INFO] [CoFHWorld]: CoFH Core found 2 World Generation files present in C:\Users\Owner\AppData\Roaming\.minecraft\config\cofh\world/.
[23:00:12] [Client thread/INFO] [CoFHWorld]: Reading world generation info from: C:\Users\Owner\AppData\Roaming\.minecraft\config\cofh\world\ThermalFoundation-Ores.json:
[23:00:12] [Client thread/WARN] [Waila]: [IndustrialCraft 2] Error while loading generator hooks.java.lang.ClassNotFoundException: ic2.core.block.generator.tileentity.TileEntityBaseGenerator
[23:00:12] [Client thread/INFO] [Waila]: [EnderStorage] EnderStorage mod not found.
[23:00:12] [Client thread/INFO] [Waila]: [GraveStone] GraveStone mod not found.
[23:00:12] [Client thread/INFO] [Waila]: TwilightForestMod mod found.
[23:00:13] [Client thread/WARN] [Waila]: [Thermal Dynamics] Error while loading FluidDuct hooks.java.lang.ClassNotFoundException: cofh.thermaldynamics.ducts.fluid.TileFluidDuct
[23:00:13] [Client thread/INFO] [Waila]: [Engineer Toolbox] Engineer Toolbox mod not found.
[23:00:13] [Client thread/INFO] [Waila]: [ProjectRed] ProjectRed|Integration mod not found.
[23:00:13] [Client thread/INFO] [Waila]: ExtraUtilities mod found.
[23:00:13] [Client thread/INFO] [Waila]: [OpenBlocks] OpenBlocks mod not found.
[23:00:14] [Client thread/INFO] [Waila]: [Railcraft] Railcraft mod not found.
[23:00:14] [Client thread/INFO] [Waila]: [PamHarvestCraft] PamHarvestCraft mod not found.
[23:00:14] [Client thread/INFO] [Waila]: [MagicalCrops] MagicalCrops mod not found.
[23:00:14] [Client thread/INFO] [Waila]: [Statues] Statues mod not found.
[23:00:14] [Client thread/INFO] [Waila]: [Agriculture] Agriculture mod not found.
[23:00:14] [Client thread/INFO] [Waila]: Trying to reflect net.geforcemods.securitycraft.imc.waila.WailaDataProvider callbackRegister
[23:00:14] [Client thread/INFO] [Waila]: Success in registering securitycraft
[23:00:14] [Client thread/INFO] [Waila]: Trying to reflect appeng.integration.modules.Waila register
[23:00:16] [Client thread/INFO] [Waila]: Success in registering appliedenergistics2
[23:00:16] [Client thread/INFO] [Waila]: Trying to reflect org.dave.CompactMachines.handler.waila.BlockHandler callbackRegister
[23:00:16] [Client thread/WARN] [Waila]: Could not find class org.dave.CompactMachines.handler.waila.BlockHandler
[23:00:16] [Client thread/INFO] [Waila]: Trying to reflect com.pahimar.ee3.waila.WailaDataProvider callbackRegister
[23:00:16] [Client thread/INFO] [Waila]: Success in registering EE3
[23:00:16] [Client thread/INFO] [Waila]: Trying to reflect tconstruct.plugins.waila.WailaRegistrar wailaCallback
[23:00:16] [Client thread/INFO] [TConstruct]: [Waila-Compat] Got registrar: [email protected]
[23:00:16] [Client thread/INFO] [Waila]: Success in registering TConstruct
[23:00:16] [Client thread/INFO] [Waila]: Trying to reflect Reika.DragonAPI.ModInteract.LegacyWailaHelper registerObjects
[23:00:16] [Client thread/INFO] [Waila]: Success in registering DragonAPI
[23:00:16] [Client thread/INFO] [Waila]: Trying to reflect Reika.DragonAPI.ModInteract.WailaTechnicalOverride registerOverride
[23:00:16] [Client thread/INFO] [Waila]: Success in registering DragonAPI
[23:00:16] [Client thread/INFO] [Waila]: Trying to reflect evilcraft.modcompat.waila.Waila callbackRegister
[23:00:16] [Client thread/INFO] [Waila]: Success in registering evilcraft
[23:00:16] [Client thread/INFO] [Waila]: Trying to reflect extracells.integration.waila.Waila register
[23:00:16] [Client thread/INFO] [Waila]: Success in registering extracells
[23:00:16] [Client thread/INFO] [Waila]: Trying to reflect pneumaticCraft.common.thirdparty.waila.Waila callbackRegister
[23:00:16] [Client thread/INFO] [Waila]: Success in registering PneumaticCraft
[23:00:16] [Client thread/INFO] [Waila]: Trying to reflect tardis.common.integration.waila.WailaCallback wailaRegister
[23:00:17] [Client thread/INFO] [STDOUT]: [tardis.common.core.TardisOutput:print:49]: [TM][TWC]Waila callback
[23:00:17] [Client thread/INFO] [Waila]: Success in registering TardisMod
[23:00:17] [Client thread/INFO] [Waila]: Trying to reflect thaumicenergistics.integration.ModuleWaila callbackRegister
[23:00:17] [Client thread/INFO] [Waila]: Success in registering thaumicenergistics
[23:00:17] [Client thread/INFO] [Waila]: Trying to reflect net.darkhax.wawla.addons.vanillamc.AddonVanillaEntities registerAddon
[23:00:17] [Client thread/INFO] [Waila]: Success in registering wawla
[23:00:17] [Client thread/INFO] [Waila]: Trying to reflect net.darkhax.wawla.addons.vanillamc.AddonVanillaTiles registerAddon
[23:00:17] [Client thread/INFO] [Waila]: Success in registering wawla
[23:00:17] [Client thread/INFO] [Waila]: Trying to reflect net.darkhax.wawla.addons.generic.AddonGenericEntities registerAddon
[23:00:17] [Client thread/INFO] [Waila]: Success in registering wawla
[23:00:17] [Client thread/INFO] [Waila]: Trying to reflect net.darkhax.wawla.addons.generic.AddonGenericTiles registerAddon
[23:00:17] [Client thread/INFO] [Waila]: Success in registering wawla
[23:00:17] [Client thread/INFO] [Waila]: Trying to reflect net.darkhax.wawla.addons.thaumcraft.AddonThaumcraftTiles registerAddon
[23:00:17] [Client thread/INFO] [Waila]: Success in registering wawla
[23:00:17] [Client thread/INFO] [Waila]: Trying to reflect net.darkhax.wawla.addons.tinkersconstruct.AddonTinkersTiles registerAddon
[23:00:17] [Client thread/INFO] [Waila]: Success in registering wawla
[23:00:17] [Client thread/INFO] [Waila]: Trying to reflect com.emoniph.witchery.integration.ModHookWailaRegistrar callbackRegister
[23:00:17] [Client thread/INFO] [Waila]: Success in registering witchery
[23:00:17] [Client thread/INFO] [ThermalFoundation]: [Whitelist] Generating Default Whitelist.
[23:00:17] [Client thread/INFO] [ThermalFoundation]: [Whitelist] Reading established Whitelist from file.
[23:00:18] [Client thread/INFO] [ThermalFoundation]: Thermal Foundation: Thaumcraft Plugin Enabled.
[23:00:18] [Client thread/INFO] [ThermalFoundation]: Thermal Foundation: Tinker's Construct Plugin Enabled.
[23:00:18] [Client thread/INFO] [ThermalFoundation]: Thermal Foundation: Equivalent Exchange 3 Plugin Enabled.
[23:00:18] [Client thread/INFO] [ThermalFoundation]: Load Complete.
[23:00:20] [Client thread/INFO] [ThermalExpansion]: Thermal Expansion: Thaumcraft Plugin Enabled.
[23:00:20] [Client thread/INFO] [ThermalExpansion]: Thermal Expansion: Equivalent Exchange 3 Plugin Enabled.
[23:00:21] [Client thread/INFO] [ThermalExpansion]: Load Complete.
[23:00:21] [Client thread/INFO] [ThermalDynamics]: Load Complete.
[23:00:21] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 79 mods
[23:00:21] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Dynamic Sword Skills, FMLFileResourcePack:Mine & Blade Battlegear 2 - Bullseye, FMLFileResourcePack:SecurityCraft, FMLFileResourcePack:Futurepack, FMLFileResourcePack:The Deconstruction Mod, FMLFileResourcePack:Adventure Backpack, FMLFileResourcePack:Antique Atlas, FMLFileResourcePack:Applied Energistics 2, FMLFileResourcePack:Baubles Stuff, FMLFileResourcePack:Bedrockium Mod, FMLFileResourcePack:BC Builders, FMLFileResourcePack:BC Transport, FMLFileResourcePack:BC Energy, FMLFileResourcePack:BC Silicon, FMLFileResourcePack:BC Robotics, FMLFileResourcePack:BuildCraft, FMLFileResourcePack:BC Factory, FMLFileResourcePack:Carpenter's Blocks, FMLFileResourcePack:ChickenChunks, FMLFileResourcePack:CloneCraft, FMLFileResourcePack:CoFH Core, FMLFileResourcePack:Compact Machines, FMLFileResourcePack:The Dalek Mod, FMLFileResourcePack:Dark Core, FMLFileResourcePack:PTRModelLib, FMLFileResourcePack:Decocraft, FMLFileResourcePack:DragonAPI, FMLFileResourcePack:Dynamic Transport, FMLFileResourcePack:Enchanting Plus, FMLFileResourcePack:Ender Utilities, FMLFileResourcePack:EnhancedPortals, FMLFileResourcePack:Equivalent Exchange 3, FMLFileResourcePack:EvilCraft, FMLFileResourcePack:Extra Cells 2, FMLFileResourcePack:Extra Utilities, FMLFileResourcePack:Gilded Games Utility, FMLFileResourcePack:Inventory Pets, FMLFileResourcePack:Iron Chest, FMLFileResourcePack:Legends Mod, FMLFileResourcePack:Little Blocks, FMLFileResourcePack:Magical Crops, FMLFileResourcePack:Magic Crusade, FMLFileResourcePack:Mantle, FMLFileResourcePack:NotEnoughKeys, FMLFileResourcePack:PneumaticCraft, FMLFileResourcePack:ReactorCraft, FMLFileResourcePack:RotaryCraft, FMLFileResourcePack:Slimevoid Library, FMLFileResourcePack:Super Crafting Frame, FMLFileResourcePack:Superheroes Unlimited Mod, FMLFileResourcePack:Superheroes Unlimited Mod (Part 2), FMLFileResourcePack:Tardis Mod, FMLFileResourcePack:Tinkers' Construct, FMLFileResourcePack:Thaumcraft, FMLFileResourcePack:Thaumic Energistics, FMLFileResourcePack:Thermal Dynamics, FMLFileResourcePack:Thermal Expansion, FMLFileResourcePack:Thermal Foundation, FMLFileResourcePack:TiC Tooltips, FMLFileResourcePack:The Twilight Forest, FMLFileResourcePack:Vein Miner, FMLFileResourcePack:Mod Support, FMLFileResourcePack:Waila, FMLFileResourcePack:What Are We Looking At, FMLFileResourcePack:Werkbench, FMLFileResourcePack:Witchery, FMLFileResourcePack:§2Zeron§aPowerCraft, FMLFileResourcePack:Baubles, FMLFileResourcePack:Carpenter's Blocks Cached Resources, XU_Delegate_Pack, XU_Delegate_Pack, XU_Delegate_Pack
[23:01:00] [Client thread/INFO] [PTRModelLib]: Total mipmap : 7 ms
[OptiFine] *** Reloading textures ***
[OptiFine] Resource packs: Default
[OptiFine] Loading texture map: textures/blocks
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/0_glass_white/glass_pane_white.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/0_glass_white/glass_white.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/10_glass_purple/glass_pane_purple.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/10_glass_purple/glass_purple.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/11_glass_blue/glass_blue.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/11_glass_blue/glass_pane_blue.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/12_glass_brown/glass_brown.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/12_glass_brown/glass_pane_brown.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/13_glass_green/glass_green.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/13_glass_green/glass_pane_green.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/14_glass_red/glass_pane_red.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/14_glass_red/glass_red.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/15_glass_black/glass_black.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/15_glass_black/glass_pane_black.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/1_glass_orange/glass_orange.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/1_glass_orange/glass_pane_orange.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/2_glass_magenta/glass_magenta.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/2_glass_magenta/glass_pane_magenta.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/3_glass_light_blue/glass_light_blue.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/3_glass_light_blue/glass_pane_light_blue.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/4_glass_yellow/glass_pane_yellow.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/4_glass_yellow/glass_yellow.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/5_glass_lime/glass_lime.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/5_glass_lime/glass_pane_lime.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/6_glass_pink/glass_pane_pink.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/6_glass_pink/glass_pink.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/7_glass_gray/glass_gray.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/7_glass_gray/glass_pane_gray.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/8_glass_silver/glass_pane_silver.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/8_glass_silver/glass_silver.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/9_glass_cyan/glass_cyan.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/9_glass_cyan/glass_pane_cyan.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/bookshelf.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/glass.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/glasspane.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/sandstone.properties
[OptiFine] Multipass connected textures: false
[23:01:04] [Client thread/INFO] [FML]: ROTARYCRAFT: Loading Liquid Icons
[23:01:04] [Client thread/INFO] [FML]: REACTORCRAFT: Loading Liquid Icons
[23:01:07] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'thedalekmod:textures/blocks/roundThingTest.png, java.io.FileNotFoundException'; File not found.
[23:01:19] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/blocks/MISSING_ICON_BLOCK_1399_batBooth.png, java.io.FileNotFoundException'; File not found.
[23:01:20] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'tardismod:textures/blocks/SchemaCore.png, java.io.FileNotFoundException'; File not found.
[23:01:24] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/blocks/MISSING_ICON_BLOCK_1386_TardisDoorsInterior.png, java.io.FileNotFoundException'; File not found.
[23:01:27] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/blocks/TConIntegration.bedrock.png, java.io.FileNotFoundException'; File not found.
[23:01:30] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_quilt_green_2.png, java.io.FileNotFoundException'; File not found.
[23:01:30] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_quilt_green_1.png, java.io.FileNotFoundException'; File not found.
[23:01:30] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_quilt_green_4.png, java.io.FileNotFoundException'; File not found.
[23:01:30] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_quilt_green_3.png, java.io.FileNotFoundException'; File not found.
[23:01:31] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_quilt_green_0.png, java.io.FileNotFoundException'; File not found.
[23:01:31] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_quilt_green_6.png, java.io.FileNotFoundException'; File not found.
[23:01:31] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_quilt_green_5.png, java.io.FileNotFoundException'; File not found.
[23:01:31] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_quilt_green_7.png, java.io.FileNotFoundException'; File not found.
[23:01:35] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/blocks/MISSING_ICON_BLOCK_951_lb.littleblocks.png, java.io.FileNotFoundException'; File not found.
[23:01:37] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'thedalekmod:textures/blocks/poster.png, java.io.FileNotFoundException'; File not found.
[23:01:40] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_rainbow_0.png, java.io.FileNotFoundException'; File not found.
[23:01:40] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_rainbow_1.png, java.io.FileNotFoundException'; File not found.
[23:01:40] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_rainbow_2.png, java.io.FileNotFoundException'; File not found.
[23:01:40] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_rainbow_3.png, java.io.FileNotFoundException'; File not found.
[23:01:40] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_rainbow_4.png, java.io.FileNotFoundException'; File not found.
[23:01:40] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_rainbow_5.png, java.io.FileNotFoundException'; File not found.
[23:01:40] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_rainbow_6.png, java.io.FileNotFoundException'; File not found.
[23:01:40] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_rainbow_7.png, java.io.FileNotFoundException'; File not found.
[23:01:41] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_hammer_5.png, java.io.FileNotFoundException'; File not found.
[23:01:41] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_hammer_4.png, java.io.FileNotFoundException'; File not found.
[23:01:41] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_hammer_3.png, java.io.FileNotFoundException'; File not found.
[23:01:41] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_hammer_2.png, java.io.FileNotFoundException'; File not found.
[23:01:41] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_hammer_7.png, java.io.FileNotFoundException'; File not found.
[23:01:41] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_hammer_6.png, java.io.FileNotFoundException'; File not found.
[23:01:41] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_hammer_1.png, java.io.FileNotFoundException'; File not found.
[23:01:41] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_hammer_0.png, java.io.FileNotFoundException'; File not found.
[23:01:43] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_quilt_orange_6.png, java.io.FileNotFoundException'; File not found.
[23:01:43] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_quilt_orange_7.png, java.io.FileNotFoundException'; File not found.
[23:01:43] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_quilt_orange_4.png, java.io.FileNotFoundException'; File not found.
[23:01:43] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_quilt_orange_5.png, java.io.FileNotFoundException'; File not found.
[23:01:43] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_quilt_orange_2.png, java.io.FileNotFoundException'; File not found.
[23:01:43] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_quilt_orange_3.png, java.io.FileNotFoundException'; File not found.
[23:01:43] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_quilt_orange_0.png, java.io.FileNotFoundException'; File not found.
[23:01:43] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_quilt_orange_1.png, java.io.FileNotFoundException'; File not found.
[23:01:48] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'thedalekmod:textures/blocks/LampPostBase.png, java.io.FileNotFoundException'; File not found.
[23:01:49] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/blocks/MISSING_ICON_BLOCK_912_extracells.block.walrus.png, java.io.FileNotFoundException'; File not found.
[23:01:49] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'thedalekmod:textures/blocks/tardisBlockWall_2.png, java.io.FileNotFoundException'; File not found.
[23:01:49] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'thedalekmod:textures/blocks/tardisBlockWall_1.png, java.io.FileNotFoundException'; File not found.
[23:01:50] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'thedalekmod:textures/blocks/golfCart.png, java.io.FileNotFoundException'; File not found.
[23:01:50] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_quilt_multicolor_1.png, java.io.FileNotFoundException'; File not found.
[23:01:50] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_quilt_multicolor_0.png, java.io.FileNotFoundException'; File not found.
[23:01:50] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_quilt_multicolor_3.png, java.io.FileNotFoundException'; File not found.
[23:01:50] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_quilt_multicolor_2.png, java.io.FileNotFoundException'; File not found.
[23:01:50] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_quilt_multicolor_5.png, java.io.FileNotFoundException'; File not found.
[23:01:50] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_quilt_multicolor_4.png, java.io.FileNotFoundException'; File not found.
[23:01:50] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_quilt_multicolor_7.png, java.io.FileNotFoundException'; File not found.
[23:01:50] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_quilt_multicolor_6.png, java.io.FileNotFoundException'; File not found.
[23:01:50] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'thedalekmod:textures/blocks/SgtJohn.png, java.io.FileNotFoundException'; File not found.
[23:01:55] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/blocks/planks.png, java.io.FileNotFoundException'; File not found.
[23:02:03] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/blocks/MISSING_ICON_BLOCK_637_null.png, java.io.FileNotFoundException'; File not found.
[23:02:09] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'thedalekmod:textures/blocks/LampPostLight.png, java.io.FileNotFoundException'; File not found.
[23:02:10] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/blocks/GallifreyDirt.png, java.io.FileNotFoundException'; File not found.
[23:02:11] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/blocks/MISSING_ICON_BLOCK_203_alarmLit.png, java.io.FileNotFoundException'; File not found.
[23:02:13] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'thedalekmod:textures/blocks/arcade.png, java.io.FileNotFoundException'; File not found.
[23:02:13] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_snowflake_6.png, java.io.FileNotFoundException'; File not found.
[23:02:13] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_snowflake_7.png, java.io.FileNotFoundException'; File not found.
[23:02:13] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_snowflake_4.png, java.io.FileNotFoundException'; File not found.
[23:02:13] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_snowflake_5.png, java.io.FileNotFoundException'; File not found.
[23:02:13] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_snowflake_2.png, java.io.FileNotFoundException'; File not found.
[23:02:13] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_snowflake_3.png, java.io.FileNotFoundException'; File not found.
[23:02:13] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_snowflake_0.png, java.io.FileNotFoundException'; File not found.
[23:02:13] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'carpentersblockscachedresources:textures/blocks/designs/bed/cache/carpenters_snowflake_1.png, java.io.FileNotFoundException'; File not found.
[OptiFine] Texture size: textures/blocks, 2048x2048
[OptiFine] Loading texture map: textures/items
[23:02:37] [Client thread/INFO] [FML]: ROTARYCRAFT: Loading Liquid Icons
[23:02:37] [Client thread/INFO] [FML]: REACTORCRAFT: Loading Liquid Icons
[23:02:39] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/items/MISSING_ICON_ITEM_5038_logisticFrameActiveProvider.png, java.io.FileNotFoundException'; File not found.
[23:02:42] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/items/MISSING_ICON_ITEM_5102_item.bedrockshears.png, java.io.FileNotFoundException'; File not found.
[23:02:44] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'pneumaticcraft:textures/items/cannonBarrel.png, java.io.FileNotFoundException'; File not found.
[23:02:47] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/items/MISSING_ICON_ITEM_5099_item.steelhoe.png, java.io.FileNotFoundException'; File not found.
[23:02:49] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'thedalekmod:textures/items/Tardis.png, java.io.FileNotFoundException'; File not found.
[23:02:52] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/items/MISSING_ICON_ITEM_5037_logisticFramePassiveProvider.png, java.io.FileNotFoundException'; File not found.
[23:02:52] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/items/MISSING_ICON_ITEM_5100_item.bedrocksword.png, java.io.FileNotFoundException'; File not found.
[23:02:54] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/items/MISSING_ICON_ITEM_5050_heatFrame.png, java.io.FileNotFoundException'; File not found.
[23:02:57] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'ee3:textures/items/bowDarkMatter.png, java.io.FileNotFoundException'; File not found.
[23:02:57] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/items/MISSING_ICON_ITEM_6336_SWDBlockitem.png, java.io.FileNotFoundException'; File not found.
[23:02:58] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/items/MISSING_ICON_ITEM_5035_logisticFrameDefaultStorage.png, java.io.FileNotFoundException'; File not found.
[23:03:03] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/items/MISSING_ICON_ITEM_4839_extracells.fluid.item.png, java.io.FileNotFoundException'; File not found.
[23:03:11] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/items/MISSING_ICON_ITEM_5101_item.steelsword.png, java.io.FileNotFoundException'; File not found.
[23:03:16] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/items/MISSING_ICON_ITEM_5103_item.steelshears.png, java.io.FileNotFoundException'; File not found.
[23:03:24] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/items/MISSING_ICON_ITEM_5034_logisticFrameRequester.png, java.io.FileNotFoundException'; File not found.
[23:03:25] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'missing_icon_item_4520_extrautils:textures/items/lawSword.png, java.io.FileNotFoundException'; File not found.
[23:03:26] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'tardismod:textures/items/ManualItem.png, java.io.FileNotFoundException'; File not found.
[23:03:40] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/items/MISSING_ICON_ITEM_5098_item.bedrockhoe.png, java.io.FileNotFoundException'; File not found.
[23:03:58] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'thedalekmod:textures/items/santaHat.png, java.io.FileNotFoundException'; File not found.
[23:04:02] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/items/MISSING_ICON_ITEM_5036_logisticFrameStorage.png, java.io.FileNotFoundException'; File not found.
[23:04:09] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/items/MISSING_ICON_ITEM_4841_extracells.pattern.crafting.png, java.io.FileNotFoundException'; File not found.
[23:04:10] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/items/MISSING_ICON_ITEM_4167_taser.png, java.io.FileNotFoundException'; File not found.
[23:04:14] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'tardismod:textures/items/Component.Peripheral.png, java.io.FileNotFoundException'; File not found.
[OptiFine] Texture size: textures/items, 2048x1024
[23:04:33] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[23:04:33] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down...
[23:04:43] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com
[23:04:43] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[23:04:44] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[23:04:44] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[23:04:45] [Thread-30/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[23:04:45] [Thread-30/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[23:04:53] [Thread-30/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
[23:04:56] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[23:04:56] [Sound Library Loader/INFO]: Sound engine started
[23:06:01] [FP-Menue Thread/INFO] [Futurepack]: Hacked Menue
[OptiFine] *** Reloading custom textures ***
[OptiFine] Loading custom colors: textures/colormap/grass.png
[OptiFine] Loading custom colors: textures/colormap/foliage.png
[23:06:12] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Dynamic Sword Skills, FMLFileResourcePack:Mine & Blade Battlegear 2 - Bullseye, FMLFileResourcePack:SecurityCraft, FMLFileResourcePack:Futurepack, FMLFileResourcePack:The Deconstruction Mod, FMLFileResourcePack:Adventure Backpack, FMLFileResourcePack:Antique Atlas, FMLFileResourcePack:Applied Energistics 2, FMLFileResourcePack:Baubles Stuff, FMLFileResourcePack:Bedrockium Mod, FMLFileResourcePack:BC Builders, FMLFileResourcePack:BC Transport, FMLFileResourcePack:BC Energy, FMLFileResourcePack:BC Silicon, FMLFileResourcePack:BC Robotics, FMLFileResourcePack:BuildCraft, FMLFileResourcePack:BC Factory, FMLFileResourcePack:Carpenter's Blocks, FMLFileResourcePack:ChickenChunks, FMLFileResourcePack:CloneCraft, FMLFileResourcePack:CoFH Core, FMLFileResourcePack:Compact Machines, FMLFileResourcePack:The Dalek Mod, FMLFileResourcePack:Dark Core, FMLFileResourcePack:PTRModelLib, FMLFileResourcePack:Decocraft, FMLFileResourcePack:DragonAPI, FMLFileResourcePack:Dynamic Transport, FMLFileResourcePack:Enchanting Plus, FMLFileResourcePack:Ender Utilities, FMLFileResourcePack:EnhancedPortals, FMLFileResourcePack:Equivalent Exchange 3, FMLFileResourcePack:EvilCraft, FMLFileResourcePack:Extra Cells 2, FMLFileResourcePack:Extra Utilities, FMLFileResourcePack:Gilded Games Utility, FMLFileResourcePack:Inventory Pets, FMLFileResourcePack:Iron Chest, FMLFileResourcePack:Legends Mod, FMLFileResourcePack:Little Blocks, FMLFileResourcePack:Magical Crops, FMLFileResourcePack:Magic Crusade, FMLFileResourcePack:Mantle, FMLFileResourcePack:NotEnoughKeys, FMLFileResourcePack:PneumaticCraft, FMLFileResourcePack:ReactorCraft, FMLFileResourcePack:RotaryCraft, FMLFileResourcePack:Slimevoid Library, FMLFileResourcePack:Super Crafting Frame, FMLFileResourcePack:Superheroes Unlimited Mod, FMLFileResourcePack:Superheroes Unlimited Mod (Part 2), FMLFileResourcePack:Tardis Mod, FMLFileResourcePack:Tinkers' Construct, FMLFileResourcePack:Thaumcraft, FMLFileResourcePack:Thaumic Energistics, FMLFileResourcePack:Thermal Dynamics, FMLFileResourcePack:Thermal Expansion, FMLFileResourcePack:Thermal Foundation, FMLFileResourcePack:TiC Tooltips, FMLFileResourcePack:The Twilight Forest, FMLFileResourcePack:Vein Miner, FMLFileResourcePack:Mod Support, FMLFileResourcePack:Waila, FMLFileResourcePack:What Are We Looking At, FMLFileResourcePack:Werkbench, FMLFileResourcePack:Witchery, FMLFileResourcePack:§2Zeron§aPowerCraft, FMLFileResourcePack:Baubles, FMLFileResourcePack:Carpenter's Blocks Cached Resources, XU_Delegate_Pack, XU_Delegate_Pack, XU_Delegate_Pack
[23:08:37] [Client thread/INFO] [PTRModelLib]: Total mipmap : 28 ms
[OptiFine] *** Reloading textures ***
[OptiFine] Resource packs: Default
[OptiFine] Loading texture map: textures/blocks
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/0_glass_white/glass_pane_white.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/0_glass_white/glass_white.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/10_glass_purple/glass_pane_purple.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/10_glass_purple/glass_purple.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/11_glass_blue/glass_blue.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/11_glass_blue/glass_pane_blue.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/12_glass_brown/glass_brown.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/12_glass_brown/glass_pane_brown.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/13_glass_green/glass_green.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/13_glass_green/glass_pane_green.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/14_glass_red/glass_pane_red.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/14_glass_red/glass_red.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/15_glass_black/glass_black.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/15_glass_black/glass_pane_black.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/1_glass_orange/glass_orange.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/1_glass_orange/glass_pane_orange.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/2_glass_magenta/glass_magenta.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/2_glass_magenta/glass_pane_magenta.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/3_glass_light_blue/glass_light_blue.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/3_glass_light_blue/glass_pane_light_blue.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/4_glass_yellow/glass_pane_yellow.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/4_glass_yellow/glass_yellow.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/5_glass_lime/glass_lime.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/5_glass_lime/glass_pane_lime.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/6_glass_pink/glass_pane_pink.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/6_glass_pink/glass_pink.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/7_glass_gray/glass_gray.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/7_glass_gray/glass_pane_gray.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/8_glass_silver/glass_pane_silver.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/8_glass_silver/glass_silver.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/9_glass_cyan/glass_cyan.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/9_glass_cyan/glass_pane_cyan.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/bookshelf.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/glass.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/glasspane.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/sandstone.properties
[OptiFine] Multipass connected textures: false
[23:09:07] [Client thread/INFO] [FML]: ROTARYCRAFT: Loading Liquid Icons
[23:09:07] [Client thread/INFO] [FML]: REACTORCRAFT: Loading Liquid Icons
[23:09:10] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'thedalekmod:textures/blocks/roundThingTest.png, java.io.FileNotFoundException'; File not found.
[23:09:30] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/blocks/MISSING_ICON_BLOCK_1399_batBooth.png, java.io.FileNotFoundException'; File not found.
[23:09:33] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'tardismod:textures/blocks/SchemaCore.png, java.io.FileNotFoundException'; File not found.
[23:09:38] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/blocks/MISSING_ICON_BLOCK_1386_TardisDoorsInterior.png, java.io.FileNotFoundException'; File not found.
[23:09:55] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/blocks/TConIntegration.bedrock.png, java.io.FileNotFoundException'; File not found.
[23:10:26] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/blocks/MISSING_ICON_BLOCK_951_lb.littleblocks.png, java.io.FileNotFoundException'; File not found.
[23:10:37] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'thedalekmod:textures/blocks/poster.png, java.io.FileNotFoundException'; File not found.
i took out a few mods with too many keybinds and the dalek mod and crashed. got this error detail.
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_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1011326488 bytes (964 MB) / 2929758208 bytes (2794 MB) up to 3006529536 bytes (2867 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn2G
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 15, tallocated: 95
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1481 Optifine OptiFine_1.7.10_HD_U_C1 68 mods loaded, 68 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1481-1.7.10.jar)
UCHIJA Forge{10.13.4.1481} [Minecraft Forge] (forge-1.7.10-10.13.4.1481-1.7.10.jar)
UCHIJA appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar)
UCHIJA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCHIJA NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar)
UCHIJA PlayerAPI{1.4} [Player API] (minecraft.jar)
UCHIJA VeinMiner_coremod{0.21.1_build-37} [Core mod] (minecraft.jar)
UCHIJA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCHIJA <DragonAPI ASM>{0} [DragonAPI ASM Data Initialization] (minecraft.jar)
UCHIJA mod_ThreadedLighting{1.7.10-1.0} [Threaded Lighting] (minecraft.jar)
UCHIJA gilded-games-util{1.7.10-1.1} [Gilded Games Utility] (gilded-games-util (1).jar)
UCHIJA dynamicswordskills{1.7.10-1.6.5} [Dynamic Sword Skills] (1.7.10-dynamicswordskills-1.6.5.jar)
UCHIJA battlegear2{1.7.10} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.8.2.jar)
UCHIJA securitycraft{v1.8.0} [SecurityCraft] ([1.7.10] SecurityCraft v1.8.0.jar)
UCHIJA deconstruction{2.2.5} [The Deconstruction Mod] ([MC1.7.10]deconstruction[v2.2.5].jar)
UCHIJA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHIJA adventurebackpack{1.7.10-0.8b} [Adventure Backpack] (adventurebackpack-1.7.10-0.8b.jar)
UCHIJA antiqueatlas{4.2.4-1.7.10} [Antique Atlas] (antiqueatlas-4.2.4-1.7.10.jar)
UCHIJA appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar)
UCHIJA baublesstuff{1.0} [Baubles Stuff] (baublesstuff-1.0.jar)
UCHIJA be{2.0} [Bedrockium Mod] (BedrockiumMod_v.2.0_for_1.7.10.jar)
UCHIJA CoFHCore{1.7.10R3.0.3} [CoFH Core] (CoFHCore-[1.7.10]3.0.3-303.jar)
UCHIJA BuildCraft|Core{7.1.12} [BuildCraft] (buildcraft-7.1.12.jar)
UCHIJA BuildCraft|Builders{7.1.12} [BC Builders] (buildcraft-7.1.12.jar)
UCHIJA BuildCraft|Transport{7.1.12} [BC Transport] (buildcraft-7.1.12.jar)
UCHIJA BuildCraft|Energy{7.1.12} [BC Energy] (buildcraft-7.1.12.jar)
UCHIJA BuildCraft|Silicon{7.1.12} [BC Silicon] (buildcraft-7.1.12.jar)
UCHIJA BuildCraft|Robotics{7.1.12} [BC Robotics] (buildcraft-7.1.12.jar)
UCHIJA BuildCraft|Factory{7.1.12} [BC Factory] (buildcraft-7.1.12.jar)
UCHIJA CarpentersBlocks{3.3.8_dev_r4} [Carpenter's Blocks] (Carpenter's Blocks v3.3.8_dev_r4 - MC 1.7.10.jar)
UCHIJA ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar)
UCHIJA clonecraft{3.0} [CloneCraft] (CloneCraft-vB3.0.13.-.MC1.7.10.jar)
UCHIJA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCHIJA CompactMachines{1.7.10-1.20} [Compact Machines] (compactmachines-1.7.10-1.20.jar)
UCHIJA darkcore{0.3} [Dark Core] (darkcore-0.3-45.jar)
UCHIJA PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.2.1_1.7.10.jar)
UCHIJA props{2.2.1} [Decocraft] (Decocraft-2.2.1_1.7.10.jar)
UCHIJA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UCHIJA ThermalFoundation{1.7.10R1.2.0} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.0-102.jar)
UCHIJA ThermalExpansion{1.7.10R4.0.3B1} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.3B1-218.jar)
UCHIJA DragonAPI{1.0} [DragonAPI] (DragonAPI 1.7.10 V9b.jar)
UCHIJA SlimevoidLib{2.0.4.7} [Slimevoid Library] (SlimevoidLibrary-2.0.4.7.jar)
UCHIJA DynamicTransport{0.1.2.0} [Dynamic Transport] (DynamicTransport-0.1.2.0.jar)
UCHIJA eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar)
UCHIJA enhancedportals{3.0.12} [EnhancedPortals] (EnhancedPortals_1.7.10-universal-3.0.12.jar)
UCHIJA EE3{0.3.507} [Equivalent Exchange 3] (EquivalentExchange3-1.7.10-0.3.507.jar)
UCHIJA evilcraft{0.9.2} [EvilCraft] (EvilCraft-1.7.10-0.9.2.jar)
UCHIJA extracells{2.2.73} [Extra Cells 2] (ExtraCells-1.7.10-2.2.73b129.jar)
UCHIJA ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
UCHIJA InventoryPets{1.3.6} [Inventory Pets] (inventorypets-1.7.10-1.3.6-universal.jar)
UCHIJA IronChest{6.0.60.741} [Iron Chest] (ironchest-1.7.10-6.0.60.741-universal.jar)
UCHIJA legends{1.2} [Legends Mod] (Legends Core-1.2.jar)
UCHIJA LittleBlocks{2.2.4.4} [Little Blocks] (LittleBlocks-2.2.4.4.jar)
UCHIJA Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
UCHIJA notenoughkeys{@[email protected]} [NotEnoughKeys] (NotEnoughKeys-1.7.10-3.0.0b43-universal.jar)
UCHIJA supercraftingframe{1.7.10.3} [Super Crafting Frame] (supercraftingframe-1.7.10.3.jar)
UCHIJA sus{4.2.1} [Superheroes Unlimited Mod] (Superheroes Unlimited Mod-1.7.10-4.2.1.jar)
UCHIJA susaddon{4.2.1} [Superheroes Unlimited Mod (Part 2)] (Superheroes Unlimited Mod-1.7.10-4.2.1.jar)
UCHIJA TardisMod{0.99} [Tardis Mod] (tardismod-1.7.10-0.99-207.jar)
UCHIJA thaumicenergistics{0.8.10.10} [Thaumic Energistics] (thaumicenergistics-0.8.10.10.jar)
UCHIJA ThermalDynamics{1.7.10R1.1.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.1.0-161.jar)
UCHIJA TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
UCHIJA VeinMiner{0.21.1} [Vein Miner] (VeinMiner-1.7.10_0.21.1.jar)
UCHIJA VeinMinerModSupport{0.21.1} [Mod Support] (VeinMiner-1.7.10_0.21.1.jar)
UCHIJA wawla{1.3.3} [What Are We Looking At] (Wawla-1.3.3-1.7.10.jar)
UCHIJA witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
UCHIJA zeronpowercraft{1.7.10-2.0} [§2Zeron§aPowerCraft] (ZeronPowerCraft_1.7.10-2.0-Stable.jar)
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.4.13084 Compatibility Profile Context 14.301.1001.0' Renderer: 'AMD Radeon HD 6320 Graphics'
AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291
CoFHCore: -[1.7.10]3.0.3-303
ThermalFoundation: -[1.7.10]1.2.0-102
ThermalExpansion: -[1.7.10]4.0.3B1-218
Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
ThermalDynamics: -[1.7.10]1.1.0-161
AE2 Integration: IC2:OFF, RotaryCraft:OFF, RC:OFF, BC:ON, RF:ON, RFItem:ON, MFR:OFF, DSU:ON, FZ:OFF, FMP:OFF, RB:OFF, CLApi:OFF, Waila:ON, InvTweaks:OFF, NEI:ON, CraftGuide:OFF, Mekanism:OFF, ImmibisMicroblocks:OFF, BetterStorage:OFF
Launched Version: 1.7.10-Forge10.13.4.1481-1.7.10
LWJGL: 2.9.1
OpenGL: AMD Radeon HD 6320 Graphics GL version 4.4.13084 Compatibility Profile Context 14.301.1001.0, ATI Technologies Inc.
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumPost the ENTIRE crash report, not just the bottom half
here is the full crash log
---- Minecraft Crash Report ----
// My bad.
Time: 11/29/15 2:17 PM
Description: Unexpected error
java.lang.IndexOutOfBoundsException
at java.nio.Buffer.checkIndex(Buffer.java:540)
at java.nio.DirectByteBuffer.get(DirectByteBuffer.java:253)
at org.lwjgl.input.Keyboard.isKeyDown(Keyboard.java:407)
at mcp.mobius.waila.overlay.WailaTickHandler.tickClient(WailaTickHandler.java:62)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_611_WailaTickHandler_tickClient_ClientTickEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at cpw.mods.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:325)
at net.minecraft.client.Minecraft.func_71407_l(Unknown Source)
at net.minecraft.client.Minecraft.func_71411_J(Unknown Source)
at net.minecraft.client.Minecraft.func_99999_d(Unknown Source)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1145129856 bytes (1092 MB) / 2941960192 bytes (2805 MB) up to 3006529536 bytes (2867 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn2G
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 15, tallocated: 95
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1481 Optifine OptiFine_1.7.10_HD_U_C1 68 mods loaded, 68 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1481-1.7.10.jar)
UCHIJA Forge{10.13.4.1481} [Minecraft Forge] (forge-1.7.10-10.13.4.1481-1.7.10.jar)
UCHIJA appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar)
UCHIJA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCHIJA NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar)
UCHIJA PlayerAPI{1.4} [Player API] (minecraft.jar)
UCHIJA VeinMiner_coremod{0.21.1_build-37} [Core mod] (minecraft.jar)
UCHIJA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCHIJA <DragonAPI ASM>{0} [DragonAPI ASM Data Initialization] (minecraft.jar)
UCHIJA mod_ThreadedLighting{1.7.10-1.0} [Threaded Lighting] (minecraft.jar)
UCHIJA gilded-games-util{1.7.10-1.1} [Gilded Games Utility] (gilded-games-util (1).jar)
UCHIJA dynamicswordskills{1.7.10-1.6.5} [Dynamic Sword Skills] (1.7.10-dynamicswordskills-1.6.5.jar)
UCHIJA battlegear2{1.7.10} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.8.2.jar)
UCHIJA securitycraft{v1.8.0} [SecurityCraft] ([1.7.10] SecurityCraft v1.8.0.jar)
UCHIJA deconstruction{2.2.5} [The Deconstruction Mod] ([MC1.7.10]deconstruction[v2.2.5].jar)
UCHIJA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHIJA adventurebackpack{1.7.10-0.8b} [Adventure Backpack] (adventurebackpack-1.7.10-0.8b.jar)
UCHIJA antiqueatlas{4.2.4-1.7.10} [Antique Atlas] (antiqueatlas-4.2.4-1.7.10.jar)
UCHIJA appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar)
UCHIJA baublesstuff{1.0} [Baubles Stuff] (baublesstuff-1.0.jar)
UCHIJA be{2.0} [Bedrockium Mod] (BedrockiumMod_v.2.0_for_1.7.10.jar)
UCHIJA CoFHCore{1.7.10R3.0.3} [CoFH Core] (CoFHCore-[1.7.10]3.0.3-303.jar)
UCHIJA BuildCraft|Core{7.1.12} [BuildCraft] (buildcraft-7.1.12.jar)
UCHIJA BuildCraft|Builders{7.1.12} [BC Builders] (buildcraft-7.1.12.jar)
UCHIJA BuildCraft|Transport{7.1.12} [BC Transport] (buildcraft-7.1.12.jar)
UCHIJA BuildCraft|Energy{7.1.12} [BC Energy] (buildcraft-7.1.12.jar)
UCHIJA BuildCraft|Silicon{7.1.12} [BC Silicon] (buildcraft-7.1.12.jar)
UCHIJA BuildCraft|Robotics{7.1.12} [BC Robotics] (buildcraft-7.1.12.jar)
UCHIJA BuildCraft|Factory{7.1.12} [BC Factory] (buildcraft-7.1.12.jar)
UCHIJA CarpentersBlocks{3.3.8_dev_r4} [Carpenter's Blocks] (Carpenter's Blocks v3.3.8_dev_r4 - MC 1.7.10.jar)
UCHIJA ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar)
UCHIJA clonecraft{3.0} [CloneCraft] (CloneCraft-vB3.0.13.-.MC1.7.10.jar)
UCHIJA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCHIJA CompactMachines{1.7.10-1.20} [Compact Machines] (compactmachines-1.7.10-1.20.jar)
UCHIJA darkcore{0.3} [Dark Core] (darkcore-0.3-45.jar)
UCHIJA PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.2.1_1.7.10.jar)
UCHIJA props{2.2.1} [Decocraft] (Decocraft-2.2.1_1.7.10.jar)
UCHIJA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UCHIJA ThermalFoundation{1.7.10R1.2.0} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.0-102.jar)
UCHIJA ThermalExpansion{1.7.10R4.0.3B1} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.3B1-218.jar)
UCHIJA DragonAPI{1.0} [DragonAPI] (DragonAPI 1.7.10 V9b.jar)
UCHIJA SlimevoidLib{2.0.4.7} [Slimevoid Library] (SlimevoidLibrary-2.0.4.7.jar)
UCHIJA DynamicTransport{0.1.2.0} [Dynamic Transport] (DynamicTransport-0.1.2.0.jar)
UCHIJA eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar)
UCHIJA enhancedportals{3.0.12} [EnhancedPortals] (EnhancedPortals_1.7.10-universal-3.0.12.jar)
UCHIJA EE3{0.3.507} [Equivalent Exchange 3] (EquivalentExchange3-1.7.10-0.3.507.jar)
UCHIJA evilcraft{0.9.2} [EvilCraft] (EvilCraft-1.7.10-0.9.2.jar)
UCHIJA extracells{2.2.73} [Extra Cells 2] (ExtraCells-1.7.10-2.2.73b129.jar)
UCHIJA ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
UCHIJA InventoryPets{1.3.6} [Inventory Pets] (inventorypets-1.7.10-1.3.6-universal.jar)
UCHIJA IronChest{6.0.60.741} [Iron Chest] (ironchest-1.7.10-6.0.60.741-universal.jar)
UCHIJA legends{1.2} [Legends Mod] (Legends Core-1.2.jar)
UCHIJA LittleBlocks{2.2.4.4} [Little Blocks] (LittleBlocks-2.2.4.4.jar)
UCHIJA Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
UCHIJA notenoughkeys{@[email protected]} [NotEnoughKeys] (NotEnoughKeys-1.7.10-3.0.0b43-universal.jar)
UCHIJA supercraftingframe{1.7.10.3} [Super Crafting Frame] (supercraftingframe-1.7.10.3.jar)
UCHIJA sus{4.2.1} [Superheroes Unlimited Mod] (Superheroes Unlimited Mod-1.7.10-4.2.1.jar)
UCHIJA susaddon{4.2.1} [Superheroes Unlimited Mod (Part 2)] (Superheroes Unlimited Mod-1.7.10-4.2.1.jar)
UCHIJA TardisMod{0.99} [Tardis Mod] (tardismod-1.7.10-0.99-207.jar)
UCHIJA thaumicenergistics{0.8.10.10} [Thaumic Energistics] (thaumicenergistics-0.8.10.10.jar)
UCHIJA ThermalDynamics{1.7.10R1.1.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.1.0-161.jar)
UCHIJA TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
UCHIJA VeinMiner{0.21.1} [Vein Miner] (VeinMiner-1.7.10_0.21.1.jar)
UCHIJA VeinMinerModSupport{0.21.1} [Mod Support] (VeinMiner-1.7.10_0.21.1.jar)
UCHIJA wawla{1.3.3} [What Are We Looking At] (Wawla-1.3.3-1.7.10.jar)
UCHIJA witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
UCHIJA zeronpowercraft{1.7.10-2.0} [§2Zeron§aPowerCraft] (ZeronPowerCraft_1.7.10-2.0-Stable.jar)
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.4.13084 Compatibility Profile Context 14.301.1001.0' Renderer: 'AMD Radeon HD 6320 Graphics'
AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291
CoFHCore: -[1.7.10]3.0.3-303
ThermalFoundation: -[1.7.10]1.2.0-102
ThermalExpansion: -[1.7.10]4.0.3B1-218
Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
ThermalDynamics: -[1.7.10]1.1.0-161
AE2 Integration: IC2:OFF, RotaryCraft:OFF, RC:OFF, BC:ON, RF:ON, RFItem:ON, MFR:OFF, DSU:ON, FZ:OFF, FMP:OFF, RB:OFF, CLApi:OFF, Waila:ON, InvTweaks:OFF, NEI:ON, CraftGuide:OFF, Mekanism:OFF, ImmibisMicroblocks:OFF, BetterStorage:OFF
Launched Version: 1.7.10-Forge10.13.4.1481-1.7.10
LWJGL: 2.9.1
OpenGL: AMD Radeon HD 6320 Graphics GL version 4.4.13084 Compatibility Profile Context 14.301.1001.0, ATI Technologies Inc.
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
here is the game output as mush as i could get in the character limit)
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for Nether Iron
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Loading ore type Nether Gold
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreNetherGold"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Adding special blocks for Nether Gold:
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No special blocks found.
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for Nether Gold
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Loading ore type Nether Redstone
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreNetherRedstone"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Adding special blocks for Nether Redstone:
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No special blocks found.
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for Nether Redstone
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Loading ore type Nether Lapis
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreNetherLapis"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Adding special blocks for Nether Lapis:
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No special blocks found.
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for Nether Lapis
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Loading ore type Nether Diamond
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreNetherDiamond"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Adding special blocks for Nether Diamond:
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No special blocks found.
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for Nether Diamond
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Loading ore type Nether Emerald
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreNetherEmerald"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Adding special blocks for Nether Emerald:
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No special blocks found.
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for Nether Emerald
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Loading ore type Nether Tin
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreNetherTin"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Adding special blocks for Nether Tin:
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No special blocks found.
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for Nether Tin
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Loading ore type Nether Copper
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreNetherCopper"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Adding special blocks for Nether Copper:
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No special blocks found.
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for Nether Copper
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Loading ore type Nether Lead
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreNetherLead"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Adding special blocks for Nether Lead:
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No special blocks found.
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for Nether Lead
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Loading ore type Nether Nickel
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreNetherNickel"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Adding special blocks for Nether Nickel:
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No special blocks found.
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for Nether Nickel
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Loading ore type Nether Silver
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreNetherSilver"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Adding special blocks for Nether Silver:
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No special blocks found.
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for Nether Silver
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Loading ore type Nether Nikolite
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreNetherNikolite"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Adding special blocks for Nether Nikolite:
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No special blocks found.
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for Nether Nikolite
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Loading ore type Cobalt
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreCobalt"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Adding special blocks for Cobalt:
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No special blocks found.
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for Cobalt
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Loading ore type Ardite
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreArdite"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Adding special blocks for Ardite:
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No special blocks found.
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for Ardite
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Loading ore type Platinum
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Detected the following blocks for Platinum from OreDict "orePlatinum": [[email protected]]
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreCooperite"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Adding special blocks for Platinum:
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No special blocks found.
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Loading ore type Nether Platinum
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreNetherPlatinum"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Adding special blocks for Nether Platinum:
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No special blocks found.
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for Nether Platinum
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Loading ore type Zinc
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreZinc"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreSphalerite"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Adding special blocks for Zinc:
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No special blocks found.
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for Zinc
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Loading ore type Osmium
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreOsmium"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Adding special blocks for Osmium:
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No special blocks found.
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for Osmium
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Loading ore type Pig Iron
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreNetherSteel"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Adding special blocks for Pig Iron:
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No special blocks found.
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for Pig Iron
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Loading ore type Sulfur
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreSulfur"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Adding special blocks for Sulfur:
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No special blocks found.
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for Sulfur
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Loading ore type Pitchblende
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "orePitchblende"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Adding special blocks for Pitchblende:
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No special blocks found.
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for Pitchblende
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Loading ore type Cadmium
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreCadmium"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Adding special blocks for Cadmium:
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No special blocks found.
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for Cadmium
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Loading ore type Indium
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreIndium"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Adding special blocks for Indium:
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No special blocks found.
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for Indium
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Loading ore type Fluorite
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreFluorite"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Adding special blocks for Fluorite:
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No special blocks found.
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for Fluorite
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Loading ore type Bauxite
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreBauxite"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Adding special blocks for Bauxite:
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No special blocks found.
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for Bauxite
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Loading ore type Sodalite
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreSodalite"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Adding special blocks for Sodalite:
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No special blocks found.
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for Sodalite
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Loading ore type Pyrite
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "orePyrite"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Adding special blocks for Pyrite:
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No special blocks found.
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for Pyrite
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Loading ore type Ammonium Chloride
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreAmmonium"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Adding special blocks for Ammonium Chloride:
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No special blocks found.
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for Ammonium Chloride
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Loading ore type Calcite
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreCalcite"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Adding special blocks for Calcite:
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No special blocks found.
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for Calcite
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Loading ore type Chimerite
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreChimerite"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Adding special blocks for Chimerite:
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No special blocks found.
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for Chimerite
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Loading ore type Vinteum
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreVinteum"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Adding special blocks for Vinteum:
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No special blocks found.
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for Vinteum
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Loading ore type Blue Topaz
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreBlueTopaz"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Adding special blocks for Blue Topaz:
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No special blocks found.
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for Blue Topaz
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Loading ore type Moonstone
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreMoonstone"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Adding special blocks for Moonstone:
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No special blocks found.
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for Moonstone
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Loading ore type Sunstone
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreSunstone"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Adding special blocks for Sunstone:
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No special blocks found.
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for Sunstone
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Loading ore type Titanium
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreTitanium"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Adding special blocks for Titanium:
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No special blocks found.
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for Titanium
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Loading ore type Magmanite
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreMagmanite"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Adding special blocks for Magmanite:
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No special blocks found.
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for Magmanite
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Loading ore type Magnetite
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreMagnetite"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Adding special blocks for Magnetite:
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No special blocks found.
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for Magnetite
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Loading ore type Essence
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreEssence"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreNetherEssence"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreEndEssence"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Adding special blocks for Essence:
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No special blocks found.
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for Essence
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Loading ore type Mimichite
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreMimichite"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Adding special blocks for Mimichite:
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No special blocks found.
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for Mimichite
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Loading ore type Nether Uranium
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreNetherUranium"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Adding special blocks for Nether Uranium:
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No special blocks found.
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for Nether Uranium
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Loading ore type Quantum
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreQuantum"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Adding special blocks for Quantum:
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No special blocks found.
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for Quantum
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Loading ore type Nether Iridium
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreNetherIridium"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Adding special blocks for Nether Iridium:
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No special blocks found.
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for Nether Iridium
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Loading ore type Dark Iron
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreFzDarkIron"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Adding special blocks for Dark Iron:
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No special blocks found.
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for Dark Iron
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Loading ore type Chromite
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreChromite"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Adding special blocks for Chromite:
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No special blocks found.
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for Chromite
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Loading ore type Nether Sapphire
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreNetherSapphire"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Adding special blocks for Nether Sapphire:
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No special blocks found.
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for Nether Sapphire
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Loading ore type Nether Peridot
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreNetherGreenSapphire"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreNetherPeridot"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Adding special blocks for Nether Peridot:
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No special blocks found.
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for Nether Peridot
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Loading ore type Nether Titanium
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreNetherTitanium"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Adding special blocks for Nether Titanium:
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No special blocks found.
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for Nether Titanium
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Loading ore type Nether Sulfur
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreNetherSulfur"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Adding special blocks for Nether Sulfur:
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No special blocks found.
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for Nether Sulfur
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Loading ore type Nether Osmium
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreNetherOsmium"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Adding special blocks for Nether Osmium:
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No special blocks found.
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for Nether Osmium
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Loading ore type Silicon
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreSilicon"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Adding special blocks for Silicon:
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No special blocks found.
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for Silicon
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Loading ore type Rutile
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreRutile"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Adding special blocks for Rutile:
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No special blocks found.
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for Rutile
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Loading ore type Amethyst
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreAmethyst"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Adding special blocks for Amethyst:
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No special blocks found.
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for Amethyst
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Loading ore type Teslatite
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreTeslatite"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Adding special blocks for Teslatite:
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No special blocks found.
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for Teslatite
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Loading ore type Mana
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreMana"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Adding special blocks for Mana:
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No special blocks found.
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for Mana
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Loading ore type Nether Saltpeter
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreNetherSaltpeter"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Adding special blocks for Nether Saltpeter:
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No special blocks found.
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for Nether Saltpeter
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Loading ore type Thorium
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreThorium"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreThorite"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreThorianite"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Adding special blocks for Thorium:
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No special blocks found.
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for Thorium
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Loading ore type Draconium
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreDraconium"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Adding special blocks for Draconium:
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No special blocks found.
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for Draconium
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Loading ore type Endium
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for "oreEndium"
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: Adding special blocks for Endium:
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No special blocks found.
[14:10:24] [Client thread/INFO] [FML]: DRAGONAPI: No ore blocks detected for Endium
[14:10:25] [Client thread/INFO] [FML]: DRAGONAPI: Failed to initalize class Reika.DragonAPI.ModInteract.DeepInteract.FrameBlacklist! Class not found!
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.NoClassDefFoundError: com/amadornes/framez/api/movement/IMovementHandler
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.forName0(Native Method)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.forName(Class.java:344)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at Reika.DragonAPI.Libraries.Java.ReikaJavaLibrary.initClass(ReikaJavaLibrary.java:268)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at Reika.DragonAPI.DragonAPIInit.postload(DragonAPIInit.java:496)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:742)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Unknown Source)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Unknown Source)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.ClassNotFoundException: com.amadornes.framez.api.movement.IMovementHandler
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 40 more
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.ArrayIndexOutOfBoundsException
[14:10:25] [Client thread/INFO] [FML]: DRAGONAPI ASM: Removing Method: 'Reika/DragonAPI/ModInteract/DeepInteract/FrameBlacklist$FramezHandler.handleStartMoving(Lcom/amadornes/framez/api/movement/IMovingBlock;)Z'; Reason: Refers to one or more classes not found.
[14:10:25] [Client thread/INFO] [FML]: DRAGONAPI ASM: Removing Method: 'Reika/DragonAPI/ModInteract/DeepInteract/FrameBlacklist$FramezHandler.handleFinishMoving(Lcom/amadornes/framez/api/movement/IMovingBlock;)Z'; Reason: Refers to one or more classes not found.
[14:10:25] [Client thread/INFO] [FML]: DRAGONAPI ASM: Removing Method: 'Reika/DragonAPI/ModInteract/DeepInteract/FrameBlacklist$FramezHandler.getMovementType(Lnet/minecraft/world/World;Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/Integer;)Lcom/amadornes/framez/api/movement/BlockMovementType;'; Reason: Refers to one or more classes not found.
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.NoClassDefFoundError: Reika/DragonAPI/ModInteract/DeepInteract/FrameBlacklist$FramezHandler
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.getDeclaredClasses0(Native Method)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.getDeclaredClasses(Class.java:1859)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at Reika.DragonAPI.Libraries.Java.ReikaJavaLibrary.printClassMetadata(ReikaJavaLibrary.java:360)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at Reika.DragonAPI.Libraries.Java.ReikaJavaLibrary.printClassMetadata(ReikaJavaLibrary.java:334)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at Reika.DragonAPI.Libraries.Java.ReikaJavaLibrary.printClassMetadata(ReikaJavaLibrary.java:303)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at Reika.DragonAPI.Libraries.Java.ReikaJavaLibrary.initClass(ReikaJavaLibrary.java:279)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at Reika.DragonAPI.DragonAPIInit.postload(DragonAPIInit.java:496)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:742)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Unknown Source)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Unknown Source)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.ClassNotFoundException: Reika.DragonAPI.ModInteract.DeepInteract.FrameBlacklist$FramezHandler
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 43 more
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.NoClassDefFoundError: com/amadornes/framez/api/movement/IMovementHandler
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.defineClass1(Native Method)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 45 more
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.ClassNotFoundException: com.amadornes.framez.api.movement.IMovementHandler
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 49 more
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.NoClassDefFoundError: com/amadornes/framez/api/movement/IMovementHandler
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.getDeclaredConstructors0(Native Method)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.privateGetDeclaredConstructors(Class.java:2663)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.getDeclaredConstructors(Class.java:2012)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at Reika.DragonAPI.Libraries.Java.ReikaJavaLibrary.printClassMetadata(ReikaJavaLibrary.java:376)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at Reika.DragonAPI.Libraries.Java.ReikaJavaLibrary.printClassMetadata(ReikaJavaLibrary.java:334)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at Reika.DragonAPI.Libraries.Java.ReikaJavaLibrary.printClassMetadata(ReikaJavaLibrary.java:303)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at Reika.DragonAPI.Libraries.Java.ReikaJavaLibrary.initClass(ReikaJavaLibrary.java:279)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at Reika.DragonAPI.DragonAPIInit.postload(DragonAPIInit.java:496)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:742)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Unknown Source)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Unknown Source)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.ClassNotFoundException: com.amadornes.framez.api.movement.IMovementHandler
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 44 more
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.NoClassDefFoundError: com/amadornes/framez/api/movement/IMovementHandler
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.getDeclaredFields0(Native Method)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.privateGetDeclaredFields(Class.java:2575)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.getDeclaredFields(Class.java:1908)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at Reika.DragonAPI.Libraries.Java.ReikaJavaLibrary.printClassMetadata(ReikaJavaLibrary.java:396)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at Reika.DragonAPI.Libraries.Java.ReikaJavaLibrary.printClassMetadata(ReikaJavaLibrary.java:334)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at Reika.DragonAPI.Libraries.Java.ReikaJavaLibrary.printClassMetadata(ReikaJavaLibrary.java:303)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at Reika.DragonAPI.Libraries.Java.ReikaJavaLibrary.initClass(ReikaJavaLibrary.java:279)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at Reika.DragonAPI.DragonAPIInit.postload(DragonAPIInit.java:496)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:742)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Unknown Source)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Unknown Source)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.ClassNotFoundException: com.amadornes.framez.api.movement.IMovementHandler
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 44 more
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.NoClassDefFoundError: com/amadornes/framez/api/movement/IMovementHandler
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.getDeclaredMethods0(Native Method)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.privateGetDeclaredMethods(Class.java:2693)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.getDeclaredMethods(Class.java:1967)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at Reika.DragonAPI.Libraries.Java.ReikaJavaLibrary.printClassMetadata(ReikaJavaLibrary.java:416)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at Reika.DragonAPI.Libraries.Java.ReikaJavaLibrary.printClassMetadata(ReikaJavaLibrary.java:334)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at Reika.DragonAPI.Libraries.Java.ReikaJavaLibrary.printClassMetadata(ReikaJavaLibrary.java:303)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at Reika.DragonAPI.Libraries.Java.ReikaJavaLibrary.initClass(ReikaJavaLibrary.java:279)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at Reika.DragonAPI.DragonAPIInit.postload(DragonAPIInit.java:496)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:742)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Unknown Source)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Unknown Source)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.ClassNotFoundException: com.amadornes.framez.api.movement.IMovementHandler
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[14:10:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 44 more
[14:10:27] [Client thread/INFO] [FML]: DRAGONAPI: Completed loading phase POSTLOAD in 7059 ms (0h:0m:7s:59ms).
[14:10:27] [Client thread/INFO] [FML]: Total mod loading time: 57250 ms (0h:0m:57s:250ms).
[14:10:27] [Client thread/INFO] [eplus]: Plugin initialized in PostInit... TConPlugin
[14:10:32] [Client thread/INFO] [EvilCraft]: postInit()
[14:10:33] [Client thread/ERROR] [EvilCraft]: Could not find a fluid by name 'blood' for a fluid converter config.
[14:10:33] [Client thread/ERROR] [EvilCraft]: Could not find a fluid by name 'life essence' for a fluid converter config.
[14:10:33] [Client thread/ERROR] [EvilCraft]: Could not find a fluid by name 'hell_blood' for a fluid converter config.
[14:10:33] [Client thread/INFO] [EvilCraft]: Added entity class evilcraft.entity.monster.Werewolf to the spirit blacklist.
[14:10:33] [Client thread/INFO] [EvilCraft]: Added entity class evilcraft.entity.monster.VengeanceSpirit to the spirit blacklist.
[14:10:33] [Client thread/INFO] [EvilCraft]: Added entity class evilcraft.entity.monster.ControlledZombie to the spirit blacklist.
[14:10:33] [Client thread/INFO] [EvilCraft]: Added entity class net.minecraft.entity.boss.EntityDragon to the spirit blacklist.
[14:10:37] [Client thread/INFO] [Mantle]: Entering postinitialization phase.
[14:10:37] [Client thread/INFO] [Mantle]: Loading Manual XML from: /assets/mantle/manuals/test.xml
[14:10:37] [Client thread/INFO] [STDOUT]: [tardis.TardisMod:postInit:274]: POSTINIT
[14:10:37] [Client thread/INFO] [STDOUT]: [tardis.common.core.TardisOutput:print:49]: [TM][TCI]Registering AE recipe
[14:10:37] [Client thread/INFO] [STDOUT]: [tardis.common.core.TardisOutput:print:49]: [TM][TCI]Registering TC recipe
[14:10:37] [Client thread/INFO] [Thaumic Energistics]: Starting (PostInit)
[14:10:37] [Client thread/INFO] [Thaumic Energistics]: Added class thaumcraft.common.tiles.TileAlembic with capacity 32 to extraction whitelist.
[14:10:37] [Client thread/INFO] [Thaumic Energistics]: Added class thaumcraft.common.tiles.TileCentrifuge with capacity 0 to extraction whitelist.
[14:10:37] [Client thread/INFO] [Thaumic Energistics]: Added class thaumcraft.common.tiles.TileJarFillable with capacity 64 to injection whitelist.
[14:10:37] [Client thread/INFO] [Thaumic Energistics]: Added class thaumcraft.common.tiles.TileJarFillable with capacity 64 to extraction whitelist.
[14:10:37] [Client thread/INFO] [Thaumic Energistics]: Added class thaumcraft.common.tiles.TileTubeBuffer with capacity 8 to extraction whitelist.
[14:10:37] [Client thread/INFO] [Thaumic Energistics]: Added class thaumcraft.common.tiles.TileEssentiaReservoir with capacity 256 to injection whitelist.
[14:10:37] [Client thread/INFO] [Thaumic Energistics]: Added class thaumcraft.common.tiles.TileEssentiaReservoir with capacity 256 to extraction whitelist.
[14:10:37] [Client thread/INFO] [Thaumic Energistics]: Added class thaumcraft.common.tiles.TileAlchemyFurnaceAdvancedNozzle with capacity 0 to extraction whitelist.
[14:10:37] [Client thread/INFO] [Thaumic Energistics]: Added class thaumicenergistics.tileentities.TileEssentiaVibrationChamber with capacity 64 to injection whitelist.
[14:10:37] [Client thread/INFO] [Thaumic Energistics]: Adding class thaumcraft.common.items.ItemEssence[0] to item whitelist.
[14:10:37] [Client thread/INFO] [Thaumic Energistics]: Adding class thaumcraft.common.items.ItemEssence[1] to item whitelist.
[14:10:37] [Client thread/INFO] [Thaumic Energistics]: Adding class thaumcraft.common.blocks.ItemJarFilled[0] to item whitelist.
[14:10:37] [Client thread/INFO] [Thaumic Energistics]: Adding class thaumcraft.common.blocks.ItemJarFilled[3] to item whitelist.
[14:10:37] [Client thread/INFO] [Thaumic Energistics]: Adding class thaumicenergistics.items.ItemBlockEssentiaVibrationChamber[0] to item whitelist.
[14:10:37] [Client thread/INFO] [Thaumic Energistics]: Starting (Essentia Gas Creation)
[14:10:37] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect aer.
[14:10:37] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect terra.
[14:10:37] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect ignis.
[14:10:37] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect aqua.
[14:10:37] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect ordo.
[14:10:37] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect perditio.
[14:10:37] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect vacuos.
[14:10:37] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect lux.
[14:10:37] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect tempestas.
[14:10:37] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect motus.
[14:10:37] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect gelum.
[14:10:37] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect vitreus.
[14:10:37] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect victus.
[14:10:37] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect venenum.
[14:10:37] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect potentia.
[14:10:37] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect permutatio.
[14:10:37] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect metallum.
[14:10:37] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect mortuus.
[14:10:37] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect volatus.
[14:10:37] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect tenebrae.
[14:10:37] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect spiritus.
[14:10:37] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect sano.
[14:10:37] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect iter.
[14:10:37] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect alienis.
[14:10:38] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect praecantatio.
[14:10:38] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect auram.
[14:10:38] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect vitium.
[14:10:38] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect limus.
[14:10:38] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect herba.
[14:10:38] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect arbor.
[14:10:38] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect bestia.
[14:10:38] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect corpus.
[14:10:38] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect exanimis.
[14:10:38] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect cognitio.
[14:10:38] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect sensus.
[14:10:38] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect humanus.
[14:10:38] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect messis.
[14:10:38] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect perfodio.
[14:10:38] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect instrumentum.
[14:10:38] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect meto.
[14:10:38] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect telum.
[14:10:38] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect tutamen.
[14:10:38] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect fames.
[14:10:38] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect lucrum.
[14:10:38] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect fabrico.
[14:10:38] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect pannus.
[14:10:38] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect machina.
[14:10:38] [Client thread/INFO] [Thaumic Energistics]: Created fluid for aspect vinculum.
[14:10:38] [Client thread/INFO] [Thaumic Energistics]: Finished (Essentia Gas Creation in 665ms)
[14:10:38] [Client thread/INFO] [Thaumic Energistics]: Starting (AE Scanables)
[14:10:38] [Client thread/WARN] [Thaumic Energistics]: Unable to load AE2 Grinder recipes, aspect registration will be incomplete
[14:10:38] [Client thread/WARN] [Thaumic Energistics]: Unable to load AE2 Inscriber recipes, aspect registration will be incomplete
[14:10:39] [Client thread/INFO] [Thaumic Energistics]: 'Fluix Dust' was not registered for TC scanning.
[14:10:39] [Client thread/INFO] [Thaumic Energistics]: 'Sky Stone Dust' was not registered for TC scanning.
[14:10:39] [Client thread/INFO] [Thaumic Energistics]: 'Inscriber Calculation Press' was not registered for TC scanning.
[14:10:39] [Client thread/INFO] [Thaumic Energistics]: 'Inscriber Engineering Press' was not registered for TC scanning.
[14:10:39] [Client thread/INFO] [Thaumic Energistics]: 'Inscriber Logic Press' was not registered for TC scanning.
[14:10:39] [Client thread/INFO] [Thaumic Energistics]: 'Printed Calculation Circuit' was not registered for TC scanning.
[14:10:39] [Client thread/INFO] [Thaumic Energistics]: 'Printed Engineering Circuit' was not registered for TC scanning.
[14:10:39] [Client thread/INFO] [Thaumic Energistics]: 'Printed Logic Circuit' was not registered for TC scanning.
[14:10:39] [Client thread/INFO] [Thaumic Energistics]: 'Inscriber Silicon Press' was not registered for TC scanning.
[14:10:39] [Client thread/INFO] [Thaumic Energistics]: 'Printed Silicon' was not registered for TC scanning.
[14:10:39] [Client thread/INFO] [Thaumic Energistics]: 'Inscriber Name Press' was not registered for TC scanning.
[14:10:39] [Client thread/INFO] [Thaumic Energistics]: 'Certus Quartz Dust' was not registered for TC scanning.
[14:10:39] [Client thread/INFO] [Thaumic Energistics]: 'Flour' was not registered for TC scanning.
[14:10:39] [Client thread/INFO] [Thaumic Energistics]: 'Pulverized Gold' was not registered for TC scanning.
[14:10:39] [Client thread/INFO] [Thaumic Energistics]: 'Pulverized Iron' was not registered for TC scanning.
[14:10:39] [Client thread/INFO] [Thaumic Energistics]: 'Fluix Dust' was not registered for TC scanning.
[14:10:39] [Client thread/INFO] [Thaumic Energistics]: 'Certus Quartz Dust' was not registered for TC scanning.
[14:10:39] [Client thread/INFO] [Thaumic Energistics]: 'Nether Quartz Dust' was not registered for TC scanning.
[14:10:39] [Client thread/INFO] [Thaumic Energistics]: 'Wood Gear' was not registered for TC scanning.
[14:10:39] [Client thread/INFO] [Thaumic Energistics]: 'Creative ME Storage Cell' was not registered for TC scanning.
[14:10:39] [Client thread/INFO] [Thaumic Energistics]: 'Cable Facade - Glass' was not registered for TC scanning.
[14:10:39] [Client thread/INFO] [Thaumic Energistics]: 'Matrix Frame' was not registered for TC scanning.
[14:10:39] [Client thread/INFO] [Thaumic Energistics]: 'Creative Energy Cell' was not registered for TC scanning.
[14:10:39] [Client thread/INFO] [Thaumic Energistics]: 'tile.appliedenergistics2.BlockPaint.name' was not registered for TC scanning.
[14:10:39] [Client thread/INFO] [Thaumic Energistics]: 'Sky Stone Block Stairs' was not registered for TC scanning.
[14:10:39] [Client thread/INFO] [Thaumic Energistics]: 'Sky Stone Brick Stairs' was not registered for TC scanning.
[14:10:39] [Client thread/INFO] [Thaumic Energistics]: 'Sky Stone Small Brick Stairs' was not registered for TC scanning.
[14:10:39] [Client thread/INFO] [Thaumic Energistics]: Finished (AE Scanables in 430ms)
[14:10:39] [Client thread/INFO] [Thaumic Energistics]: Finished (PostInit in 1702ms)
[14:10:42] [Client thread/INFO] [FML]: Unknown recipe class! md.zazpro.mod.recipe.RecipeBeltHighStep Modder please refer to net.minecraftforge.oredict.RecipeSorter
[14:10:42] [Client thread/INFO] [FML]: Unknown recipe class! md.zazpro.mod.recipe.RecipePendantCore Modder please refer to net.minecraftforge.oredict.RecipeSorter
[14:10:42] [Client thread/INFO] [FML]: Unknown recipe class! com.emoniph.witchery.WitcheryRecipes$1 Modder please refer to net.minecraftforge.oredict.RecipeSorter
[14:10:42] [Client thread/INFO] [CoFHWorld]: CoFH Core found 2 World Generation files present in C:\Users\Owner\AppData\Roaming\.minecraft\config\cofh\world/.
[14:10:43] [Client thread/INFO] [CoFHWorld]: Reading world generation info from: C:\Users\Owner\AppData\Roaming\.minecraft\config\cofh\world\ThermalFoundation-Ores.json:
[14:10:43] [Client thread/WARN] [Waila]: [IndustrialCraft 2] Error while loading generator hooks.java.lang.ClassNotFoundException: ic2.core.block.generator.tileentity.TileEntityBaseGenerator
[14:10:43] [Client thread/INFO] [Waila]: [EnderStorage] EnderStorage mod not found.
[14:10:43] [Client thread/INFO] [Waila]: [GraveStone] GraveStone mod not found.
[14:10:43] [Client thread/INFO] [Waila]: TwilightForestMod mod found.
[14:10:43] [Client thread/WARN] [Waila]: [Thermal Dynamics] Error while loading FluidDuct hooks.java.lang.ClassNotFoundException: cofh.thermaldynamics.ducts.fluid.TileFluidDuct
[14:10:43] [Client thread/INFO] [Waila]: [Engineer Toolbox] Engineer Toolbox mod not found.
[14:10:43] [Client thread/INFO] [Waila]: [ProjectRed] ProjectRed|Integration mod not found.
[14:10:43] [Client thread/INFO] [Waila]: ExtraUtilities mod found.
[14:10:43] [Client thread/INFO] [Waila]: [OpenBlocks] OpenBlocks mod not found.
[14:10:43] [Client thread/INFO] [Waila]: [Railcraft] Railcraft mod not found.
[14:10:43] [Client thread/INFO] [Waila]: [PamHarvestCraft] PamHarvestCraft mod not found.
[14:10:43] [Client thread/INFO] [Waila]: [MagicalCrops] MagicalCrops mod not found.
[14:10:43] [Client thread/INFO] [Waila]: [Statues] Statues mod not found.
[14:10:43] [Client thread/INFO] [Waila]: [Agriculture] Agriculture mod not found.
[14:10:43] [Client thread/INFO] [Waila]: Trying to reflect net.geforcemods.securitycraft.imc.waila.WailaDataProvider callbackRegister
[14:10:43] [Client thread/INFO] [Waila]: Success in registering securitycraft
[14:10:43] [Client thread/INFO] [Waila]: Trying to reflect appeng.integration.modules.Waila register
[14:10:44] [Client thread/INFO] [Waila]: Success in registering appliedenergistics2
[14:10:44] [Client thread/INFO] [Waila]: Trying to reflect org.dave.CompactMachines.handler.waila.BlockHandler callbackRegister
[14:10:44] [Client thread/WARN] [Waila]: Could not find class org.dave.CompactMachines.handler.waila.BlockHandler
[14:10:44] [Client thread/INFO] [Waila]: Trying to reflect Reika.DragonAPI.ModInteract.LegacyWailaHelper registerObjects
[14:10:44] [Client thread/INFO] [Waila]: Success in registering DragonAPI
[14:10:44] [Client thread/INFO] [Waila]: Trying to reflect Reika.DragonAPI.ModInteract.WailaTechnicalOverride registerOverride
[14:10:44] [Client thread/INFO] [Waila]: Success in registering DragonAPI
[14:10:44] [Client thread/INFO] [Waila]: Trying to reflect com.pahimar.ee3.waila.WailaDataProvider callbackRegister
[14:10:44] [Client thread/INFO] [Waila]: Success in registering EE3
[14:10:44] [Client thread/INFO] [Waila]: Trying to reflect evilcraft.modcompat.waila.Waila callbackRegister
[14:10:44] [Client thread/INFO] [Waila]: Success in registering evilcraft
[14:10:44] [Client thread/INFO] [Waila]: Trying to reflect extracells.integration.waila.Waila register
[14:10:44] [Client thread/INFO] [Waila]: Success in registering extracells
[14:10:44] [Client thread/INFO] [Waila]: Trying to reflect tardis.common.integration.waila.WailaCallback wailaRegister
[14:10:44] [Client thread/INFO] [STDOUT]: [tardis.common.core.TardisOutput:print:49]: [TM][TWC]Waila callback
[14:10:44] [Client thread/INFO] [Waila]: Success in registering TardisMod
[14:10:44] [Client thread/INFO] [Waila]: Trying to reflect thaumicenergistics.integration.ModuleWaila callbackRegister
[14:10:44] [Client thread/INFO] [Waila]: Success in registering thaumicenergistics
[14:10:44] [Client thread/INFO] [Waila]: Trying to reflect net.darkhax.wawla.addons.vanillamc.AddonVanillaEntities registerAddon
[14:10:44] [Client thread/INFO] [Waila]: Success in registering wawla
[14:10:44] [Client thread/INFO] [Waila]: Trying to reflect net.darkhax.wawla.addons.vanillamc.AddonVanillaTiles registerAddon
[14:10:44] [Client thread/INFO] [Waila]: Success in registering wawla
[14:10:44] [Client thread/INFO] [Waila]: Trying to reflect net.darkhax.wawla.addons.generic.AddonGenericEntities registerAddon
[14:10:45] [Client thread/INFO] [Waila]: Success in registering wawla
[14:10:45] [Client thread/INFO] [Waila]: Trying to reflect net.darkhax.wawla.addons.generic.AddonGenericTiles registerAddon
[14:10:45] [Client thread/INFO] [Waila]: Success in registering wawla
[14:10:45] [Client thread/INFO] [Waila]: Trying to reflect net.darkhax.wawla.addons.thaumcraft.AddonThaumcraftTiles registerAddon
[14:10:45] [Client thread/INFO] [Waila]: Success in registering wawla
[14:10:45] [Client thread/INFO] [Waila]: Trying to reflect com.emoniph.witchery.integration.ModHookWailaRegistrar callbackRegister
[14:10:45] [Client thread/INFO] [Waila]: Success in registering witchery
[14:10:45] [Client thread/INFO] [ThermalFoundation]: [Whitelist] Reading established Whitelist from file.
[14:10:46] [Client thread/INFO] [ThermalFoundation]: Thermal Foundation: Thaumcraft Plugin Enabled.
[14:10:46] [Client thread/INFO] [ThermalFoundation]: Thermal Foundation: Equivalent Exchange 3 Plugin Enabled.
[14:10:46] [Client thread/INFO] [ThermalFoundation]: Load Complete.
[14:10:50] [Client thread/INFO] [ThermalExpansion]: Thermal Expansion: Thaumcraft Plugin Enabled.
[14:10:51] [Client thread/INFO] [ThermalExpansion]: Thermal Expansion: Equivalent Exchange 3 Plugin Enabled.
[14:10:52] [Client thread/INFO] [ThermalExpansion]: Load Complete.
[14:10:53] [Client thread/INFO] [ThermalDynamics]: Load Complete.
[14:10:53] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 68 mods
[14:10:53] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Dynamic Sword Skills, FMLFileResourcePack:Mine & Blade Battlegear 2 - Bullseye, FMLFileResourcePack:SecurityCraft, FMLFileResourcePack:The Deconstruction Mod, FMLFileResourcePack:Adventure Backpack, FMLFileResourcePack:Antique Atlas, FMLFileResourcePack:Applied Energistics 2, FMLFileResourcePack:Baubles Stuff, FMLFileResourcePack:Bedrockium Mod, FMLFileResourcePack:BC Builders, FMLFileResourcePack:BC Transport, FMLFileResourcePack:BC Energy, FMLFileResourcePack:BC Silicon, FMLFileResourcePack:BC Robotics, FMLFileResourcePack:BuildCraft, FMLFileResourcePack:BC Factory, FMLFileResourcePack:Carpenter's Blocks, FMLFileResourcePack:ChickenChunks, FMLFileResourcePack:CloneCraft, FMLFileResourcePack:CoFH Core, FMLFileResourcePack:Compact Machines, FMLFileResourcePack:Dark Core, FMLFileResourcePack:PTRModelLib, FMLFileResourcePack:Decocraft, FMLFileResourcePack:DragonAPI, FMLFileResourcePack:Dynamic Transport, FMLFileResourcePack:Enchanting Plus, FMLFileResourcePack:EnhancedPortals, FMLFileResourcePack:Equivalent Exchange 3, FMLFileResourcePack:EvilCraft, FMLFileResourcePack:Extra Cells 2, FMLFileResourcePack:Extra Utilities, FMLFileResourcePack:Gilded Games Utility, FMLFileResourcePack:Inventory Pets, FMLFileResourcePack:Iron Chest, FMLFileResourcePack:Legends Mod, FMLFileResourcePack:Little Blocks, FMLFileResourcePack:Mantle, FMLFileResourcePack:NotEnoughKeys, FMLFileResourcePack:Slimevoid Library, FMLFileResourcePack:Super Crafting Frame, FMLFileResourcePack:Superheroes Unlimited Mod, FMLFileResourcePack:Superheroes Unlimited Mod (Part 2), FMLFileResourcePack:Tardis Mod, FMLFileResourcePack:Thaumcraft, FMLFileResourcePack:Thaumic Energistics, FMLFileResourcePack:Thermal Dynamics, FMLFileResourcePack:Thermal Expansion, FMLFileResourcePack:Thermal Foundation, FMLFileResourcePack:The Twilight Forest, FMLFileResourcePack:Vein Miner, FMLFileResourcePack:Mod Support, FMLFileResourcePack:Waila, FMLFileResourcePack:What Are We Looking At, FMLFileResourcePack:Witchery, FMLFileResourcePack:§2Zeron§aPowerCraft, FMLFileResourcePack:Baubles, FMLFileResourcePack:Carpenter's Blocks Cached Resources
[14:12:24] [Client thread/INFO] [PTRModelLib]: Total mipmap : 8 ms
[OptiFine] *** Reloading textures ***
[OptiFine] Resource packs: Default
[OptiFine] Loading texture map: textures/blocks
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/0_glass_white/glass_pane_white.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/0_glass_white/glass_white.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/10_glass_purple/glass_pane_purple.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/10_glass_purple/glass_purple.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/11_glass_blue/glass_blue.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/11_glass_blue/glass_pane_blue.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/12_glass_brown/glass_brown.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/12_glass_brown/glass_pane_brown.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/13_glass_green/glass_green.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/13_glass_green/glass_pane_green.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/14_glass_red/glass_pane_red.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/14_glass_red/glass_red.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/15_glass_black/glass_black.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/15_glass_black/glass_pane_black.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/1_glass_orange/glass_orange.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/1_glass_orange/glass_pane_orange.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/2_glass_magenta/glass_magenta.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/2_glass_magenta/glass_pane_magenta.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/3_glass_light_blue/glass_light_blue.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/3_glass_light_blue/glass_pane_light_blue.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/4_glass_yellow/glass_pane_yellow.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/4_glass_yellow/glass_yellow.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/5_glass_lime/glass_lime.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/5_glass_lime/glass_pane_lime.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/6_glass_pink/glass_pane_pink.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/6_glass_pink/glass_pink.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/7_glass_gray/glass_gray.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/7_glass_gray/glass_pane_gray.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/8_glass_silver/glass_pane_silver.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/8_glass_silver/glass_silver.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/9_glass_cyan/glass_cyan.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/9_glass_cyan/glass_pane_cyan.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/bookshelf.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/glass.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/glasspane.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/sandstone.properties
[OptiFine] Multipass connected textures: false
[14:12:44] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'tardismod:textures/blocks/SchemaCore.png, java.io.FileNotFoundException'; File not found.
[14:12:44] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/blocks/MISSING_ICON_BLOCK_534_null.png, java.io.FileNotFoundException'; File not found.
[14:13:09] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/blocks/MISSING_ICON_BLOCK_667_extracells.block.walrus.png, java.io.FileNotFoundException'; File not found.
[14:13:15] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/blocks/planks.png, java.io.FileNotFoundException'; File not found.
[14:13:16] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/blocks/MISSING_ICON_BLOCK_762_lb.littleblocks.png, java.io.FileNotFoundException'; File not found.
[14:13:17] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/blocks/MISSING_ICON_BLOCK_203_alarmLit.png, java.io.FileNotFoundException'; File not found.
[OptiFine] Texture size: textures/blocks, 2048x1024
[OptiFine] Loading texture map: textures/items
[14:13:30] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'ee3:textures/items/bowDarkMatter.png, java.io.FileNotFoundException'; File not found.
[14:13:35] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'missing_icon_item_4677_extrautils:textures/items/lawSword.png, java.io.FileNotFoundException'; File not found.
[14:13:35] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'tardismod:textures/items/ManualItem.png, java.io.FileNotFoundException'; File not found.
[14:13:47] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/items/MISSING_ICON_ITEM_4167_taser.png, java.io.FileNotFoundException'; File not found.
[14:14:00] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'tardismod:textures/items/Component.Peripheral.png, java.io.FileNotFoundException'; File not found.
[14:14:01] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/items/MISSING_ICON_ITEM_4670_extracells.pattern.crafting.png, java.io.FileNotFoundException'; File not found.
[14:14:01] [Client thread/INFO] [FML]: ERROR: Texture Map could not find texture 'minecraft:textures/items/MISSING_ICON_ITEM_4668_extracells.fluid.item.png, java.io.FileNotFoundException'; File not found.
[OptiFine] Texture size: textures/items, 1024x1024
[14:14:11] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[14:14:11] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down...
[14:14:17] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com
[14:14:17] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[14:14:18] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[14:14:18] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[14:14:18] [Thread-22/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[14:14:18] [Thread-22/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[14:14:30] [Thread-22/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
[14:14:30] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[14:14:30] [Sound Library Loader/INFO]: Sound engine started
[OptiFine] *** Reloading custom textures ***
[OptiFine] Loading custom colors: textures/colormap/grass.png
[OptiFine] Loading custom colors: textures/colormap/foliage.png
[14:16:33] [Client thread/ERROR] [FML]: Exception caught during firing event [email protected]:
java.lang.IndexOutOfBoundsException
at java.nio.Buffer.checkIndex(Buffer.java:540) ~[?:1.8.0_25]
at java.nio.DirectByteBuffer.get(DirectByteBuffer.java:253) ~[?:1.8.0_25]
at org.lwjgl.input.Keyboard.isKeyDown(Keyboard.java:407) ~[lwjgl-2.9.1.jar:?]
at mcp.mobius.waila.overlay.WailaTickHandler.tickClient(WailaTickHandler.java:62) ~[WailaTickHandler.class:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler_611_WailaTickHandler_tickClient_ClientTickEvent.invoke(.dynamic) ~[?:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) [EventBus.class:?]
at cpw.mods.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:325) [FMLCommonHandler.class:?]
at net.minecraft.client.Minecraft.func_71407_l(Unknown Source) [bao.class:?]
at net.minecraft.client.Minecraft.func_71411_J(Unknown Source) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Unknown Source) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[14:16:33] [Client thread/ERROR] [FML]: Index: 14 Listeners:
[14:16:33] [Client thread/ERROR] [FML]: 0: NORMAL
[14:16:33] [Client thread/ERROR] [FML]: 1: ASM: [email protected] tickStart(Lcpw/mods/fml/common/gameevent/TickEvent$ClientTickEvent;)V
[14:16:33] [Client thread/ERROR] [FML]: 2: ASM: [email protected] tickStart(Lcpw/mods/fml/common/gameevent/TickEvent$ClientTickEvent;)V
[14:16:33] [Client thread/ERROR] [FML]: 3: ASM: [email protected] onClientTick(Lcpw/mods/fml/common/gameevent/TickEvent$ClientTickEvent;)V
[14:16:33] [Client thread/ERROR] [FML]: 4: ASM: [email protected] keyDown(Lcpw/mods/fml/common/gameevent/TickEvent$ClientTickEvent;)V
[14:16:33] [Client thread/ERROR] [FML]: 5: ASM: [email protected] clientWorldTick(Lcpw/mods/fml/common/gameevent/TickEvent$ClientTickEvent;)V
[14:16:33] [Client thread/ERROR] [FML]: 6: ASM: [email protected] updateParticles(Lcpw/mods/fml/common/gameevent/TickEvent$ClientTickEvent;)V
[14:16:33] [Client thread/ERROR] [FML]: 7: ASM: [email protected] onClientTick(Lcpw/mods/fml/common/gameevent/TickEvent$ClientTickEvent;)V
[14:16:33] [Client thread/ERROR] [FML]: 8: ASM: [email protected] onTick(Lcpw/mods/fml/common/gameevent/TickEvent$ClientTickEvent;)V
[14:16:33] [Client thread/ERROR] [FML]: 9: ASM: [email protected] clientTick(Lcpw/mods/fml/common/gameevent/TickEvent$ClientTickEvent;)V
[14:16:33] [Client thread/ERROR] [FML]: 10: ASM: [email protected] tickEvent(Lcpw/mods/fml/common/gameevent/TickEvent$ClientTickEvent;)V
[14:16:33] [Client thread/ERROR] [FML]: 11: ASM: [email protected] onClientTick(Lcpw/mods/fml/common/gameevent/TickEvent$ClientTickEvent;)V
[14:16:33] [Client thread/ERROR] [FML]: 12: ASM: [email protected] playerInteract(Lcpw/mods/fml/common/gameevent/TickEvent$ClientTickEvent;)V
[14:16:33] [Client thread/ERROR] [FML]: 13: ASM: [email protected] onClientTick(Lcpw/mods/fml/common/gameevent/TickEvent$ClientTickEvent;)V
[14:16:33] [Client thread/ERROR] [FML]: 14: ASM: [email protected] tickClient(Lcpw/mods/fml/common/gameevent/TickEvent$ClientTickEvent;)V
[14:16:33] [Client thread/ERROR] [FML]: 15: ASM: INSTANCE onClientTick(Lcpw/mods/fml/common/gameevent/TickEvent$ClientTickEvent;)V
[14:16:33] [Client thread/ERROR] [FML]: 16: ASM: [email protected] clientTick(Lcpw/mods/fml/common/gameevent/TickEvent$ClientTickEvent;)V
[14:16:33] [Client thread/ERROR] [FML]: 17: ASM: [email protected] getTimer(Lcpw/mods/fml/common/gameevent/TickEvent$ClientTickEvent;)V
[14:16:33] [Client thread/ERROR] [FML]: 18: ASM: com.rwtema.extrautil[email protected] tickCol(Lcpw/mods/fml/common/gameevent/TickEvent$ClientTickEvent;)V
[14:16:33] [Client thread/ERROR] [FML]: 19: ASM: [email protected] clientTick(Lcpw/mods/fml/common/gameevent/TickEvent$ClientTickEvent;)V
[14:16:33] [Client thread/ERROR] [FML]: 20: ASM: [email protected] clientTick(Lcpw/mods/fml/common/gameevent/TickEvent$ClientTickEvent;)V
[14:16:33] [Client thread/ERROR] [FML]: 21: ASM: [email protected] tick(Lcpw/mods/fml/common/gameevent/TickEvent$ClientTickEvent;)V
[14:16:33] [Client thread/ERROR] [FML]: 22: ASM: [email protected] clientTick(Lcpw/mods/fml/common/gameevent/TickEvent$ClientTickEvent;)V
[14:16:33] [Client thread/ERROR] [FML]: 23: ASM: [email protected] tick(Lcpw/mods/fml/common/gameevent/TickEvent;)V
[14:16:33] [Client thread/ERROR] [FML]: 24: ASM: [email protected] onTick(Lcpw/mods/fml/common/gameevent/TickEvent;)V
[14:16:33] [Client thread/ERROR] [FML]: 25: ASM: [email protected] onTick(Lcpw/mods/fml/common/gameevent/TickEvent;)V
[14:17:36] [Client thread/FATAL]: Unreported exception thrown!
java.lang.IndexOutOfBoundsException
at java.nio.Buffer.checkIndex(Buffer.java:540) ~[?:1.8.0_25]
at java.nio.DirectByteBuffer.get(DirectByteBuffer.java:253) ~[?:1.8.0_25]
at org.lwjgl.input.Keyboard.isKeyDown(Keyboard.java:407) ~[lwjgl-2.9.1.jar:?]
at mcp.mobius.waila.overlay.WailaTickHandler.tickClient(WailaTickHandler.java:62) ~[WailaTickHandler.class:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler_611_WailaTickHandler_tickClient_ClientTickEvent.invoke(.dynamic) ~[?:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) ~[EventBus.class:?]
at cpw.mods.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:325) ~[FMLCommonHandler.class:?]
at net.minecraft.client.Minecraft.func_71407_l(Unknown Source) ~[bao.class:?]
at net.minecraft.client.Minecraft.func_71411_J(Unknown Source) ~[bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Unknown Source) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[14:17:38] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:func_71377_b:-1]: ---- Minecraft Crash Report ----
// This doesn't make any sense!
Time: 11/29/15 2:17 PM
Description: Unexpected error
java.lang.IndexOutOfBoundsException
at java.nio.Buffer.checkIndex(Buffer.java:540)
at java.nio.DirectByteBuffer.get(DirectByteBuffer.java:253)
at org.lwjgl.input.Keyboard.isKeyDown(Keyboard.java:407)
at mcp.mobius.waila.overlay.WailaTickHandler.tickClient(WailaTickHandler.java:62)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_611_WailaTickHandler_tickClient_ClientTickEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at cpw.mods.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:325)
at net.minecraft.client.Minecraft.func_71407_l(Unknown Source)
at net.minecraft.client.Minecraft.func_71411_J(Unknown Source)
at net.minecraft.client.Minecraft.func_99999_d(Unknown Source)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1145129856 bytes (1092 MB) / 2941960192 bytes (2805 MB) up to 3006529536 bytes (2867 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn2G
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 15, tallocated: 95
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1481 Optifine OptiFine_1.7.10_HD_U_C1 68 mods loaded, 68 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1481-1.7.10.jar)
UCHIJA Forge{10.13.4.1481} [Minecraft Forge] (forge-1.7.10-10.13.4.1481-1.7.10.jar)
UCHIJA appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar)
UCHIJA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCHIJA NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar)
UCHIJA PlayerAPI{1.4} [Player API] (minecraft.jar)
UCHIJA VeinMiner_coremod{0.21.1_build-37} [Core mod] (minecraft.jar)
UCHIJA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCHIJA <DragonAPI ASM>{0} [DragonAPI ASM Data Initialization] (minecraft.jar)
UCHIJA mod_ThreadedLighting{1.7.10-1.0} [Threaded Lighting] (minecraft.jar)
UCHIJA gilded-games-util{1.7.10-1.1} [Gilded Games Utility] (gilded-games-util (1).jar)
UCHIJA dynamicswordskills{1.7.10-1.6.5} [Dynamic Sword Skills] (1.7.10-dynamicswordskills-1.6.5.jar)
UCHIJA battlegear2{1.7.10} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.8.2.jar)
UCHIJA securitycraft{v1.8.0} [SecurityCraft] ([1.7.10] SecurityCraft v1.8.0.jar)
UCHIJA deconstruction{2.2.5} [The Deconstruction Mod] ([MC1.7.10]deconstruction[v2.2.5].jar)
UCHIJA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHIJA adventurebackpack{1.7.10-0.8b} [Adventure Backpack] (adventurebackpack-1.7.10-0.8b.jar)
UCHIJA antiqueatlas{4.2.4-1.7.10} [Antique Atlas] (antiqueatlas-4.2.4-1.7.10.jar)
UCHIJA appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar)
UCHIJA baublesstuff{1.0} [Baubles Stuff] (baublesstuff-1.0.jar)
UCHIJA be{2.0} [Bedrockium Mod] (BedrockiumMod_v.2.0_for_1.7.10.jar)
UCHIJA CoFHCore{1.7.10R3.0.3} [CoFH Core] (CoFHCore-[1.7.10]3.0.3-303.jar)
UCHIJA BuildCraft|Core{7.1.12} [BuildCraft] (buildcraft-7.1.12.jar)
UCHIJA BuildCraft|Builders{7.1.12} [BC Builders] (buildcraft-7.1.12.jar)
UCHIJA BuildCraft|Transport{7.1.12} [BC Transport] (buildcraft-7.1.12.jar)
UCHIJA BuildCraft|Energy{7.1.12} [BC Energy] (buildcraft-7.1.12.jar)
UCHIJA BuildCraft|Silicon{7.1.12} [BC Silicon] (buildcraft-7.1.12.jar)
UCHIJA BuildCraft|Robotics{7.1.12} [BC Robotics] (buildcraft-7.1.12.jar)
UCHIJA BuildCraft|Factory{7.1.12} [BC Factory] (buildcraft-7.1.12.jar)
UCHIJA CarpentersBlocks{3.3.8_dev_r4} [Carpenter's Blocks] (Carpenter's Blocks v3.3.8_dev_r4 - MC 1.7.10.jar)
UCHIJA ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar)
UCHIJA clonecraft{3.0} [CloneCraft] (CloneCraft-vB3.0.13.-.MC1.7.10.jar)
UCHIJA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCHIJA CompactMachines{1.7.10-1.20} [Compact Machines] (compactmachines-1.7.10-1.20.jar)
UCHIJA darkcore{0.3} [Dark Core] (darkcore-0.3-45.jar)
UCHIJA PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.2.1_1.7.10.jar)
UCHIJA props{2.2.1} [Decocraft] (Decocraft-2.2.1_1.7.10.jar)
UCHIJA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UCHIJA ThermalFoundation{1.7.10R1.2.0} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.0-102.jar)
UCHIJA ThermalExpansion{1.7.10R4.0.3B1} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.3B1-218.jar)
UCHIJA DragonAPI{1.0} [DragonAPI] (DragonAPI 1.7.10 V9b.jar)
UCHIJA SlimevoidLib{2.0.4.7} [Slimevoid Library] (SlimevoidLibrary-2.0.4.7.jar)
UCHIJA DynamicTransport{0.1.2.0} [Dynamic Transport] (DynamicTransport-0.1.2.0.jar)
UCHIJA eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar)
UCHIJA enhancedportals{3.0.12} [EnhancedPortals] (EnhancedPortals_1.7.10-universal-3.0.12.jar)
UCHIJA EE3{0.3.507} [Equivalent Exchange 3] (EquivalentExchange3-1.7.10-0.3.507.jar)
UCHIJA evilcraft{0.9.2} [EvilCraft] (EvilCraft-1.7.10-0.9.2.jar)
UCHIJA extracells{2.2.73} [Extra Cells 2] (ExtraCells-1.7.10-2.2.73b129.jar)
UCHIJA ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
UCHIJA InventoryPets{1.3.6} [Inventory Pets] (inventorypets-1.7.10-1.3.6-universal.jar)
UCHIJA IronChest{6.0.60.741} [Iron Chest] (ironchest-1.7.10-6.0.60.741-universal.jar)
UCHIJA legends{1.2} [Legends Mod] (Legends Core-1.2.jar)
UCHIJA LittleBlocks{2.2.4.4} [Little Blocks] (LittleBlocks-2.2.4.4.jar)
UCHIJA Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
UCHIJA notenoughkeys{@[email protected]} [NotEnoughKeys] (NotEnoughKeys-1.7.10-3.0.0b43-universal.jar)
UCHIJA supercraftingframe{1.7.10.3} [Super Crafting Frame] (supercraftingframe-1.7.10.3.jar)
UCHIJA sus{4.2.1} [Superheroes Unlimited Mod] (Superheroes Unlimited Mod-1.7.10-4.2.1.jar)
UCHIJA susaddon{4.2.1} [Superheroes Unlimited Mod (Part 2)] (Superheroes Unlimited Mod-1.7.10-4.2.1.jar)
UCHIJA TardisMod{0.99} [Tardis Mod] (tardismod-1.7.10-0.99-207.jar)
UCHIJA thaumicenergistics{0.8.10.10} [Thaumic Energistics] (thaumicenergistics-0.8.10.10.jar)
UCHIJA ThermalDynamics{1.7.10R1.1.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.1.0-161.jar)
UCHIJA TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
UCHIJA VeinMiner{0.21.1} [Vein Miner] (VeinMiner-1.7.10_0.21.1.jar)
UCHIJA VeinMinerModSupport{0.21.1} [Mod Support] (VeinMiner-1.7.10_0.21.1.jar)
UCHIJA wawla{1.3.3} [What Are We Looking At] (Wawla-1.3.3-1.7.10.jar)
UCHIJA witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
UCHIJA zeronpowercraft{1.7.10-2.0} [§2Zeron§aPowerCraft] (ZeronPowerCraft_1.7.10-2.0-Stable.jar)
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.4.13084 Compatibility Profile Context 14.301.1001.0' Renderer: 'AMD Radeon HD 6320 Graphics'
AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291
CoFHCore: -[1.7.10]3.0.3-303
ThermalFoundation: -[1.7.10]1.2.0-102
ThermalExpansion: -[1.7.10]4.0.3B1-218
Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
ThermalDynamics: -[1.7.10]1.1.0-161
AE2 Integration: IC2:OFF, RotaryCraft:OFF, RC:OFF, BC:ON, RF:ON, RFItem:ON, MFR:OFF, DSU:ON, FZ:OFF, FMP:OFF, RB:OFF, CLApi:OFF, Waila:ON, InvTweaks:OFF, NEI:ON, CraftGuide:OFF, Mekanism:OFF, ImmibisMicroblocks:OFF, BetterStorage:OFF
Launched Version: 1.7.10-Forge10.13.4.1481-1.7.10
LWJGL: 2.9.1
OpenGL: AMD Radeon HD 6320 Graphics GL version 4.4.13084 Compatibility Profile Context 14.301.1001.0, ATI Technologies Inc.
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
[14:17:38] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:func_71377_b:-1]: #@[email protected]# Game crashed! Crash report saved to: #@[email protected]# C:\Users\Owner\AppData\Roaming\.minecraft\crash-reports\crash-2015-11-29_14.17.36-client.txt