Fabric 1.20.4 Crash Report

#tInclOF
340 lines
Raw
Analysis
Minecraft version:
1.20.4
Java version:
17.0.8
Fabric loader version:
0.15.9
1---- Minecraft Crash Report ----
2// Surprise! Haha. Well, this is awkward.
3
4Time: 2024-07-25 20:23:33
5Description: Unexpected error
6
7com.google.gson.JsonParseException: This value needs to be parsed as component
8 at net.minecraft.util.Util.getResult(Util.java:1005)
9 at net.minecraft.text.Text$Serialization.toJson(class_2561.java:163)
10 at net.minecraft.text.Text$Serialization.toJsonTree(class_2561.java:173)
11 at obro1961.chatpatches.chatlog.ChatLog.lambda$static$0(ChatLog.java:35)
12 at com.google.gson.internal.bind.TreeTypeAdapter.write(TreeTypeAdapter.java:88)
13 at com.google.gson.internal.bind.TreeTypeAdapter.write(TreeTypeAdapter.java:81)
14 at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.write(TypeAdapterRuntimeTypeWrapper.java:70)
15 at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.write(CollectionTypeAdapterFactory.java:97)
16 at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.write(CollectionTypeAdapterFactory.java:61)
17 at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.write(TypeAdapterRuntimeTypeWrapper.java:70)
18 at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.write(ReflectiveTypeAdapterFactory.java:196)
19 at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.write(ReflectiveTypeAdapterFactory.java:368)
20 at com.google.gson.Gson.toJson(Gson.java:842)
21 at com.google.gson.Gson.toJson(Gson.java:812)
22 at com.google.gson.Gson.toJson(Gson.java:759)
23 at obro1961.chatpatches.chatlog.ChatLog.serialize(ChatLog.java:162)
24 at obro1961.chatpatches.ChatPatches.lambda$onInitializeClient$2(ChatPatches.java:48)
25 at net.fabricmc.fabric.api.client.screen.v1.ScreenEvents.lambda$static$2(ScreenEvents.java:101)
26 at net.minecraft.client.gui.screen.Screen.afterInit(Screen.java:1809)
27 at net.minecraft.client.gui.screen.Screen.handler$bha000$fabric-screen-api-v1$afterInitScreen(Screen.java:1762)
28 at net.minecraft.client.gui.screen.Screen.init(Screen.java:306)
29 at net.minecraft.client.MinecraftClient.setScreen(MinecraftClient.java:1187)
30 at net.minecraft.client.MinecraftClient.openGameMenu(MinecraftClient.java:1779)
31 at net.minecraft.client.Keyboard.onKey(Keyboard.java:444)
32 at net.minecraft.client.Keyboard.method_22678(Keyboard.java:492)
33 at net.minecraft.util.thread.ThreadExecutor.execute(ThreadExecutor.java:102)
34 at net.minecraft.client.Keyboard.method_22676(Keyboard.java:492)
35 at org.lwjgl.glfw.GLFWKeyCallbackI.callback(GLFWKeyCallbackI.java:44)
36 at org.lwjgl.system.JNI.invokeV(Native Method)
37 at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3438)
38 at com.mojang.blaze3d.systems.RenderSystem.pollEvents(RenderSystem.java:202)
39 at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:220)
40 at net.minecraft.client.util.Window.swapBuffers(Window.java:287)
41 at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1349)
42 at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:888)
43 at net.minecraft.client.main.Main.main(Main.java:265)
44 at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
45 at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
46 at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
47
48
49A detailed walkthrough of the error, its code path and all known details is as follows:
50---------------------------------------------------------------------------------------
51
52-- Head --
53Thread: Render thread
54Stacktrace:
55 at net.minecraft.util.Util.getResult(Util.java:1005)
56 at net.minecraft.text.Text$Serialization.toJson(class_2561.java:163)
57 at net.minecraft.text.Text$Serialization.toJsonTree(class_2561.java:173)
58 at obro1961.chatpatches.chatlog.ChatLog.lambda$static$0(ChatLog.java:35)
59 at com.google.gson.internal.bind.TreeTypeAdapter.write(TreeTypeAdapter.java:88)
60 at com.google.gson.internal.bind.TreeTypeAdapter.write(TreeTypeAdapter.java:81)
61 at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.write(TypeAdapterRuntimeTypeWrapper.java:70)
62 at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.write(CollectionTypeAdapterFactory.java:97)
63 at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.write(CollectionTypeAdapterFactory.java:61)
64 at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.write(TypeAdapterRuntimeTypeWrapper.java:70)
65 at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.write(ReflectiveTypeAdapterFactory.java:196)
66 at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.write(ReflectiveTypeAdapterFactory.java:368)
67 at com.google.gson.Gson.toJson(Gson.java:842)
68 at com.google.gson.Gson.toJson(Gson.java:812)
69 at com.google.gson.Gson.toJson(Gson.java:759)
70 at obro1961.chatpatches.chatlog.ChatLog.serialize(ChatLog.java:162)
71 at obro1961.chatpatches.ChatPatches.lambda$onInitializeClient$2(ChatPatches.java:48)
72 at net.fabricmc.fabric.api.client.screen.v1.ScreenEvents.lambda$static$2(ScreenEvents.java:101)
73 at net.minecraft.client.gui.screen.Screen.afterInit(Screen.java:1809)
74 at net.minecraft.client.gui.screen.Screen.handler$bha000$fabric-screen-api-v1$afterInitScreen(Screen.java:1762)
75 at net.minecraft.client.gui.screen.Screen.init(Screen.java:306)
76 at net.minecraft.client.MinecraftClient.setScreen(MinecraftClient.java:1187)
77 at net.minecraft.client.MinecraftClient.openGameMenu(MinecraftClient.java:1779)
78 at net.minecraft.client.Keyboard.onKey(Keyboard.java:444)
79 at net.minecraft.client.Keyboard.method_22678(Keyboard.java:492)
80 at net.minecraft.util.thread.ThreadExecutor.execute(ThreadExecutor.java:102)
81 at net.minecraft.client.Keyboard.method_22676(Keyboard.java:492)
82 at org.lwjgl.glfw.GLFWKeyCallbackI.callback(GLFWKeyCallbackI.java:44)
83 at org.lwjgl.system.JNI.invokeV(Native Method)
84 at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3438)
85 at com.mojang.blaze3d.systems.RenderSystem.pollEvents(RenderSystem.java:202)
86 at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:220)
87
88-- Uptime --
89Details:
90 JVM uptime: 53.193s
91 Wall uptime: 42.548s
92 High-res time: 35.347s
93 Client ticks: 539 ticks / 26.950s
94Stacktrace:
95 at net.minecraft.client.MinecraftClient.addDetailsToCrashReport(MinecraftClient.java:2564)
96 at net.minecraft.client.MinecraftClient.printCrashReport(MinecraftClient.java:995)
97 at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:911)
98 at net.minecraft.client.main.Main.main(Main.java:265)
99 at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
100 at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
101 at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
102
103-- Affected level --
104Details:
105 All players: 2 total; [class_746['howaxyz'/1827492, l='ClientLevel', x=6526.31, y=74.18, z=6416.39], class_745['pEdracord'/1797694, l='ClientLevel', x=6483.45, y=72.50, z=6387.61]]
106 Chunk stats: 1024, 297
107 Level dimension: minecraft:overworld
108 Level spawn location: World: (0,66,0), Section: (at 0,2,0 in 0,4,0; chunk contains blocks 0,-64,0 to 15,319,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
109 Level time: 175392710 game time, 142446132 day time
110 Server brand: Paper (Velocity)
111 Server type: Non-integrated multiplayer server
112 Tracked entity count: 30
113
114-- Last reload --
115Details:
116 Reload number: 1
117 Reload reason: initial
118 Finished: Yes
119 Packs: vanilla, fabric, advanced_runtime_resource_pack, advancementplaques, appleskin, autoclicker-fabric, autowalk, betterf3, betterpingdisplay, brb, building-shift, calcmod, capes, centered-crosshair, chat_heads, chatanimation, chatpatches, citresewn, citresewn-defaults, clickthrough, cloth-config, conditional-mixin, continuity, easiervillagertrading, eatinganimationid, emotecraft, enhancedblockentities, essential, essential-container, essential-loader, fabric-api, fabric-api-base, fabric-api-lookup-api-v1, fabric-biome-api-v1, fabric-block-api-v1, fabric-block-view-api-v2, fabric-blockrenderlayer-v1, fabric-client-tags-api-v1, fabric-command-api-v1, fabric-command-api-v2, fabric-commands-v0, fabric-containers-v0, fabric-content-registries-v0, fabric-convention-tags-v1, fabric-crash-report-info-v1, fabric-data-attachment-api-v1, fabric-data-generation-api-v1, fabric-dimensions-v1, fabric-entity-events-v1, fabric-events-interaction-v0, fabric-events-lifecycle-v0, fabric-game-rule-api-v1, fabric-item-api-v1, fabric-item-group-api-v1, fabric-key-binding-api-v1, fabric-keybindings-v0, fabric-language-kotlin, fabric-lifecycle-events-v1, fabric-loot-api-v2, fabric-message-api-v1, fabric-mining-level-api-v1, fabric-model-loading-api-v1, fabric-models-v0, fabric-networking-api-v1, fabric-object-builder-api-v1, fabric-particles-v1, fabric-recipe-api-v1, fabric-registry-sync-v0, fabric-renderer-api-v1, fabric-renderer-indigo, fabric-renderer-registries-v1, fabric-rendering-data-attachment-v1, fabric-rendering-fluids-v1, fabric-rendering-v0, fabric-rendering-v1, fabric-resource-conditions-api-v1, fabric-resource-loader-v0, fabric-screen-api-v1, fabric-screen-handler-api-v1, fabric-sound-api-v1, fabric-transfer-api-v1, fabric-transitive-access-wideners-v1, fabricloader, forgeconfigapiport, gbfabrictools, indium, iris, itemscroller, jankson, krypton, lambdynlights, libgui, libipn, litematica, lithium, malilib, modmenu, moreculling, notenoughanimations, nvidium, perspectivemod, plasmovoice, playeranimator, pride, rprenames, shulkerboxtooltip, skinlayers3d, sodium, sounds, spruceui, statuseffecttimer, stendhal, tweakeroo, waveycapes, worldedit, xaerominimap, yet_another_config_lib_v3, zoomify, file/3D Default 1.20 v1.9.0.zip, file/Icons_SPm.zip, file/crops-3d.zip, file/Visual-Enchantment-Books-1.20.4-v1.2.zip, file/lower_fire_1.20.3-4.zip, file/Islana's Armor Accessories 1-19 Full.zip, file/Brewing Guide 1.20.zip, file/lower_shield_1.14-1.20.4.zip, continuity:default, continuity:glass_pane_culling_fix, file/§dEuphorium5.2.1.zip, essential
120
121-- System Details --
122Details:
123 Minecraft Version: 1.20.4
124 Minecraft Version ID: 1.20.4
125 Operating System: Windows 10 (amd64) version 10.0
126 Java Version: 17.0.8, Microsoft
127 Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
128 Memory: 2450445432 bytes (2336 MiB) / 5100273664 bytes (4864 MiB) up to 8589934592 bytes (8192 MiB)
129 CPUs: 12
130 Processor Vendor: GenuineIntel
131 Processor Name: 12th Gen Intel(R) Core(TM) i5-12400F
132 Identifier: Intel64 Family 6 Model 151 Stepping 5
133 Microarchitecture: Alder Lake
134 Frequency (GHz): 2.50
135 Number of physical packages: 1
136 Number of physical CPUs: 6
137 Number of logical CPUs: 12
138 Graphics card #0 name: NVIDIA GeForce RTX 2060 SUPER
139 Graphics card #0 vendor: NVIDIA (0x10de)
140 Graphics card #0 VRAM (MB): 4095.00
141 Graphics card #0 deviceId: 0x1f06
142 Graphics card #0 versionInfo: DriverVersion=31.0.15.3623
143 Memory slot #0 capacity (MB): 16384.00
144 Memory slot #0 clockSpeed (GHz): 2.40
145 Memory slot #0 type: DDR4
146 Memory slot #1 capacity (MB): 16384.00
147 Memory slot #1 clockSpeed (GHz): 2.40
148 Memory slot #1 type: DDR4
149 Virtual memory max (MB): 40739.26
150 Virtual memory used (MB): 20497.20
151 Swap memory total (MB): 8139.54
152 Swap memory used (MB): 85.79
153 JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx8G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
154 Fabric Mods:
155 advancementplaques: Advancement Plaques 1.5.1
156 appleskin: AppleSkin 2.5.1+mc1.20.3
157 architectury: Architectury 11.1.17
158 autoclicker-fabric: Auto Clicker 84.0.0
159 autowalk: Autowalk 0.1
160 betterf3: BetterF3 9.0.2
161 betterpingdisplay: Better Ping Display 1.1.1
162 brb: Better Recipe Book 1.10.0+1.20.4
163 building-shift: Building Shift 1.1.0
164 calcmod: CalcMod fabric-1.20.2-1.3.1
165 clientarguments: clientarguments 1.6
166 org_mariuszgromada_math_mathparser_org-mxparser: MathParser.org-mXparser 5.0.6
167 capes: Capes 1.5.3+1.20.2
168 centered-crosshair: Centered Crosshair 1.0.6
169 chat_heads: Chat Heads 0.10.32
170 chatanimation: ChatAnimation 1.0.5
171 chatpatches: Chat Patches 204.6.5
172 citresewn: CIT Resewn 1.1.4+1.20.4
173 citresewn-defaults: CIT Resewn: Defaults 1.1.4+1.20.4
174 clickthrough: ClickThrough 1.20.4-fabric0.91.2-0.4.1
175 crowdin-translate: CrowdinTranslate 1.4+1.19.3
176 gbfabrictools: GBfabrictools 1.4+1.20
177 continuity: Continuity 3.0.0-beta.4+1.20.2
178 easiervillagertrading: EasierVillagerTrading 1.20.4-fabric0.91.2-1.5.4
179 eatinganimationid: Eating Animation 1.20+1.9.61
180 elementa: Elementa 629
181 emotecraft: Emotecraft 2.4.0-a.f140890e
182 bendy-lib: Bendy api 4.1.0
183 playeranimator: Player Animator 1.0.2-rc1+1.20.4
184 enhancedblockentities: Enhanced Block Entities 0.9.1+1.20.2
185 advanced_runtime_resource_pack: Runtime Resource Pack 0.8.0
186 spruceui: SpruceUI 5.0.3+1.20.2
187 essential: Essential **.**.**.**+g88238d7752
188 essential-container: essential-container 1.0.0
189 essential-loader: essential-loader 1.2.1
190 fabric-api: Fabric API 0.97.0+1.20.4
191 fabric-api-base: Fabric API Base 0.4.37+78d798af4f
192 fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.50+82b1bb3e4f
193 fabric-biome-api-v1: Fabric Biome API (v1) 13.0.17+78d798af4f
194 fabric-block-api-v1: Fabric Block API (v1) 1.0.17+3e2216cb4f
195 fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.5+78d798af4f
196 fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.47+78d798af4f
197 fabric-client-tags-api-v1: Fabric Client Tags 1.1.8+78d798af4f
198 fabric-command-api-v1: Fabric Command API (v1) 1.2.42+f71b366f4f
199 fabric-command-api-v2: Fabric Command API (v2) 2.2.21+78d798af4f
200 fabric-commands-v0: Fabric Commands (v0) 0.2.59+df3654b34f
201 fabric-containers-v0: Fabric Containers (v0) 0.1.87+df3654b34f
202 fabric-content-registries-v0: Fabric Content Registries (v0) 5.0.16+78d798af4f
203 fabric-convention-tags-v1: Fabric Convention Tags 1.5.11+78d798af4f
204 fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.24+78d798af4f
205 fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.1.5+b90db5744f
206 fabric-data-generation-api-v1: Fabric Data Generation API (v1) 13.2.5+5c0133444f
207 fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.62+78d798af4f
208 fabric-entity-events-v1: Fabric Entity Events (v1) 1.6.2+09fc25014f
209 fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.7.2+389931eb4f
210 fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.75+df3654b34f
211 fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.47+78d798af4f
212 fabric-item-api-v1: Fabric Item API (v1) 2.3.0+bcdd12964f
213 fabric-item-group-api-v1: Fabric Item Group API (v1) 4.0.27+ee30b13a4f
214 fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.42+78d798af4f
215 fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.40+df3654b34f
216 fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.3.1+a67ffb5d4f
217 fabric-loot-api-v2: Fabric Loot API (v2) 2.1.10+78d798af4f
218 fabric-message-api-v1: Fabric Message API (v1) 6.0.6+78d798af4f
219 fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.66+78d798af4f
220 fabric-model-loading-api-v1: Fabric Model Loading API (v1) 1.0.9+78d798af4f
221 fabric-models-v0: Fabric Models (v0) 0.4.8+9386d8a74f
222 fabric-networking-api-v1: Fabric Networking API (v1) 3.1.8+2e5ac5484f
223 fabric-object-builder-api-v1: Fabric Object Builder API (v1) 13.1.0+dba1195c4f
224 fabric-particles-v1: Fabric Particles (v1) 1.1.8+78d798af4f
225 fabric-recipe-api-v1: Fabric Recipe API (v1) 2.0.21+78d798af4f
226 fabric-registry-sync-v0: Fabric Registry Sync (v0) 4.0.20+ee30b13a4f
227 fabric-renderer-api-v1: Fabric Renderer API (v1) 3.2.5+78d798af4f
228 fabric-renderer-indigo: Fabric Renderer - Indigo 1.5.5+78d798af4f
229 fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.54+df3654b34f
230 fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.43+73761d2e4f
231 fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.1.2+e761c6694f
232 fabric-rendering-v0: Fabric Rendering (v0) 1.1.57+df3654b34f
233 fabric-rendering-v1: Fabric Rendering (v1) 3.2.1+6fd945a04f
234 fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.3.15+78d798af4f
235 fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.11.21+ee30b13a4f
236 fabric-screen-api-v1: Fabric Screen API (v1) 2.0.18+78d798af4f
237 fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.56+78d798af4f
238 fabric-sound-api-v1: Fabric Sound API (v1) 1.0.18+78d798af4f
239 fabric-transfer-api-v1: Fabric Transfer API (v1) 4.0.12+90f2d7b14f
240 fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 5.0.15+78d798af4f
241 fabric-language-kotlin: Fabric Language Kotlin 1.10.19+kotlin.1.9.23
242 org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.9.23
243 org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.9.23
244 org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.9.23
245 org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.9.23
246 org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.23.2
247 org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.8.0
248 org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.8.0
249 org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.5.0
250 org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.6.3
251 org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.6.3
252 org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.6.3
253 fabricloader: Fabric Loader 0.15.9
254 mixinextras: MixinExtras 0.3.5
255 forgeconfigapiport: Forge Config API Port 20.4.3
256 com_electronwill_night-config_core: core 3.6.6
257 com_electronwill_night-config_toml: toml 3.6.6
258 iceberg: Iceberg 1.1.18
259 indium: Indium 1.0.30+mc1.20.4
260 iris: Iris 1.6.17
261 io_github_douira_glsl-transformer: glsl-transformer 2.0.0-pre13
262 org_anarres_jcpp: jcpp 1.4.14
263 org_antlr_antlr4-runtime: antlr4-runtime 4.11.1
264 itemscroller: Item Scroller 0.22.0
265 java: OpenJDK 64-Bit Server VM 17
266 krypton: Krypton 0.2.6
267 com_velocitypowered_velocity-native: velocity-native 3.2.0-SNAPSHOT
268 lambdynlights: LambDynamicLights 2.3.4+1.20.4
269 pride: Pride Lib 1.2.0+1.19.4
270 libipn: libIPN 4.0.2
271 litematica: Litematica 0.17.2
272 lithium: Lithium 0.12.1
273 malilib: MaLiLib 0.18.1
274 minecraft: Minecraft 1.20.4
275 modelfix: Model Gap Fix 1.14
276 modmenu: Mod Menu 9.1.0-beta.1
277 moreculling: More Culling 1.20.4-0.23.1
278 conditional-mixin: conditional mixin 0.3.2
279 mixinsquared: MixinSquared 0.1.1
280 mru: Mineblock's Repeated Utilities 0.4.0+1.20.4
281 notenoughanimations: NotEnoughAnimations 1.7.1
282 nvidium: Nvidium 0.2.6-beta
283 org_jetbrains_annotations: annotations 13.0
284 perspectivemod: Perspective Mod Redux 0.0.5_01
285 plasmovoice: Plasmo Voice 2.0.8
286 aopalliance_aopalliance: aopalliance 1.0
287 com_google_inject_guice: guice 5.0.1
288 fabric-permissions-api-v0: fabric-permissions-api 0.2-SNAPSHOT
289 javax_inject_javax_inject: javax.inject 1
290 rprenames: RP Renames 0.8.2
291 shulkerboxtooltip: Shulker Box Tooltip 4.0.8+1.20.4
292 cloth-config: Cloth Config v13 13.0.121
293 cloth-basic-math: cloth-basic-math 0.6.1
294 skinlayers3d: 3d-Skin-Layers 1.6.2
295 sodium: Sodium 0.5.8+mc1.20.4
296 sounds: Sounds 0.7.0+1.20.4
297 statuseffecttimer: Status Effect Timer 1.2.0+1.20
298 stendhal: Stendhal 1.4.1-1.20.2
299 libgui: LibGui 9.0.0+1.20.2
300 jankson: Jankson 6.0.0+j1.2.3
301 blue_endless_jankson: jankson 1.2.3
302 libninepatch: LibNinePatch 1.2.0
303 tweakeroo: Tweakeroo 0.19.2
304 universalcraft: UniversalCraft 323
305 vigilance: Vigilance 295
306 waveycapes: WaveyCapes 1.4.6
307 worldedit: WorldEdit 7.3.0+6678-55745ad
308 xaerominimap: Xaero's Minimap 24.1.1
309 yet_another_config_lib_v3: YetAnotherConfigLib 3.3.2+1.20.4
310 com_twelvemonkeys_common_common-image: common-image 3.10.0
311 com_twelvemonkeys_common_common-io: common-io 3.10.0
312 com_twelvemonkeys_common_common-lang: common-lang 3.10.0
313 com_twelvemonkeys_imageio_imageio-core: imageio-core 3.10.0
314 com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.10.0
315 com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.10.0
316 org_quiltmc_parsers_gson: gson 0.2.1
317 org_quiltmc_parsers_json: json 0.2.1
318 zoomify: Zoomify 2.13.2
319 com_akuleshov7_ktoml-core-jvm: ktoml-core-jvm 0.5.1
320 dev_isxander_settxi_settxi-core: settxi-core 2.10.6
321 dev_isxander_settxi_settxi-kotlinx-serialization: settxi-kotlinx-serialization 2.10.6
322 Loaded Shaderpack: (off)
323 Launched Version: fabric-loader-0.15.9-1.20.4
324 Launcher name: minecraft-launcher
325 Backend library: LWJGL version 3.3.2-snapshot
326 Backend API: NVIDIA GeForce RTX 2060 SUPER/PCIe/SSE2 GL version 3.2.0 NVIDIA 536.23, NVIDIA Corporation
327 Window size: 1920x1017
328 GL Caps: Using framebuffer using OpenGL 3.2
329 GL debug messages:
330 Using VBOs: Yes
331 Is Modded: Definitely; Client brand changed to 'fabric'
332 Universe: 400921fb54442d18
333 Type: Client (map_client.txt)
334 Graphics mode: fancy
335 Render Distance: 8/8 chunks
336 Resource Packs: vanilla, fabric, file/3D Default 1.20 v1.9.0.zip, file/Icons_SPm.zip, file/crops-3d.zip (incompatible), file/Visual-Enchantment-Books-1.20.4-v1.2.zip, file/lower_fire_1.20.3-4.zip, file/Islana's Armor Accessories 1-19 Full.zip (incompatible), file/Brewing Guide 1.20.zip (incompatible), file/lower_shield_1.14-1.20.4.zip, continuity:default (incompatible), continuity:glass_pane_culling_fix (incompatible), file/§dEuphorium5.2.1.zip (incompatible), advanced_runtime_resource_pack, appleskin (incompatible), autoclicker-fabric, autowalk, betterf3, betterpingdisplay, brb, building-shift, capes, centered-crosshair, chat_heads, chatanimation, citresewn, citresewn-defaults, clickthrough, cloth-config, conditional-mixin, continuity, easiervillagertrading, eatinganimationid, emotecraft, enhancedblockentities, gbfabrictools, indium, iris, itemscroller, jankson, krypton, lambdynlights, libgui, libipn, litematica, lithium, malilib, moreculling, notenoughanimations, nvidium, perspectivemod (incompatible), plasmovoice, playeranimator, pride, rprenames, shulkerboxtooltip, skinlayers3d, sodium, sounds, spruceui, statuseffecttimer, stendhal, tweakeroo (incompatible), waveycapes, worldedit (incompatible), xaerominimap (incompatible), zoomify, sodium_programmer_art, spruceui_high_contrast
337 Current Language: ru_rt
338 Locale: ru_RU
339 CPU: 12x 12th Gen Intel(R) Core(TM) i5-12400F
340
This log will be saved for 90 days from their last view.
Report abuse