Advertisement
drakray

Untitled

Aug 17th, 2016
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.28 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. llibrary (llibrary-1.5.1-1.10.2.jar)
  5. LoadingPlugin (Quark-r1.0-51.jar)
  6. AppleCore (AppleCore-mc1.10.2-2.0.0.jar)
  7. FMLPlugin (InventoryTweaks-1.61-58.jar)
  8. LoadingPlugin (RandomThings-MC1.10.2-3.7.5.jar)
  9. BetterMinecraftChat (BetterMinecraftChat_1.10.2-4.1.6.jar)
  10. ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.0.jar)
  11. Contact their authors BEFORE contacting forge
  12.  
  13. // Would you like a cupcake?
  14.  
  15. Time: 8/17/16 1:08 PM
  16. Description: Initializing game
  17.  
  18. java.lang.NullPointerException: Initializing game
  19. at net.doubledoordev.d3core.util.Materials.load(Materials.java:60)
  20. at net.doubledoordev.d3core.D3Core.init(D3Core.java:117)
  21. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  22. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  23. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  24. at java.lang.reflect.Method.invoke(Method.java:498)
  25. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:595)
  26. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  27. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  28. at java.lang.reflect.Method.invoke(Method.java:498)
  29. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  30. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  31. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  32. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  33. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  34. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239)
  35. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217)
  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:498)
  40. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  41. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  42. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  43. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  44. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  45. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142)
  46. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:788)
  47. at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:322)
  48. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520)
  49. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
  50. at net.minecraft.client.main.Main.main(SourceFile:124)
  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:498)
  55. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  56. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  57.  
  58.  
  59. A detailed walkthrough of the error, its code path and all known details is as follows:
  60. ---------------------------------------------------------------------------------------
  61.  
  62. -- Head --
  63. Thread: Client thread
  64. Stacktrace:
  65. at net.doubledoordev.d3core.util.Materials.load(Materials.java:60)
  66. at net.doubledoordev.d3core.D3Core.init(D3Core.java:117)
  67. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  68. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  69. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  70. at java.lang.reflect.Method.invoke(Method.java:498)
  71. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:595)
  72. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  73. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  74. at java.lang.reflect.Method.invoke(Method.java:498)
  75. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  76. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  77. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  78. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  79. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  80. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239)
  81. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217)
  82. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  83. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  84. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  85. at java.lang.reflect.Method.invoke(Method.java:498)
  86. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  87. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  88. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  89. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  90. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  91. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142)
  92. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:788)
  93. at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:322)
  94. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520)
  95.  
  96. -- Initialization --
  97. Details:
  98. Stacktrace:
  99. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
  100. at net.minecraft.client.main.Main.main(SourceFile:124)
  101. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  102. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  103. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  104. at java.lang.reflect.Method.invoke(Method.java:498)
  105. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  106. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  107.  
  108. -- System Details --
  109. Details:
  110. Minecraft Version: 1.10.2
  111. Operating System: Windows 7 (amd64) version 6.1
  112. Java Version: 1.8.0_92, Oracle Corporation
  113. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  114. Memory: 4367622224 bytes (4165 MB) / 6007291904 bytes (5729 MB) up to 6007291904 bytes (5729 MB)
  115. JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6G -Xms6G -XX:PermSize=512m -XX:MaxPermSize=2048m
  116. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  117. FML: MCP 9.32 Powered by Forge 12.18.1.2065 89 mods loaded, 89 mods active
  118. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  119. UCHI mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  120. UCHI FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.1.2065.jar)
  121. UCHI Forge{12.18.1.2065} [Minecraft Forge] (forge-1.10.2-12.18.1.2065.jar)
  122. UCHI ExtraUtils2{1.0} [ExtraUtils2] (extrautils2-1.10.2-alpha-1.0.1.jar)
  123. UCHI JEI{3.9.0.244} [Just Enough Items] (jei_1.10.2-3.9.0.244.jar)
  124. UCHI AppleCore{2.0.0} [AppleCore] (AppleCore-mc1.10.2-2.0.0.jar)
  125. UCHI appleskin{1.0.1} [AppleSkin] (AppleSkin-mc1.10.2-1.0.1.jar)
  126. UCHI aquaculture{1.4.0} [Aquaculture] (Aquaculture-1.10.2-1.4.0.28.jar)
  127. UCHI basemetals{2.4.0} [Base Metals] (BaseMetals_1.10.2-2.4.0.11.jar)
  128. UCHI golems{6.01} [Extra Golems] (ExtraGolems[1.10]-6.01.jar)
  129. UCHI golems_metal{6.01.1} [Base Metal Golems] (BaseMetalGolems[1.10]-6.01.1.jar)
  130. UCHI Baubles{1.2.1.0} [Baubles] (Baubles-1.9.4-1.2.1.0.jar)
  131. UCHI bdlib{1.12.2.8} [BD Lib] (bdlib-1.12.2.8-mc1.10.2.jar)
  132. UCHI bedcraftbeyond{2.4.1} [BedCraft and Beyond] (BedCraftAndBeyond-1.10.2-2.4.1.jar)
  133. UCHI BetterAchievements{0.3.0.30} [Better Achievements] (BetterAchievements-1.10.2-0.3.0.30.jar)
  134. UCHI betteragriculture{0.16} [Better Agriculture] (BetterAgriculture_(MC-1.10)-0.16.jar)
  135. UCHI betterminecraftchat{4.1.6} [BetterMinecraftChat] (BetterMinecraftChat_1.10.2-4.1.6.jar)
  136. UCHI BiomesOPlenty{5.0.0.2069} [Biomes O' Plenty] (BiomesOPlenty-1.10.2-5.0.0.2069-universal.jar)
  137. UCHI Botania{r1.8-316} [Botania] (Botania-unofficial.r1.8-316.jar)
  138. UCHI chisel{MC1.9.4-0.0.6.33} [Chisel] (Chisel-MC1.9.4-0.0.6.33.jar)
  139. UCHI claybucket{1.0} [Clay Bucket] (ClayBucket-1.9.4-1.0.jar)
  140. UCHI cookingforblockheads{4.1.12} [Cooking for Blockheads] (CookingForBlockheads_1.10.2-4.1.12.jar)
  141. UCHI MineTweaker3{3.0.10} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.10.jar)
  142. UCHI cyclopscore{0.7.5} [Cyclops Core] (CyclopsCore-1.9.4-0.7.5.jar)
  143. UCHE D3Core{1.2.1.55} [D³Core] (D3Core-1.9.4-1.2.1.55.jar)
  144. UCHI modernmetals{0.11.0} [Modern Metals] (ModernMetals-0.11.0.jar)
  145. UCHI endmetals{1.0.4} [End Metals] (EndMetals_1.9-1.0.4.jar)
  146. UCHI evilcraft{0.10.8} [EvilCraft] (EvilCraft-1.10.2-0.10.8.jar)
  147. UCHI extraalchemy{0.2.7-beta} [Extra Alchemy] (extraalchemy-0.2.7-beta.jar)
  148. UCHI fastleafdecay{v11} [Fast Leaf Decay] (FastLeafDecay-v11.jar)
  149. UCHI SilentLib{1.0.12} [Silent Lib] (SilentLib-1.9.4-1.0.12-20.jar)
  150. UCHI FunOres{1.3.0} [Fun Ores] (FunOres-1.9.4-1.3.0-73 (server hotfix).jar)
  151. UCHI fyrestone{0.6.5.0} [Fyrestone] (fyrestone-0.6.5.0.jar)
  152. UCHI glowniummod{1.0.0} [Glownium (Craftable Glowstone)] (glownium (craftable glowstone) [1.0.0].jar)
  153. UCHI grimpack{3.4.4.13} [Grim Pack] (Grim Pack-1.10.2-3.4.4.13.jar)
  154. UCHI guideapi{@VERSION@} [Guide-API] (Guide-API-1.9.4-2.0.0-40.jar)
  155. UCHI LunatriusCore{1.1.2.36} [LunatriusCore] (LunatriusCore-1.10.2-1.1.2.36-universal.jar)
  156. UCHI InGameInfoXML{2.8.1.85} [InGame Info XML] (InGameInfoXML-1.10.2-2.8.1.85-universal.jar)
  157. UCHI inventorytweaks{1.61-58-a1fd884} [Inventory Tweaks] (InventoryTweaks-1.61-58.jar)
  158. UCHI ironchest{1.10.2-7.0.9.796} [Iron Chest] (ironchest-1.10.2-7.0.9.796.jar)
  159. UCHI jeresources{0.4.9.50} [Just Enough Resources] (JustEnoughResources-1.10.2-0.4.9.50.jar)
  160. UCHI KaishiWeapons{v0.1} [Kaishi's Weapons Pack] (KaishiWeapons-1.9.4.jar)
  161. UCHI lit{@VERSION@} [Little Insignificant Things] (LittleInsignificantThings-1.10-3.0.3.jar)
  162. UCHI llibrary{1.5.1} [LLibrary] (llibrary-1.5.1-1.10.2.jar)
  163. UCHE Lumberjack{1.3.1.39} [Lumberjack] (Lumberjack-1.9.4-1.3.1.39.jar)
  164. UCHI mantle{1.10.2-0.10.4.jenkins163} [Mantle] (Mantle-1.10.2-0.10.4.jar)
  165. UCHI RadixCore{1.10.2-2.1.3} [RadixCore] (RadixCore-1.10.2-2.1.3-universal.jar)
  166. UCHI MCA{1.10.2-5.2.2} [Minecraft Comes Alive] (MCA-1.10.2-5.2.2-universal.jar)
  167. UCHI mcmultipart{1.2.1} [MCMultiPart] (MCMultiPart-1.2.1-universal.jar)
  168. UCHI mikedongles{0.2.6} [Mike Dongles] (MikeDongles-0.2.6-MC[1.9.4-1.10-1.10.2].jar)
  169. UCHI mioncore{1.0.0-rc.2} [MionCore] (mioncore_1.10.2-1.0.0-rc.2.jar)
  170. UCHI missing_pieces{4.0.1} [Missing Pieces] (missing_pieces-1.10.2-4.0.1.jar)
  171. UCHI modtweaker2{2.0.0} [Mod Tweaker 2] (ModTweaker2-2.0.0.jar)
  172. UCHI morefood{1.17} [More Foods] (more-foods-1.10.2-2011-1.17.jar)
  173. UCHI mi{1.5} [MoreItems] (MoreItems v1.5 (1.9.4).jar)
  174. UCHI moreoverlays{1.6} [MoreOverlays] (moreoverlays-1.6-mc1.9.4.jar)
  175. UCHI shetiphiancore{3.3.0} [ShetiPhian-Core] (shetiphiancore-1.10.0-3.3.0.jar)
  176. UCHI multibeds{1.2.0} [Multi-Beds] (multibeds-1.10.0-1.2.0.jar)
  177. UCHI terraqueous{1.2.3} [Terraqueous] (terraqueous-1.10.0-1.2.3.jar)
  178. UCHI multistorage{1.2.1} [Multi-Storage] (multistorage-1.10.0-1.2.1.jar)
  179. UCHI botanicaladdons{GRADLE:VERSION.GRADLE:BUILD} [Natural Pledge] (NaturalPledge-r1.4.jar)
  180. UCHI nethermetals{1.1.2} [Nether Metals] (NetherMetals_1.9-1.1.2.jar)
  181. UCHI recipehandler{0.5} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.5(1.10.2).jar)
  182. UCHI fodc{1.9.1} [Ore Dictionary Converter] (OreDictionaryConverter-1.9.1.jar)
  183. UCHI orespawn{1.1.0} [Ore Spawn] (OreSpawn_1.10.2-1.1.0.jar)
  184. UCHI harvestcraft{1.9.4-1.10.2c} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2c.jar)
  185. UCHI platforms{1.2.0} [Platforms] (platforms-1.10.0-1.2.0.jar)
  186. UCHI Quark{r1.0-51} [Quark] (Quark-r1.0-51.jar)
  187. UCHI randomthings{3.7.5} [Random Things] (RandomThings-MC1.10.2-3.7.5.jar)
  188. UCHI xreliquary{1.10.2-1.3.3.467} [Reliquary] (Reliquary-1.10.2-1.3.3.467.jar)
  189. UCHI reptilemod{3.5.2} [Reptile Mod] (reptilemod-1.10.2-3.5.2-57.jar)
  190. UCHI roots{0.111} [Roots] (roots-1.10.2-0.111.0.jar)
  191. UCHI AS_Ruins{16.2} [Ruins Spawning System] (Ruins-1.10.2.jar)
  192. UCHI simplycaterpillar{6.0.1.21} [Simply Caterpillar] (SimplyCaterpillar-Forge-6.0.1.21.jar)
  193. UCHI SparksHammers{1.10.2-1.0} [Spark's Hammers] (SparksHammers-1.10.2-1.0.jar)
  194. UCHI SpiceOfLife{1.3.3} [The Spice of Life] (SpiceOfLife-mc1.9.4-1.3.3.jar)
  195. UCHI tconstruct{1.10.2-2.4.0.jenkins325} [Tinkers' Construct] (TConstruct-1.10.2-2.4.0.jar)
  196. UCHI taiga{${version}} [Tinkers Alloying Addon] (taiga-1.10.2-1.1.1.jar)
  197. UCHI Tails{1.10.2-1.8.1} [Tails] (Tails-1.10.2-1.8.1.jar)
  198. UCHI guru{1.58} [The Basic Elements] (thebasicelements-1.4-1.10.2.jar)
  199. UCHI Waila{1.7.0} [Waila] (Waila-1.7.0-B3_1.9.4.jar)
  200. UCHI tinker_io{beta 2.3.4} [Tinker I/O] (tinker_io-1.10.2-beta 2.3.4.jar)
  201. UCHI TinkersAddons{1.0.3} [Tinkers' Addons] (Tinkers' Addons-1.10.x-1.0.3.jar)
  202. UCHI tm-morefood{1.0.0-rc.3} [MoreFood] (tm-morefood_1.10.2-1.0.0-rc.3.jar)
  203. UCHI villagebox{0.5.0} [Village Box] (villagebox-1.10.2-0.5.0.jar)
  204. UCHI WailaHarvestability{1.1.7} [Waila Harvestability] (WailaHarvestability-mc1.10-1.1.7.jar)
  205. UCHI icse{1.1.0.0} [I Can See Everything] (Wawla-1.10.2-2.3.0.201.jar)
  206. UCHI wawla{2.3.0.201} [What Are We Looking At] (Wawla-1.10.2-2.3.0.201.jar)
  207. UCHI xlfoodmod{1.10.2-0.2.1} [XL Food Mod] (XL Food Mod-1.10.2-0.2.1.jar)
  208. Loaded coremods (and transformers):
  209. llibrary (llibrary-1.5.1-1.10.2.jar)
  210. net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  211. net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
  212. LoadingPlugin (Quark-r1.0-51.jar)
  213. vazkii.quark.base.asm.ClassTransformer
  214. AppleCore (AppleCore-mc1.10.2-2.0.0.jar)
  215. squeek.applecore.asm.TransformerModuleHandler
  216. FMLPlugin (InventoryTweaks-1.61-58.jar)
  217. invtweaks.forge.asm.ContainerTransformer
  218. LoadingPlugin (RandomThings-MC1.10.2-3.7.5.jar)
  219. lumien.randomthings.asm.ClassTransformer
  220. BetterMinecraftChat (BetterMinecraftChat_1.10.2-4.1.6.jar)
  221. net.blay09.mods.bmc.coremod.ClassTransformer
  222. ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.0.jar)
  223. shetiphian.core.asm.ClassTransformer
  224. GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13416 Compatibility Profile Context 15.300.1025.0' Renderer: 'AMD Radeon HD 7700 Series'
  225. Pulsar/tconstruct loaded Pulses:
  226. - TinkerCommons (Enabled/Forced)
  227. - TinkerWorld (Enabled/Not Forced)
  228. - TinkerTools (Enabled/Not Forced)
  229. - TinkerSmeltery (Enabled/Not Forced)
  230. - TinkerGadgets (Enabled/Not Forced)
  231. - TinkerOredict (Enabled/Forced)
  232. - TinkerIntegration (Enabled/Forced)
  233. - TinkerFluids (Enabled/Forced)
  234. - TinkerMaterials (Enabled/Forced)
  235. - WailaIntegration (Enabled/Not Forced)
  236.  
  237. List of loaded APIs:
  238. * AppleCoreAPI (2.1.0) from AppleCore-mc1.10.2-2.0.0.jar
  239. * Baubles|API (1.1.1.0) from Baubles-1.9.4-1.2.1.0.jar
  240. * BetterAchievements|API (0.3.0.30) from BetterAchievements-1.10.2-0.3.0.30.jar
  241. * BotaniaAPI (79) from Botania-unofficial.r1.8-316.jar
  242. * botanicaladdonsAPI (1) from NaturalPledge-r1.4.jar
  243. * ChiselAPI (0.0.1) from Chisel-MC1.9.4-0.0.6.33.jar
  244. * ChiselAPI|Carving (0.0.1) from Chisel-MC1.9.4-0.0.6.33.jar
  245. * CoFHAPI (1.8.9R1.2.0B1) from LittleInsignificantThings-1.10-3.0.3.jar
  246. * CoFHAPI|energy (1.8.9R1.2.0B1) from LittleInsignificantThings-1.10-3.0.3.jar
  247. * FunOresAPI (3) from FunOres-1.9.4-1.3.0-73 (server hotfix).jar
  248. * Guide-API|API (1.9.4-2.0.0-40) from Guide-API-1.9.4-2.0.0-40.jar
  249. * jeresources|API (0.4.9.50) from JustEnoughResources-1.10.2-0.4.9.50.jar
  250. * JustEnoughItemsAPI (4.1.0) from jei_1.10.2-3.9.0.244.jar
  251. * TerraqueousAPI (1.0) from terraqueous-1.10.0-1.2.3.jar
  252. * TerraqueousAPI|Cloud (1.0) from terraqueous-1.10.0-1.2.3.jar
  253. * TerraqueousAPI|Machines (1.0) from terraqueous-1.10.0-1.2.3.jar
  254. * TerraqueousAPI|Plant (1.0) from terraqueous-1.10.0-1.2.3.jar
  255. * WailaAPI (1.3) from Waila-1.7.0-B3_1.9.4.jar
  256. D3Core: Debug: false Silliness: true AprilFools: true PastPost:false
  257. Launched Version: 1.10.2-forge1.10.2-12.18.1.2065
  258. LWJGL: 2.9.4
  259. OpenGL: AMD Radeon HD 7700 Series GL version 4.5.13416 Compatibility Profile Context 15.300.1025.0, ATI Technologies Inc.
  260. GL Caps: Using GL 1.3 multitexturing.
  261. Using GL 1.3 texture combiners.
  262. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  263. Shaders are available because OpenGL 2.1 is supported.
  264. VBOs are available because OpenGL 1.5 is supported.
  265.  
  266. Using VBOs: Yes
  267. Is Modded: Definitely; Client brand changed to 'fml,forge'
  268. Type: Client (map_client.txt)
  269. Resource Packs: Faithful 1.10.2-r4.zip
  270. Current Language: English (US)
  271. Profiler Position: N/A (disabled)
  272. CPU: 8x Intel(R) Xeon(R) CPU E5430 @ 2.66GHz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement