srnyx

Untitled

Mar 24th, 2021
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.60 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // I bet Cylons wouldn't have this problem.
  3.  
  4. Time: 3/24/21 3:36 PM
  5. Description: mouseDragged event handler
  6.  
  7. java.lang.NullPointerException: mouseDragged event handler
  8. at Not Enough Crashes deobfuscated stack trace.(1.16.5+build.4)
  9. at net.minecraft.client.gui.screen.ingame.HandledScreen.handler$zpo000$mouseDraggedTryMoveAll(HandledScreen:2241)
  10. at net.minecraft.client.gui.screen.ingame.HandledScreen.mouseDragged(HandledScreen:438)
  11. at me.shedaniel.architectury.impl.fabric.ScreenInputDelegate$DelegateScreen.mouseDragged(ScreenInputDelegate.java:44)
  12. at net.minecraft.client.Mouse.method_1602(Mouse:194)
  13. at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen:435)
  14. at net.minecraft.client.Mouse.onCursorPos(Mouse:194)
  15. at net.minecraft.client.Mouse.method_22689(Mouse:161)
  16. at net.minecraft.util.thread.ThreadExecutor.execute(ThreadExecutor:94)
  17. at net.minecraft.client.Mouse.method_22688(Mouse:161)
  18. at org.lwjgl.glfw.GLFWCursorPosCallbackI.callback(GLFWCursorPosCallbackI.java:37)
  19. at org.lwjgl.system.JNI.invokeV(Native Method)
  20. at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3101)
  21. at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem:109)
  22. at net.minecraft.client.util.Window.swapBuffers(Window:308)
  23. at net.minecraft.client.MinecraftClient.render(MinecraftClient:1068)
  24. at net.minecraft.client.MinecraftClient.run(MinecraftClient:681)
  25. at net.minecraft.client.main.Main.main(Main:215)
  26. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  27. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  28. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  29. at java.lang.reflect.Method.invoke(Method.java:498)
  30. at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:226)
  31. at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:139)
  32. at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:27)
  33. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  34. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  35. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  36. at java.lang.reflect.Method.invoke(Method.java:498)
  37. at link.infra.jumploader.Jumploader.onLoad(Jumploader.java:171)
  38. at cpw.mods.modlauncher.TransformationServiceDecorator.onLoad(TransformationServiceDecorator.java:53)
  39. at cpw.mods.modlauncher.TransformationServicesHandler.lambda$loadTransformationServices$11(TransformationServicesHandler.java:131)
  40. at java.util.HashMap$Values.forEach(HashMap.java:981)
  41. at cpw.mods.modlauncher.TransformationServicesHandler.loadTransformationServices(TransformationServicesHandler.java:131)
  42. at cpw.mods.modlauncher.TransformationServicesHandler.initializeTransformationServices(TransformationServicesHandler.java:56)
  43. at cpw.mods.modlauncher.Launcher.run(Launcher.java:76)
  44. at cpw.mods.modlauncher.Launcher.main(Launcher.java:66)
  45.  
  46.  
  47. A detailed walkthrough of the error, its code path and all known details is as follows:
  48. ---------------------------------------------------------------------------------------
  49.  
  50. -- Affected screen --
  51. Details:
  52. Screen name: io.github.lucaargolo.kibe.blocks.bigtorch.BigTorchScreen
  53. Stacktrace:
  54. at net.minecraft.class_437.method_25412(class_437.java:438)
  55. at net.minecraft.class_312.method_1600(class_312.java:194)
  56. at net.minecraft.class_312.method_22689(class_312.java:161)
  57. at net.minecraft.class_1255.execute(class_1255.java:94)
  58. at net.minecraft.class_312.method_22688(class_312.java:161)
  59. at org.lwjgl.glfw.GLFWCursorPosCallbackI.callback(GLFWCursorPosCallbackI.java:37)
  60. at org.lwjgl.system.JNI.invokeV(Native Method)
  61. at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3101)
  62. at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:109)
  63. at net.minecraft.class_1041.method_15998(class_1041.java:308)
  64. at net.minecraft.class_310.method_1523(class_310.java:1068)
  65. at net.minecraft.class_310.method_1514(class_310.java:681)
  66. at net.minecraft.client.main.Main.main(Main.java:215)
  67. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  68. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  69. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  70. at java.lang.reflect.Method.invoke(Method.java:498)
  71. at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:226)
  72. at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:139)
  73. at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:27)
  74. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  75. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  76. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  77. at java.lang.reflect.Method.invoke(Method.java:498)
  78. at link.infra.jumploader.Jumploader.onLoad(Jumploader.java:171)
  79. at cpw.mods.modlauncher.TransformationServiceDecorator.onLoad(TransformationServiceDecorator.java:53)
  80. at cpw.mods.modlauncher.TransformationServicesHandler.lambda$loadTransformationServices$11(TransformationServicesHandler.java:131)
  81. at java.util.HashMap$Values.forEach(HashMap.java:981)
  82. at cpw.mods.modlauncher.TransformationServicesHandler.loadTransformationServices(TransformationServicesHandler.java:131)
  83. at cpw.mods.modlauncher.TransformationServicesHandler.initializeTransformationServices(TransformationServicesHandler.java:56)
  84. at cpw.mods.modlauncher.Launcher.run(Launcher.java:76)
  85. at cpw.mods.modlauncher.Launcher.main(Launcher.java:66)
  86. -- Affected level --
  87. Details:
  88. All players: 2 total; [class_746['srnyx'/270069, l='ClientWorld minecraft:overworld', x=-449.26, y=16.20, z=-959.46], class_745['nstell03'/4798, l='ClientWorld minecraft:overworld', x=-450.54, y=16.00, z=-957.49]]
  89. Chunk stats: Client Chunks (ImmPtl) 132
  90. Level dimension: minecraft:overworld
  91. Level spawn location: World: (23,69,175), Chunk: (at 7,4,15 in 1,10; contains blocks 16,0,160 to 31,255,175), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  92. Level time: 52289978 game time, 5125605 day time
  93. Server brand: Fabric/Gunpowder
  94. Server type: Non-integrated multiplayer server
  95. -- System Details --
  96. Details:
  97. Minecraft Version: 1.16.5
  98. Minecraft Version ID: 1.16.5
  99. Operating System: Windows 10 (amd64) version 10.0
  100. Java Version: 1.8.0_242, AdoptOpenJDK
  101. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode),
  102. Memory: 556376592 bytes (530 MB) / 2801270784 bytes (2671 MB) up to 5726797824 bytes (5461 MB)
  103. CPUs: 12
  104. JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6144m -Xms6144m -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms256m
  105. Suspected Mods: Architectury (architectury), Fabric Loader (fabricloader)
  106. Fabric Mods:
  107. adorn: Adorn 1.13.0+1.16.5
  108. advancements-enlarger: Advancements Enlarger 0.2.3
  109. adventurez: AdventureZ 1.2.2
  110. allure: Allure 1.2.8
  111. angerable-patch: Angerable Patch 1.1.0-1.16.4
  112. antighost: AntiGhost 1.16.5-fabric0.30.0-1.1.3
  113. appleskin: AppleSkin 1.0.11
  114. architectury: Architectury 1.10.138
  115. artifice: Artifice 0.14.6+1.16.5
  116. autoconfig1u: Auto Config v1 Updated 3.3.1
  117. autoconfigtoml: AutoConfig-TOML 1.0.0-fabric
  118. battletowers: Battle Towers 3.3.4-1.16.4
  119. betterend: Better End 0.9.1-pre
  120. betterpingdisplay: Better Ping Display 1.1
  121. biomemakeover: Biome Makeover 1.16.4-1.2.11
  122. blue_endless_jankson: jankson 1.2.0
  123. blur: Blur (Fabric) 2.1.0
  124. boostedbrightness: Boosted Brightness 1.2.1
  125. byg: BYG 1.1.7
  126. campanion: Campanion 1.3.5
  127. capes: Capes 1.1.1
  128. cardinal-components: Cardinal Components API 2.7.13
  129. cardinal-components-base: Cardinal Components API (base) 2.7.13
  130. cardinal-components-block: Cardinal Components API (blocks) 2.7.13
  131. cardinal-components-chunk: Cardinal Components API (chunks) 2.7.13
  132. cardinal-components-entity: Cardinal Components API (entities) 2.7.13
  133. cardinal-components-item: Cardinal Components API (items) 2.7.13
  134. cardinal-components-level: Cardinal Components API (world saves) 2.7.13
  135. cardinal-components-scoreboard: Cardinal Components API (scoreboard) 2.7.13
  136. cardinal-components-util: Cardinal Components API (utilities) 2.7.13
  137. cardinal-components-world: Cardinal Components API (worlds) 2.7.13
  138. carpet: Carpet Mod in Fabric 1.4.29
  139. carpet-extra: Carpet Extra 1.4.27
  140. carpet-tis-addition: Carpet TIS Addition 1.15.0
  141. cavebiomes: Cave Biomes 0.6.2
  142. chainmail: Chainmail 0.5.0
  143. chillager_mod: Chillager 1.1
  144. cinderscapes: Cinderscapes 1.3.3
  145. cleancut: CleanCut mc1.16-2.1-fabric
  146. clickthrough: ClickThrough 1.16.5-fabric0.30.0-0.4
  147. climbable: Climbable 0.2.0
  148. cloth-basic-math: Cloth Basic Math 0.5.1
  149. cloth-client-events-v0: Cloth Client Events v0 1.5.47
  150. cloth-config2: Cloth Config v4 4.11.15
  151. com_electronwill_night-config_core: core 3.6.3
  152. com_electronwill_night-config_toml: toml 3.6.3
  153. com_moandjiezana_toml_toml4j: toml4j 0.7.2
  154. controlling: Controlling For Fabric 1.1.2
  155. cotton-client-commands: Cotton Client Commands 1.0.1+1.16-rc1
  156. craftpresence: CraftPresence 1.7.6
  157. croptopia: Croptopia 1.3.1
  158. crowdin-translate: CrowdinTranslate 1.2
  159. cullleaves: Cull Leaves 2.1.0
  160. custom-fog: Custom Fog 1.4.0
  161. doorsofinfinity: Doors of Infinity 1.0.9-1.16.4
  162. dragonloot: DragonLoot 1.0.4
  163. dungeonsmod: Dungeons Mod Lite 1.16.5-1.0.0
  164. dynamicfps: Dynamic FPS 2.0.1
  165. earthtojavamobs: Earth2Java 1.6.1+1.16.4
  166. easiervillagertrading: EasierVillagerTrading 1.16.5-fabric0.30.0-1.5.4
  167. eggtab: Egg Tab 2.1.0+1.16-fabric
  168. eldritch_mobs: Eldritch Mobs 1.6.8
  169. expandedstorage: ExpandedStorage 5.6.33
  170. fabric: Fabric API 0.32.5+1.16
  171. fabric-api-base: Fabric API Base 0.2.1+9354966b7d
  172. fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.0.0+dc716ea17d
  173. fabric-biome-api-v1: Fabric Biome API (v1) 3.1.1+ca58154a7d
  174. fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.5+ca58154a7d
  175. fabric-command-api-v1: Fabric Command API (v1) 1.1.1+351679a77d
  176. fabric-commands-v0: Fabric Commands (v0) 0.2.2+ca58154a7d
  177. fabric-containers-v0: Fabric Containers (v0) 0.1.11+9354966b7d
  178. fabric-content-registries-v0: Fabric Content Registries (v0) 0.2.1+ca58154a7d
  179. fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.3+ca58154a7d
  180. fabric-dimensions-v1: fabric-dimensions-v1 2.0.6+9354966b7d
  181. fabric-entity-events-v1: Fabric Entity Events (v1) 1.0.3+ca58154a7d
  182. fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.2+ca58154a7d
  183. fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.1+ca58154a7d
  184. fabric-furnaces: Fabric Furnaces 1.3.3-1.16.4
  185. fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.6+ca58154a7d
  186. fabric-item-api-v1: Fabric Item API (v1) 1.2.1+ca58154a7d
  187. fabric-item-groups-v0: Fabric Item Groups (v0) 0.2.5+351679a77d
  188. fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.4+9354966b7d
  189. fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.1+ca58154a7d
  190. fabric-language-kotlin: Fabric Language Kotlin 1.5.0+kotlin.1.4.31
  191. fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 1.2.1+ca58154a7d
  192. fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.2+ca58154a7d
  193. fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.3+ca58154a7d
  194. fabric-models-v0: Fabric Models (v0) 0.2.1+ca58154a7d
  195. fabric-mumblelink-mod: MumbleLink 0.7.5
  196. fabric-networking-api-v1: Fabric Networking API (v1) 1.0.1+ca58154a7d
  197. fabric-networking-blockentity-v0: Fabric Networking Block Entity (v0) 0.2.8+ca58154a7d
  198. fabric-networking-v0: Fabric Networking (v0) 0.3.2+ca58154a7d
  199. fabric-object-builder-api-v1: Fabric Object Builder API (v1) 1.9.4+9354966b7d
  200. fabric-object-builders-v0: Fabric Object Builders (v0) 0.7.2+ca58154a7d
  201. fabric-particles-v1: Fabric Particles (v1) 0.2.4+ca58154a7d
  202. fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.7.4+ca58154a7d
  203. fabric-renderer-api-v1: Fabric Renderer API (v1) 0.4.1+ca58154a7d
  204. fabric-renderer-indigo: Fabric Renderer - Indigo 0.4.4+ca58154a7d
  205. fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 2.2.1+ca58154a7d
  206. fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.1.5+ca58154a7d
  207. fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.13+ca58154a7d
  208. fabric-rendering-v0: Fabric Rendering (v0) 1.1.2+ca58154a7d
  209. fabric-rendering-v1: Fabric Rendering (v1) 1.5.1+ca58154a7d
  210. fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.4.2+ca58154a7d
  211. fabric-screen-api-v1: Fabric Screen API (v1) 1.0.0+c045166c7d
  212. fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.1.5+9354966b7d
  213. fabric-structure-api-v1: Fabric Structure API (v1) 1.1.4+ca58154a7d
  214. fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 1.1.1+ca58154a7d
  215. fabric-textures-v0: Fabric Textures (v0) 1.0.6+ca58154a7d
  216. fabric-tool-attribute-api-v1: Fabric Tool Attribute API (v1) 1.2.6+ca58154a7d
  217. fabrication: Fabrication 1.3.4
  218. fabricloader: Fabric Loader 0.11.1
  219. fastbench: FastBench 2.3
  220. fguns: Flytre's Guns 3.1.0
  221. fiber: fiber 0.23.0-2
  222. flamingo_ooo: Flamingo, oh, oh, oh... 1.0.4-MC1.16.3-fabric
  223. flesh2leather: Flesh2Leather 1.0.2
  224. flytre_lib: FlytreLib 0.2.8
  225. gbfabrictools: GBfabrictools 1.3.2+1.16.4
  226. geckolib3: Geckolib 3.0.25
  227. gentlefawn: GentleFawn 1.1.4-MC1.16.5-fabric
  228. givemehats: Give Me Hats! 1.4.1
  229. hplus: Better Hoppers (Hopper+) 2.2.0
  230. hydrogen: Hydrogen 0.2
  231. imm_ptl_core: Immersive Portals Core 0.80
  232. immersive_portals: Immersive Portals 0.80
  233. indium: Indium 1.0.0
  234. inmis: Inmis 2.1.3-1.16.5
  235. inventory_control_tweaks: Inventory Control Tweaks 1.3+MC1.16.2-1.16.5
  236. inventorysorter: Inventory Sorter 1.7.8-1.16
  237. invisframes: Invisible Frames 2.0.1
  238. jankson: Jankson 3.0.1+j1.2.0
  239. java: OpenJDK 64-Bit Server VM 8
  240. jumploader: Jumploader 2.1.3
  241. kibe: Kibe 1.6.7-BETA
  242. kirin: Kirin UI 1.7-1.16.2
  243. krypton: Krypton 0.1.2
  244. kyrptconfig: Kytpt Config 1.1.6-1.16
  245. lambdynlights: LambDynamicLights 1.3.4+1.16
  246. lazydfu: LazyDFU 0.1.2
  247. libblockattributes_core: LibBlockAttributes (Core) 0.8.7
  248. libblockattributes_fluids: LibBlockAttributes (Fluids) 0.8.7
  249. libcd: LibCapableData 3.0.3+1.16.3
  250. libgui: LibGui 3.3.2+1.16.4
  251. libstructure: LibStructure 1.5
  252. lithium: Lithium 0.6.4
  253. magna: Magna 1.5.1-1.16.5
  254. malilib: MaLiLib 0.10.0-dev.21+arne.2
  255. maybe-data: Maybe data 1.0.0-1.16.2
  256. minecraft: Minecraft 1.16.5
  257. minihud: MiniHUD 0.19.0-dev.20201103.184029
  258. mm: Manningham Mills 2.1
  259. mo_glass: Mo Glass 1.5-MC1.16.5
  260. mobz: MobZ 2.4.6
  261. modmenu: Mod Menu 1.16.8
  262. mooblooms: Mooblooms 1.4.0
  263. multi_item_lib: Multi Item Lib 1.2.0
  264. netherite_plus: Netherite Plus Mod 1.4.2-1.16.5
  265. nofade: No Fade 1.16.5-1.0.1
  266. notenoughanimations: NotEnoughAnimations 1.2.1
  267. notenoughcrashes: Not Enough Crashes 3.1.8
  268. okzoomer: Ok Zoomer 4.0.1+1.16.2
  269. omega-config: OmegaConfig 1.0.2
  270. org_apache_httpcomponents_httpclient: httpclient 4.5.10
  271. org_apache_httpcomponents_httpcore: httpcore 4.4.12
  272. org_apache_httpcomponents_httpmime: httpmime 4.5.10
  273. org_aperlambda_lambdajcommon: lambdajcommon 1.8.1
  274. org_codehaus_groovy_groovy: groovy 3.0.3
  275. org_codehaus_groovy_groovy-jsr223: groovy-jsr223 3.0.3
  276. org_jetbrains_annotations: annotations 17.0.0
  277. org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.4.31
  278. org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.4.31
  279. org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.4.31
  280. org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.4.31
  281. org_jetbrains_kotlinx_kotlinx-coroutines-core: kotlinx-coroutines-core 1.3.7
  282. org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.4.2
  283. org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.4.2
  284. org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.1.0
  285. org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.1.0
  286. oro_config: OroArmor Config 2.0.0
  287. parakeetmod: The Parakeet Mod 1.16.3-1.0.6
  288. patchouli: Patchouli 1.16.4-50-FABRIC
  289. playerabilitylib: Pal 1.2.1
  290. polymorph: Polymorph 0.0.10-1.16.5
  291. presencefootsteps: Presence Footsteps r29+1.16.4
  292. pride: Pride Lib 1.0.0+1.16
  293. quickshulker: Quick Shulker 1.1.14-1.16
  294. randompatches: RandomPatches 2.4.5-fabric
  295. reach-entity-attributes: Reach Entity Attribute 1.0.1
  296. reauth: ReAuth 3.9.3
  297. reborncore: Reborn Core 4.7.2+build.132
  298. repurposed_structures: Repurposed Structures 1.16.5-1.9.0
  299. reroll: Reroll 1.2.0-1.16.5
  300. riverredux: River Redux 0.1.6
  301. roughlyenoughitems: Roughly Enough Items 5.11.188
  302. roughlyenoughitems-api: REI (API) 5.11.188
  303. roughlyenoughitems-default-plugin: REI (Default Plugin) 5.11.188
  304. roughlyenoughitems-runtime: REI (Runtime) 5.11.188
  305. roughlyenoughresources: Roughly Enough Resources 2.1.3
  306. satin: Satin 1.5.1
  307. shulkerutils: shulkerutils 1.0.1-1.16
  308. simpleplanes: simpleplanes 3.2.3
  309. skinswapper: Skin Swapper 2.0.2
  310. slight-gui-modifications: 'Slight' GUI Modifications 1.7.1
  311. slotlink: slotlink 2.2.0+1.16.4
  312. smoothboot: Smooth Boot 1.16.5-1.6.0
  313. sodium: Sodium 0.1.1
  314. sodium-extra: Sodium Extra 0.2.2
  315. spruceui: SpruceUI 2.0.4+1.16
  316. starlight: Starlight 0.0.3
  317. static-content: Static Content 1.0.2-1.16.2
  318. staticdata: Static Data 1.1.2
  319. structure-helpers: Structure Helpers 3.0.0
  320. tacocraft: TacoCraft 1.3.1+mc.1.16
  321. team_reborn_energy: Energy 0.1.1
  322. techreborn: Tech Reborn 3.8.2+build.220
  323. terraform-shapes-api-v1: Terraform Shapes API (v1) 1.0.1
  324. terraform-wood-api-v1: Terraform Wood API (v1) 1.0.1
  325. tinytweaks: TinyTweaks 1.2.3
  326. tk_valoeghese_zoesteriaconfig: ZoesteriaConfig 1.3.2
  327. transliterationlib: TRansliterationLib 1.0.3
  328. trinkets: Trinkets 2.6.7
  329. untitledduckmod: Untitled Duck Mod 0.1.1
  330. vanilla-hammers: Vanilla Hammers 3.0.2-1.16.5
  331. vanillaexcavators: Vanilla Excavators 1.1.0
  332. voyager: Voyager 1.0.0
  333. worldeditcui: WorldEditCUI 1.16.5+02
  334. wthit: wthit 2.5.2
  335. xaerobetterpvp: Better PVP Mod 21.4.3
  336. xaeroworldmap: Xaero's World Map 1.13.1
  337. yungsapi: YUNG's API 1.16.5-Fabric-2
  338. zoob: Monster Of The Ocean Depths 3.0.0
  339. Patchouli open book context: n/a
  340. Launched Version: 1.16.5
  341. Backend library: LWJGL version 3.2.2 build 10
  342. Backend API: GeForce GTX 1660 SUPER/PCIe/SSE2 GL version 4.6.0 NVIDIA 460.79, NVIDIA Corporation
  343. GL Caps: Using framebuffer using OpenGL 3.0
  344. Using VBOs: Yes
  345. Is Modded: Definitely; Client brand changed to 'fabric'
  346. Type: Client (map_client.txt)
  347. Graphics mode: fancy
  348. Resource Packs: vanilla, Fabric Mods, slightguimodifications:cts_textures, cullleaves/smartleaves, file/VanillaTweaks.zip
  349. Current Language: English (US)
  350. CPU: 12x AMD Ryzen 5 3600 6-Core Processor
  351. Client Crashes Since Restart: 1
  352. Integrated Server Crashes Since Restart: 0
Advertisement
Add Comment
Please, Sign In to add comment