Advertisement
Guest User

Untitled

a guest
May 5th, 2016
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.78 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. NowWithRendering (redstonepaste-mc1.9-1.7.3.jar)
  5. LoadingPlugin (HardcoreDarkness-MC1.9-1.8.jar)
  6. LoadingPlugin (RandomThings-MC1.9-3.7.jar)
  7. colorfulblocks (ColorfulBlocks-1.3-1.9.jar)
  8. FortuneOres Black Magic (FortuneOres-MC1.9-3.0.2.jar)
  9. CXLibraryCore (cxlibrary-1.0.0.jar)
  10. LoadingPlugin (Bloodmoon-MC1.9-1.4.1.jar)
  11. CCLCorePlugin (CodeChickenLib-1.9-2.0.1.23-universal.jar)
  12. LoadingPlugin (Quark-beta-18.jar)
  13. CodeChickenCorePlugin (CodeChickenCore-1.9-2.0.1.53-universal.jar)
  14. FldLoadingPlugin (FastLeafDecay-1.9-1.6.jar)
  15. Reborn Core ASM (RebornCore-1.9-2.1.0.53-universal.jar)
  16. CCCDeobfPlugin (unknown)
  17. FMLPlugin (InventoryTweaks-1.61-dev-49.jar)
  18. BetterMinecraftChat (BetterMinecraftChat-mc1.9-1.0.8.jar)
  19. Contact their authors BEFORE contacting forge
  20.  
  21. // Quite honestly, I wouldn't worry myself about that.
  22.  
  23. Time: 5/5/16 10:24 PM
  24. Description: Initializing game
  25.  
  26. net.minecraftforge.fml.relauncher.ReflectionHelper$UnableToAccessFieldException: net.minecraftforge.fml.relauncher.ReflectionHelper$UnableToFindFieldException: java.lang.NoSuchFieldException: field_149768_d
  27. at net.minecraftforge.fml.relauncher.ReflectionHelper.getPrivateValue(ReflectionHelper.java:117)
  28. at net.minecraftforge.fml.common.ObfuscationReflectionHelper.getPrivateValue(ObfuscationReflectionHelper.java:61)
  29. at code.elix_x.coremods.colorfulblocks.color.material.ColoringMaterialsManager.recognizeColorToRGBA(ColoringMaterialsManager.java:113)
  30. at code.elix_x.coremods.colorfulblocks.color.material.ColoringMaterialsManager.recognizeColorToRGBA(ColoringMaterialsManager.java:103)
  31. at code.elix_x.coremods.colorfulblocks.color.material.ColoringMaterialsManager.initGenMaterials(ColoringMaterialsManager.java:206)
  32. at code.elix_x.coremods.colorfulblocks.color.material.ColoringMaterialsManager.initMaterials(ColoringMaterialsManager.java:172)
  33. at code.elix_x.coremods.colorfulblocks.color.material.ColoringMaterialsManager.init(ColoringMaterialsManager.java:67)
  34. at code.elix_x.coremods.colorfulblocks.ColorfulBlocksBase.init(ColorfulBlocksBase.java:196)
  35. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  36. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  37. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  38. at java.lang.reflect.Method.invoke(Method.java:483)
  39. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:561)
  40. at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
  41. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  42. at java.lang.reflect.Method.invoke(Method.java:483)
  43. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  44. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  45. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  46. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  47. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  48. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:228)
  49. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:206)
  50. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  51. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  52. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  53. at java.lang.reflect.Method.invoke(Method.java:483)
  54. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  55. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  56. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  57. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  58. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  59. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
  60. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:765)
  61. at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:316)
  62. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513)
  63. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:346)
  64. at net.minecraft.client.main.Main.main(SourceFile:124)
  65. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  66. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  67. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  68. at java.lang.reflect.Method.invoke(Method.java:483)
  69. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  70. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  71. Caused by: net.minecraftforge.fml.relauncher.ReflectionHelper$UnableToFindFieldException: java.lang.NoSuchFieldException: field_149768_d
  72. at net.minecraftforge.fml.relauncher.ReflectionHelper.findField(ReflectionHelper.java:90)
  73. at net.minecraftforge.fml.relauncher.ReflectionHelper.getPrivateValue(ReflectionHelper.java:113)
  74. ... 43 more
  75. Caused by: java.lang.NoSuchFieldException: field_149768_d
  76. at java.lang.Class.getDeclaredField(Class.java:2062)
  77. at net.minecraftforge.fml.relauncher.ReflectionHelper.findField(ReflectionHelper.java:81)
  78. ... 44 more
  79.  
  80.  
  81. A detailed walkthrough of the error, its code path and all known details is as follows:
  82. ---------------------------------------------------------------------------------------
  83.  
  84. -- Head --
  85. Stacktrace:
  86. at net.minecraftforge.fml.relauncher.ReflectionHelper.getPrivateValue(ReflectionHelper.java:117)
  87. at net.minecraftforge.fml.common.ObfuscationReflectionHelper.getPrivateValue(ObfuscationReflectionHelper.java:61)
  88. at code.elix_x.coremods.colorfulblocks.color.material.ColoringMaterialsManager.recognizeColorToRGBA(ColoringMaterialsManager.java:113)
  89. at code.elix_x.coremods.colorfulblocks.color.material.ColoringMaterialsManager.recognizeColorToRGBA(ColoringMaterialsManager.java:103)
  90. at code.elix_x.coremods.colorfulblocks.color.material.ColoringMaterialsManager.initGenMaterials(ColoringMaterialsManager.java:206)
  91. at code.elix_x.coremods.colorfulblocks.color.material.ColoringMaterialsManager.initMaterials(ColoringMaterialsManager.java:172)
  92. at code.elix_x.coremods.colorfulblocks.color.material.ColoringMaterialsManager.init(ColoringMaterialsManager.java:67)
  93. at code.elix_x.coremods.colorfulblocks.ColorfulBlocksBase.init(ColorfulBlocksBase.java:196)
  94. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  95. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  96. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  97. at java.lang.reflect.Method.invoke(Method.java:483)
  98. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:561)
  99. at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
  100. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  101. at java.lang.reflect.Method.invoke(Method.java:483)
  102. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  103. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  104. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  105. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  106. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  107. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:228)
  108. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:206)
  109. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  110. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  111. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  112. at java.lang.reflect.Method.invoke(Method.java:483)
  113. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  114. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  115. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  116. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  117. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  118. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
  119. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:765)
  120. at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:316)
  121. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513)
  122.  
  123. -- Initialization --
  124. Details:
  125. Stacktrace:
  126. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:346)
  127. at net.minecraft.client.main.Main.main(SourceFile:124)
  128. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  129. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  130. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  131. at java.lang.reflect.Method.invoke(Method.java:483)
  132. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  133. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  134.  
  135. -- System Details --
  136. Details:
  137. Minecraft Version: 1.9
  138. Operating System: Windows 10 (amd64) version 10.0
  139. Java Version: 1.8.0_25, Oracle Corporation
  140. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  141. Memory: 1322795336 bytes (1261 MB) / 3424124928 bytes (3265 MB) up to 5726797824 bytes (5461 MB)
  142. JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6144m -Xms256m -XX:PermSize=256m -Xms512m -XX:PermSize=512m -Xms256m -XX:PermSize=256m
  143. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  144. FML: MCP 9.23 Powered by Forge 12.16.1.1887 131 mods loaded, 131 mods active
  145. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  146. UCHI mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  147. UCHI FML{8.0.99.99} [Forge Mod Loader] (forge-1.9-12.16.1.1887.jar)
  148. UCHI Forge{12.16.1.1887} [Minecraft Forge] (forge-1.9-12.16.1.1887.jar)
  149. UCHI CodeChickenCore{2.0.1.53} [CodeChicken Core] (minecraft.jar)
  150. UCHI cei{1.1.1} [Chunk Edge Indicator] (1.9-chunkedgeindicator-1.1.1.jar)
  151. UCHI woodconverter{v2.9} [Wood Converter] ([1.9]WoodConverter v2.9.jar)
  152. UCHI actuallyadditions{1.9-r30} [Actually Additions] (ActuallyAdditions-1.9-r30.jar)
  153. UCHI animalbikes{1.8} [Animal Bikes] (AnimalBikes_1.9.0(26mar16).jar)
  154. UCHI armoroverlay{3.1} [Armor Overlay] (Armor Overlay 3.1.jar)
  155. UCHI armorplus{1.10.1-1.9} [ArmorPlus] (ArmorPlus1.10.1(1.9).jar)
  156. UCHI bagginses{2.3.0b} [Bagginses] (Bagginses-1.9-2.3.0b.jar)
  157. UCHI basemetals{2.2.2} [Base Metals] (BaseMetals_1.9-2.2.2.jar)
  158. UCHI Baubles{1.2.0.2} [Baubles] (Baubles-1.9-1.2.0.2.jar)
  159. UCHI baublesstuff{2.0.7} [Baubles Stuff] (baublesstuff-2.0.7.jar)
  160. UCHI bdlib{1.11.0.14} [BD Lib] (bdlib-1.11.0.14-mc1.9.jar)
  161. UCHI betterbuilderswands{0.6.0} [Better Builder's Wands] (BetterBuildersWands-0.6.0-1.9r124+c748dee.jar)
  162. UCHI BetterMinecraftChat{1.0.8} [BetterMinecraftChat] (BetterMinecraftChat-mc1.9-1.0.8.jar)
  163. UCHI BiomesOPlenty{4.0.1.2006} [Biomes O' Plenty] (BiomesOPlenty-1.9-4.0.1.2006-universal.jar)
  164. UCHI JEI{3.3.3.197} [Just Enough Items] (jei_1.9-3.3.3.197.jar)
  165. UCHI BloodMagic{1.9-2.0.0-35} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.9-2.0.0-35.jar)
  166. UCHI Bloodmoon{1.2} [Bloodmoon] (Bloodmoon-MC1.9-1.4.1.jar)
  167. UCHI bookshelf{1.2.0.226} [Bookshelf] (Bookshelf-1.9-1.2.0.237.jar)
  168. UCHI bookshelfapi{3.0.4} [Bookshelf] (Bookshelf-API-1.9-3.0.4.jar)
  169. UCHI samsbucketblocks{1.0.1} [Bucket Storage] (BucketBlocks-1.9-1.0.1.jar)
  170. UCHI ChestTransporter{2.3.0} [Chest Transporter] (ChestTransporter-2.3.0-MC1.9.jar)
  171. UCHI ChickenChunks{2.0.1.26} [ChickenChunks] (ChickenChunks-1.9-2.0.1.26-universal.jar)
  172. UCHI chisel{@VERSION@} [Chisel] (Chisel-MC1.9-0.0.4.13.jar)
  173. UCHI mcmultipart{1.1.1} [MCMultiPart] (MCMultiPart-1.1.1-universal.jar)
  174. UCHI chiselsandbits{9.15} [Chisels & Bits] (chiselsandbits-9.15.jar)
  175. UCHI excore{1.5.3} [EXCore] (Excore-1.5.3-1.9.jar)
  176. UCHE colorfulblocks{1.3} [Colorful Blocks] (ColorfulBlocks-1.3-1.9.jar)
  177. UCHI compactstorage{v2.0.0a} [CompactStorage] (compactstorage-2.1-1.9-rc.jar)
  178. UCHI origin{9.0.3} [Origin] (Origin-1.9-9.0.3.371.jar)
  179. UCHI compression{1.0.2} [Compression] (Compression-1.9-1.0.2.74.jar)
  180. UCHI cookingforblockheads{2.0.5} [Cooking for Blockheads] (CookingForBlockheads-mc1.9-2.0.5.jar)
  181. UCHI crackedzombiemod{3.4.0} [CrackedZombie Mod] (crackedzombiemod-1.9-3.4.0-67.jar)
  182. UCHI cxlibrary{1.0.0} [CXLibrary] (cxlibrary-1.0.0.jar)
  183. UCHI cyclopscore{0.5.7} [Cyclops Core] (CyclopsCore-1.9-0.5.7.jar)
  184. UCHI Waila{1.7.0} [Waila] (Waila-1.7.0-B2_1.9.jar)
  185. UCHI DarkUtils{1.1.0.32} [Dark Utilities] (DarkUtilities-1.9-1.1.0.33.jar)
  186. UCHI deathcounter{1.0.0} [Death Counter] (DeathCounter-1.9-5.jar)
  187. UCHI ElecCore{1.4.270} [ElecCore] (ElecCore-1.9-1.4.270.jar)
  188. UCHI deepresonance{1.1.4beta30} [DeepResonance] (deepresonance-1.9.0-1.1.4beta30.jar)
  189. UCHI dldungeonsjdg{1.8.11} [Doomlike Dungeons] (DoomlikeDungeons-1.8.11-MC1.9.jar)
  190. UCHI ea{v2.1.6b-mc1.9.0} [Ebon Arts] (EbonArts-v2.1.6b-mc1.9.0.jar)
  191. UCHI poweradvantage{2.1.0} [Power Advantage] (PowerAdvantage_1.9.0-2.1.0.jar)
  192. UCHI electricadvantage{2.0.3} [Electric Advantage] (ElectricAdvantage_1.9-2.0.3.jar)
  193. UCHI endercompass{1.2.3} [Ender Compass] (EnderCompass-1.9-1.2.3.jar)
  194. UCHI endercrop{1.9-1.2-1836} [Ender Crop] (endercrop-1.9.1.3.jar)
  195. UCHI enderrift{0.15.0} [Ender-Rift] (EnderRift-1.9-0.15.0.jar)
  196. UCHI shetiphiancore{3.2.1} [ShetiPhian-Core] (shetiphiancore-1.9.0-3.2.1.jar)
  197. UCHI endertanks{1.3.2} [EnderTanks] (endertanks-1.9.0-1.3.2.jar)
  198. UCHI enderthing{0.6.4} [Enderthing] (enderthing-1.9-0.6.4.jar)
  199. UCHI enderutilities{0.5.3} [Ender Utilities] (enderutilities-1.9-0.5.3.jar)
  200. UCHI ezstorage{1.0} [EZ Storage] (ezstorage-1.9-1.2.1.jar)
  201. UCHI FFS{1.9-1.5.1.1.2} [Fancy Fluid Storage] (Fancy Fluid Storage-1.9-1.5.1.1.2.jar)
  202. UCHI fastleafdecay{1.6} [Fast Leaf Decay] (FastLeafDecay-1.9-1.6.jar)
  203. UCHI fluxducts{1.0.3} [Flux Ducts] (fluxducts-mc1.9-1.0.3.jar)
  204. UCHI fluxedcore{3.0.0} [Fluxed-Core] (Fluxed-Core-3.0.0.jar)
  205. UCHI fe{1.2} [Food Expansion] (FoodExpansion1.2-mc1.9.jar)
  206. UCHI FortuneOres{3.0.2} [FortuneOres] (FortuneOres-MC1.9-3.0.2.jar)
  207. UCHI foxlib{@VERSION@} [FoxLib] (FoxLib-1.9-0.9.0.jar)
  208. UCHI pressure{1.3.1.13} [Pressure Pipes] (pressure-1.3.1.13-mc1.9.jar)
  209. UCHI advgenerators{0.9.20.8} [Advanced Generators] (generators-0.9.20.8-mc1.9.jar)
  210. UCHI gravestone{1.2.4} [Gravestone] (Gravestone Mod 1.2.4 .jar)
  211. UCHI grue{1.2.1} [Grue] (Grue-1.9-1.2.1.jar)
  212. UCHI HardcoreDarkness{1.8} [Hardcore Darkness] (HardcoreDarkness-MC1.9-1.8.jar)
  213. UCHI HelpFixer{1.3.13} [HelpFixer] (HelpFixer-1.9-1.3.13.jar)
  214. UCHI hgp{Release} [Horizontal Glass Panes] (hgp-1.9-1.0.2.jar)
  215. UCHI hopperducts{1.4.7} [Hopper Ducts] (hopperducts-mc1.9-1.4.7.jar)
  216. UCHI agefc{0.1-067} [Age's] (IA T0.1-068.jar)
  217. UCHI integrateddynamics{0.3.7} [Integrated Dynamics] (IntegratedDynamics-1.9-0.3.7.jar)
  218. UCHI inventorytweaks{1.61-dev-49-c5b6395} [Inventory Tweaks] (InventoryTweaks-1.61-dev-49.jar)
  219. UCHI IronChest{6.0.133.777} [Iron Chest] (ironchest-1.9-6.0.133.777.jar)
  220. UCHI japta{1.4.1} [JAPTA] (JAPTA-1.9-1.4.1.jar)
  221. UCHI fyberbackpack{1.0.1} [Just Backpacks] (justbackpacks-mc1.9-1.0.1.jar)
  222. UCHI jet_packs{1.0.0} [Just JetPacks] (JustJetpacks-1.0.0.jar)
  223. UCHI lteleporters{1.1.1} [Lemon's Simple Teleporters] (LemonsSimpleTeleporters-1.1.1.jar)
  224. UCHI llor{1.0.7-mc1.9} [Light Level Overlay Reloaded] (LLOverlayReloaded-1.0.7-mc1.9.jar)
  225. UCHI Login_Shield_MC1.9{1.2-21-g08fa29a} [Login Shield] (Login_Shield_MC1.9-1.2-21-g08fa29a.jar)
  226. UCHI mantle{1.9-0.9.4.jenkins114} [Mantle] (Mantle-1.9-0.9.4.jar)
  227. UCHI MapWriter{2.4.18} [MapWriter] (MapWriter-1.9-2.4.18.jar)
  228. UCHI RadixCore{1.9-2.1.0} [RadixCore] (RadixCore-1.9-2.1.0-universal.jar)
  229. UCHI MCA{1.9-5.1.2} [Minecraft Comes Alive] (MCA-1.9-5.1.2-universal.jar)
  230. UCHI MikeDongles{1.9-0.0.4} [Mike Dongles] (MikeDongles-1.9-0.0.4.jar)
  231. UCHI testdummy{1.10} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.10.jar)
  232. UCHI modernmetals{0.9.2.3} [Modern Metals] (ModernMetals-0.9.2.3.jar)
  233. UCHI morefood{1.15b} [More Foods] (morefood-1.9-1854-1.15b.jar)
  234. UCHI MoreFurnaces{1.6.0} [More Furnaces] (MoreFurnaces-1.6.0-MC1.9.jar)
  235. UCHI morematerials{1.0.20150301.0} [More Materials] (morematerials-1.9.20160320.0.jar)
  236. UCHI MouseTweaks{2.6.2} [Mouse Tweaks] (MouseTweaks-2.6.2-mc1.9.jar)
  237. UCHI tconstruct{1.9-2.2.2.jenkins156} [Tinkers' Construct] (TConstruct-1.9-2.2.2.jar)
  238. UCHI neotech{3.0.6} [NeoTech] (NeoTech-1.9-3.0.6.jar)
  239. UCHI nethermetals{1.0.4} [Nether Metals] (NetherMetals-1.0.4.jar)
  240. UCHI fodc{1.8.1} [Ore Dictionary Converter] (OreDictionaryConverter-1.8.1.jar)
  241. UCHI harvestcraft{1.9a} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9a.jar)
  242. UCHI progressiveautomation{1.6.42} [Progressive Automation] (ProgressiveAutomation-1.9-1.6.42.jar)
  243. UCHI Psi{beta-31} [Psi] (Psi-beta-31.jar)
  244. UCHI quantumflux{2.0.6} [QuantumFlux] (quantumflux-1.9-2.0.6.jar)
  245. UCHI Quark{beta-18} [Quark] (Quark-beta-18.jar)
  246. UCHI RandomUtilities{3.0.2} [Random Utilities] (Random Utilities-1.9-3.0.2.jar)
  247. UCHI randomthings{3.7} [Random Things] (RandomThings-MC1.9-3.7.jar)
  248. UCHI reborncore{2.1.0.53} [RebornCore] (RebornCore-1.9-2.1.0.53-universal.jar)
  249. UCHI redstonepaste{1.7.3} [Redstone Paste] (redstonepaste-mc1.9-1.7.3.jar)
  250. UCHI xreliquary{1.9-1.3.1.338} [Reliquary] (Reliquary-1.9-1.3.1.338.jar)
  251. UCHI ResourcefulCrops{1.9-1.3.1-47} [ResourcefulCrops] (ResourcefulCrops-1.9-1.3.1-47.jar)
  252. UCHI rftools{4.46} [RFTools] (rftools-1.9.0-4.46.jar)
  253. UCHI routerreborn{1.9-4.0.1.11b_universal} [Router Reborn] (RouterReborn-1.9-4.0.1.11b_universal.jar)
  254. UCHI RTG{1.9-0.0.5} [Realistic Terrain Generation] (RTG-1.9-0.0.5.jar)
  255. UCHI AS_Ruins{16.0} [Ruins Spawning System] (Ruins-1.9.jar)
  256. UCHI sciapi{1.3.0.3} [SciAPI] (SciAPI-1.3.0.3.jar)
  257. UCHI shadowmc{3.1.0} [ShadowMC] (ShadowMC-1.9-3.1.4.jar)
  258. UCHI SilentLib{1.0.5} [Silent Lib] (SilentLib-1.9-1.0.5-11.jar)
  259. UCHI SilentGems{2.0.8} [Silent's Gems] (SilentsGems-1.9-2.0.8-alpha-25.jar)
  260. UCHI simplehp{1.2.1} [Simple HP] (SimpleHP-1.9-1.2.1.jar)
  261. UCHI su{1.0.7} [Simple Upgrades] (simpleupgrades-1.0.7.jar)
  262. UCHI flammpfeil.slashblade{mc1.9-r6} [SlashBlade] (SlashBlade-mc1.9-r6.jar)
  263. UCHI SleepingBag{1.1.0} [Sleeping Bag] (SleepingBag-1.9-1.1.0.jar)
  264. UCHI slurpiesdongles{4.0.0} [Slurpie's Dongles] (Slurpie's Dongles-1.9-4.0.0.jar)
  265. UCHI soulshardstow{1.9-2.3.9-25} [Soul Shards - The Old Ways] (SoulShards-TOW-1.9-2.3.9-25.jar)
  266. UCHI steamadvantage{2.0.3} [Steam Advantage] (SteamAdvantage_1.9-2.0.3.jar)
  267. UCHI substratum{1.3.0.0} [Substratum] (Substratum-1.9-1.3.0.0.jar)
  268. UCHI supercraftingframe{1.1.0.38} [Super Crafting Frame] (supercraftingframe-1.9-1.1.0.38.jar)
  269. UCHI Tails{1.9-1.6.1} [Tails] (Tails-1.9-1.6.1.jar)
  270. UCHI Trashcans{2.0.2} [Trashcans] (Trashcans-1.9-2.0.2.jar)
  271. UCHI CaveCraft{@VERSION@} [TSON Craft] (TSON Craft 2.6.3.jar)
  272. UCHI VeinMiner{0.31.5_build.forgePost18010} [Vein Miner] (VeinMiner-1.9_0.31.5.forgePost18010.jar)
  273. UCHI VeinMinerModSupport{0.31.5_build.forgePost18010} [Mod Support] (VeinMiner-1.9_0.31.5.forgePost18010.jar)
  274. UCHI WailaHarvestability{1.1.7} [Waila Harvestability] (WailaHarvestability-mc1.9-1.1.7.jar)
  275. UCHI ICSE{1.0.0.0} [I Can See Everything] (Wawla-1.9-2.2.0.186.jar)
  276. UCHI wawla{2.2.0.178} [What Are We Looking At] (Wawla-1.9-2.2.0.186.jar)
  277. Loaded coremods (and transformers):
  278. NowWithRendering (redstonepaste-mc1.9-1.7.3.jar)
  279. net.fybertech.nwr.NowWithRendering
  280. LoadingPlugin (HardcoreDarkness-MC1.9-1.8.jar)
  281. lumien.hardcoredarkness.asm.ClassTransformer
  282. LoadingPlugin (RandomThings-MC1.9-3.7.jar)
  283. lumien.randomthings.asm.ClassTransformer
  284. colorfulblocks (ColorfulBlocks-1.3-1.9.jar)
  285. code.elix_x.coremods.colorfulblocks.core.ColorfulBlocksTransformer
  286. FortuneOres Black Magic (FortuneOres-MC1.9-3.0.2.jar)
  287. com.demoxin.minecraft.fortuneores.coremod.OreDictCore
  288. CXLibraryCore (cxlibrary-1.0.0.jar)
  289. cubex2.cxlibrary.CoreModTransformer
  290. LoadingPlugin (Bloodmoon-MC1.9-1.4.1.jar)
  291. lumien.bloodmoon.asm.ClassTransformer
  292. CCLCorePlugin (CodeChickenLib-1.9-2.0.1.23-universal.jar)
  293. codechicken.lib.asm.ClassHeirachyManager
  294. codechicken.lib.asm.RenderHookTransformer
  295. LoadingPlugin (Quark-beta-18.jar)
  296. vazkii.quark.base.asm.ClassTransformer
  297. CodeChickenCorePlugin (CodeChickenCore-1.9-2.0.1.53-universal.jar)
  298. codechicken.core.asm.TweakTransformer
  299. codechicken.core.asm.DelegatedTransformer
  300. codechicken.core.asm.DefaultImplementationTransformer
  301. FldLoadingPlugin (FastLeafDecay-1.9-1.6.jar)
  302. com.olafski.fastleafdecay.FldTransformer
  303. Reborn Core ASM (RebornCore-1.9-2.1.0.53-universal.jar)
  304. reborncore.asm.RebornClassTransformer
  305. CCCDeobfPlugin (unknown)
  306.  
  307. FMLPlugin (InventoryTweaks-1.61-dev-49.jar)
  308. invtweaks.forge.asm.ContainerTransformer
  309. BetterMinecraftChat (BetterMinecraftChat-mc1.9-1.0.8.jar)
  310. net.blay09.mods.bmc.coremod.ClassTransformer
  311. GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13431 Compatibility Profile Context 16.150.2211.0' Renderer: 'AMD Radeon HD 7700 Series'
  312. Pulsar/tconstruct loaded Pulses:
  313. - TinkerCommons (Enabled/Forced)
  314. - TinkerWorld (Enabled/Not Forced)
  315. - TinkerTools (Enabled/Not Forced)
  316. - TinkerSmeltery (Enabled/Not Forced)
  317. - TinkerGadgets (Enabled/Not Forced)
  318. - TinkerOredict (Enabled/Forced)
  319. - TinkerIntegration (Enabled/Forced)
  320. - TinkerFluids (Enabled/Forced)
  321. - TinkerMaterials (Enabled/Forced)
  322. - chiselsandbitsIntegration (Enabled/Not Forced)
  323.  
  324. List of loaded APIs:
  325. * actuallyadditionsapi (8) from ActuallyAdditions-1.9-r30.jar
  326. * Baubles|API (1.1.1.0) from Baubles-1.9-1.2.0.2.jar
  327. * BloodMagic|API (@VERSION@) from BloodMagic-1.9-2.0.0-35.jar
  328. * CapabilityCore|base (1.01) from EnderRift-1.9-0.15.0.jar
  329. * CapabilityCore|energy (1.01) from EnderRift-1.9-0.15.0.jar
  330. * CapabilityCore|tweakable (1.01) from EnderRift-1.9-0.15.0.jar
  331. * ChiselAPI (0.0.1) from Chisel-MC1.9-0.0.4.13.jar
  332. * ChiselAPI|Carving (0.0.1) from Chisel-MC1.9-0.0.4.13.jar
  333. * ChiselsAndBitsAPI (1.8.1) from chiselsandbits-9.15.jar
  334. * CoFHAPI (1.8.9R1.2.0B1) from fluxducts-mc1.9-1.0.3.jar
  335. * CoFHAPI|block (1.8.9R1.2.0B1) from ProgressiveAutomation-1.9-1.6.42.jar
  336. * CoFHAPI|energy (1.8.9R1.2.0B1) from quantumflux-1.9-2.0.6.jar
  337. * CoFHAPI|tileentity (1.8.9R1.2.0B1) from ProgressiveAutomation-1.9-1.6.42.jar
  338. * Colorful Blocks | API (1.3) from ColorfulBlocks-1.3-1.9.jar
  339. * Colorful Blocks | API | Material (1.3) from ColorfulBlocks-1.3-1.9.jar
  340. * Colorful Blocks | API | Tools (1.3) from ColorfulBlocks-1.3-1.9.jar
  341. * Colorful Blocks | API | World (1.3) from ColorfulBlocks-1.3-1.9.jar
  342. * commoncapabilities|api (0.0.1) from IntegratedDynamics-1.9-0.3.7.jar
  343. * compactstorage (v2.0.0a) from compactstorage-2.1-1.9-rc.jar
  344. * DLDungeonsAPI (1.1) from DoomlikeDungeons-1.8.11-MC1.9.jar
  345. * DR-API (1.0.4-Beta) from deepresonance-1.9.0-1.1.4beta30.jar
  346. * ElecCore|Abilities (#API_VER#) from ElecCore-1.9-1.4.270.jar
  347. * IC2API (1.0) from RebornCore-1.9-2.1.0.53-universal.jar
  348. * integrateddynamics|api (0.1.0) from IntegratedDynamics-1.9-0.3.7.jar
  349. * JustEnoughItemsAPI (3.1.0) from jei_1.9-3.3.3.197.jar
  350. * MapWriterApi (1.0.0) from MapWriter-1.9-2.4.18.jar
  351. * McJtyLib (1.9.0-1.8.3) from mcjtylib-1.9.0-1.8.3.jar
  352. * origin|api (0.0.0) from Origin-1.9-9.0.3.371.jar
  353. * origin|foundation (0.0.0) from Origin-1.9-9.0.3.371.jar
  354. * pressureAPI (1.3.1.13) from pressure-1.3.1.13-mc1.9.jar
  355. * PsiAPI (2) from Psi-beta-31.jar
  356. * reborncoreAPI (2.1.0.53) from RebornCore-1.9-2.1.0.53-universal.jar
  357. * ResourcefulCrops|API (1.9-1.3.1-47) from ResourcefulCrops-1.9-1.3.1-47.jar
  358. * SoulShardsTOW|API (0.1.5) from SoulShards-TOW-1.9-2.3.9-25.jar
  359. * TailsAPI (1.1.1) from Tails-1.9-1.6.1.jar
  360. * VeinMinerApi (0.1) from VeinMiner-1.9_0.31.5.forgePost18010.jar
  361. * WailaAPI (1.3) from Waila-1.7.0-B2_1.9.jar
  362. Launched Version: forge-12.16.1.1887
  363. LWJGL: 2.9.4
  364. OpenGL: AMD Radeon HD 7700 Series GL version 4.5.13431 Compatibility Profile Context 16.150.2211.0, ATI Technologies Inc.
  365. GL Caps: Using GL 1.3 multitexturing.
  366. Using GL 1.3 texture combiners.
  367. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  368. Shaders are available because OpenGL 2.1 is supported.
  369. VBOs are available because OpenGL 1.5 is supported.
  370.  
  371. Using VBOs: No
  372. Is Modded: Definitely; Client brand changed to 'fml,forge'
  373. Type: Client (map_client.txt)
  374. Resource Packs: PureBDcraft 64x MC19.zip
  375. Current Language: English (US)
  376. Profiler Position: N/A (disabled)
  377. CPU: 8x AMD FX(tm)-8350 Eight-Core Processor
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement