Advertisement
Guest User

Untitled

a guest
Aug 18th, 2016
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.85 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. AppleCore (AppleCore-mc1.10.2-1.3.5.jar)
  5. IC2core (industrialcraft-2-2.6.1-ex110.jar)
  6. FldLoadingPlugin (FastLeafDecay-MC1.9.4-1.7.jar)
  7. LoadingPlugin (Quark-beta-35.jar)
  8. FMLPlugin (InventoryTweaks-1.61-beta-57.jar)
  9. Contact their authors BEFORE contacting forge
  10.  
  11. // This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]
  12.  
  13. Time: 8/18/16 6:08 PM
  14. Description: Initializing game
  15.  
  16. java.lang.NullPointerException: Initializing game
  17. at net.minecraft.item.crafting.FurnaceRecipes.func_151397_a(FurnaceRecipes.java:98)
  18. at net.minecraft.item.crafting.FurnaceRecipes.func_151398_b(FurnaceRecipes.java:113)
  19. at crazypants.enderio.config.recipes.xml.Smelting.readResolve(Smelting.java:23)
  20. at crazypants.enderio.config.recipes.StaxFactory.read(StaxFactory.java:37)
  21. at crazypants.enderio.config.recipes.xml.Recipe.setElement(Recipe.java:133)
  22. at crazypants.enderio.config.recipes.StaxFactory.read(StaxFactory.java:33)
  23. at crazypants.enderio.config.recipes.xml.Recipes.setElement(Recipes.java:119)
  24. at crazypants.enderio.config.recipes.StaxFactory.read(StaxFactory.java:33)
  25. at crazypants.enderio.config.recipes.RecipeFactory.readStax(RecipeFactory.java:78)
  26. at crazypants.enderio.config.recipes.RecipeFactory.readFile(RecipeFactory.java:42)
  27. at crazypants.enderio.CommonProxy.init(CommonProxy.java:70)
  28. at crazypants.enderio.ClientProxy.init(ClientProxy.java:258)
  29. at crazypants.enderio.EnderIO.load(EnderIO.java:439)
  30. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  31. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  32. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  33. at java.lang.reflect.Method.invoke(Method.java:483)
  34. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:577)
  35. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  36. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  37. at java.lang.reflect.Method.invoke(Method.java:483)
  38. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  39. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  40. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  41. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  42. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  43. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:235)
  44. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:213)
  45. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  46. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  47. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  48. at java.lang.reflect.Method.invoke(Method.java:483)
  49. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  50. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  51. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  52. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  53. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  54. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142)
  55. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:774)
  56. at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:322)
  57. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520)
  58. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
  59. at net.minecraft.client.main.Main.main(SourceFile:124)
  60. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  61. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  62. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  63. at java.lang.reflect.Method.invoke(Method.java:483)
  64. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  65. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  66.  
  67.  
  68. A detailed walkthrough of the error, its code path and all known details is as follows:
  69. ---------------------------------------------------------------------------------------
  70.  
  71. -- Head --
  72. Thread: Client thread
  73. Stacktrace:
  74. at net.minecraft.item.crafting.FurnaceRecipes.func_151397_a(FurnaceRecipes.java:98)
  75. at net.minecraft.item.crafting.FurnaceRecipes.func_151398_b(FurnaceRecipes.java:113)
  76. at crazypants.enderio.config.recipes.xml.Smelting.readResolve(Smelting.java:23)
  77. at crazypants.enderio.config.recipes.StaxFactory.read(StaxFactory.java:37)
  78. at crazypants.enderio.config.recipes.xml.Recipe.setElement(Recipe.java:133)
  79. at crazypants.enderio.config.recipes.StaxFactory.read(StaxFactory.java:33)
  80. at crazypants.enderio.config.recipes.xml.Recipes.setElement(Recipes.java:119)
  81. at crazypants.enderio.config.recipes.StaxFactory.read(StaxFactory.java:33)
  82. at crazypants.enderio.config.recipes.RecipeFactory.readStax(RecipeFactory.java:78)
  83. at crazypants.enderio.config.recipes.RecipeFactory.readFile(RecipeFactory.java:42)
  84. at crazypants.enderio.CommonProxy.init(CommonProxy.java:70)
  85. at crazypants.enderio.ClientProxy.init(ClientProxy.java:258)
  86. at crazypants.enderio.EnderIO.load(EnderIO.java:439)
  87. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  88. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  89. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  90. at java.lang.reflect.Method.invoke(Method.java:483)
  91. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:577)
  92. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  93. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  94. at java.lang.reflect.Method.invoke(Method.java:483)
  95. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  96. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  97. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  98. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  99. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  100. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:235)
  101. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:213)
  102. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  103. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  104. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  105. at java.lang.reflect.Method.invoke(Method.java:483)
  106. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  107. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  108. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  109. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  110. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  111. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142)
  112. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:774)
  113. at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:322)
  114. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520)
  115.  
  116. -- Initialization --
  117. Details:
  118. Stacktrace:
  119. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
  120. at net.minecraft.client.main.Main.main(SourceFile:124)
  121. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  122. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  123. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  124. at java.lang.reflect.Method.invoke(Method.java:483)
  125. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  126. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  127.  
  128. -- System Details --
  129. Details:
  130. Minecraft Version: 1.10.2
  131. Operating System: Windows 10 (amd64) version 10.0
  132. Java Version: 1.8.0_25, Oracle Corporation
  133. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  134. Memory: 1100081712 bytes (1049 MB) / 3354918912 bytes (3199 MB) up to 3817865216 bytes (3641 MB)
  135. JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms256m -XX:PermSize=256m
  136. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  137. FML: MCP 9.32 Powered by Forge 12.18.0.2005 118 mods loaded, 118 mods active
  138. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  139. UCHI mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  140. UCHI FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.0.2005-1.10.0.jar)
  141. UCHI Forge{12.18.0.2005} [Minecraft Forge] (forge-1.10.2-12.18.0.2005-1.10.0.jar)
  142. UCHI IC2{2.6.1-ex110} [IndustrialCraft 2] (industrialcraft-2-2.6.1-ex110.jar)
  143. UCHI machpcraft{1.1.6} [Machine Power Craft] ([1.9.4] MachinePowerCraft-1.1.6.jar)
  144. UCHI actuallyadditions{1.10.2-r47} [Actually Additions] (ActuallyAdditions-1.10.2-r47.jar)
  145. UCHI advancedswords{1.3.0} [Advanced Swords] (advancedswords-1.3.0-[1.9.4].jar)
  146. UCHI advancedaddons{1.1.0} [Advanced Addons] (advancedaddons-1.1.0-[1.9.4].jar)
  147. UCHI agriculturalexpansion{beta 1.1.16} [Agricultural Expansion] (AgriculturalExpansion[1.9.4][1.10.2]-beta 1.1.16.jar)
  148. UCHI ExtraUtils2{1.0} [ExtraUtils2] (extrautils2-1.10-alpha-1.0.0.jar)
  149. UCHI JEI{3.7.3.221} [Just Enough Items] (jei_1.10.2-3.7.3.221.jar)
  150. UCHI AppleCore{1.3.5} [AppleCore] (AppleCore-mc1.10.2-1.3.5.jar)
  151. UCHI armorplus{1.9.4-3.1.10.0} [ArmorPlus] (ArmorPlus1.9.4-3.1.10.0.jar)
  152. UCHI autopackager{1.6.3} [AutoPackager] (autopackager-1.6.3.jar)
  153. UCHI basemetals{2.3.2} [Base Metals] (BaseMetals_1.9.4-2.3.2.6.jar)
  154. UCHI Baubles{1.2.1.0} [Baubles] (Baubles-1.9.4-1.2.1.0.jar)
  155. UCHI baublesstuff{2.0.10} [Baubles Stuff] (baublesstuff-2.0.10.jar)
  156. UCHI BetterAchievements{0.3.0.27} [Better Achievements] (BetterAchievements-1.10-0.3.0.27.jar)
  157. UCHI betterbuilderswands{0.6.5} [Better Builder's Wands] (BetterBuildersWands-0.6.5-1.10r138+8595fc7.jar)
  158. UCHI BloodMagic{1.9.4-2.0.2-48} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.9.4-2.0.2-48.jar)
  159. UCHI bookshelf{1.3.0.280} [Bookshelf] (Bookshelf-1.10-1.3.0.280.jar)
  160. UCHI bookshelfapi{3.1.0} [Bookshelf] (Bookshelf-API-1.9.4-3.1.0.jar)
  161. UCHI Botania{r1.8-312} [Botania] (Botania-unofficial.r1.8-312.jar)
  162. UCHI Waila{1.7.0} [Waila] (Waila-1.7.0-B3_1.9.4.jar)
  163. UCHI SonarCore{3.0.0} [SonarCore] (SonarCore-1.9.4-3.0.0.jar)
  164. UCHI Calculator{3.0.0} [Calculator] (Calculator-1.9.4-3.0.0.jar)
  165. UCHI Chameleon{1.9.4-2.1.5} [Chameleon] (Chameleon-1.9.4-2.1.5.jar)
  166. UCHI chisel{@VERSION@} [Chisel] (Chisel-MC1.9.4-0.0.5.29.jar)
  167. UCHI mcmultipart{1.2.0_73} [MCMultiPart] (MCMultiPart-experimental-1.2.0_73-universal.jar)
  168. UCHI chiselsandbits{11.3} [Chisels & Bits] (chiselsandbits-11.3.jar)
  169. UCHI cookingforblockheads{3.1.26} [Cooking for Blockheads] (CookingForBlockheads-mc1.9.4-3.1.26.jar)
  170. UCHI correlatedpotentialistics{1.1.2} [Correlated Potentialistics] (CorrelatedPotentialistics-1.1.2.jar)
  171. UCHI craftingcraft{4.0.3} [CraftingCraft] (craftingcraft-mc1.9.4-4.0.3.jar)
  172. UCHI craftingtweaks{5.0.6} [Crafting Tweaks] (craftingtweaks-mc1.9.4-5.0.6.jar)
  173. UCHI MineTweaker3{3.0.9} [MineTweaker 3] (CraftTweaker-1.9-3.0.9.jar)
  174. UCHI crystallogy{0.9.1 Beta} [Crystallogy] (crystallogy-1.10.2-0.9.1 Beta.jar)
  175. UCHI cyclicmagic{1.1.0} [Cyclic] (Cyclic-1.10-1.1.0.jar)
  176. UCHI DarkUtils{1.1.2.52} [Dark Utilities] (DarkUtilities-1.9.4-1.1.2.55.jar)
  177. UCHI ea{v2.4.0b-mc1.10.0} [Ebon Arts] (EbonArts-v2.4.0b-mc1.10.0.jar)
  178. UCHI poweradvantage{2.2.1} [Power Advantage] (PowerAdvantage_1.9.4-2.2.1.jar)
  179. UCHI electricadvantage{2.1.0} [Electric Advantage] (ElectricAdvantage_1.9-2.1.0.jar)
  180. UCHI endercore{1.10-0.4.0.31-alpha} [EnderCore] (EnderCore-1.10-0.4.0.31-alpha.jar)
  181. UCHE EnderIO{1.10-3.0.0.51_alpha} [Ender IO] (EnderIO-1.10-3.0.0.51_alpha.jar)
  182. UCHI modernmetals{0.11.0} [Modern Metals] (ModernMetals-0.11.0.jar)
  183. UCHI endmetals{1.0.4} [End Metals] (EndMetals_1.9-1.0.4.jar)
  184. UCHI ValkyrieLib{1.10-0.10.0} [Valkyrie Lib] (valkyrielib-1.10-0.10.0.jar)
  185. UCHI EnvironmentalTech{1.10-0.10.0b} [Environmental Tech] (environmentaltech-1.10-0.10.0b.jar)
  186. UCHI excore{1.5.3} [EXCore] (Excore-1.5.3-1.10.jar)
  187. UCHI golems{6.01} [Extra Golems] (ExtraGolems[1.10]-6.01.jar)
  188. UCHI fastleafdecay{1.6} [Fast Leaf Decay] (FastLeafDecay-MC1.9.4-1.7.jar)
  189. UCHI frt{6.2.3.20} [Fire's Random Things] (FiresRandomThings-Forge-6.2.3.20.jar)
  190. UCHI flatcoloredblocks{mc1.10-v4.1} [Flat Colored Blocks] (flatcoloredblocks-mc1.10-v4.1.jar)
  191. UCHI forestry{5.1.8.189} [Forestry] (forestry_1.10.2-5.1.8.189.jar)
  192. UCHI llor{1.0.7-mc1.10} [Light Level Overlay Reloaded] (LLOverlayReloaded-1.0.7-mc1.10.jar)
  193. UCHI FEI{1.0.14} [Forever Enough Items] (ForeverEnoughItems-1.0.14-1.10.jar)
  194. UCHI substratum{1.5.0.1} [Substratum] (Substratum-1.9.4-1.5.0.1.jar)
  195. UCHI foundry{2.0.0.0-beta5} [Foundry] (Foundry-1.9.4-2.0.0.0-beta5.jar)
  196. UCHI SilentLib{1.0.11} [Silent Lib] (SilentLib-1.9.4-1.0.11-19.jar)
  197. UCHI FunOres{1.2.7} [Fun Ores] (FunOres-1.10-1.2.7-68.jar)
  198. UCHI furnus{1.82} [Furnus] (Furnus-1.9.4-1.82.jar)
  199. UCHI lit{@VERSION@} [Little Insignificant Things] (LittleInsignificantThings-1.10-3.0.2.jar)
  200. UCHI SilentGems{2.0.21} [Silent's Gems] (SilentsGems-1.10-2.0.21-50.jar)
  201. UCHI gemulation{1.10-4.0.0} [Gemulation] (Gemulation-1.10-4.0.0.jar)
  202. UCHI gravestone{1.5.0} [Gravestone] (Gravestone Mod 1.5.0.jar)
  203. UCHI hopperducts{1.4.7} [Hopper Ducts] (hopperducts-mc1.9.4-1.4.7.jar)
  204. UCHI HungerInPeace{1.0.0} [Hunger In Peace] (HungerInPeace-mc1.9.4-1.0.0.jar)
  205. UCHI inventorytweaks{1.61-beta-57-c028bbc} [Inventory Tweaks] (InventoryTweaks-1.61-beta-57.jar)
  206. UCHI IronChest{7.0.3.791} [Iron Chest] (ironchest-1.10-7.0.3.791.jar)
  207. UCHI journeymap{1.10.2-5.2.4} [JourneyMap] (journeymap-1.10.2-5.2.4-unlimited.jar)
  208. UCHI fyberbackpack{1.0.2} [Just Backpacks] (justbackpacks-mc1.9.4-1.0.2.jar)
  209. UCHI mantle{1.10-0.10.3.jenkins156} [Mantle] (Mantle-1.10-0.10.3.jar)
  210. UCHI am{1.5.5} [Marines Armor and Weapons] (Marines Armor and Weapons 1.5.5.jar)
  211. UCHI modifiable_armor{2.0.2} [Modifiable Armor 2] (Modifiable-Armor-2-2.0.2.jar)
  212. UCHI Morphtool{GRADLE:VERSION-GRADLE:BUILD} [Morph-o-Tool] (Morph-o-Tool-1.0-4.jar)
  213. UCHI Morpheus{1.10-3.1.6} [Morpheus] (Morpheus-1.10-3.1.6.jar)
  214. UCHI MouseTweaks{2.6.3} [Mouse Tweaks] (MouseTweaks-2.6.3-mc1.9.4.jar)
  215. UCHI mysticalcrops{2.5} [mysticalcrops] (Mystical Crops - v-1.6.0.jar)
  216. UCHI mysticalagriculture{1.0.0} [Mystical Agriculture] (mysticalagriculture-1.0.2.jar)
  217. UCHI tconstruct{1.10-2.3.3a.jenkins271} [Tinkers' Construct] (TConstruct-1.10-2.3.3a.jar)
  218. UCHI neotech{3.1.0} [NeoTech] (NeoTech-1.9.4-3.1.0.jar)
  219. UCHI nethermetals{1.1.2} [Nether Metals] (NetherMetals_1.9-1.1.2.jar)
  220. UCHI recipehandler{0.4} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.4(1.9).jar)
  221. UCHI fodc{1.9.0} [Ore Dictionary Converter] (OreDictionaryConverter-1.9.0.jar)
  222. UCHI orespawn{1.0.3} [Ore Spawn] (OreSpawn_1.9.4-1.0.3.jar)
  223. UCHI harvestcraft{1.9.4-pre} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4c.jar)
  224. UCHI pattysmorearmor{1.10-1.1a} [PattysMoreArmor] (PattysMoreArmor-1.10-1.1a.jar)
  225. UCHI pattysmoretools{1.10-1.4} [PattysMoreTools] (PattysMoreTools-2-1.10-1.4a.jar)
  226. UCHI planttech{1.6.0} [Planttech] (planttech-1.6.0 - 1.10.2.jar)
  227. UCHI progressiveautomation{1.6.46} [Progressive Automation] (ProgressiveAutomation-1.9.4-1.6.46.jar)
  228. UCHI Psi{r1.0-36} [Psi] (Psi-r1.0-36.jar)
  229. UCHI quantumflux{2.0.7} [QuantumFlux] (quantumflux-1.9.4-2.0.7.jar)
  230. UCHI Quark{beta-35} [Quark] (Quark-beta-35.jar)
  231. UCHI reborncore{2.5.4.47} [RebornCore] (RebornCore-1.9.4-2.5.4.47-universal.jar)
  232. UCHI reborncore-mcmultipart{2.5.4.47} [reborncore-MCMultiPart] (RebornCore-1.9.4-2.5.4.47-universal.jar)
  233. UCHI StorageDrawers{1.9.4-3.1.10} [Storage Drawers] (StorageDrawers-1.9.4-3.1.10.jar)
  234. UCHI refinedstorage{0.8.1} [Refined Storage] (refinedstorage-0.8.1.jar)
  235. UCHI reinforcedTools{1.4.1} [ReinforcedTools] (ReinforcedTools-1.4.2-1.10.jar)
  236. UCHI xreliquary{1.10-1.3.2.409} [Reliquary] (Reliquary-1.10-1.3.2.409.jar)
  237. UCHI rftools{4.67} [RFTools] (rftools-1.10-4.67.jar)
  238. UCHI rftoolsdim{4.30beta44} [RFTools Dimensions] (rftoolsdim-1.10-4.30beta44.jar)
  239. UCHI SGExtraParts{1.0.3} [Silent's Gems: Extra Parts] (SGExtraParts-1.9.4-1.0.3-4.jar)
  240. UCHI simplecore{1.3.2.34} [SimpleCore API] (simplecore-1.10-1.3.2.34.jar)
  241. UCHI SimpleGenerators{1.10-0.7.0a} [Simple Generators] (simplegenerators-1.10-0.7.0a.jar)
  242. UCHI SimpleUpgrades{2.0.11} [SimpleUpgrades] (simpleupgrades-1.10.0-2.0.11-release.jar)
  243. UCHI slurpiesdongles{4.0.0} [Slurpie's Dongles] (Slurpie's Dongles-1.10.2-1.0.7.jar)
  244. UCHI soulshardstow{1.10-2.5.0-34} [Soul Shards - The Old Ways] (SoulShards-TOW-1.10-2.5.0-34.jar)
  245. UCHI steamadvantage{2.1.0} [Steam Advantage] (SteamAdvantage_1.9.4-2.1.0.jar)
  246. UCHI storagenetwork{1.12.0} [Storage Network] (StorageNetwork-1.9.4-1.12.0.jar)
  247. UCHI techreborn{1.3.2.120} [TechReborn] (TechReborn-1.9.4-1.3.2.120-universal.jar)
  248. UCHI terrainCrystals{1.0.8} [Terrain Crystals] (Terrain Crystals - 1.9.4 - 1.0.8.jar)
  249. UCHI theoneprobe{1.0.12} [The One Probe] (theoneprobe-1.10-1.0.12.jar)
  250. UCHI TinkersAddons{1.0.2} [Tinkers' Addons] (Tinkers' Addons-1.9.4-1.0.2.jar)
  251. UCHI VeinMiner{0.33.1_1.9-da0f6cb} [Vein Miner] (VeinMiner-0.33.1-1.9r554+da0f6cb.jar)
  252. UCHI VeinMinerModSupport{0.33.1_1.9-da0f6cb} [Mod Support] (VeinMiner-0.33.1-1.9r554+da0f6cb.jar)
  253. UCHI weaponsplus{1.9.4-2.0.1.0} [WeaponsPlus] (WeaponsPlus1.9.4-2.0.1.0.jar)
  254. UCHI Woot{1.10-0.1.0-beta} [Woot] (woot-1.10-0.1.0-beta.jar)
  255. UCHI wuestUtilities{1.10.2} [Wuest Utilities] (wuestUtilities-1.10.2.0.jar)
  256. UCHI Zoology{1.0} [Zoology] (zoology-1.10-alpha-1.0.0.jar)
  257. Loaded coremods (and transformers):
  258. AppleCore (AppleCore-mc1.10.2-1.3.5.jar)
  259. squeek.applecore.asm.TransformerModuleHandler
  260. IC2core (industrialcraft-2-2.6.1-ex110.jar)
  261.  
  262. FldLoadingPlugin (FastLeafDecay-MC1.9.4-1.7.jar)
  263. com.olafski.fastleafdecay.FldTransformer
  264. LoadingPlugin (Quark-beta-35.jar)
  265. vazkii.quark.base.asm.ClassTransformer
  266. FMLPlugin (InventoryTweaks-1.61-beta-57.jar)
  267. invtweaks.forge.asm.ContainerTransformer
  268. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 372.54' Renderer: 'GeForce GTX 770/PCIe/SSE2'
  269. Pulsar/tconstruct loaded Pulses:
  270. - TinkerCommons (Enabled/Forced)
  271. - TinkerWorld (Enabled/Not Forced)
  272. - TinkerTools (Enabled/Not Forced)
  273. - TinkerSmeltery (Enabled/Not Forced)
  274. - TinkerGadgets (Enabled/Not Forced)
  275. - TinkerOredict (Enabled/Forced)
  276. - TinkerIntegration (Enabled/Forced)
  277. - TinkerFluids (Enabled/Forced)
  278. - TinkerMaterials (Enabled/Forced)
  279. - chiselsandbitsIntegration (Enabled/Not Forced)
  280. - craftingtweaksIntegration (Enabled/Not Forced)
  281. - WailaIntegration (Enabled/Not Forced)
  282.  
  283. EnderIO: No known problems detected.
  284. Launched Version: forge-12.18.0.2005
  285. LWJGL: 2.9.4
  286. OpenGL: GeForce GTX 770/PCIe/SSE2 GL version 4.5.0 NVIDIA 372.54, NVIDIA Corporation
  287. GL Caps: Using GL 1.3 multitexturing.
  288. Using GL 1.3 texture combiners.
  289. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  290. Shaders are available because OpenGL 2.1 is supported.
  291. VBOs are available because OpenGL 1.5 is supported.
  292.  
  293. Using VBOs: Yes
  294. Is Modded: Definitely; Client brand changed to 'fml,forge'
  295. Type: Client (map_client.txt)
  296. Resource Packs:
  297. Current Language: English (US)
  298. Profiler Position: N/A (disabled)
  299. CPU: 8x Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement