Guest User

Crash

a guest
Feb 25th, 2014
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.06 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Uh... Did I do that?
  3.  
  4. Time: 2/25/14 3:45 PM
  5. Description: Initializing game
  6.  
  7. java.lang.IllegalStateException: OpenBlocks tried to register a block for ID: 2540 but it was in use
  8. at com.google.common.base.Preconditions.checkState(Preconditions.java:176)
  9. at openmods.config.ConfigProcessing.canRegisterBlock(ConfigProcessing.java:110)
  10. at openblocks.Config.register(Config.java:323)
  11. at openblocks.OpenBlocks.preInit(OpenBlocks.java:282)
  12. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  13. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  14. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  15. at java.lang.reflect.Method.invoke(Method.java:491)
  16. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
  17. at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
  18. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  19. at java.lang.reflect.Method.invoke(Method.java:491)
  20. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  21. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  22. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  23. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  24. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  25. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
  26. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
  27. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  28. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  29. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  30. at java.lang.reflect.Method.invoke(Method.java:491)
  31. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  32. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  33. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  34. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  35. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  36. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
  37. at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
  38. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
  39. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
  40. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
  41. at net.minecraft.client.main.Main.main(SourceFile:101)
  42. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  43. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  44. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  45. at java.lang.reflect.Method.invoke(Method.java:491)
  46. at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
  47. at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
  48. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  49. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  50. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  51. at java.lang.reflect.Method.invoke(Method.java:491)
  52. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:214)
  53. at org.multimc.EntryPoint.listen(EntryPoint.java:139)
  54. at org.multimc.EntryPoint.main(EntryPoint.java:53)
  55.  
  56.  
  57. A detailed walkthrough of the error, its code path and all known details is as follows:
  58. ---------------------------------------------------------------------------------------
  59.  
  60. -- Head --
  61. Stacktrace:
  62. at com.google.common.base.Preconditions.checkState(Preconditions.java:176)
  63. at openmods.config.ConfigProcessing.canRegisterBlock(ConfigProcessing.java:110)
  64. at openblocks.Config.register(Config.java:323)
  65. at openblocks.OpenBlocks.preInit(OpenBlocks.java:282)
  66. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  67. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  68. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  69. at java.lang.reflect.Method.invoke(Method.java:491)
  70. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
  71. at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
  72. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  73. at java.lang.reflect.Method.invoke(Method.java:491)
  74. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  75. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  76. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  77. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  78. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  79. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
  80. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
  81. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  82. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  83. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  84. at java.lang.reflect.Method.invoke(Method.java:491)
  85. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  86. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  87. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  88. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  89. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  90. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
  91. at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
  92. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
  93. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
  94.  
  95. -- Initialization --
  96. Details:
  97. Stacktrace:
  98. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
  99. at net.minecraft.client.main.Main.main(SourceFile:101)
  100. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  101. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  102. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  103. at java.lang.reflect.Method.invoke(Method.java:491)
  104. at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
  105. at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
  106. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  107. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  108. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  109. at java.lang.reflect.Method.invoke(Method.java:491)
  110. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:214)
  111. at org.multimc.EntryPoint.listen(EntryPoint.java:139)
  112. at org.multimc.EntryPoint.main(EntryPoint.java:53)
  113.  
  114. -- System Details --
  115. Details:
  116. Minecraft Version: 1.6.4
  117. Operating System: Windows 7 (amd64) version 6.1
  118. Java Version: 1.8.0-ea, Oracle Corporation
  119. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  120. Memory: 976668968 bytes (931 MB) / 1979711488 bytes (1888 MB) up to 2863661056 bytes (2731 MB)
  121. JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms1024m -Xmx3072m -XX:PermSize=256m
  122. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  123. Suspicious classes: FML and Forge are installed
  124. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  125. FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 Optifine OptiFine_1.6.4_HD_U_C6 227 mods loaded, 227 mods active
  126. mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  127. FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized
  128. Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized
  129. AppliedEnergistics-Core{rv14.finale3} [AppliedEnergistics Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  130. Aroma1997Core{1.0.1.3} [Aroma1997Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  131. CodeChickenCore{0.9.0.7} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  132. denLib{3.2.4} [denLib] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  133. Evoc{1.0.0} [Evoc] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  134. MobiusCore{1.0.4} [MobiusCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  135. NotEnoughItems{1.6.1.8} [Not Enough Items] (NotEnoughItems 1.6.1.8.jar) Unloaded->Constructed->Pre-initialized
  136. OpenModsCore{0.1} [OpenModsCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  137. PowerCrystalsCore{1.1.8} [PowerCrystals Core] (PowerCrystalsCore-1.1.8-9.jar) Unloaded->Constructed->Pre-initialized
  138. DenEvents{1.0} [DenEvents] (DenEvents.jar) Unloaded->Constructed->Pre-initialized
  139. DamageIndicatorsMod{2.9.2.3} [Damage Indicators] (1.6.4 DamageIndicatorsv2.9.2.3DNS.zip) Unloaded->Constructed->Pre-initialized
  140. battlegear2{1.0.4.7} [Mine & Blade Battlegear 2 - Bullseye] (1.6.4-MB_Battlegear2-Bullseye-1.0.4.7.jar) Unloaded->Constructed->Pre-initialized
  141. BuildCraft|Core{4.2.2} [BuildCraft] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
  142. BuildCraft|Energy{4.2.2} [BC Energy] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
  143. Natura{2.1.14} [Natura] (Natura_mc1.6.X_2.1.14.jar) Unloaded->Constructed->Pre-initialized
  144. BiomesOPlenty{1.2.1} [Biomes O' Plenty] (BiomesOPlenty-universal-1.6.4-1.2.1.434.jar) Unloaded->Constructed->Pre-initialized
  145. ExtrabiomesXL{3.15.1} [ExtrabiomesXL] (ExtrabiomesXL-universal-1.6.4-3.15.1.jar) Unloaded->Constructed->Errored
  146. CoFHCore{2.0.0.2} [CoFH Core] (CoFHCore-2.0.0.2.jar) Unloaded->Constructed->Pre-initialized
  147. NetherOres{1.6.2R2.2.1} [Nether Ores] (NetherOres-2.2.1-14.jar) Unloaded->Constructed->Pre-initialized
  148. Tubes{1.1.3} [Tubes] (Tubes-1.1.3.jar) Unloaded->Constructed->Pre-initialized
  149. UniversalElectricity{3.0.1} [Universal Electricity] (Universal-Electricity-3.0.1.5-core.jar) Unloaded->Constructed->Pre-initialized
  150. ForgeMultipart{1.0.0.227} [Forge Multipart] (ForgeMultipart-universal-1.6.4-1.0.0.227.jar) Unloaded->Constructed->Pre-initialized
  151. ThermalExpansion{3.0.0.2} [Thermal Expansion] (ThermalExpansion-3.0.0.2.jar) Unloaded->Constructed->Pre-initialized
  152. IC2{2.0.386-experimental} [IndustrialCraft 2] (industrialcraft-2_2.0.386-experimental.jar) Unloaded->Constructed->Pre-initialized
  153. BuildCraft|Builders{4.2.2} [BC Builders] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
  154. BuildCraft|Factory{4.2.2} [BC Factory] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
  155. BuildCraft|Transport{4.2.2} [BC Transport] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
  156. MineFactoryReloaded{1.6.2R2.7.5} [MineFactory Reloaded] (MineFactoryReloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized
  157. MineFactoryReloaded|CompatForestryPre{1.6.2R2.7.5} [MFR Compat: Forestry (part 2)] (MineFactoryReloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized
  158. Forestry{2.3.1.1} [Forestry for Minecraft] (forestry-A-2.3.1.1.jar) Unloaded->Constructed->Pre-initialized
  159. Thaumcraft{4.0.5b} [Thaumcraft] (Thaumcraft4.0.5b.zip) Unloaded->Constructed->Pre-initialized
  160. betterstorage{0.7.3.38} [BetterStorage] (1.6.4.BetterStorage_0.7.3.38.zip) Unloaded->Constructed->Pre-initialized
  161. mod_MouseTweaks{2.3.4 (for Minecraft 1.6.4)} [Mouse Tweaks] ([1.6.4] Mouse Tweaks 2.3.4.zip) Unloaded->Constructed->Pre-initialized
  162. bspkrsCore{v5.2(1.6.4)} [bspkrsCore] ([1.6.4]bspkrsCorev5.2.zip) Unloaded->Constructed->Pre-initialized
  163. ArmorStatusHUD{v1.15(1.6.4)} [ArmorStatusHUD] ([1.6.4]ArmorStatusHUDv1.15.zip) Unloaded->Constructed->Pre-initialized
  164. IngameInfo{Forge 1.6.4.r05} [IngameInfo] ([1.6.4]IngameInfo.Forge.1.6.4.r05.zip) Unloaded->Constructed->Pre-initialized
  165. TreeCapitator{Forge 1.6.4.r09} [Treecapitator] ([1.6.4]TreeCapitator.Forge.1.6.4.r09.Universal.zip) Unloaded->Constructed->Pre-initialized
  166. BuildCraft|Silicon{4.2.2} [BC Silicon] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
  167. APUnofficial{2.6.0} [Additional Pipes] (AdditionalPipes2.6.0-BC4.2.1.jar) Unloaded->Constructed->Pre-initialized
  168. AdvancedMachines{5.2.3} [IC2 Advanced Machines Addon] (AdvancedMachines_1.6.4.zip) Unloaded->Constructed->Pre-initialized
  169. arsmagica2{1.1.2b} [Ars Magica 2] (AM2_1.1.2b.zip) Unloaded->Constructed->Pre-initialized
  170. AdvancedPowerManagement{1.2.1-IC2-2.0.238-experimental} [Advanced Power Management] (APM-IC2-Ex-1.2.1-IC2-2.0.238-experimental.jar) Unloaded->Constructed->Pre-initialized
  171. AppliedEnergistics{rv14.finale3} [Applied Energistics] (appeng-rv14-finale3-mc16x.jar) Unloaded->Constructed->Pre-initialized
  172. Aroma1997CoreHelper{1.0.1.3} [Aroma1997Core|Helper] (Aroma1997Core MC.1.6.4 v.1.0.1.3.jar) Unloaded->Constructed->Pre-initialized
  173. Aroma1997s Dimension{1.0.2.14} [Aroma1997's Dimensional World] (Aroma1997s Dimensional World MC.1.6.4 v.1.0.2.14.jar) Unloaded->Constructed->Pre-initialized
  174. Artifacts{0.11.4} [Unique Artifacts] (Artifacts-162-0114.zip) Unloaded->Constructed->Pre-initialized
  175. CalclaviaCore{@MAJOR@.@MINOR@.@REVIS@} [Calclavia] (Calclavia Core-1.1.1.85.jar) Unloaded->Constructed->Pre-initialized
  176. AtomicScience{1.0.1} [Atomic Science] (Atomic-Science-1.0.1.10.jar) Unloaded->Constructed->Pre-initialized
  177. iChunUtil{2.4.0} [iChunUtil] (iChunUtil2.4.0.zip) Unloaded->Constructed->Pre-initialized
  178. Grinder{2.0.0} [Grinder] (AttachableGrinder2.0.0.zip) Unloaded->Constructed->Pre-initialized
  179. Autoutils{1.0.1} [Autoutils] (autoutils-1.6.4-1.0.1.zip) Unloaded->Constructed->Pre-initialized
  180. Backpack{1.26.29} [Backpack] (backpack-1.26.29-1.6.x.jar) Unloaded->Constructed->Pre-initialized
  181. barrels{2.2.2} [The Barrels Mod] (Barrels 1.6.2 2.2.2.jar) Unloaded->Constructed->Pre-initialized
  182. BCTools{1.4-a-12} [Buildcraft Tools] (bcTools-v1.4-a-12.jar) Unloaded->Constructed->Pre-initialized
  183. BetterAnvil{3.0.6} [Better Anvils] (betterAnvil - 3.0.9.zip) Unloaded->Constructed->Pre-initialized
  184. BetterChests{1.1.0.3} [BetterChests] (BetterChests MC.1.6.4 v.1.1.0.3.jar) Unloaded->Constructed->Pre-initialized
  185. BiblioCraft{1.5.5} [BiblioCraft] (BiblioCraft[v1.5.5].zip) Unloaded->Constructed->Pre-initialized
  186. BiblioWoodsBoP{1.3} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.3].zip) Unloaded->Constructed->Pre-initialized
  187. BiblioWoodsEBXL{1.1} [BiblioWoods ExtraBiomesXL Edition] (BiblioWoods[ExtraBiomesXL][v1.1].zip) Unloaded->Constructed->Pre-initialized
  188. BiblioWoodsForestry{1.3} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.3].zip) Unloaded->Constructed->Pre-initialized
  189. BiblioWoodsNatura{1.1} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.1].zip) Unloaded->Constructed->Pre-initialized
  190. BinnieCore{1.8.0} [Binnie Core] (binnie-mods-1.8.0.jar) Unloaded->Constructed->Pre-initialized
  191. ExtraBees{1.8.0} [Extra Bees] (binnie-mods-1.8.0.jar) Unloaded->Constructed->Pre-initialized
  192. ExtraTrees{1.8.0} [Extra Trees] (binnie-mods-1.8.0.jar) Unloaded->Constructed->Pre-initialized
  193. BlEx{0.1} [Block Extenders] (BlockExtenders-0.3.0.jar) Unloaded->Constructed->Pre-initialized
  194. Additional-Buildcraft-Objects{1.0.7.557} [Additional Buildcraft Objects] (buildcraft-Z-additional-buildcraft-objects-1.0.7.557.jar) Unloaded->Constructed->Pre-initialized
  195. CarpentersBlocks{v2.0.2} [Carpenter's Blocks] (Carpenters Blocks v2.0.2 - MC 1.6.zip) Unloaded->Constructed->Pre-initialized
  196. ChargePads{3.0.0} [Charge Pads] (chargepads-1.6.2-universal-3.0.0.94-experimental.jar) Unloaded->Constructed->Pre-initialized
  197. Chisel{1.5.0} [Chisel] (chisel-1.6.4-1.5.0fix.zip) Unloaded->Constructed->Pre-initialized
  198. CoFHLoot{2.0.0.2} [CoFH Loot] (CoFHCore-2.0.0.2.jar) Unloaded->Constructed->Pre-initialized
  199. CoFHMasquerade{2.0.0.2} [CoFH Masquerade] (CoFHCore-2.0.0.2.jar) Unloaded->Constructed->Pre-initialized
  200. CoFHSocial{2.0.0.2} [CoFH Social] (CoFHCore-2.0.0.2.jar) Unloaded->Constructed->Pre-initialized
  201. CoFHWorld{2.0.0.2} [CoFH World] (CoFHCore-2.0.0.2.jar) Unloaded->Constructed->Pre-initialized
  202. CompactSolars{4.4.19.251} [Compact Solar Arrays] (compactsolars-universal-1.6.4-4.4.19.251.zip) Unloaded->Constructed->Pre-initialized
  203. CompactWindmills{1.0.3.0} [CompactWindmills] (CompactWindmills MC.1.6.4 v.1.0.3.0.jar) Unloaded->Constructed->Pre-initialized
  204. ComputerCraft{1.58} [ComputerCraft] (ComputerCraft1.58.zip) Unloaded->Constructed->Pre-initialized
  205. CCTurtle{1.58} [ComputerCraft Turtles] (ComputerCraft1.58.zip) Unloaded->Constructed->Pre-initialized
  206. EnderStorage{1.4.3.5} [EnderStorage] (EnderStorage 1.4.3.5.jar) Unloaded->Constructed->Pre-initialized
  207. factorization{0.8.29} [Factorization] (Factorization-0.8.29.jar) Unloaded->Constructed->Pre-initialized
  208. Railcraft{8.3.2.0} [Railcraft] (Railcraft_1.6.4-8.3.2.0.jar) Unloaded->Constructed->Pre-initialized
  209. gregtech_addon{MC162} [GregTech-Addon] (gregtechmod 4.07g.zip) Unloaded->Constructed->Pre-initialized
  210. TC{4.1.4_024} [Traincraft] (traincraft-4.1.4_024.jar) Unloaded->Constructed->Pre-initialized
  211. TwilightForest{1.20.3} [The Twilight Forest] (twilightforest-1.20.3.jar) Unloaded->Constructed->Pre-initialized
  212. DartCraft{Beta 0.2.15} [DartCraft] (DartCraft Beta 0.2.15.jar) Unloaded->Constructed->Pre-initialized
  213. dartpatch{2.1} [DartPatch] (dartpatch_1.6.4_icon-fix.zip) Unloaded->Constructed->Pre-initialized
  214. DenPipes-Forestry{1.1.8} [DenPipes-Forestry] (DenPipes-Forestry-1.6.4-1.1.8.jar) Unloaded->Constructed->Pre-initialized
  215. DenPipes-Emerald{1.1.6} [DenPipes-Emerald] (DenPipes-Emerald-1.6.4-1.1.6.jar) Unloaded->Constructed->Pre-initialized
  216. DenPipes{2.1.18} [DenPipes] (DenPipes-1.6.4-2.1.18.jar) Unloaded->Constructed->Pre-initialized
  217. DiamondMeter{2.2.4} [Diamond Meter] (diamondmeter-universal-2.2.5-1.jar) Unloaded->Constructed->Pre-initialized
  218. ImmibisCore{57.1.93} [Immibis Core] (immibis-core-57.1.93.jar) Unloaded->Constructed->Pre-initialized
  219. DimensionalAnchors{57.1.92} [Dimensional Anchors] (dimensional-anchor-57.1.92.jar) Unloaded->Constructed->Pre-initialized
  220. E7Core{2.3.0} [Elite7 Core] (e7core-2.3.0.jar) Unloaded->Constructed->Pre-initialized
  221. EnergyManipulator{1.1.8} [Energy Manipulator] (EM1.6.4 1.1.8.zip) Unloaded->Constructed->Pre-initialized
  222. emashercore{1.2.3.0} [Emasher Resource] (EmasherResource-1.2.3.0.zip) Unloaded->Constructed->Pre-initialized
  223. eplus{1.16.5b} [Enchanting Plus] (EnchantingPlus-1.16.5.zip) Unloaded->Constructed->Pre-initialized
  224. EnderIO{0.7.2} [Ender IO] (EnderIO-1.6.4-0.7.2.190.jar) Unloaded->Constructed->Pre-initialized
  225. eng_toolbox{1.1.7.3} [Engineer's Toolbox] (EngineersToolbox-1.1.7.3.zip) Unloaded->Constructed->Pre-initialized
  226. LogisticsPipes|Main{0.7.4.dev.106} [Logistics Pipes] (LogisticsPipes-MC1.6.4-0.7.4.dev.106.jar) Unloaded->Constructed->Pre-initialized
  227. Waila{1.4.5} [Waila] (Waila_1.4.5.zip) Unloaded->Constructed->Pre-initialized
  228. extracells{1.6.7d} [ExtraCells] (ExtraCells-1.6.7d.jar) Unloaded->Constructed->Pre-initialized
  229. Mystcraft{0.10.11.00} [Mystcraft] (mystcraft-uni-1.6.4-0.10.11.00.zip) Unloaded->Constructed->Pre-initialized
  230. OpenMods{0.1} [OpenMods] (OpenModsLib-0.1.jar) Unloaded->Constructed->Pre-initialized
  231. ProjRed|Transmission{1.0} [ProjRed|Transmission] (ProjectRedIntegration-1.6.4-4.2.2.19.jar) Unloaded->Constructed->Pre-initialized
  232. OpenPeripheralCore{0.3.0} [OpenPeripheralCore] (OpenPeripheralCore-0.3.0.jar) Unloaded->Constructed->Pre-initialized
  233. ExtraUtilities{1.0.1} [Extra Utilities] (extrautils-1.0.2.zip) Unloaded->Constructed->Pre-initialized
  234. factorization.misc{0.8.29} [Factorization Miscellaneous Nonsense] (Factorization-0.8.29.jar) Unloaded->Constructed->Pre-initialized
  235. factorization.notify{0.8.29} [Factorization Notification System] (Factorization-0.8.29.jar) Unloaded->Constructed->Pre-initialized
  236. factorization.dimensionalSlice{0.8.29} [Factorization Dimensional Slices] (Factorization-0.8.29.jar) Unloaded->Constructed->Pre-initialized
  237. fodc{1.4.2} [Ore Dictionary Converter] (fodc-1.4.2.zip) Unloaded->Constructed->Pre-initialized
  238. GateCopy{3.1.4} [GateCopy] (GateCopy-1.6.4-3.1.4.jar) Unloaded->Constructed->Pre-initialized
  239. GraveStoneMod{1.6.2 v5.2} [GraveStone] (GraveStones Mod 1.6.4 v1.zip) Unloaded->Constructed->Pre-initialized
  240. GraviGun{2.0.0} [GraviGun] (GravityGun2.0.0.zip) Unloaded->Constructed->Pre-initialized
  241. GregsLighting{1.9.1} [Greg's Lighting] (GregsLighting-1.9.1-mc1.6.4.jar) Unloaded->Constructed->Pre-initialized
  242. HeldCore{01.03.03.00} [HeldCore] (HeldCore-1.6.4-01.03.03.00.zip) Unloaded->Constructed->Pre-initialized
  243. HungerOverhaul{1.6.X-2l} [Hunger Overhaul] (hungeroverhaul-1.6.X-2l-build3.zip) Unloaded->Constructed->Pre-initialized
  244. IC2NuclearControl{1.6.2c} [Nuclear Control] (IC2NuclearControl-1.6.2c-ic2-experimental.zip) Unloaded->Constructed->Pre-initialized
  245. ICBM{1.4.1} [ICBM] (ICBM-1.4.1.78.jar) Unloaded->Constructed->Pre-initialized
  246. ICBM|Sentry{1.4.1} [ICBM|Sentry] (ICBM-1.4.1.78.jar) Unloaded->Constructed->Pre-initialized
  247. ICBM|Explosion{1.4.1} [ICBM|Explosion] (ICBM-1.4.1.78.jar) Unloaded->Constructed->Pre-initialized
  248. ImmibisPeripherals{57.0.1} [Immibis's Peripherals] (immibis-peripherals-57.0.1.jar) Unloaded->Constructed->Pre-initialized
  249. InfiniTubes{57.0.5} [InfiniTubes] (infinitubes-57.0.5.jar) Unloaded->Constructed->Pre-initialized
  250. inventorytweaks{1.57-dev} [Inventory Tweaks] (InventoryTweaks-MC1.6.4-1.57-dev-b83.jar) Unloaded->Constructed->Pre-initialized
  251. IronChest{5.4.1.642} [Iron Chest] (ironchest-universal-1.6.4-5.4.1.642.zip) Unloaded->Constructed->Pre-initialized
  252. JABBA{1.1.1} [JABBA] (JABBA_1.1.1.zip) Unloaded->Constructed->Pre-initialized
  253. KeithyUtils{1.2} [Keithy Utils] (KeithyUtils-1.6.4-1.2.16.jar) Unloaded->Constructed->Pre-initialized
  254. LightBridgesAndDoors{0.1.7} [kris91268's Light Bridges and Doors] (Light bridges and doors V1.7.zip) Unloaded->Constructed->Pre-initialized
  255. LiquidXP{57.1.1} [Liquid XP] (liquid-xp-57.1.1.jar) Unloaded->Constructed->Pre-initialized
  256. lucky{4.2.1} [Lucky Block] (LuckyBlock_v4.2.1_1.6.4.jar) Unloaded->Constructed->Pre-initialized
  257. magicalcrops{3.2.0} [Magical Crops] (magical_crops_1.6.4_3.2.0_BETA_5.zip) Unloaded->Constructed->Pre-initialized
  258. standardcrops{1.0.0} [Magical Crops - Standard Crops & Food] (magical_crops_1.6.4_3.2.0_BETA_5.zip) Unloaded->Constructed->Pre-initialized
  259. ThaumicTinkerer{2.1-65} [Thaumic Tinkerer] (ThaumicTinkerer 2.1-65.jar) Unloaded->Constructed->Pre-initialized
  260. MagicBees{2.1.10} [Magic Bees] (magicbees-2.1.10.jar) Unloaded->Constructed->Pre-initialized
  261. MapWriter{2.0} [MapWriter] (mapwriter-2.0.16.zip) Unloaded->Constructed->Pre-initialized
  262. Mekanism{5.7.0} [Mekanism] (Mekanism-v5.7.0.12.jar) Unloaded->Constructed->Pre-initialized
  263. MekanismGenerators{5.7.0} [MekanismGenerators] (MekanismGenerators-v5.7.0.12.jar) Unloaded->Constructed->Pre-initialized
  264. MekanismInduction{5.7.0} [MekanismInduction] (MekanismInduction-v5.7.0.12.jar) Unloaded->Constructed->Pre-initialized
  265. MekanismTools{5.7.0} [MekanismTools] (MekanismTools-v5.7.0.12.jar) Unloaded->Constructed->Pre-initialized
  266. Metallurgy3Core{3.2.3} [Metallurgy 3 Core] (Metallurgy-1.6.4-3.3.2.jar) Unloaded->Constructed->Pre-initialized
  267. Metallurgy3Base{3.2.3} [Metallurgy 3 Base] (Metallurgy-1.6.4-3.3.2.jar) Unloaded->Constructed->Pre-initialized
  268. Metallurgy3Machines{3.2.3} [Metallurgy 3 Machines] (Metallurgy-1.6.4-3.3.2.jar) Unloaded->Constructed->Pre-initialized
  269. Metallurgy3Vanilla{3.2.3} [Metallurgy 3 Vanilla] (Metallurgy-1.6.4-3.3.2.jar) Unloaded->Constructed->Pre-initialized
  270. meteors{2.11.2} [Falling Meteors] (Meteors Mod V2.11.2.zip) Unloaded->Constructed->Pre-initialized
  271. minechem{@VERSION@} [MineChem] (Minechem-4.2-18.jar) Unloaded->Constructed->Pre-initialized
  272. examplemod{1.0} [examplemod] (Minechem-4.2-18.jar) Unloaded->Constructed->Pre-initialized
  273. MFR Compat Forestry Trees{1.0} [MFR Compat Forestry Trees] (MineFactoryReloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized
  274. MFR Compat Extra Trees{1.0} [MFR Compat Extra Trees] (MineFactoryReloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized
  275. MineFactoryReloaded|CompatAppliedEnergistics{1.6.2R2.7.5} [MFR Compat: Applied Energistics] (MineFactoryReloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized
  276. MineFactoryReloaded|CompatAtum{1.6.2R2.7.5} [MFR Compat: Atum] (MineFactoryReloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized
  277. MineFactoryReloaded|CompatBackTools{1.6.2R2.7.5} [MFR Compat: BackTools] (MineFactoryReloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized
  278. MineFactoryReloaded|CompatBuildCraft{1.6.2R2.7.5} [MFR Compat: BuildCraft] (MineFactoryReloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized
  279. MineFactoryReloaded|CompatChococraft{1.6.2R2.7.5} [MFR Compat: Chococraft] (MineFactoryReloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized
  280. MineFactoryReloaded|CompatExtraBiomes{1.6.2R2.7.5} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized
  281. MineFactoryReloaded|CompatForestry{1.6.2R2.7.5} [MFR Compat: Forestry] (MineFactoryReloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized
  282. MineFactoryReloaded|CompatForgeMicroblock{1.6.2R2.7.5} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized
  283. MineFactoryReloaded|CompatIC2{1.6.2R2.7.5} [MFR Compat: IC2] (MineFactoryReloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized
  284. MineFactoryReloaded|CompatMystcraft{1.6.2R2.7.5} [MFR Compat: Mystcraft] (MineFactoryReloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized
  285. MineFactoryReloaded|CompatPams{1.6.2R2.7.5} [MFR Compat: Pam's Mods] (MineFactoryReloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized
  286. ProjRed|Core{4.2.2.19} [ProjectRed] (ProjectRedBase-1.6.4-4.2.2.19.jar) Unloaded->Constructed->Pre-initialized
  287. ProjRed|Exploration{1.0} [ProjRed|Exploration] (ProjectRedWorld-1.6.4-4.2.2.19.jar) Unloaded->Constructed->Pre-initialized
  288. MineFactoryReloaded|CompatProjRed{1.6.2R2.7.5} [MFR Compat ProjectRed] (MineFactoryReloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized
  289. MineFactoryReloaded|CompatRailcraft{1.6.2R2.7.5} [MFR Compat: Railcraft] (MineFactoryReloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized
  290. MineFactoryReloaded|CompatRP2{1.6.2R2.7.5} [MFR Compat: RP2] (MineFactoryReloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized
  291. MineFactoryReloaded|CompatSufficientBiomes{1.6.2R2.7.5} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized
  292. MineFactoryReloaded|CompatThaumcraft{1.6.2R2.7.5} [MFR Compat: Thaumcraft] (MineFactoryReloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized
  293. MineFactoryReloaded|CompatThermalExpansion{1.6.2R2.7.5} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized
  294. MineFactoryReloaded|CompatTwilightForest{1.6.2R2.7.5} [MFR Compat: TwilightForest] (MineFactoryReloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized
  295. MineFactoryReloaded|CompatVanilla{1.6.2R2.7.5} [MFR Compat: Vanilla] (MineFactoryReloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized
  296. MineFactoryReloaded|CompatXyCraft{1.6.2R2.7.5} [MFR Compat: XyCraft] (MineFactoryReloaded-2.7.5-352.jar) Unloaded->Constructed->Pre-initialized
  297. AdvancedSolarPanel{3.4.6} [Advanced Solar Panels] (mod_AdvancedSolarPanels_3_4_6_IC_EXP.zip) Unloaded->Constructed->Pre-initialized
  298. GraviSuite{1.9.7} [Gravitation Suite] (mod_zGraviSuite_1_9_7_MC_1_6_4_IC_EXP.zip) Unloaded->Constructed->Pre-initialized
  299. MFFS{3.6.2} [Modular Force Field System] (Modular-Force-Field-System-3.6.2.7.jar) Unloaded->Constructed->Pre-initialized
  300. numina{0.1.2-55} [Numina] (Numina-1.6.2-0.1.2-55.jar) Unloaded->Constructed->Pre-initialized
  301. powersuits{0.10.0-92} [MachineMuse's Modular Powersuits] (ModularPowersuits-1.6.4-0.10.0-92.jar) Unloaded->Constructed->Pre-initialized
  302. MoreSwordsMod{2.5.5} [More Swords Mod] (More Swords Mod 2.5.5. For 1.6.2.jar) Unloaded->Constructed->Pre-initialized
  303. Morph{0.6.0} [Morph] (Morph-Beta-0.6.0.zip) Unloaded->Constructed->Pre-initialized
  304. NEIAddons{1.10.1.58} [NEI Addons] (neiaddons-mc164-1.10.1.58.jar) Unloaded->Constructed->Pre-initialized
  305. NEIAddons|AE{1.10.1.58} [NEI Addons: Applied Energistics] (neiaddons-mc164-1.10.1.58.jar) Unloaded->Constructed->Pre-initialized
  306. NEIAddons|MiscPeripherals{1.10.1.58} [NEI Addons: Misc Peripherals] (neiaddons-mc164-1.10.1.58.jar) Unloaded->Constructed->Pre-initialized
  307. NEIAddons|ExtraBees{1.10.1.58} [NEI Addons: Extra Bees] (neiaddons-mc164-1.10.1.58.jar) Unloaded->Constructed->Pre-initialized
  308. NEIAddons|Forestry{1.10.1.58} [NEI Addons: Forestry] (neiaddons-mc164-1.10.1.58.jar) Unloaded->Constructed->Pre-initialized
  309. NEIAddons|CraftingTables{1.10.1.58} [NEI Addons: Crafting Tables] (neiaddons-mc164-1.10.1.58.jar) Unloaded->Constructed->Pre-initialized
  310. NEIPlugins{1.1.0.6} [NEI Plugins] (NEIPlugins-1.1.0.6.jar) Unloaded->Constructed->Pre-initialized
  311. nhwrench{1.0.2} [NHAVE's OmniWrench] (nhwrench-1.0.2.jar) Unloaded->Constructed->Pre-initialized
  312. ObsidiPlates{2.0.0} [Obsidian Pressure Plates] (obsidiplates-1.6.2-universal-2.0.0.15.jar) Unloaded->Constructed->Pre-initialized
  313. OpenPeripheral{0.1} [OpenPeripheralAddons] (OpenPeripheralAddons-0.1.jar) Unloaded->Constructed->Pre-initialized
  314. OpenBlocks{1.2.4} [OpenBlocks] (OpenBlocks-1.2.4.jar) Unloaded->Constructed->Errored
  315. OpenComputers|Core{1.0.0} [OpenComputers (Core)] (OpenComputers-MC1.6.4-1.2.0-pre3.jar) Unloaded->Constructed->Pre-initialized
  316. OpenComputers{1.2.0-pre3} [OpenComputers] (OpenComputers-MC1.6.4-1.2.0-pre3.jar) Unloaded->Constructed->Pre-initialized
  317. PetBat{1.2.7} [Pet Bat] (PetBat_1.6.4_2.zip) Unloaded->Constructed->Pre-initialized
  318. PluginsforForestry{3.2.30} [PluginsforForestry] (PluginsforForestry-1.6.4-3.2.30.jar) Unloaded->Constructed->Pre-initialized
  319. PortalGun{2.0.2} [PortalGun] (PortalGun2.0.2.zip) Unloaded->Constructed->Pre-initialized
  320. PowerConverters{1.6.4R2.3.2B1} [Power Converters] (PowerConverters-1.6.4-39.zip) Unloaded->Constructed->Pre-initialized
  321. ProjRed|Compatibility{1.0} [ProjRed|Compatibility] (ProjectRedCompat-1.6.4-4.2.2.19.jar) Unloaded->Constructed->Pre-initialized
  322. ProjRed|Integration{1.0} [ProjRed|Integration] (ProjectRedIntegration-1.6.4-4.2.2.19.jar) Unloaded->Constructed->Pre-initialized
  323. ProjRed|Illumination{1.0} [ProjRed|Illumination] (ProjectRedLighting-1.6.4-4.2.2.19.jar) Unloaded->Constructed->Pre-initialized
  324. ProjRed|Expansion{1.0} [ProjRed|Expansion] (ProjectRedMechanical-1.6.4-4.2.2.19.jar) Unloaded->Constructed->Pre-initialized
  325. ProjRed|Transportation{1.0} [ProjRed|Transportation] (ProjectRedMechanical-1.6.4-4.2.2.19.jar) Unloaded->Constructed->Pre-initialized
  326. QuantumCraft{1.1} [qCraft] (qCraft1.1.jar) Unloaded->Constructed->Pre-initialized
  327. QuarryPlus{1.0.0} [QuarryPlus] (QuarryPlus-1.6.4-1.0.2.1.jar) Unloaded->Constructed->Pre-initialized
  328. RandomThings{1.8.8} [Random Things] (Random Things v. 1.8.8 [MC 1.6.4].zip) Unloaded->Constructed->Pre-initialized
  329. rcdusts{0.0.6d} [Rock Crusher Metal Dusts Add-On] (rcDusts-0.0.6d.zip) Unloaded->Constructed->Pre-initialized
  330. Redstone Arsenal{1.0.0.0} [Redstone Arsenal] (RedstoneArsenal-1.0.0.0.jar) Unloaded->Constructed->Pre-initialized
  331. JAKJ_RedstoneInMotion{2.3.0.0} [Redstone In Motion] (RedstoneInMotion_2.3.0.0_mc1.6.zip) Unloaded->Constructed->Pre-initialized
  332. remoteIO{@MAJOR@.@MINOR@.@REVIS@.@BUILD@} [Remote IO] (RemoteIO-universal-1.6.4-1.9.3a.jar) Unloaded->Constructed->Pre-initialized
  333. secretroomsmod{4.6.2} [The SecretRoomsMod] (SecretRoomsMod-universal-1.6.4-4.6.2.309.jar) Unloaded->Constructed->Pre-initialized
  334. SS2{2 (build 2)} [Soul Shards 2] (SoulShards-2.0.15-universal-srg.jar) Unloaded->Constructed->Pre-initialized
  335. StevesCarts{2.0.0.b10} [Steve's Carts 2] (StevesCarts2.0.0.b10.zip) Unloaded->Constructed->Pre-initialized
  336. SuperCraftingFrame{1.6.2.7} [Super Crafting Frame] (SuperCraftingFrame-1.6.2.7.jar) Unloaded->Constructed->Pre-initialized
  337. Sync{2.1.0} [Sync] (Sync2.1.0.zip) Unloaded->Constructed->Pre-initialized
  338. TF2Dispenser{1.6.4} [TF2 Dispenser] (TF2_Dispenser_1.6.4a.zip) Unloaded->Constructed->Pre-initialized
  339. TF2Sentry{1.6.4} [TF2 Sentry] (TF2_Sentry_1.6.4a.zip) Unloaded->Constructed->Pre-initialized
  340. TF2Teleporter{1.6.4} [TF2 Teleporter] (TF2_Teleporter_1.6.4a.zip) Unloaded->Constructed->Pre-initialized
  341. ThaumcraftExtras{0.8.2} [Thaumcraft Extras] (ThaumcraftExtras v0.8.2.zip) Unloaded->Constructed->Pre-initialized
  342. ToolBelt{1.6.4} [ToolBelts] (ToolBelts 1.6.4 v3.zip) Unloaded->Constructed->Pre-initialized
  343. Translocator{1.1.0.13} [Translocator] (Translocator 1.1.0.13.jar) Unloaded->Constructed->Pre-initialized
  344. Tubestuff{57.1.3} [Tubestuff] (tubestuff-57.1.3.jar) Unloaded->Constructed->Pre-initialized
  345. TwitchTVIRCModReborn{1.1} [TwitchTV IRC Mod Reborn] (TwitchTV IRC Mod Reborn v1.1 For Minecraft 1.6.2 - 1.6.4.zip) Unloaded->Constructed->Pre-initialized
  346. AS_UpdateCheck{1.1.1} [AtomicStryker Update Check Mod] (UpdateCheckerMod_1.6.4.zip) Unloaded->Constructed->Pre-initialized
  347. WR-CBE|Core{1.4.0.6} [WR-CBE Core] (WR-CBE 1.4.0.6.jar) Unloaded->Constructed->Pre-initialized
  348. WR-CBE|Addons{1.4.0.6} [WR-CBE Addons] (WR-CBE 1.4.0.6.jar) Unloaded->Constructed->Pre-initialized
  349. WR-CBE|Logic{1.4.0.6} [WR-CBE Logic] (WR-CBE 1.4.0.6.jar) Unloaded->Constructed->Pre-initialized
  350. McMultipart{1.0.0.227} [Minecraft Multipart Plugin] (ForgeMultipart-universal-1.6.4-1.0.0.227.jar) Unloaded->Constructed->Pre-initialized
  351. NEI-Mystcraft-Plugin{01.05.01.00} [NEI Mystcraft Plugin] (MystNEI-Plugin-1.6.4-01.05.01.00.zip) Unloaded->Constructed->Pre-initialized
  352. ForgeMicroblock{1.0.0.227} [Forge Microblocks] (ForgeMultipart-universal-1.6.4-1.0.0.227.jar) Unloaded->Constructed->Pre-initialized
  353. Launched Version: 1.6.4
  354. LWJGL: 2.9.0
  355. OpenGL: GeForce 8600 GT/PCIe/SSE2 GL version 3.3.0, NVIDIA Corporation
  356. Is Modded: Definitely; Client brand changed to 'fml,forge'
  357. Type: Client (map_client.txt)
  358. Resource Pack: Default
  359. Current Language: English (US)
  360. Profiler Position: N/A (disabled)
  361. Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Advertisement
Add Comment
Please, Sign In to add comment