Advertisement
Kris1432

Untitled

Aug 10th, 2014
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.71 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // You should try our sister game, Minceraft!
  3.  
  4. Time: 8/10/14 11:37 AM
  5. Description: Initializing game
  6.  
  7. java.lang.NullPointerException: Initializing game
  8. at net.minecraft.item.ItemStack.func_77960_j(ItemStack.java:215)
  9. at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:454)
  10. at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:432)
  11. at magicbees.main.Config.setupBlocks(Config.java:249)
  12. at magicbees.main.MagicBees.preInit(MagicBees.java:55)
  13. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  14. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  15. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  16. at java.lang.reflect.Method.invoke(Method.java:606)
  17. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
  18. at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
  19. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  20. at java.lang.reflect.Method.invoke(Method.java:606)
  21. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  22. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  23. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  24. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  25. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  26. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
  27. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
  28. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  29. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  30. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  31. at java.lang.reflect.Method.invoke(Method.java:606)
  32. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  33. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  34. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  35. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  36. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  37. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
  38. at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
  39. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
  40. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
  41. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
  42. at net.minecraft.client.main.Main.main(SourceFile:148)
  43. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  44. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  45. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  46. at java.lang.reflect.Method.invoke(Method.java:606)
  47. at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
  48. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  49.  
  50.  
  51. A detailed walkthrough of the error, its code path and all known details is as follows:
  52. ---------------------------------------------------------------------------------------
  53.  
  54. -- Head --
  55. Stacktrace:
  56. at net.minecraft.item.ItemStack.func_77960_j(ItemStack.java:215)
  57. at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:454)
  58. at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:432)
  59. at magicbees.main.Config.setupBlocks(Config.java:249)
  60. at magicbees.main.MagicBees.preInit(MagicBees.java:55)
  61. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  62. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  63. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  64. at java.lang.reflect.Method.invoke(Method.java:606)
  65. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
  66. at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
  67. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  68. at java.lang.reflect.Method.invoke(Method.java:606)
  69. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  70. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  71. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  72. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  73. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  74. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
  75. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
  76. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  77. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  78. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  79. at java.lang.reflect.Method.invoke(Method.java:606)
  80. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  81. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  82. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  83. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  84. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  85. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
  86. at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
  87. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
  88. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
  89.  
  90. -- Initialization --
  91. Details:
  92. Stacktrace:
  93. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
  94. at net.minecraft.client.main.Main.main(SourceFile:148)
  95. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  96. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  97. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  98. at java.lang.reflect.Method.invoke(Method.java:606)
  99. at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
  100. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  101.  
  102. -- System Details --
  103. Details:
  104. Minecraft Version: 1.7.10
  105. Operating System: Mac OS X (x86_64) version 10.9.4
  106. Java Version: 1.7.0_51, Oracle Corporation
  107. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  108. Memory: 789193264 bytes (752 MB) / 2354577408 bytes (2245 MB) up to 5726797824 bytes (5461 MB)
  109. JVM Flags: 2 total; -Xmx6G -XX:MaxPermSize=256m
  110. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  111. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  112. FML: MCP v9.05 FML v7.10.25.1199 Minecraft Forge 10.13.0.1199 155 mods loaded, 155 mods active
  113. mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  114. FML{7.10.25.1199} [Forge Mod Loader] (forge-1.7.10-10.13.0.1199.jar) Unloaded->Constructed->Pre-initialized
  115. Forge{10.13.0.1199} [Minecraft Forge] (forge-1.7.10-10.13.0.1199.jar) Unloaded->Constructed->Pre-initialized
  116. AppliedEnergistics2-Core{rv0-stable-10} [AppliedEnergistics2 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  117. CodeChickenCore{1.0.3.23} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  118. <CoFH ASM>{000} [CoFH ASM Data Initialization] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  119. NotEnoughItems{1.0.3.43} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.3.43-universal.jar) Unloaded->Constructed->Pre-initialized
  120. simplyjetpackscore{1.0} [Simply Jetpacks Coremod] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  121. spacoreforge{01.04.00.00} [SpACoreForge] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  122. TConstruct-Preloader{0.1.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  123. ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  124. OpenModsCore{@VERSION@} [OpenModsCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  125. bspkrsCore{6.13} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.13.jar) Unloaded->Constructed->Pre-initialized
  126. ArmorStatusHUD{1.27} [ArmorStatusHUD] ([1.7.10]ArmorStatusHUD-client-1.27.jar) Unloaded->Constructed->Pre-initialized
  127. DamageIndicatorsMod{3.2.0} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.0.jar) Unloaded->Constructed->Pre-initialized
  128. StatusEffectHUD{1.26} [StatusEffectHUD] ([1.7.10]StatusEffectHUD-client-1.26.jar) Unloaded->Constructed->Pre-initialized
  129. IC2{2.2.562-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.562-experimental.jar) Unloaded->Constructed->Pre-initialized
  130. AdvancedMachines{1.1.0} [IC2 Advanced Machines Addon] (AdvancedMachinesAS-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  131. AetherCraft{1.4.5.57} [AetherCraft] (AetherCraft-1.7.10-1.4.5.57.jar) Unloaded->Constructed->Pre-initialized
  132. BuildCraft|Core{6.0.17} [BuildCraft] (buildcraft-6.0.17.jar) Unloaded->Constructed->Pre-initialized
  133. ComputerCraft{1.64pr4} [ComputerCraft] (ComputerCraft1.64pr4.jar) Unloaded->Constructed->Pre-initialized
  134. CoFHCore{1.7.10R3.0.0B3} [CoFH Core] (CoFHCore-[1.7.10]3.0.0B3-26.jar) Unloaded->Constructed->Pre-initialized
  135. EnderIO{2.0_beta} [Ender IO] (enderio-2.0_beta.161.jar) Unloaded->Constructed->Pre-initialized
  136. Baubles{1.0.1.3} [Baubles] (Baubles-1.7.10-1.0.1.3.jar) Unloaded->Constructed->Pre-initialized
  137. UniversalElectricity{@MAJOR@.@MINOR@.@REVIS@} [Universal Electricity] (universal-electricity-4.0.0.11-core.jar) Unloaded->Constructed->Pre-initialized
  138. ForgeMultipart{1.1.0.300} [Forge Multipart] (ForgeMultipart-1.7.10-1.1.0.300-universal.jar) Unloaded->Constructed->Pre-initialized
  139. ExtraUtilities{1.1.0f} [Extra Utilities] (extrautilities-1.1.0f.jar) Unloaded->Constructed->Pre-initialized
  140. MetallurgyCore{4.0.3} [Metallurgy Core] (MetallurgyCore-1.7.10-4.0.3.12.jar) Unloaded->Constructed->Pre-initialized
  141. MineFactoryReloaded{1.7.10R2.8.0RC2} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.0RC2-557.jar) Unloaded->Constructed->Pre-initialized
  142. BuildCraft|Builders{6.0.17} [BC Builders] (buildcraft-6.0.17.jar) Unloaded->Constructed->Pre-initialized
  143. BuildCraft|Energy{6.0.17} [BC Energy] (buildcraft-6.0.17.jar) Unloaded->Constructed->Pre-initialized
  144. BuildCraft|Factory{6.0.17} [BC Factory] (buildcraft-6.0.17.jar) Unloaded->Constructed->Pre-initialized
  145. Mantle{1.7.10-0.3.1.jenkins169} [Mantle] (Mantle-1.7.10-0.3.1.jenkins169.jar) Unloaded->Constructed->Pre-initialized
  146. Natura{2.2.0} [Natura] (natura-1.7.10-58.a3999e4.jar) Unloaded->Constructed->Pre-initialized
  147. BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.960-universal.jar) Unloaded->Constructed->Pre-initialized
  148. Forestry{2.4.2.34} [Forestry for Minecraft] (forestry_1.7.10-2.4.2.34.jar) Unloaded->Constructed->Pre-initialized
  149. Thaumcraft{4.2.0.0b8} [Thaumcraft] (Thaumcraft-1.7.10-4.2.0.0b8.jar) Unloaded->Constructed->Pre-initialized
  150. Railcraft{9.1.0.10} [Railcraft] (Railcraft_1.7.10-9.1.0.10.jar) Unloaded->Constructed->Pre-initialized
  151. Mekanism{7.0.0} [Mekanism] (Mekanism-1.7.10-7.0.0.85.jar) Unloaded->Constructed->Pre-initialized
  152. ThermalFoundation{1.7.10R1.0.0B1} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.0.0B1-6.jar) Unloaded->Constructed->Pre-initialized
  153. ThermalExpansion{1.7.10R4.0.0B3} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.0B3-11.jar) Unloaded->Constructed->Pre-initialized
  154. appliedenergistics2{rv0-stable-10} [Applied Energistics 2] (appliedenergistics2-rv0-stable-10.jar) Unloaded->Constructed->Pre-initialized
  155. bdlib{1.4.1.7} [BD Lib] (bdlib-mc1710-1.4.1.7.jar) Unloaded->Constructed->Pre-initialized
  156. BiblioCraft{1.7.5} [BiblioCraft] (BiblioCraft[v1.7.5][MC1.7.10].jar) Unloaded->Constructed->Pre-initialized
  157. BiblioWoodsBoP{1.6} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.6].jar) Unloaded->Constructed->Pre-initialized
  158. BiblioWoodsForestry{1.4} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.4].jar) Unloaded->Constructed->Pre-initialized
  159. BiblioWoodsNatura{1.2} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.2].jar) Unloaded->Constructed->Pre-initialized
  160. AWWayofTime{v1.0.1g} [Blood Magic: Alchemical Wizardry] (Blood Magic-v1.1.0(1.7.10).jar) Unloaded->Constructed->Pre-initialized
  161. bluepower{0.1.589} [Blue Power] (BluePower-1.7.10-0.1.589-universal.jar) Unloaded->Constructed->Pre-initialized
  162. Botania{r1.1-98} [Botania] (Botania r1.1-98.jar) Unloaded->Constructed->Pre-initialized
  163. BuildCraft|Transport{6.0.17} [BC Transport] (buildcraft-6.0.17.jar) Unloaded->Constructed->Pre-initialized
  164. BuildCraft|Silicon{6.0.17} [BC Silicon] (buildcraft-6.0.17.jar) Unloaded->Constructed->Pre-initialized
  165. CarpentersBlocks{3.2.5} [Carpenter's Blocks] (Carpenter's Blocks v3.2.5 - MC 1.7.10.zip) Unloaded->Constructed->Pre-initialized
  166. chisel{1.5.6} [Chisel] (Chisel-1.7.10-1.5.6.jar) Unloaded->Constructed->Pre-initialized
  167. CompactSolars{4.4.36.313} [Compact Solar Arrays] (CompactSolars-1.7.10-4.4.36.313-universal.jar) Unloaded->Constructed->Pre-initialized
  168. ImmibisCore{59.0.1} [Immibis Core] (immibis-core-59.0.1.jar) Unloaded->Constructed->Pre-initialized
  169. DimensionalAnchors{59.0.2} [Dimensional Anchors] (dimensional-anchor-59.0.2.jar) Unloaded->Constructed->Pre-initialized
  170. Electro-MagicTools{1.1.3} [Electro-MagicTools] (ElectroMagicTools-1.7.10-1.1.3.jar) Unloaded->Constructed->Pre-initialized
  171. EnderStorage{1.4.5.17} [EnderStorage] (EnderStorage-1.7.10-1.4.5.17-universal.jar) Unloaded->Constructed->Pre-initialized
  172. EnderTech{1.7.10-0.2.0.212} [EnderTech] (EnderTech-1.7.10-0.2.0.212.jar) Unloaded->Constructed->Pre-initialized
  173. Waila{1.5.3} [Waila] (Waila-1.5.3_1.7.10.jar) Unloaded->Constructed->Pre-initialized
  174. extracells{2.1.3} [ExtraCells] (ExtraCells-2.1.3.jar) Unloaded->Constructed->Pre-initialized
  175. TConstruct{1.6.0d37} [Tinkers' Construct] (TConstruct-1.7.10-1.6.0.build566.jar) Unloaded->Constructed->Pre-initialized
  176. Metallurgy{4.0.3} [Metallurgy 4] (Metallurgy-1.7.10-4.0.3.41.jar) Unloaded->Constructed->Pre-initialized
  177. ExtraTiC{0.8.4} [ExtraTiC] (ExtraTiC-1.7.10-1.0.0-Alpha-2.jar) Unloaded->Constructed->Pre-initialized
  178. factorization.notify{1.0} [Factorization Notification System] (Factorization-1.7.10-0.8.87.1.jar) Unloaded->Constructed->Pre-initialized
  179. factorization{1.7.10-0.8.87.1} [Factorization] (Factorization-1.7.10-0.8.87.1.jar) Unloaded->Constructed->Pre-initialized
  180. factorization.misc{1.7.10-0.8.87.1} [Factorization Miscellaneous Nonsense] (Factorization-1.7.10-0.8.87.1.jar) Unloaded->Constructed->Pre-initialized
  181. Steamcraft{0.25.0} [Flaxbeard's Steam Power] (FlaxbeardsSteamPower-1.7.10-0.25.0.jar) Unloaded->Constructed->Pre-initialized
  182. flowstoneenergy{ALPHA-0.2.0} [Flowstone Energy] (FlowstoneEnergy-0.2.0-Alpha.jar) Unloaded->Constructed->Pre-initialized
  183. ThaumicTinkerer{alpha-2.5-1.7.10} [Thaumic Tinkerer] (ThaumicTinkerer-alpha-2.5-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  184. ForbiddenMagic{1.7.10-0.5} [Forbidden Magic] (Forbidden Magic-1.7.10-0.5.jar) Unloaded->Constructed->Pre-initialized
  185. gendustry{1.3.0.8} [GenDustry] (gendustry-mc1710-1.3.0.8.jar) Unloaded->Constructed->Pre-initialized
  186. iChunUtil{4.0.0} [iChunUtil] (iChunUtil-4.0.0.jar) Unloaded->Constructed->Pre-initialized
  187. ImLookingAtBlood{1.1} [I'm Looking At Blood] (ImLookingAtBlood-1.7.2-1.1a.jar) Unloaded->Constructed->Pre-initialized
  188. inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar) Unloaded->Constructed->Pre-initialized
  189. IronChest{6.0.43.730} [Iron Chest] (ironchest-1.7.10-6.0.43.730-universal.jar) Unloaded->Constructed->Pre-initialized
  190. JABBA{1.1.4} [JABBA] (Jabba-1.1.4_1.7.10.jar) Unloaded->Constructed->Pre-initialized
  191. journeymap{4.0.3} [JourneyMap] (JourneyMap4.0.3_Unlimited_MC1.7.10.jar) Unloaded->Constructed->Pre-initialized
  192. MagicBees{1.7.10-2.1.16} [Magic Bees] (magicbees-1.7.10-2.1.16.jar) Unloaded->Constructed->Errored
  193. MekanismGenerators{7.0.0} [MekanismGenerators] (MekanismGenerators-1.7.10-7.0.0.85.jar) Unloaded->Constructed->Pre-initialized
  194. MekanismTools{7.0.0} [MekanismTools] (MekanismTools-1.7.10-7.0.0.85.jar) Unloaded->Constructed->Pre-initialized
  195. ResonantEngine{@MAJOR@.@MINOR@.@REVIS@} [Resonant Engine] (resonant-engine-2.0.0.35-core.jar) Unloaded->Constructed->Pre-initialized
  196. MFFS{@MAJOR@.@MINOR@.@REVIS@} [Modular Force Field System] (mffs-4.0.0.18-core.jar) Unloaded->Constructed->Pre-initialized
  197. MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0RC2} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.0RC2-557.jar) Unloaded->Constructed->Pre-initialized
  198. MineFactoryReloaded|CompatAtum{1.7.10R2.8.0RC2} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.0RC2-557.jar) Unloaded->Constructed->Pre-initialized
  199. MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0RC2} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.0RC2-557.jar) Unloaded->Constructed->Pre-initialized
  200. MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0RC2} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.0RC2-557.jar) Unloaded->Constructed->Pre-initialized
  201. MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0RC2} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.0RC2-557.jar) Unloaded->Constructed->Pre-initialized
  202. MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0RC2} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.0RC2-557.jar) Unloaded->Constructed->Pre-initialized
  203. MineFactoryReloaded|CompatForestry{1.7.10R2.8.0RC2} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.0RC2-557.jar) Unloaded->Constructed->Pre-initialized
  204. MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0RC2} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.0RC2-557.jar) Unloaded->Constructed->Pre-initialized
  205. MineFactoryReloaded|CompatIC2{1.7.10R2.8.0RC2} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.0RC2-557.jar) Unloaded->Constructed->Pre-initialized
  206. Mystcraft{0.10.15.02} [Mystcraft] (mystcraft-1.7.2-0.10.15.02.jar) Unloaded->Constructed->Pre-initialized
  207. MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0RC2} [MFR Compat: Mystcraft] (MineFactoryReloaded-[1.7.10]2.8.0RC2-557.jar) Unloaded->Constructed->Pre-initialized
  208. MineFactoryReloaded|CompatPams{1.7.10R2.8.0RC2} [MFR Compat: Pam's Mods] (MineFactoryReloaded-[1.7.10]2.8.0RC2-557.jar) Unloaded->Constructed->Pre-initialized
  209. ProjRed|Core{4.4.5.44} [ProjectRed] (ProjectRed-Base-1.7.10-4.4.5.44.jar) Unloaded->Constructed->Pre-initialized
  210. ProjRed|Exploration{4.4.5.44} [ProjectRed-Exploration] (ProjectRed-World-1.7.10-4.4.5.44.jar) Unloaded->Constructed->Pre-initialized
  211. MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0RC2} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.0RC2-557.jar) Unloaded->Constructed->Pre-initialized
  212. MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0RC2} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.0RC2-557.jar) Unloaded->Constructed->Pre-initialized
  213. MineFactoryReloaded|CompatRP2{1.7.10R2.8.0RC2} [MFR Compat: RP2] (MineFactoryReloaded-[1.7.10]2.8.0RC2-557.jar) Unloaded->Constructed->Pre-initialized
  214. MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0RC2} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.0RC2-557.jar) Unloaded->Constructed->Pre-initialized
  215. MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0RC2} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.0RC2-557.jar) Unloaded->Constructed->Pre-initialized
  216. MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0RC2} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.0RC2-557.jar) Unloaded->Constructed->Pre-initialized
  217. TwilightForest{2.2.3} [The Twilight Forest] (twilightforest-1.7.2-2.2.3.jar) Unloaded->Constructed->Pre-initialized
  218. MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0RC2} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.0RC2-557.jar) Unloaded->Constructed->Pre-initialized
  219. MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0RC2} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.0RC2-557.jar) Unloaded->Constructed->Pre-initialized
  220. NEIAddons{1.12.0.5} [NEI Addons] (neiaddons-mc1710-1.12.0.5.jar) Unloaded->Constructed->Pre-initialized
  221. NEIAddons|ExtraBees{1.12.0.5} [NEI Addons: Extra Bees] (neiaddons-mc1710-1.12.0.5.jar) Unloaded->Constructed->Pre-initialized
  222. NEIAddons|Forestry{1.12.0.5} [NEI Addons: Forestry] (neiaddons-mc1710-1.12.0.5.jar) Unloaded->Constructed->Pre-initialized
  223. NEIAddons|CraftingTables{1.12.0.5} [NEI Addons: Crafting Tables] (neiaddons-mc1710-1.12.0.5.jar) Unloaded->Constructed->Pre-initialized
  224. NEIAddons|ExNihilo{1.12.0.5} [NEI Addons: Ex Nihilo] (neiaddons-mc1710-1.12.0.5.jar) Unloaded->Constructed->Pre-initialized
  225. NEIForestry{1.1} [NEI Forestry Plugin] (NEIForestry-1.1.jar) Unloaded->Constructed->Pre-initialized
  226. ObsidiPlates{3.0.0.18} [ObsidiPlates] (ObsidiPlates-1.7.10-universal-3.0.0.18.jar) Unloaded->Constructed->Pre-initialized
  227. oodmod{1.82} [Ood's Mod] (OodMod-1.82.jar) Unloaded->Constructed->Pre-initialized
  228. OpenMods{0.6} [OpenMods] (OpenModsLib-1.7.10-0.6-snapshot-220.jar) Unloaded->Constructed->Pre-initialized
  229. OpenBlocks{1.3} [OpenBlocks] (OpenBlocks-1.7.10-1.3-snapshot-426.jar) Unloaded->Constructed->Pre-initialized
  230. oldstylewands{1.0.5b Beta} [Old Style Wands] (OSW_1.7.10-V.1.0.5b Beta.jar) Unloaded->Constructed->Pre-initialized
  231. PiP{4.0.0} [PiP] (PiP-4.0.0.jar) Unloaded->Constructed->Pre-initialized
  232. PneumaticCraft{1.2.4} [PneumaticCraft] (PneumaticCraft-1.2.4.jar) Unloaded->Constructed->Pre-initialized
  233. PowerConverters{1.7.10-3.0.0.23} [Power Converters] (PowerConverters-1.7.10-3.0.0.23.jar) Unloaded->Constructed->Pre-initialized
  234. ProjRed|Transmission{4.4.5.44} [ProjectRed-Transmission] (ProjectRed-Integration-1.7.10-4.4.5.44.jar) Unloaded->Constructed->Pre-initialized
  235. ProjRed|Transportation{4.4.5.44} [ProjectRed-Transportation] (ProjectRed-Mechanical-1.7.10-4.4.5.44.jar) Unloaded->Constructed->Pre-initialized
  236. ProjRed|Compatibility{4.4.5.44} [ProjectRed-Compatibility] (ProjectRed-Compat-1.7.10-4.4.5.44.jar) Unloaded->Constructed->Pre-initialized
  237. ProjRed|Integration{4.4.5.44} [ProjectRed-Integration] (ProjectRed-Integration-1.7.10-4.4.5.44.jar) Unloaded->Constructed->Pre-initialized
  238. ProjRed|Illumination{4.4.5.44} [ProjectRed-Illumination] (ProjectRed-Lighting-1.7.10-4.4.5.44.jar) Unloaded->Constructed->Pre-initialized
  239. ProjRed|Expansion{4.4.5.44} [ProjectRed-Expansion] (ProjectRed-Mechanical-1.7.10-4.4.5.44.jar) Unloaded->Constructed->Pre-initialized
  240. QuarryPlus{1.7.10-1.5.7.7} [QuarryPlus] (QuarryPlus-1.7.10-1.5.7.7.jar) Unloaded->Constructed->Pre-initialized
  241. fuj1n.recmod{v1.3.2} [Recording Status Mod] (RecStatusMod-1.7.10-13.60494c9.jar) Unloaded->Constructed->Pre-initialized
  242. RedstoneArsenal{1.7.10R1.1.0B3} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.0B3-8.jar) Unloaded->Constructed->Pre-initialized
  243. RefinedRelocation{1.0.6a} [Refined Relocation] (RefinedRelocation-1.7.10-1.0.6a.jar) Unloaded->Constructed->Pre-initialized
  244. libsandstone{1.0.0} [libsandstone] (LibSandstone-1.0.0.jar) Unloaded->Constructed->Pre-initialized
  245. xreliquary{1.2.DEV} [Reliquary] (Reliquary-1.2.jar) Unloaded->Constructed->Pre-initialized
  246. RIO{1.1.1} [RemoteIO] (RemoteIO-1.7.10-1.1.1-b26-universal.jar) Unloaded->Constructed->Pre-initialized
  247. simplyjetpacks{1.0.1} [Simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.0.1.jar) Unloaded->Constructed->Pre-initialized
  248. spacore{01.04.00.00} [SpACore] (SpACore-1.7.10-01.04.00.00.jar) Unloaded->Constructed->Pre-initialized
  249. SSR{Alpha 0.9a} [Soul Shards: Reborn] (SSR_1.7.2 0.9a.jar) Unloaded->Constructed->Pre-initialized
  250. StevesCarts{2.0.0.b16} [Steve's Carts 2] (StevesCarts2.0.0.b16.jar) Unloaded->Constructed->Pre-initialized
  251. StevesFactoryManager{A90} [Steve's Factory Manager] (StevesFactoryManagerA90.jar) Unloaded->Constructed->Pre-initialized
  252. WaslieCore{1.1} [WaslieCore] (WaslieCore-1.1.jar) Unloaded->Constructed->Pre-initialized
  253. ThaumcraftExtras{1.0} [Thaumcraft Extras 2] (ThaumcraftExtras-2-1.0_1.7.10.jar) Unloaded->Constructed->Pre-initialized
  254. ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.0-DEVBUILD.jar) Unloaded->Constructed->Pre-initialized
  255. ThermalTinkerer{1.7.10R0.1.0B2} [Thermal Tinkerer] (Thermal Tinkerer - v0.1.0.0a.jar) Unloaded->Constructed->Pre-initialized
  256. TiCTooltips{1.1.8a} [TiC Tooltips] (TiC-Tooltips-mc1.7.10-1.1.8a.jar) Unloaded->Constructed->Pre-initialized
  257. TMechworks{1.7.10-70.cfb41d0} [Tinkers' Mechworks] (TMechworks-1.7.10-70.cfb41d0.jar) Unloaded->Constructed->Pre-initialized
  258. Translocator{1.1.1.6} [Translocator] (Translocator-1.7.10-1.1.1.6-universal.jar) Unloaded->Constructed->Pre-initialized
  259. TWarden{0.0.1} [Thaumic Warden] (TWarden-1.0.0.jar) Unloaded->Constructed->Pre-initialized
  260. WailaHarvestability{1.0.4} [Waila Harvestability] (WailaHarvestability-mc1.7.x-1.0.4.jar) Unloaded->Constructed->Pre-initialized
  261. warpbook{${version}} [Warp Book] (warpbook-1.2.29.jar) Unloaded->Constructed->Pre-initialized
  262. witchery{0.20.4} [Witchery] (witchery-1.7.10-0.20.4.jar) Unloaded->Constructed->Pre-initialized
  263. McMultipart{1.1.0.300} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.1.0.300-universal.jar) Unloaded->Constructed->Pre-initialized
  264. aobd{2.2.3} [Another One Bites The Dust] (AOBD-2.2.3.jar) Unloaded->Constructed->Pre-initialized
  265. FMPIntegration{1.0} [FMPIntegration] (fmpintegration-1.0.jar) Unloaded->Constructed->Pre-initialized
  266. NEI-Mystcraft-Plugin{01.05.01.00} [NEI Mystcraft Plugin] (MystNEI-Plugin-1.7.10-01.05.01.00.jar) Unloaded->Constructed->Pre-initialized
  267. ForgeMicroblock{1.1.0.300} [Forge Microblocks] (ForgeMultipart-1.7.10-1.1.0.300-universal.jar) Unloaded->Constructed->Pre-initialized
  268. Mantle Environment: Environment healthy.
  269. AE2 Version: stable rv0-stable-10 for Forge 10.13.0.1152
  270. TConstruct Environment: Environment healthy.
  271. Launched Version: 1.7.10-Forge10.13.0.1199
  272. LWJGL: 2.9.1
  273. OpenGL: Intel Iris OpenGL Engine GL version 2.1 INTEL-8.28.30, Intel Inc.
  274. GL Caps: Using GL 1.3 multitexturing.
  275. Using framebuffer objects because ARB_framebuffer_object is supported and separate blending is supported.
  276. Anisotropic filtering is supported and maximum anisotropy is 16.
  277. Shaders are available because OpenGL 2.1 is supported.
  278.  
  279. Is Modded: Definitely; Client brand changed to 'fml,forge'
  280. Type: Client (map_client.txt)
  281. Resource Packs: [Unity-AdvancedMachines-1.1.0.zip, Unity-BloodMagic-0.9.0.zip, Unity-CompactSolars-1.0.0.zip, Unity-ExtraCells-1.0.0.zip, Unity-Forestry-0.9.0.zip, Unity-IronChests-1.0.1.zip, Unity-JABBA-0.9.0.zip, Unity-MFR-0.9.1.zip, Unity-Minecraft-0.9.4.zip, Unity-ThermalExpansion-1.0.0.zip]
  282. Current Language: English (US)
  283. Profiler Position: N/A (disabled)
  284. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  285. Anisotropic Filtering: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement