Advertisement
Guest User

Untitled

a guest
Jul 26th, 2016
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.17 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. LoadingPlugin (RandomThings-MC1.10-3.7.4.jar)
  5. EnderCorePlugin (EnderCore-1.10.2-0.4.1.41-beta.jar)
  6. LoadingPlugin (Quark-beta-48.jar)
  7. FMLPlugin (InventoryTweaks-1.61-58.jar)
  8. CorePlugin (FluxedRedstone-2.2.1.44.jar)
  9. CoreMod (Aroma1997Core-1.9.4-1.1.0.3.jar)
  10. ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.0.jar)
  11. LoadingPluginBuildingBricks (BuildingBricks-1.10.2-2.0.12.jar)
  12. Contact their authors BEFORE contacting forge
  13.  
  14. // But it works on my machine.
  15.  
  16. Time: 7/26/16 9:07 PM
  17. Description: Initializing game
  18.  
  19. java.lang.NullPointerException: Initializing game
  20. at vazkii.psi.common.block.base.BlockMetaVariants.func_176203_a(BlockMetaVariants.java:52)
  21. at net.minecraftforge.fml.common.registry.GameData$BlockCallbacks.onAdd(GameData.java:293)
  22. at net.minecraftforge.fml.common.registry.GameData$BlockCallbacks.onAdd(GameData.java:280)
  23. at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.addObjectRaw(FMLControlledNamespacedRegistry.java:574)
  24. at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:472)
  25. at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.register(FMLControlledNamespacedRegistry.java:813)
  26. at net.minecraftforge.fml.common.registry.GameData.register_impl(GameData.java:250)
  27. at net.minecraftforge.fml.common.registry.GameRegistry.register(GameRegistry.java:153)
  28. at vazkii.psi.common.block.base.BlockMod.func_149663_c(BlockMod.java:49)
  29. at vazkii.psi.common.block.base.BlockMod.<init>(BlockMod.java:41)
  30. at vazkii.psi.common.block.base.BlockMetaVariants.<init>(BlockMetaVariants.java:33)
  31. at vazkii.psi.common.block.BlockPsiDecorative.<init>(BlockPsiDecorative.java:24)
  32. at vazkii.psi.common.block.base.ModBlocks.init(ModBlocks.java:37)
  33. at vazkii.psi.common.core.proxy.CommonProxy.preInit(CommonProxy.java:44)
  34. at vazkii.psi.client.core.proxy.ClientProxy.preInit(ClientProxy.java:50)
  35. at vazkii.psi.common.Psi.preInit(Psi.java:35)
  36. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  37. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  38. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  39. at java.lang.reflect.Method.invoke(Method.java:483)
  40. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:595)
  41. at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
  42. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  43. at java.lang.reflect.Method.invoke(Method.java:483)
  44. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  45. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  46. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  47. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  48. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  49. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239)
  50. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217)
  51. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  52. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  53. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  54. at java.lang.reflect.Method.invoke(Method.java:483)
  55. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  56. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  57. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  58. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  59. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  60. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142)
  61. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:607)
  62. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:255)
  63. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:439)
  64. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
  65. at net.minecraft.client.main.Main.main(SourceFile:124)
  66. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  67. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  68. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  69. at java.lang.reflect.Method.invoke(Method.java:483)
  70. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  71. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  72.  
  73.  
  74. A detailed walkthrough of the error, its code path and all known details is as follows:
  75. ---------------------------------------------------------------------------------------
  76.  
  77. -- Head --
  78. Thread: Client thread
  79. Stacktrace:
  80. at vazkii.psi.common.block.base.BlockMetaVariants.func_176203_a(BlockMetaVariants.java:52)
  81. at net.minecraftforge.fml.common.registry.GameData$BlockCallbacks.onAdd(GameData.java:293)
  82. at net.minecraftforge.fml.common.registry.GameData$BlockCallbacks.onAdd(GameData.java:280)
  83. at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.addObjectRaw(FMLControlledNamespacedRegistry.java:574)
  84. at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:472)
  85. at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.register(FMLControlledNamespacedRegistry.java:813)
  86. at net.minecraftforge.fml.common.registry.GameData.register_impl(GameData.java:250)
  87. at net.minecraftforge.fml.common.registry.GameRegistry.register(GameRegistry.java:153)
  88. at vazkii.psi.common.block.base.BlockMod.func_149663_c(BlockMod.java:49)
  89. at vazkii.psi.common.block.base.BlockMod.<init>(BlockMod.java:41)
  90. at vazkii.psi.common.block.base.BlockMetaVariants.<init>(BlockMetaVariants.java:33)
  91. at vazkii.psi.common.block.BlockPsiDecorative.<init>(BlockPsiDecorative.java:24)
  92. at vazkii.psi.common.block.base.ModBlocks.init(ModBlocks.java:37)
  93. at vazkii.psi.common.core.proxy.CommonProxy.preInit(CommonProxy.java:44)
  94. at vazkii.psi.client.core.proxy.ClientProxy.preInit(ClientProxy.java:50)
  95. at vazkii.psi.common.Psi.preInit(Psi.java:35)
  96. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  97. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  98. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  99. at java.lang.reflect.Method.invoke(Method.java:483)
  100. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:595)
  101. at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
  102. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  103. at java.lang.reflect.Method.invoke(Method.java:483)
  104. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  105. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  106. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  107. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  108. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  109. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239)
  110. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217)
  111. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  112. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  113. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  114. at java.lang.reflect.Method.invoke(Method.java:483)
  115. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  116. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  117. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  118. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  119. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  120. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142)
  121. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:607)
  122. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:255)
  123. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:439)
  124.  
  125. -- Initialization --
  126. Details:
  127. Stacktrace:
  128. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
  129. at net.minecraft.client.main.Main.main(SourceFile:124)
  130. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  131. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  132. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  133. at java.lang.reflect.Method.invoke(Method.java:483)
  134. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  135. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  136.  
  137. -- System Details --
  138. Details:
  139. Minecraft Version: 1.10.2
  140. Operating System: Windows 10 (amd64) version 10.0
  141. Java Version: 1.8.0_25, Oracle Corporation
  142. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  143. Memory: 1141894792 bytes (1088 MB) / 1902116864 bytes (1814 MB) up to 3817865216 bytes (3641 MB)
  144. JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms256m -XX:PermSize=256m
  145. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  146. FML: MCP 9.32 Powered by Forge 12.18.1.2027 138 mods loaded, 138 mods active
  147. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  148. UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  149. UCH FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.1.2027.jar)
  150. UCH Forge{12.18.1.2027} [Minecraft Forge] (forge-1.10.2-12.18.1.2027.jar)
  151. UCH Aroma1997Core{${version}} [Aroma1997Core] (Aroma1997Core-1.9.4-1.1.0.3.jar)
  152. UCH buildingbrickshooks{1.10.2-2.0.12} [Building Bricks Hooks] (minecraft.jar)
  153. UCH actuallyadditions{1.10.2-r56} [Actually Additions] (ActuallyAdditions-1.10.2-r56.jar)
  154. UCH advancedswords{1.3.0} [Advanced Swords] (advancedswords-1.3.0-[1.9.4].jar)
  155. UCH advancedaddons{1.1.0} [Advanced Addons] (advancedaddons-1.1.0-[1.9.4].jar)
  156. UCH agriculturalexpansion{r-1.2.0} [Agricultural Expansion] (AgriculturalExpansion[1.9.4][1.10.2]r-1.2.0.jar)
  157. UCH sokratiscore{1.10.2-1.0.1} [SokratisCore] (sokratiscore-1.10.2-1.0.1.jar)
  158. UCH armorplus{1.10.2-5.0.1.0} [ArmorPlus] (armorplus-1.10.2-5.0.1.0.jar)
  159. UCH Aroma1997CoreHelper{1.1.0.3} [Aroma1997Core|Helper] (Aroma1997Core-1.9.4-1.1.0.3.jar)
  160. UCH AromaBackup{1.0.1.1} [AromaBackup] (AromaBackup-1.9.4-1.0.1.1.jar)
  161. UCH AromaBackupRecovery{1.0} [AromaBackup Recovery] (AromaBackup-1.9.4-1.0.1.1.jar)
  162. UCH bagginses{2.4.2d} [Bagginses] (Bagginses-1.10-3.0.3.jar)
  163. UCH basemetals{2.3.2} [Base Metals] (BaseMetals_1.9.4-2.3.2.6.jar)
  164. UCH Baubles{1.2.1.0} [Baubles] (Baubles-1.9.4-1.2.1.0.jar)
  165. UCH BBG{5.0.0} [BetterBedrockGen] (BBG-1.9.4-5.0.0.jar)
  166. UCH bdlib{1.12.1.7} [BD Lib] (bdlib-1.12.1.7-mc1.10.2.jar)
  167. UCH betterbuilderswands{0.6.5} [Better Builder's Wands] (BetterBuildersWands-0.6.5-1.10r138+8595fc7.jar)
  168. UCH BiomesOPlenty{4.1.0.2052} [Biomes O' Plenty] (BiomesOPlenty-1.9.4-4.1.0.2052-universal.jar)
  169. UCH ExtraUtils2{1.0} [ExtraUtils2] (extrautils2-1.10.2-alpha-1.0.1.jar)
  170. UCH JEI{3.7.8.234} [Just Enough Items] (jei_1.10.2-3.7.8.234.jar)
  171. UCH blockdrops{1.0.6} [Block Drops] (BlockDrops-1.10.2-1.0.6.jar)
  172. UCH guideapi{@VERSION@} [Guide-API] (Guide-API-1.9.4-2.0.0-40.jar)
  173. UCH BloodMagic{1.9.4-2.0.3-53} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.9.4-2.0.3-53.jar)
  174. UCH BloodArsenal{1.10.2-2.0.1-CUSTOM} [Blood Arsenal] (BloodArsenal-1.10.2-2.0.1-11.jar)
  175. UCH Botania{r1.8-313} [Botania] (Botania-unofficial.r1.8-313.jar)
  176. UCE Quark{beta-48} [Quark] (Quark-beta-48.jar)
  177. UCH buildingbricks{1.10.2-2.0.12} [Building Bricks] (BuildingBricks-1.10.2-2.0.12.jar)
  178. UCH Chameleon{1.9.4-2.1.6} [Chameleon] (Chameleon-1.9.4-2.1.6.jar)
  179. UCH mcmultipart{1.2.0} [MCMultiPart] (MCMultiPart-1.2.0-universal.jar)
  180. UCH CharsetLib{0.3.0-pre12} [‽] (Charset-0.3.0-pre12.jar)
  181. UCH CharsetAudio{0.3.0-pre12} [♫] (Charset-0.3.0-pre12.jar)
  182. UCH CharsetCarts{0.3.0-pre12} [U] (Charset-0.3.0-pre12.jar)
  183. UCH CharsetDecoration{0.3.0-pre12} [âš?] (Charset-0.3.0-pre12.jar)
  184. UCH CharsetDrama{0.3.0-pre12} [!] (Charset-0.3.0-pre12.jar)
  185. UCH CharsetFarming{0.3.0-pre12} [;] (Charset-0.3.0-pre12.jar)
  186. UCH CharsetGates{0.3.0-pre12} [&] (Charset-0.3.0-pre12.jar)
  187. UCH CharsetPipes{0.3.0-pre12} [|] (Charset-0.3.0-pre12.jar)
  188. UCH CharsetStorage{0.3.0-pre12} [#] (Charset-0.3.0-pre12.jar)
  189. UCH CharsetTweaks{0.3.0-pre12} [*] (Charset-0.3.0-pre12.jar)
  190. UCH CharsetWires{0.3.0-pre12} [+] (Charset-0.3.0-pre12.jar)
  191. UCH CharsetWrench{0.3.0-pre12} [/] (Charset-0.3.0-pre12.jar)
  192. UCH chisel{MC1.9.4-0.0.6.33} [Chisel] (Chisel-MC1.9.4-0.0.6.33.jar)
  193. UCH chiselsandbits{11.7} [Chisels & Bits] (chiselsandbits-11.7.jar)
  194. UCH cookingforblockheads{3.1.26} [Cooking for Blockheads] (CookingForBlockheads-mc1.9.4-3.1.26.jar)
  195. UCH covers{0.3.0.4} [Simple Covers] (covers-0.3.0.4-mc1.10.2.jar)
  196. UCH craftingtweaks{5.0.6} [Crafting Tweaks] (craftingtweaks-mc1.9.4-5.0.6.jar)
  197. UCH MineTweaker3{3.0.10} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.10.jar)
  198. UCH ElecCore{1.5.292} [ElecCore] (ElecCore-1.9.4-1.5.292.jar)
  199. UCH deepresonance{1.2.0beta35} [DeepResonance] (deepresonance-1.9.4-1.2.0beta35.jar)
  200. UCH StorageDrawers{1.9.4-3.2.1} [Storage Drawers] (StorageDrawers-1.9.4-3.2.1.jar)
  201. UCH bitdrawers{0.2} [Drawers & Bits] (DrawersBits-1.9.4-0.2.jar)
  202. UCH endercompass{1.2.3.1} [Ender Compass] (EnderCompass-1.9.x-1.2.3.1.jar)
  203. UCH endercore{1.10.2-0.4.1.41-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.41-beta.jar)
  204. UCH endercrop{1.9-1.2-1836} [Ender Crop] (endercrop-1.9.4-1.3.1.jar)
  205. UCH Waila{1.7.0} [Waila] (Waila-1.7.0-B3_1.9.4.jar)
  206. UCH EnderIO{1.10.2-3.0.1.75_beta} [Ender IO] (EnderIO-1.10.2-3.0.1.75_beta.jar)
  207. UCH shetiphiancore{3.3.0} [ShetiPhian-Core] (shetiphiancore-1.10.0-3.3.0.jar)
  208. UCH endertanks{1.4.1} [EnderTanks] (endertanks-1.10.0-1.4.1.jar)
  209. UCH modernmetals{0.11.0} [Modern Metals] (ModernMetals-0.11.0.jar)
  210. UCH endmetals{1.0.4} [End Metals] (EndMetals_1.9-1.0.4.jar)
  211. UCH ValkyrieLib{1.10.2-0.10.2} [Valkyrie Lib] (valkyrielib-1.10.2-0.10.2.jar)
  212. UCH EnvironmentalTech{1.10.2-0.10.2d} [Environmental Tech] (environmentaltech-1.10.2-0.10.2d.jar)
  213. UCH extrablocks{1.0.2} [ExtraBlocks] (extrablocks-1.0.2.jar)
  214. UCH shadowmc{3.4.4} [ShadowMC] (ShadowMC-1.10.2-3.4.4.jar)
  215. UCH ExtraRails{1.1.1} [Extra Rails] (ExtraRails-1.10.2-1.1.1.jar)
  216. UCH fastleafdecay{v11} [Fast Leaf Decay] (FastLeafDecay-v11.jar)
  217. UCH flatcoloredblocks{mc1.10-v4.1} [Flat Colored Blocks] (flatcoloredblocks-mc1.10-v4.1.jar)
  218. UCH FloodLights{1.2.7-145} [Flood Lights] (FloodLights-1.9.4-1.2.7-145.jar)
  219. UCH fluxducts{1.0.4} [Flux Ducts] (fluxducts-mc1.9.4-1.0.4.jar)
  220. UCH reborncore{2.5.5.3} [RebornCore] (RebornCore-1.10.2-2.5.5.3-universal.jar)
  221. UCH reborncore-mcmultipart{2.5.5.3} [reborncore-MCMultiPart] (RebornCore-1.10.2-2.5.5.3-universal.jar)
  222. UCH Tesla{1.2.0.38} [TESLA] (Tesla-1.10.2-1.2.0.38.jar)
  223. UCH fluxedredstone{2.2.1.44} [FluxedRedstone] (FluxedRedstone-2.2.1.44.jar)
  224. UCH theoneprobe{1.0.13} [The One Probe] (theoneprobe-1.10-1.0.13.jar)
  225. UCH fluxedsolars{$GRADLEVERSION} [Fluxed Solars] (fluxedsolars-2.0.jar)
  226. UCH forestry{5.2.3.213} [Forestry] (forestry_1.10.2-5.2.3.213.jar)
  227. UCH ftbl{2.1.0} [FTBLib] (FTBLib-1.9.4-2.1.0-pre2.jar)
  228. UCH ftbu{2.1.0} [FTBUtilities] (FTBUtilities-1.9.4-2.1.0-pre2.jar)
  229. UCH gendustry{1.6.4.13} [GenDustry] (gendustry-1.6.4.13-mc1.10.2.jar)
  230. UCH pressure{1.3.1.8} [Pressure Pipes] (pressure-1.3.1.8-mc1.10.2.jar)
  231. UCH advgenerators{0.9.20.9} [Advanced Generators] (generators-0.9.20.9-mc1.10.2.jar)
  232. UCH Harvest{1.9.4-1.0.1-8} [Harvest] (Harvest-1.9.4-1.0.1-8.jar)
  233. UCH hopperducts{1.4.7} [Hopper Ducts] (hopperducts-mc1.9.4-1.4.7.jar)
  234. UCH InductionCharger{1.1.1} [Induction Charger] (InductionCharger-1.10.2-1.1.1.jar)
  235. UCH inventorysorter{0.10.0+42} [Simple Inventory sorting] (inventorysorter-1.10-0.10.0+42.jar)
  236. UCH inventorytweaks{1.61-58-a1fd884} [Inventory Tweaks] (InventoryTweaks-1.61-58.jar)
  237. UCH IronChest{7.0.7.795} [Iron Chest] (ironchest-1.10.2-7.0.7.795.jar)
  238. UCH japta{1.9.0} [JAPTA] (JAPTA-1.9.4-1.9.0.jar)
  239. UCH journeymap{1.10.2-5.2.4} [JourneyMap] (journeymap-1.10.2-5.2.4-unlimited.jar)
  240. UCH jeresources{0.4.6.42} [Just Enough Resources] (JustEnoughResources-1.10.2-0.4.6.42.jar)
  241. UCH LunatriusCore{1.1.2.36} [LunatriusCore] (LunatriusCore-1.10.2-1.1.2.36-universal.jar)
  242. UCH LaserLevel{2.1.0.13} [Laser Level] (LaserLevel-1.10.2-2.1.0.13-universal.jar)
  243. UCH mantle{1.10-0.10.3.jenkins156} [Mantle] (Mantle-1.10-0.10.3.jar)
  244. UCH modtweaker2{2.0.0} [Mod Tweaker 2] (ModTweaker2-2.0.0.jar)
  245. UCH moreoverlays{1.6} [MoreOverlays] (moreoverlays-1.6-mc1.9.4.jar)
  246. UCH Morphtool{1.0-6} [Morph-o-Tool] (Morph-o-Tool-1.0-6.jar)
  247. UCH nethermetals{1.1.2} [Nether Metals] (NetherMetals_1.9-1.1.2.jar)
  248. UCH notenoughwands{1.3.5} [Not Enough Wands] (notenoughwands-1.9.4-1.3.5.jar)
  249. UCH fodc{1.9.1} [Ore Dictionary Converter] (OreDictionaryConverter-1.9.1.jar)
  250. UCH orespawn{1.0.3} [Ore Spawn] (OreSpawn_1.9.4-1.0.3.jar)
  251. UCH packingtape{0.5.2} [Packing Tape] (PackingTape-1.9.4-0.5.2.jar)
  252. UCH harvestcraft{1.9.4-pre} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2a.jar)
  253. UCH platforms{1.2.0} [Platforms] (platforms-1.10.0-1.2.0.jar)
  254. UCH prefab{1.1.0.6} [Prefab] (prefab-1.1.0.6.jar)
  255. UCH progressiveautomation{1.6.49} [Progressive Automation] (ProgressiveAutomation-1.10.2-1.6.49.jar)
  256. UCH ProjectE{1.9.4-PE1.0.4B} [ProjectE] (ProjectE-1.9.4-PE1.0.4B.jar)
  257. UCE Psi{r1.0-36} [Psi] (Psi-r1.0-36.jar)
  258. UCH quantumflux{2.0.7} [QuantumFlux] (quantumflux-1.9.4-2.0.7.jar)
  259. UCH randomthings{3.7.4} [Random Things] (RandomThings-MC1.10-3.7.4.jar)
  260. UCH rangedpumps{0.2} [Ranged Pumps] (rangedpumps-0.2.jar)
  261. UCH refinedstorage{0.8.12} [Refined Storage] (refinedstorage-0.8.12.jar)
  262. UCH xreliquary{1.10.2-1.3.2.434} [Reliquary] (Reliquary-1.10.2-1.3.2.434.jar)
  263. UCH rftools{5.06} [RFTools] (rftools-1.10-5.06.jar)
  264. UCH rftoolsdim{4.30beta46} [RFTools Dimensions] (rftoolsdim-1.10-4.30beta46.jar)
  265. UCH Roguelike{1.5.4} [Roguelike Dungeons] (RoguelikeDungeons-1.10.2-1.5.4.jar)
  266. UCH roots{0.110} [Roots] (roots-1.10.2-0.110.0.jar)
  267. UCH SimpleGenerators{1.10-0.7.1a} [Simple Generators] (simplegenerators-1.10-0.7.1a.jar)
  268. UCH simpleretrogen{4.0.1+8} [Simple Retrogen] (simpleretrogen-1.10-4.0.1+8.jar)
  269. UCH SleepingBag{1.2.1} [Sleeping Bag] (SleepingBag-1.9.4-1.2.1.jar)
  270. UCH SolarFluxReborn{1.9.4_0.7b} [Solar Flux Reborn] (SolarFluxReborn-1.9.4_0.7b.jar)
  271. UCH solarvillage{1.1.0.15} [Solar Village] (SolarVillage-1.10.2-1.1.0.18.jar)
  272. UCH tconstruct{1.10-2.3.3a.jenkins271} [Tinkers' Construct] (TConstruct-1.10-2.3.3a.jar)
  273. UCH teslacoils{v0.2.0.0} [Tesla Coils] (teslacoils-0.2.0.0.jar)
  274. UCH thutcore{3.2.3} [ThutCore] (thutcore-1.9.4-3.2.3.jar)
  275. UCH thuttech{3.0.6} [Thut's Tech] (thuttech-3.0.6.jar)
  276. UCH TinkersAddons{1.0.3} [Tinkers' Addons] (Tinkers' Addons-1.10.x-1.0.3.jar)
  277. UCH tombmanygraves{1.9.4_1.10.2-2.1.8} [Tomb Many Graves] (TombManyGraves-1.9.4_1.10.2-2.1.8.jar)
  278. UCH trashslot{6.3.2} [TrashSlot] (TrashSlot_1.10.2-6.3.2.jar)
  279. UCH VeinMiner{0.34.1_1.9-73be663} [Vein Miner] (VeinMiner-0.34.1-1.9r571+73be663.jar)
  280. UCH VeinMinerModSupport{0.34.1_1.9-73be663} [Mod Support] (VeinMiner-0.34.1-1.9r571+73be663.jar)
  281. UCH WailaHarvestability{1.1.7} [Waila Harvestability] (WailaHarvestability-mc1.10-1.1.7.jar)
  282. UCH ICSE{1.1.0.0} [I Can See Everything] (Wawla-1.10.2-2.3.0.197.jar)
  283. UCH wawla{2.3.0.194} [What Are We Looking At] (Wawla-1.10.2-2.3.0.197.jar)
  284. UCH weaponsplus{1.9.4-3.0.0.0} [WeaponsPlus] (WeaponsPlus1.9.4-3.0.0.0.jar)
  285. UCH wuestUtilities{1.10.2.2} [Wuest Utilities] (wuestUtilities-1.10.2.2.jar)
  286. Loaded coremods (and transformers):
  287. LoadingPlugin (RandomThings-MC1.10-3.7.4.jar)
  288. lumien.randomthings.asm.ClassTransformer
  289. EnderCorePlugin (EnderCore-1.10.2-0.4.1.41-beta.jar)
  290. com.enderio.core.common.transform.EnderCoreTransformer
  291. LoadingPlugin (Quark-beta-48.jar)
  292. vazkii.quark.base.asm.ClassTransformer
  293. FMLPlugin (InventoryTweaks-1.61-58.jar)
  294. invtweaks.forge.asm.ContainerTransformer
  295. CorePlugin (FluxedRedstone-2.2.1.44.jar)
  296.  
  297. CoreMod (Aroma1997Core-1.9.4-1.1.0.3.jar)
  298.  
  299. ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.0.jar)
  300. shetiphian.core.asm.ClassTransformer
  301. LoadingPluginBuildingBricks (BuildingBricks-1.10.2-2.0.12.jar)
  302. com.hea3ven.buildingbricks.core.load.ClassTransformerBuildingBricks
  303. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 368.69' Renderer: 'GeForce GT 740/PCIe/SSE2'
  304. Pulsar/tconstruct loaded Pulses:
  305. - TinkerCommons (Enabled/Forced)
  306. - TinkerWorld (Enabled/Not Forced)
  307. - TinkerTools (Enabled/Not Forced)
  308. - TinkerSmeltery (Enabled/Not Forced)
  309. - TinkerGadgets (Enabled/Not Forced)
  310. - TinkerOredict (Enabled/Forced)
  311. - TinkerIntegration (Enabled/Forced)
  312. - TinkerFluids (Enabled/Forced)
  313. - TinkerMaterials (Enabled/Forced)
  314. - chiselsandbitsIntegration (Enabled/Not Forced)
  315. - craftingtweaksIntegration (Enabled/Not Forced)
  316. - WailaIntegration (Enabled/Not Forced)
  317.  
  318. List of loaded APIs:
  319. * actuallyadditionsapi (18) from ActuallyAdditions-1.10.2-r56.jar
  320. * AromaBackupAPI (1.0) from AromaBackup-1.9.4-1.0.1.1.jar
  321. * Baubles|API (1.1.1.0) from Baubles-1.9.4-1.2.1.0.jar
  322. * BloodMagic|API (@VERSION@) from BloodMagic-1.9.4-2.0.3-53.jar
  323. * BotaniaAPI (79) from Botania-unofficial.r1.8-313.jar
  324. * CharsetAPI (0.1) from Charset-0.3.0-pre12.jar
  325. * CharsetAPI|Audio (0.0) from Charset-0.3.0-pre12.jar
  326. * CharsetAPI|Lib (0.2) from Charset-0.3.0-pre12.jar
  327. * CharsetAPI|Pipes (0.3) from Charset-0.3.0-pre12.jar
  328. * CharsetAPI|Storage (0.1) from Charset-0.3.0-pre12.jar
  329. * CharsetAPI|Tape (0.0) from Charset-0.3.0-pre12.jar
  330. * CharsetAPI|Wires (0.3) from Charset-0.3.0-pre12.jar
  331. * ChiselAPI (0.0.1) from Chisel-MC1.9.4-0.0.6.33.jar
  332. * ChiselAPI|Carving (0.0.1) from Chisel-MC1.9.4-0.0.6.33.jar
  333. * ChiselsAndBitsAPI (11.7.0) from chiselsandbits-11.7.jar
  334. * CoFHAPI (1.8.9R1.2.0B1) from ActuallyAdditions-1.10.2-r56.jar
  335. * CoFHAPI|block (1.8.9R1.2.0B1) from ProgressiveAutomation-1.10.2-1.6.49.jar
  336. * CoFHAPI|core (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.2.jar
  337. * CoFHAPI|energy (1.8.9R1.2.0B1) from JAPTA-1.9.4-1.9.0.jar
  338. * CoFHAPI|inventory (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.2.jar
  339. * CoFHAPI|item (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.2.jar
  340. * CoFHAPI|tileentity (1.8.9R1.2.0B1) from fluxducts-mc1.9.4-1.0.4.jar
  341. * CraftingTweaks|API (4.1) from craftingtweaks-mc1.9.4-5.0.6.jar
  342. * DR-API (1.0.4-Beta) from deepresonance-1.9.4-1.2.0beta35.jar
  343. * ElecCore|Abilities (#API_VER#) from ElecCore-1.9.4-1.5.292.jar
  344. * EnderIOAPI (0.0.2) from EnderIO-1.10.2-3.0.1.75_beta.jar
  345. * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.10.2-3.0.1.75_beta.jar
  346. * EnderIOAPI|Teleport (0.0.2) from EnderIO-1.10.2-3.0.1.75_beta.jar
  347. * EnderIOAPI|Tools (0.0.2) from EnderIO-1.10.2-3.0.1.75_beta.jar
  348. * environmentaltech.api (1.10.2-0.10.2d) from environmentaltech-1.10.2-0.10.2d.jar
  349. * ForestryAPI|apiculture (4.8.0) from forestry_1.10.2-5.2.3.213.jar
  350. * ForestryAPI|arboriculture (4.2.1) from forestry_1.10.2-5.2.3.213.jar
  351. * ForestryAPI|circuits (3.1.0) from forestry_1.10.2-5.2.3.213.jar
  352. * ForestryAPI|core (5.0.0) from forestry_1.10.2-5.2.3.213.jar
  353. * ForestryAPI|farming (2.1.0) from forestry_1.10.2-5.2.3.213.jar
  354. * ForestryAPI|food (1.1.0) from forestry_1.10.2-5.2.3.213.jar
  355. * ForestryAPI|fuels (2.0.1) from forestry_1.10.2-5.2.3.213.jar
  356. * ForestryAPI|genetics (4.7.1) from forestry_1.10.2-5.2.3.213.jar
  357. * ForestryAPI|greenhouse (5.0.0) from forestry_1.10.2-5.2.3.213.jar
  358. * ForestryAPI|hives (4.1.0) from forestry_1.10.2-5.2.3.213.jar
  359. * ForestryAPI|lepidopterology (1.3.0) from forestry_1.10.2-5.2.3.213.jar
  360. * ForestryAPI|mail (3.0.0) from forestry_1.10.2-5.2.3.213.jar
  361. * ForestryAPI|multiblock (3.0.0) from forestry_1.10.2-5.2.3.213.jar
  362. * ForestryAPI|recipes (5.4.0) from forestry_1.10.2-5.2.3.213.jar
  363. * ForestryAPI|storage (5.0.0) from forestry_1.10.2-5.2.3.213.jar
  364. * ForestryAPI|world (2.1.0) from forestry_1.10.2-5.2.3.213.jar
  365. * gendustryAPI (2.3.0) from gendustry-1.6.4.13-mc1.10.2.jar
  366. * Guide-API|API (1.9.4-2.0.0-40) from Guide-API-1.9.4-2.0.0-40.jar
  367. * jeresources|API (0.4.6.42) from JustEnoughResources-1.10.2-0.4.6.42.jar
  368. * journeymap|client-api (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
  369. * journeymap|client-api-display (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
  370. * journeymap|client-api-event (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
  371. * journeymap|client-api-model (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
  372. * journeymap|client-api-util (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
  373. * JustEnoughItemsAPI (4.0.0) from jei_1.10.2-3.7.8.234.jar
  374. * McJtyLib (1.10-1.9.8) from mcjtylib-1.10-1.9.8.jar
  375. * pressureAPI (1.3.1.8) from pressure-1.3.1.8-mc1.10.2.jar
  376. * ProjectEAPI (1.9.4-1.0.0) from ProjectE-1.9.4-PE1.0.4B.jar
  377. * PsiAPI (2) from Psi-r1.0-36.jar
  378. * reborncoreAPI (2.5.5.3) from RebornCore-1.10.2-2.5.5.3-universal.jar
  379. * StorageDrawersAPI (1.7.10-1.2.0) from refinedstorage-0.8.12.jar
  380. * StorageDrawersAPI|config (1.7.10-1.2.0) from refinedstorage-0.8.12.jar
  381. * StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.9.4-3.2.1.jar
  382. * StorageDrawersAPI|inventory (1.7.10-1.2.0) from refinedstorage-0.8.12.jar
  383. * StorageDrawersAPI|pack (1.7.10-1.2.0) from refinedstorage-0.8.12.jar
  384. * StorageDrawersAPI|registry (1.7.10-1.2.0) from refinedstorage-0.8.12.jar
  385. * StorageDrawersAPI|render (1.7.10-1.2.0) from refinedstorage-0.8.12.jar
  386. * StorageDrawersAPI|storage (1.7.10-1.2.0) from refinedstorage-0.8.12.jar
  387. * StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.9.4-3.2.1.jar
  388. * thut|API (1.0.0) from thutcore-1.9.4-3.2.3.jar
  389. * ValkyrieLib.api (1.10.2-0.10.2) from valkyrielib-1.10.2-0.10.2.jar
  390. * VeinMinerApi (0.3) from VeinMiner-0.34.1-1.9r571+73be663.jar
  391. * WailaAPI (1.3) from Waila-1.7.0-B3_1.9.4.jar
  392. EnderIO: No known problems detected.
  393. Detailed RF API diagnostics:
  394. * RF API class 'EnergyStorage' is loaded from: jar:file:/C:/Users/NathanielP/Documents/Curse/Minecraft/Instances/New%20profile/mods/mcjtylib-1.10-1.9.8.jar!/cofh/api/energy/EnergyStorage.class
  395. * RF API class 'IEnergyConnection' is loaded from: jar:file:/C:/Users/NathanielP/Documents/Curse/Minecraft/Instances/New%20profile/mods/mcjtylib-1.10-1.9.8.jar!/cofh/api/energy/IEnergyConnection.class
  396. * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/C:/Users/NathanielP/Documents/Curse/Minecraft/Instances/New%20profile/mods/mcjtylib-1.10-1.9.8.jar!/cofh/api/energy/IEnergyContainerItem.class
  397. * RF API class 'IEnergyHandler' is loaded from: jar:file:/C:/Users/NathanielP/Documents/Curse/Minecraft/Instances/New%20profile/mods/mcjtylib-1.10-1.9.8.jar!/cofh/api/energy/IEnergyHandler.class
  398. * RF API class 'IEnergyProvider' is loaded from: jar:file:/C:/Users/NathanielP/Documents/Curse/Minecraft/Instances/New%20profile/mods/mcjtylib-1.10-1.9.8.jar!/cofh/api/energy/IEnergyProvider.class
  399. * RF API class 'IEnergyReceiver' is loaded from: jar:file:/C:/Users/NathanielP/Documents/Curse/Minecraft/Instances/New%20profile/mods/mcjtylib-1.10-1.9.8.jar!/cofh/api/energy/IEnergyReceiver.class
  400. * RF API class 'IEnergyStorage' is loaded from: jar:file:/C:/Users/NathanielP/Documents/Curse/Minecraft/Instances/New%20profile/mods/mcjtylib-1.10-1.9.8.jar!/cofh/api/energy/IEnergyStorage.class
  401. * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/C:/Users/NathanielP/Documents/Curse/Minecraft/Instances/New%20profile/mods/mcjtylib-1.10-1.9.8.jar!/cofh/api/energy/ItemEnergyContainer.class
  402. * RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/Users/NathanielP/Documents/Curse/Minecraft/Instances/New%20profile/mods/mcjtylib-1.10-1.9.8.jar!/cofh/api/energy/TileEnergyHandler.class
  403. * RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/Users/NathanielP/Documents/Curse/Minecraft/Instances/New%20profile/mods/mcjtylib-1.10-1.9.8.jar!/cofh/api/energy/TileEnergyHandler.class
  404.  
  405. Launched Version: forge-12.18.1.2027
  406. LWJGL: 2.9.4
  407. OpenGL: GeForce GT 740/PCIe/SSE2 GL version 4.5.0 NVIDIA 368.69, NVIDIA Corporation
  408. GL Caps: Using GL 1.3 multitexturing.
  409. Using GL 1.3 texture combiners.
  410. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  411. Shaders are available because OpenGL 2.1 is supported.
  412. VBOs are available because OpenGL 1.5 is supported.
  413.  
  414. Using VBOs: Yes
  415. Is Modded: Definitely; Client brand changed to 'fml,forge'
  416. Type: Client (map_client.txt)
  417. Resource Packs: Faithful 1.10.zip
  418. Current Language: English (US)
  419. Profiler Position: N/A (disabled)
  420. CPU: 8x Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement