Vanilla 1.21.5 Crash Report

#kxerxAD
503 lines
Raw
Analysis
Minecraft version:
1.21.5
Java version:
21.0.7
1---- Minecraft Crash Report ----
2// Why did you do that?
3
4Time: 2025-08-06 18:22:26
5Description: Bootstrap
6
7java.lang.BootstrapMethodError: java.lang.RuntimeException: Mixin transformation of net.minecraft.class_1706 failed
8 at knot//net.minecraft.class_2246.<clinit>(class_2246.java:598)
9 at knot//net.minecraft.class_2358.method_10199(class_2358.java:331)
10 at knot//net.minecraft.class_2966.method_12851(class_2966.java:55)
11 at knot//net.minecraft.client.main.Main.main(Main.java:139)
12 at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
13 at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
14 at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
15Caused by: java.lang.RuntimeException: Mixin transformation of net.minecraft.class_1706 failed
16 at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:427)
17 at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323)
18 at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218)
19 at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
20 at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
21 ... 7 more
22Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
23 at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392)
24 at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234)
25 at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202)
26 at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:422)
27 ... 11 more
28Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Callback method onAnvilUpdate(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/class_1799;Lnet/minecraft/class_1799;I)V in mixins.easydisenchanting.json:AnvilMenuMixin from mod easydisenchanting failed injection check, (0/1) succeeded. Scanned 0 target(s). Using refmap easydisenchanting-fabric-1.21.5-fabric-refmap.json
29 at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:531)
30 at knot//com.llamalad7.mixinextras.wrapper.InjectorWrapperImpl.doPostInject(InjectorWrapperImpl.java:88)
31 at knot//com.llamalad7.mixinextras.sugar.impl.SugarWrapperImpl.doPostInject(SugarWrapperImpl.java:88)
32 at knot//com.llamalad7.mixinextras.wrapper.WrapperInjectionInfo.postInject(WrapperInjectionInfo.java:85)
33 at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1490)
34 at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:752)
35 at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:330)
36 at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:246)
37 at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:437)
38 at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:418)
39 at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
40 ... 14 more
41 Suppressed: com.llamalad7.mixinextras.sugar.impl.SugarApplicationException: Failed to validate sugar @Local(name = "itemStack") class_1799 on method onAnvilUpdate(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mixin mixins.easydisenchanting.json:AnvilMenuMixin from mod easydisenchanting in target method net/minecraft/class_1706::method_24928()V at instruction InjectionNode[[L413143636]]
42 at knot//com.llamalad7.mixinextras.sugar.impl.SugarInjector.validateApplicators(SugarInjector.java:183)
43 at knot//com.llamalad7.mixinextras.sugar.impl.SugarInjector.prepareSugar(SugarInjector.java:161)
44 at knot//com.llamalad7.mixinextras.sugar.impl.SugarWrapperImpl.prepare(SugarWrapperImpl.java:71)
45 at knot//com.llamalad7.mixinextras.wrapper.WrapperInjectionInfo.prepare(WrapperInjectionInfo.java:64)
46 at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1407)
47 at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:731)
48 at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:315)
49 ... 18 more
50 Caused by: com.llamalad7.mixinextras.sugar.impl.SugarApplicationException: Unable to find matching local!
51 at knot//com.llamalad7.mixinextras.sugar.impl.LocalSugarApplicator.validate(LocalSugarApplicator.java:44)
52 at knot//com.llamalad7.mixinextras.sugar.impl.SugarInjector.validateApplicators(SugarInjector.java:179)
53 ... 24 more
54
55
56A detailed walkthrough of the error, its code path and all known details is as follows:
57---------------------------------------------------------------------------------------
58
59-- Head --
60Thread: main
61Stacktrace:
62 at knot//net.minecraft.class_2246.<clinit>(class_2246.java:598)
63 at knot//net.minecraft.class_2358.method_10199(class_2358.java:331)
64 at knot//net.minecraft.class_2966.method_12851(class_2966.java:55)
65
66-- Initialization --
67Details:
68 Modules:
69 ADVAPI32.dll:Erweiterte Windows 32 Base-API:10.0.26100.2308 (WinBuild.160101.0800):Microsoft Corporation
70 COMCTL32.dll:Bibliothek für Steuerelemente:6.10 (WinBuild.160101.0800):Microsoft Corporation
71 CRYPTBASE.dll:Base cryptographic API DLL:10.0.26100.4768 (WinBuild.160101.0800):Microsoft Corporation
72 CRYPTSP.dll:Cryptographic Service Provider API:10.0.26100.4768 (WinBuild.160101.0800):Microsoft Corporation
73 DBGHELP.DLL:Windows Image Helper:10.0.26100.4202 (WinBuild.160101.0800):Microsoft Corporation
74 DNSAPI.dll:DNS-Client-API-DLL:10.0.26100.2308 (WinBuild.160101.0800):Microsoft Corporation
75 GDI32.dll:GDI Client DLL:10.0.26100.4768 (WinBuild.160101.0800):Microsoft Corporation
76 IMM32.DLL:Multi-User Windows IMM32 API Client DLL:10.0.26100.4484 (WinBuild.160101.0800):Microsoft Corporation
77 IPHLPAPI.DLL:IP-Hilfs-API:10.0.26100.2308 (WinBuild.160101.0800):Microsoft Corporation
78 KERNEL32.DLL:Client-DLL für Windows NT-Basis-API:10.0.26100.4768 (WinBuild.160101.0800):Microsoft Corporation
79 KERNELBASE.dll:Client-DLL für Windows NT-Basis-API:10.0.26100.4768 (WinBuild.160101.0800):Microsoft Corporation
80 MpOav.dll:IOfficeAntiVirus Module:4.18.25060.7 (c882211f69a885f9c0b68229ca4e1040a44b9b85):Microsoft Corporation
81 NSI.dll:NSI User-mode interface DLL:10.0.26100.4768 (WinBuild.160101.0800):Microsoft Corporation
82 OLEAUT32.dll:OLEAUT32.DLL:10.0.26100.4768 (WinBuild.160101.0800):Microsoft Corporation
83 Ole32.dll:Microsoft OLE für Windows:10.0.26100.2308 (WinBuild.160101.0800):Microsoft Corporation
84 POWRPROF.dll:Power Profile Helper DLL:10.0.26100.4202 (WinBuild.160101.0800):Microsoft Corporation
85 PSAPI.DLL:Process Status Helper:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
86 Pdh.dll:Windows Unterstützungs-DLL für Leistungsdaten:10.0.26100.2308 (WinBuild.160101.0800):Microsoft Corporation
87 RPCRT4.dll:Remoteprozeduraufruf-Laufzeitumgebung:10.0.26100.2308 (WinBuild.160101.0800):Microsoft Corporation
88 SHCORE.dll:SHCORE:10.0.26100.2308 (WinBuild.160101.0800):Microsoft Corporation
89 SHELL32.dll:Allgemeine Windows-Shell-DLL:10.0.26100.4768 (WinBuild.160101.0800):Microsoft Corporation
90 UMPDC.dll:User Mode Power Dependency Coordinator:10.0.26100.1301 (WinBuild.160101.0800):Microsoft Corporation
91 USER32.dll:Client-DLL für Windows USER-API (mehrere Benutzer):10.0.26100.2308 (WinBuild.160101.0800):Microsoft Corporation
92 USERENV.dll:Userenv:10.0.26100.2308 (WinBuild.160101.0800):Microsoft Corporation
93 VCRUNTIME140.dll:Microsoft® C Runtime Library:14.40.33810.0:Microsoft Corporation
94 VERSION.dll:Version Checking and File Installation Libraries:10.0.26100.1150 (WinBuild.160101.0800):Microsoft Corporation
95 WINHTTP.dll:Windows HTTP-Dienste:10.0.26100.2308 (WinBuild.160101.0800):Microsoft Corporation
96 WINMM.dll:MCI API-DLL:10.0.26100.2308 (WinBuild.160101.0800):Microsoft Corporation
97 WS2_32.dll:Windows Socket 2.0-32-Bit-DLL:10.0.26100.2308 (WinBuild.160101.0800):Microsoft Corporation
98 amsi.dll:Anti-Malware Scan Interface:10.0.26100.1150 (WinBuild.160101.0800):Microsoft Corporation
99 bcrypt.dll:Bibliothek mit kryptografischen Primitiven von Windows:10.0.26100.2308 (WinBuild.160101.0800):Microsoft Corporation
100 bcryptPrimitives.dll:Windows Cryptographic Primitives Library:10.0.26100.4768 (WinBuild.160101.0800):Microsoft Corporation
101 clbcatq.dll:COM+ Configuration Catalog:2001.12.10941.16384 (WinBuild.160101.0800):Microsoft Corporation
102 combase.dll:Microsoft COM für Windows:10.0.26100.2308 (WinBuild.160101.0800):Microsoft Corporation
103 dbgcore.DLL:Windows Core Debugging Helpers:10.0.26100.4768 (WinBuild.160101.0800):Microsoft Corporation
104 dxcore.dll:DXCore:10.0.26100.4768 (WinBuild.160101.0800):Microsoft Corporation
105 fwpuclnt.dll:FWP/IPsec Benutzermodus-API:10.0.26100.3915 (WinBuild.160101.0800):Microsoft Corporation
106 gdi32full.dll:GDI Client DLL:10.0.26100.4768 (WinBuild.160101.0800):Microsoft Corporation
107 java.dll:Zulu Platform x64 Architecture:21.0.7:Azul Systems Inc.
108 javaw.exe:Zulu Platform x64 Architecture:21.0.7:Azul Systems Inc.
109 jemalloc.dll
110 jimage.dll:Zulu Platform x64 Architecture:21.0.7:Azul Systems Inc.
111 jli.dll:Zulu Platform x64 Architecture:21.0.7:Azul Systems Inc.
112 jna5914875414211672763.dll:JNA native library:7.0.2:Java(TM) Native Access (JNA)
113 jsvml.dll:Zulu Platform x64 Architecture:21.0.7:Azul Systems Inc.
114 jvm.dll:Zulu 64-Bit Server VM:21.0.7:Azul Systems Inc.
115 kernel.appcore.dll:AppModel API Host:10.0.26100.4768 (WinBuild.160101.0800):Microsoft Corporation
116 lwjgl.dll
117 management.dll:Zulu Platform x64 Architecture:21.0.7:Azul Systems Inc.
118 management_ext.dll:Zulu Platform x64 Architecture:21.0.7:Azul Systems Inc.
119 msvcp140.dll:Microsoft® C Runtime Library:14.40.33810.0:Microsoft Corporation
120 msvcp_win.dll:Microsoft® C Runtime Library:10.0.26100.4768 (WinBuild.160101.0800):Microsoft Corporation
121 msvcrt.dll:Windows NT CRT DLL:7.0.26100.4768 (WinBuild.160101.0800):Microsoft Corporation
122 mswsock.dll:Microsoft Windows Sockets 2.0-Dienstanbieter:10.0.26100.2308 (WinBuild.160101.0800):Microsoft Corporation
123 napinsp.dll:E-Mail-Namenshimanbieter:10.0.26100.2308 (WinBuild.160101.0800):Microsoft Corporation
124 net.dll:Zulu Platform x64 Architecture:21.0.7:Azul Systems Inc.
125 nio.dll:Zulu Platform x64 Architecture:21.0.7:Azul Systems Inc.
126 nlansp_c.dll:NLA Namespace Service Provider DLL:10.0.26100.4768 (WinBuild.160101.0800):Microsoft Corporation
127 ntdll.dll:DLL für NT-Layer:10.0.26100.4768 (WinBuild.160101.0800):Microsoft Corporation
128 perfos.dll:DLL für Windows-Systemleistungsobjekte:10.0.26100.2308 (WinBuild.160101.0800):Microsoft Corporation
129 pfclient.dll:SysMain Client:10.0.26100.4202 (WinBuild.160101.0800):Microsoft Corporation
130 profapi.dll:User Profile Basic API:10.0.26100.4768 (WinBuild.160101.0800):Microsoft Corporation
131 rasadhlp.dll:Remote Access AutoDial Helper:10.0.26100.1150 (WinBuild.160101.0800):Microsoft Corporation
132 rsaenh.dll:Microsoft Enhanced Cryptographic Provider:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
133 sechost.dll:Host for SCM/SDDL/LSA Lookup APIs:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
134 shlwapi.dll:Shell Light-weight-Hilfsprogrammbibliothek:10.0.26100.2308 (WinBuild.160101.0800):Microsoft Corporation
135 ucrtbase.dll:Microsoft® C Runtime Library:10.0.26100.4768 (WinBuild.160101.0800):Microsoft Corporation
136 vcruntime140_1.dll:Microsoft® C Runtime Library:14.40.33810.0:Microsoft Corporation
137 verify.dll:Zulu Platform x64 Architecture:21.0.7:Azul Systems Inc.
138 win32u.dll:Win32u:10.0.26100.4768 (WinBuild.160101.0800):Microsoft Corporation
139 windows.storage.dll:Microsoft WinRT Storage-API:10.0.26100.2308 (WinBuild.160101.0800):Microsoft Corporation
140 winrnr.dll:LDAP RnR Provider DLL:10.0.26100.1882 (WinBuild.160101.0800):Microsoft Corporation
141 wintypes.dll:Windows-Basistypen-DLL:10.0.26100.2308 (WinBuild.160101.0800):Microsoft Corporation
142 wshbth.dll:Windows Sockets Helper DLL:10.0.26100.4061 (WinBuild.160101.0800):Microsoft Corporation
143 zip.dll:Zulu Platform x64 Architecture:21.0.7:Azul Systems Inc.
144Stacktrace:
145 at knot//net.minecraft.client.main.Main.main(Main.java:139)
146 at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
147 at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
148 at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
149
150-- System Details --
151Details:
152 Minecraft Version: 1.21.5
153 Minecraft Version ID: 1.21.5
154 Operating System: Windows 11 (amd64) version 10.0
155 Java Version: 21.0.7, Azul Systems, Inc.
156 Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Azul Systems, Inc.
157 Memory: 344681680 bytes (328 MiB) / 1073741824 bytes (1024 MiB) up to 3758096384 bytes (3584 MiB)
158 CPUs: 12
159 Processor Vendor: AuthenticAMD
160 Processor Name: AMD Ryzen 5 5600X 6-Core Processor
161 Identifier: AuthenticAMD Family 25 Model 33 Stepping 2
162 Microarchitecture: Zen 3
163 Frequency (GHz): 3.70
164 Number of physical packages: 1
165 Number of physical CPUs: 6
166 Number of logical CPUs: 12
167 Graphics card #0 name: NVIDIA GeForce RTX 4070
168 Graphics card #0 vendor: NVIDIA
169 Graphics card #0 VRAM (MiB): 12282.00
170 Graphics card #0 deviceId: VideoController1
171 Graphics card #0 versionInfo: 32.0.15.7602
172 Memory slot #0 capacity (MiB): 8192.00
173 Memory slot #0 clockSpeed (GHz): 3.20
174 Memory slot #0 type: DDR4
175 Memory slot #1 capacity (MiB): 8192.00
176 Memory slot #1 clockSpeed (GHz): 3.20
177 Memory slot #1 type: DDR4
178 Virtual memory max (MiB): 27062.05
179 Virtual memory used (MiB): 17944.48
180 Swap memory total (MiB): 10752.00
181 Swap memory used (MiB): 139.14
182 Space in storage for jna.tmpdir (MiB): available: 110595.88, total: 476055.75
183 Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): available: 110595.88, total: 476055.75
184 Space in storage for io.netty.native.workdir (MiB): available: 110595.88, total: 476055.75
185 Space in storage for java.io.tmpdir (MiB): available: 110595.88, total: 476055.75
186 Space in storage for workdir (MiB): available: 110595.88, total: 476055.75
187 JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3584M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
188 Fabric Mods:
189 anvianslib: Anvian's Lib 1.2
190 appleskin: AppleSkin 3.0.6+mc1.21.5
191 beekeeperhut: Friends&Foes - Beekeeper Hut 3.0.1
192 betterthirdperson: Better Third Person 1.9.0
193 bettertridents: Better Tridents 21.5.0
194 bridgingmod: Bridging Mod 2.6.3+1.21.5
195 c2me: Concurrent Chunk Management Engine 0.3.2+beta.1.0+1.21.5
196 c2me-base: Concurrent Chunk Management Engine (Base) 0.3.2+beta.1.0+1.21.5
197 c2me-client-uncapvd: Concurrent Chunk Management Engine (Client/Uncap View Distance) 0.3.2+beta.1.0+1.21.5
198 c2me-fixes-chunkio-threading-issues: Concurrent Chunk Management Engine (Fixes/Chunk IO/Threading Issues) 0.3.2+beta.1.0+1.21.5
199 c2me-fixes-general-threading-issues: Concurrent Chunk Management Engine (Fixes/General/Threading Issues) 0.3.2+beta.1.0+1.21.5
200 c2me-fixes-worldgen-threading-issues: Concurrent Chunk Management Engine (Fixes/WorldGen/Threading Issues) 0.3.2+beta.1.0+1.21.5
201 c2me-fixes-worldgen-vanilla-bugs: Concurrent Chunk Management Engine (Fixes/WorldGen/Vanilla Bugs) 0.3.2+beta.1.0+1.21.5
202 c2me-notickvd: Concurrent Chunk Management Engine (No Tick View Distance) 0.3.2+beta.1.0+1.21.5
203 c2me-opts-allocs: Concurrent Chunk Management Engine (Optimizations/Memory Allocations) 0.3.2+beta.1.0+1.21.5
204 c2me-opts-chunkio: Concurrent Chunk Management Engine (Optimizations/Chunk IO) 0.3.2+beta.1.0+1.21.5
205 c2me-opts-dfc: Concurrent Chunk Management Engine (Optimizations/Density Function Compiler) 0.3.2+beta.1.0+1.21.5
206 c2me-opts-math: Concurrent Chunk Management Engine (Optimizations/Math) 0.3.2+beta.1.0+1.21.5
207 c2me-opts-scheduling: Concurrent Chunk Management Engine (Optimizations/Scheduling) 0.3.2+beta.1.0+1.21.5
208 c2me-opts-worldgen-general: Concurrent Chunk Management Engine (Optimizations/General WorldGen) 0.3.2+beta.1.0+1.21.5
209 c2me-opts-worldgen-vanilla: Concurrent Chunk Management Engine (Optimizations/Vanilla WorldGen) 0.3.2+beta.1.0+1.21.5
210 c2me-rewrites-chunk-serializer: Concurrent Chunk Management Engine (Rewrites/Chunk Serializer) 0.3.2+beta.1.0+1.21.5
211 c2me-rewrites-chunk-system: Concurrent Chunk Management Engine (Rewrites/Chunk System) 0.3.2+beta.1.0+1.21.5
212 c2me-rewrites-chunkio: Concurrent Chunk Management Engine (Rewrites/Chunk IO) 0.3.2+beta.1.0+1.21.5
213 c2me-server-utils: Concurrent Chunk Management Engine (Server Utils) 0.3.2+beta.1.0+1.21.5
214 c2me-threading-lighting: Concurrent Chunk Management Engine (Threading/Lighting) 0.3.2+beta.1.0+1.21.5
215 com_ibm_async_asyncutil: asyncutil 0.1.0
216 io_reactivex_rxjava3_rxjava: rxjava 3.1.8
217 net_objecthunter_exp4j: exp4j 0.4.8
218 org_jctools_jctools-core: jctools-core 4.0.5
219 org_reactivestreams_reactive-streams: reactive-streams 1.0.4
220 chestedcompanions: Chested Companions 1.3.3
221 chunky: Chunky 1.4.36
222 cloth-config: Cloth Config v17 18.0.145
223 cloth-basic-math: cloth-basic-math 0.6.1
224 clumps: Clumps **.**.**.**
225 collective: Collective 8.3
226 controlify: Controlify 2.0.3+1.21.5-fabric
227 dev_isxander_libsdl4j: libsdl4j **.**.**.**c033-66
228 dev_isxander_steamdeck4j: steamdeck4j 1.1.7
229 org_hid4java_hid4java: hid4java 0.8.0
230 controlling: Controlling 23.0.2
231 coolrain: CoolRain 1.2.0-1.21.5
232 crops_xp: Crops XP 1.0.0
233 cropsloverain: Crops Love Rain 2.4.2
234 midnightlib: MidnightLib 1.7.2
235 cubes-without-borders: Cubes Without Borders 3.0.0+mc1.21.5
236 debugify: Debugify 1.21.5+1.0
237 dense-flowers: Dense Flowers 0.2.2+mc1.21.5
238 distanthorizons: Distant Horizons 2.3.4-b
239 fabric-api-base: Fabric API Base 0.4.62+73a52b4b07
240 fabric-command-api-v2: Fabric Command API (v2) 2.2.49+73a52b4b07
241 fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.63+ecf51cdc07
242 fabric-screen-api-v1: Fabric Screen API (v1) 2.0.46+86c3a9f107
243 dynamic_fps: Dynamic FPS 3.9.5
244 net_lostluma_battery: battery 1.3.0
245 easyanvils: Easy Anvils 21.5.1
246 easydisenchanting: Easy Disenchanting 1.0.0
247 easymagic: Easy Magic 21.5.0
248 easyshulkerboxes: Easy Shulker Boxes 21.5.0
249 iteminteractions: Item Interactions 21.5.0
250 endless_music: Endless Music v1.2.0+1.21.4
251 entityculling: EntityCulling 1.8.2
252 transition: TRansition 1.0.3
253 trender: TRender 1.0.5
254 experience_more_advancements: Experience More Advancements 1.0.0
255 fabric-api: Fabric API 0.128.1+1.21.5
256 fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.96+86c3a9f149
257 fabric-biome-api-v1: Fabric Biome API (v1) 16.0.7+2dd063df49
258 fabric-block-api-v1: Fabric Block API (v1) 1.1.0+ed91556f49
259 fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.26+aa6d566c49
260 fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 2.0.16+86c3a9f149
261 fabric-client-tags-api-v1: Fabric Client Tags 1.1.37+86c3a9f149
262 fabric-command-api-v1: Fabric Command API (v1) 1.2.70+f71b366f49
263 fabric-commands-v0: Fabric Commands (v0) 0.2.87+df3654b349
264 fabric-content-registries-v0: Fabric Content Registries (v0) 10.0.14+3e6c1f7d49
265 fabric-convention-tags-v1: Fabric Convention Tags 2.1.33+7f945d5b49
266 fabric-convention-tags-v2: Fabric Convention Tags (v2) 2.15.2+6d9989f349
267 fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.3.12+86c3a9f149
268 fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.8.5+6d9989f349
269 fabric-data-generation-api-v1: Fabric Data Generation API (v1) 22.5.2+a0fab30c49
270 fabric-dimensions-v1: Fabric Dimensions API (v1) 4.0.17+3e6c1f7d49
271 fabric-entity-events-v1: Fabric Entity Events (v1) 2.1.0+3ce7866349
272 fabric-events-interaction-v0: Fabric Events Interaction (v0) 4.0.15+64e3057949
273 fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.70+c327076a49
274 fabric-item-api-v1: Fabric Item API (v1) 11.4.1+e46fd76a49
275 fabric-item-group-api-v1: Fabric Item Group API (v1) 4.2.9+3459fc6149
276 fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.61+df3654b349
277 fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.6.0+230071a049
278 fabric-loot-api-v2: Fabric Loot API (v2) 3.0.48+3f89f5a549
279 fabric-loot-api-v3: Fabric Loot API (v3) 1.0.36+86c3a9f149
280 fabric-message-api-v1: Fabric Message API (v1) 6.1.0+fe971bba49
281 fabric-model-loading-api-v1: Fabric Model Loading API (v1) 5.2.3+5281b90749
282 fabric-networking-api-v1: Fabric Networking API (v1) 4.5.0+775be32c49
283 fabric-object-builder-api-v1: Fabric Object Builder API (v1) 21.1.2+b8d6ba7049
284 fabric-particles-v1: Fabric Particles (v1) 4.1.2+112e550e49
285 fabric-recipe-api-v1: Fabric Recipe API (v1) 8.1.8+3235ab3249
286 fabric-registry-sync-v0: Fabric Registry Sync (v0) 6.1.22+cd64004349
287 fabric-renderer-api-v1: Fabric Renderer API (v1) 6.1.2+bdf4842249
288 fabric-renderer-indigo: Fabric Renderer - Indigo 3.1.2+5281b90749
289 fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.64+73761d2e49
290 fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.1.27+86c3a9f149
291 fabric-rendering-v1: Fabric Rendering (v1) 11.3.0+a272b33849
292 fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 5.0.21+73a52b4b49
293 fabric-resource-loader-v0: Fabric Resource Loader (v0) 3.1.7+847e5f5c49
294 fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.129+c327076a49
295 fabric-sound-api-v1: Fabric Sound API (v1) 1.0.38+86c3a9f149
296 fabric-tag-api-v1: Fabric Tag API (v1) 1.0.17+ecf51cdc49
297 fabric-transfer-api-v1: Fabric Transfer API (v1) 5.4.24+7b20cbb049
298 fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 6.3.17+f17a180c49
299 fabric-language-kotlin: Fabric Language Kotlin 1.13.4+kotlin.2.2.0
300 org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 2.2.0
301 org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 2.2.0
302 org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 2.2.0
303 org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 2.2.0
304 org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.28.0
305 org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.10.2
306 org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.10.2
307 org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.6.2
308 org_jetbrains_kotlinx_kotlinx-io-bytestring-jvm: kotlinx-io-bytestring-jvm 0.7.0
309 org_jetbrains_kotlinx_kotlinx-io-core-jvm: kotlinx-io-core-jvm 0.7.0
310 org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.8.1
311 org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.8.1
312 org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.8.1
313 fabricloader: Fabric Loader 0.16.14
314 fastitemframes: Fast Item Frames 21.5.2
315 fastminecart: Fast Minecart 1.0.2
316 fastquit: FastQuit 3.0.0+1.21.4
317 ferritecore: FerriteCore 8.0.0
318 flowerymooblooms: Friends&Foes - Flowery Mooblooms 3.0.1
319 forcecloseworldloadingscreen: kennytv's epic force close loading screen mod for Fabric 2.2.3
320 forgeconfigapiport: Forge Config API Port 21.5.1
321 com_electronwill_night-config_core: core 3.8.1
322 com_electronwill_night-config_toml: toml 3.8.1
323 friendsandfoes: Friends&Foes 4.0.8
324 fzzy_config: Fzzy Config 0.7.2+1.21.5
325 blue_endless_jankson: jankson 1.2.3
326 fabric-permissions-api-v0: fabric-permissions-api 0.3.3
327 net_peanuuutz_tomlkt_tomlkt-jvm: tomlkt-jvm 0.3.7
328 gammautils: Gamma Utils 2.2.5
329 geckolib: GeckoLib 5 5.0
330 glitchcore: GlitchCore **.**.**.**
331 net_jodah_typetools: typetools 0.6.3
332 hold-my-items: Hold My items 4.4
333 hoppergadgetry: Hopper Gadgetry 21.5.2
334 immediatelyfast: ImmediatelyFast 1.9.6+1.21.5
335 net_lenni0451_reflect: Reflect 1.3.4
336 inventorysorter: Inventory Sorter 2.0.11
337 com_github_erosb_everit-json-schema: everit-json-schema 1.14.4
338 meza_core: Meza's Mods Core 1.1.0
339 com_posthog_java_posthog: posthog 1.2.0
340 org_json_json: json 20231013
341 server_translations_api: Server Translations API 2.5.1+1.21.5
342 packet_tweaker: Packet Tweaker 0.6.0-pre.1+1.21.2-pre3
343 iris: Iris 1.8.11+mc1.21.5
344 io_github_douira_glsl-transformer: glsl-transformer 2.0.1
345 org_anarres_jcpp: jcpp 1.4.14
346 org_antlr_antlr4-runtime: antlr4-runtime 4.13.1
347 java: OpenJDK 64-Bit Server VM 21
348 lambdynlights: LambDynamicLights 4.2.9+1.21.5
349 lambdynlights_api: LambDynamicLights (API) 4.2.9+1.21.5
350 pride: Pride Lib 1.3.0+1.21.5
351 spruceui: SpruceUI 7.0.0+1.21.5
352 yumi_mc_core: Yumi Minecraft Libraries: Foundation 1.0.0-alpha.6+1.21.1
353 yumi-commons-collections: Yumi Commons: Collections 1.0.0-alpha.12
354 yumi-commons-core: Yumi Commons: Core 1.0.0-alpha.12
355 yumi-commons-event: Yumi Commons: Event 1.0.0-alpha.12
356 lithium: Lithium 0.16.2+mc1.21.5
357 minecraft: Minecraft 1.21.5
358 modelfix: Model Gap Fix 1.21.5-1.12
359 modmenu: Mod Menu 14.0.0-rc.2
360 moreculling: More Culling 1.3.1
361 conditional-mixin: conditional mixin 0.6.3
362 mixinsquared: MixinSquared 0.2.0
363 mousetweaks: Mouse Tweaks 2.27
364 mr_useful_snowgolems: Useful Snow Golems 1-v1.0.2
365 mr_vanilla_refresh: Vanilla Refresh 1.4.28
366 mru: M.R.U 1.0.17+1.21.5+fabric
367 org_commonmark_commonmark: commonmark 0.21.0
368 nemos-campfires: Nemo's Campfires 1.21.5-1.3.1
369 nemos-firework-keybinding: Nemo's Firework Keybinding 1.21.5-1.1.3
370 notenoughanimations: NotEnoughAnimations 1.10.1
371 nrc-client: nrc-client 1.0.24
372 com_github_caoimhebyrne_kdiscordipc: KDiscordIPC 0.2.2
373 com_kohlschutter_junixsocket_junixsocket-common: junixsocket-common 2.6.2
374 com_kohlschutter_junixsocket_junixsocket-native-common: junixsocket-native-common 2.6.2
375 mm: Manningham Mills 2.3
376 org_apache_commons_commons-text: commons-text 1.12.0
377 nrc-core: nrc-core 1.0.16
378 com_github_ben-manes_caffeine_caffeine: caffeine 3.1.8
379 com_google_errorprone_error_prone_annotations: error_prone_annotations 2.21.1
380 com_squareup_okhttp3_okhttp: okhttp 4.10.0
381 com_squareup_okio_okio-jvm: okio-jvm 3.0.0
382 commons-codec_commons-codec: commons-codec 1.15
383 gg_norisk_backend-base-api: backend-base-api 1.3.31
384 io_github_darkxanter_webp-imageio: webp-imageio 0.3.2
385 io_ktor_ktor-client-cio-jvm: ktor-client-cio-jvm 3.1.3
386 io_ktor_ktor-client-content-negotiation-jvm: ktor-client-content-negotiation-jvm 3.1.3
387 io_ktor_ktor-client-core-jvm: ktor-client-core-jvm 3.1.3
388 io_ktor_ktor-events-jvm: ktor-events-jvm 3.1.3
389 io_ktor_ktor-http-cio-jvm: ktor-http-cio-jvm 3.1.3
390 io_ktor_ktor-http-jvm: ktor-http-jvm 3.1.3
391 io_ktor_ktor-io-jvm: ktor-io-jvm 3.1.3
392 io_ktor_ktor-network-jvm: ktor-network-jvm 3.1.3
393 io_ktor_ktor-network-tls-jvm: ktor-network-tls-jvm 3.1.3
394 io_ktor_ktor-serialization-jvm: ktor-serialization-jvm 3.1.3
395 io_ktor_ktor-serialization-kotlinx-json-jvm: ktor-serialization-kotlinx-json-jvm 3.1.3
396 io_ktor_ktor-serialization-kotlinx-jvm: ktor-serialization-kotlinx-jvm 3.1.3
397 io_ktor_ktor-sse-jvm: ktor-sse-jvm 3.1.3
398 io_ktor_ktor-utils-jvm: ktor-utils-jvm 3.1.3
399 io_ktor_ktor-websocket-serialization-jvm: ktor-websocket-serialization-jvm 3.1.3
400 io_ktor_ktor-websockets-jvm: ktor-websockets-jvm 3.1.3
401 org_checkerframework_checker-qual: checker-qual 3.37.0
402 org_mongodb_bson: bson 5.2.0
403 org_mongodb_bson-kotlinx: bson-kotlinx 5.2.0
404 org_sejda_imageio_webp-imageio: webp-imageio 0.1.6
405 org_slf4j_slf4j-api: slf4j-api 2.0.16
406 nrc-cosmetics: nrc-cosmetics 1.0.20
407 nrc-emotes: nrc-emotes 1.0.17
408 nrc-friends: nrc-friends 1.0.7
409 io_jsonwebtoken_jjwt-api: jjwt-api 0.12.5
410 io_jsonwebtoken_jjwt-impl: jjwt-impl 0.12.5
411 io_jsonwebtoken_jjwt-orgjson: jjwt-orgjson 0.12.5
412 nrc-mcreal: nrc-mcreal 1.0.4
413 nrc-minigames: nrc-minigames 1.0.4
414 io_airlift_aircompressor: aircompressor 2.0.2
415 nrc-ui: nrc-ui 1.0.39
416 renderer: Renderer 2.0.2
417 org_lwjgl_lwjgl-harfbuzz: lwjgl-harfbuzz 3.3.3
418 nrc-voicechat: nrc-voicechat 1.0.4
419 owo: oωo 0.12.21+1.21.5
420 io_wispforest_endec: endec 0.1.9
421 io_wispforest_endec_gson: gson 0.1.6
422 io_wispforest_endec_jankson: jankson 0.1.6
423 io_wispforest_endec_netty: netty 0.1.5
424 particle-effects: Particle Effects 1.0.5+1.21.5
425 particlerain: Particle Rain 4.0.0-alpha.3+1.21.5-fabric
426 particular: Particular 1.1.1+1.21.5
427 pick-up: pick up! 1.0.0-beta.3
428 placeable: Placeable 1.2.0-rc.2
429 placeholder-api: Placeholder API 2.6.4+1.21.5
430 plentyplates: Plenty Plates 21.5.0
431 puzzleslib: Puzzles Lib 21.5.12
432 reeses-sodium-options: Reese's Sodium Options 1.8.3+mc1.21.4
433 resourcefullib: Resourceful Lib 3.5.0
434 com_teamresourceful_bytecodecs: bytecodecs 1.1.3
435 com_teamresourceful_yabn: yabn 1.0.3
436 resourcify: Resourcify 1.7.4
437 scaffoldingdropsnearby: Scaffolding Drops Nearby 3.4
438 searchables: Searchables 1.0.2
439 sereneseasons: SereneSeasons **.**.**.**
440 silk-all: Silk (All modules) 1.11.1
441 silk-commands: Silk Commands 1.11.1
442 silk-core: Silk Core 1.11.1
443 silk-game: Silk Game 1.11.1
444 silk-igui: Silk Inventory GUI 1.11.1
445 silk-nbt: Silk NBT 1.11.1
446 silk-network: Silk Network 1.11.1
447 silk-persistence: Silk Persistence 1.11.1
448 skinlayers3d: 3d-Skin-Layers 1.7.5
449 smoothscroll: Smooth Scroll **.**.**.**
450 sodium: Sodium 0.6.13+mc1.21.5
451 sodium-extra: Sodium Extra 0.6.3+mc1.21.5
452 sodiumextrainformation: Sodium Extra Information 2.6.1
453 sound_physics_remastered: Sound Physics Remastered 1.21.5-1.4.15
454 sounds: Sounds 2.4.12+1.21.5+fabric
455 mixinextras: MixinExtras 0.5.0-rc.1
456 spark: spark 1.10.138
457 spyglass_improvements: Spyglass Improvements 1.5.8
458 subtle_effects: Subtle Effects 1.12.0
459 terrablender: TerraBlender **.**.**.**
460 tier-tagger: TierTagger 2.1.1+mc1.21.5
461 trade_cycling: Trade Cycling 1.21.5-1.0.18
462 tradingpost: Trading Post 21.5.0
463 txnilib: TxniLib 1.0.24
464 ukulib: ukulib 1.7.1+1.21.5
465 com_moandjiezana_toml_toml4j: toml4j 0.7.2
466 underlay: Underlay 0.9.5
467 useful_brush: Useful Brush 0.3.1+mc1.21.5
468 vcinteraction: Voice Chat Interaction 1.21.5-1.0.8
469 polymer-registry-sync-manipulator: Polymer (Registry Sync Manipulator) 0.12.1+1.21.5-rc2
470 visibletraders: Visible Traders 0.0.9
471 voicechat: Simple Voice Chat 1.21.5-2.5.34
472 voicemessages: Voice Messages 1.0.7-1.21.4
473 vt_downloader: VTDownloader 2.3.4+1.21.5
474 waveycapes: WaveyCapes **.**.**.**
475 xaerominimap: Xaero's Minimap 25.2.10
476 xaeroworldmap: Xaero's World Map 1.39.12
477 yet_another_config_lib_v3: YetAnotherConfigLib 3.7.1+1.21.5-fabric
478 com_twelvemonkeys_common_common-image: common-image 3.12.0
479 com_twelvemonkeys_common_common-io: common-io 3.12.0
480 com_twelvemonkeys_common_common-lang: common-lang 3.12.0
481 com_twelvemonkeys_imageio_imageio-core: imageio-core 3.12.0
482 com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.12.0
483 com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.12.0
484 org_quiltmc_parsers_gson: gson 0.2.1
485 org_quiltmc_parsers_json: json 0.2.1
486 zoomify: Zoomify 2.14.2+1.21.3
487 com_akuleshov7_ktoml-core-jvm: ktoml-core-jvm 0.5.2
488 Launched Version: 1.21.5
489 Launcher name: noriskclient-launcher
490 Backend library: LWJGL version 3.3.3-snapshot
491 Backend API: Unknown
492 Window size: <not initialized>
493 GFLW Platform: <error>
494 Render Extensions: ERR
495 GL debug messages: <no renderer available>
496 Is Modded: Definitely; Client brand changed to '§bnorisk:1.0.24§r'
497 Universe: 404
498 Type: Client (map_client.txt)
499 Locale: de_DE
500 System encoding: Cp1252
501 File encoding: UTF-8
502 CPU: 12x AMD Ryzen 5 5600X 6-Core Processor
503
This log will be saved for 90 days from their last view.
Report abuse