1 | ---- Minecraft Crash Report ----
|
2 | |
3 |
|
4 | Time: 2025-03-13 20:00:26
|
5 | Description: Initializing game
|
6 |
|
7 | java.lang.RuntimeException: Could not execute entrypoint stage 'client' due to errors, provided by 'continuity' at 'me.pepperbell.continuity.client.ContinuityClient'!
|
8 | at net.fabricmc.loader.impl.FabricLoaderImpl.lambda$invokeEntrypoints$2(FabricLoaderImpl.java:403)
|
9 | at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33)
|
10 | at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:401)
|
11 | at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:53)
|
12 | at knot//net.minecraft.class_310.<init>(class_310.java:458)
|
13 | at knot//net.minecraft.client.main.Main.main(Main.java:211)
|
14 | at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
|
15 | at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
16 | at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
17 | Caused by: java.lang.BootstrapMethodError: java.lang.RuntimeException: Mixin transformation of me.pepperbell.continuity.client.processor.ConnectionPredicate failed
|
18 | at knot//me.pepperbell.continuity.client.ContinuityClient.onInitializeClient(ContinuityClient.java:77)
|
19 | at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:399)
|
20 | ... 6 more
|
21 | Caused by: java.lang.RuntimeException: Mixin transformation of me.pepperbell.continuity.client.processor.ConnectionPredicate failed
|
22 | at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:427)
|
23 | at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323)
|
24 | at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218)
|
25 | at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
|
26 | at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
|
27 | ... 8 more
|
28 | Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
|
29 | at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392)
|
30 | at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234)
|
31 | at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202)
|
32 | at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:422)
|
33 | ... 12 more
|
34 | Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [reframed.mixins.json:compat.ContinuityConnectionPredicateMixin from mod reframed] from phase [DEFAULT] in config [reframed.mixins.json] FAILED during APPLY
|
35 | at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:638)
|
36 | at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:589)
|
37 | at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:379)
|
38 | ... 15 more
|
39 | Caused by: org.spongepowered.asm.mixin.transformer.throwables.InvalidInterfaceMixinException: reframed.mixins.json:compat.ContinuityConnectionPredicateMixin from mod reframed->@Redirect::getBlockState(Lnet/minecraft/class_1920;Lnet/minecraft/class_2338;)Lnet/minecraft/class_2680; is not supported in interface mixin [ -> INJECT_PREPARE Applicator Phase -> reframed.mixins.json:compat.ContinuityConnectionPredicateMixin from mod reframed -> Prepare Injections]
|
40 | at org.spongepowered.asm.mixin.transformer.MixinApplicatorInterface.prepareInjections(MixinApplicatorInterface.java:129)
|
41 | at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:315)
|
42 | at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:246)
|
43 | at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:437)
|
44 | at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:418)
|
45 | at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
|
46 | ... 15 more
|
47 | Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Critical injection failure: @Redirect annotation on getBlockState could not find any targets matching 'Lme/pepperbell/continuity/client/processor/ConnectionPredicate;shouldConnect(Lnet/minecraft/class_1920;Lnet/minecraft/class_2680;Lnet/minecraft/class_2338;Lnet/minecraft/class_2338;Lnet/minecraft/class_2350;Lnet/minecraft/class_1058;)Z' in me/pepperbell/continuity/client/processor/ConnectionPredicate. Using refmap ReFramed-refmap.json [redirect$iao000$reframed$getBlockState(Lnet/minecraft/class_1920;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)Lnet/minecraft/class_2680; -> Parse -> -> Validate Targets]
|
48 | at org.spongepowered.asm.mixin.injection.selectors.TargetSelectors.validate(TargetSelectors.java:346)
|
49 | at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.readAnnotation(InjectionInfo.java:369)
|
50 | at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:340)
|
51 | at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:331)
|
52 | at org.spongepowered.asm.mixin.injection.struct.RedirectInjectionInfo.<init>(RedirectInjectionInfo.java:46)
|
53 | at jdk.internal.reflect.GeneratedConstructorAccessor68.newInstance(Unknown Source)
|
54 | at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
|
55 | at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Unknown Source)
|
56 | at java.base/java.lang.reflect.Constructor.newInstance(Unknown Source)
|
57 | at org.spongepowered.asm.mixin.injection.struct.InjectionInfo$InjectorEntry.create(InjectionInfo.java:196)
|
58 | at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.parse(InjectionInfo.java:664)
|
59 | at knot//com.llamalad7.mixinextras.sugar.impl.SugarWrapperImpl.<init>(SugarWrapperImpl.java:50)
|
60 | at knot//com.llamalad7.mixinextras.wrapper.WrapperInjectionInfo.<init>(WrapperInjectionInfo.java:30)
|
61 | at knot//com.llamalad7.mixinextras.sugar.impl.SugarWrapperInjectionInfo.<init>(SugarWrapperInjectionInfo.java:14)
|
62 | at jdk.internal.reflect.GeneratedConstructorAccessor71.newInstance(Unknown Source)
|
63 | at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
|
64 | at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Unknown Source)
|
65 | at java.base/java.lang.reflect.Constructor.newInstance(Unknown Source)
|
66 | at org.spongepowered.asm.mixin.injection.struct.InjectionInfo$InjectorEntry.create(InjectionInfo.java:196)
|
67 | at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.parse(InjectionInfo.java:664)
|
68 | at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1399)
|
69 | at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:731)
|
70 | at org.spongepowered.asm.mixin.transformer.MixinApplicatorInterface.prepareInjections(MixinApplicatorInterface.java:126)
|
71 | ... 20 more
|
72 |
|
73 |
|
74 | A detailed walkthrough of the error, its code path and all known details is as follows:
|
75 | ---------------------------------------------------------------------------------------
|
76 |
|
77 | -- Head --
|
78 | Thread: Render thread
|
79 | Stacktrace:
|
80 | at net.fabricmc.loader.impl.FabricLoaderImpl.lambda$invokeEntrypoints$2(FabricLoaderImpl.java:403)
|
81 | at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33)
|
82 | at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:401)
|
83 | at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:53)
|
84 | at knot//net.minecraft.class_310.<init>(class_310.java:458)
|
85 |
|
86 | -- Initialization --
|
87 | Details:
|
88 | Modules:
|
89 | ADVAPI32.dll:Advanced Windows 32 Base API:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
90 | COMCTL32.dll:User Experience Controls Library:6.10 (WinBuild.160101.0800):Microsoft Corporation
|
91 | CRYPT32.dll:Crypto API32:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
92 | CRYPTBASE.dll:Base cryptographic API DLL:10.0.26100.2894 (WinBuild.160101.0800):Microsoft Corporation
|
93 | CRYPTSP.dll:Cryptographic Service Provider API:10.0.26100.2454 (WinBuild.160101.0800):Microsoft Corporation
|
94 | DBGHELP.DLL:Windows Image Helper:10.0.26100.3037 (WinBuild.160101.0800):Microsoft Corporation
|
95 | DNSAPI.dll:DNS Client API DLL:10.0.26100.1591 (WinBuild.160101.0800):Microsoft Corporation
|
96 | GDI32.dll:GDI Client DLL:10.0.26100.2033 (WinBuild.160101.0800):Microsoft Corporation
|
97 | IMM32.DLL:Multi-User Windows IMM32 API Client DLL:10.0.26100.1150 (WinBuild.160101.0800):Microsoft Corporation
|
98 | IPHLPAPI.DLL:IP Helper API:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
99 | KERNEL32.DLL:Windows NT BASE API Client DLL:10.0.26100.3037 (WinBuild.160101.0800):Microsoft Corporation
|
100 | KERNELBASE.dll:Windows NT BASE API Client DLL:10.0.26100.3037 (WinBuild.160101.0800):Microsoft Corporation
|
101 | MSCTF.dll:MSCTF Server DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
102 | MpOav.dll:IOfficeAntiVirus Module:4.18.25010.11 (ec83cf58421ec327ad0aa75c31d55d275c486140):Microsoft Corporation
|
103 | NSI.dll:NSI User-mode interface DLL:10.0.26100.2894 (WinBuild.160101.0800):Microsoft Corporation
|
104 | NTASN1.dll:Microsoft ASN.1 API:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
105 | OLEAUT32.dll:OLEAUT32.DLL:10.0.26100.3323 (WinBuild.160101.0800):Microsoft Corporation
|
106 | POWRPROF.dll:Power Profile Helper DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
107 | PSAPI.DLL:Process Status Helper:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
108 | Pdh.dll:Windows Performance Data Helper DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
109 | RPCRT4.dll:Remote Procedure Call Runtime:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
110 | SHCORE.dll:SHCORE:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
111 | SHELL32.dll:Windows Shell Common Dll:10.0.26100.3323 (WinBuild.160101.0800):Microsoft Corporation
|
112 | UMPDC.dll:User Mode Power Dependency Coordinator:10.0.26100.1301 (WinBuild.160101.0800):Microsoft Corporation
|
113 | USER32.dll:Multi-User Windows USER API Client DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
114 | USERENV.dll:Userenv:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
115 | VCRUNTIME140.dll:Microsoft® C Runtime Library:14.29.30135.0 built by: vcwrkspc:Microsoft Corporation
|
116 | VERSION.dll:Version Checking and File Installation Libraries:10.0.26100.1150 (WinBuild.160101.0800):Microsoft Corporation
|
117 | WINHTTP.dll:Windows HTTP Services:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
118 | WINMM.dll:MCI API DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
119 | WS2_32.dll:Windows Socket 2.0 32-Bit DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
120 | amsi.dll:Anti-Malware Scan Interface:10.0.26100.1150 (WinBuild.160101.0800):Microsoft Corporation
|
121 | apphelp.dll:Application Compatibility Client Library:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
122 | awt.dll:Zulu Platform x64 Architecture:17.0.14:Azul Systems Inc.
|
123 | bcrypt.dll:Windows Cryptographic Primitives Library:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
124 | bcryptPrimitives.dll:Windows Cryptographic Primitives Library:10.0.26100.3037 (WinBuild.160101.0800):Microsoft Corporation
|
125 | clbcatq.dll:COM+ Configuration Catalog:2001.12.10941.16384 (WinBuild.160101.0800):Microsoft Corporation
|
126 | combase.dll:Microsoft COM for Windows:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
127 | dbgcore.DLL:Windows Core Debugging Helpers:10.0.26100.3037 (WinBuild.160101.0800):Microsoft Corporation
|
128 | dhcpcsvc.DLL:DHCP Client Service:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
129 | dhcpcsvc6.DLL:DHCPv6 Client:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
130 | dxcore.dll:DXCore:10.0.26100.3323 (WinBuild.160101.0800):Microsoft Corporation
|
131 | extnet.dll:Zulu Platform x64 Architecture:17.0.14:Azul Systems Inc.
|
132 | fastprox.dll:WMI Custom Marshaller:10.0.26100.3323 (WinBuild.160101.0800):Microsoft Corporation
|
133 | fwpuclnt.dll:FWP/IPsec User-Mode API:10.0.26100.3037 (WinBuild.160101.0800):Microsoft Corporation
|
134 | gdi32full.dll:GDI Client DLL:10.0.26100.3323 (WinBuild.160101.0800):Microsoft Corporation
|
135 | glfw.dll:GLFW 3.4.0 DLL:3.4.0:GLFW
|
136 | iertutil.dll:Run time utility for Internet Explorer:11.00.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
137 | imgui-java64.dll
|
138 | java.dll:Zulu Platform x64 Architecture:17.0.14:Azul Systems Inc.
|
139 | javaw.exe:Zulu Platform x64 Architecture:17.0.14:Azul Systems Inc.
|
140 | jemalloc.dll
|
141 | jimage.dll:Zulu Platform x64 Architecture:17.0.14:Azul Systems Inc.
|
142 | jli.dll:Zulu Platform x64 Architecture:17.0.14:Azul Systems Inc.
|
143 | jna651683391926528557.dll:JNA native library:6.1.4:Java(TM) Native Access (JNA)
|
144 | jsvml.dll:Zulu Platform x64 Architecture:17.0.14:Azul Systems Inc.
|
145 | jvm.dll:Zulu 64-Bit Server VM:17.0.14:Azul Systems Inc.
|
146 | kernel.appcore.dll:AppModel API Host:10.0.26100.1591 (WinBuild.160101.0800):Microsoft Corporation
|
147 | lwjgl.dll
|
148 | management.dll:Zulu Platform x64 Architecture:17.0.14:Azul Systems Inc.
|
149 | management_ext.dll:Zulu Platform x64 Architecture:17.0.14:Azul Systems Inc.
|
150 | msvcp140.dll:Microsoft® C Runtime Library:14.29.30135.0 built by: vcwrkspc:Microsoft Corporation
|
151 | msvcp_win.dll:Microsoft® C Runtime Library:10.0.26100.1882 (WinBuild.160101.0800):Microsoft Corporation
|
152 | msvcrt.dll:Windows NT CRT DLL:7.0.26100.1882 (WinBuild.160101.0800):Microsoft Corporation
|
153 | mswsock.dll:Microsoft Windows Sockets 2.0 Service Provider:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
154 | napinsp.dll:E-mail Naming Shim Provider:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
155 | ncrypt.dll:Windows NCrypt Router:10.0.26100.1591 (WinBuild.160101.0800):Microsoft Corporation
|
156 | net.dll:Zulu Platform x64 Architecture:17.0.14:Azul Systems Inc.
|
157 | netutils.dll:Net Win32 API Helpers DLL:10.0.26100.1882 (WinBuild.160101.0800):Microsoft Corporation
|
158 | nio.dll:Zulu Platform x64 Architecture:17.0.14:Azul Systems Inc.
|
159 | nlansp_c.dll:NLA Namespace Service Provider DLL:10.0.26100.3037 (WinBuild.160101.0800):Microsoft Corporation
|
160 | ntdll.dll:NT Layer DLL:10.0.26100.2454 (WinBuild.160101.0800):Microsoft Corporation
|
161 | ntmarta.dll:Windows NT MARTA provider:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
162 | ole32.dll:Microsoft OLE for Windows:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
163 | opus4j.dll
|
164 | perfos.dll:Windows System Performance Objects DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
165 | perfproc.dll:Windows System Process Performance Objects DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
166 | pfclient.dll:SysMain Client:10.0.26100.1301 (WinBuild.160101.0800):Microsoft Corporation
|
167 | profapi.dll:User Profile Basic API:10.0.26100.3323 (WinBuild.160101.0800):Microsoft Corporation
|
168 | rasadhlp.dll:Remote Access AutoDial Helper:10.0.26100.1150 (WinBuild.160101.0800):Microsoft Corporation
|
169 | rsaenh.dll:Microsoft Enhanced Cryptographic Provider:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
170 | sechost.dll:Host for SCM/SDDL/LSA Lookup APIs:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
171 | shlwapi.dll:Shell Light-weight Utility Library:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
172 | sqlite-3.47.2.0-79c18074-4bf0-47e7-b4ed-6a6c79a9b3fa-sqlitejdbc.dll
|
173 | srvcli.dll:Server Service Client DLL:10.0.26100.1150 (WinBuild.160101.0800):Microsoft Corporation
|
174 | sunmscapi.dll:Zulu Platform x64 Architecture:17.0.14:Azul Systems Inc.
|
175 | ucrtbase.dll:Microsoft® C Runtime Library:10.0.26100.3037 (WinBuild.160101.0800):Microsoft Corporation
|
176 | urlmon.dll:OLE32 Extensions for Win32:11.00.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
177 | uxtheme.dll:Microsoft UxTheme Library:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
178 | vcruntime140_1.dll:Microsoft® C Runtime Library:14.29.30135.0 built by: vcwrkspc:Microsoft Corporation
|
179 | verify.dll:Zulu Platform x64 Architecture:17.0.14:Azul Systems Inc.
|
180 | wbemcomn.dll:WMI:10.0.26100.1150 (WinBuild.160101.0800):Microsoft Corporation
|
181 | wbemprox.dll:WMI:10.0.26100.1000 (WinBuild.160101.0800):Microsoft Corporation
|
182 | wbemsvc.dll:WMI:10.0.26100.1000 (WinBuild.160101.0800):Microsoft Corporation
|
183 | win32u.dll:Win32u:10.0.26100.3323 (WinBuild.160101.0800):Microsoft Corporation
|
184 | windows.storage.dll:Microsoft WinRT Storage API:10.0.26100.1457 (WinBuild.160101.0800):Microsoft Corporation
|
185 | winrnr.dll:LDAP RnR Provider DLL:10.0.26100.1882 (WinBuild.160101.0800):Microsoft Corporation
|
186 | wintypes.dll:Windows Base Types DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
187 | wshbth.dll:Windows Sockets Helper DLL:10.0.26100.1882 (WinBuild.160101.0800):Microsoft Corporation
|
188 | wshunix.dll:AF_UNIX Winsock2 Helper DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
189 | zip.dll:Zulu Platform x64 Architecture:17.0.14:Azul Systems Inc.
|
190 | Stacktrace:
|
191 | at knot//net.minecraft.client.main.Main.main(Main.java:211)
|
192 | at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
|
193 | at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
194 | at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
195 |
|
196 | -- System Details --
|
197 | Details:
|
198 | Minecraft Version: 1.20.1
|
199 | Minecraft Version ID: 1.20.1
|
200 | Operating System: Windows 11 (amd64) version 10.0
|
201 | Java Version: 17.0.14, Azul Systems, Inc.
|
202 | Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Azul Systems, Inc.
|
203 | Memory: 247165712 bytes (235 MiB) / 1006632960 bytes (960 MiB) up to 9193914368 bytes (8768 MiB)
|
204 | CPUs: 20
|
205 | Processor Vendor: GenuineIntel
|
206 | Processor Name: 12th Gen Intel(R) Core(TM) i7-12700F
|
207 | Identifier: Intel64 Family 6 Model 151 Stepping 2
|
208 | Microarchitecture: Alder Lake
|
209 | Frequency (GHz): 2.11
|
210 | Number of physical packages: 1
|
211 | Number of physical CPUs: 12
|
212 | Number of logical CPUs: 20
|
213 | Graphics card #0 name: NVIDIA GeForce RTX 3060
|
214 | Graphics card #0 vendor: NVIDIA (0x10de)
|
215 | Graphics card #0 VRAM (MB): 4095.00
|
216 | Graphics card #0 deviceId: 0x2504
|
217 | Graphics card #0 versionInfo: DriverVersion=32.0.15.6094
|
218 | Memory slot #0 capacity (MB): 8192.00
|
219 | Memory slot #0 clockSpeed (GHz): 3.60
|
220 | Memory slot #0 type: DDR4
|
221 | Memory slot #1 capacity (MB): 8192.00
|
222 | Memory slot #1 clockSpeed (GHz): 3.60
|
223 | Memory slot #1 type: DDR4
|
224 | Memory slot #2 capacity (MB): 8192.00
|
225 | Memory slot #2 clockSpeed (GHz): 3.60
|
226 | Memory slot #2 type: DDR4
|
227 | Memory slot #3 capacity (MB): 8192.00
|
228 | Memory slot #3 clockSpeed (GHz): 3.60
|
229 | Memory slot #3 type: DDR4
|
230 | Virtual memory max (MB): 34629.21
|
231 | Virtual memory used (MB): 28150.79
|
232 | Swap memory total (MB): 2048.00
|
233 | Swap memory used (MB): 119.30
|
234 | JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8768M
|
235 | Fabric Mods:
|
236 | advancementplaques: Advancement Plaques 1.6.7
|
237 | ambientenvironment: Ambient Environment **.**.**.**
|
238 | ambientsounds: AmbientSounds 6.1.4
|
239 | amendments: Amendments 1.20-1.2.19
|
240 | animatica: Animatica 0.6.1+1.20.4
|
241 | appleskin: AppleSkin 2.5.1+mc1.20
|
242 | architectury: Architectury 9.2.14
|
243 | athena: Athena 3.1.2
|
244 | axiom: Axiom 4.6.2
|
245 | com_moulberry_axiomclientapi: axiomclientapi 1.0.0
|
246 | com_moulberry_mixinconstraints: mixinconstraints 1.0.7
|
247 | bakery: [Let's Do] Bakery 2.0.3
|
248 | betteradvancements: Better Advancements **.**.**.**
|
249 | betterarcheology: Better Archeology 1.2.1-1.20.1
|
250 | betterdeserttemples: YUNG's Better Desert Temples 1.20-Fabric-3.0.3
|
251 | org_reflections_reflections: reflections 0.10.2
|
252 | betterdungeons: YUNG's Better Dungeons 1.20-Fabric-4.0.4
|
253 | betterendisland: YUNG's Better End Island 1.20-Fabric-2.0.6
|
254 | betterfortresses: YUNG's Better Nether Fortresses 1.20-Fabric-2.0.6
|
255 | betterjungletemples: YUNG's Better Jungle Temples 1.20-Fabric-2.0.5
|
256 | bettermineshafts: YUNG's Better Mineshafts 1.20-Fabric-4.0.4
|
257 | bettermounthud: Better Mount HUD 1.2.2
|
258 | betteroceanmonuments: YUNG's Better Ocean Monuments 1.20-Fabric-3.0.4
|
259 | betterpingdisplay: Better Ping Display 1.1.1
|
260 | betterstats: Better Statistics Screen 3.12.6+fabric-1.20.1
|
261 | betterstrongholds: YUNG's Better Strongholds 1.20-Fabric-4.0.3
|
262 | betterthirdperson: Better Third Person 1.9.0
|
263 | betterwitchhuts: YUNG's Better Witch Huts 1.20-Fabric-3.0.3
|
264 | biome_replacer: Biome Replacer 1.7-mc1.20
|
265 | blur: Blur (Fabric) 3.1.0
|
266 | midnightlib: MidnightLib 1.4.1
|
267 | satin: Satin 1.13.0
|
268 | brewery: [Let's Do] Brewery 2.0.3
|
269 | bushierflowers: Bushier Flowers 0.0.3-1.20.1
|
270 | bwncr: Bad Wither No Cookie Reloaded 3.17.2
|
271 | camerautils: Camera Utils 1.20.1-1.0.14
|
272 | camping: [Let's Do] Camping 1.0.4
|
273 | candlelight: [Let's Do] Candlelight 2.0.2
|
274 | chas: Craftable Horse Armour & Saddle 1.20
|
275 | chat_heads: Chat Heads 0.13.13
|
276 | chatanimation: ChatAnimation 1.0.5
|
277 | cherishedworlds: Cherished Worlds 6.1.7+1.20.1
|
278 | chipped: Chipped 3.0.7
|
279 | chunky: Chunky 1.3.146
|
280 | cicada: CICADA 0.10.2+1.20.1
|
281 | cloth-config: Cloth Config v11 11.1.136
|
282 | cloth-basic-math: cloth-basic-math 0.6.1
|
283 | clumps: Clumps **.**.**.**
|
284 | collective: Collective 7.94
|
285 | continuity: Continuity 3.0.0+1.20.1
|
286 | controlling: Controlling For Fabric 12.0.2
|
287 | coolrain: CoolRain 1.1.0-1.20.1
|
288 | corgilib: CorgiLib **.**.**.**
|
289 | com_electronwill_night-config_core: core 3.8.0
|
290 | com_electronwill_night-config_toml: toml 3.8.0
|
291 | cosmetic-armor: Cosmetic Armor 1.6.0
|
292 | creativecore: CreativeCore 2.12.24
|
293 | net_minecraftforge_eventbus: eventbus 6.0.3
|
294 | cristellib: Cristel Lib 1.1.5
|
295 | blue_endless_jankson: jankson 1.2.3
|
296 | ctov: ChoiceTheorem's Overhauled Village 3.4.12
|
297 | cull-less-leaves: Cull Less Leaves 1.4.2+1.21-fabric
|
298 | decorative_blocks: Decorative Blocks 4.1.3
|
299 | demandingsaplings: Demanding Saplings 0.1.1
|
300 | detailab: Detail Armor Bar 2.6.3+1.20.1-fabric
|
301 | detailab_compat: Detail Armor Bar Compat 0.1.0
|
302 | diagonalfences: Diagonal Fences 8.1.5
|
303 | diagonalblocks: Diagonal Blocks 8.0.6
|
304 | diagonalwalls: Diagonal Walls 8.0.4
|
305 | diagonalwindows: Diagonal Windows 8.1.5
|
306 | disablerocketplaced: Disable rocket Placed 1.0.0
|
307 | distanthorizons: Distant Horizons 2.3.0-b
|
308 | do_a_barrel_roll: Do a Barrel Roll 3.6.1+1.20.1
|
309 | doapi: [Let's Do] API 1.2.15
|
310 | terraform-wood-api-v1: Terraform Wood API (v1) 7.0.1
|
311 | dustydecorations: Dusty Decorations Refabricated 1.1-1.20.1+1.20.2
|
312 | dynamic_fps: Dynamic FPS 3.9.0
|
313 | net_lostluma_battery: battery 1.3.0
|
314 | dynamiccrosshair: Dynamic Crosshair 9.3
|
315 | dynamiccrosshair-api: DynamicCrosshair API 1.1
|
316 | libbamboo: LibBamboo 2.2
|
317 | dynamiccrosshaircompat: Dynamic Crosshair Compat 4.2
|
318 | eatinganimationid: Eating Animation 1.20+1.9.61
|
319 | eg_fix_horizontal_camera_lag: Fix Horizontal Camera Lag 1.1.1
|
320 | enhancedblockentities: Enhanced Block Entities 0.9+1.20
|
321 | advanced_runtime_resource_pack: Runtime Resource Pack 0.6.7
|
322 | spruceui: SpruceUI 5.0.0+1.20
|
323 | entity_model_features: Entity Model Features 2.4.1
|
324 | entity_texture_features: Entity Texture Features 6.2.9
|
325 | org_apache_httpcomponents_httpmime: httpmime 4.5.10
|
326 | entityculling: EntityCulling 1.7.3
|
327 | exordium: Exordium 1.4.1
|
328 | explorify: Explorify 1.6.2
|
329 | explosiveenhancement: Explosive Enhancement 1.3.2-1.20-1.20.4
|
330 | exposure: Exposure 1.7.9
|
331 | fabric-api: Fabric API 0.92.3+1.20.1
|
332 | fabric-api-base: Fabric API Base 0.4.31+1802ada577
|
333 | fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.36+1802ada577
|
334 | fabric-biome-api-v1: Fabric Biome API (v1) 13.0.13+1802ada577
|
335 | fabric-block-api-v1: Fabric Block API (v1) 1.0.11+1802ada577
|
336 | fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.1+1802ada577
|
337 | fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.41+1802ada577
|
338 | fabric-client-tags-api-v1: Fabric Client Tags 1.1.2+1802ada577
|
339 | fabric-command-api-v1: Fabric Command API (v1) 1.2.34+f71b366f77
|
340 | fabric-command-api-v2: Fabric Command API (v2) 2.2.13+1802ada577
|
341 | fabric-commands-v0: Fabric Commands (v0) 0.2.51+df3654b377
|
342 | fabric-containers-v0: Fabric Containers (v0) 0.1.65+df3654b377
|
343 | fabric-content-registries-v0: Fabric Content Registries (v0) 4.0.12+1802ada577
|
344 | fabric-convention-tags-v1: Fabric Convention Tags 1.5.5+1802ada577
|
345 | fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.19+1802ada577
|
346 | fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.0.1+de0fd6d177
|
347 | fabric-data-generation-api-v1: Fabric Data Generation API (v1) 12.3.5+1802ada577
|
348 | fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.54+1802ada577
|
349 | fabric-entity-events-v1: Fabric Entity Events (v1) 1.6.0+1c78457f77
|
350 | fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.6.3+13a40c6677
|
351 | fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.63+df3654b377
|
352 | fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.40+1802ada577
|
353 | fabric-item-api-v1: Fabric Item API (v1) 2.1.28+1802ada577
|
354 | fabric-item-group-api-v1: Fabric Item Group API (v1) 4.0.13+1802ada577
|
355 | fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.37+1802ada577
|
356 | fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.35+df3654b377
|
357 | fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.22+1802ada577
|
358 | fabric-loot-api-v2: Fabric Loot API (v2) 1.2.2+1802ada577
|
359 | fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.46+9e7660c677
|
360 | fabric-message-api-v1: Fabric Message API (v1) 5.1.9+1802ada577
|
361 | fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.51+1802ada577
|
362 | fabric-model-loading-api-v1: Fabric Model Loading API (v1) 1.0.3+1802ada577
|
363 | fabric-models-v0: Fabric Models (v0) 0.4.2+9386d8a777
|
364 | fabric-networking-api-v1: Fabric Networking API (v1) 1.3.12+13a40c6677
|
365 | fabric-networking-v0: Fabric Networking (v0) 0.3.52+df3654b377
|
366 | fabric-object-builder-api-v1: Fabric Object Builder API (v1) 11.1.4+1802ada577
|
367 | fabric-particles-v1: Fabric Particles (v1) 1.1.2+1802ada577
|
368 | fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.22+1802ada577
|
369 | fabric-registry-sync-v0: Fabric Registry Sync (v0) 2.3.4+1802ada577
|
370 | fabric-renderer-api-v1: Fabric Renderer API (v1) 3.2.1+1802ada577
|
371 | fabric-renderer-indigo: Fabric Renderer - Indigo 1.5.2+85287f9f77
|
372 | fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.46+df3654b377
|
373 | fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.37+92a0d36777
|
374 | fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.28+1802ada577
|
375 | fabric-rendering-v0: Fabric Rendering (v0) 1.1.49+df3654b377
|
376 | fabric-rendering-v1: Fabric Rendering (v1) 3.0.8+1802ada577
|
377 | fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.3.8+1802ada577
|
378 | fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.11.11+fb82e9d777
|
379 | fabric-screen-api-v1: Fabric Screen API (v1) 2.0.8+1802ada577
|
380 | fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.31+1802ada577
|
381 | fabric-sound-api-v1: Fabric Sound API (v1) 1.0.13+1802ada577
|
382 | fabric-transfer-api-v1: Fabric Transfer API (v1) 3.3.5+8dd72ea377
|
383 | fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 4.3.1+1802ada577
|
384 | fabric-language-kotlin: Fabric Language Kotlin 1.13.1+kotlin.2.1.10
|
385 | org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 2.1.10
|
386 | org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 2.1.10
|
387 | org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 2.1.10
|
388 | org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 2.1.10
|
389 | org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.27.0
|
390 | org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.10.1
|
391 | org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.10.1
|
392 | org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.6.1
|
393 | org_jetbrains_kotlinx_kotlinx-io-bytestring-jvm: kotlinx-io-bytestring-jvm 0.6.0
|
394 | org_jetbrains_kotlinx_kotlinx-io-core-jvm: kotlinx-io-core-jvm 0.6.0
|
395 | org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.8.0
|
396 | org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.8.0
|
397 | org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.8.0
|
398 | fabricloader: Fabric Loader 0.16.10
|
399 | fabricskyboxes: FabricSkyBoxes 0.7.3+mc1.20.1
|
400 | fabrishot: Fabrishot 1.10.1
|
401 | fallingleaves: Falling Leaves 1.15.6
|
402 | farm_and_charm: [Let's Do] Farm & Charm 1.0.4
|
403 | farmersdelight: Farmer's Delight 1.20.1-2.3.0+refabricated
|
404 | mm: Manningham Mills 2.3
|
405 | porting_lib_accessors: Porting Lib Accessors 2.3.8+1.20.1
|
406 | porting_lib_base: Porting Lib Base 2.3.8+1.20.1
|
407 | porting_lib_attributes: Porting Lib Attributes 2.3.8+1.20.1
|
408 | porting_lib_common: Porting Lib Common 2.3.8+1.20.1
|
409 | porting_lib_entity: Porting Lib Entity 2.3.8+1.20.1
|
410 | porting_lib_extensions: Porting Lib Extensions 2.3.8+1.20.1
|
411 | porting_lib_fluids: Porting Lib Fluids 2.3.8+1.20.1
|
412 | porting_lib_gui_utils: Porting Lib Gui Utils 2.3.8+1.20.1
|
413 | porting_lib_mixin_extensions: Porting Lib Mixin Extensions 2.3.8+1.20.1
|
414 | porting_lib_transfer: Porting Lib Transfer 2.3.8+1.20.1
|
415 | porting_lib_utility: Porting Lib Utility 2.3.8+1.20.1
|
416 | porting_lib_config: Porting Lib Config 2.3.8+1.20.1
|
417 | porting_lib_lazy_registration: Porting Lib Lazy Register 2.3.8+1.20.1
|
418 | porting_lib_loot: Porting Lib Loot 2.3.8+1.20.1
|
419 | porting_lib_networking: Porting Lib Networking 2.3.8+1.20.1
|
420 | porting_lib_recipe_book_categories: Porting Lib Recipe Book Categories 2.3.8+1.20.1
|
421 | porting_lib_core: Porting Lib Core 2.3.8+1.20.1
|
422 | porting_lib_tags: Porting Lib Tags 3.0
|
423 | porting_lib_tool_actions: Porting Lib Tool Actions 2.3.8+1.20.1
|
424 | farmersknives: Farmer's Knives 3.2
|
425 | faster-random: Faster Random 5.1.0
|
426 | fastipping: Fast IP Ping 1.0.5
|
427 | fastquit: FastQuit 3.0.0+1.20+
|
428 | ferritecore: FerriteCore 6.0.1
|
429 | feytweaks: FeyTweaks 1.20-1.2.7
|
430 | firstperson: FirstPerson 2.4.8
|
431 | flowerymooblooms: Friends&Foes - Flowery Mooblooms 2.0.2
|
432 | forgeconfigapiport: Forge Config API Port 8.0.1
|
433 | freecam: Freecam (Modrinth Edition) 1.2.1+1.20
|
434 | friendsandfoes: Friends&Foes 3.0.8
|
435 | reach-entity-attributes: Reach Entity Attributes 2.4.0
|
436 | fullbrightnesstoggle: Full Brightness Toggle 4.3
|
437 | furniture: [Let's Do] Furniture 1.0.4
|
438 | fusion: Fusion 1.2.4
|
439 | fzzy_config: Fzzy Config 0.6.5+1.20.1
|
440 | fabric-permissions-api-v0: fabric-permissions-api 0.3.1
|
441 | net_peanuuutz_tomlkt_tomlkt-jvm: tomlkt-jvm 0.3.7
|
442 | geckoanimfix: GeckoLibIrisCompat 1.0.0
|
443 | geckolib: GeckoLib 4 4.7
|
444 | com_eliotlash_mclib_mclib: mclib 20
|
445 | geophilic: Geophilic 3.2
|
446 | grassseeds: Grass Seeds 3.4
|
447 | gravestones: Gravestones 1.0.12-1.20.1
|
448 | herbalbrews: [Let's Do] HerbalBrews 1.0.11
|
449 | hideexperimentalwarning: Hide Experimental Warning 1.2
|
450 | highlighter: Highlighter 1.1.9
|
451 | horsearmorstandmod: Horse Armor Stand Mod 1.0.2-1.20.1
|
452 | horsebuff: HorseBuff 2.1.2
|
453 | htm: Hey That's Mine 1.1.9
|
454 | common-protection-api: Common Protection API 1.0.0
|
455 | i-see-you-over-there: I see you over there! 1.0.1+1.19.4
|
456 | ice_boat_nerf: Ice Boat Nerf 1.0.17
|
457 | iceberg: Iceberg 1.1.25
|
458 | immediatelyfast: ImmediatelyFast 1.3.6+1.20.4
|
459 | net_lenni0451_reflect: Reflect 1.3.4
|
460 | immersive_weathering: Immersive Weathering 1.20.1-2.0.5
|
461 | immersivesnow: Immersive Snow 1.3.2
|
462 | increased_railsrecipeoutput_mr: Increased Rails Recipe Output 1.0
|
463 | indium: Indium 1.0.36+mc1.20.1
|
464 | infinite_banner_stack: Infinite Banner Stack 1.1.0
|
465 | invmove: InvMove 0.9.0
|
466 | iris: Iris 1.7.6+mc1.20.1
|
467 | io_github_douira_glsl-transformer: glsl-transformer 2.0.1
|
468 | org_anarres_jcpp: jcpp 1.4.14
|
469 | org_antlr_antlr4-runtime: antlr4-runtime 4.13.1
|
470 | irisflw: Iris Flywheel Compat 1.1.3
|
471 | flywheel: Flywheel 0.6.10-2
|
472 | isometric-renders: Isometric Renders 0.4.5+1.20
|
473 | worldmesher: Worldmesher 0.4.2+1.20
|
474 | item_obliterator: Item Obliterator 2.3.0
|
475 | itemfig: ItemFig 1.20.1-0.2.7-fabric
|
476 | items_displayed: Items Displayed 1.3
|
477 | jade: Jade 11.13.1+fabric
|
478 | jadeaddons: Jade Addons 5.4.0+fabric
|
479 | jamlib: JamLib 0.6.1+1.20.x
|
480 | java: OpenJDK 64-Bit Server VM 17
|
481 | jei: Just Enough Items **.**.**.**
|
482 | kaffees_dual_ride: Kaffee's Dual Ride 1.1.0
|
483 | kiwi: Kiwi Library 11.8.28+fabric
|
484 | krypton: Krypton 0.2.3
|
485 | com_velocitypowered_velocity-native: velocity-native 3.2.0-SNAPSHOT
|
486 | ksyxis: Ksyxis 1.3.3
|
487 | lambdynlights: LambDynamicLights 2.3.2+1.20.1
|
488 | pride: Pride Lib 1.2.0+1.19.4
|
489 | languagereload: Language Reload 1.7.2+1.20.1
|
490 | leafmealone: Leaf Me Alone 1.0.1
|
491 | leahs-immersive-thunder: Immersive Thunder 1.20.1+1.2.2
|
492 | legendarytooltips: Legendary Tooltips 1.4.5
|
493 | linkart: Linkart 5.4.4-1.20.2-build.133
|
494 | dark-matter-base: Dark Matter Base 4.0.0-1.20.1-build.481
|
495 | lithium: Lithium 0.11.3
|
496 | lithostitched: Lithostitched 1.4
|
497 | lootr: Lootr **.**.**.**
|
498 | make_bubbles_pop: Make Bubbles Pop 0.3.0-fabric
|
499 | map_album: MapAlbum 1.2.0
|
500 | meadow: [Let's Do] Meadow 1.3.23
|
501 | memoryleakfix: Memory Leak Fix 1.1.5
|
502 | minecraft: Minecraft 1.20.1
|
503 | modernfix: ModernFix 5.20.2+mc1.20.1
|
504 | modmenu: Mod Menu 7.2.2
|
505 | moonlight: Moonlight 1.20-2.13.72
|
506 | morechathistory: More Chat History 1.3.0
|
507 | moreculling: More Culling 1.20.4-0.24.0
|
508 | conditional-mixin: conditional mixin 0.3.2
|
509 | mousetweaks: Mouse Tweaks 2.26
|
510 | mousewheelie: Mouse Wheelie 1.13.0+mc1.20.1
|
511 | amecsapi: Amecs API 1.5.1+mc1.20-pre1
|
512 | coat: Coat 1.0.0-beta.20+mc1.20-pre1
|
513 | tweed4_annotated: tweed4_annotated 1.3.1+mc1.20-pre1
|
514 | tweed4_base: tweed4_base 1.7.1+mc1.20-pre1
|
515 | tweed4_data: tweed4_data 1.2.1+mc1.20-pre1
|
516 | tweed4_data_hjson: tweed4_data_hjson 1.1.1+mc1.20-pre1
|
517 | tweed4_tailor_coat: tweed4_tailor_coat 1.1.3+mc1.20-pre1
|
518 | tweed4_tailor_lang_json_descriptions: tweed4_tailor_lang_json_descriptions 1.1.0+mc1.20-pre1
|
519 | tweed4_tailor_screen: tweed4_tailor_screen 1.1.4+mc1.20-pre1
|
520 | mr_backported_wolvesterralithcompat: Backported Wolves & Terralith - Compat 1.0
|
521 | mr_ctov_farmersdelightcompat: CTOV - Farmer Delight Compat 2.1
|
522 | mr_ctov_friendsandfoescompat: CTOV - Friends and Foes Compat 2.0
|
523 | mr_darcenos_minecarts: Darceno's Minecarts 1-slower.1.3
|
524 | mr_grindable_gravel: Grindable Gravel 1.0
|
525 | mru: Mineblock's Repeated Utilities 1.0.4+1.20.1+fabric
|
526 | multiworldborders: Multi World Borders 1.6.2-fabric-1.20
|
527 | naturalist: Naturalist 4.0.3
|
528 | necronomicon: Necronomicon 1.6.0
|
529 | niftycarts: NiftyCarts 20.1.3
|
530 | nnvf: No Night Vision Flickering 0.1.3_1.20
|
531 | no-resource-pack-warnings: No Resource Pack Warnings 1.3.0
|
532 | no-rocket-boosting: No Rocket Boosting 1.0.0
|
533 | nochatreports: No Chat Reports 1.20.1-v2.2.2
|
534 | noisium: Noisium 2.3.0+mc1.20-1.20.1
|
535 | notenoughanimations: NotEnoughAnimations 1.9.2
|
536 | openloader: OpenLoader 19.0.4
|
537 | owo: oωo 0.11.2+1.20
|
538 | particlerain: Particle Rain 3.0.6-1.20
|
539 | player-animator: Player Animator 1.0.2-rc1+1.20
|
540 | pneumonocore: PneumonoCore 1.1.4+1.20.1
|
541 | polymorph: Polymorph 0.49.8+1.20.1
|
542 | cardinal-components-block: Cardinal Components API (blocks) 5.2.1
|
543 | cardinal-components-item: Cardinal Components API (items) 5.2.1
|
544 | spectrelib: SpectreLib 0.13.17+1.20.1
|
545 | potioncauldron: Potion Cauldron 1.0.1+mc1.20
|
546 | presencefootsteps: Presence Footsteps 1.10.1+1.20.1
|
547 | kirin: Kirin UI 1.15.6+1.20.1
|
548 | prism: Prism 1.0.5
|
549 | puzzleslib: Puzzles Lib 8.1.29
|
550 | puzzlesaccessapi: Puzzles Access Api 20.1.1
|
551 | pvpflag: pvpflag 1.3.0+1.20.1
|
552 | cardinal-components-base: Cardinal Components API (base) 5.2.2
|
553 | cardinal-components-entity: Cardinal Components API (entities) 5.2.2
|
554 | readyplayerfun: Ready Player Fun 1.20.1-3.0.0.0-FABRIC
|
555 | reeses-sodium-options: Reese's Sodium Options 1.7.2+mc1.20.1-build.101
|
556 | reframed: ReFramed 1.6.6
|
557 | replaymod: Replay Mod 1.20.1-2.6.20
|
558 | resourcefullib: Resourceful Lib 2.1.29
|
559 | com_teamresourceful_bytecodecs: bytecodecs 1.0.2
|
560 | com_teamresourceful_yabn: yabn 1.0.3
|
561 | ridingmousefix: Riding Mouse Fix 1.0.0
|
562 | rightclickharvest: Right Click Harvest 3.2.3+1.19.x-1.20.1-fabric
|
563 | rrls: Remove Reloading Screen **.**.**.**+mc1.20.1-fabric
|
564 | screenshot_viewer: Screenshot Viewer 1.3.1-fabric-mc1.20
|
565 | catconfig-mc: Cat Config MC 0.2.1
|
566 | io_github_lgatodu47_catconfig: catconfig 0.3.0
|
567 | screenshotclipboard: Screenshot to Clipboard 1.0.9
|
568 | searchables: Searchables 1.0.3
|
569 | seasons: Fabric Seasons 2.4.2-BETA+1.20
|
570 | seasonsdelightcompat: Fabric Seasons: Delight Compat 1.0-1.3.9
|
571 | seasonsterralithcompat: Fabric Seasons: Terralith Compat 1.0-2.3.7
|
572 | securecrops: Secure Crops 2.0.0
|
573 | shulkerboxtooltip: Shulker Box Tooltip 4.0.4+1.20.1
|
574 | simplemod: SimpleMod 1.20.1
|
575 | sit: Sit 1.20.1-27
|
576 | sittingplus: sittingplus 1.0.0
|
577 | skinlayers3d: 3d-Skin-Layers 1.7.4
|
578 | smallships: Small Ships 2.0.0-b1.4
|
579 | snowrealmagic: Snow! Real Magic! 10.6.1
|
580 | snowundertrees: Snow Under Trees 2.5.4+1.20.1
|
581 | sodium: Sodium 0.5.13+mc1.20.1
|
582 | sodium-extra: Sodium Extra 0.5.9+mc1.20.1
|
583 | caffeineconfig: CaffeineConfig 1.3.0+1.17
|
584 | sodiumdynamiclights: Sodium Dynamic Lights 1.0.9
|
585 | sodiumextras: Sodium Extras 1.0.6
|
586 | sodiumoptionsapi: Sodium Options API 1.0.10
|
587 | mixinsquared: MixinSquared 0.2.0-beta.6
|
588 | sodiumoptionsmodcompat: Sodium Options Mod Compat 1.0.0
|
589 | sounds: Sounds 2.2.1+1.20.1+fabric
|
590 | mixinextras: MixinExtras 0.5.0-beta.2
|
591 | spark: spark 1.10.53
|
592 | sparsestructures: SparseStructures 2.2.0
|
593 | sspb: Sodium Shadowy Path Blocks 3.4.1
|
594 | starlight: Starlight 1.1.2+fabric.dbc156f
|
595 | steep-surface-fix: Steep Surface Fix 1.0
|
596 | stendhal: Stendhal 1.4.1-1.20
|
597 | libgui: LibGui 8.0.1+1.20
|
598 | jankson: Jankson 5.0.1+j1.2.2
|
599 | libninepatch: LibNinePatch 1.2.0
|
600 | styledchat: Styled Chat 2.2.4+1.20.1
|
601 | placeholder-api: Placeholder API 2.1.4+1.20.1
|
602 | player-data-api: Player Data API 0.2.2+1.19.3
|
603 | predicate-api: Predicate API 0.1.2+1.20
|
604 | subtle_effects: Subtle Effects 1.9.2
|
605 | supermartijn642configlib: SuperMartijn642's Config Lib 1.1.8+a
|
606 | supplementaries: Supplementaries 1.20-3.1.16
|
607 | suppsquared: Supplementaries Squared 1.20-1.1.21
|
608 | sushi_bar: Sushi Bar 0.2.2+1.20
|
609 | t_and_t: Towns and Towers 1.12
|
610 | talkbubbles: Talk Bubbles 1.0.8
|
611 | tcdcommons: TCD Commons API 3.12.3+fabric-1.20.1
|
612 | tectonic: Tectonic 2.4.4
|
613 | terrablender: TerraBlender **.**.**.**
|
614 | terralith: Terralith 2.5.4
|
615 | terralith_andesite_patch: Terralith Andesite Patch 2.4.11
|
616 | threadtweak: ThreadTweak 1.20.2-0.1.1
|
617 | tia: Tiny Item Animations 1.20-1.1
|
618 | treechop: HT's TreeChop 0.19.0
|
619 | trinkets: Trinkets 3.7.2
|
620 | trowel: Trowel 1.3.0-1.20
|
621 | txnilib: TxniLib 1.0.21
|
622 | universal_shops: Universal Shops 1.3.2+1.20.1
|
623 | common-economy-api: Common Economy API 1.1.1
|
624 | polymer-core: Polymer (Core) 0.5.3+1.20.1
|
625 | polymer-networking: Polymer (Networking) 0.5.3+1.20.1
|
626 | polymer-registry-sync-manipulator: Polymer (Registry Sync Manipulator) 0.5.3+1.20.1
|
627 | polymer-resource-pack: Polymer (Resource Pack) 0.5.3+1.20.1
|
628 | polymer-common: Polymer (Common) 0.5.3+1.20.1
|
629 | polymer-virtual-entity: Polymer (Virtual Entity) 0.5.3+1.20.1
|
630 | server_translations_api: Server Translations API 2.0.0+1.20
|
631 | packet_tweaker: Packet Tweaker 0.4.0+1.19.4
|
632 | sgui: sgui 1.2.2+1.20
|
633 | valkib: ValkIB 1.0.0
|
634 | valkyrienrelogs: ValkyrienRelogs 0.3.0
|
635 | valkyrienskies: Valkyrien Skies 2 2.3.0-beta.5
|
636 | vcinteraction: Voice Chat Interaction 1.20.1-1.0.6
|
637 | villagersplus: Villagers Plus 3.1
|
638 | vinery: [Let's Do] Vinery 1.4.38
|
639 | visuality: Visuality 0.7.1+1.20
|
640 | voicechat: Simple Voice Chat 1.20.1-2.5.28
|
641 | vs_eureka: VS Eureka Mod 1.5.1-beta.3
|
642 | waterdripsound: Drip Sounds 0.4.0
|
643 | waveycapes: WaveyCapes 1.5.1
|
644 | wso16: Why stacks of 16? 1.2
|
645 | xercapaint: Joy of Painting fabric-1.20.1-1.0.1
|
646 | xxlpackets: XXLPackets 1.0.5
|
647 | yet_another_config_lib_v3: YetAnotherConfigLib 3.6.3+1.20.1-fabric
|
648 | yosbr: YOSBR 0.1.2
|
649 | ysns: You Shall Not Spawn 2.0.2
|
650 | yungsapi: YUNG's API 1.20-Fabric-4.0.6
|
651 | org_javassist_javassist: javassist 3.29.2-GA
|
652 | yungsextras: YUNG's Extras 1.20-Fabric-4.0.3
|
653 | zoomify: Zoomify 2.14.2+1.20.1
|
654 | com_akuleshov7_ktoml-core-jvm: ktoml-core-jvm 0.5.2
|
655 | Flywheel Backend: Uninitialized
|
656 | Launched Version: 1.20.1
|
657 | Backend library: LWJGL version 3.3.1 SNAPSHOT
|
658 | Backend API: Unknown
|
659 | Window size: <not initialized>
|
660 | GL Caps: Using framebuffer using OpenGL 3.2
|
661 | GL debug messages: <disabled>
|
662 | Using VBOs: Yes
|
663 | Is Modded: Definitely; Client brand changed to 'fabric'
|
664 | Type: Client (map_client.txt)
|
665 | CPU: <unknown>
|
666 |
|