Advertisement
Zephyr300

RR Crash II - 6/18/14

Jun 18th, 2014
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.04 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Hi. I'm Minecraft, and I'm a crashaholic.
  3.  
  4. Time: 6/18/14 4:25 PM
  5. Description: Initializing game
  6.  
  7. java.lang.RuntimeException: Unknown character ' ' in '/config/Mekanism.cfg:1'
  8. at net.minecraftforge.common.Configuration.load(Configuration.java:625)
  9. at net.minecraftforge.common.Configuration.<init>(Configuration.java:100)
  10. at mekanism.common.Mekanism.preInit(Mekanism.java:1110)
  11. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  12. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  13. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  14. at java.lang.reflect.Method.invoke(Unknown Source)
  15. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
  16. at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
  17. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  18. at java.lang.reflect.Method.invoke(Unknown Source)
  19. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  20. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  21. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  22. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  23. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  24. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
  25. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
  26. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  27. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  28. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  29. at java.lang.reflect.Method.invoke(Unknown Source)
  30. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  31. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  32. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  33. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  34. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  35. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
  36. at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
  37. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
  38. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
  39. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
  40. at net.minecraft.client.main.Main.main(SourceFile:101)
  41. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  42. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  43. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  44. at java.lang.reflect.Method.invoke(Unknown Source)
  45. at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
  46. at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
  47.  
  48.  
  49. A detailed walkthrough of the error, its code path and all known details is as follows:
  50. ---------------------------------------------------------------------------------------
  51.  
  52. -- Head --
  53. Stacktrace:
  54. at net.minecraftforge.common.Configuration.load(Configuration.java:625)
  55. at net.minecraftforge.common.Configuration.<init>(Configuration.java:100)
  56. at mekanism.common.Mekanism.preInit(Mekanism.java:1110)
  57. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  58. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  59. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  60. at java.lang.reflect.Method.invoke(Unknown Source)
  61. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
  62. at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
  63. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  64. at java.lang.reflect.Method.invoke(Unknown Source)
  65. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  66. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  67. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  68. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  69. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  70. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
  71. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
  72. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  73. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  74. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  75. at java.lang.reflect.Method.invoke(Unknown Source)
  76. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  77. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  78. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  79. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  80. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  81. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
  82. at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
  83. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
  84. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
  85.  
  86. -- Initialization --
  87. Details:
  88. Stacktrace:
  89. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
  90. at net.minecraft.client.main.Main.main(SourceFile:101)
  91. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  92. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  93. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  94. at java.lang.reflect.Method.invoke(Unknown Source)
  95. at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
  96. at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
  97.  
  98. -- System Details --
  99. Details:
  100. Minecraft Version: 1.6.4
  101. Operating System: Windows 8.1 (amd64) version 6.3
  102. Java Version: 1.8.0_05, Oracle Corporation
  103. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  104. Memory: 169787720 bytes (161 MB) / 1169162240 bytes (1115 MB) up to 2386558976 bytes (2276 MB)
  105. Mod Pack: Unknown / None
  106. LiteLoader Mods: 0 loaded mod(s)
  107. JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -XX:-OmitStackTraceInFastThrow -Xms256M -Xmx2560M -XX:MetaspaceSize=256M
  108. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  109. Suspicious classes: FML and Forge are installed
  110. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  111. FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 226 mods loaded, 226 mods active
  112. mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  113. FML{6.4.49.965} [Forge Mod Loader] (forge-1.6.4-9.11.1.965-universal.jar) Unloaded->Constructed->Pre-initialized
  114. Forge{9.11.1.965} [Minecraft Forge] (forge-1.6.4-9.11.1.965-universal.jar) Unloaded->Constructed->Pre-initialized
  115. AppliedEnergistics-Core{rv14.finale3} [AppliedEnergistics Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  116. CodeChickenCore{0.9.0.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  117. denLib{3.1.35} [denLib] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  118. Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  119. MobiusCore{1.2.1} [MobiusCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  120. NotEnoughItems{1.6.1.9} [Not Enough Items] (NOTENOUGHITEMS 1.6.1.9.jar) Unloaded->Constructed->Pre-initialized
  121. OpenEye{0.5} [OpenEye] (OPENEYE-0.5-1.6.4.jar) Unloaded->Constructed->Pre-initialized
  122. PowerCrystalsCore{1.1.8} [PowerCrystals Core] (POWERCRYSTALSCORE-1.1.8-9.jar) Unloaded->Constructed->Pre-initialized
  123. switches|pistontweak{1.3.0 build 25} [Switches|PistonTweak] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  124. TConstruct-Preloader{0.0.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  125. OpenModsCore{@VERSION@} [OpenModsCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  126. BuildCraft|Core{4.2.2} [BuildCraft] (BUILDCRAFT-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
  127. BuildCraft|Builders{4.2.2} [BC Builders] (BUILDCRAFT-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
  128. BuildCraft|Energy{4.2.2} [BC Energy] (BUILDCRAFT-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
  129. BuildCraft|Factory{4.2.2} [BC Factory] (BUILDCRAFT-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
  130. BuildCraft|Transport{4.2.2} [BC Transport] (BUILDCRAFT-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
  131. MineFactoryReloaded{1.6.4R2.7.9} [MineFactory Reloaded] (00000_MINEFACTORYRELOADED-2.7.9-FINAL.jar) Unloaded->Constructed->Pre-initialized
  132. MineFactoryReloaded|CompatForestryPre{1.6.4R2.7.9} [MFR Compat: Forestry (part 2)] (00000_MINEFACTORYRELOADED-2.7.9-FINAL.jar) Unloaded->Constructed->Pre-initialized
  133. Natura{2.1.14} [Natura] (NATURA_MC1.6.X_2.1.14.jar) Unloaded->Constructed->Pre-initialized
  134. BiomesOPlenty{1.2.1} [Biomes O' Plenty] (BIOMESOPLENTY-UNIVERSAL-1.6.4-1.2.1.416.jar) Unloaded->Constructed->Pre-initialized
  135. Forestry{2.3.1.1} [Forestry for Minecraft] (FORESTRY-A-2.3.1.1.jar) Unloaded->Constructed->Pre-initialized
  136. MFR Compat Forestry Trees{1.0} [MFR Compat Forestry Trees] (00000_MINEFACTORYRELOADED-2.7.9-FINAL.jar) Unloaded->Constructed->Pre-initialized
  137. BinnieCore{1.8.0} [Binnie Core] (BINNIE-MODS-1.8.0.jar) Unloaded->Constructed->Pre-initialized
  138. ExtraTrees{1.8.0} [Extra Trees] (BINNIE-MODS-1.8.0.jar) Unloaded->Constructed->Pre-initialized
  139. MFR Compat Extra Trees{1.0} [MFR Compat Extra Trees] (00000_MINEFACTORYRELOADED-2.7.9-FINAL.jar) Unloaded->Constructed->Pre-initialized
  140. AppliedEnergistics{rv14.finale3} [Applied Energistics] (APPENG-RV14-FINALE3-MC16X.jar) Unloaded->Constructed->Pre-initialized
  141. MineFactoryReloaded|CompatAppliedEnergistics{1.6.4R2.7.9} [MFR Compat: Applied Energistics] (00000_MINEFACTORYRELOADED-2.7.9-FINAL.jar) Unloaded->Constructed->Pre-initialized
  142. MineFactoryReloaded|CompatAtum{1.6.4R2.7.9} [MFR Compat: Atum] (00000_MINEFACTORYRELOADED-2.7.9-FINAL.jar) Unloaded->Constructed->Pre-initialized
  143. MineFactoryReloaded|CompatBackTools{1.6.4R2.7.9} [MFR Compat: BackTools] (00000_MINEFACTORYRELOADED-2.7.9-FINAL.jar) Unloaded->Constructed->Pre-initialized
  144. MineFactoryReloaded|CompatBuildCraft{1.6.4R2.7.9} [MFR Compat: BuildCraft] (00000_MINEFACTORYRELOADED-2.7.9-FINAL.jar) Unloaded->Constructed->Pre-initialized
  145. MineFactoryReloaded|CompatChococraft{1.6.4R2.7.9} [MFR Compat: Chococraft] (00000_MINEFACTORYRELOADED-2.7.9-FINAL.jar) Unloaded->Constructed->Pre-initialized
  146. MineFactoryReloaded|CompatExtraBiomes{1.6.4R2.7.9} [MFR Compat: ExtraBiomes] (00000_MINEFACTORYRELOADED-2.7.9-FINAL.jar) Unloaded->Constructed->Pre-initialized
  147. MineFactoryReloaded|CompatForestry{1.6.4R2.7.9} [MFR Compat: Forestry] (00000_MINEFACTORYRELOADED-2.7.9-FINAL.jar) Unloaded->Constructed->Pre-initialized
  148. MineFactoryReloaded|CompatForgeMicroblock{1.6.4R2.7.9} [MFR Compat: ForgeMicroblock] (00000_MINEFACTORYRELOADED-2.7.9-FINAL.jar) Unloaded->Constructed->Pre-initialized
  149. MineFactoryReloaded|CompatIC2{1.6.4R2.7.9} [MFR Compat: IC2] (00000_MINEFACTORYRELOADED-2.7.9-FINAL.jar) Unloaded->Constructed->Pre-initialized
  150. Mystcraft{0.10.13.01} [Mystcraft] (MYSTCRAFT-UNI-1.6.4-0.10.13.01.zip) Unloaded->Constructed->Pre-initialized
  151. MineFactoryReloaded|CompatMystcraft{1.6.4R2.7.9} [MFR Compat: Mystcraft] (00000_MINEFACTORYRELOADED-2.7.9-FINAL.jar) Unloaded->Constructed->Pre-initialized
  152. MineFactoryReloaded|CompatPams{1.6.4R2.7.9} [MFR Compat: Pam's Mods] (00000_MINEFACTORYRELOADED-2.7.9-FINAL.jar) Unloaded->Constructed->Pre-initialized
  153. ComputerCraft{1.63} [ComputerCraft] (COMPUTERCRAFT1.63.jar) Unloaded->Constructed->Pre-initialized
  154. UniversalElectricity{3.1.0} [Universal Electricity] (00000_UNIVERSAL-ELECTRICITY-3.1.0.108-CORE.jar) Unloaded->Constructed->Pre-initialized
  155. ForgeMultipart{1.0.0.250} [Forge Multipart] (ForgeMultipart-universal-1.6.4-1.0.0.250.jar) Unloaded->Constructed->Pre-initialized
  156. ProjRed|Core{4.3.5.30} [ProjectRed] (PROJECTREDBASE-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized
  157. ProjRed|Exploration{4.3.5.30} [ProjectRed-Exploration] (PROJECTREDWORLD-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized
  158. MineFactoryReloaded|CompatProjRed{1.6.4R2.7.9} [MFR Compat ProjectRed] (00000_MINEFACTORYRELOADED-2.7.9-FINAL.jar) Unloaded->Constructed->Pre-initialized
  159. Thaumcraft{4.1.0g} [Thaumcraft] (00001_THAUMCRAFT4.1.0G.zip) Unloaded->Constructed->Pre-initialized
  160. Railcraft{8.4.0.0} [Railcraft] (RAILCRAFT_1.6.4-8.4.0.0.jar) Unloaded->Constructed->Pre-initialized
  161. MineFactoryReloaded|CompatRailcraft{1.6.4R2.7.9} [MFR Compat: Railcraft] (00000_MINEFACTORYRELOADED-2.7.9-FINAL.jar) Unloaded->Constructed->Pre-initialized
  162. MineFactoryReloaded|CompatRP2{1.6.4R2.7.9} [MFR Compat: RP2] (00000_MINEFACTORYRELOADED-2.7.9-FINAL.jar) Unloaded->Constructed->Pre-initialized
  163. MineFactoryReloaded|CompatSufficientBiomes{1.6.4R2.7.9} [MFR Compat: Sufficient Biomes] (00000_MINEFACTORYRELOADED-2.7.9-FINAL.jar) Unloaded->Constructed->Pre-initialized
  164. MineFactoryReloaded|CompatThaumcraft{1.6.4R2.7.9} [MFR Compat: Thaumcraft] (00000_MINEFACTORYRELOADED-2.7.9-FINAL.jar) Unloaded->Constructed->Pre-initialized
  165. CoFHCore{2.0.0.5} [CoFH Core] (00002_COFHCORE-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized
  166. NetherOres{1.6.2R2.2.2} [Nether Ores] (NETHERORES-2.2.2-55.jar) Unloaded->Constructed->Pre-initialized
  167. ThermalExpansion{3.0.0.7} [Thermal Expansion] (ZZZZY_THERMALEXPANSION-3.0.0.7.jar) Unloaded->Constructed->Pre-initialized
  168. MineFactoryReloaded|CompatThermalExpansion{1.6.4R2.7.9} [MFR Compat: Thermal Expansion] (00000_MINEFACTORYRELOADED-2.7.9-FINAL.jar) Unloaded->Constructed->Pre-initialized
  169. TwilightForest{1.20.5} [The Twilight Forest] (TWILIGHTFOREST-1.6.4-1.20.5.jar) Unloaded->Constructed->Pre-initialized
  170. MineFactoryReloaded|CompatTwilightForest{1.6.4R2.7.9} [MFR Compat: TwilightForest] (00000_MINEFACTORYRELOADED-2.7.9-FINAL.jar) Unloaded->Constructed->Pre-initialized
  171. MineFactoryReloaded|CompatVanilla{1.6.4R2.7.9} [MFR Compat: Vanilla] (00000_MINEFACTORYRELOADED-2.7.9-FINAL.jar) Unloaded->Constructed->Pre-initialized
  172. MineFactoryReloaded|CompatXyCraft{1.6.4R2.7.9} [MFR Compat: XyCraft] (00000_MINEFACTORYRELOADED-2.7.9-FINAL.jar) Unloaded->Constructed->Pre-initialized
  173. Waila{1.5.2a} [Waila] (00000_WAILA_1.5.2A.zip) Unloaded->Constructed->Pre-initialized
  174. EnderStorage{1.4.3.6} [EnderStorage] (ENDERSTORAGE 1.4.3.6.jar) Unloaded->Constructed->Pre-initialized
  175. factorization{0.8.34} [Factorization] (FACTORIZATION-0.8.34.jar) Unloaded->Constructed->Pre-initialized
  176. DartCraft{Beta 0.2.19} [DartCraft] (00001_DARTCRAFT BETA 0.2.19V4.jar) Unloaded->Constructed->Pre-initialized
  177. CoFHLoot{2.0.0.5} [CoFH Loot] (00002_COFHCORE-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized
  178. CoFHMasquerade{2.0.0.5} [CoFH Masquerade] (00002_COFHCORE-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized
  179. CoFHSocial{2.0.0.5} [CoFH Social] (00002_COFHCORE-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized
  180. CoFHWorld{2.0.0.5} [CoFH World] (00002_COFHCORE-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized
  181. DamageIndicatorsMod{2.9.2.4} [Damage Indicators] (1.6.4 DAMAGEINDICATORSV2.9.2.4.zip) Unloaded->Constructed->Pre-initialized
  182. advancedgenetics{v1.4.3} [Advanced Genetics] (ADVANCEDGENETICS-1.4.3-1.6.jar) Unloaded->Constructed->Pre-initialized
  183. AdvancedThaumaturgy{0.0.28} [Advanced Thaumaturgy] (ADVANCEDTHAUMATURGY-1.6.4-0.0.28.jar) Unloaded->Constructed->Pre-initialized
  184. arsmagica2{1.1.2b} [Ars Magica 2] (AM2_1.1.2B.zip) Unloaded->Constructed->Pre-initialized
  185. Autoutils{1.0.1} [Autoutils] (AUTOUTILS-1.6.4-1.0.1.jar) Unloaded->Constructed->Pre-initialized
  186. Backpack{1.28.37} [Backpack] (BACKPACK-1.28.37-1.6.X.jar) Unloaded->Constructed->Pre-initialized
  187. bdlib{1.2.3.48} [BD Lib] (BDLIB-MC164-1.2.3.48.jar) Unloaded->Constructed->Pre-initialized
  188. BetterDungeons{2.4} [Chocolate quest] (BETTERDUNGEONS2091.zip) Unloaded->Constructed->Pre-initialized
  189. BiblioCraft{1.5.5} [BiblioCraft] (BIBLIOCRAFT[V1.5.5].zip) Unloaded->Constructed->Pre-initialized
  190. BiblioWoodsBoP{1.3} [BiblioWoods Biomes O'Plenty Edition] (BIBLIOWOODS[BIOMESOPLENTY][V1.3].zip) Unloaded->Constructed->Pre-initialized
  191. BiblioWoodsForestry{1.3} [BiblioWoods Forestry Edition] (BIBLIOWOODS[FORESTRY][V1.3].zip) Unloaded->Constructed->Pre-initialized
  192. BiblioWoodsNatura{1.1} [BiblioWoods Natura Edition] (BIBLIOWOODS[NATURA][V1.1].zip) Unloaded->Constructed->Pre-initialized
  193. Mekanism{6.0.5} [Mekanism] (MEKANISM-6.0.5.46.jar) Unloaded->Constructed->Errored
  194. BigReactors{0.3.3A} [Big Reactors] (BIGREACTORS-0.3.3A.jar) Unloaded->Constructed->Pre-initialized
  195. ExtraBees{1.8.0} [Extra Bees] (BINNIE-MODS-1.8.0.jar) Unloaded->Constructed->Pre-initialized
  196. AWWayofTime{v1.0.1e} [Blood Magic: Alchemical Wizardry] (BLOOD MAGIC V1.0.1E.zip) Unloaded->Constructed->Pre-initialized
  197. BuildCraft|Silicon{4.2.2} [BC Silicon] (BUILDCRAFT-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
  198. Additional-Buildcraft-Objects{1.0.7.560} [Additional Buildcraft Objects] (BUILDCRAFT-Z-ADDITIONAL-BUILDCRAFT-OBJECTS-1.0.7.560.jar) Unloaded->Constructed->Pre-initialized
  199. CarpentersBlocks{2.1.0} [Carpenter's Blocks] (CARPENTERS BLOCKS V2.1.0 - MC 1.6.zip) Unloaded->Constructed->Pre-initialized
  200. OpenMods{0.5} [OpenMods] (OPENMODSLIB-0.5.jar) Unloaded->Constructed->Pre-initialized
  201. ProjRed|Transmission{4.3.5.30} [ProjectRed-Transmission] (PROJECTREDINTEGRATION-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized
  202. OpenPeripheralCore{0.4} [OpenPeripheralCore] (OPENPERIPHERALCORE-0.4.0.jar) Unloaded->Constructed->Pre-initialized
  203. OpenPeripheral{0.1.4} [OpenPeripheralAddons] (OPENPERIPHERALADDONS-0.1.4.jar) Unloaded->Constructed->Pre-initialized
  204. CCTransport{1.0.1} [CCTransport] (CCTRANSPORT-1.0.1.jar) Unloaded->Constructed->Pre-initialized
  205. charlotteUtilities{0.7.0} [Charlotte's Utilities] (CHARLOTTESUTILITIES-0.7.0.zip) Unloaded->Constructed->Pre-initialized
  206. ChickenChunks{1.3.3.4} [ChickenChunks] (CHICKENCHUNKS 1.3.3.4.jar) Unloaded->Constructed->Pre-initialized
  207. Chisel{1.5.2} [Chisel] (CHISEL-1.6.4-1.5.2.jar) Unloaded->Constructed->Pre-initialized
  208. crowley.skyblock{1.29d} [Ex Nihilo] (CROWLEY-SKYBLOCK-V1.29D.jar) Unloaded->Constructed->Pre-initialized
  209. dartpatch{2.3} [DartPatch] (DARTPATCH-2.3.jar) Unloaded->Constructed->Pre-initialized
  210. DenPipes-Forestry{1.1.8} [DenPipes-Forestry] (DENPIPES-FORESTRY-1.6.4-1.1.8.jar) Unloaded->Constructed->Pre-initialized
  211. xreliquary{1.1.2} [Xeno's Reliquary] (RELIQUARY-1.1.2B.jar) Unloaded->Constructed->Pre-initialized
  212. DenPipes{2.1.18} [DenPipes] (DENPIPES-1.6.4-2.1.18.jar) Unloaded->Constructed->Pre-initialized
  213. ImmibisCore{57.2.0} [Immibis Core] (IMMIBIS-CORE-57.2.0.jar) Unloaded->Constructed->Pre-initialized
  214. DimensionalAnchors{57.1.96} [Dimensional Anchors] (DIMENSIONAL-ANCHOR-57.1.96.jar) Unloaded->Constructed->Pre-initialized
  215. EiraIRC{@VERSION@} [EiraIRC] (EIRAIRC-MC1.6.4-V1.6.3.jar) Unloaded->Constructed->Pre-initialized
  216. emashercore{1.2.3.4} [Emasher Resource] (EMASHERRESOURCE-1.2.3.5.zip) Unloaded->Constructed->Pre-initialized
  217. Enchiridion{1.1} [Enchiridion] (ENCHIRIDION-1.6.4-1.1.jar) Unloaded->Constructed->Pre-initialized
  218. EnderIO{1.0.6} [Ender IO] (ENDERIO-1.6.4-1.0.6.376.jar) Unloaded->Constructed->Pre-initialized
  219. eng_toolbox{1.1.8.3} [Engineer's Toolbox] (ENGINEERSTOOLBOX-1.1.8.4.zip) Unloaded->Constructed->Pre-initialized
  220. enhancedportals{3.0.0b-final} [EnhancedPortals] (ENHANCEDPORTALS_1.6.4-UNIVERSAL-3.0.0B-FINAL2.jar) Unloaded->Constructed->Pre-initialized
  221. KeithyUtils{1.2} [Keithy Utils] (KEITHYUTILS-1.6.4-1.2.16.jar) Unloaded->Constructed->Pre-initialized
  222. Metallurgy3Core{3.2.3} [Metallurgy 3 Core] (METALLURGY-1.6.4-3.3.2.jar) Unloaded->Constructed->Pre-initialized
  223. Metallurgy3Base{3.2.3} [Metallurgy 3 Base] (METALLURGY-1.6.4-3.3.2.jar) Unloaded->Constructed->Pre-initialized
  224. TConstruct{1.6.X_1.5.5.7} [Tinkers' Construct] (TCONSTRUCT_MC1.6.4_1.5.5.7.jar) Unloaded->Constructed->Pre-initialized
  225. ExtraTiC{0.8.3} [ExtraTiC] (EXTRATIC-1.6.4-0.8.3.jar) Unloaded->Constructed->Pre-initialized
  226. Growthcraft{2.0.6} [Growthcraft] (GROWTHCRAFT-CORE-1.6.4-2.0.6.zip) Unloaded->Constructed->Pre-initialized
  227. Growthcraft|Cellar{2.0.7} [Growthcraft Cellar] (GROWTHCRAFT-CELLAR-1.6.4-2.0.7.zip) Unloaded->Constructed->Pre-initialized
  228. Growthcraft|Apples{2.0.6} [Growthcraft Apples] (GROWTHCRAFT-APPLES-1.6.4-2.0.6.zip) Unloaded->Constructed->Pre-initialized
  229. Growthcraft|Bamboo{2.0.6} [Growthcraft Bamboo] (GROWTHCRAFT-BAMBOO-1.6.4-2.0.6.zip) Unloaded->Constructed->Pre-initialized
  230. Growthcraft|Grapes{2.0.6} [Growthcraft Grapes] (GROWTHCRAFT-GRAPES-1.6.4-2.0.6.zip) Unloaded->Constructed->Pre-initialized
  231. Growthcraft|Hops{2.0.6} [Growthcraft Hops] (GROWTHCRAFT-HOPS-1.6.4-2.0.6.zip) Unloaded->Constructed->Pre-initialized
  232. Growthcraft|Rice{2.0.6} [Growthcraft Rice] (GROWTHCRAFT-RICE-1.6.4.-2.0.6.zip) Unloaded->Constructed->Pre-initialized
  233. Mariculture{1.2.2f} [Mariculture] (MARICULTURE-1.6.4-1.2.2F.jar) Unloaded->Constructed->Pre-initialized
  234. exaliquo{0.11.2} [Ex Aliquo] (EXALIQUO_0.11.2.zip) Unloaded->Constructed->Pre-initialized
  235. LogisticsPipes|Main{0.7.4.dev.241} [Logistics Pipes] (LOGISTICSPIPES-MC1.6.4-0.7.4.DEV.241.jar) Unloaded->Constructed->Pre-initialized
  236. extracells{1.6.9c} [ExtraCells] (EXTRACELLS-1.6.9C.jar) Unloaded->Constructed->Pre-initialized
  237. ExtraUtilities{1.0.3c} [Extra Utilities] (EXTRAUTILS-1.0.3C.zip) Unloaded->Constructed->Pre-initialized
  238. factorization.misc{0.8.34} [Factorization Miscellaneous Nonsense] (FACTORIZATION-0.8.34.jar) Unloaded->Constructed->Pre-initialized
  239. factorization.notify{0.8.34} [Factorization Notification System] (FACTORIZATION-0.8.34.jar) Unloaded->Constructed->Pre-initialized
  240. factorization.dimensionalSlice{0.8.34} [Factorization Dimensional Slices] (FACTORIZATION-0.8.34.jar) Unloaded->Constructed->Pre-initialized
  241. FinndusFillies{1.0.0} [Finndus Fillies] (FINNDUSFILLIES-1.6.2-UNIVERSAL-1.0.0.7.jar) Unloaded->Constructed->Pre-initialized
  242. flatsigns{1.4.0} [Flat Signs] (FLATSIGNS-1.6.2-UNIVERSAL-1.4.0.15.jar) Unloaded->Constructed->Pre-initialized
  243. ThaumicTinkererKami{1.0} [Thaumic Tinkerer KAMI] (THAUMICTINKERERKAMI_J6.jar) Unloaded->Constructed->Pre-initialized
  244. ThaumicTinkerer{2.3-140} [Thaumic Tinkerer] (THAUMICTINKERER-2.3-140.jar) Unloaded->Constructed->Pre-initialized
  245. ForbiddenMagic{0.34} [Forbidden Magic] (FORBIDDENMAGIC PR0.34.jar) Unloaded->Constructed->Pre-initialized
  246. GalacticraftCore{2.0.13} [Galacticraft Core] (GALACTICRAFT-1.6.4-2.0.13.1063.jar) Unloaded->Constructed->Pre-initialized
  247. GalacticraftMars{2.0.13} [Galacticraft Mars] (GALACTICRAFT-PLANETS-1.6.4-2.0.13.1063.jar) Unloaded->Constructed->Pre-initialized
  248. gascraft{2.0.4.3} [GasCraft] (GASCRAFT-2.0.4.4.zip) Unloaded->Constructed->Pre-initialized
  249. gendustry{1.1.3.78} [GenDustry] (GENDUSTRY-MC164-1.1.3.78.jar) Unloaded->Constructed->Pre-initialized
  250. iChunUtil{2.4.0} [iChunUtil] (ICHUNUTIL2.4.0.zip) Unloaded->Constructed->Pre-initialized
  251. GraviGun{2.0.0} [GraviGun] (GRAVITYGUN2.0.0.zip) Unloaded->Constructed->Pre-initialized
  252. GregsLighting{1.9.1} [Greg's Lighting] (GREGSLIGHTING-1.9.1-MC1.6.4.jar) Unloaded->Constructed->Pre-initialized
  253. Growthcraft|Fishtrap{2.0.6a} [Growthcraft Fishtrap] (GROWTHCRAFT-FISHTRAP-1.6.4-2.0.6A.zip) Unloaded->Constructed->Pre-initialized
  254. HardcoreEnderExpansion{1.6.1} [Hardcore Ender Expansion] (HARDCOREENDEREXPANSION_1.6.1.zip) Unloaded->Constructed->Pre-initialized
  255. HexWool{0.3.2} [HexWool] (HEXWOOL-0.3.2-MC1.6.4.jar) Unloaded->Constructed->Pre-initialized
  256. ImmibisPeripherals{57.1.0} [Immibis's Peripherals] (IMMIBIS-PERIPHERALS-57.1.0.jar) Unloaded->Constructed->Pre-initialized
  257. InfiniTubes{57.0.5} [InfiniTubes] (INFINITUBES-57.0.5.jar) Unloaded->Constructed->Pre-initialized
  258. inventorytweaks{@VERSION@} [Inventory Tweaks] (INVENTORYTWEAKS-1.57-DEV-95.jar) Unloaded->Constructed->Pre-initialized
  259. IronChest{5.4.1.702} [Iron Chest] (IRONCHEST-UNIVERSAL-1.6.4-5.4.1.702.zip) Unloaded->Constructed->Pre-initialized
  260. JABBA{1.1.3} [JABBA] (JABBA_1.1.3.zip) Unloaded->Constructed->Pre-initialized
  261. Java7Checker{1.0} [Java 7 Checker] (JAVA7CHECKER.zip) Unloaded->Constructed->Pre-initialized
  262. LiquidXP{57.1.2} [Liquid XP] (LIQUID-XP-57.1.2.jar) Unloaded->Constructed->Pre-initialized
  263. madscience{1.00.165} [Mad Science] (MADSCIENCE-MC1.6.4-F9.11.1.964_V1.00.165-UNIVERSAL.jar) Unloaded->Constructed->Pre-initialized
  264. magicalcrops{3.2.1} [Magical Crops] (MAGICAL_CROPS_1.6.4_3.2.0_BETA_15A.zip) Unloaded->Constructed->Pre-initialized
  265. standardcrops{1.1.0} [Magical Crops - Crops & Food] (MAGICAL_CROPS_1.6.4_3.2.0_BETA_15A.zip) Unloaded->Constructed->Pre-initialized
  266. MagicBees{2.1.13} [Magic Bees] (MAGICBEES-2.1.13.jar) Unloaded->Constructed->Pre-initialized
  267. MekanismGenerators{6.0.5} [MekanismGenerators] (MEKANISMGENERATORS-6.0.5.46.jar) Unloaded->Constructed->Errored
  268. MekanismTools{6.0.5} [MekanismTools] (MEKANISMTOOLS-6.0.5.46.jar) Unloaded->Constructed->Errored
  269. Metallurgy3Machines{3.2.3} [Metallurgy 3 Machines] (METALLURGY-1.6.4-3.3.2.jar) Unloaded->Constructed->Pre-initialized
  270. Metallurgy3Vanilla{3.2.3} [Metallurgy 3 Vanilla] (METALLURGY-1.6.4-3.3.2.jar) Unloaded->Constructed->Pre-initialized
  271. minechem{5.05.71} [MineChem] (MINECHEM-5.0.5-RC1.jar) Unloaded->Constructed->Pre-initialized
  272. OpenComputers|Core{1.0.0} [OpenComputers (Core)] (OPENCOMPUTERS-MC1.6.4-1.2.12.376-UNIVERSAL.jar) Unloaded->Constructed->Pre-initialized
  273. ResonantEngine{@MAJOR@.@MINOR@.@REVIS@} [ResonantEngine] (RESONANT-ENGINE-1.2.0.348-UNIVERSAL.jar) Unloaded->Constructed->Pre-initialized
  274. MFFS{3.6.3} [Modular Force Field System] (MODULAR-FORCE-FIELD-SYSTEM-3.6.3.88-CORE.jar) Unloaded->Constructed->Pre-initialized
  275. numina{1.0} [numina] (NUMINA-0.3.0.80.jar) Unloaded->Constructed->Pre-initialized
  276. powersuits{0.10.0-118} [MachineMuse's Modular Powersuits] (MODULARPOWERSUITS-1.6.4-0.10.0-118.jar) Unloaded->Constructed->Pre-initialized
  277. NEIAddons{1.10.5.70} [NEI Addons] (NEIADDONS-MC164-1.10.5.70.jar) Unloaded->Constructed->Pre-initialized
  278. NEIAddons|AE{1.10.5.70} [NEI Addons: Applied Energistics] (NEIADDONS-MC164-1.10.5.70.jar) Unloaded->Constructed->Pre-initialized
  279. NEIAddons|MiscPeripherals{1.10.5.70} [NEI Addons: Misc Peripherals] (NEIADDONS-MC164-1.10.5.70.jar) Unloaded->Constructed->Pre-initialized
  280. NEIAddons|ExtraBees{1.10.5.70} [NEI Addons: Extra Bees] (NEIADDONS-MC164-1.10.5.70.jar) Unloaded->Constructed->Pre-initialized
  281. NEIAddons|Forestry{1.10.5.70} [NEI Addons: Forestry] (NEIADDONS-MC164-1.10.5.70.jar) Unloaded->Constructed->Pre-initialized
  282. NEIAddons|CraftingTables{1.10.5.70} [NEI Addons: Crafting Tables] (NEIADDONS-MC164-1.10.5.70.jar) Unloaded->Constructed->Pre-initialized
  283. NEIAddons|ExNihilo{1.10.5.70} [NEI Addons: Ex Nihilo] (NEIADDONS-MC164-1.10.5.70.jar) Unloaded->Constructed->Pre-initialized
  284. NEIPlugins{1.1.0.6} [NEI Plugins] (NEIPLUGINS-1.1.0.6.jar) Unloaded->Constructed->Pre-initialized
  285. NotEnoughCodecs{0.1} [NotEnoughCodecs] (NOTENOUGHCODECS-0.1.jar) Unloaded->Constructed->Pre-initialized
  286. notenoughkeys{0.0.4} [Not Enough Keys] (NOTENOUGHKEYS-1.6.4-0.0.4.jar) Unloaded->Constructed->Pre-initialized
  287. ObsidiPlates{2.0.0} [Obsidian Pressure Plates] (OBSIDIPLATES-1.6.2-UNIVERSAL-2.0.0.15.jar) Unloaded->Constructed->Pre-initialized
  288. OpenBlocks{1.2.8} [OpenBlocks] (OPENBLOCKS-1.2.8.jar) Unloaded->Constructed->Pre-initialized
  289. OpenComponents{0.1.0.29} [OpenComponents] (OPENCOMPONENTS-MC1.6.4-0.1.1.40-UNIVERSAL.jar) Unloaded->Constructed->Pre-initialized
  290. OpenComputers{1.2.12.376} [OpenComputers] (OPENCOMPUTERS-MC1.6.4-1.2.12.376-UNIVERSAL.jar) Unloaded->Constructed->Pre-initialized
  291. fodc{1.4.3} [Ore Dictionary Converter] (OREDICTIONARYCONVERTER-1.4.3.jar) Unloaded->Constructed->Pre-initialized
  292. particlephysics{1.01.20} [Particle Physics] (PARTICLEPHYSICS-1.0.1.20.jar) Unloaded->Constructed->Pre-initialized
  293. PluginsforForestry{3.2.30} [PluginsforForestry] (PLUGINSFORFORESTRY-1.6.4-3.2.30-HOTFIX.jar) Unloaded->Constructed->Pre-initialized
  294. PortalGun{2.0.2} [PortalGun] (PORTALGUN2.0.2.zip) Unloaded->Constructed->Pre-initialized
  295. powersuitaddons{@VERSION@} [Modular Powersuits Addon] (POWERSUITADDONS-1.6.4-887.jar) Unloaded->Constructed->Pre-initialized
  296. ProjRed|Transportation{4.3.5.30} [ProjectRed-Transportation] (PROJECTREDMECHANICAL-BETA-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized
  297. ProjRed|Compatibility{4.3.5.30} [ProjectRed-Compatibility] (PROJECTREDCOMPAT-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized
  298. ProjRed|Integration{4.3.5.30} [ProjectRed-Integration] (PROJECTREDINTEGRATION-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized
  299. ProjRed|Illumination{4.3.5.30} [ProjectRed-Illumination] (PROJECTREDLIGHTING-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized
  300. ProjRed|Expansion{4.3.5.30} [ProjectRed-Expansion] (PROJECTREDMECHANICAL-BETA-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized
  301. QuarryPlus{1.0.0} [QuarryPlus] (QUARRYPLUS-1.6.4-1.0.3.jar) Unloaded->Constructed->Pre-initialized
  302. RandomThings{1.9} [Random Things] (RANDOM THINGS V. 1.9 [MC 1.6.4].jar) Unloaded->Constructed->Pre-initialized
  303. rcdusts{0.0.6d} [Rock Crusher Metal Dusts Add-On] (RCDUSTS-0.0.6D.zip) Unloaded->Constructed->Pre-initialized
  304. RedstonePasteMod{1.5.1} [Redstone Paste] (REDSTONEPASTEMOD1.5.1.zip) Unloaded->Constructed->Pre-initialized
  305. RefinedRelocation{1.0.4e} [Refined Relocation] (REFINEDRELOCATION-1.6.4-1.0.4E.jar) Unloaded->Constructed->Pre-initialized
  306. SimpleRecycling{57.2.0} [Simple Recycling] (SIMPLE-RECYCLING-57.2.0.jar) Unloaded->Constructed->Pre-initialized
  307. simplyjetpacks{0.3.0.0} [Simply Jetpacks] (SIMPLYJETPACKS-0.3.0.0.jar) Unloaded->Constructed->Pre-initialized
  308. awger_SmallBoat{0.10.6} [SmallBoat] (SMALLBOATS.0.10.6.jar) Unloaded->Constructed->Pre-initialized
  309. awger_Punt{0.10.6} [Punt] (SMALLBOATS.0.10.6.jar) Unloaded->Constructed->Pre-initialized
  310. awger_Whitehall{0.10.6} [Whitehall] (SMALLBOATS.0.10.6.jar) Unloaded->Constructed->Pre-initialized
  311. awger_Hoy{0.10.6} [Hoy] (SMALLBOATS.0.10.6.jar) Unloaded->Constructed->Pre-initialized
  312. SSR{Alpha 0.8c} [Soul Shards Reborn] (SSR_V0.8C.zip) Unloaded->Constructed->Pre-initialized
  313. Statues{2.1.1} [Statues] (STATUES-1.6.4-2.1.1.jar) Unloaded->Constructed->Pre-initialized
  314. StevesCarts{2.0.0.b11} [Steve's Carts 2] (STEVESCARTS2.0.0.B11.zip) Unloaded->Constructed->Pre-initialized
  315. StevesFactoryManager{A83} [Steve's Factory Manager] (STEVESFACTORYMANAGERA83.zip) Unloaded->Constructed->Pre-initialized
  316. SuperCraftingFrame{1.6.2.7} [Super Crafting Frame] (SUPERCRAFTINGFRAME-1.6.2.7.jar) Unloaded->Constructed->Pre-initialized
  317. switches{1.3.0} [Switches] (SWITCHES-1.6.4-UNIVERSAL-COREMOD-1.3.0.25.jar) Unloaded->Constructed->Pre-initialized
  318. Sync{2.2.2} [Sync] (SYNC2.2.2.zip) Unloaded->Constructed->Pre-initialized
  319. technom{0.5.0} [Technomancy] (TECHNOMANCY 0.5.0A4.zip) Unloaded->Constructed->Pre-initialized
  320. TiCTooltips{1.1.6} [TiC Tooltips] (TICTOOLTIPS-MC1.6.4-1.1.6.jar) Unloaded->Constructed->Pre-initialized
  321. TMechworks{33.c001660} [Tinkers' Mechworks] (TMECHWORKS_MC1.6.4_0.1.6.jar) Unloaded->Constructed->Pre-initialized
  322. totemic{0.3.0a} [Totemic] (TOTEMIC-0.3.0A.jar) Unloaded->Constructed->Pre-initialized
  323. Translocator{1.1.0.15} [Translocator] (TRANSLOCATOR 1.1.0.15.jar) Unloaded->Constructed->Pre-initialized
  324. TrussMod{beta} [Truss Mod] (TRUSSMOD-BETA-1.6.4-32.jar) Unloaded->Constructed->Pre-initialized
  325. Tubestuff{57.1.3} [Tubestuff] (TUBESTUFF-57.1.3.jar) Unloaded->Constructed->Pre-initialized
  326. UndergroundBiomes{0.4.3} [Underground Biomes] (UNDERGROUNDBIOMES 1.6.X - 0.4.2C.zip) Unloaded->Constructed->Pre-initialized
  327. Vending{1.1.1} [Vending] (VENDING-1.6.4-1.1.1.jar) Unloaded->Constructed->Pre-initialized
  328. WailaHarvestability{1.0.1} [Waila Harvestability] (WAILAHARVESTABILITY-MC1.6.4-1.0.1.jar) Unloaded->Constructed->Pre-initialized
  329. witchery{0.19.0} [Witchery] (WITCHERY-1.6.4-0.19.0.zip) Unloaded->Constructed->Pre-initialized
  330. WR-CBE|Core{1.4.0.7} [WR-CBE Core] (WR-CBE 1.4.0.7.jar) Unloaded->Constructed->Pre-initialized
  331. WR-CBE|Addons{1.4.0.7} [WR-CBE Addons] (WR-CBE 1.4.0.7.jar) Unloaded->Constructed->Pre-initialized
  332. WR-CBE|Logic{1.4.0.7} [WR-CBE Logic] (WR-CBE 1.4.0.7.jar) Unloaded->Constructed->Pre-initialized
  333. mod_ZanMinimap{0.9.4} [Zan's Minimap] (ZANSMINIMAP1.6.4.zip) Unloaded->Constructed->Pre-initialized
  334. MineTweaker{1.6.4-2.1.2} [MineTweaker] (ZMINETWEAKER-1.6.4-2.3.1.jar) Unloaded->Constructed->Pre-initialized
  335. Redstone Arsenal{1.0.0.0} [Redstone Arsenal] (ZZZZZ_REDSTONEARSENAL-1.0.0.0.jar) Unloaded->Constructed->Pre-initialized
  336. McMultipart{1.0.0.250} [Minecraft Multipart Plugin] (ForgeMultipart-universal-1.6.4-1.0.0.250.jar) Unloaded->Constructed->Pre-initialized
  337. ForgeMicroblock{1.0.0.250} [Forge Microblocks] (ForgeMultipart-universal-1.6.4-1.0.0.250.jar) Unloaded->Constructed->Pre-initialized
  338. TConstruct Environment: Environment seems clean, however you are using a modpack; please report it to the pack author, not us!
  339. Launched Version: 1.6.4
  340. LWJGL: 2.9.0
  341. OpenGL: Intel(R) HD Graphics 4000 GL version 4.0.0 - Build 10.18.10.3316, Intel
  342. Is Modded: Definitely; Client brand changed to 'fml,forge'
  343. Type: Client (map_client.txt)
  344. Resource Pack: Default
  345. Current Language: English (US)
  346. Profiler Position: N/A (disabled)
  347. Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement