Advertisement
Guest User

Malisis Crash Tessellating CCL block in world

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