Advertisement
redbaron666

"Fake" Chisel crash

Jun 19th, 2016
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.91 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. CoreXU2 (extrautils2-1.9.4-alpha-1.0.0a.jar)
  5. LoadingPlugin (Quark-beta-25.jar)
  6. FldLoadingPlugin (FastLeafDecay-MC1.9.4-1.7.jar)
  7. CCCDeobfPlugin (unknown)
  8. FMLPlugin (InventoryTweaks-1.61-beta-54.jar)
  9. CoreMod (Aroma1997Core-1.9.4-1.0.7.0.jar)
  10. CodeChickenCorePlugin (CodeChickenCore-1.9.4-2.0.3.65-universal.jar)
  11. EnderCorePlugin (EnderCore-1.9.4-0.4.0.26-alpha.jar)
  12. CCLCorePlugin (CodeChickenLib-1.9.4-2.0.2.39-universal.jar)
  13. FortuneOres Black Magic (FortuneOres-MC1.9.4-3.0.4.jar)
  14. Contact their authors BEFORE contacting forge
  15.  
  16. // Why did you do that?
  17.  
  18. Time: 6/19/16 9:33 AM
  19. Description: Compatibility error
  20.  
  21. java.lang.Exception: You are using an unsupported version of Chisel, which crashes my mod when being used.
  22. Please use the proper, supported version from one of the following links:
  23. http://minecraft.curseforge.com/projects/chisel
  24. http://ci.tterrag.com/job/Chisel/branch/1.9%252Fdev/
  25. at com.lordmau5.ffs.FancyFluidStorage.checkForBadChisel(FancyFluidStorage.java:146)
  26. at com.lordmau5.ffs.FancyFluidStorage.constructionEvent(FancyFluidStorage.java:155)
  27. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  28. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  29. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  30. at java.lang.reflect.Method.invoke(Unknown Source)
  31. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:566)
  32. at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
  33. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  34. at java.lang.reflect.Method.invoke(Unknown Source)
  35. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  36. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  37. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  38. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  39. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  40. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:228)
  41. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:206)
  42. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  43. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  44. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  45. at java.lang.reflect.Method.invoke(Unknown Source)
  46. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  47. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  48. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  49. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  50. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  51. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
  52. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:524)
  53. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:210)
  54. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:437)
  55. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:349)
  56. at net.minecraft.client.main.Main.main(SourceFile:124)
  57. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  58. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  59. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  60. at java.lang.reflect.Method.invoke(Unknown Source)
  61. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  62. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  63. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  64. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  65. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  66. at java.lang.reflect.Method.invoke(Unknown Source)
  67. at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310)
  68. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:395)
  69. at org.multimc.EntryPoint.listen(EntryPoint.java:170)
  70. at org.multimc.EntryPoint.main(EntryPoint.java:54)
  71.  
  72.  
  73. A detailed walkthrough of the error, its code path and all known details is as follows:
  74. ---------------------------------------------------------------------------------------
  75.  
  76. -- Head --
  77. Thread: Client thread
  78. Stacktrace:
  79. at com.lordmau5.ffs.FancyFluidStorage.checkForBadChisel(FancyFluidStorage.java:146)
  80. at com.lordmau5.ffs.FancyFluidStorage.constructionEvent(FancyFluidStorage.java:155)
  81. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  82. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  83. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  84. at java.lang.reflect.Method.invoke(Unknown Source)
  85. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:566)
  86. at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
  87. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  88. at java.lang.reflect.Method.invoke(Unknown Source)
  89. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  90. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  91. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  92. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  93. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  94. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:228)
  95. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:206)
  96. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  97. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  98. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  99. at java.lang.reflect.Method.invoke(Unknown Source)
  100. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  101. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  102. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  103. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  104. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  105. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
  106. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:524)
  107. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:210)
  108. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:437)
  109.  
  110. -- Initialization --
  111. Details:
  112. Stacktrace:
  113. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:349)
  114. at net.minecraft.client.main.Main.main(SourceFile:124)
  115. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  116. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  117. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  118. at java.lang.reflect.Method.invoke(Unknown Source)
  119. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  120. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  121. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  122. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  123. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  124. at java.lang.reflect.Method.invoke(Unknown Source)
  125. at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310)
  126. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:395)
  127. at org.multimc.EntryPoint.listen(EntryPoint.java:170)
  128. at org.multimc.EntryPoint.main(EntryPoint.java:54)
  129.  
  130. -- System Details --
  131. Details:
  132. Minecraft Version: 1.9.4
  133. Operating System: Windows 10 (amd64) version 10.0
  134. Java Version: 1.8.0_91, Oracle Corporation
  135. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  136. Memory: 1396058520 bytes (1331 MB) / 1944584192 bytes (1854 MB) up to 3817865216 bytes (3641 MB)
  137. JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms1024m -Xmx4096m
  138. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  139. FML: MCP 9.28 Powered by Forge 12.17.0.1968 Optifine OptiFine_1.9.4_HD_U_B6 97 mods loaded, 97 mods active
  140. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  141. UC mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  142. UC FML{8.0.99.99} [Forge Mod Loader] (forge-1.9.4-12.17.0.1968-universal.jar)
  143. UC Forge{12.17.0.1968} [Minecraft Forge] (forge-1.9.4-12.17.0.1968-universal.jar)
  144. UC Aroma1997Core{${version}} [Aroma1997Core] (Aroma1997Core-1.9.4-1.0.7.0.jar)
  145. UC CodeChickenCore{2.0.3.65} [CodeChicken Core] (minecraft.jar)
  146. UC cei{1.2} [Chunk Edge Indicator] (1.9.4-chunkedgeindicator-1.2.jar)
  147. UC actuallyadditions{1.9.4-r45} [Actually Additions] (ActuallyAdditions-1.9.4-r45.jar)
  148. UC armorplus{1.9.4-2.0.10.0} [ArmorPlus] (ArmorPlus1.9.4-2.0.10.0.jar)
  149. UC Aroma1997CoreHelper{1.0.7.0} [Aroma1997Core|Helper] (Aroma1997Core-1.9.4-1.0.7.0.jar)
  150. UC AromaBackup{1.0.1.1} [AromaBackup] (AromaBackup-1.9.4-1.0.1.1.jar)
  151. UC AromaBackupRecovery{1.0} [AromaBackup Recovery] (AromaBackup-1.9.4-1.0.1.1.jar)
  152. UC Baubles{1.2.1.0} [Baubles] (Baubles-1.9.4-1.2.1.0.jar)
  153. UC baublesstuff{2.0.10} [Baubles Stuff] (baublesstuff-2.0.10.jar)
  154. UC BBG{5.0.0} [BetterBedrockGen] (BBG-1.9.4-5.0.0.jar)
  155. UC betterbuilderswands{0.6.2} [Better Builder's Wands] (BetterBuildersWands-0.6.2-1.9.4r132+a2243db.jar)
  156. UC ExtraUtils2{1.0} [ExtraUtils2] (extrautils2-1.9.4-alpha-1.0.0a.jar)
  157. UC JEI{3.6.7.216} [Just Enough Items] (jei_1.9.4-3.6.7.216.jar)
  158. UC BloodMagic{1.9.4-2.0.1-44} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.9.4-2.0.1-44.jar)
  159. UC bookshelf{1.2.2.261} [Bookshelf] (Bookshelf-1.9.4-1.2.2.262.jar)
  160. UC bookshelfapi{3.1.0} [Bookshelf] (Bookshelf-API-1.9.4-3.1.0.jar)
  161. UC Botania{r1.8-310} [Botania] (Botania-unofficial.r1.8-310.jar)
  162. UC Chameleon{1.9-2.1.4} [Chameleon] (Chameleon-1.9-2.1.4.jar)
  163. UC chancecubes{1.9.4-2.1.2.106} [Chance Cubes] (ChanceCubes-1.9.4-2.1.2.106.jar)
  164. UC ChestTransporter{2.4.0} [Chest Transporter] (ChestTransporter-1.9.4-2.4.0.jar)
  165. UC ChickenChunks{2.0.2.32} [ChickenChunks] (ChickenChunks-1.9.4-2.0.2.32-universal.jar)
  166. UC cyclopscore{0.6.2} [Cyclops Core] (CyclopsCore-1.9.4-0.6.2.jar)
  167. UC colossalchests{1.3.5} [Colossal Chests] (ColossalChests-1.9.4-1.3.5.jar)
  168. UC cookingforblockheads{3.1.26} [Cooking for Blockheads] (CookingForBlockheads-mc1.9.4-3.1.26.jar)
  169. UC craftingcraft{4.0.1} [CraftingCraft] (craftingcraft-mc1.9.4-4.0.1.jar)
  170. UC craftingtweaks{5.0.1} [Crafting Tweaks] (craftingtweaks-mc1.9.4-5.0.1.jar)
  171. UC Waila{1.7.0} [Waila] (Waila-1.7.0-B3_1.9.4.jar)
  172. UC DarkUtils{1.1.2.52} [Dark Utilities] (DarkUtilities-1.9.4-1.1.2.55.jar)
  173. UC ElecCore{1.5.292} [ElecCore] (ElecCore-1.9.4-1.5.292.jar)
  174. UC deepresonance{1.2.0beta34} [DeepResonance] (deepresonance-1.9.4-1.2.0beta34.jar)
  175. UC endercore{1.9.4-0.4.0.26-alpha} [EnderCore] (EnderCore-1.9.4-0.4.0.26-alpha.jar)
  176. UC EnderIO{1.9.4-3.0.0.43_alpha} [Ender IO] (EnderIO-1.9.4-3.0.0.43_alpha.jar)
  177. UC endermanage{1.1} [Endermanage] (endermanage-mc1.9.4-1.1.jar)
  178. UC EnderStorage{2.0.2.53} [EnderStorage] (EnderStorage-1.9.4-2.0.2.53-universal.jar)
  179. UC EnderZoo{1.9.4-1.2.2.40} [Ender Zoo] (EnderZoo-1.9.4-1.2.2.40.jar)
  180. UC endmetals{1.0.4} [End Metals] (EndMetals_1.9-1.0.4.jar)
  181. UC ValkyrieLib{1.9.4-0.9.10} [Valkyrie Lib] (valkyrielib-1.9.4-0.9.10.jar)
  182. UC EnvironmentalTech{1.9.4-0.9.4c} [Environmental Tech] (environmentaltech-1.9.4-0.9.4c.jar)
  183. UC golems{5.01} [Extra Golems] (ExtraGolems[1.9.4]-5.01.jar)
  184. U FFS{1.9.4-1.6.3-b22} [Fancy Fluid Storage] (Fancy Fluid Storage-1.9.4-1.6.3-b22.jar)
  185. U fastleafdecay{1.6} [Fast Leaf Decay] (FastLeafDecay-MC1.9.4-1.7.jar)
  186. U FloodLights{1.2.5-143} [Flood Lights] (FloodLights-1.9.4-1.2.5-143.jar)
  187. U fluxducts{1.0.4} [Flux Ducts] (fluxducts-mc1.9.4-1.0.4.jar)
  188. U forestry{5.0.19.166} [Forestry] (forestry_1.9.4-5.0.19.166.jar)
  189. U FortuneOres{3.0.4} [FortuneOres] (FortuneOres-MC1.9.4-3.0.4.jar)
  190. U gravestone{1.3.0} [Gravestone] (Gravestone Mod 1.3.0.jar)
  191. U headcrumbs{2.0.1} [Headcrumbs] (Headcrumbs-2.0.1.jar)
  192. U IGWMod{1.3.0-5} [In-Game wiki Mod] (IGW-Mod-1.9.4-1.3.0-5-universal.jar)
  193. U LunatriusCore{1.1.2.35} [LunatriusCore] (LunatriusCore-1.9.4-1.1.2.35-universal.jar)
  194. U InGameInfoXML{2.8.1.84} [InGame Info XML] (InGameInfoXML-1.9.4-2.8.1.84-universal.jar)
  195. U InventoryPets{1.4.6} [Inventory Pets] (inventorypets-1.9.4-1.4.6.jar)
  196. U inventorytweaks{1.61-beta-54-009e843} [Inventory Tweaks] (InventoryTweaks-1.61-beta-54.jar)
  197. U IronChest{6.0.145.787} [Iron Chest] (ironchest-1.9.4-6.0.145.787.jar)
  198. U journeymap{1.9.4-5.2.3} [JourneyMap] (journeymap-1.9.4-5.2.3-unlimited.jar)
  199. U jeresources{0.4.5.32} [Just Enough Resources] (JustEnoughResources-1.9.4-0.4.5.32.jar)
  200. U llor{1.0.7-mc1.9.4} [Light Level Overlay Reloaded] (LLOverlayReloaded-1.0.7-mc1.9.4.jar)
  201. U mantle{1.9.4-0.10.2.jenkins149} [Mantle] (Mantle-1.9.4-0.10.2.jar)
  202. U minemenu{1.4.3} [MineMenu] (MineMenu-1.9.X-1.4.3.B6-universal.jar)
  203. U MouseTweaks{2.6.3} [Mouse Tweaks] (MouseTweaks-2.6.3-mc1.9.4.jar)
  204. U Neat{GRADLE:VERSION-GRADLE:BUILD} [Neat] (Neat 1.2-9.jar)
  205. U tconstruct{1.9.4-2.3.2.jenkins255} [Tinkers' Construct] (TConstruct-1.9.4-2.3.2.jar)
  206. U neotech{3.1.0} [NeoTech] (NeoTech-1.9.4-3.1.0.jar)
  207. U nethermetals{1.1.2} [Nether Metals] (NetherMetals_1.9-1.1.2.jar)
  208. U notenoughwands{1.3.4} [Not Enough Wands] (notenoughwands-1.9.4-1.3.4.jar)
  209. U harvestcraft{1.9.4-pre} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4b.jar)
  210. U progressiveautomation{1.6.46} [Progressive Automation] (ProgressiveAutomation-1.9.4-1.6.46.jar)
  211. U ProjectE{1.9.4-PE1.0.3B} [ProjectE] (ProjectE-1.9.4-PE1.0.3B.jar)
  212. U quantumflux{2.0.7} [QuantumFlux] (quantumflux-1.9.4-2.0.7.jar)
  213. U Quark{beta-25} [Quark] (Quark-beta-25.jar)
  214. U reborncore{2.5.4.47} [RebornCore] (RebornCore-1.9.4-2.5.4.47-universal.jar)
  215. U reborncore-mcmultipart{2.5.4.47} [reborncore-MCMultiPart] (RebornCore-1.9.4-2.5.4.47-universal.jar)
  216. U StorageDrawers{1.9-3.1.7} [Storage Drawers] (StorageDrawers-1.9-3.1.7.jar)
  217. U refinedstorage{0.7.15} [Refined Storage] (refinedstorage-0.7.15.jar)
  218. U rftools{4.63} [RFTools] (rftools-1.9.4-4.63.jar)
  219. U rftoolsdim{4.30beta42} [RFTools Dimensions] (rftoolsdim-1.9.4-4.30beta42.jar)
  220. U Roguelike{1.5.2} [Roguelike Dungeons] (RoguelikeDungeons-1.9.4-1.5.2.jar)
  221. U shadowmc{3.1.0} [ShadowMC] (ShadowMC-1.9.4-3.3.0.jar)
  222. U Signals{1.0} [Signals] (Signals-1.9.4-0.1.2-universal.jar)
  223. U SimpleGenerators{1.9.4-0.6.1a} [Simple Generators] (simplegenerators-1.9.4-0.6.1a.jar)
  224. U SleepingBag{1.2.1} [Sleeping Bag] (SleepingBag-1.9.4-1.2.1.jar)
  225. U soulshardstow{1.9.4-2.4.3-31} [Soul Shards - The Old Ways] (SoulShards-TOW-1.9.4-2.4.3-31.jar)
  226. U techreborn{1.3.2.120} [TechReborn] (TechReborn-1.9.4-1.3.2.120-universal.jar)
  227. U Tesla{1.1.0.24} [TESLA] (Tesla-1.9.4-1.1.0.24.jar)
  228. U theoneprobe{1.0.10} [The One Probe] (theoneprobe-1.9.4-1.0.10.jar)
  229. U thutcore{3.1.2} [ThutCore] (thutcore-1.9.4-3.1.2.jar)
  230. U thuttech{3.0.2} [Thut's Tech] (thuttech-3.0.2.jar)
  231. U TinkersAddons{1.0.1} [Tinkers' Addons] (Tinkers' Addons-1.9.4-1.0.1.jar)
  232. U trashslot{5.0.7} [TrashSlot] (trashslot-mc1.9.4-5.0.7.jar)
  233. U VeinMiner{0.33.0_1.9-01919cc} [Vein Miner] (VeinMiner-0.33.0-1.9r553+01919cc.jar)
  234. U VeinMinerModSupport{0.33.0_1.9-01919cc} [Mod Support] (VeinMiner-0.33.0-1.9r553+01919cc.jar)
  235. U WailaHarvestability{1.1.7} [Waila Harvestability] (WailaHarvestability-mc1.9-1.1.7.jar)
  236. U weaponsplus{1.9.4-1.0.9.0} [WeaponsPlus] (WeaponsPlus1.9.4-1.0.9.0.jar)
  237. U wuestUtilities{1.9.4} [Wuest Utilities] (wuestUtilities-1.9.4.8.jar)
  238. Loaded coremods (and transformers):
  239. CoreXU2 (extrautils2-1.9.4-alpha-1.0.0a.jar)
  240. com.rwtema.extrautils2.asm.ClassTransformerHandler
  241. LoadingPlugin (Quark-beta-25.jar)
  242. vazkii.quark.base.asm.ClassTransformer
  243. FldLoadingPlugin (FastLeafDecay-MC1.9.4-1.7.jar)
  244. com.olafski.fastleafdecay.FldTransformer
  245. CCCDeobfPlugin (unknown)
  246.  
  247. FMLPlugin (InventoryTweaks-1.61-beta-54.jar)
  248. invtweaks.forge.asm.ContainerTransformer
  249. CoreMod (Aroma1997Core-1.9.4-1.0.7.0.jar)
  250.  
  251. CodeChickenCorePlugin (CodeChickenCore-1.9.4-2.0.3.65-universal.jar)
  252. codechicken.core.asm.TweakTransformer
  253. codechicken.core.asm.DelegatedTransformer
  254. codechicken.core.asm.DefaultImplementationTransformer
  255. EnderCorePlugin (EnderCore-1.9.4-0.4.0.26-alpha.jar)
  256. com.enderio.core.common.transform.EnderCoreTransformer
  257. CCLCorePlugin (CodeChickenLib-1.9.4-2.0.2.39-universal.jar)
  258. codechicken.lib.asm.ClassHeirachyManager
  259. codechicken.lib.asm.RenderHookTransformer
  260. FortuneOres Black Magic (FortuneOres-MC1.9.4-3.0.4.jar)
  261. com.demoxin.minecraft.fortuneores.coremod.OreDictCore
  262. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 368.39' Renderer: 'GeForce GTX 660 Ti/PCIe/SSE2'
  263. Launched Version: MultiMC5
  264. LWJGL: 2.9.1
  265. OpenGL: GeForce GTX 660 Ti/PCIe/SSE2 GL version 4.5.0 NVIDIA 368.39, NVIDIA Corporation
  266. GL Caps: Using GL 1.3 multitexturing.
  267. Using GL 1.3 texture combiners.
  268. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  269. Shaders are available because OpenGL 2.1 is supported.
  270. VBOs are available because OpenGL 1.5 is supported.
  271.  
  272. Using VBOs: No
  273. Is Modded: Definitely; Client brand changed to 'fml,forge'
  274. Type: Client (map_client.txt)
  275. Resource Packs: Faithful Full.zip
  276. Current Language: English (US)
  277. Profiler Position: N/A (disabled)
  278. CPU: net.minecraft.client.Minecraft$15@499493c
  279. OptiFine Version: OptiFine_1.9.4_HD_U_B6
  280. Render Distance Chunks: 9
  281. Mipmaps: 4
  282. Anisotropic Filtering: 1
  283. Antialiasing: 0
  284. Multitexture: false
  285. Shaders: null
  286. OpenGlVersion: 4.5.0 NVIDIA 368.39
  287. OpenGlRenderer: GeForce GTX 660 Ti/PCIe/SSE2
  288. OpenGlVendor: NVIDIA Corporation
  289. CpuCount: 8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement