1 | ---- Minecraft Crash Report ----
|
2 | |
3 |
|
4 | Time: 2025-06-01 21:10:30
|
5 | Description: Bootstrap
|
6 |
|
7 | java.lang.ExceptionInInitializerError
|
8 | at knot//net.minecraft.class_2246.<clinit>(class_2246.java:294)
|
9 | at knot//net.minecraft.class_2358.method_10199(class_2358.java:336)
|
10 | at knot//net.minecraft.class_2966.method_12851(class_2966.java:52)
|
11 | at knot//net.minecraft.client.main.Main.main(Main.java:130)
|
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)
|
15 | Caused by: java.lang.RuntimeException: Mixin transformation of net.minecraft.class_1308 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 | at java.base/java.lang.ClassLoader.defineClass1(Native Method)
|
22 | at java.base/java.lang.ClassLoader.defineClass(Unknown Source)
|
23 | at java.base/java.security.SecureClassLoader.defineClass(Unknown Source)
|
24 | at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.defineClassFwd(KnotClassLoader.java:160)
|
25 | at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:355)
|
26 | at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218)
|
27 | at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
|
28 | at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
|
29 | at knot//net.minecraft.class_1294.<clinit>(class_1294.java:54)
|
30 | ... 7 more
|
31 | Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
|
32 | at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392)
|
33 | at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234)
|
34 | at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202)
|
35 | at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:422)
|
36 | ... 20 more
|
37 | Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [aether.mixins.json:common.MobMixin from mod aether] from phase [DEFAULT] in config [aether.mixins.json] FAILED during APPLY
|
38 | at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:638)
|
39 | at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:589)
|
40 | at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:379)
|
41 | ... 23 more
|
42 | Caused by: org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException: Unexpecteded ClassMetadataNotFoundException whilst transforming the mixin class: [MAIN Applicator Phase -> aether.mixins.json:common.MobMixin from mod aether -> Apply Methods -> (ZLnet/minecraft/class_1799;)Z:modifyReturnValue$zbm001$aether$canTakeItem -> Transform LVT -> var=identifier -> desc=Lio/wispforest/accessories/api/slot/SlotTypeReference;]
|
43 | at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformMethod(MixinTargetContext.java:520)
|
44 | at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyNormalMethod(MixinApplicatorStandard.java:463)
|
45 | at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMethods(MixinApplicatorStandard.java:449)
|
46 | at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:308)
|
47 | at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:246)
|
48 | at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:437)
|
49 | at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:418)
|
50 | at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
|
51 | ... 23 more
|
52 | Caused by: org.spongepowered.asm.mixin.throwables.ClassMetadataNotFoundException: io.wispforest.accessories.api.slot.SlotTypeReference
|
53 | at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformSingleDescriptor(MixinTargetContext.java:1016)
|
54 | at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformSingleDescriptor(MixinTargetContext.java:976)
|
55 | at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformLVT(MixinTargetContext.java:573)
|
56 | at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformMethod(MixinTargetContext.java:479)
|
57 | ... 30 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: main
|
65 | Stacktrace:
|
66 | at knot//net.minecraft.class_2246.<clinit>(class_2246.java:294)
|
67 | at knot//net.minecraft.class_2358.method_10199(class_2358.java:336)
|
68 | at knot//net.minecraft.class_2966.method_12851(class_2966.java:52)
|
69 |
|
70 | -- Initialization --
|
71 | Details:
|
72 | Modules:
|
73 | ADVAPI32.dll:Advanced Windows 32 Base API:10.0.22621.5124 (WinBuild.160101.0800):Microsoft Corporation
|
74 | COMCTL32.dll:User Experience Controls Library:6.10 (WinBuild.160101.0800):Microsoft Corporation
|
75 | CRYPTBASE.dll:Base cryptographic API DLL:10.0.22621.4746 (WinBuild.160101.0800):Microsoft Corporation
|
76 | CRYPTSP.dll:Cryptographic Service Provider API:10.0.22621.5335 (WinBuild.160101.0800):Microsoft Corporation
|
77 | DBGHELP.DLL:Windows Image Helper:10.0.22621.3593 (WinBuild.160101.0800):Microsoft Corporation
|
78 | DNSAPI.dll:DNS Client API DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
79 | GDI32.dll:GDI Client DLL:10.0.22621.5185 (WinBuild.160101.0800):Microsoft Corporation
|
80 | IMM32.DLL:Multi-User Windows IMM32 API Client DLL:10.0.22621.5185 (WinBuild.160101.0800):Microsoft Corporation
|
81 | IPHLPAPI.DLL:IP Helper API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
82 | KERNEL32.DLL:Windows NT BASE API Client DLL:10.0.22621.5124 (WinBuild.160101.0800):Microsoft Corporation
|
83 | KERNELBASE.dll:Windows NT BASE API Client DLL:10.0.22621.5124 (WinBuild.160101.0800):Microsoft Corporation
|
84 | MpOav.dll:IOfficeAntiVirus Module:4.18.25040.2 (82640e7cfde5ee75f6010c8d2c06272146d2bb6b):Microsoft Corporation
|
85 | NSI.dll:NSI User-mode interface DLL:10.0.22621.4746 (WinBuild.160101.0800):Microsoft Corporation
|
86 | OLEAUT32.dll:OLEAUT32.DLL:10.0.22621.5262 (WinBuild.160101.0800):Microsoft Corporation
|
87 | Ole32.dll:Microsoft OLE for Windows:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
88 | POWRPROF.dll:Power Profile Helper DLL:10.0.22621.3374 (WinBuild.160101.0800):Microsoft Corporation
|
89 | PSAPI.DLL:Process Status Helper:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
90 | Pdh.dll:Windows Performance Data Helper DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
91 | RPCRT4.dll:Remote Procedure Call Runtime:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
|
92 | SHCORE.dll:SHCORE:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
93 | SHELL32.dll:Windows Shell Common Dll:10.0.22621.4830 (WinBuild.160101.0800):Microsoft Corporation
|
94 | UMPDC.dll:User Mode Power Dependency Coordinator:10.0.22621.5124 (WinBuild.160101.0800):Microsoft Corporation
|
95 | USER32.dll:Multi-User Windows USER API Client DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
96 | USERENV.dll:Userenv:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
97 | VCRUNTIME140.dll:Microsoft® C Runtime Library:14.31.31103.0:Microsoft Corporation
|
98 | VERSION.dll:Version Checking and File Installation Libraries:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
99 | WINHTTP.dll:Windows HTTP Services:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
100 | WINMM.dll:MCI API DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
101 | WS2_32.dll:Windows Socket 2.0 32-Bit DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
102 | amsi.dll:Anti-Malware Scan Interface:10.0.22621.3527 (WinBuild.160101.0800):Microsoft Corporation
|
103 | bcrypt.dll:Windows Cryptographic Primitives Library:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
104 | bcryptPrimitives.dll:Windows Cryptographic Primitives Library:10.0.22621.4317 (WinBuild.160101.0800):Microsoft Corporation
|
105 | clbcatq.dll:COM+ Configuration Catalog:2001.12.10941.16384 (WinBuild.160101.0800):Microsoft Corporation
|
106 | combase.dll:Microsoft COM for Windows:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
107 | dbgcore.DLL:Windows Core Debugging Helpers:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
108 | dxcore.dll:DXCore:10.0.22621.5262 (WinBuild.160101.0800):Microsoft Corporation
|
109 | fwpuclnt.dll:FWP/IPsec User-Mode API:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
|
110 | gdi32full.dll:GDI Client DLL:10.0.22621.5262 (WinBuild.160101.0800):Microsoft Corporation
|
111 | java.dll:Zulu Platform x64 Architecture:21.0.4:Azul Systems Inc.
|
112 | javaw.exe:Zulu Platform x64 Architecture:21.0.4:Azul Systems Inc.
|
113 | jemalloc.dll
|
114 | jimage.dll:Zulu Platform x64 Architecture:21.0.4:Azul Systems Inc.
|
115 | jli.dll:Zulu Platform x64 Architecture:21.0.4:Azul Systems Inc.
|
116 | jna8091855684991755957.dll:JNA native library:7.0.0:Java(TM) Native Access (JNA)
|
117 | jsvml.dll:Zulu Platform x64 Architecture:21.0.4:Azul Systems Inc.
|
118 | jvm.dll:Zulu 64-Bit Server VM:21.0.4:Azul Systems Inc.
|
119 | kernel.appcore.dll:AppModel API Host:10.0.22621.3958 (WinBuild.160101.0800):Microsoft Corporation
|
120 | lwjgl.dll
|
121 | management.dll:Zulu Platform x64 Architecture:21.0.4:Azul Systems Inc.
|
122 | management_ext.dll:Zulu Platform x64 Architecture:21.0.4:Azul Systems Inc.
|
123 | msvcp140.dll:Microsoft® C Runtime Library:14.31.31103.0:Microsoft Corporation
|
124 | msvcp_win.dll:Microsoft® C Runtime Library:10.0.22621.3374 (WinBuild.160101.0800):Microsoft Corporation
|
125 | msvcrt.dll:Windows NT CRT DLL:7.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
|
126 | mswsock.dll:Microsoft Windows Sockets 2.0 Service Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
127 | napinsp.dll:E-mail Naming Shim Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
128 | net.dll:Zulu Platform x64 Architecture:21.0.4:Azul Systems Inc.
|
129 | nio.dll:Zulu Platform x64 Architecture:21.0.4:Azul Systems Inc.
|
130 | nlansp_c.dll:NLA Namespace Service Provider DLL:10.0.22621.5331 (WinBuild.160101.0800):Microsoft Corporation
|
131 | ntdll.dll:NT Layer DLL:10.0.22621.4249 (WinBuild.160101.0800):Microsoft Corporation
|
132 | perfos.dll:Windows System Performance Objects DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
133 | pfclient.dll:SysMain Client:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
134 | pnrpnsp.dll:PNRP Name Space Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
135 | profapi.dll:User Profile Basic API:10.0.22621.5262 (WinBuild.160101.0800):Microsoft Corporation
|
136 | rasadhlp.dll:Remote Access AutoDial Helper:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
137 | rsaenh.dll:Microsoft Enhanced Cryptographic Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
138 | sechost.dll:Host for SCM/SDDL/LSA Lookup APIs:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
139 | shlwapi.dll:Shell Light-weight Utility Library:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
140 | ucrtbase.dll:Microsoft® C Runtime Library:10.0.22621.3593 (WinBuild.160101.0800):Microsoft Corporation
|
141 | vcruntime140_1.dll:Microsoft® C Runtime Library:14.31.31103.0:Microsoft Corporation
|
142 | verify.dll:Zulu Platform x64 Architecture:21.0.4:Azul Systems Inc.
|
143 | win32u.dll:Win32u:10.0.22621.5262 (WinBuild.160101.0800):Microsoft Corporation
|
144 | windows.storage.dll:Microsoft WinRT Storage API:10.0.22621.3527 (WinBuild.160101.0800):Microsoft Corporation
|
145 | winrnr.dll:LDAP RnR Provider DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
146 | wintypes.dll:Windows Base Types DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
147 | wshbth.dll:Windows Sockets Helper DLL:10.0.22621.5331 (WinBuild.160101.0800):Microsoft Corporation
|
148 | zip.dll:Zulu Platform x64 Architecture:21.0.4:Azul Systems Inc.
|
149 | Stacktrace:
|
150 | at knot//net.minecraft.client.main.Main.main(Main.java:130)
|
151 | at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
|
152 | at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
153 | at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
154 |
|
155 | -- Cobblemon --
|
156 | Details:
|
157 | Version: 1.6.1
|
158 | Is Snapshot: false
|
159 | Git Commit: c66de51 (https://gitlab.com/cable-mc/cobblemon/-/commit/c66de51e39dd5144bde3550f630b58f67a835b65)
|
160 | Branch: HEAD
|
161 |
|
162 | -- System Details --
|
163 | Details:
|
164 | Minecraft Version: 1.21.1
|
165 | Minecraft Version ID: 1.21.1
|
166 | Operating System: Windows 11 (amd64) version 10.0
|
167 | Java Version: 21.0.4, Azul Systems, Inc.
|
168 | Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Azul Systems, Inc.
|
169 | Memory: 128124272 bytes (122 MiB) / 364904448 bytes (348 MiB) up to 2147483648 bytes (2048 MiB)
|
170 | CPUs: 8
|
171 | Processor Vendor: GenuineIntel
|
172 | Processor Name: Intel(R) Core(TM) i5-10300H CPU @ 2.50GHz
|
173 | Identifier: Intel64 Family 6 Model 165 Stepping 2
|
174 | Microarchitecture: Comet Lake
|
175 | Frequency (GHz): 2.50
|
176 | Number of physical packages: 1
|
177 | Number of physical CPUs: 4
|
178 | Number of logical CPUs: 8
|
179 | Graphics card #0 name: Intel(R) UHD Graphics
|
180 | Graphics card #0 vendor: Intel Corporation
|
181 | Graphics card #0 VRAM (MiB): 1024.00
|
182 | Graphics card #0 deviceId: VideoController1
|
183 | Graphics card #0 versionInfo: 27.20.100.9664
|
184 | Graphics card #1 name: NVIDIA GeForce GTX 1650
|
185 | Graphics card #1 vendor: NVIDIA
|
186 | Graphics card #1 VRAM (MiB): 4096.00
|
187 | Graphics card #1 deviceId: VideoController2
|
188 | Graphics card #1 versionInfo: 32.0.15.6636
|
189 | Memory slot #0 capacity (MiB): 8192.00
|
190 | Memory slot #0 clockSpeed (GHz): 2.93
|
191 | Memory slot #0 type: DDR4
|
192 | Virtual memory max (MiB): 32178.23
|
193 | Virtual memory used (MiB): 13619.92
|
194 | Swap memory total (MiB): 24118.43
|
195 | Swap memory used (MiB): 1280.32
|
196 | Space in storage for jna.tmpdir (MiB): available: 126969.70, total: 487024.00
|
197 | Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): available: 126969.70, total: 487024.00
|
198 | Space in storage for io.netty.native.workdir (MiB): available: 126969.70, total: 487024.00
|
199 | Space in storage for java.io.tmpdir (MiB): available: 126969.70, total: 487024.00
|
200 | Space in storage for workdir (MiB): available: 126969.70, total: 487024.00
|
201 | JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2048M
|
202 | Fabric Mods:
|
203 | aether: The Aether 1.5.8
|
204 | cumulus_menus: Cumulus 2.0.5
|
205 | forgeconfigapiport: Forge Config API Port 21.1.1
|
206 | com_electronwill_night-config_core: core 3.8.0
|
207 | com_electronwill_night-config_toml: toml 3.8.0
|
208 | mixinextras: MixinExtras 0.5.0-beta.3
|
209 | mm_shedaniel: Manningham Mills (shedaniel's fork) 2.4.1
|
210 | nitrogen_internals: Nitrogen 1.1.21
|
211 | almanac: Almanac 1.0.2
|
212 | ambientenvironment: AmbientEnvironment **.**.**.**
|
213 | another_furniture: Another Furniture 4.0.0
|
214 | appleskin: AppleSkin 3.0.6+mc1.21
|
215 | architectury: Architectury 13.0.8
|
216 | balm-fabric: Balm 21.0.23
|
217 | kuma_api: KumaAPI 21.0.5-SNAPSHOT
|
218 | bedrockify: BedrockIfy 1.10.1+mc1.21
|
219 | betteradvancements: Better Advancements **.**.**.**
|
220 | betterpingdisplay: Better Ping Display 1.1.1
|
221 | betterthirdperson: Better Third Person 1.9.0
|
222 | bhmenu: BHMenu-Fabric 1.21-2.5.1
|
223 | biomesoplenty: BiomesOPlenty **.**.**.**
|
224 | bookshelf: Bookshelf 21.1.43
|
225 | bwncr: Bad Wither No Cookie Reloaded 3.20.1
|
226 | cherishedworlds: Cherished Worlds 10.1.0+1.21.1
|
227 | cicada: CICADA 0.10.2+1.21-1.21.1
|
228 | cloth-config: Cloth Config v15 15.0.140
|
229 | cloth-basic-math: cloth-basic-math 0.6.1
|
230 | clumps: Clumps **.**.**.**
|
231 | cobblemon: Cobblemon 1.6.1+1.21.1
|
232 | cobblemon_spawn_notification: Cobblemon Spawn Notification 1.6-fabric-1.3.5
|
233 | cobblemonridingfabric: Cobblemon Riding Fabric 1.3.7
|
234 | cobbreeding: Cobbreeding 1.9.0
|
235 | collective: Collective 8.3
|
236 | continuity: Continuity 3.0.0+1.21
|
237 | craftingtweaks: Crafting Tweaks 21.1.5
|
238 | craftpresence: CraftPresence 2.5.3
|
239 | fabric-resource-loader-v0: Fabric Resource Loader (v0) 1.3.1+5b5275af19
|
240 | dismountentity: Dismount Entity 3.5
|
241 | dynamic_fps: Dynamic FPS 3.7.7
|
242 | net_lostluma_battery: battery 1.3.0
|
243 | dynamiccrosshair: Dynamic Crosshair 9.3
|
244 | dynamiccrosshair-api: DynamicCrosshair API 1.1
|
245 | libbamboo: LibBamboo 2.2
|
246 | enchdesc: EnchantmentDescriptions 21.1.5
|
247 | enhanced_attack_indicator: Enhanced Attack Indicator 1.1.0+1.21
|
248 | entityculling: EntityCulling 1.7.2
|
249 | fabric-api: Fabric API 0.116.1+1.21.1
|
250 | fabric-api-base: Fabric API Base 0.4.42+6573ed8c19
|
251 | fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.71+b559734419
|
252 | fabric-biome-api-v1: Fabric Biome API (v1) 13.0.31+d527f9fd19
|
253 | fabric-block-api-v1: Fabric Block API (v1) 1.1.0+0bc3503219
|
254 | fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.11+ebb2264e19
|
255 | fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.52+0af3f5a719
|
256 | fabric-client-tags-api-v1: Fabric Client Tags 1.1.15+6573ed8c19
|
257 | fabric-command-api-v1: Fabric Command API (v1) 1.2.49+f71b366f19
|
258 | fabric-command-api-v2: Fabric Command API (v2) 2.2.28+6ced4dd919
|
259 | fabric-commands-v0: Fabric Commands (v0) 0.2.66+df3654b319
|
260 | fabric-content-registries-v0: Fabric Content Registries (v0) 8.0.19+b559734419
|
261 | fabric-convention-tags-v1: Fabric Convention Tags 2.1.5+7f945d5b19
|
262 | fabric-convention-tags-v2: Fabric Convention Tags (v2) 2.11.1+a406e79519
|
263 | fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.29+0af3f5a719
|
264 | fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.4.5+6116a37819
|
265 | fabric-data-generation-api-v1: Fabric Data Generation API (v1) 20.2.29+16c4ae2519
|
266 | fabric-dimensions-v1: Fabric Dimensions API (v1) 4.0.0+6fc22b9919
|
267 | fabric-entity-events-v1: Fabric Entity Events (v1) 1.8.0+2b27e0a419
|
268 | fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.7.13+ba9dae0619
|
269 | fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.53+6ced4dd919
|
270 | fabric-item-api-v1: Fabric Item API (v1) 11.1.1+d5debaed19
|
271 | fabric-item-group-api-v1: Fabric Item Group API (v1) 4.1.7+def88e3a19
|
272 | fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.47+0af3f5a719
|
273 | fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.45+df3654b319
|
274 | fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.6.0+0865547519
|
275 | fabric-loot-api-v2: Fabric Loot API (v2) 3.0.15+3f89f5a519
|
276 | fabric-loot-api-v3: Fabric Loot API (v3) 1.0.3+3f89f5a519
|
277 | fabric-message-api-v1: Fabric Message API (v1) 6.0.14+8aaf3aca19
|
278 | fabric-model-loading-api-v1: Fabric Model Loading API (v1) 2.0.0+fe474d6b19
|
279 | fabric-networking-api-v1: Fabric Networking API (v1) 4.3.0+c7469b2119
|
280 | fabric-object-builder-api-v1: Fabric Object Builder API (v1) 15.2.1+40875a9319
|
281 | fabric-particles-v1: Fabric Particles (v1) 4.0.2+6573ed8c19
|
282 | fabric-recipe-api-v1: Fabric Recipe API (v1) 5.0.14+248df81c19
|
283 | fabric-registry-sync-v0: Fabric Registry Sync (v0) 5.2.0+34f5d91419
|
284 | fabric-renderer-api-v1: Fabric Renderer API (v1) 3.4.0+c705a49c19
|
285 | fabric-renderer-indigo: Fabric Renderer - Indigo 1.7.0+c705a49c19
|
286 | fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.68+df3654b319
|
287 | fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.49+73761d2e19
|
288 | fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.1.6+1daea21519
|
289 | fabric-rendering-v0: Fabric Rendering (v0) 1.1.71+df3654b319
|
290 | fabric-rendering-v1: Fabric Rendering (v1) 5.0.5+df16efd019
|
291 | fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 4.3.0+8dc279b119
|
292 | fabric-screen-api-v1: Fabric Screen API (v1) 2.0.25+8b68f1c719
|
293 | fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.88+b559734419
|
294 | fabric-sound-api-v1: Fabric Sound API (v1) 1.0.23+6573ed8c19
|
295 | fabric-transfer-api-v1: Fabric Transfer API (v1) 5.4.3+c24bd99419
|
296 | fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 6.2.0+45b9699719
|
297 | fabric-language-kotlin: Fabric Language Kotlin 1.13.3+kotlin.2.1.21
|
298 | org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 2.1.21
|
299 | org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 2.1.21
|
300 | org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 2.1.21
|
301 | org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 2.1.21
|
302 | org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.27.0
|
303 | org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.10.2
|
304 | org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.10.2
|
305 | org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.6.2
|
306 | org_jetbrains_kotlinx_kotlinx-io-bytestring-jvm: kotlinx-io-bytestring-jvm 0.7.0
|
307 | org_jetbrains_kotlinx_kotlinx-io-core-jvm: kotlinx-io-core-jvm 0.7.0
|
308 | org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.8.1
|
309 | org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.8.1
|
310 | org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.8.1
|
311 | fabricloader: Fabric Loader 0.16.10
|
312 | fancymenu: FancyMenu 3.3.2
|
313 | com_github_keksuccino_japng: japng 0.5.3
|
314 | com_github_rtyley_animated-gif-lib-for-java: animated-gif-lib-for-java animated-gif-lib-1.7
|
315 | ferritecore: FerriteCore 7.0.2-hotfix
|
316 | feytweaks: FeyTweaks 1.21-1.2.8
|
317 | midnightlib: MidnightLib 1.5.7
|
318 | fullbrightnesstoggle: Full Brightness Toggle 4.3
|
319 | glitchcore: GlitchCore **.**.**.**
|
320 | net_jodah_typetools: typetools 0.6.3
|
321 | highlight: Highlight 3.0.0
|
322 | resourcefullib: Resourceful Lib 3.0.1
|
323 | com_teamresourceful_bytecodecs: bytecodecs 1.1.0
|
324 | com_teamresourceful_yabn: yabn 1.0.3
|
325 | iceberg: Iceberg **.**.**.**
|
326 | immediatelyfast: ImmediatelyFast 1.3.4+1.21.1
|
327 | net_lenni0451_reflect: Reflect 1.3.4
|
328 | invmove: InvMove 0.8.8
|
329 | invmovecompats: InvMoveCompats 0.3.2
|
330 | iris: Iris 1.8.1+mc1.21.1
|
331 | io_github_douira_glsl-transformer: glsl-transformer 2.0.1
|
332 | org_anarres_jcpp: jcpp 1.4.14
|
333 | org_antlr_antlr4-runtime: antlr4-runtime 4.13.1
|
334 | java: OpenJDK 64-Bit Server VM 21
|
335 | konkrete: Konkrete 1.9.9
|
336 | krypton: Krypton 0.2.8
|
337 | com_velocitypowered_velocity-native: velocity-native 3.3.0-SNAPSHOT
|
338 | lambdynlights: LambDynamicLights 3.1.4+1.21.1
|
339 | pride: Pride Lib 1.2.1+1.21
|
340 | spruceui: SpruceUI 5.1.0+1.21
|
341 | languagereload: Language Reload 1.7.2+1.21.1
|
342 | letmedespawn: Let Me Despawn 1.4.4
|
343 | lithium: Lithium 0.14.7+mc1.21.1
|
344 | longerchathistory: Longer Chat History 1.6
|
345 | loot-table-modifier: Loot Table Modifier 1.1.1
|
346 | make_bubbles_pop: Make Bubbles Pop 0.3.0-fabric
|
347 | mega_showdown: Cobblemon: Mega Showdown 9.6.10-release-hotfix-fabric
|
348 | melody: Melody 1.0.10
|
349 | minecraft: Minecraft 1.21.1
|
350 | modmenu: Mod Menu 11.0.3
|
351 | placeholder-api: Placeholder API 2.4.0-pre.2+1.21
|
352 | monsters_in_the_closet: Monsters in the Closet 1.0.3+1.21
|
353 | mr_cobblemon_legendarystructures: Cobblemon: Legends Untold 2.1
|
354 | mr_tims_ultimatelycomprehensivecobblemoneditsofdestiny: Tim's Ultimately Comprehensive Cobblemon Edits of Destiny 1.6.1-1
|
355 | netherportalfix: NetherPortalFix 21.1.1
|
356 | notenoughanimations: NotEnoughAnimations 1.9.1
|
357 | owo: oωo 0.12.15+1.21
|
358 | io_wispforest_endec: endec 0.1.5
|
359 | io_wispforest_endec_gson: gson 0.1.3
|
360 | io_wispforest_endec_jankson: jankson 0.1.3
|
361 | io_wispforest_endec_netty: netty 0.1.2
|
362 | particlerain: Particle Rain 3.0.5
|
363 | particular: Particular 1.1.1+1.21
|
364 | presencefootsteps: Presence Footsteps 1.10.3+1.21
|
365 | kirin: Kirin UI 1.20.0+1.21
|
366 | prickle: PrickleMC 21.1.6
|
367 | reeses-sodium-options: Reese's Sodium Options 1.8.3+mc1.21.4
|
368 | roughlyenoughitems: Roughly Enough Items 16.0.788
|
369 | error_notifier: Error Notifier 1.0.11
|
370 | roughlyenoughprofessions: Roughly Enough Professions 4.0.3
|
371 | showmeyourskin: Show Me Your Skin! 1.11.3+1.21
|
372 | cardinal-components-base: Cardinal Components API (base) 6.1.0
|
373 | cardinal-components-entity: Cardinal Components API (entities) 6.1.0
|
374 | shulkerboxtooltip: Shulker Box Tooltip 5.1.2+1.21.1
|
375 | slimyfloor: Slimy Floor 1.21-1.3.2
|
376 | sodium: Sodium 0.6.5+mc1.21.1
|
377 | sodium-extra: Sodium Extra 0.6.0+mc1.21.1
|
378 | sodiumextras: Sodium Extras 1.0.6
|
379 | sodiumleafculling: Sodium Leaf Culling 1.0.0
|
380 | sodiumoptionsapi: Sodium Options API 1.0.10
|
381 | mixinsquared: MixinSquared 0.2.0-beta.6
|
382 | sodiumoptionsmodcompat: Sodium Options Mod Compat 1.0.0
|
383 | sspb: Sodium Shadowy Path Blocks 4.0.0
|
384 | stendhal: Stendhal 1.4.1-1.21
|
385 | libgui: LibGui 11.0.0+1.21
|
386 | jankson: Jankson 8.0.0+j1.2.3
|
387 | blue_endless_jankson: jankson 1.2.3
|
388 | libninepatch: LibNinePatch 1.2.0
|
389 | superflatworldnoslimes: Superflat World No Slimes 3.4
|
390 | supermartijn642configlib: SuperMartijn642's Config Lib 1.1.8
|
391 | swingthrough: SwingThrough 1.0.5+1.21
|
392 | terrablender: TerraBlender **.**.**.**
|
393 | titlefixer: Title Fixer 1.0+1.21
|
394 | tooltipfix: ToolTip Fix 1.1.1-1.20
|
395 | trinkets: Trinkets 3.10.0
|
396 | txnilib: TxniLib 1.0.21
|
397 | unilib: UniLib 1.0.5
|
398 | visuality: Visuality 0.7.7+1.21
|
399 | wakes: Wakes 0.2.2-1.21
|
400 | com_github_jdiemke_delaunay-triangulator_delaunaytriangulator: DelaunayTriangulator 1.0.0
|
401 | xaerominimap: Xaero's Minimap 25.0.0
|
402 | xaeroworldmap: Xaero's World Map 1.39.2
|
403 | yet_another_config_lib_v3: YetAnotherConfigLib 3.6.2+1.21-fabric
|
404 | com_twelvemonkeys_common_common-image: common-image 3.12.0
|
405 | com_twelvemonkeys_common_common-io: common-io 3.12.0
|
406 | com_twelvemonkeys_common_common-lang: common-lang 3.12.0
|
407 | com_twelvemonkeys_imageio_imageio-core: imageio-core 3.12.0
|
408 | com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.12.0
|
409 | com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.12.0
|
410 | org_quiltmc_parsers_gson: gson 0.2.1
|
411 | org_quiltmc_parsers_json: json 0.2.1
|
412 | yosbr: YOSBR 0.1.2
|
413 | zoomify: Zoomify 2.14.2+1.21.1
|
414 | com_akuleshov7_ktoml-core-jvm: ktoml-core-jvm 0.5.2
|
415 | Launched Version: 1.21.1
|
416 | Launcher name: theseus
|
417 | Backend library: LWJGL version 3.3.3-snapshot
|
418 | Backend API: Unknown
|
419 | Window size: <not initialized>
|
420 | GFLW Platform: <error>
|
421 | GL Caps: ERR
|
422 | GL debug messages: <disabled>
|
423 | Is Modded: Definitely; Client brand changed to 'fabric'
|
424 | Universe: 404
|
425 | Type: Client (map_client.txt)
|
426 | Locale: en_US
|
427 | System encoding: MS874
|
428 | File encoding: UTF-8
|
429 | CPU: <unknown>
|
430 |
|