Advertisement
Tobnik0208

Crash report from minecraft. pls help

Oct 6th, 2023
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.84 KB | Gaming | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. LoadingPlugin (RandomThings-MC1.12.2-4.2.7.4.jar)
  5. RandomPatches (randompatches-1.12.2-1.22.1.10.jar)
  6. BewitchmentFMLLoadingPlugin (bewitchment-1.12.2-0.0.22.64-Hotfix4.jar)
  7. LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar)
  8. ForgelinPlugin (Forgelin-1.8.3 (1).jar)
  9. llibrary (llibrary-core-1.0.11-1.12.2.jar)
  10. LucraftCoreCoreMod (LucraftCore-1.12.2-2.4.16.jar)
  11. CQRPlugin (ChocolateQuestRepouredB.jar)
  12. ratscore (rats-3.2.14-1.12.2.jar)
  13. Techguns Core (techguns-1.12.2-2.0.2.0_pre3.2.jar)
  14. pymtech (PymTech-1.12.2-1.0.2.jar)
  15. ObfuscatePlugin (obfuscate-0.4.2-1.12.2 (1).jar)
  16. ReachFixPlugin (ReachFix-1.12.2-1.0.1 (1).jar)
  17. Contact their authors BEFORE contacting forge
  18.  
  19. // Uh... Did I do that?
  20.  
  21. Time: 10/6/23 8:39 PM
  22. Description: Initializing game
  23.  
  24. java.lang.NoClassDefFoundError: net/richdigitsmods/infinityarmor/RenderInfinityShield
  25. at java.lang.Class.forName0(Native Method)
  26. at java.lang.Class.forName(Class.java:348)
  27. at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:85)
  28. at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:611)
  29. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  30. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  31. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  32. at java.lang.reflect.Method.invoke(Method.java:497)
  33. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  34. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  35. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  36. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  37. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  38. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  39. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  40. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
  41. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  42. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  43. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  44. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  45. at java.lang.reflect.Method.invoke(Method.java:497)
  46. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  47. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  48. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  49. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  50. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  51. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  52. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  53. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
  54. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595)
  55. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
  56. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
  57. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
  58. at net.minecraft.client.main.Main.main(SourceFile:123)
  59. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  60. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  61. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  62. at java.lang.reflect.Method.invoke(Method.java:497)
  63. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  64. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  65. Caused by: java.lang.ClassNotFoundException: net.richdigitsmods.infinityarmor.RenderInfinityShield
  66. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  67. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  68. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  69. ... 40 more
  70. Caused by: java.lang.NoClassDefFoundError: com/evilnotch/iitemrender/handlers/IItemRenderer
  71. at java.lang.ClassLoader.defineClass1(Native Method)
  72. at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
  73. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
  74. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
  75. ... 42 more
  76. Caused by: java.lang.ClassNotFoundException: com.evilnotch.iitemrender.handlers.IItemRenderer
  77. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  78. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  79. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  80. ... 46 more
  81. Caused by: java.lang.NullPointerException
  82.  
  83.  
  84. A detailed walkthrough of the error, its code path and all known details is as follows:
  85. ---------------------------------------------------------------------------------------
  86.  
  87. -- Head --
  88. Thread: Client thread
  89. Stacktrace:
  90. at java.lang.Class.forName0(Native Method)
  91. at java.lang.Class.forName(Class.java:348)
  92. at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:85)
  93. at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:611)
  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:497)
  98. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  99. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  100. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  101. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  102. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  103. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  104. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  105. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
  106. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  107. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  108. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  109. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  110. at java.lang.reflect.Method.invoke(Method.java:497)
  111. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  112. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  113. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  114. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  115. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  116. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  117. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  118. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
  119. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595)
  120. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
  121. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
  122.  
  123. -- Initialization --
  124. Details:
  125. Stacktrace:
  126. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
  127. at net.minecraft.client.main.Main.main(SourceFile:123)
  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:497)
  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.12.2
  138. Operating System: Windows 10 (amd64) version 10.0
  139. Java Version: 1.8.0_51, Oracle Corporation
  140. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  141. Memory: 460871472 bytes (439 MB) / 1354760192 bytes (1292 MB) up to 3817865216 bytes (3641 MB)
  142. JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms256m
  143. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  144. FML: MCP 9.42 Powered by Forge 14.23.5.2855 84 mods loaded, 84 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.  
  147. | State | ID | Version | Source | Signature |
  148. |:----- |:-------------------- |:----------------- |:-------------------------------------------------- |:---------------------------------------- |
  149. | LC | minecraft | 1.12.2 | minecraft.jar | None |
  150. | LC | mcp | 9.42 | minecraft.jar | None |
  151. | LC | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2855.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  152. | LC | forge | 14.23.5.2855 | forge-1.12.2-14.23.5.2855.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  153. | LC | reachfix | 1.0.1 | minecraft.jar | None |
  154. | LC | obfuscate | 0.4.2 | minecraft.jar | None |
  155. | LC | randompatches | 1.12.2-1.22.1.10 | randompatches-1.12.2-1.22.1.10.jar | None |
  156. | LC | techguns_core | 1.12.2-1.0 | minecraft.jar | None |
  157. | L | infinityarmor | 1.5.4 | 1.12.2InfinityArmorMod-1.5.4.jar | None |
  158. | L | luckythanos | 1.2.3 | 1.12.2LuckyThanosMod-1.2.3.jar | None |
  159. | L | jei | 4.15.0.291 | jei_1.12.2-4.15.0.291.jar | None |
  160. | L | recipescramble | 3.0.5 | [1.12.2]Recipe Scramble-3.0.5.jar | None |
  161. | L | adminweapons | 3.4 | adminweapons-v3.4-mc1.12.jar | None |
  162. | L | aoa3 | 3.3.6 | AoA3-3.3.6.jar | None |
  163. | L | codechickenlib | 3.2.3.358 | CodeChickenLib-1.12.2-3.2.3.358-universal.jar | None |
  164. | L | avaritia | 3.3.0 | Avaritia-1.12.2-3.3.0.37-universal.jar | None |
  165. | L | wanionlib | 1.12.2-2.5 | WanionLib-1.12.2-2.5.jar | None |
  166. | L | avaritiaddons | 1.12.2-1.3 | Avaritiaddons-1.12.2-1.3.jar | None |
  167. | L | gunpowderlib | 1.12.2-1.1 | GunpowderLib-1.12.2-1.1.jar | None |
  168. | L | avaritiatweaks | 1.12.2-1.3 | AvaritiaTweaks-1.12.2-1.3.jar | None |
  169. | L | baubles | 1.5.2 | Baubles-1.12-1.5.2 (2).jar | None |
  170. | L | bedrockbreakmod | 1.6.9 | BedrockBreakMod.jar | None |
  171. | L | beltmod | 1.0.6 | BeltMod-1.12.2-1.0.6.jar | None |
  172. | L | bettercombatmod | 1.5.6 | BetterCombat-1.12.2-1.5.6 (1).jar | None |
  173. | L | patchouli | 1.0-23.6 | Patchouli-1.0-23.6.jar | None |
  174. | L | bewitchment | 0.22.63 | bewitchment-1.12.2-0.0.22.64-Hotfix4.jar | None |
  175. | L | biomesoplenty | 7.0.1.2444 | BiomesOPlenty-1.12.2-7.0.1.2444-universal.jar | None |
  176. | L | bloodmoon | 1.5.3 | Bloodmoon-MC1.12.2-1.5.3.jar | None |
  177. | L | bonsaitrees | 1.1.4 | bonsaitrees-1.1.4-b170.jar | None |
  178. | L | redstoneflux | 2.1.1 | RedstoneFlux-1.12-2.1.1.1-universal.jar | None |
  179. | L | brandonscore | 2.4.20 | BrandonsCore-1.12.2-2.4.20.162-universal.jar | None |
  180. | L | carryon | 1.12.3 | carryon-1.12.2-1.12.6.20.jar | None |
  181. | L | chesttransporter | 2.8.8 | ChestTransporter-1.12.2-2.8.8.jar | None |
  182. | L | cqrepoured | 2.6.8B | ChocolateQuestRepouredB.jar | None |
  183. | L | chunkpregenerator | 2.5.0 | Chunk+Pregenerator-V1.12-2.5.1.jar | None |
  184. | L | customnpcs | 1.12 | CustomNPCs_1.12.204Mar19snapshot.jar | None |
  185. | L | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
  186. | L | projecte | 1.12.2-PE1.4.1 | ProjectE-1.12.2-PE1.4.1.jar | None |
  187. | L | p455w0rdslib | 2.3.161 | p455w0rdslib-1.12.2-2.3.161.jar | None |
  188. | L | danknull | 1.7.91 | DankNull-1.12.2-1.7.91.jar | None |
  189. | L | draconicevolution | 2.3.28 | Draconic-Evolution-1.12.2-2.3.28.354-universal.jar | None |
  190. | L | draconicadditions | 1.17.0 | Draconic-Additions-1.12.2-1.17.0.45-universal.jar | None |
  191. | L | ebwizardry | 4.3.4 | ElectroblobsWizardry-4.3.4-MC1.12.2.jar | None |
  192. | L | extrautils2 | 1.0 | extrautils2-1.12-1.9.9 (1).jar | None |
  193. | L | findme | 1.1.0 | findme-1.12.2-1.1.0-8.jar | None |
  194. | L | forgelin | 1.8.3 | Forgelin-1.8.3 (1).jar | None |
  195. | L | geckolib3 | 3.0.13 | geckolibforge.jar | None |
  196. | L | gb | 1.1.206 | Gobber-1.12.2_1.1.207.jar | None |
  197. | L | gravestone | 1.10.3 | gravestone-1.10.3.jar | None |
  198. | L | ichunutil | 7.2.2 | iChunUtil-1.12.2-7.2.2 (1).jar | None |
  199. | L | hats | 7.1.1 | Hats-1.12.2-7.1.1.jar | None |
  200. | L | ironman | Beta-1.12.2-1.2.6 | IronMan-1.12.2-Beta-1.12.2-1.2.6-Hotfix2.jar | None |
  201. | L | speedsterheroes | 1.12.2-2.2.1 | SpeedsterHeroes-1.12.2-2.2.1 (1).jar | None |
  202. | L | lucraftcore | 1.12.2-2.4.16 | LucraftCore-1.12.2-2.4.16.jar | None |
  203. | L | heroesexpansion | 1.12.2-1.3.5 | HeroesExpansion-1.12.2-1.3.5.jar | None |
  204. | L | icbmclassic | 1.12.2-4.0.1.75 | ICBM-classic-1.12.2-4.0.1b75.jar | None |
  205. | L | infinity | 1.12.2 | infinity-1.12.2 (1).jar | None |
  206. | L | inventorypets | 2.0.15 | inventorypets-1.12-2.0.15.jar | None |
  207. | L | ironchest | 1.12.2-7.0.67.844 | ironchest-1.12.2-7.0.72.847.jar | None |
  208. | L | luckyegg | 1.0.4 | LuckyEgg.jar | None |
  209. | L | mightyenderchicken | 7.3.0 | MightyEnderChicken-1.12.2-7.3.0.jar | None |
  210. | L | minewatch | 3.13 | Minewatch-1.12.X-3.13 (1).jar | None |
  211. | L | moreplayermodels | 1.12.2 | MorePlayerModels_1.12.2-(05Dec19).jar | None |
  212. | L | mutantbeasts | 1.12.2-1.0.2 | MutantBeasts-1.12.2-1.0.2.jar | None |
  213. | L | oneblock | 1.1.1 | oneblock-1.12.2-1.1.1.jar | None |
  214. | L | overloaded | 0.0.59 | Overloaded-1.12.2-0.0.59.jar | None |
  215. | L | powerinventory | 2.3.1 | OverpoweredInventory-1.12-2.3.1.jar | None |
  216. | L | pymtech | 1.12.2-1.0.2 | PymTech-1.12.2-1.0.2.jar | None |
  217. | L | randomthings | 4.2.7.4 | RandomThings-MC1.12.2-4.2.7.4.jar | None |
  218. | L | llibrary | 1.7.19 | llibrary-1.7.19-1.12.2 (1).jar | None |
  219. | L | rats | 3.2.14 | rats-3.2.14-1.12.2.jar | None |
  220. | L | xreliquary | 1.12.2-1.3.4.796 | Reliquary-1.12.2-1.3.4.796 (1).jar | None |
  221. | L | additionalstructures | 2.4.1 | Rex's-Additional-Structures-1.12.x-(v.2.4.1).jar | None |
  222. | L | roguelike | 1.8.0 | RoguelikeDungeons-1.12.2-1.8.0.jar | None |
  223. | L | cosmosshield | 1.3.7 | ShieldOfTheCosmosMod-1.3.7_1.jar | None |
  224. | L | spectrite | 1.7.1 | spectrite-1.7.1.jar | None |
  225. | L | star-tech | 1.1.1 | star-tech-1.1.1 (2).jar | None |
  226. | L | strawgolem | 1.3 | strawgolem-1.4.1.jar | None |
  227. | L | techguns | 2.0.2.0 | techguns-1.12.2-2.0.2.0_pre3.2.jar | None |
  228. | L | tinymobfarm | 1.0.5 | TinyMobFarm-1.12.2-1.0.5 (1).jar | None |
  229. | L | travelersbackpack | 1.0.35 | TravelersBackpack-1.12.2-1.0.35.jar | None |
  230. | L | vehicle | 0.44.1 | vehicle-mod-0.44.1-1.12.2.jar | None |
  231. | L | waystones | 4.1.0 | Waystones_1.12.2-4.1.0.jar | None |
  232. | L | yoyos | 1.12.2-1.3.3.25 | yoyos_1.12.2-1.3.3.25.jar | None |
  233.  
  234. Loaded coremods (and transformers):
  235. LoadingPlugin (RandomThings-MC1.12.2-4.2.7.4.jar)
  236. lumien.randomthings.asm.ClassTransformer
  237. RandomPatches (randompatches-1.12.2-1.22.1.10.jar)
  238. com.therandomlabs.randompatches.core.RPTransformer
  239. BewitchmentFMLLoadingPlugin (bewitchment-1.12.2-0.0.22.64-Hotfix4.jar)
  240.  
  241. LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar)
  242. lumien.bloodmoon.asm.ClassTransformer
  243. ForgelinPlugin (Forgelin-1.8.3 (1).jar)
  244.  
  245. llibrary (llibrary-core-1.0.11-1.12.2.jar)
  246. net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  247. net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
  248. LucraftCoreCoreMod (LucraftCore-1.12.2-2.4.16.jar)
  249. lucraft.mods.lucraftcore.core.LCTransformer
  250. CQRPlugin (ChocolateQuestRepouredB.jar)
  251. team.cqr.cqrepoured.asm.CQRClassTransformer
  252. ratscore (rats-3.2.14-1.12.2.jar)
  253. com.github.alexthe666.rats.server.misc.RatsRuntimePatcher
  254. Techguns Core (techguns-1.12.2-2.0.2.0_pre3.2.jar)
  255. techguns.core.TechgunsASMTransformer
  256. pymtech (PymTech-1.12.2-1.0.2.jar)
  257. lucraft.mods.pymtech.core.PymTechClassTransformer
  258. ObfuscatePlugin (obfuscate-0.4.2-1.12.2 (1).jar)
  259. com.mrcrayfish.obfuscate.asm.ObfuscateTransformer
  260. ReachFixPlugin (ReachFix-1.12.2-1.0.1 (1).jar)
  261. meldexun.reachfix.asm.ReachFixClassTransformer
  262. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 512.15' Renderer: 'NVIDIA GeForce GTX 1660 SUPER/PCIe/SSE2'
  263. Launched Version: forge-14.23.5.2855
  264. LWJGL: 2.9.4
  265. OpenGL: NVIDIA GeForce GTX 1660 SUPER/PCIe/SSE2 GL version 4.6.0 NVIDIA 512.15, 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: Yes
  273. Is Modded: Definitely; Client brand changed to 'fml,forge'
  274. Type: Client (map_client.txt)
  275. Resource Packs:
  276. Current Language: English (US)
  277. Profiler Position: N/A (disabled)
  278. CPU: 12x 11th Gen Intel(R) Core(TM) i5-11400F @ 2.60GHz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement