1 | ---- Minecraft Crash Report ----
|
2 | |
3 |
|
4 | Time: 2025-02-01 17:34:42
|
5 | Description: mouseClicked event handler
|
6 |
|
7 | java.lang.RuntimeException: Mixin transformation of net.minecraft.class_528$class_4272 failed
|
8 | at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:427)
|
9 | at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323)
|
10 | at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218)
|
11 | at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
|
12 | at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
|
13 | at knot//net.minecraft.class_526.method_25426(class_526.java:51)
|
14 | at knot//net.minecraft.class_437.method_25423(class_437.java:308)
|
15 | at knot//net.minecraft.class_310.method_1507(class_310.java:1192)
|
16 | at knot//net.minecraft.class_442.method_19861(class_442.java:155)
|
17 | at knot//net.minecraft.class_4185.method_25306(class_4185.java:96)
|
18 | at knot//net.minecraft.class_4264.method_25348(class_4264.java:43)
|
19 | at knot//net.minecraft.class_339.method_25402(class_339.java:141)
|
20 | at knot//net.minecraft.class_4069.method_25402(class_4069.java:43)
|
21 | at knot//net.minecraft.class_442.method_25402(class_442.java:305)
|
22 | at knot//net.minecraft.class_312.mixinextras$bridge$method_25402$48(class_312.java)
|
23 | at knot//net.minecraft.class_312.wrapOperation$bai000$fabric-screen-api-v1$invokeMouseClickedEvents(class_312.java:1545)
|
24 | at knot//net.minecraft.class_312.method_1601(class_312.java:114)
|
25 | at knot//net.minecraft.class_312.method_22686(class_312.java:215)
|
26 | at knot//net.minecraft.class_1255.execute(class_1255.java:110)
|
27 | at knot//net.minecraft.class_312.method_22684(class_312.java:215)
|
28 | at knot//org.lwjgl.glfw.GLFWMouseButtonCallback$Container.invoke(GLFWMouseButtonCallback.java:81)
|
29 | at knot//com.moulberry.axiom.editor.CustomImGuiImplGlfw.mouseButtonCallback(CustomImGuiImplGlfw.java:221)
|
30 | at knot//org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
|
31 | at knot//org.lwjgl.system.JNI.invokeV(Native Method)
|
32 | at knot//org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3438)
|
33 | at knot//com.mojang.blaze3d.systems.RenderSystem.pollEvents(RenderSystem.java:149)
|
34 | at knot//com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:170)
|
35 | at knot//net.minecraft.class_1041.method_15998(class_1041.java:318)
|
36 | at knot//net.minecraft.class_310.method_1523(class_310.java:1361)
|
37 | at knot//net.minecraft.class_310.method_1514(class_310.java:922)
|
38 | at knot//net.minecraft.client.main.Main.main(Main.java:267)
|
39 | at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
|
40 | at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
41 | at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
42 | Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
|
43 | at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392)
|
44 | at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234)
|
45 | at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202)
|
46 | at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:422)
|
47 | ... 33 more
|
48 | Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Callback method fastquit$renderSavingTimeOnWorldList(Lnet/minecraft/class_332;IIIIIIIZFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V in fastquit.mixins.json:WorldListWidgetWorldEntryMixin from mod fastquit failed injection check, (0/1) succeeded. Scanned 0 target(s). Using refmap fastquit-refmap.json
|
49 | at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:531)
|
50 | at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1490)
|
51 | at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:752)
|
52 | at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:330)
|
53 | at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:246)
|
54 | at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:437)
|
55 | at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:418)
|
56 | at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
|
57 | ... 36 more
|
58 |
|
59 |
|
60 | A detailed walkthrough of the error, its code path and all known details is as follows:
|
61 | ---------------------------------------------------------------------------------------
|
62 |
|
63 | -- Head --
|
64 | Thread: Render thread
|
65 | Stacktrace:
|
66 | at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:427)
|
67 | at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323)
|
68 | at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218)
|
69 | at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
|
70 | at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
|
71 | at knot//net.minecraft.class_526.method_25426(class_526.java:51)
|
72 | at knot//net.minecraft.class_437.method_25423(class_437.java:308)
|
73 | at knot//net.minecraft.class_310.method_1507(class_310.java:1192)
|
74 | at knot//net.minecraft.class_442.method_19861(class_442.java:155)
|
75 | at knot//net.minecraft.class_4185.method_25306(class_4185.java:96)
|
76 | at knot//net.minecraft.class_4264.method_25348(class_4264.java:43)
|
77 | at knot//net.minecraft.class_339.method_25402(class_339.java:141)
|
78 | at knot//net.minecraft.class_4069.method_25402(class_4069.java:43)
|
79 | at knot//net.minecraft.class_442.method_25402(class_442.java:305)
|
80 | at knot//net.minecraft.class_312.mixinextras$bridge$method_25402$48(class_312.java)
|
81 | at knot//net.minecraft.class_312.wrapOperation$bai000$fabric-screen-api-v1$invokeMouseClickedEvents(class_312.java:1545)
|
82 | at knot//net.minecraft.class_312.method_1601(class_312.java:114)
|
83 | at knot//net.minecraft.class_312.method_22686(class_312.java:215)
|
84 | at knot//net.minecraft.class_1255.execute(class_1255.java:110)
|
85 | at knot//net.minecraft.class_312.method_22684(class_312.java:215)
|
86 | at knot//org.lwjgl.glfw.GLFWMouseButtonCallback$Container.invoke(GLFWMouseButtonCallback.java:81)
|
87 | at knot//com.moulberry.axiom.editor.CustomImGuiImplGlfw.mouseButtonCallback(CustomImGuiImplGlfw.java:221)
|
88 | at knot//org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
|
89 | at knot//org.lwjgl.system.JNI.invokeV(Native Method)
|
90 | at knot//org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3438)
|
91 | at knot//com.mojang.blaze3d.systems.RenderSystem.pollEvents(RenderSystem.java:149)
|
92 | at knot//com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:170)
|
93 |
|
94 | -- Affected screen --
|
95 | Details:
|
96 | Screen name: net.minecraft.class_442
|
97 | Stacktrace:
|
98 | at knot//net.minecraft.class_312.method_1601(class_312.java:114)
|
99 | at knot//net.minecraft.class_312.method_22686(class_312.java:215)
|
100 | at knot//net.minecraft.class_1255.execute(class_1255.java:110)
|
101 | at knot//net.minecraft.class_312.method_22684(class_312.java:215)
|
102 | at knot//org.lwjgl.glfw.GLFWMouseButtonCallback$Container.invoke(GLFWMouseButtonCallback.java:81)
|
103 | at knot//com.moulberry.axiom.editor.CustomImGuiImplGlfw.mouseButtonCallback(CustomImGuiImplGlfw.java:221)
|
104 | at knot//org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
|
105 | at knot//org.lwjgl.system.JNI.invokeV(Native Method)
|
106 | at knot//org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3438)
|
107 | at knot//com.mojang.blaze3d.systems.RenderSystem.pollEvents(RenderSystem.java:149)
|
108 | at knot//com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:170)
|
109 | at knot//net.minecraft.class_1041.method_15998(class_1041.java:318)
|
110 | at knot//net.minecraft.class_310.method_1523(class_310.java:1361)
|
111 | at knot//net.minecraft.class_310.method_1514(class_310.java:922)
|
112 | at knot//net.minecraft.client.main.Main.main(Main.java:267)
|
113 | at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
|
114 | at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
115 | at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
116 |
|
117 | -- Mouse --
|
118 | Details:
|
119 | Scaled X: 485.0
|
120 | Scaled Y: 181.1779744346116
|
121 | Button: 0
|
122 | Stacktrace:
|
123 | at knot//net.minecraft.class_312.method_1601(class_312.java:114)
|
124 | at knot//net.minecraft.class_312.method_22686(class_312.java:215)
|
125 | at knot//net.minecraft.class_1255.execute(class_1255.java:110)
|
126 | at knot//net.minecraft.class_312.method_22684(class_312.java:215)
|
127 | at knot//org.lwjgl.glfw.GLFWMouseButtonCallback$Container.invoke(GLFWMouseButtonCallback.java:81)
|
128 | at knot//com.moulberry.axiom.editor.CustomImGuiImplGlfw.mouseButtonCallback(CustomImGuiImplGlfw.java:221)
|
129 | at knot//org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
|
130 | at knot//org.lwjgl.system.JNI.invokeV(Native Method)
|
131 | at knot//org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3438)
|
132 | at knot//com.mojang.blaze3d.systems.RenderSystem.pollEvents(RenderSystem.java:149)
|
133 | at knot//com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:170)
|
134 | at knot//net.minecraft.class_1041.method_15998(class_1041.java:318)
|
135 | at knot//net.minecraft.class_310.method_1523(class_310.java:1361)
|
136 | at knot//net.minecraft.class_310.method_1514(class_310.java:922)
|
137 | at knot//net.minecraft.client.main.Main.main(Main.java:267)
|
138 | at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
|
139 | at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
140 | at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
141 |
|
142 | -- Uptime --
|
143 | Details:
|
144 | JVM uptime: 165.384s
|
145 | Wall uptime: 151.650s
|
146 | High-res time: 145.143s
|
147 | Client ticks: 2535 ticks / 126.750s
|
148 | Stacktrace:
|
149 | at knot//net.minecraft.class_310.method_1587(class_310.java:2371)
|
150 | at knot//net.minecraft.class_310.method_54580(class_310.java:991)
|
151 | at knot//net.minecraft.class_310.method_1514(class_310.java:943)
|
152 | at knot//net.minecraft.client.main.Main.main(Main.java:267)
|
153 | at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
|
154 | at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
155 | at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
156 |
|
157 | -- Last reload --
|
158 | Details:
|
159 | Reload number: 1
|
160 | Reload reason: initial
|
161 | Finished: Yes
|
162 | Packs: fabric, audaki_cart_engine, axiom, chunky, cloth-config, conditional-mixin, entityculling, 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-content-registries-v0, fabric-convention-tags-v1, fabric-convention-tags-v2, 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-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-loot-api-v3, fabric-message-api-v1, fabric-model-loading-api-v1, 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-rendering-data-attachment-v1, fabric-rendering-fluids-v1, 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-tag-api-v1, fabric-transfer-api-v1, fabric-transitive-access-wideners-v1, fabricloader, fastquit, forgeconfigapiport, immediatelyfast, iris, krypton, lithium, modmenu, moreculling, placeholder-api, rrls, sodium, world-host, worldedit, xaerominimap, xaeroworldmap, xaerozoomout, yet_another_config_lib_v3, vanilla, Essential Assets, essential
|
163 |
|
164 | -- System Details --
|
165 | Details:
|
166 | Minecraft Version: 1.21.4
|
167 | Minecraft Version ID: 1.21.4
|
168 | Operating System: Windows 10 (amd64) version 10.0
|
169 | Java Version: 21.0.3, Azul Systems, Inc.
|
170 | Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Azul Systems, Inc.
|
171 | Memory: 602849288 bytes (574 MiB) / 1434451968 bytes (1368 MiB) up to 13421772800 bytes (12800 MiB)
|
172 | CPUs: 12
|
173 | Processor Vendor: AuthenticAMD
|
174 | Processor Name: AMD Ryzen 5 2600X Six-Core Processor
|
175 | Identifier: AuthenticAMD Family 23 Model 8 Stepping 2
|
176 | Microarchitecture: Zen+
|
177 | Frequency (GHz): 3.59
|
178 | Number of physical packages: 1
|
179 | Number of physical CPUs: 6
|
180 | Number of logical CPUs: 12
|
181 | Graphics card #0 name: NVIDIA GeForce GTX 1660
|
182 | Graphics card #0 vendor: NVIDIA
|
183 | Graphics card #0 VRAM (MiB): 6144.00
|
184 | Graphics card #0 deviceId: VideoController1
|
185 | Graphics card #0 versionInfo: 32.0.15.5612
|
186 | Memory slot #0 capacity (MiB): 8192.00
|
187 | Memory slot #0 clockSpeed (GHz): 3.00
|
188 | Memory slot #0 type: DDR4
|
189 | Memory slot #1 capacity (MiB): 8192.00
|
190 | Memory slot #1 clockSpeed (GHz): 3.00
|
191 | Memory slot #1 type: DDR4
|
192 | Virtual memory max (MiB): 41035.18
|
193 | Virtual memory used (MiB): 26389.52
|
194 | Swap memory total (MiB): 24721.14
|
195 | Swap memory used (MiB): 2349.33
|
196 | Space in storage for jna.tmpdir (MiB): available: 769335.75, total: 1886666.88
|
197 | Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): available: 769335.75, total: 1886666.88
|
198 | Space in storage for io.netty.native.workdir (MiB): available: 769335.75, total: 1886666.88
|
199 | Space in storage for java.io.tmpdir (MiB): available: 769335.75, total: 1886666.88
|
200 | Space in storage for workdir (MiB): available: 769335.75, total: 1886666.88
|
201 | JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx12800M
|
202 | Fabric Mods:
|
203 | audaki_cart_engine: Audaki Cart Engine 4.2.0
|
204 | axiom: Axiom 4.4.0
|
205 | com_moulberry_axiomclientapi: axiomclientapi 1.0.0
|
206 | com_moulberry_mixinconstraints: mixinconstraints 1.0.1
|
207 | chunky: Chunky 1.4.27
|
208 | cloth-config: Cloth Config v17 17.0.144
|
209 | cloth-basic-math: cloth-basic-math 0.6.1
|
210 | elementa: Elementa 670
|
211 | entityculling: EntityCulling 1.7.2
|
212 | essential: Essential **.**.**.**
|
213 | essential-container: essential-container 1.0.0
|
214 | essential-loader: essential-loader 1.2.3
|
215 | fabric-api: Fabric API 0.115.1+1.21.4
|
216 | fabric-api-base: Fabric API Base 0.4.54+b47eab6b04
|
217 | fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.86+b1caf1e904
|
218 | fabric-biome-api-v1: Fabric Biome API (v1) 15.0.6+b1c29d8e04
|
219 | fabric-block-api-v1: Fabric Block API (v1) 1.0.31+7feeb73304
|
220 | fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.19+7feeb73304
|
221 | fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 2.0.8+7feeb73304
|
222 | fabric-client-tags-api-v1: Fabric Client Tags 1.1.29+20ea1e2304
|
223 | fabric-command-api-v1: Fabric Command API (v1) 1.2.62+f71b366f04
|
224 | fabric-command-api-v2: Fabric Command API (v2) 2.2.41+e496eb1504
|
225 | fabric-commands-v0: Fabric Commands (v0) 0.2.79+df3654b304
|
226 | fabric-content-registries-v0: Fabric Content Registries (v0) 9.1.17+7feeb73304
|
227 | fabric-convention-tags-v1: Fabric Convention Tags 2.1.15+7f945d5b04
|
228 | fabric-convention-tags-v2: Fabric Convention Tags (v2) 2.12.1+e359e31604
|
229 | fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.3.6+7feeb73304
|
230 | fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.5.2+2d7e411e04
|
231 | fabric-data-generation-api-v1: Fabric Data Generation API (v1) 22.2.9+20ea1e2304
|
232 | fabric-dimensions-v1: Fabric Dimensions API (v1) 4.0.10+7feeb73304
|
233 | fabric-entity-events-v1: Fabric Entity Events (v1) 2.0.13+1934821104
|
234 | fabric-events-interaction-v0: Fabric Events Interaction (v0) 4.0.3+a4eebcf004
|
235 | fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.63+7d48d43904
|
236 | fabric-item-api-v1: Fabric Item API (v1) 11.1.17+203e6b2304
|
237 | fabric-item-group-api-v1: Fabric Item Group API (v1) 4.1.26+9a56a7cd04
|
238 | fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.57+7d48d43904
|
239 | fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.55+df3654b304
|
240 | fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.5.4+bf2a60eb04
|
241 | fabric-loot-api-v2: Fabric Loot API (v2) 3.0.36+3f89f5a504
|
242 | fabric-loot-api-v3: Fabric Loot API (v3) 1.0.24+203e6b2304
|
243 | fabric-message-api-v1: Fabric Message API (v1) 6.0.25+7feeb73304
|
244 | fabric-model-loading-api-v1: Fabric Model Loading API (v1) 4.2.1+8041d50704
|
245 | fabric-networking-api-v1: Fabric Networking API (v1) 4.3.10+8998135104
|
246 | fabric-object-builder-api-v1: Fabric Object Builder API (v1) 18.0.11+7d48d43904
|
247 | fabric-particles-v1: Fabric Particles (v1) 4.0.14+7feeb73304
|
248 | fabric-recipe-api-v1: Fabric Recipe API (v1) 8.0.9+160b66fa04
|
249 | fabric-registry-sync-v0: Fabric Registry Sync (v0) 6.1.7+e359e31604
|
250 | fabric-renderer-api-v1: Fabric Renderer API (v1) 5.0.3+50f0feb204
|
251 | fabric-renderer-indigo: Fabric Renderer - Indigo 2.0.3+50f0feb204
|
252 | fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.57+73761d2e04
|
253 | fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.1.19+7feeb73304
|
254 | fabric-rendering-v1: Fabric Rendering (v1) 10.1.2+b874120c04
|
255 | fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 5.0.13+203e6b2304
|
256 | fabric-resource-loader-v0: Fabric Resource Loader (v0) 3.0.14+e359e31604
|
257 | fabric-screen-api-v1: Fabric Screen API (v1) 2.0.38+7feeb73304
|
258 | fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.114+7feeb73304
|
259 | fabric-sound-api-v1: Fabric Sound API (v1) 1.0.32+7feeb73304
|
260 | fabric-tag-api-v1: Fabric Tag API (v1) 1.0.5+7d48d43904
|
261 | fabric-transfer-api-v1: Fabric Transfer API (v1) 5.4.9+efa825c904
|
262 | fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 6.3.2+56e78b9b04
|
263 | fabric-language-kotlin: Fabric Language Kotlin 1.10.19+kotlin.1.9.23
|
264 | fabricloader: Fabric Loader 0.16.10
|
265 | mixinextras: MixinExtras 0.4.1
|
266 | fastquit: FastQuit 3.0.0+1.20.6
|
267 | ferritecore: FerriteCore 7.1.1
|
268 | forgeconfigapiport: Forge Config API Port 21.4.1
|
269 | com_electronwill_night-config_core: core 3.8.1
|
270 | com_electronwill_night-config_toml: toml 3.8.1
|
271 | immediatelyfast: ImmediatelyFast 1.3.4+1.21.4
|
272 | net_lenni0451_reflect: Reflect 1.3.4
|
273 | iris: Iris 1.8.5+mc1.21.4
|
274 | io_github_douira_glsl-transformer: glsl-transformer 2.0.1
|
275 | org_anarres_jcpp: jcpp 1.4.14
|
276 | org_antlr_antlr4-runtime: antlr4-runtime 4.13.1
|
277 | java: OpenJDK 64-Bit Server VM 21
|
278 | krypton: Krypton 0.2.8
|
279 | com_velocitypowered_velocity-native: velocity-native 3.3.0-SNAPSHOT
|
280 | ksyxis: Ksyxis 1.3.2
|
281 | lithium: Lithium 0.14.7+mc1.21.4
|
282 | minecraft: Minecraft 1.21.4
|
283 | modmenu: Mod Menu 13.0.1
|
284 | moreculling: More Culling 1.2.3
|
285 | conditional-mixin: conditional mixin 0.6.3
|
286 | mixinsquared: MixinSquared 0.2.0
|
287 | mr_2032_worldheight: 2032 World Height 1.1
|
288 | org_jetbrains_annotations: annotations 23.0.0
|
289 | org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.9.23
|
290 | org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.9.23
|
291 | org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.9.23
|
292 | org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.9.23
|
293 | org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.23.2
|
294 | org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.8.0
|
295 | org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.8.0
|
296 | org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.5.0
|
297 | org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.6.3
|
298 | org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.6.3
|
299 | org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.6.3
|
300 | placeholder-api: Placeholder API 2.5.2+1.21.3
|
301 | rrls: Remove Reloading Screen 5.1.0+mc1.21.4-fabric
|
302 | smoothscrollingrefurbished: Smooth Scrolling Refurbished 1.3.0+1.21.4
|
303 | sodium: Sodium 0.6.6+mc1.21.4
|
304 | streq: StrEq 1.0.5
|
305 | universalcraft: UniversalCraft 369
|
306 | vigilance: Vigilance 306
|
307 | world-host: World Host 0.5.1+1.21.4-fabric
|
308 | org_quiltmc_parsers_json: json 0.3.0
|
309 | org_semver4j_semver4j: semver4j 5.3.0
|
310 | worldedit: WorldEdit 7.3.10+7004-768a436
|
311 | xaerominimap: Xaero's Minimap 25.0.1
|
312 | xaeroworldmap: Xaero's World Map 1.39.3
|
313 | xaerozoomout: XaeroZoomout 2.0.0
|
314 | yet_another_config_lib_v3: YetAnotherConfigLib 3.6.2+1.21.4-fabric
|
315 | com_twelvemonkeys_common_common-image: common-image 3.12.0
|
316 | com_twelvemonkeys_common_common-io: common-io 3.12.0
|
317 | com_twelvemonkeys_common_common-lang: common-lang 3.12.0
|
318 | com_twelvemonkeys_imageio_imageio-core: imageio-core 3.12.0
|
319 | com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.12.0
|
320 | com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.12.0
|
321 | org_quiltmc_parsers_gson: gson 0.2.1
|
322 | Loaded Shaderpack: ComplementaryUnbound_r5.1.1.zip
|
323 | Profile: HIGH (+0 options changed by user)
|
324 | Launched Version: 1.21.4
|
325 | Launcher name: theseus
|
326 | Backend library: LWJGL version 3.3.3-snapshot
|
327 | Backend API: NVIDIA GeForce GTX 1660/PCIe/SSE2 GL version 3.2.0 NVIDIA 556.12, NVIDIA Corporation
|
328 | Window size: 1920x1017
|
329 | GFLW Platform: win32
|
330 | GL Caps: Using framebuffer using OpenGL 3.2
|
331 | GL debug messages:
|
332 | Is Modded: Definitely; Client brand changed to 'fabric'
|
333 | Universe: 400921fb54442d18
|
334 | Type: Client (map_client.txt)
|
335 | Graphics mode: fast
|
336 | Render Distance: 32/32 chunks
|
337 | Resource Packs: fabric, audaki_cart_engine, axiom, chunky, cloth-config, conditional-mixin, entityculling, essential (incompatible), 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-content-registries-v0, fabric-convention-tags-v1, fabric-convention-tags-v2, 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-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-loot-api-v3, fabric-message-api-v1, fabric-model-loading-api-v1, 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-rendering-data-attachment-v1, fabric-rendering-fluids-v1, 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-tag-api-v1, fabric-transfer-api-v1, fabric-transitive-access-wideners-v1, fabricloader, fastquit, forgeconfigapiport, immediatelyfast, iris, krypton, lithium, modmenu, moreculling, placeholder-api, rrls, sodium, world-host, worldedit (incompatible), xaerominimap (incompatible), xaeroworldmap (incompatible), xaerozoomout (incompatible), yet_another_config_lib_v3 (incompatible), vanilla
|
338 | Current Language: en_us
|
339 | Locale: en_US
|
340 | System encoding: Cp1252
|
341 | File encoding: UTF-8
|
342 | CPU: 12x AMD Ryzen 5 2600X Six-Core Processor
|
343 |
|