Advertisement
Guest User

Malisis Crash Tesselating Block Model

a guest
Jan 24th, 2018
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.00 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
  5. FMLPlugin (albedo-0.1.3.jar)
  6. DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.7.2.jar)
  7. Wizardry Plugin (wizardry-0.7.2.jar)
  8. CubicChunksCoreMod (CubicChunks-1.12.2-0.0.809.0-all_bottomVoidFix-instaDeath.jar)
  9. BedPatch (bedpatch-1.0-1.12.2.jar)
  10. FMLPlugin (elulib-0.1.11.jar)
  11. BlurPlugin (Blur-1.0.4-14.jar)
  12. LoadingPlugin (RandomThings-MC1.12.2-4.1.2.jar)
  13. ForgelinPlugin (Forgelin-1.6.0.jar)
  14. MMFMLCorePlugin (MultiMine-1.12.2.jar)
  15. MalisisCorePlugin (malisiscore-1.12.2-6.3.2.jar)
  16. LoadingPlugin (HardcoreDarkness-MC1.12.2-2.0.jar)
  17. LibrarianLib Plugin (librarianlib-1.12.2-4.4.jar)
  18. Contact their authors BEFORE contacting forge
  19.  
  20. // But it works on my machine.
  21.  
  22. Time: 1/25/18 2:40 AM
  23. Description: Tesselating block model
  24.  
  25. java.lang.NullPointerException: Tesselating block model
  26. at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:770)
  27. at com.google.common.cache.LocalCache.put(LocalCache.java:4363)
  28. at com.google.common.cache.LocalCache$LocalManualCache.put(LocalCache.java:5077)
  29. at codechicken.lib.model.bakery.ModelBakery.getCachedModel(ModelBakery.java:256)
  30. at codechicken.lib.model.bakery.CCBakeryModel.func_188616_a(CCBakeryModel.java:40)
  31. at net.minecraft.client.renderer.BlockModelRenderer.func_187498_b(BlockModelRenderer.java:106)
  32. at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.func_187498_b(ForgeBlockModelRenderer.java:89)
  33. at net.minecraft.client.renderer.BlockModelRenderer.func_187493_a(BlockModelRenderer.java:76)
  34. at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:55)
  35. at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:80)
  36. at codechicken.lib.render.block.CCBlockRendererDispatcher.func_175018_a(CCBlockRendererDispatcher.java:64)
  37. at cubicchunks.worldgen.gui.component.UIBlockStateSelect.drawState(UIBlockStateSelect.java:238)
  38. at cubicchunks.worldgen.gui.component.UIBlockStateSelect.drawForeground(UIBlockStateSelect.java:216)
  39. at net.malisis.core.client.gui.component.UIComponent.draw(UIComponent.java:1058)
  40. at net.malisis.core.client.gui.component.container.UIContainer.drawForeground(UIContainer.java:614)
  41. at net.malisis.core.client.gui.component.UIComponent.draw(UIComponent.java:1058)
  42. at net.malisis.core.client.gui.GuiRenderer.drawScreen(GuiRenderer.java:303)
  43. at net.malisis.core.client.gui.MalisisGui.func_73863_a(MalisisGui.java:578)
  44. at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:366)
  45. at sun.reflect.GeneratedMethodAccessor45.invoke(Unknown Source)
  46. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  47. at java.lang.reflect.Method.invoke(Unknown Source)
  48. at Reflector.callVoid(Reflector.java:636)
  49. at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1449)
  50. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1117)
  51. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:397)
  52. at net.minecraft.client.main.Main.main(SourceFile:123)
  53. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  54. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  55. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  56. at java.lang.reflect.Method.invoke(Unknown Source)
  57. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  58. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  59.  
  60.  
  61. A detailed walkthrough of the error, its code path and all known details is as follows:
  62. ---------------------------------------------------------------------------------------
  63.  
  64. -- Head --
  65. Thread: Client thread
  66. Stacktrace:
  67. at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:770)
  68. at com.google.common.cache.LocalCache.put(LocalCache.java:4363)
  69. at com.google.common.cache.LocalCache$LocalManualCache.put(LocalCache.java:5077)
  70. at codechicken.lib.model.bakery.ModelBakery.getCachedModel(ModelBakery.java:256)
  71. at codechicken.lib.model.bakery.CCBakeryModel.func_188616_a(CCBakeryModel.java:40)
  72. at net.minecraft.client.renderer.BlockModelRenderer.func_187498_b(BlockModelRenderer.java:106)
  73. at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.func_187498_b(ForgeBlockModelRenderer.java:89)
  74.  
  75. -- Block model being tesselated --
  76. Details:
  77. Block: thermalexpansion:machine[type=crafter]
  78. Block location: World: (0,0,0), Chunk: (at 0,0,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  79. Using AO: true
  80. Stacktrace:
  81. at net.minecraft.client.renderer.BlockModelRenderer.func_187493_a(BlockModelRenderer.java:76)
  82. at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:55)
  83.  
  84. -- Block being tesselated --
  85. Details:
  86. Block type: ID #472 (tile.thermalexpansion.machine // cofh.thermalexpansion.block.machine.BlockMachine)
  87. Block data value: 11 / 0xB / 0b1011
  88. Block location: World: (0,0,0), Chunk: (at 0,0,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  89. Stacktrace:
  90. at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:80)
  91. at codechicken.lib.render.block.CCBlockRendererDispatcher.func_175018_a(CCBlockRendererDispatcher.java:64)
  92. at cubicchunks.worldgen.gui.component.UIBlockStateSelect.drawState(UIBlockStateSelect.java:238)
  93. at cubicchunks.worldgen.gui.component.UIBlockStateSelect.drawForeground(UIBlockStateSelect.java:216)
  94. at net.malisis.core.client.gui.component.UIComponent.draw(UIComponent.java:1058)
  95. at net.malisis.core.client.gui.component.container.UIContainer.drawForeground(UIContainer.java:614)
  96. at net.malisis.core.client.gui.component.UIComponent.draw(UIComponent.java:1058)
  97. at net.malisis.core.client.gui.GuiRenderer.drawScreen(GuiRenderer.java:303)
  98. at net.malisis.core.client.gui.MalisisGui.func_73863_a(MalisisGui.java:578)
  99. at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:366)
  100. at sun.reflect.GeneratedMethodAccessor45.invoke(Unknown Source)
  101. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  102. at java.lang.reflect.Method.invoke(Unknown Source)
  103. at Reflector.callVoid(Reflector.java:636)
  104.  
  105. -- Screen render details --
  106. Details:
  107. Screen name: cubicchunks.worldgen.gui.CustomCubicGui
  108. Mouse location: Scaled: (260, 71). Absolute: (1041, 731)
  109. Screen size: Scaled: (480, 255). Absolute: (1920, 1017). Scale factor of 4
  110. Stacktrace:
  111. at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1449)
  112. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1117)
  113. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:397)
  114. at net.minecraft.client.main.Main.main(SourceFile:123)
  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.  
  122. -- System Details --
  123. Details:
  124. Minecraft Version: 1.12.2
  125. Operating System: Windows 10 (amd64) version 10.0
  126. Java Version: 1.8.0_151, Oracle Corporation
  127. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  128. Memory: 2329379392 bytes (2221 MB) / 3805859840 bytes (3629 MB) up to 4281597952 bytes (4083 MB)
  129. JVM Flags: 6 total; -Xmx4G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
  130. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  131. FML: MCP 9.42 Powered by Forge 14.23.1.2590 Optifine OptiFine_1.12.2_HD_U_C8 95 mods loaded, 94 mods active
  132. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  133.  
  134. | State | ID | Version | Source | Signature |
  135. |:------ |:------------------- |:---------------------- |:------------------------------------------------------------- |:---------------------------------------- |
  136. | UCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
  137. | UCHIJA | mcp | 9.42 | minecraft.jar | None |
  138. | UCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.1.2590.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  139. | UCHIJA | forge | 14.23.1.2590 | forge-1.12.2-14.23.1.2590.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  140. | UCHIJA | albedocore | 0.1 | minecraft.jar | None |
  141. | UCHIJA | elucore | 1.0 | minecraft.jar | None |
  142. | UCHIJA | mercurius_updater | 1.0 | MercuriusUpdater-1.12.2.jar | None |
  143. | UCHIJA | malisiscore | 1.12.2-6.3.2 | malisiscore-1.12.2-6.3.2.jar | None |
  144. | UCHIJA | cubicchunks | 1.12.2-0.0.809.0 | CubicChunks-1.12.2-0.0.809.0-all_bottomVoidFix-instaDeath.jar | None |
  145. | UCHIJA | movillages | 1.5.4 | [1.12]MoVillages-1.5.4.jar | None |
  146. | UCHIJA | advancedxp | 1.0.1 | AdvancedXP-1.0.1.jar | None |
  147. | UCHIJA | albedotorches | 1.0.4 | AlbedoTorches-1.0.4.jar | None |
  148. | UCHIJA | albedo | 0.1.3 | albedo-0.1.3.jar | None |
  149. | UCHIJA | jei | 4.8.5.146 | jei_1.12.2-4.8.5.146.jar | None |
  150. | UCHIJA | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
  151. | UCHIJA | autoplant | 1.12-1.0.0 | autoplant-1.12-1.0.0.jar | None |
  152. | UCHIJA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  153. | UCHIJA | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |
  154. | UCHIJA | blockcraftery | 0.1.3 | blockcraftery-0.1.3.jar | None |
  155. | UCHIJA | blur | 1.0.4-14 | Blur-1.0.4-14.jar | None |
  156. | UCHIJA | camoucreepers | 1.5 | camoucreepers-1.5.jar | None |
  157. | UCHIJA | ctm | MC1.12-0.2.3.12 | CTM-MC1.12-0.2.3.12.jar | None |
  158. | UCHIJA | chisel | MC1.12-0.1.1.26 | Chisel-MC1.12-0.1.1.26.jar | None |
  159. | UCHIJA | codechickenlib | 3.1.5.331 | CodeChickenLib-1.12.2-3.1.5.331-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  160. | UCHIJA | redstoneflux | 2.0.1 | RedstoneFlux-1.12-2.0.1.2-universal.jar | d4f1503fbacd9b9fb767720420c5395104239ec9 |
  161. | UCHIJA | cofhcore | 4.3.10 | CoFHCore-1.12.2-4.3.10.5-universal.jar | None |
  162. | UCHIJA | cofhworld | 1.1.1 | CoFHWorld-1.12.2-1.1.1.12-universal.jar | None |
  163. | UCHIJA | colored_water | 1.12.2-b34 | ColoredWater-1.12.2-b34.jar | None |
  164. | UCHIJA | compression | 1.2.3 | Compression-1.12.2-1.3.1.jar | None |
  165. | UCHIJA | defaultoptions | 9.2.5 | DefaultOptions_1.12.2-9.2.5.jar | None |
  166. | UCHIJA | dsurround | 3.4.7.2 | DynamicSurroundings-1.12.2-3.4.7.2.jar | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
  167. | UCHIJA | presets | 3.4.7.2 | DynamicSurroundings-1.12.2-3.4.7.2.jar | None |
  168. | UCHIJA | dynamictrees | 1.12.2-0.7.2c | DynamicTrees-1.12.2-0.7.2c.jar | None |
  169. | UCHIJA | enderore | 1.12.2-b1 | Ender Ore-1.12.2-b1.jar | None |
  170. | UCHIJA | exnihilocreatio | 1.12-0.1.7 | exnihilocreatio-1.12-0.1.7.jar | None |
  171. | UCHIJA | expandedbonemeal | 1.2.1 | expandedbonemeal-1.11-1.2.1.jar | None |
  172. | UCHIJA | shadowmc | 3.8.0 | ShadowMC-1.12-3.8.0.jar | None |
  173. | UCHIJA | extrarails | 1.3.0 | ExtraRails-1.12-1.3.0.jar | None |
  174. | UCHIJA | fakename | 1.1 | Fakename MC1.12.2 v1.1.jar | None |
  175. | UCHIJA | fencejumper | 1.0.2 | fencejumper-1.12-1.0.2.jar | None |
  176. | UCHIJA | foamflower | 1.12.2-1.0.0.0-beta1 | foamflower-1.12.2-1.0.0.0-beta1.jar | None |
  177. | UCHIJA | forgelin | 1.6.0 | Forgelin-1.6.0.jar | None |
  178. | UCHIJA | fused | 1.0.0 | Fused-1.0.0.jar | None |
  179. | UCHIJA | harvestchevsky | b1 | gentleharvest-1.12--b1.jar | None |
  180. | UCHIJA | giacomos_bookshelf | 1.2 | GiacomosBookshelf-1.12.2-1.2.jar | None |
  181. | UCHIJA | gravestone | 1.10.0 | gravestone-1.10.0.jar | None |
  182. | UCHIJA | hardcoredarkness | 2.0 | HardcoreDarkness-MC1.12.2-2.0.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
  183. | UCHIJA | ikwid | 1.0.2 | ikwid-1.0.2.jar | None |
  184. | UCHIJA | instantunify | 1.1.1 | instantunify-1.12.2-1.1.1.jar | None |
  185. | UCHIJA | kleeslabs | 5.3.2 | KleeSlabs_1.12-5.3.2.jar | None |
  186. | UCHIJA | wizardry | 0.7.2 | wizardry-0.7.2.jar | None |
  187. | UCHIJA | librarianlib | 4.4 | librarianlib-1.12.2-4.4.jar | None |
  188. | UCHIJA | mantle | 1.12-1.3.1.21 | Mantle-1.12-1.3.1.21.jar | None |
  189. | UCHIJA | moarboats | 1.0-indev | moarboats-1.0.1.jar | None |
  190. | UCHIJA | moreplayermodels | 1.12.2 | MorePlayerModels_1.12.2(18jan18).jar | None |
  191. | UCHIJA | multimine | 1.5.8 | MultiMine-1.12.2.jar | None |
  192. | UCHIJA | mylittlemobgrinder | 1.0.1 | mylittlemobgrinder-1.12.2-1.0.1.jar | None |
  193. | UCHIJA | naturalbabyanimals | 1.1.3 | naturalbabyanimals-1.1.3-mc1.12.x.jar | None |
  194. | UCHIJA | tconstruct | 1.12.2-2.9.0.55 | TConstruct-1.12.2-2.9.0.55.jar | None |
  195. | UCHIJA | oreshrubs | 1.4.3 | oreshrubs-1.4.3-1.12.2.jar | None |
  196. | UCHIJA | orespawn | 3.2.1 | OreSpawn-1.12-3.2.1.109.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  197. | UCHIJA | persistentcake | 2.0.0 | persistentcake-1.12-2.0.0.jar | None |
  198. | UCHIJA | placementpreview | 0.3.2 | placementpreview-1.12.2-0.3.2.jar | 2b03e1423915a189b8094816baa18f239d576dff |
  199. | UCHIJA | playerseen | 1.0.5 | PlayerSeen-MC1.12-1.0.5.jar | None |
  200. | UCHIJA | thermalfoundation | 2.3.10 | ThermalFoundation-1.12.2-2.3.10.6-universal.jar | None |
  201. | UCHIJA | plustic | 6.3.2.1 | plustic-6.3.2.1.jar | None |
  202. | UCHIJA | pressure | 1.3.1.6 | pressure-1.3.1.6-mc1.12.1.jar | None |
  203. | UCHIJA | quickleafdecay | 1.2.4 | QuickLeafDecay-MC1.12.1-1.2.4.jar | None |
  204. | UCHIJA | railsplus | 1.0.0 | railsplus-1.0.1.jar | None |
  205. | UCHIJA | randomthings | 4.1.2 | RandomThings-MC1.12.2-4.1.2.jar | None |
  206. | UCHIJA | realistictorches | 2.1.1 | RealisticTorches-1.12.2-2.1.1.jar | None |
  207. | UCHIJA | secretroomsmod | 5.1.13 | secretroomsmod-1.12.2-5.1.13.jar | None |
  208. | UCHIJA | signedit | 1.12.2-4 | signedit-1.12.2-5.jar | None |
  209. | UCHIJA | sit | v1.0 | sit-1.12.x-v1.0.jar | None |
  210. | UCHIJA | sophisticatedwolves | 3.12.0 | SophisticatedWolves-1.12.2-3.12.0.jar | None |
  211. | UCHIJA | soundfilters | 0.10_for_1.12 | SoundFilters-0.10_for_1.12.jar | None |
  212. | UCHIJA | spartanshields | 1.4 | SpartanShields-1.12.2-1.4.jar | None |
  213. | UCHIJA | stg | 1.12.2-1.2.3 | stg-1.12.2-1.2.3.jar | None |
  214. | UCHIJA | thermaldynamics | 2.3.10 | ThermalDynamics-1.12.2-2.3.10.4-universal.jar | None |
  215. | UCHIJA | thermalexpansion | 5.3.10 | ThermalExpansion-1.12.2-5.3.10.15-universal.jar | None |
  216. | UCHIJA | tcomplement | ${version} | TinkersComplement-1.12.1-0.2.2b.jar | None |
  217. | UCHIJA | tinkersdefense | 1.4.2.4a | tinkersdefense-1.4.2.4a.jar | None |
  218. | UCHIJA | tinkertoolleveling | 1.12-1.0.3.DEV.56fac4f | TinkerToolLeveling-1.12-1.0.3.jar | None |
  219. | UCHIJA | torohealthmod | 1.12.2-11 | torohealth-1.12.2-11.jar | None |
  220. | UCHIJA | trashslot | 8.4.6 | TrashSlot_1.12.1-8.4.6.jar | None |
  221. | UCHIJA | utilitybaseores | 1.2.0.1 | utilitybaseores-1.12.2-1.2.0.1.jar | None |
  222. | UCHIJA | va | 1.12.2-1.5.2 | va-1.12.2-1.5.2.jar | None |
  223. | UCHIJA | vending | 1.12.2-3.0.0.0 | vending-1.12.2-3.0.0.0.jar | None |
  224. | UCHIJA | wanionlib | 1.12.2-1.4 | WanionLib-1.12.2-1.4.jar | None |
  225. | UCHIJA | wawla | 2.5.246 | Wawla-1.12.2-2.5.246.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  226. | UCHIJA | waystones | 4.0.20 | Waystones_1.12.2-4.0.20.jar | None |
  227. | UCHIJA | elulib | 0.1.11 | elulib-0.1.11.jar | None |
  228. | UCHIJA | librarianliblate | 4.4 | librarianlib-1.12.2-4.4.jar | None |
  229. | UCHIJA | unidict | 1.12.2-2.3.1 | UniDict-1.12.2-2.3.1.jar | None |
  230. | UD | cubicchunkscore | @@VERSION@@ | minecraft.jar | None |
  231.  
  232. Loaded coremods (and transformers):
  233. CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
  234. team.chisel.ctm.client.asm.CTMTransformer
  235. FMLPlugin (albedo-0.1.3.jar)
  236. elucent.albedo.asm.ASMTransformer
  237. DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.7.2.jar)
  238. org.blockartistry.DynSurround.asm.Transformer
  239. Wizardry Plugin (wizardry-0.7.2.jar)
  240. com.teamwizardry.wizardry.asm.WizardryTransformer
  241. CubicChunksCoreMod (CubicChunks-1.12.2-0.0.809.0-all_bottomVoidFix-instaDeath.jar)
  242.  
  243. BedPatch (bedpatch-1.0-1.12.2.jar)
  244. com.mordenkainen.bedpatch.BedPatchASM
  245. FMLPlugin (elulib-0.1.11.jar)
  246. elucent.elulib.asm.ASMTransformer
  247. BlurPlugin (Blur-1.0.4-14.jar)
  248. com.tterrag.blur.BlurTransformer
  249. LoadingPlugin (RandomThings-MC1.12.2-4.1.2.jar)
  250. lumien.randomthings.asm.ClassTransformer
  251. ForgelinPlugin (Forgelin-1.6.0.jar)
  252.  
  253. MMFMLCorePlugin (MultiMine-1.12.2.jar)
  254. atomicstryker.multimine.common.fmlmagic.MMTransformer
  255. MalisisCorePlugin (malisiscore-1.12.2-6.3.2.jar)
  256.  
  257. LoadingPlugin (HardcoreDarkness-MC1.12.2-2.0.jar)
  258. lumien.hardcoredarkness.asm.ClassTransformer
  259. LibrarianLib Plugin (librarianlib-1.12.2-4.4.jar)
  260. com.teamwizardry.librarianlib.asm.LibLibTransformer
  261. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 388.13' Renderer: 'GeForce GTX 750/PCIe/SSE2'
  262. Pulsar/tconstruct loaded Pulses:
  263. - TinkerCommons (Enabled/Forced)
  264. - TinkerWorld (Enabled/Not Forced)
  265. - TinkerTools (Enabled/Not Forced)
  266. - TinkerHarvestTools (Enabled/Forced)
  267. - TinkerMeleeWeapons (Enabled/Forced)
  268. - TinkerRangedWeapons (Enabled/Forced)
  269. - TinkerModifiers (Enabled/Forced)
  270. - TinkerSmeltery (Enabled/Not Forced)
  271. - TinkerGadgets (Enabled/Not Forced)
  272. - TinkerOredict (Enabled/Forced)
  273. - TinkerIntegration (Enabled/Forced)
  274. - TinkerFluids (Enabled/Forced)
  275. - TinkerMaterials (Enabled/Forced)
  276. - TinkerModelRegister (Enabled/Forced)
  277. - chiselIntegration (Enabled/Not Forced)
  278.  
  279. Pulsar/tcomplement loaded Pulses:
  280. - ModuleCommons (Enabled/Forced)
  281. - ModuleFeature (Enabled/Not Forced)
  282. - ChiselPlugin (Enabled/Not Forced)
  283. - ExNihiloPlugin (Enabled/Not Forced)
  284.  
  285. List of loaded APIs:
  286. * Baubles|API (1.4.0.2) from Baubles-1.12-1.5.2.jar
  287. * BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.9.jar
  288. * Chisel-API (0.0.1) from Chisel-MC1.12-0.1.1.26.jar
  289. * ChiselAPI|Carving (0.0.1) from Chisel-MC1.12-0.1.1.26.jar
  290. * cofhapi (2.2.0) from CoFHCore-1.12.2-4.3.10.5-universal.jar
  291. * cofhapi|block (2.2.0) from CoFHCore-1.12.2-4.3.10.5-universal.jar
  292. * cofhapi|core (2.2.0) from CoFHCore-1.12.2-4.3.10.5-universal.jar
  293. * cofhapi|item (2.2.0) from CoFHCore-1.12.2-4.3.10.5-universal.jar
  294. * cofhapi|tileentity (2.2.0) from CoFHCore-1.12.2-4.3.10.5-universal.jar
  295. * cofhapi|util (2.2.0) from CoFHCore-1.12.2-4.3.10.5-universal.jar
  296. * ctm-api (0.1.0) from CTM-MC1.12-0.2.3.12.jar
  297. * ctm-api-events (0.1.0) from CTM-MC1.12-0.2.3.12.jar
  298. * ctm-api-models (0.1.0) from CTM-MC1.12-0.2.3.12.jar
  299. * ctm-api-textures (0.1.0) from CTM-MC1.12-0.2.3.12.jar
  300. * ctm-api-utils (0.1.0) from CTM-MC1.12-0.2.3.12.jar
  301. * JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.8.5.146.jar
  302. * oreshrubs-api (0.2) from oreshrubs-1.4.3-1.12.2.jar
  303. * pressureAPI (1.3.1.6) from pressure-1.3.1.6-mc1.12.1.jar
  304. Launched Version: 1.12.2
  305. LWJGL: 2.9.4
  306. OpenGL: GeForce GTX 750/PCIe/SSE2 GL version 4.6.0 NVIDIA 388.13, NVIDIA Corporation
  307. GL Caps: Using GL 1.3 multitexturing.
  308. Using GL 1.3 texture combiners.
  309. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  310. Shaders are available because OpenGL 2.1 is supported.
  311. VBOs are available because OpenGL 1.5 is supported.
  312.  
  313. Using VBOs: Yes
  314. Is Modded: Definitely; Client brand changed to 'fml,forge,LiteLoader'
  315. Type: Client (map_client.txt)
  316. Resource Packs: PR Luminance 1.9.4-1.10.2.zip
  317. Current Language: English (US)
  318. Profiler Position: N/A (disabled)
  319. CPU: 4x Intel(R) Core(TM) i3-3240 CPU @ 3.40GHz
  320. OptiFine Version: OptiFine_1.12.2_HD_U_C8
  321. Render Distance Chunks: 6
  322. Mipmaps: 4
  323. Anisotropic Filtering: 1
  324. Antialiasing: 0
  325. Multitexture: false
  326. Shaders: null
  327. OpenGlVersion: 4.6.0 NVIDIA 388.13
  328. OpenGlRenderer: GeForce GTX 750/PCIe/SSE2
  329. OpenGlVendor: NVIDIA Corporation
  330. CpuCount: 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement