1 | ---- Minecraft Crash Report ----
|
2 | |
3 |
|
4 | Time: 2025-10-14 20:47:59
|
5 | Description: Initializing game
|
6 |
|
7 | java.lang.ExceptionInInitializerError
|
8 | at knot//fuzs.puzzleslib.fabric.impl.client.event.FabricClientEventInvokers.registerEventHandlers(FabricClientEventInvokers.java:175)
|
9 | at knot//fuzs.puzzleslib.fabric.impl.event.FabricEventInvokerRegistryImpl.registerEventHandlers(FabricEventInvokerRegistryImpl.java:477)
|
10 | at knot//fuzs.puzzleslib.fabric.impl.core.FabricFactories.registerEventHandlers(FabricFactories.java:67)
|
11 | at knot//fuzs.puzzleslib.impl.event.core.EventInvokerImpl.initialize(EventInvokerImpl.java:36)
|
12 | at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(Unknown Source)
|
13 | at knot//fuzs.puzzleslib.fabric.api.event.v1.core.FabricEventFactory.invokeFast(FabricEventFactory.java:180)
|
14 | at knot//fuzs.puzzleslib.fabric.api.event.v1.core.FabricEventFactory$1.handleInvocation(FabricEventFactory.java:47)
|
15 | at knot//com.google.common.reflect.AbstractInvocationHandler.invoke(AbstractInvocationHandler.java:87)
|
16 | at knot/jdk.proxy2/jdk.proxy2.$Proxy78.onLoadComplete(Unknown Source)
|
17 | at knot//net.minecraft.class_310.handler$glm007$puzzleslib$init(class_310.java:40706)
|
18 | at knot//net.minecraft.class_310.<init>(class_310.java:487)
|
19 | at knot//net.minecraft.client.main.Main.main(Main.java:239)
|
20 | at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:506)
|
21 | at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:72)
|
22 | at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
23 | at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:105)
|
24 | at org.prismlauncher.EntryPoint.listen(EntryPoint.java:129)
|
25 | at org.prismlauncher.EntryPoint.main(EntryPoint.java:70)
|
26 | Caused by: java.lang.RuntimeException: Mixin transformation of net.minecraft.class_1007 failed
|
27 | at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:440)
|
28 | at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:336)
|
29 | at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:231)
|
30 | at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
|
31 | at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
|
32 | at java.base/java.lang.Class.getDeclaredMethods0(Native Method)
|
33 | at java.base/java.lang.Class.privateGetDeclaredMethods(Unknown Source)
|
34 | at java.base/java.lang.Class.privateGetPublicMethods(Unknown Source)
|
35 | at java.base/java.lang.Class.getMethods(Unknown Source)
|
36 | at java.base/java.lang.reflect.Proxy$ProxyBuilder.referencedTypes(Unknown Source)
|
37 | at java.base/java.lang.reflect.Proxy$ProxyBuilder.<init>(Unknown Source)
|
38 | at java.base/java.lang.reflect.Proxy$ProxyBuilder.<init>(Unknown Source)
|
39 | at java.base/java.lang.reflect.Proxy.lambda$getProxyConstructor$0(Unknown Source)
|
40 | at java.base/jdk.internal.loader.AbstractClassLoaderValue$Memoizer.get(Unknown Source)
|
41 | at java.base/jdk.internal.loader.AbstractClassLoaderValue.computeIfAbsent(Unknown Source)
|
42 | at java.base/java.lang.reflect.Proxy.getProxyConstructor(Unknown Source)
|
43 | at java.base/java.lang.reflect.Proxy.newProxyInstance(Unknown Source)
|
44 | at knot//fuzs.puzzleslib.fabric.api.event.v1.core.FabricEventFactory.lambda$createResult$1(FabricEventFactory.java:65)
|
45 | at knot//net.fabricmc.fabric.impl.base.event.ArrayBackedEvent.update(ArrayBackedEvent.java:54)
|
46 | at knot//net.fabricmc.fabric.impl.base.event.ArrayBackedEvent.<init>(ArrayBackedEvent.java:50)
|
47 | at knot//net.fabricmc.fabric.impl.base.event.EventFactoryImpl.createArrayBacked(EventFactoryImpl.java:47)
|
48 | at knot//net.fabricmc.fabric.api.event.EventFactory.createArrayBacked(EventFactory.java:44)
|
49 | at knot//fuzs.puzzleslib.fabric.api.event.v1.core.FabricEventFactory.createResult(FabricEventFactory.java:64)
|
50 | at knot//fuzs.puzzleslib.fabric.api.client.event.v1.FabricRendererEvents.<clinit>(FabricRendererEvents.java:33)
|
51 | ... 18 more
|
52 | Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
|
53 | at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:381)
|
54 | at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:237)
|
55 | at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202)
|
56 | at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:435)
|
57 | ... 41 more
|
58 | Caused by: org.spongepowered.asm.mixin.throwables.ClassMetadataNotFoundException: net.minecraft.class_10017
|
59 | at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformSingleDescriptor(MixinTargetContext.java:1016)
|
60 | at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformSingleDescriptor(MixinTargetContext.java:976)
|
61 | at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformMethodDescriptor(MixinTargetContext.java:1031)
|
62 | at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformDescriptor(MixinTargetContext.java:932)
|
63 | at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attachUniqueMethod(MixinPreProcessorStandard.java:518)
|
64 | at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attachMethods(MixinPreProcessorStandard.java:351)
|
65 | at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attach(MixinPreProcessorStandard.java:299)
|
66 | at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.createContextFor(MixinPreProcessorStandard.java:277)
|
67 | at org.spongepowered.asm.mixin.transformer.MixinInfo.createContextFor(MixinInfo.java:1292)
|
68 | at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:203)
|
69 | at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:437)
|
70 | at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:418)
|
71 | at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:352)
|
72 | ... 44 more
|
73 |
|
74 |
|
75 | A detailed walkthrough of the error, its code path and all known details is as follows:
|
76 | ---------------------------------------------------------------------------------------
|
77 |
|
78 | -- Head --
|
79 | Thread: Render thread
|
80 | Stacktrace:
|
81 | at knot//fuzs.puzzleslib.fabric.impl.client.event.FabricClientEventInvokers.registerEventHandlers(FabricClientEventInvokers.java:175)
|
82 | at knot//fuzs.puzzleslib.fabric.impl.event.FabricEventInvokerRegistryImpl.registerEventHandlers(FabricEventInvokerRegistryImpl.java:477)
|
83 | at knot//fuzs.puzzleslib.fabric.impl.core.FabricFactories.registerEventHandlers(FabricFactories.java:67)
|
84 | at knot//fuzs.puzzleslib.impl.event.core.EventInvokerImpl.initialize(EventInvokerImpl.java:36)
|
85 | at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(Unknown Source)
|
86 | at knot//fuzs.puzzleslib.fabric.api.event.v1.core.FabricEventFactory.invokeFast(FabricEventFactory.java:180)
|
87 | at knot//fuzs.puzzleslib.fabric.api.event.v1.core.FabricEventFactory$1.handleInvocation(FabricEventFactory.java:47)
|
88 | at knot//com.google.common.reflect.AbstractInvocationHandler.invoke(AbstractInvocationHandler.java:87)
|
89 | at knot/jdk.proxy2/jdk.proxy2.$Proxy78.onLoadComplete(Unknown Source)
|
90 | at knot//net.minecraft.class_310.handler$glm007$puzzleslib$init(class_310.java:40706)
|
91 | at knot//net.minecraft.class_310.<init>(class_310.java:487)
|
92 |
|
93 | -- Initialization --
|
94 | Details:
|
95 | Modules:
|
96 | ADVAPI32.dll:Advanced Windows 32 Base API:10.0.26100.6713 (WinBuild.160101.0800):Microsoft Corporation
|
97 | COMCTL32.dll:User Experience Controls Library:6.10 (WinBuild.160101.0800):Microsoft Corporation
|
98 | CRYPT32.dll:Crypto API32:10.0.26100.6713 (WinBuild.160101.0800):Microsoft Corporation
|
99 | CRYPTBASE.dll:Base cryptographic API DLL:10.0.26100.6725 (WinBuild.160101.0800):Microsoft Corporation
|
100 | CRYPTSP.dll:Cryptographic Service Provider API:10.0.26100.6725 (WinBuild.160101.0800):Microsoft Corporation
|
101 | DBGHELP.DLL:Windows Image Helper:10.0.26100.5074 (WinBuild.160101.0800):Microsoft Corporation
|
102 | DNSAPI.dll:DNS Client API DLL:10.0.26100.6713 (WinBuild.160101.0800):Microsoft Corporation
|
103 | DWMAPI.DLL:Microsoft Desktop Window Manager API:10.0.26100.6713 (WinBuild.160101.0800):Microsoft Corporation
|
104 | GDI32.dll:GDI Client DLL:10.0.26100.6725 (WinBuild.160101.0800):Microsoft Corporation
|
105 | IMM32.DLL:Multi-User Windows IMM32 API Client DLL:10.0.26100.4484 (WinBuild.160101.0800):Microsoft Corporation
|
106 | IPHLPAPI.DLL:IP Helper API:10.0.26100.6713 (WinBuild.160101.0800):Microsoft Corporation
|
107 | KERNEL32.DLL:Windows NT BASE API Client DLL:10.0.26100.6713 (WinBuild.160101.0800):Microsoft Corporation
|
108 | KERNELBASE.dll:Windows NT BASE API Client DLL:10.0.26100.6713 (WinBuild.160101.0800):Microsoft Corporation
|
109 | MSCTF.dll:MSCTF Server DLL:10.0.26100.6713 (WinBuild.160101.0800):Microsoft Corporation
|
110 | MpOav.dll:IOfficeAntiVirus Module:4.18.25080.5 (aec027e97d1d7ab25370672d0fb4548480483a83):Microsoft Corporation
|
111 | NSI.dll:NSI User-mode interface DLL:10.0.26100.6725 (WinBuild.160101.0800):Microsoft Corporation
|
112 | NTASN1.dll:Microsoft ASN.1 API:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
113 | OLEAUT32.dll:OLEAUT32.DLL:10.0.26100.6725 (WinBuild.160101.0800):Microsoft Corporation
|
114 | Ole32.dll:Microsoft OLE for Windows:10.0.26100.6713 (WinBuild.160101.0800):Microsoft Corporation
|
115 | POWRPROF.dll:Power Profile Helper DLL:10.0.26100.6713 (WinBuild.160101.0800):Microsoft Corporation
|
116 | PSAPI.DLL:Process Status Helper:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
117 | Pdh.dll:Windows Performance Data Helper DLL:10.0.26100.6713 (WinBuild.160101.0800):Microsoft Corporation
|
118 | RPCRT4.dll:Remote Procedure Call Runtime:10.0.26100.6713 (WinBuild.160101.0800):Microsoft Corporation
|
119 | SHCORE.dll:SHCORE:10.0.26100.6713 (WinBuild.160101.0800):Microsoft Corporation
|
120 | SHELL32.dll:Windows Shell Common Dll:10.0.26100.6713 (WinBuild.160101.0800):Microsoft Corporation
|
121 | UMPDC.dll:User Mode Power Dependency Coordinator:10.0.26100.1301 (WinBuild.160101.0800):Microsoft Corporation
|
122 | USER32.dll:Multi-User Windows USER API Client DLL:10.0.26100.6713 (WinBuild.160101.0800):Microsoft Corporation
|
123 | USERENV.dll:Userenv:10.0.26100.6713 (WinBuild.160101.0800):Microsoft Corporation
|
124 | VCRUNTIME140.dll:Microsoft® C Runtime Library:14.40.33810.0:Microsoft Corporation
|
125 | VERSION.dll:Version Checking and File Installation Libraries:10.0.26100.1150 (WinBuild.160101.0800):Microsoft Corporation
|
126 | WINHTTP.dll:Windows HTTP Services:10.0.26100.6713 (WinBuild.160101.0800):Microsoft Corporation
|
127 | WINMM.dll:MCI API DLL:10.0.26100.6713 (WinBuild.160101.0800):Microsoft Corporation
|
128 | WS2_32.dll:Windows Socket 2.0 32-Bit DLL:10.0.26100.6713 (WinBuild.160101.0800):Microsoft Corporation
|
129 | amsi.dll:Anti-Malware Scan Interface:10.0.26100.5074 (WinBuild.160101.0800):Microsoft Corporation
|
130 | apphelp.dll:Application Compatibility Client Library:10.0.26100.6713 (WinBuild.160101.0800):Microsoft Corporation
|
131 | awt.dll:OpenJDK Platform binary:**.**.**.**:Eclipse Adoptium
|
132 | bcrypt.dll:Windows Cryptographic Primitives Library:10.0.26100.6713 (WinBuild.160101.0800):Microsoft Corporation
|
133 | bcryptPrimitives.dll:Windows Cryptographic Primitives Library:10.0.26100.6725 (WinBuild.160101.0800):Microsoft Corporation
|
134 | clbcatq.dll:COM Configuration Catalog:2001.12.10941.16384 (WinBuild.160101.0800):Microsoft Corporation
|
135 | combase.dll:Microsoft COM for Windows:10.0.26100.6713 (WinBuild.160101.0800):Microsoft Corporation
|
136 | dbgcore.DLL:Windows Core Debugging Helpers:10.0.26100.6725 (WinBuild.160101.0800):Microsoft Corporation
|
137 | dxcore.dll:DXCore:10.0.26100.6725 (WinBuild.160101.0800):Microsoft Corporation
|
138 | extnet.dll:OpenJDK Platform binary:**.**.**.**:Eclipse Adoptium
|
139 | fastprox.dll:WMI Custom Marshaller:10.0.26100.5074 (WinBuild.160101.0800):Microsoft Corporation
|
140 | fwpuclnt.dll:FWP/IPsec User-Mode API:10.0.26100.6713 (WinBuild.160101.0800):Microsoft Corporation
|
141 | gdi32full.dll:GDI Client DLL:10.0.26100.6725 (WinBuild.160101.0800):Microsoft Corporation
|
142 | glfw.dll:GLFW 3.4.0 DLL:3.4.0:GLFW
|
143 | iertutil.dll:Run time utility for Internet Explorer:11.00.26100.6713 (WinBuild.160101.0800):Microsoft Corporation
|
144 | imgui-java64.dll
|
145 | java.dll:OpenJDK Platform binary:**.**.**.**:Eclipse Adoptium
|
146 | javaw.exe:OpenJDK Platform binary:**.**.**.**:Eclipse Adoptium
|
147 | jemalloc.dll
|
148 | jimage.dll:OpenJDK Platform binary:**.**.**.**:Eclipse Adoptium
|
149 | jli.dll:OpenJDK Platform binary:**.**.**.**:Eclipse Adoptium
|
150 | jna15778884505030854763.dll:JNA native library:7.0.0:Java(TM) Native Access (JNA)
|
151 | jsvml.dll:OpenJDK Platform binary:**.**.**.**:Eclipse Adoptium
|
152 | jvm.dll:OpenJDK 64-Bit server VM:**.**.**.**:Eclipse Adoptium
|
153 | kernel.appcore.dll:AppModel API Host:10.0.26100.6725 (WinBuild.160101.0800):Microsoft Corporation
|
154 | lwjgl.dll
|
155 | management.dll:OpenJDK Platform binary:**.**.**.**:Eclipse Adoptium
|
156 | management_ext.dll:OpenJDK Platform binary:**.**.**.**:Eclipse Adoptium
|
157 | mdnsNSP.dll:Bonjour Namespace Provider:3,1,0,1:Apple Inc.
|
158 | msvcp140.dll:Microsoft® C Runtime Library:14.40.33810.0:Microsoft Corporation
|
159 | msvcp_win.dll:Microsoft® C Runtime Library:10.0.26100.6725 (WinBuild.160101.0800):Microsoft Corporation
|
160 | msvcrt.dll:Windows NT CRT DLL:7.0.26100.6725 (WinBuild.160101.0800):Microsoft Corporation
|
161 | mswsock.dll:Microsoft Windows Sockets 2.0 Service Provider:10.0.26100.6713 (WinBuild.160101.0800):Microsoft Corporation
|
162 | napinsp.dll:E-mail Naming Shim Provider:10.0.26100.6713 (WinBuild.160101.0800):Microsoft Corporation
|
163 | ncrypt.dll:Windows NCrypt Router:10.0.26100.2304 (WinBuild.160101.0800):Microsoft Corporation
|
164 | net.dll:OpenJDK Platform binary:**.**.**.**:Eclipse Adoptium
|
165 | netutils.dll:Net Win32 API Helpers DLL:10.0.26100.1882 (WinBuild.160101.0800):Microsoft Corporation
|
166 | nio.dll:OpenJDK Platform binary:**.**.**.**:Eclipse Adoptium
|
167 | nlansp_c.dll:NLA Namespace Service Provider DLL:10.0.26100.6725 (WinBuild.160101.0800):Microsoft Corporation
|
168 | ntdll.dll:NT Layer DLL:10.0.26100.6713 (WinBuild.160101.0800):Microsoft Corporation
|
169 | perfos.dll:Windows System Performance Objects DLL:10.0.26100.6713 (WinBuild.160101.0800):Microsoft Corporation
|
170 | pfclient.dll:SysMain Client:10.0.26100.4202 (WinBuild.160101.0800):Microsoft Corporation
|
171 | profapi.dll:User Profile Basic API:10.0.26100.4768 (WinBuild.160101.0800):Microsoft Corporation
|
172 | rasadhlp.dll:Remote Access AutoDial Helper:10.0.26100.6584 (WinBuild.160101.0800):Microsoft Corporation
|
173 | rsaenh.dll:Microsoft Enhanced Cryptographic Provider:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
174 | sechost.dll:Host for SCM/SDDL/LSA Lookup APIs:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
175 | shlwapi.dll:Shell Light-weight Utility Library:10.0.26100.6713 (WinBuild.160101.0800):Microsoft Corporation
|
176 | srvcli.dll:Server Service Client DLL:10.0.26100.1150 (WinBuild.160101.0800):Microsoft Corporation
|
177 | sunmscapi.dll:OpenJDK Platform binary:**.**.**.**:Eclipse Adoptium
|
178 | ucrtbase.dll:Microsoft® C Runtime Library:10.0.26100.6725 (WinBuild.160101.0800):Microsoft Corporation
|
179 | urlmon.dll:OLE32 Extensions for Win32:11.00.26100.6713 (WinBuild.160101.0800):Microsoft Corporation
|
180 | uxtheme.dll:Microsoft UxTheme Library:10.0.26100.6713 (WinBuild.160101.0800):Microsoft Corporation
|
181 | vcruntime140_1.dll:Microsoft® C Runtime Library:14.40.33810.0:Microsoft Corporation
|
182 | verify.dll:OpenJDK Platform binary:**.**.**.**:Eclipse Adoptium
|
183 | wbemcomn.dll:WMI:10.0.26100.5074 (WinBuild.160101.0800):Microsoft Corporation
|
184 | wbemprox.dll:WMI:10.0.26100.6725 (WinBuild.160101.0800):Microsoft Corporation
|
185 | wbemsvc.dll:WMI:10.0.26100.6725 (WinBuild.160101.0800):Microsoft Corporation
|
186 | win32u.dll:Win32u:10.0.26100.6725 (WinBuild.160101.0800):Microsoft Corporation
|
187 | windows.storage.dll:Microsoft WinRT Storage API:10.0.26100.6713 (WinBuild.160101.0800):Microsoft Corporation
|
188 | winrnr.dll:LDAP RnR Provider DLL:10.0.26100.1882 (WinBuild.160101.0800):Microsoft Corporation
|
189 | wintypes.dll:Windows Base Types DLL:10.0.26100.6713 (WinBuild.160101.0800):Microsoft Corporation
|
190 | wshbth.dll:Windows Sockets Helper DLL:10.0.26100.5074 (WinBuild.160101.0800):Microsoft Corporation
|
191 | wshunix.dll:AF_UNIX Winsock2 Helper DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
192 | zip.dll:OpenJDK Platform binary:**.**.**.**:Eclipse Adoptium
|
193 | Stacktrace:
|
194 | at knot//net.minecraft.client.main.Main.main(Main.java:239)
|
195 | at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:506)
|
196 | at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:72)
|
197 | at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
198 | at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:105)
|
199 | at org.prismlauncher.EntryPoint.listen(EntryPoint.java:129)
|
200 | at org.prismlauncher.EntryPoint.main(EntryPoint.java:70)
|
201 |
|
202 | -- System Details --
|
203 | Details:
|
204 | Minecraft Version: 1.21.1
|
205 | Minecraft Version ID: 1.21.1
|
206 | Operating System: Windows 11 (amd64) version 10.0
|
207 | Java Version: 21.0.8, Eclipse Adoptium
|
208 | Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium
|
209 | Memory: 1780013120 bytes (1697 MiB) / 2147483648 bytes (2048 MiB) up to 4831838208 bytes (4608 MiB)
|
210 | CPUs: 4
|
211 | Processor Vendor: GenuineIntel
|
212 | Processor Name: Intel(R) Core(TM) i5-7300U CPU @ 2.60GHz
|
213 | Identifier: Intel64 Family 6 Model 142 Stepping 9
|
214 | Microarchitecture: Amber Lake
|
215 | Frequency (GHz): 2.71
|
216 | Number of physical packages: 1
|
217 | Number of physical CPUs: 2
|
218 | Number of logical CPUs: 4
|
219 | Graphics card #0 name: Intel(R) HD Graphics 620
|
220 | Graphics card #0 vendor: Intel Corporation
|
221 | Graphics card #0 VRAM (MiB): 1024.00
|
222 | Graphics card #0 deviceId: VideoController1
|
223 | Graphics card #0 versionInfo: 31.0.101.2134
|
224 | Memory slot #0 capacity (MiB): 4096.00
|
225 | Memory slot #0 clockSpeed (GHz): 2.13
|
226 | Memory slot #0 type: DDR4
|
227 | Memory slot #1 capacity (MiB): 4096.00
|
228 | Memory slot #1 clockSpeed (GHz): 2.13
|
229 | Memory slot #1 type: DDR4
|
230 | Virtual memory max (MiB): 13166.32
|
231 | Virtual memory used (MiB): 10450.89
|
232 | Swap memory total (MiB): 5120.00
|
233 | Swap memory used (MiB): 2585.77
|
234 | Space in storage for jna.tmpdir (MiB): <path not set>
|
235 | Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): <path not set>
|
236 | Space in storage for io.netty.native.workdir (MiB): <path not set>
|
237 | Space in storage for java.io.tmpdir (MiB): available: 39836.57, total: 102279.53
|
238 | Space in storage for workdir (MiB): available: 39836.57, total: 102279.53
|
239 | JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms2048m -Xmx4608m
|
240 | Fabric Mods:
|
241 | accurateblockplacement: Accurate Block Placement 1.3.9-mc1.20.5-1.21.1
|
242 | advancementplaques: Advancement Plaques 1.6.8
|
243 | almanac: Almanac 1.0.2
|
244 | alternate-current: Alternate Current 1.9.0
|
245 | ambiance: Ambiance 1.1.0
|
246 | ambientenvironment: AmbientEnvironment **.**.**.**
|
247 | ambientsounds: AmbientSounds 6.2.1
|
248 | appleskin: AppleSkin 3.0.6 mc1.21
|
249 | architectury: Architectury 13.0.8
|
250 | asyncparticles: AsyncParticles 3.3.10
|
251 | mixinsquared: MixinSquared 0.3.4
|
252 | axiom: Axiom 5.0.0
|
253 | com_moulberry_axiomclientapi: axiomclientapi 1.0.0
|
254 | com_moulberry_mixinconstraints: mixinconstraints 1.0.9
|
255 | lattice: Lattice 1.2.12
|
256 | badoptimizations: BadOptimizations 2.3.1
|
257 | betteradvancements: Better Advancements **.**.**.**
|
258 | betterclouds: Better Clouds 1.7.17 1.21.1-fabric
|
259 | gs_mclo_api: api 5.0.0
|
260 | bettergrass: BetterGrassify 1.7.0 fabric.1.21.1
|
261 | blue_endless_jankson: jankson 1.2.3
|
262 | bettermounthud: Better Mount HUD 1.2.4
|
263 | betterstats: Better Statistics Screen 3.13.9 fabric-1.21
|
264 | betterthanmending: BetterThanMending 2.2.0
|
265 | betterthirdperson: Better Third Person 1.9.0
|
266 | c2me: Concurrent Chunk Management Engine 0.3.0 alpha.0.358 1.21.1
|
267 | c2me-base: Concurrent Chunk Management Engine (Base) 0.3.0 alpha.0.358 1.21.1
|
268 | c2me-client-uncapvd: Concurrent Chunk Management Engine (Client/Uncap View Distance) 0.3.0 alpha.0.358 1.21.1
|
269 | c2me-fixes-chunkio-threading-issues: Concurrent Chunk Management Engine (Fixes/Chunk IO/Threading Issues) 0.3.0 alpha.0.358 1.21.1
|
270 | c2me-fixes-general-threading-issues: Concurrent Chunk Management Engine (Fixes/General/Threading Issues) 0.3.0 alpha.0.358 1.21.1
|
271 | c2me-fixes-worldgen-threading-issues: Concurrent Chunk Management Engine (Fixes/WorldGen/Threading Issues) 0.3.0 alpha.0.358 1.21.1
|
272 | c2me-fixes-worldgen-vanilla-bugs: Concurrent Chunk Management Engine (Fixes/WorldGen/Vanilla Bugs) 0.3.0 alpha.0.358 1.21.1
|
273 | c2me-notickvd: Concurrent Chunk Management Engine (No Tick View Distance) 0.3.0 alpha.0.358 1.21.1
|
274 | c2me-opts-allocs: Concurrent Chunk Management Engine (Optimizations/Memory Allocations) 0.3.0 alpha.0.358 1.21.1
|
275 | c2me-opts-chunkio: Concurrent Chunk Management Engine (Optimizations/Chunk IO) 0.3.0 alpha.0.358 1.21.1
|
276 | c2me-opts-dfc: Concurrent Chunk Management Engine (Optimizations/Density Function Compiler) 0.3.0 alpha.0.358 1.21.1
|
277 | c2me-opts-math: Concurrent Chunk Management Engine (Optimizations/Math) 0.3.0 alpha.0.358 1.21.1
|
278 | c2me-opts-scheduling: Concurrent Chunk Management Engine (Optimizations/Scheduling) 0.3.0 alpha.0.358 1.21.1
|
279 | c2me-opts-worldgen-general: Concurrent Chunk Management Engine (Optimizations/General WorldGen) 0.3.0 alpha.0.358 1.21.1
|
280 | c2me-opts-worldgen-vanilla: Concurrent Chunk Management Engine (Optimizations/Vanilla WorldGen) 0.3.0 alpha.0.358 1.21.1
|
281 | c2me-rewrites-chunk-serializer: Concurrent Chunk Management Engine (Rewrites/Chunk Serializer) 0.3.0 alpha.0.358 1.21.1
|
282 | c2me-rewrites-chunk-system: Concurrent Chunk Management Engine (Rewrites/Chunk System) 0.3.0 alpha.0.358 1.21.1
|
283 | c2me-rewrites-chunkio: Concurrent Chunk Management Engine (Rewrites/Chunk IO) 0.3.0 alpha.0.358 1.21.1
|
284 | c2me-server-utils: Concurrent Chunk Management Engine (Server Utils) 0.3.0 alpha.0.358 1.21.1
|
285 | c2me-threading-lighting: Concurrent Chunk Management Engine (Threading/Lighting) 0.3.0 alpha.0.358 1.21.1
|
286 | com_ibm_async_asyncutil: asyncutil 0.1.0
|
287 | io_reactivex_rxjava3_rxjava: rxjava 3.1.12
|
288 | net_objecthunter_exp4j: exp4j 0.4.8
|
289 | org_jctools_jctools-core: jctools-core 4.0.5
|
290 | org_reactivestreams_reactive-streams: reactive-streams 1.0.4
|
291 | cameraoverhaul: CameraOverhaul 2.0.4-fabric mc.1.21.0-1.21.2
|
292 | io_hotmoka_toml4j: toml4j 0.7.3
|
293 | camerautils: Camera Utils 1.21.1-1.0.16
|
294 | fabric-api-base: Fabric API Base 0.4.42 6573ed8c6a
|
295 | fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.47 0af3f5a76a
|
296 | carryon: Carry On 2.2.2
|
297 | cavedust: Cave Dust 3.0.1
|
298 | kirin: Kirin UI 1.20.0 1.21
|
299 | chat_heads: Chat Heads 0.14.0
|
300 | cherishedworlds: Cherished Worlds 10.1.1 1.21.1
|
301 | chunkactivitytracker: Chunk Activity Tracker 1.0.1
|
302 | chunksending: Chunksending Mod 1.21-2.8
|
303 | chunksfadein: Chunks Fade In 2.0.3-1.21
|
304 | com_moandjiezana_toml_toml4j: toml4j 0.7.2
|
305 | cicada: CICADA 0.14.3 1.21-1.21.1
|
306 | clean-debug: Clean F3 0.4.9
|
307 | cloth-config: Cloth Config v15 15.0.140
|
308 | cloth-basic-math: cloth-basic-math 0.6.1
|
309 | clumps: Clumps **.**.**.**
|
310 | collective: Collective 8.7
|
311 | configuration: Configuration 3.1.1
|
312 | consumableoptimizer: Consumable Optimizer 1.1.0-1.21.1
|
313 | continuity: Continuity 3.0.0 1.21
|
314 | controlling: Controlling 19.0.5
|
315 | creativecore: CreativeCore 2.13.14
|
316 | net_neoforged_bus: bus 7.2.0
|
317 | cubes-without-borders: Cubes Without Borders 3.0.0 mc1.21
|
318 | cullleaves: Cull Leaves 4.0.1
|
319 | cupboard: cupboard 1.21-2.9
|
320 | dark-loading-screen: Dark Loading Screen 1.6.14
|
321 | dashloader: DashLoader 5.1.0-beta.8 1.21.1
|
322 | com_github_luben_zstd-jni: zstd-jni 1.5.7-1
|
323 | dev_notalpha_hyphen: Hyphen 0.4.0-rc.5
|
324 | dev_notalpha_taski: Taski 2.1.0
|
325 | debugify: Debugify 1.21.1 1.0
|
326 | despawntweaks: Despawn Tweaks 1.0.0
|
327 | does_it_tick: Does It Tick? 1.1.4
|
328 | dynamic_fps: Dynamic FPS 3.9.5
|
329 | net_lostluma_battery: battery 1.3.0
|
330 | easyanvils: Easy Anvils 21.1.0
|
331 | easyelytratakeoff: Easy Elytra Takeoff 4.5
|
332 | easymagic: Easy Magic 21.1.0
|
333 | easyshulkerboxes: Easy Shulker Boxes 21.1.3
|
334 | iteminteractions: Item Interactions 21.1.4
|
335 | eg_particle_interactions: Particle Interactions 0.4.1
|
336 | enhancedblockentities: Enhanced Block Entities 0.10.2 1.21
|
337 | entity_model_features: Entity Model Features 2.4.1
|
338 | entity_texture_features: Entity Texture Features 6.2.9
|
339 | org_apache_httpcomponents_httpmime: httpmime 4.5.10
|
340 | entityculling: EntityCulling 1.9.0
|
341 | trender: TRender 1.0.7
|
342 | explosiveenhancement: Explosive Enhancement 1.3.2-1.21-1.21.1
|
343 | exposure: Exposure 1.9.11
|
344 | exposure_polaroid: Exposure Polaroid 1.1.2
|
345 | fabric-api: Fabric API 0.116.5 1.21.1
|
346 | fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.71 b559734419
|
347 | fabric-biome-api-v1: Fabric Biome API (v1) 13.0.31 d527f9fd19
|
348 | fabric-block-api-v1: Fabric Block API (v1) 1.1.0 0bc3503219
|
349 | fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.11 ebb2264e19
|
350 | fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.52 0af3f5a719
|
351 | fabric-client-tags-api-v1: Fabric Client Tags 1.1.15 6573ed8c19
|
352 | fabric-command-api-v1: Fabric Command API (v1) 1.2.49 f71b366f19
|
353 | fabric-command-api-v2: Fabric Command API (v2) 2.2.28 6ced4dd919
|
354 | fabric-commands-v0: Fabric Commands (v0) 0.2.66 df3654b319
|
355 | fabric-content-registries-v0: Fabric Content Registries (v0) 8.0.19 b559734419
|
356 | fabric-convention-tags-v1: Fabric Convention Tags 2.1.5 7f945d5b19
|
357 | fabric-convention-tags-v2: Fabric Convention Tags (v2) 2.11.1 a406e79519
|
358 | fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.29 0af3f5a719
|
359 | fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.4.5 6116a37819
|
360 | fabric-data-generation-api-v1: Fabric Data Generation API (v1) 20.2.33 37516cd619
|
361 | fabric-dimensions-v1: Fabric Dimensions API (v1) 4.0.0 6fc22b9919
|
362 | fabric-entity-events-v1: Fabric Entity Events (v1) 1.8.0 2b27e0a419
|
363 | fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.7.13 ba9dae0619
|
364 | fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.53 6ced4dd919
|
365 | fabric-item-api-v1: Fabric Item API (v1) 11.2.0 3b3cb2e819
|
366 | fabric-item-group-api-v1: Fabric Item Group API (v1) 4.1.7 def88e3a19
|
367 | fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.45 df3654b319
|
368 | fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.6.0 0865547519
|
369 | fabric-loot-api-v2: Fabric Loot API (v2) 3.0.15 3f89f5a519
|
370 | fabric-loot-api-v3: Fabric Loot API (v3) 1.0.3 3f89f5a519
|
371 | fabric-message-api-v1: Fabric Message API (v1) 6.0.14 8aaf3aca19
|
372 | fabric-model-loading-api-v1: Fabric Model Loading API (v1) 2.1.0 b4d813fc19
|
373 | fabric-networking-api-v1: Fabric Networking API (v1) 4.3.0 c7469b2119
|
374 | fabric-object-builder-api-v1: Fabric Object Builder API (v1) 15.2.1 40875a9319
|
375 | fabric-particles-v1: Fabric Particles (v1) 4.0.2 6573ed8c19
|
376 | fabric-recipe-api-v1: Fabric Recipe API (v1) 5.0.14 248df81c19
|
377 | fabric-registry-sync-v0: Fabric Registry Sync (v0) 5.3.1 e3eddc2119
|
378 | fabric-renderer-api-v1: Fabric Renderer API (v1) 3.4.1 b4d813fc19
|
379 | fabric-renderer-indigo: Fabric Renderer - Indigo 1.7.1 c705a49c19
|
380 | fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.69 df3654b319
|
381 | fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.49 73761d2e19
|
382 | fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.1.6 1daea21519
|
383 | fabric-rendering-v0: Fabric Rendering (v0) 1.1.72 df3654b319
|
384 | fabric-rendering-v1: Fabric Rendering (v1) 5.1.0 ab4c25a019
|
385 | fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 4.3.0 8dc279b119
|
386 | fabric-resource-loader-v0: Fabric Resource Loader (v0) 1.3.1 5b5275af19
|
387 | fabric-screen-api-v1: Fabric Screen API (v1) 2.0.25 8b68f1c719
|
388 | fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.90 b559734419
|
389 | fabric-sound-api-v1: Fabric Sound API (v1) 1.0.23 6573ed8c19
|
390 | fabric-transfer-api-v1: Fabric Transfer API (v1) 5.4.3 c24bd99419
|
391 | fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 6.2.0 45b9699719
|
392 | fabric-language-kotlin: Fabric Language Kotlin 1.13.6 kotlin.2.2.20
|
393 | org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 2.2.20
|
394 | org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 2.2.20
|
395 | org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 2.2.20
|
396 | org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 2.2.20
|
397 | org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.29.0
|
398 | org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.10.2
|
399 | org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.10.2
|
400 | org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.7.1
|
401 | org_jetbrains_kotlinx_kotlinx-io-bytestring-jvm: kotlinx-io-bytestring-jvm 0.8.0
|
402 | org_jetbrains_kotlinx_kotlinx-io-core-jvm: kotlinx-io-core-jvm 0.8.0
|
403 | org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.9.0
|
404 | org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.9.0
|
405 | org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.9.0
|
406 | fabricloader: Fabric Loader 0.17.2
|
407 | mixinextras: MixinExtras 0.5.0
|
408 | fadeless: Fadeless 2.0.1
|
409 | fallingleaves: Falling Leaves 1.17.1
|
410 | fallingtree: FallingTree **.**.**.**
|
411 | fastasyncworldsave: fastasyncworldsave Mod 1.21-2.6
|
412 | fastboot: FastBoot 1.3
|
413 | faster-random: Faster Random 5.1.0
|
414 | fastquit: FastQuit 3.0.0 1.20.6
|
415 | fasttrading: Fast Trading 0.2.0 1.21
|
416 | ferritecore: FerriteCore 7.0.2-hotfix
|
417 | forgeconfigapiport: Forge Config API Port 21.1.4
|
418 | com_electronwill_night-config_core: core 3.8.0
|
419 | com_electronwill_night-config_toml: toml 3.8.0
|
420 | fpsreducer: FPS Reducer 1.21-2.9
|
421 | freecam: Freecam 1.3.0 mc1.21
|
422 | ftblibrary: FTB Library 2101.1.21
|
423 | ftbultimine: FTB Ultimine 2101.1.10
|
424 | fullbrightnesstoggle: Full Brightness Toggle 4.4
|
425 | fzzy_config: Fzzy Config 0.7.3 1.21
|
426 | fabric-permissions-api-v0: fabric-permissions-api 0.3.1
|
427 | net_peanuuutz_tomlkt_tomlkt-jvm: tomlkt-jvm 0.3.7
|
428 | gpu_tape: GPU Tape **.**.**.**
|
429 | gpumemleakfix: Gpu memory leak fix mod 1.21-1.8
|
430 | held-item-info: Held Item Info 1.7.0
|
431 | highlighter: Highlighter 1.1.11
|
432 | iceberg: Iceberg 1.3.2
|
433 | immediatelyfast: ImmediatelyFast 1.6.7 1.21.1
|
434 | net_lenni0451_reflect: Reflect 1.3.4
|
435 | immersive-hotbar: Immersive Hotbar 1.0.4-1.21-1.21.1
|
436 | immersive_optimization: Immersive Optimization 0.1.0
|
437 | immersivearmorhud: Immersive Armor HUD 1.0.1
|
438 | immersiveui: ImmersiveUI 0.3.3
|
439 | improperui: ImproperUI 1.21-0.0.6-BETA
|
440 | infinitetrading: Infinite Trading 4.6
|
441 | inventorymending: Inventory Mending 1.2
|
442 | inventorysorter: Inventory Sorter 1.9.0-1.21
|
443 | kyrptconfig: Kyrpt Config 1.6.0-1.20.4
|
444 | iris: Iris 1.8.8 mc1.21.1
|
445 | io_github_douira_glsl-transformer: glsl-transformer 2.0.1
|
446 | org_anarres_jcpp: jcpp 1.4.14
|
447 | org_antlr_antlr4-runtime: antlr4-runtime 4.13.1
|
448 | irisflw: Iris Flywheel Compat 2.0.5
|
449 | itemborders: Item Borders 1.2.5
|
450 | jade: Jade 15.10.2 fabric
|
451 | jamlib: JamLib 1.3.5 1.21.1
|
452 | java: OpenJDK 64-Bit Server VM 21
|
453 | jei: Just Enough Items **.**.**.**
|
454 | konkrete: Konkrete 1.9.9
|
455 | krypton: Krypton 0.2.8
|
456 | com_velocitypowered_velocity-native: velocity-native 3.3.0-SNAPSHOT
|
457 | ksyxis: Ksyxis 1.3.4
|
458 | letmedespawn: Let Me Despawn 1.5.0
|
459 | libipn: libIPN 6.6.0
|
460 | litematica: Litematica 0.19.59
|
461 | lithium: Lithium 0.15.0 mc1.21.1
|
462 | loadingbackgrounds: Loading Backgrounds 2.0.0
|
463 | malilib: MaLiLib 0.21.9
|
464 | melody: Melody 1.0.10
|
465 | midnightlib: MidnightLib 1.7.5
|
466 | minecraft: Minecraft 1.21.1
|
467 | mobstacker: MobStacker 1.0.14b
|
468 | modelfix: Model Gap Fix 1.21-1.6
|
469 | modernfix: ModernFix 5.24.3 mc1.21.1
|
470 | modmenu: Mod Menu 11.0.3
|
471 | morechathistory: More Chat History 1.3.1
|
472 | moreculling: More Culling 1.0.6
|
473 | conditional-mixin: conditional mixin 0.6.3
|
474 | mousetweaks: Mouse Tweaks 2.26
|
475 | mr_blasting_plus: Blasting Plus 1.3
|
476 | mr_infinity_mending: Infinity and Mending 2
|
477 | mr_vanilla_refresh: Vanilla Refresh 1.4.26
|
478 | mr_void_totem: Void Totem 3
|
479 | mru: M.R.U 1.0.19 LTS 1.21.1 fabric
|
480 | org_commonmark_commonmark: commonmark 0.21.0
|
481 | musicnotification: Music Notification 2.1.0
|
482 | no-resource-pack-warnings: No Resource Pack Warnings 1.3.1
|
483 | nochatreports: No Chat Reports 1.21.1-v2.9.1
|
484 | noisium: Noisium 2.3.0 mc1.21-1.21.1
|
485 | notenoughanimations: NotEnoughAnimations **.**.**.**
|
486 | transition: TRansition 1.0.6
|
487 | octolib: OctoLib **.**.**.**
|
488 | owo: oωo **.**.**.** 1.21
|
489 | io_wispforest_endec: endec **.**.**.**
|
490 | io_wispforest_endec_gson: gson **.**.**.**
|
491 | io_wispforest_endec_jankson: jankson **.**.**.**
|
492 | io_wispforest_endec_netty: netty 0.1.2
|
493 | packetfixer: Packet Fixer 3.3.0
|
494 | particle_core: Particle Core 0.2.6 1.21
|
495 | particlerain: Particle Rain 4.0.0-beta.2 1.21.1-fabric
|
496 | particular: Particular 1.1.2 1.21
|
497 | pickupnotifier: Pick Up Notifier 21.1.1
|
498 | placeholder-api: Placeholder API 2.4.2 1.21
|
499 | playeranimator: Player Animator 2.0.1 1.21.1
|
500 | presencefootsteps: Presence Footsteps 1.11.0 1.21
|
501 | prism: root project 'Prism' 1.0.11
|
502 | puzzleslib: Puzzles Lib 21.1.36
|
503 | raised: Raised 5.0.2
|
504 | redirected: Redirected 1.0.0
|
505 | reeses-sodium-options: Reese's Sodium Options 1.8.3 mc1.21.4
|
506 | resourcefullib: Resourceful Lib 3.0.12
|
507 | com_teamresourceful_bytecodecs: bytecodecs 1.1.2
|
508 | com_teamresourceful_yabn: yabn 1.0.3
|
509 | resourcify: Resourcify 1.7.4
|
510 | rightclickharvest: Right Click Harvest 4.6.0 1.21.1
|
511 | scalablelux: ScalableLux **.**.**.** fabric.d0d58ab
|
512 | searchables: Searchables 1.0.2
|
513 | servercore: ServerCore 1.5.10 1.21.1
|
514 | org_yaml_snakeyaml: snakeyaml 2.3
|
515 | space_arim_dazzleconf_dazzleconf-core: dazzleconf-core 1.3.0-M2
|
516 | space_arim_dazzleconf_dazzleconf-ext-snakeyaml: dazzleconf-ext-snakeyaml 1.3.0-M2
|
517 | showmeyourskin: Show Me Your Skin! 1.11.3 1.21
|
518 | cardinal-components-base: Cardinal Components API (base) 6.1.0
|
519 | cardinal-components-entity: Cardinal Components API (entities) 6.1.0
|
520 | shutupdeadentities: ShutUpDeadEntities 1.1
|
521 | skinlayers3d: 3d-Skin-Layers 1.9.2
|
522 | sleepsooner: Sleep Sooner 4.7
|
523 | smoothchunk: Smooth chunk save Mod 1.21-4.1
|
524 | smoothgui: SmoothGui 0.1.1
|
525 | smoothscroll: Smooth Scroll 2.2.1
|
526 | sodium: Sodium 0.6.13 mc1.21.1
|
527 | sodium-extra: Sodium Extra 0.6.0 mc1.21.1
|
528 | sound_physics_remastered: Sound Physics Remastered 1.21.1-1.5.1
|
529 | sounds: Sounds 2.4.15 lts 1.21.1 fabric
|
530 | staaaaaaaaaaaack: Staaaaaaaaaaaack 1.21.1-1.8
|
531 | fiber: fiber 0.23.0-2
|
532 | stackable: Stackable 1.3.1
|
533 | stackrefill: Stack Refill 4.9
|
534 | subtle_effects: Subtle Effects 1.13.0
|
535 | superfastmath: SuperFastMath 0.0.2-1.21.1
|
536 | superflatworldnoslimes: Superflat World No Slimes 3.5
|
537 | suppressopengl1280: Suppress OpenGL Errors 1.2.5
|
538 | tcdcommons: TCD Commons API 3.12.7 fabric-1.21
|
539 | threadtweak: ThreadTweak 0.1.5 mc1.21.1
|
540 | tidal: Tidal 0.0.2-beta
|
541 | tlib: TLib 1.3.0-1.21.1
|
542 | trade_cycling: Trade Cycling 1.21.1-1.0.18
|
543 | tweakeroo: Tweakeroo 0.21.59
|
544 | txnilib: TxniLib 1.0.24
|
545 | vanillin: Vanillin 1.1.3 1.21.1
|
546 | flywheel: Flywheel 1.0.4 1.21.1
|
547 | videotape: Video Tape 1.0.0
|
548 | viewmodel: View Model 1.0.1-1.21-fabric
|
549 | villagernames: Villager Names 8.2
|
550 | visuality: Visuality 0.7.7 1.21
|
551 | vmp: Very Many Players 0.2.0 beta.7.172 1.21.1
|
552 | wakes: Wakes 0.4.1 1.21.1
|
553 | com_github_jdiemke_delaunay-triangulator_delaunaytriangulator: DelaunayTriangulator 1.0.0
|
554 | waveycapes: WaveyCapes 1.6.2
|
555 | worldplaytime: World Play Time 1.2.2
|
556 | xaerominimap: Xaero's Minimap 25.2.10
|
557 | xaeroworldmap: Xaero's World Map 1.39.12
|
558 | zoomify: Zoomify 2.14.6 1.21.1
|
559 | com_akuleshov7_ktoml-core-jvm: ktoml-core-jvm 0.5.2
|
560 | yet_another_config_lib_v3: YetAnotherConfigLib 3.7.1 1.21.1-fabric
|
561 | com_twelvemonkeys_common_common-image: common-image 3.12.0
|
562 | com_twelvemonkeys_common_common-io: common-io 3.12.0
|
563 | com_twelvemonkeys_common_common-lang: common-lang 3.12.0
|
564 | com_twelvemonkeys_imageio_imageio-core: imageio-core 3.12.0
|
565 | com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.12.0
|
566 | com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.12.0
|
567 | org_quiltmc_parsers_gson: gson 0.2.1
|
568 | org_quiltmc_parsers_json: json 0.2.1
|
569 | Flywheel Backend: flywheel:off
|
570 | Launched Version: 1.21.1
|
571 | Launcher name: PrismLauncher
|
572 | Backend library: LWJGL version 3.3.3-snapshot
|
573 | Backend API: Unknown
|
574 | Window size: <not initialized>
|
575 | GFLW Platform: <error>
|
576 | GL Caps: Using framebuffer using OpenGL 3.2
|
577 | GL debug messages: <disabled>
|
578 | Is Modded: Definitely; Client brand changed to 'fabric'
|
579 | Universe: 404
|
580 | Type: Client (map_client.txt)
|
581 | Locale: en_US
|
582 | System encoding: Cp1252
|
583 | File encoding: UTF-8
|
584 | CPU: <unknown>
|
585 |
|