Fabric 1.21.1 Crash Report

#HaND6A5
1602 lines
Raw
Analysis
Minecraft version:
1.21.1
Java version:
21.0.7
Fabric loader version:
0.17.3
1---- Minecraft Crash Report ----
2// I bet Cylons wouldn't have this problem.
3
4Time: 2025-10-11 08:57:19
5Description: Initializing game
6
7java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'additional_lights' at 'com.mgen256.al.AdditionalLights'!
8 at net.fabricmc.loader.impl.FabricLoaderImpl.lambda$invokeEntrypoints$0(FabricLoaderImpl.java:409)
9 at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33)
10 at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:407)
11 at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:52)
12 at knot//net.minecraft.class_310.<init>(class_310.java:477)
13 at knot//net.minecraft.client.main.Main.main(Main.java:239)
14 at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:506)
15 at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:72)
16 at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
17 Suppressed: net.fabricmc.loader.api.EntrypointException: Exception while loading entries for entrypoint 'main' provided by 'enchantedbookredesign'
18 at net.fabricmc.loader.impl.entrypoint.EntrypointContainerImpl.getEntrypoint(EntrypointContainerImpl.java:56)
19 at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:405)
20 ... 6 more
21 Caused by: net.fabricmc.loader.api.LanguageAdapterException: java.lang.ClassNotFoundException: com.example.examplemod.ExampleMod
22 at net.fabricmc.loader.impl.util.DefaultLanguageAdapter.create(DefaultLanguageAdapter.java:52)
23 at net.fabricmc.loader.impl.entrypoint.EntrypointStorage$NewEntry.getOrCreate(EntrypointStorage.java:124)
24 at net.fabricmc.loader.impl.entrypoint.EntrypointContainerImpl.getEntrypoint(EntrypointContainerImpl.java:53)
25 ... 7 more
26 Caused by: java.lang.ClassNotFoundException: com.example.examplemod.ExampleMod
27 at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(Unknown Source)
28 at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
29 at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:239)
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.forName0(Native Method)
33 at java.base/java.lang.Class.forName(Unknown Source)
34 at java.base/java.lang.Class.forName(Unknown Source)
35 at net.fabricmc.loader.impl.util.DefaultLanguageAdapter.create(DefaultLanguageAdapter.java:50)
36 ... 9 more
37 Suppressed: java.lang.NullPointerException: Cannot invoke "net.lopymine.mtd.config.MyTotemDollConfig.isModEnabled()" because the return value of "net.lopymine.mtd.client.MyTotemDollClient.getConfig()" is null
38 at knot//net.minecraft.class_1799.modifyReturnValue$noj000$my-totem-doll$getName(class_1799.java:19140)
39 at knot//net.minecraft.class_1799.method_7964(class_1799.java:733)
40 at knot//com.magistuarmory.item.ArmorDecoration.decorate(ArmorDecoration.java:33)
41 at knot//com.magistuarmory.api.item.ModItemsProvider.getDecoratedStack(ModItemsProvider.java:189)
42 at knot//com.magistuarmory.misc.ModCreativeTabs.lambda$static$0(ModCreativeTabs.java:28)
43 at knot//com.magistuarmory.misc.ModCreativeTabs.lambda$appendStack$6(ModCreativeTabs.java:231)
44 at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source)
45 at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source)
46 at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Unknown Source)
47 at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source)
48 at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source)
49 at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source)
50 at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source)
51 at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source)
52 at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source)
53 at knot//com.magistuarmory.misc.ModCreativeTabs.appendStack(ModCreativeTabs.java:230)
54 at knot//com.magistuarmory.misc.ModCreativeTabs.init(ModCreativeTabs.java:68)
55 at knot//com.magistuarmory.EpicKnights.init(EpicKnights.java:55)
56 at knot//com.magistuarmory.fabric.EpicKnightsFabric.onInitialize(EpicKnightsFabric.java:11)
57 at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:405)
58 ... 6 more
59 Suppressed: java.lang.NoClassDefFoundError: blackwolf00/blackwolflibrary/blocks/normal/ButtonMod
60 at knot//blackwolf00.morebuttons.Main.onInitialize(Main.java:18)
61 at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:405)
62 ... 6 more
63 Caused by: java.lang.ClassNotFoundException: blackwolf00.blackwolflibrary.blocks.normal.ButtonMod
64 at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(Unknown Source)
65 at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
66 at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:239)
67 at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
68 at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
69 ... 8 more
70 Suppressed: java.lang.NoClassDefFoundError: blackwolf00/blackwolflibrary/blocks/normal/CarpetMod
71 at knot//blackwolf00.morecarpets.Main.onInitialize(Main.java:18)
72 at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:405)
73 ... 6 more
74 Caused by: java.lang.ClassNotFoundException: blackwolf00.blackwolflibrary.blocks.normal.CarpetMod
75 at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(Unknown Source)
76 at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
77 at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:239)
78 at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
79 at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
80 ... 8 more
81 Suppressed: java.lang.NoClassDefFoundError: blackwolf00/blackwolflibrary/blocks/normal/ButtonMod
82 at knot//blackwolf00.moredecorativeblocks.Main.onInitialize(Main.java:16)
83 at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:405)
84 ... 6 more
85 Caused by: java.lang.ClassNotFoundException: blackwolf00.blackwolflibrary.blocks.normal.ButtonMod
86 at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(Unknown Source)
87 at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
88 at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:239)
89 at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
90 at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
91 ... 8 more
92 Suppressed: java.lang.NoClassDefFoundError: blackwolf00/blackwolflibrary/blocks/normal/DoorMod
93 at knot//blackwolf00.moredoors.Main.onInitialize(Main.java:18)
94 at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:405)
95 ... 6 more
96 Caused by: java.lang.ClassNotFoundException: blackwolf00.blackwolflibrary.blocks.normal.DoorMod
97 at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(Unknown Source)
98 at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
99 at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:239)
100 at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
101 at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
102 ... 8 more
103 Suppressed: java.lang.NoClassDefFoundError: blackwolf00/blackwolflibrary/blocks/normal/GateMod
104 at knot//blackwolf00.morefences.Main.onInitialize(Main.java:18)
105 at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:405)
106 ... 6 more
107 Caused by: java.lang.ClassNotFoundException: blackwolf00.blackwolflibrary.blocks.normal.GateMod
108 at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(Unknown Source)
109 at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
110 at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:239)
111 at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
112 at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
113 ... 8 more
114 Suppressed: java.lang.NoClassDefFoundError: blackwolf00/blackwolflibrary/blocks/normal/StairsMod
115 at knot//blackwolf00.morestairs.Main.onInitialize(Main.java:19)
116 at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:405)
117 ... 6 more
118 Caused by: java.lang.ClassNotFoundException: blackwolf00.blackwolflibrary.blocks.normal.StairsMod
119 at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(Unknown Source)
120 at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
121 at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:239)
122 at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
123 at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
124 ... 8 more
125 Suppressed: java.lang.NoClassDefFoundError: blackwolf00/blackwolflibrary/blocks/normal/TrapdoorMod
126 at knot//blackwolf00.moretrapdoor.Main.onInitialize(Main.java:19)
127 at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:405)
128 ... 6 more
129 Caused by: java.lang.ClassNotFoundException: blackwolf00.blackwolflibrary.blocks.normal.TrapdoorMod
130 at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(Unknown Source)
131 at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
132 at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:239)
133 at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
134 at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
135 ... 8 more
136 Suppressed: java.lang.NoClassDefFoundError: blackwolf00/blackwolflibrary/blocks/normal/WallMod
137 at knot//blackwolf00.morewalls.Main.onInitialize(Main.java:19)
138 at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:405)
139 ... 6 more
140 Caused by: java.lang.ClassNotFoundException: blackwolf00.blackwolflibrary.blocks.normal.WallMod
141 at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(Unknown Source)
142 at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
143 at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:239)
144 at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
145 at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
146 ... 8 more
147 Suppressed: java.lang.IllegalStateException: Duplicate key rusticdelight:cotton_boll_crate (attempted merging values Block{rusticdelight:cotton_boll_crate} and Block{rusticdelight:cotton_boll_crate})
148 at java.base/java.util.stream.Collectors.duplicateKeyException(Unknown Source)
149 at java.base/java.util.stream.Collectors.lambda$uniqKeysMapAccumulator$1(Unknown Source)
150 at java.base/java.util.stream.ReduceOps$3ReducingSink.accept(Unknown Source)
151 at knot//it.unimi.dsi.fastutil.objects.ObjectArrayList$Spliterator.forEachRemaining(ObjectArrayList.java:955)
152 at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source)
153 at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source)
154 at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(Unknown Source)
155 at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source)
156 at java.base/java.util.stream.ReferencePipeline.collect(Unknown Source)
157 at knot//dev.upcraft.sparkweave.fabric.service.FabricRegistryService.visitRegistry(FabricRegistryService.java:33)
158 at knot//dev.upcraft.sparkweave.fabric.entrypoint.Main.onInitialize(Main.java:25)
159 at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:405)
160 ... 6 more
161 Suppressed: net.fabricmc.loader.api.EntrypointException: Exception while loading entries for entrypoint 'terrablender' provided by 'better_snowball'
162 at net.fabricmc.loader.impl.entrypoint.EntrypointContainerImpl.getEntrypoint(EntrypointContainerImpl.java:56)
163 at knot//terrablender.core.TerraBlenderFabric.lambda$onInitialize$0(TerraBlenderFabric.java:35)
164 at java.base/java.util.ArrayList.forEach(Unknown Source)
165 at knot//terrablender.core.TerraBlenderFabric.onInitialize(TerraBlenderFabric.java:34)
166 at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:405)
167 ... 6 more
168 Caused by: net.fabricmc.loader.api.LanguageAdapterException: Class com.skniro.better_snowball.BetterSnowball cannot be cast to terrablender.api.TerraBlenderApi!
169 at net.fabricmc.loader.impl.util.DefaultLanguageAdapter.create(DefaultLanguageAdapter.java:63)
170 at net.fabricmc.loader.impl.entrypoint.EntrypointStorage$NewEntry.getOrCreate(EntrypointStorage.java:124)
171 at net.fabricmc.loader.impl.entrypoint.EntrypointContainerImpl.getEntrypoint(EntrypointContainerImpl.java:53)
172 ... 10 more
173Caused by: java.lang.NullPointerException: Cannot invoke "net.minecraft.class_1922.method_8320(net.minecraft.class_2338)" because "world" is null
174 at knot//net.minecraft.class_4970$class_4971.handler$dfo000$bountifulfares$getMapColor(class_4970.java:2389)
175 at knot//net.minecraft.class_4970$class_4971.method_26205(class_4970.java)
176 at knot//com.mgen256.al.blocks.Fire.<init>(Fire.java:17)
177 at knot//com.mgen256.al.ModBlockList.lambda$static$165(ModBlockList.java:191)
178 at knot//com.mgen256.al.ModBlockList.get(ModBlockList.java:218)
179 at knot//com.mgen256.al.ModBlockList.register(ModBlockList.java:228)
180 at knot//com.mgen256.al.AdditionalLights.onInitialize(AdditionalLights.java:44)
181 at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:405)
182 ... 6 more
183
184
185A detailed walkthrough of the error, its code path and all known details is as follows:
186---------------------------------------------------------------------------------------
187
188-- Head --
189Thread: Render thread
190Stacktrace:
191 at net.fabricmc.loader.impl.FabricLoaderImpl.lambda$invokeEntrypoints$0(FabricLoaderImpl.java:409)
192 at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33)
193 at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:407)
194 at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:52)
195 at knot//net.minecraft.class_310.<init>(class_310.java:477)
196
197-- Initialization --
198Details:
199 Modules:
200 ADVAPI32.dll:Advanced Windows 32 Base API:10.0.22621.5124 (WinBuild.160101.0800):Microsoft Corporation
201 COMCTL32.dll:User Experience Controls Library:6.10 (WinBuild.160101.0800):Microsoft Corporation
202 CRYPT32.dll:Crypto API32:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
203 CRYPTBASE.dll:Base cryptographic API DLL:10.0.22621.4746 (WinBuild.160101.0800):Microsoft Corporation
204 CRYPTSP.dll:Cryptographic Service Provider API:10.0.22621.5415 (WinBuild.160101.0800):Microsoft Corporation
205 DBGHELP.DLL:Windows Image Helper:10.0.22621.5471 (WinBuild.160101.0800):Microsoft Corporation
206 DNSAPI.dll:DNS Client API DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
207 GDI32.dll:GDI Client DLL:10.0.22621.5697 (WinBuild.160101.0800):Microsoft Corporation
208 IMM32.DLL:Multi-User Windows IMM32 API Client DLL:10.0.22621.5697 (WinBuild.160101.0800):Microsoft Corporation
209 IPHLPAPI.DLL:IP Helper API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
210 KERNEL32.DLL:Windows NT BASE API Client DLL:10.0.22621.5624 (WinBuild.160101.0800):Microsoft Corporation
211 KERNELBASE.dll:Windows NT BASE API Client DLL:10.0.22621.5624 (WinBuild.160101.0800):Microsoft Corporation
212 MpOav.dll:IOfficeAntiVirus Module:4.18.25080.5 (aec027e97d1d7ab25370672d0fb4548480483a83):Microsoft Corporation
213 NSI.dll:NSI User-mode interface DLL:10.0.22621.4746 (WinBuild.160101.0800):Microsoft Corporation
214 NTASN1.dll:Microsoft ASN.1 API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
215 OLEAUT32.dll:OLEAUT32.DLL:10.0.22621.5697 (WinBuild.160101.0800):Microsoft Corporation
216 Ole32.dll:Microsoft OLE for Windows:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
217 POWRPROF.dll:Power Profile Helper DLL:10.0.22621.3374 (WinBuild.160101.0800):Microsoft Corporation
218 PSAPI.DLL:Process Status Helper:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
219 Pdh.dll:Windows Performance Data Helper DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
220 RPCRT4.dll:Remote Procedure Call Runtime:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
221 SHCORE.dll:SHCORE:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
222 SHELL32.dll:Windows Shell Common Dll:10.0.22621.5413 (WinBuild.160101.0800):Microsoft Corporation
223 UMPDC.dll:User Mode Power Dependency Coordinator:10.0.22621.5124 (WinBuild.160101.0800):Microsoft Corporation
224 USER32.dll:Multi-User Windows USER API Client DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
225 USERENV.dll:Userenv:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
226 VCRUNTIME140.dll:Microsoft® C Runtime Library:14.40.33810.0:Microsoft Corporation
227 VERSION.dll:Version Checking and File Installation Libraries:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
228 WINHTTP.dll:Windows HTTP Services:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
229 WINMM.dll:MCI API DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
230 WS2_32.dll:Windows Socket 2.0 32-Bit DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
231 amsi.dll:Anti-Malware Scan Interface:10.0.22621.3527 (WinBuild.160101.0800):Microsoft Corporation
232 apphelp.dll:Application Compatibility Client Library:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
233 awt.dll:OpenJDK Platform binary:**.**.**.**:Eclipse Adoptium
234 bcrypt.dll:Windows Cryptographic Primitives Library:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
235 bcryptPrimitives.dll:Windows Cryptographic Primitives Library:10.0.22621.4317 (WinBuild.160101.0800):Microsoft Corporation
236 clbcatq.dll:COM+ Configuration Catalog:2001.12.10941.16384 (WinBuild.160101.0800):Microsoft Corporation
237 combase.dll:Microsoft COM for Windows:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
238 dbgcore.DLL:Windows Core Debugging Helpers:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
239 dxcore.dll:DXCore:10.0.22621.5415 (WinBuild.160101.0800):Microsoft Corporation
240 extnet.dll:OpenJDK Platform binary:**.**.**.**:Eclipse Adoptium
241 fwpuclnt.dll:FWP/IPsec User-Mode API:10.0.22621.5697 (WinBuild.160101.0800):Microsoft Corporation
242 gdi32full.dll:GDI Client DLL:10.0.22621.5697 (WinBuild.160101.0800):Microsoft Corporation
243 glfw.dll:GLFW 3.4.0 DLL:3.4.0:GLFW
244 java.dll:OpenJDK Platform binary:**.**.**.**:Eclipse Adoptium
245 javaw.exe:OpenJDK Platform binary:**.**.**.**:Eclipse Adoptium
246 jemalloc.dll
247 jimage.dll:OpenJDK Platform binary:**.**.**.**:Eclipse Adoptium
248 jli.dll:OpenJDK Platform binary:**.**.**.**:Eclipse Adoptium
249 jna3350314775616867939.dll:JNA native library:7.0.0:Java(TM) Native Access (JNA)
250 jsvml.dll:OpenJDK Platform binary:**.**.**.**:Eclipse Adoptium
251 jvm.dll:OpenJDK 64-Bit server VM:**.**.**.**:Eclipse Adoptium
252 kernel.appcore.dll:AppModel API Host:10.0.22621.3958 (WinBuild.160101.0800):Microsoft Corporation
253 lwjgl.dll
254 lwjgl_stb.dll
255 management.dll:OpenJDK Platform binary:**.**.**.**:Eclipse Adoptium
256 management_ext.dll:OpenJDK Platform binary:**.**.**.**:Eclipse Adoptium
257 mdnsNSP.dll:Bonjour Namespace Provider:**.**.**.**:Apple Inc.
258 msvcp140.dll:Microsoft® C Runtime Library:14.40.33810.0:Microsoft Corporation
259 msvcp_win.dll:Microsoft® C Runtime Library:10.0.22621.3374 (WinBuild.160101.0800):Microsoft Corporation
260 msvcrt.dll:Windows NT CRT DLL:7.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
261 mswsock.dll:Microsoft Windows Sockets 2.0 Service Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
262 napinsp.dll:E-mail Naming Shim Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
263 ncrypt.dll:Windows NCrypt Router:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
264 net.dll:OpenJDK Platform binary:**.**.**.**:Eclipse Adoptium
265 nio.dll:OpenJDK Platform binary:**.**.**.**:Eclipse Adoptium
266 nlansp_c.dll:NLA Namespace Service Provider DLL:10.0.22621.5331 (WinBuild.160101.0800):Microsoft Corporation
267 ntdll.dll:NT Layer DLL:10.0.22621.5624 (WinBuild.160101.0800):Microsoft Corporation
268 ntmarta.dll:Windows NT MARTA provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
269 perfos.dll:Windows System Performance Objects DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
270 pfclient.dll:SysMain Client:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
271 pnrpnsp.dll:PNRP Name Space Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
272 profapi.dll:User Profile Basic API:10.0.22621.5840 (WinBuild.160101.0800):Microsoft Corporation
273 rasadhlp.dll:Remote Access AutoDial Helper:10.0.22621.5909 (WinBuild.160101.0800):Microsoft Corporation
274 rsaenh.dll:Microsoft Enhanced Cryptographic Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
275 sechost.dll:Host for SCM/SDDL/LSA Lookup APIs:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
276 shlwapi.dll:Shell Light-weight Utility Library:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
277 sunmscapi.dll:OpenJDK Platform binary:**.**.**.**:Eclipse Adoptium
278 ucrtbase.dll:Microsoft® C Runtime Library:10.0.22621.3593 (WinBuild.160101.0800):Microsoft Corporation
279 vcruntime140_1.dll:Microsoft® C Runtime Library:14.40.33810.0:Microsoft Corporation
280 verify.dll:OpenJDK Platform binary:**.**.**.**:Eclipse Adoptium
281 win32u.dll:Win32u:10.0.22621.5840 (WinBuild.160101.0800):Microsoft Corporation
282 windows.storage.dll:Microsoft WinRT Storage API:10.0.22621.3527 (WinBuild.160101.0800):Microsoft Corporation
283 winrnr.dll:LDAP RnR Provider DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
284 wintypes.dll:Windows Base Types DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
285 wshbth.dll:Windows Sockets Helper DLL:10.0.22621.5840 (WinBuild.160101.0800):Microsoft Corporation
286 wshunix.dll:AF_UNIX Winsock2 Helper DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
287 zip.dll:OpenJDK Platform binary:**.**.**.**:Eclipse Adoptium
288Stacktrace:
289 at knot//net.minecraft.client.main.Main.main(Main.java:239)
290 at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:506)
291 at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:72)
292 at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
293
294-- System Details --
295Details:
296 Minecraft Version: 1.21.1
297 Minecraft Version ID: 1.21.1
298 Operating System: Windows 11 (amd64) version 10.0
299 Java Version: 21.0.7, Eclipse Adoptium
300 Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium
301 Memory: 2016667960 bytes (1923 MiB) / 5704253440 bytes (5440 MiB) up to 12884901888 bytes (12288 MiB)
302 CPUs: 4
303 Processor Vendor: AuthenticAMD
304 Processor Name: AMD Ryzen 3 3200G with Radeon Vega Graphics
305 Identifier: AuthenticAMD Family 23 Model 24 Stepping 1
306 Microarchitecture: Zen / Zen+
307 Frequency (GHz): 3.59
308 Number of physical packages: 1
309 Number of physical CPUs: 4
310 Number of logical CPUs: 4
311 Graphics card #0 name: NVIDIA GeForce RTX 2060
312 Graphics card #0 vendor: NVIDIA
313 Graphics card #0 VRAM (MiB): 6144.00
314 Graphics card #0 deviceId: VideoController1
315 Graphics card #0 versionInfo: 32.0.15.7680
316 Memory slot #0 capacity (MiB): 8192.00
317 Memory slot #0 clockSpeed (GHz): 2.13
318 Memory slot #0 type: DDR4
319 Memory slot #1 capacity (MiB): 8192.00
320 Memory slot #1 clockSpeed (GHz): 2.13
321 Memory slot #1 type: DDR4
322 Memory slot #2 capacity (MiB): 8192.00
323 Memory slot #2 clockSpeed (GHz): 2.13
324 Memory slot #2 type: DDR4
325 Memory slot #3 capacity (MiB): 8192.00
326 Memory slot #3 clockSpeed (GHz): 2.13
327 Memory slot #3 type: DDR4
328 Virtual memory max (MiB): 37300.29
329 Virtual memory used (MiB): 21539.63
330 Swap memory total (MiB): 4864.00
331 Swap memory used (MiB): 7.75
332 Space in storage for jna.tmpdir (MiB): available: 32875.07, total: 456879.00
333 Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): available: 32875.07, total: 456879.00
334 Space in storage for io.netty.native.workdir (MiB): available: 32875.07, total: 456879.00
335 Space in storage for java.io.tmpdir (MiB): available: 32875.07, total: 456879.00
336 Space in storage for workdir (MiB): available: 32875.07, total: 456879.00
337 JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx12288m -Xms256m
338 Fabric Mods:
339 aaa_particles: AAAParticles 1.21-1.4.12
340 aaa_particles_world: AAAParticles: World 1.21-1.0.3
341 abandoned_camps: Abandoned Camps 1.0.1
342 abridged: Abridged 2.0.0
343 accessories: Accessories 1.1.0-beta.52+1.21.1
344 accessorify: Accessorify 2.3.0+1.21.1
345 com_moulberry_mixinconstraints: mixinconstraints 1.1.0
346 achiopt: AchievementOptimizer 2.1.0
347 additional_lights: Additional Lights 1.21-2.1.10
348 additionalbars: Additional Bars 5.1.0+1.21.1
349 additionallanterns: Additional Lanterns 1.1.2
350 additionalsmallstairs: Additional Small Stairs 1.0.8
351 additionalstructures: Additional Structures 5.1.0-fabric
352 adorabuild_structures: AdoraBuild: Structures 2.10.1
353 adorn: Adorn 6.1.2+1.21.1
354 advancementframes: Advancement Frames 1.21-2.2.9
355 advancementplaques: Advancement Plaques 1.6.8
356 adventuredungeons: Adventure Dungeons 1.3.1
357 aestheticstorage: Aesthetic Storage 1.21.1_v.1.0.0
358 aestheticwindows: Aesthetic Windows 1.21.1_v1.0.0
359 aether: The Aether 1.5.11
360 cumulus_menus: Cumulus 2.0.7
361 mm_shedaniel: Manningham Mills (shedaniel's fork) 2.4.1
362 nitrogen_internals: Nitrogen 1.1.21
363 aether_emissivity: Emissivity 1.0.2
364 aether_protect_your_moa: Protect Your Moa 1.0.0
365 aether_treasure_reforging: Treasure Reforging 1.0.1
366 aether_villages: Aether Villages 1.0.8
367 almanac: Almanac 1.0.2
368 almost_no_height_limit: (Almost) No Height Limit 1.2.1
369 ambientenvironment: AmbientEnvironment **.**.**.**
370 ambientsounds: AmbientSounds 6.2.1
371 amendments: Amendments 1.21-2.0.8
372 amethystequipment: Amethyst Equipment 1.0.4
373 amplified_nether: Amplified Nether 1.2.12
374 ancient_tools: Ancient Tool Variants 3.0.0
375 animal_armor_trims: Animal Armor Trims 2.0.0
376 animal_feeding_trough: Animal Feeding Trough 1.1.2+1.21.1
377 animalgarden_mouse: Animal Garden - Mouse 1.0.1
378 animatica: Animatica 0.6.1+1.21
379 another_furniture: Another Furniture 4.0.0
380 ante: Anvil Never Too Expensive 1.2.1
381 antiqueatlas: Antique Atlas 8.0.1
382 anvilrepairing: AnvilRepairing 21.1.1
383 applecrates: Apple Crates 4.0.1
384 applecrates_bop: Plenty Crates 4.0.0
385 appleskin: AppleSkin 3.0.6+mc1.21
386 arborealnature: Arboreal Nature 1.21.1_v.**.**.**.**
387 terraform-wood-api-v1: Terraform Wood API (v1) 11.0.0
388 arcanelanterns: Arcane Lanterns 21.1.0
389 architects_palette: Architects Palette 1.4.0-beta.5
390 architectury: Architectury 13.0.8
391 armordamagelimit: ArmorDamageLimit 1.0.0+mc1.21.1
392 armored-elytra: Armored Elytra 1.1.0
393 armorposer: Armor Poser 6.2.2
394 armorstandarms: Armor Stand Armrs 1.0.1
395 armorstatues: Armor Statues 21.1.0
396 statuemenus: Statue Menus 21.1.0
397 armortrimitemfix: Armor Trim Item Fix 1.2.0
398 artifacts: Artifacts 13.0.7
399 expandability: ExpandAbility 12.0.0
400 arts_and_crafts: Arts & Crafts 1.5.1
401 blue_endless_jankson: jankson 1.2.3
402 ash_api: Ash API 21.1.1
403 asyncparticles: AsyncParticles 3.3.10
404 mixinsquared: MixinSquared 0.3.4
405 athena: Athena 4.0.2
406 attributefix: AttributeFix 21.1.2
407 audioimprovements: Audio Improvements 1.1
408 auditory: Auditory 0.0.7-1.21.1
409 authme: Auth Me 9.0.1+1.21.1
410 autochefsdelight: Autochef's Delight 2.1.0+fabric
411 awesomedungeon: Awesome dungeon 3.2.0
412 axolotlitemfix: Axolotl Item Fix 1.1.9
413 azaleawood: Azalea Wood Set 3.0.2-1.21
414 backpacked: Backpacked 3.0.0-beta.15
415 backtools: BackTools 1.21.0-0
416 badoptimizations: BadOptimizations 2.3.1
417 badpackets: Bad Packets 0.8.2
418 bagofholding: Bag Of Holding 21.1.2
419 iteminteractions: Item Interactions 21.1.4
420 bakeyourbread: Bake Your Bread 1.2.0
421 balm: Balm 21.0.53
422 kuma_api: KumaAPI 21.0.7
423 bambooeverything: Bamboo Everything 21.1.1+mc1.21.1
424 barklings: Barklings 1.21.1-2.0.0
425 barteringstation: Bartering Station 21.1.0
426 bcc: BetterCompatibilityChecker 21.1.0
427 bclib: BCLib 21.0.13
428 beachparty: [Let's Do] Beachparty 2.1.1
429 bearded_dragons: Bearded Dragons 1.2.2
430 bearminimum: Bear Minimum 1.0.5
431 beautify: Beautify 1.3.0+1.21.1
432 beavermod: Eager Beavers 1.3.0
433 bedrock_hotbar: Bedrock Hotbar 1.7.1
434 bedspreads: Bedspreads 7.0.0+1.21.1
435 beekeeperhut: Friends&Foes - Beekeeper Hut 3.0.2
436 belts: Simple Belts 0.2.1
437 better_beacons: Better Beacons 2.1.1
438 better_climbing: Better Climbing 3
439 better_smithing_table: BetterSmithingTable 2.1.0
440 better_snowball: Better Snowball 1.21.1-1.2.2-Fabric
441 betteradvancements: Better Advancements **.**.**.**
442 betteranimationscollection: Better Animations Collection 21.1.1
443 betterarcheology: Better Archeology 1.3.2
444 betterbiomeblend: Better Biome ReBlend 1.5.2
445 bettercaves: YUNG's Better Caves 1.21.1-Fabric-3.1.4
446 betterchunkloading: Better chunk loading mod 1.21-5.5
447 bettercombat: Better Combat 2.2.5+1.21.1
448 betterdays: BetterDays **.**.**.**
449 whitenoise: WhiteNoise 2.0.5
450 com_electronwill_night-config_core: core 3.8.3
451 com_electronwill_night-config_toml: toml 3.8.3
452 betterdeserttemples: YUNG's Better Desert Temples 1.21.1-Fabric-4.1.5
453 betterdungeons: YUNG's Better Dungeons 1.21.1-Fabric-5.1.4
454 betterendisland: YUNG's Better End Island 1.21.1-Fabric-3.1.2
455 betterf3: BetterF3 11.0.3
456 betterfortresses: YUNG's Better Nether Fortresses 1.21.1-Fabric-3.1.5
457 betterfpsdist: Better FPS distance Mod 1.21-6.0
458 bettergrass: BetterGrassify 1.7.0+fabric.1.21.1
459 betterjungletemples: YUNG's Better Jungle Temples 1.21.1-Fabric-3.1.2
460 betterloot: Better Loot 2.0+mc1.21.1
461 bettermineshafts: YUNG's Better Mineshafts 1.21.1-Fabric-5.1.1
462 betternether: Better Nether 21.0.11
463 betteroceanmonuments: YUNG's Better Ocean Monuments 1.21.1-Fabric-4.1.2
464 bettersafebed: BetterSafeBed 1.21-16
465 betterstrongholds: YUNG's Better Strongholds 1.21.1-Fabric-5.1.3
466 betterthanbunnies: Better Than Bunnies 1.4.0
467 betterthanllamas: Better Than Llamas 1.3.0
468 bettertridentreturn: Better Trident Return 1.21.1-1.0.3
469 bettertridents: Better Tridents 21.1.0
470 bettervillage: Better village 3.3.1
471 betterwitchhuts: YUNG's Better Witch Huts 1.21.1-Fabric-4.1.1
472 betterworldloading: BetterWorldLoading 1.1
473 bigbeautifulbuttons: Big Beautiful Buttons 1.8.0
474 bigendcitiesmod: Bigger Better End Cities 1.21.1-1.1.0
475 bigsignwriter: Big Sign Writer 1.4.1+1.21.1-fabric
476 biolith: Biolith 3.0.10
477 biomemusic: Biome Music Mod 1.21-3.5
478 biomesoplenty: BiomesOPlenty **.**.**.**
479 biomeswevegone: Oh The Biomes We've Gone 2.4.8
480 blahaj: Blåhaj 2.0.0
481 blastingraw: Blasting Raw Metal Blocks 3
482 blastingsand: Smelting Sand in a Blast Furnace 12.1
483 blastingstone: Smelt All Stone Blocks in Blast Furnaces 2
484 blockrunner: Block Runner 21.1.2
485 neoforgedatapackextensions: NeoForge Data Pack Extensions 21.1.2
486 blockus: Blockus 2.9.11+1.21.1
487 bloomingnature: [Let's Do] BloomingNature 1.1.2
488 blur: Blur+ 5.2.2+1.21.1
489 boatbreakfix: Boat Break Fix 1.0.2
490 boatiview: Boat Item View 0.0.6
491 bodacious_berries: Bodacious Berries 2.1.4+mc1.21.1
492 boneblocks: Bone Blocks 1.1
493 bookshelf: Bookshelf 21.1.69
494 botanypots: BotanyPots 21.1.40
495 botanypotstiers: BotanyPotsTiers 7.0.4
496 botanytrees: BotanyTrees 21.1.1
497 bountifulblocks: Bountiful Blocks 1.21-0.9.6
498 bountifulfares: Bountiful Fares 3.0.3
499 bowinfinityfix: Bow Infinity Fix 3.1.1
500 brb: Better Recipe Book 1.10.0-rc5+1.21
501 breezebounce: Breeze Bounce 1.2.1
502 bridgingmod: Bridging Mod 2.6.2+1.21.1
503 bronze: Bronze 2.0.2
504 broomsmod: Brooms Unofficial 1.21.1-1.2.0
505 bucketlib: BucketLib 1.21-4.1.5.0
506 buildguide: Build Guide 0.4.6
507 bushierflowers: Bushier Flowers 0.0.3-1.21
508 bwncr: Bad Wither No Cookie Reloaded 3.20.2
509 cameraoverhaul: CameraOverhaul 2.0.4-fabric+mc.1.21.0-1.21.2
510 io_hotmoka_toml4j: toml4j 0.7.3
511 camerapture: Camerapture 1.10.8
512 io_github_darkxanter_webp-imageio: webp-imageio 0.3.2
513 capes: Capes 1.5.4+1.21
514 cardinal-components: Cardinal Components API 6.1.2
515 cardinal-components-base: Cardinal Components API (base) 6.1.2
516 cardinal-components-block: Cardinal Components API (blocks) 6.1.2
517 cardinal-components-chunk: Cardinal Components API (chunks) 6.1.2
518 cardinal-components-entity: Cardinal Components API (entities) 6.1.2
519 cardinal-components-item: Cardinal Components API (items) 6.1.2
520 cardinal-components-level: Cardinal Components API (world saves) 6.1.2
521 cardinal-components-scoreboard: Cardinal Components API (scoreboard) 6.1.2
522 cardinal-components-world: Cardinal Components API (worlds) 6.1.2
523 carpetscore: Carpets Core 1.0.0
524 carpetvariants: Carpet Variants 1.21.1-1.1.0
525 carvedpumpkins: Carved Pumpkins 1.2.1-1.21.1
526 cat_jam: cat_jam 1.3.1
527 catalogue: Catalogue 1.11.2
528 catburger: Catburger 1.0.3_fix
529 catloaf: Cat Loaf 1.1.3
530 cavedust: Cave Dust 3.0.1
531 kirin: Kirin UI 1.20.0+1.21
532 cavern-root: Cavern Root 1.1.5
533 ceramicbucket: Ceramic Bucket 1.21-6.1.1.0
534 cerbons_api: Cerbons API 1.3.0
535 cerulean: Cerulean 1.0.0
536 chat_heads: Chat Heads 0.14.0
537 chefsdelight: Chef's Delight 1.0.4-fabric-1.21.1
538 structurized-reborn: Structurized Reborn 1.21-01
539 cherishedworlds: Cherished Worlds 10.1.1+1.21.1
540 cherry_village: Cherry Village 1.21.1-1.0.0-Fabric
541 chestedcompanions: Chested Companions 1.3.1
542 chimes: Chimes 2.0.3
543 chipped: Chipped 4.0.2
544 chipped_express: Chipped-Express 1.3.2
545 chunkactivitytracker: Chunk Activity Tracker 1.0.1
546 chunkpregen: Fabric Chunk Pregenerator 0.3.8
547 chunksending: Chunksending Mod 1.21-2.8
548 chunky: Chunky 1.4.23
549 cicada: CICADA 0.14.3+1.21-1.21.1
550 org_yaml_snakeyaml: snakeyaml 2.2
551 cinderscapes: Cinderscapes 5.0.4
552 cinderscapes-client: Cinderscapes: Client 5.0.4
553 cinderscapes-common: Cinderscapes: Common 5.0.4
554 cinderscapes-worldgen: Cinderscapes: World Generation 5.0.4
555 terraform-biome-remapper-api-v1: Terraform Biome Remapper API (v1) 11.0.0
556 terraform-shapes-api-v1: Terraform Shapes API (v1) 11.0.0
557 terraform-surfaces-api-v1: Terraform Surfaces API (v1) 11.0.0
558 clean-debug: Clean F3 0.4.9
559 clean_tooltips: Clean Tooltips 1.1
560 cleanview: CleanView 1.21.1-v1-fabric
561 clickadv: Clickable Advancements Mod 1.21-3.8
562 clickvillagers: ClickVillagers fabric-1.4.2+1.21.1
563 de_clickism_configured-core: configured-core 0.2.4
564 de_clickism_configured-json: configured-json 0.2.4
565 de_clickism_configured-yaml: configured-yaml 0.2.4
566 de_clickism_modrinth-update-checker: modrinth-update-checker 1.0
567 sgui: sgui 1.6.1+1.21.1
568 clientcrafting: clientcrafting Mod 1.21-1.8
569 cliff_face: Cliff Face 2.0
570 climaterivers: Climate Rivers 21.1.2
571 cloth-config: Cloth Config v15 15.0.140
572 cloth-basic-math: cloth-basic-math 0.6.1
573 cloud-layers: Cloud Layers 1.1+1.21
574 clumps: Clumps **.**.**.**
575 clutter: Clutter 1.21.1-0.6.5
576 cobweb: Cobweb 1.3.3
577 collective: Collective 8.7
578 colorful_books: Colorful Books 1.5
579 colorfulhearts: Colorful Hearts 10.5.9
580 colorize: Colorize 1.11.0
581 combatnouveau: Combat Nouveau 21.1.1
582 comfortable_campfires: Comfortable Campfires 1.1.2+1.21.1
583 comforts: Comforts 9.0.4+1.21.1
584 spectrelib: SpectreLib 0.17.2+1.21
585 commonnetworking: Common Network 1.0.21-1.21.1
586 companion: Companion 6.1.1+fabric
587 compatdelight: Compat Delight 1.0.0.1
588 completionistsindex: Completionist's Index 21.1.0
589 compressedblocks: Compressed Blocks 1.7.2-1.21.1
590 condiments: Condiments 1.4.2+1.21.1-Fabric
591 configured: Configured 2.6.1
592 connectedglass: Connected Glass 1.1.14
593 connectiblechains: Connectible Chains 2.5.4+1.21.1
594 connectivity: Connectivity Mod 1.21-7.2
595 continuity: Continuity 3.0.0+1.21
596 controllable: Controllable 0.25.3
597 com_mrcrayfish_controllable-sdl: controllable-sdl 2.32.8-1.1.0
598 controlling: Controlling 19.0.5
599 cookingforblockheads: Cooking for Blockheads 21.1.17
600 coppernugget: The Missing Nugget 1.21.1-1-fabric
601 corail_pillar: Corail Pillar 6.4.1
602 corgilib: CorgiLib **.**.**.**
603 corndelight: Corn Delight 1.21-1.0.0
604 cornexpansion: [Let's Do Addon] Corn Expansion 1.1.1
605 coroutil: CoroUtil 1.21.1-1.3.8
606 cozyhome: Cozy Home 1.1.15
607 crabclaws: Crab Claws 1.2.0
608 craftablenametag: CraftableNameTag 1.21.1-0.1
609 craftingtweaks: Crafting Tweaks 21.1.6
610 craftpresence: CraftPresence 2.6.2
611 fabric-resource-loader-v0: Fabric Resource Loader (v0) 1.3.1+5b5275af19
612 crashexploitfixer: CrashExploitFixer 1.1.0
613 crawl: Crawl 0.14.9
614 create_ltab: Create Let The Adventure Begin 3.3.0
615 creativeblockreplacer: Creative Block Replacer 2.6
616 creativecore: CreativeCore 2.13.14
617 net_neoforged_bus: bus 7.2.0
618 creativeonepunch: Creative One-Punch 1.6
619 creeperoverhaul: Creeper Overhaul 4.0.6
620 com_teamresourceful_resourceful-cosmetics-4j: resourceful-cosmetics-4j 1.0.3
621 creepydecor: Creepy Decor 21.1.4
622 cristellib: Cristel Lib 1.2.8
623 critterarmory: Critter Armory 1.21.1-0.6.3-fabric
624 configlibtxf: ConfigLib TXF 7.2.8-fabric
625 crittersandcompanions: Critters and Companions 1.21.1-2.3.2
626 porting_lib_attributes: Porting Lib Attributes 3.1.0-99999+1.21.1
627 porting_lib_core: Porting Lib Core 3.1.0-99999+1.21.1
628 porting_lib_gametest: Porting Lib GameTest 3.1.0-99999+1.21.1
629 porting_lib_entity: Porting Lib Entity 3.1.0-99999+1.21.1
630 porting_lib_mixin_extensions: Porting Lib Mixin Extensions 3.1.0-99999+1.21.1
631 ctov: ChoiceTheorem's Overhauled Village 3.5.10
632 cupboard: cupboard 1.21-2.9
633 cushypillows: Cushy Pillows 1.0.2+1.21
634 custom-fog: Custom Fog 2.2.1-1.21
635 custom-totem-particles: Custom Totem Particles 2.9
636 custom_nether_portals: Custom Nether Portals 1.0.0
637 customoreveins: Custom Ore Veins 1.0.1
638 customwindowtitle_multiloader: Custom Window Title (Multiloader) 1.4.1
639 customwindowtitle: Custom Window Title 1.4.1
640 cutthrough: Cut Through 21.1.0
641 dark-loading-screen: Dark Loading Screen 1.6.14
642 darkbread: Bread Variants 1.0.1
643 darkness: True Darkness Refabricated 1.2.0
644 darkpaintings: DarkPaintings 21.1.5
645 darksmithing: DarkSmithing - Smithing Template Recipes (for Trims) 1.1.7
646 darkwindowbar: Dark Window Bar 1.0.0
647 deathfinder: Death Finder 21.1.1
648 debugify: Debugify 1.21.1+1.0
649 deco_storage: Decorative Storage 2.612-beta-1.21.1-fabric
650 decorative_blocks: Decorative Blocks 6.0.0
651 deeper_oceans: Deeper Oceans 2.0.0
652 deeperdarker: Deeper and Darker 1.3.3
653 customportalapi: Custom Portal Api 0.0.1-beta66-1.21
654 deimos: Deimos 2.4
655 deliciouscake: Delicious Cake 0.1.0+mc1.21.1-fabric
656 desert_dungeon: Desert Dungeon 1.0.1
657 desolate-dwellings: Desolate Dwellings 1.0.0
658 diagonalfences: Diagonal Fences 21.1.1
659 diagonalwalls: Diagonal Walls 21.1.2
660 diagonalblocks: Diagonal Blocks 21.1.2
661 diagonalwindows: Diagonal Windows 21.1.1
662 disable_custom_worlds_advice: Disable Custom Worlds Advice 6.0
663 disenchanting_table: Dis-Enchanting Table 5.0.2
664 display: Display 1.0.2-fabric-1.21.1
665 display_case: DisplayCase 1.2
666 distanthorizons: Distant Horizons 2.3.4-b
667 fabric-api-base: Fabric API Base 0.4.42+6573ed8c19
668 fabric-command-api-v2: Fabric Command API (v2) 2.2.28+6ced4dd919
669 fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.7.13+ba9dae0619
670 fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.47+0af3f5a719
671 fabric-networking-api-v1: Fabric Networking API (v1) 4.3.0+c7469b2119
672 fabric-screen-api-v1: Fabric Screen API (v1) 2.0.25+8b68f1c719
673 distinguishedpotions: Distinguished Potions 21.1.1
674 distractingtrims: DistractingTrims 21.1.1
675 distraction_free_recipes: Distraction Free Recipes (EMI) 1.2.1
676 do_a_barrel_roll: Do a Barrel Roll 3.7.3
677 doaflip: Do A Flip 4.1.0
678 doapi: [Let's Do] API 1.3.0-beta-release
679 doggytalents: Doggy Talents Next 1.18.60
680 dogslie: Let Sleeping Dogs Lie 1.3.0
681 domixs-creatures: DomiX's Creatures 1.7.1
682 doubledoors: Double Doors 7.1
683 doubleslabs: DoubleSlabs 0.3.0
684 draggable_lists: Draggable Lists 1.0.8
685 dramaticdoors: Dramatic Doors (NeoQuiFab) 1.21.1-3.3.2
686 dsurround: Dynamic Surroundings 0.4.2
687 org_openjdk_nashorn_nashorn-core: nashorn-core 15.4
688 dtnpaletteofpaws: DTN's Palette Of Paws 1.3.0
689 dummmmmmy: MmmMmmMmmMmm 1.21-2.0.9
690 dungeonz: DungeonZ 1.2.2
691 durabilitynotifier: Durability Notifier 2.0.0
692 durabilitytooltip: Durability Tooltip 1.1.6
693 dustydecorations: Dusty Decorations Refabricated 1.1-1.21+1.21.1
694 dye_depot: Dye Depot 2.0.1-fabric
695 dyeallthethings: Dye All The Things 1.4.1
696 dyed_bundles: Dyed Bundles 1.0
697 dyedflames: Dyed Flames 21.1.1
698 dynamic_fps: Dynamic FPS 3.9.5
699 net_lostluma_battery: battery 1.3.0
700 dynamiccrosshair: Dynamic Crosshair 9.10
701 dynamiccrosshair-api: DynamicCrosshair API 1.2
702 libbamboo: LibBamboo 2.23
703 dynamictooltips: Dynamic Tooltips 0.5.0
704 dynview: Dynamic View Mod 1.21-4.0
705 easyanvils: Easy Anvils 21.1.0
706 easymagic: Easy Magic 21.1.0
707 easyshulkerboxes: Easy Shulker Boxes 21.1.3
708 eatinganimationid: Eating Animation 1.21+1.9.72
709 ecological: Ecological 0.3.0
710 ecologics: Ecologics 2.3.1
711 effectdescriptions: Effect Descriptions 21.1.1
712 effectual: Effectual 1.2.0-1.21.1
713 elementa: Elementa 708
714 elevatorid: ElevatorMod 1.21-1.11.1
715 elytraslot: Elytra Slot 9.0.1+1.21.1
716 elytratrims: Elytra Trims 3.5.9
717 emeraldequipment: Emerald Equipment 1.1.0
718 emi: EMI 1.1.22+1.21.1+fabric
719 emi_enchanting: EMI Enchanting 0.1.2+1.21
720 emi_loot: EMI Loot 0.7.6+1.21+fabric
721 emi_ores: EMI Ores 1.2+1.21.1+fabric
722 emiffect: EMIffect 2.1.5+mc1.21.1
723 emiprofessions: EMI Professions 1.0.3
724 enchanted_bookshelves: Enchanted Bookshelves 1.0
725 enchantedbookredesign: Enchanted-Book-Redesign 0
726 enchantinginfuser: Enchanting Infuser 21.1.2
727 enchdesc: EnchantmentDescriptions 21.1.9
728 endervillages: EnderVillages 2.0.0-1.21
729 energizedpower: Energized Power 1.21.1-2.15.4-fabric
730 team_reborn_energy: Energy 4.1.0
731 energizedpowerta: Energized Power - The Aether 1.21.1-1.0.1-fabric
732 enhanced_attack_indicator: Enhanced Attack Indicator 1.1.0+1.21
733 enhancedblockentities: Enhanced Block Entities 0.10.2+1.21
734 entangled: Entangled 1.3.20
735 entity-view-distance: Entity View Distance 1.3.0+1.21
736 entity_model_features: Entity Model Features 3.0.1
737 entity_texture_features: Entity Texture Features 7.0.2
738 org_apache_httpcomponents_httpmime: httpmime 4.5.10
739 entityculling: EntityCulling 1.9.0
740 transition: TRansition 1.0.5
741 trender: TRender 1.0.7
742 epicvillages: epicvillages 1.0.1
743 epicwitchhuts: epicwitchhuts 1.1.0
744 equipmentcompare: Equipment Compare 1.3.13
745 essential: Essential **.**.**.**
746 essential-container: essential-container 1.0.0
747 essential-loader: essential-loader 1.2.5
748 everycomp: Every Compat 1.21-2.11.9
749 evs: Enchanted Vertical Slabs 2.3.2
750 excessive_building: Excessive Building 3.3.10
751 exlinedoors: Exline's Doors 1.0.1
752 expandedworld: Expanded World 1.4.0
753 expcounter: EXP Counter 2.2
754 explorations: Explorations 1.21.1-1.6.2
755 explorify: Explorify 1.6.3
756 exposure: Exposure 1.9.11
757 extra_mod_integrations: Extra Mod Integrations 1.0.3+1.21.1
758 extra_mod_integrations_chipped: ExMI Chipped 1.0.3+1.21.1
759 extra_mod_integrations_core: ExMI Core 1.0.3+1.21.1
760 extra_mod_integrations_rechiseled: ExMI Rechiseled 1.0.3+1.21.1
761 extra_mod_integrations_tech_reborn: ExMI Tech Reborn 1.0.3+1.21.1
762 extrasounds: ExtraSounds Next 1.4
763 extraspellattributes: Extra RPG Attributes 1.4.4+1.21.1
764 com_github_zsoltmolnarrr_tinyconfig: TinyConfig 2.3.2
765 fabric-api: Fabric API 0.116.7+1.21.1
766 fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.71+b559734419
767 fabric-biome-api-v1: Fabric Biome API (v1) 13.0.31+d527f9fd19
768 fabric-block-api-v1: Fabric Block API (v1) 1.1.0+0bc3503219
769 fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.11+ebb2264e19
770 fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.52+0af3f5a719
771 fabric-client-tags-api-v1: Fabric Client Tags 1.1.15+6573ed8c19
772 fabric-command-api-v1: Fabric Command API (v1) 1.2.49+f71b366f19
773 fabric-commands-v0: Fabric Commands (v0) 0.2.66+df3654b319
774 fabric-content-registries-v0: Fabric Content Registries (v0) 8.0.19+b559734419
775 fabric-convention-tags-v1: Fabric Convention Tags 2.1.5+7f945d5b19
776 fabric-convention-tags-v2: Fabric Convention Tags (v2) 2.11.1+a406e79519
777 fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.29+0af3f5a719
778 fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.4.5+6116a37819
779 fabric-data-generation-api-v1: Fabric Data Generation API (v1) 20.2.34+37516cd619
780 fabric-dimensions-v1: Fabric Dimensions API (v1) 4.0.1+65213ef819
781 fabric-entity-events-v1: Fabric Entity Events (v1) 1.8.0+2b27e0a419
782 fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.53+6ced4dd919
783 fabric-item-api-v1: Fabric Item API (v1) 11.2.0+3b3cb2e819
784 fabric-item-group-api-v1: Fabric Item Group API (v1) 4.1.7+def88e3a19
785 fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.45+df3654b319
786 fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.6.0+0865547519
787 fabric-loot-api-v2: Fabric Loot API (v2) 3.0.15+3f89f5a519
788 fabric-loot-api-v3: Fabric Loot API (v3) 1.0.3+3f89f5a519
789 fabric-message-api-v1: Fabric Message API (v1) 6.0.14+8aaf3aca19
790 fabric-model-loading-api-v1: Fabric Model Loading API (v1) 2.1.0+b4d813fc19
791 fabric-object-builder-api-v1: Fabric Object Builder API (v1) 15.2.1+40875a9319
792 fabric-particles-v1: Fabric Particles (v1) 4.0.2+6573ed8c19
793 fabric-recipe-api-v1: Fabric Recipe API (v1) 5.0.15+2475392c19
794 fabric-registry-sync-v0: Fabric Registry Sync (v0) 5.3.1+e3eddc2119
795 fabric-renderer-api-v1: Fabric Renderer API (v1) 3.4.1+b4d813fc19
796 fabric-renderer-indigo: Fabric Renderer - Indigo 1.7.1+c705a49c19
797 fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.69+df3654b319
798 fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.49+73761d2e19
799 fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.1.6+1daea21519
800 fabric-rendering-v0: Fabric Rendering (v0) 1.1.72+df3654b319
801 fabric-rendering-v1: Fabric Rendering (v1) 5.1.0+ab4c25a019
802 fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 4.3.0+8dc279b119
803 fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.90+b559734419
804 fabric-sound-api-v1: Fabric Sound API (v1) 1.0.23+6573ed8c19
805 fabric-transfer-api-v1: Fabric Transfer API (v1) 5.4.3+c24bd99419
806 fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 6.2.0+45b9699719
807 fabric-language-kotlin: Fabric Language Kotlin 1.13.6+kotlin.2.2.20
808 org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 2.2.20
809 org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 2.2.20
810 org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 2.2.20
811 org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 2.2.20
812 org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.29.0
813 org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.10.2
814 org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.10.2
815 org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.7.1
816 org_jetbrains_kotlinx_kotlinx-io-bytestring-jvm: kotlinx-io-bytestring-jvm 0.8.0
817 org_jetbrains_kotlinx_kotlinx-io-core-jvm: kotlinx-io-core-jvm 0.8.0
818 org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.9.0
819 org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.9.0
820 org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.9.0
821 fabricloader: Fabric Loader 0.17.3
822 mixinextras: MixinExtras 0.5.0
823 factory_blocks: Factory Blocks Mod 1.4.0+mc1.21.1
824 fadeless: Fadeless 2.0.1
825 fallingtree: FallingTree **.**.**.**
826 fallingtrees: Panda's Falling Tree's 0.13.2
827 fancymenu: FancyMenu 3.7.0
828 com_github_keksuccino_japng: japng 0.5.3
829 com_github_rtyley_animated-gif-lib-for-java: animated-gif-lib-for-java animated-gif-lib-1.7
830 fancytoasts: FancyToasts 1.4.2
831 farlandsreborn: Farlands Reborn 2.0.0
832 farm_and_charm: [Let's Do] Farm & Charm 1.1.12
833 farmers_structures: FarmersStructures 1.0.0
834 farmersdelight: Farmer's Delight 1.21.1-3.2.0+refabricated
835 mm: Manningham Mills 2.3
836 farmingforblockheads: Farming for Blockheads 21.1.9
837 fastasyncworldsave: fastasyncworldsave Mod 1.21-2.6
838 fastboot: FastBoot 1.3
839 fastipping: Fast IP Ping 1.0.7
840 fastitemframes: Fast Item Frames 21.1.6
841 fastpaintings: Fast Paintings 1.21-1.3.0
842 fastquit: FastQuit 3.0.0+1.20.6
843 fence_on_slab: Fence On Slab! 1.0.0
844 ferdinandsflowers: Ferdinand's Flowers 4.0.1-fabric
845 ferritecore: FerriteCore 7.0.2-hotfix
846 fetzisdisplays: Fetzi's Displays 1.0.1-beta
847 filament: filament 0.14.11+1.21.1
848 bil: blockbench-import-library 1.2.1+1.21
849 fabric-permissions-api-v0: fabric-permissions-api 0.3.1
850 net_kyori_adventure-text-serializer-legacy: adventure-text-serializer-legacy 4.17.0
851 fired_pots: FiredPots 1.0.2
852 firorize: Firorize 1.0
853 org_apache_commons_commons-collections4: commons-collections4 4.5.0-M2
854 fishermens_trap: Fishermens Trap 3.1.0
855 fiber: fiber 0.23.0-2
856 flatbedrock: Flat Bedrock 87.0.0
857 floralench: Floral Enchantment 0.116.0+1.21.1
858 flourish: Flourish 21.1.0
859 flowerpatch: Flower Patch 7.1.0
860 flowerymooblooms: Friends&Foes - Flowery Mooblooms 3.0.2
861 foggypalegarden: Foggy Pale Garden 2.9.1+1.21.1-fabric
862 footprintparticle: Footprint Particle 0.5.4b-mc1.21(.1)
863 forgeconfigapiport: Forge Config API Port 21.1.4
864 forgivingvoid: Forgiving Void 21.1.5
865 formations: Formations 1.0.2
866 formationsnether: Formations Nether 1.0.5
867 formationsoverworld: Formations Overworld 1.0.5
868 fowlplay: Fowl Play 1.0.0+1.21.1-fabric
869 fpsoverlay: Info Overlay (aka FPS Overlay) 1.8.1
870 fpsreducer: FPS Reducer 1.21-2.9
871 framework: Framework 0.9.6
872 org_javassist_javassist: javassist 3.29.2-GA
873 org_reflections_reflections: reflections 0.10.2
874 freecam: Freecam 1.3.0+mc1.21
875 friendsandfoes: Friends&Foes 4.0.10
876 frog-petting: Pet Frogs and More! 2.3+1.21
877 frozenlib: FrozenLib 2.2-mc1.21.1
878 full_paths: Full Paths 1.0
879 fullturtlearmor: Full Turtle Armor 1.10.3
880 furniture: [Let's Do] Furniture 1.1.1
881 fusion: Fusion 1.2.11
882 fzzy_config: Fzzy Config 0.7.3+1.21
883 net_peanuuutz_tomlkt_tomlkt-jvm: tomlkt-jvm 0.3.7
884 gazebo: Gazebos (RPG Series) 2.1.0+1.21.1
885 geckolib: GeckoLib 4 4.8.2
886 geophilic: Geophilic 3.4.4
887 gildedsherds: GildedSherds 21.1.3
888 glassbreaker: Glass Breaker 2.0.0+1.21+fabric
889 glassential: Glassential-renewed 3.2.5
890 glitchcore: GlitchCore **.**.**.**
891 net_jodah_typetools: typetools 0.6.3
892 globalpacks: Global Data- & Resourcepacks 21.0.6
893 glore: Glowing ores 1.4.0
894 gmh: Give Me Hats! 4.0.0
895 goated: You've Goat to be kidding me 1.21-1.4.3
896 goblintraders: Goblin Traders 1.11.2
897 golden_foods: Golden Foods 2.4.0
898 goop: Goop Technology 0.4.3-1.21.1
899 yayconfig: YayConfig 1.1.2+1.21.1
900 gpu_tape: GPU Tape **.**.**.**
901 gpumemleakfix: Gpu memory leak fix mod 1.21-1.8
902 grassoverhaul: Grass Overhaul 1.0.0
903 greeneries: Greeneries 1.0.2
904 guicompass: GUI Compass 4.9
905 gwoodworks: guita's Woodworks 1.1.1-1.21.1-fabric
906 halfdoors: HalfDoors 1.0-SNAPSHOT
907 handcrafted: Handcrafted 4.0.3
908 hands_3d: 3D Hands 1.0.0
909 hangglider: Hang Glider 21.1.0
910 happy_ghast_legacy: Happy Ghast Legacy 1.8
911 harvest_with_ease: Harvest with ease 9.4.0
912 hauntedharvest: Haunted Harvest 1.21-3.3.6
913 head_in_the_clouds: Head In The Clouds 1.1.0
914 hearths: Hearths 1.0.4
915 held-item-info: Held Item Info 1.7.0
916 helditemtooltips: Held Item Tooltips 21.1.0
917 herbalbrews: [Let's Do] HerbalBrews 1.1.2
918 hexalia: Hexalia 1.2.81-1.21.1+fabric
919 hideexperimentalwarning: Hide Experimental Warning 1.2
920 highlighter: Highlighter 1.1.11
921 hole_filler_mod: Hole Filler Mod 1.3.0
922 homesteads: homesteads 1.0.1
923 hopobettermineshaft: Hopo Better Mineshaft 1.3.0
924 hopobetterruinedportal: Hopo Better Ruined Portal 1.4.4
925 hopobetterunderwaterruins: Hopo Better Underwater Ruins 1.2.1
926 horizontalpanes: Horizontal Panes 2.0.0+1.21.1
927 horseexpert: Horse Expert 21.1.0
928 horseman: Horseman 1.5.5
929 hostilevillages: hostilevillages Mod 1.21-5.7
930 hotkettles: Hot Kettles 1.2.1+mc1.21.1
931 icarus: Icarus 4.5.1
932 iceandfire: Ice And Fire Community Edition 2.0-beta.7
933 integration: Integration 0.2
934 iceberg: Iceberg 1.3.2
935 ichunutil: iChunUtil 1.0.3
936 ijmtweaks: IJM's Tweaks 1.4.0+1.21
937 illuminated: Illuminated 1.0.1+1.21.1
938 immediatelyfast: ImmediatelyFast 1.6.7+1.21.1
939 net_lenni0451_reflect: Reflect 1.3.4
940 immersive_aircraft: Immersive Aircraft 1.4.1+1.21.1
941 org_mariuszgromada_math_mathparser_org-mxparser: MathParser.org-mXparser 5.2.1
942 immersive_furniture: Immersive Furniture 0.1.1+1.21.1
943 immersive_melodies: Immersive Melodies 0.6.2+1.21.1
944 immersive_optimization: Immersive Optimization 0.1.0
945 immersive_paintings: Immersive Paintings 0.7.4
946 com_twelvemonkeys_common_common-image: common-image 3.12.0
947 com_twelvemonkeys_common_common-lang: common-lang 3.12.0
948 com_twelvemonkeys_imageio_imageio-core: imageio-core 3.12.0
949 com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.12.0
950 immersivearmorhud: Immersive Armor HUD 1.0.1
951 immersivelanterns: Immersive Lanterns 1.0.6
952 immersivemc: ImmersiveMC 1.5.8
953 immersiveui: ImmersiveUI 0.3.3
954 improved-stations: Improved Stations 2.4.2
955 improved_village_placement: Improved Village Placement 1.1.1
956 imst: Immersive Structures 2.2.1
957 incendium: Incendium 5.4.3
958 infinitywaterbucket: Infinity Water Bucket 3.0.0
959 inline: Inline 1.21.1-1.2.2
960 inventory-particles: Inventory Particles 1.1.1+1.21.1
961 inventorysorter: Inventory Sorter 1.9.0-1.21
962 kyrptconfig: Kyrpt Config 1.6.0-1.20.4
963 invisibleframes: Invisible Frames 1.3.0
964 ipo: ImprovedPillagerOutpost 5
965 iris: Iris 1.8.8+mc1.21.1
966 io_github_douira_glsl-transformer: glsl-transformer 2.0.1
967 org_anarres_jcpp: jcpp 1.4.14
968 org_antlr_antlr4-runtime: antlr4-runtime 4.13.1
969 ironbookshelves: Iron Bookshelves 1.21.1-1.4.11-fabric
970 ironladders: Iron Ladders 2.5.2
971 itemphysic: ItemPhysic 1.8.9
972 items_displayed: Items Displayed 1.3
973 itemzoomer: Item Zoomer 1.1.0-1.21.1
974 itlt: It's The Little Things 3.0.0-beta.3
975 jade: Jade 15.10.2+fabric
976 jadeaddons: Jade Addons 6.0.3+fabric
977 jagmkiwis: Jagm's Kiwis 1.2.1
978 jamlib: JamLib 1.3.5+1.21.1
979 java: OpenJDK 64-Bit Server VM 21
980 jei: Just Enough Items **.**.**.**
981 jeresources: Just Enough Resources **.**.**.**
982 jewelry: Jewelry (RPG Series) 2.1.1+1.21.1
983 jinxedlib: JinxedLib 1.0.4
984 jumpoverfences: Jump Over Fences 1.6.1
985 jupiter: Jupiter 2.2.2
986 justenoughbreeding: Just Enough Breeding 1.6.2
987 justenoughprofessions: Just Enough Professions (JEP) 4.0.4
988 justplayerheads: Just Player Heads 4.2
989 justutilities: Just Utilities 21.0.9
990 justzoom: Just Zoom 2.1.0
991 kaleidoscope_cookery: Kaleidoscope Cookery 1.0.1-fabric+mc1.21.1
992 keybindspurger: KeybindsPurger 1.3.4
993 kiwi: Kiwi Library 15.1.1+fabric
994 kleeslabs: KleeSlabs 21.1.7
995 konkrete: Konkrete 1.9.9
996 ksyxis: Ksyxis 1.3.4
997 labels: Storage Labels 1.21-2.0.0
998 lambdynlights: LambDynamicLights 4.8.2+1.21.1
999 lambdynlights_runtime: LambDynamicLights (Runtime) 4.8.2+1.21.1
1000 lambdynlights_api: LambDynamicLights (API) 4.8.2+1.21.1
1001 yumi_commons_collections: Yumi Commons: Collections 1.0.0-beta.5
1002 yumi_commons_core: Yumi Commons: Core 1.0.0-beta.5
1003 yumi_commons_event: Yumi Commons: Event 1.0.0-beta.5
1004 pride: Pride Lib 1.2.4+1.21.1
1005 spruceui: SpruceUI 6.2.5+1.21.1
1006 yumi_mc_core: Yumi Minecraft Libraries: Foundation 1.0.0-alpha.16+1.21.1
1007 languagereload: Language Reload 1.7.4+1.21.1
1008 largeironsign: Large Iron Sign 1.0.4
1009 lava_chicken_music_disc: Lava Chicken Music Disc 1.0.0
1010 lavender: Lavender 0.1.15+1.21
1011 lavender-md: lavender-md 0.1.2+1.21
1012 lavender-md-owo-ui: lavender-md-owo-ui 0.1.2+1.21
1013 leavemybarsalone: Leave My Bars Alone 21.1.2
1014 leavesbegone: Leaves Be Gone 21.1.0
1015 legendarytooltips: Legendary Tooltips 1.5.5
1016 letmedespawn: Let Me Despawn 1.5.0
1017 libraryferret: Library ferret 4.0.0
1018 lilis_lucky_lures: Lilis' Lucky Lures 1.1.2-fabric
1019 limitedchunks: Limited Chunkloading Mod 1.21-4.1
1020 lios_overhauled_villages: Lio's Overhauled Villages 1.18.2-1.21.6-v0.0.9
1021 lithium: Lithium 0.15.0+mc1.21.1
1022 lithostitched: Lithostitched 1.5.0
1023 lmft: Load My F***ing Tags 1.1.1+1.21.9
1024 lolmlv: More Lectern Variants 1.8.4
1025 long_books: Long Books 1.0
1026 loot_journal: Loot Journal 4.0.1
1027 loot_n_explore: Loot & Explore 1.0.16-1.21.1
1028 tiny_config: Tiny Config 3.0.0
1029 lootbeams: Loot Beams Refork 3.2.7
1030 lootintegrations: Loot integration Mod 1.21-4.7
1031 luminousblocks: Luminous Blocks 1.3.0
1032 mace3d: Awesome 3D Mace 1.1.0
1033 macevariants: Mace Variants 1.0.4
1034 macu_lib: macu lib 1.0.5-1.21.1-fabric
1035 magistuarmory: Epic Knights: Shields, Armor and Weapons 9.29
1036 magnumtorch: Magnum Torch 21.1.0
1037 make_bubbles_pop: Make Bubbles Pop 0.3.0-fabric
1038 many-bricks: Many Bricks 1.0.0
1039 many_flowers: ManyFlowers 1.21-1.2
1040 ducky-updater-lib: Ducky Updater Lib 2023.10.1
1041 maple: Maple 1.4.11-1.21.1-Fabric
1042 marigolds: Marigolds 1.0.1-1.21(.1)
1043 marketableplushies: marketableplushies 1.0.0
1044 masonry: Masonry 0.5.4
1045 maxhealthfix: MaxHealthFix 21.1.4
1046 mclogs: mclo.gs 3.0.6
1047 gs_mclo_api: api 5.0.0
1048 mcpitanlib: MCPitanLib 3.3.9-1.21.1-fabric
1049 compatdatapacks76: CompatDatapacks **.**.**.**-fabric
1050 mcwbridges: Macaw's Bridges 3.1.0
1051 mcwdoors: Macaw's Doors 1.1.2
1052 mcwfences: Macaw's Fences and Walls 1.2.0
1053 mcwfurnitures: Macaw's Furniture 3.3.0
1054 mcwholidays: Macaw's Holidays 1.1.1
1055 mcwlights: Macaw's Lights and Lamps 1.1.2
1056 mcwpaintings: Macaw's Paintings 1.0.5
1057 mcwpaths: Macaw's Paths and Pavings 1.1.1
1058 mcwroofs: Macaw's Roofs 2.3.2
1059 mcwstairs: Macaw's Stairs and Balconies 1.0.1
1060 mcwtrpdoors: Macaw's Trapdoors 1.1.4
1061 mcwwindows: Macaw's Windows 2.4.0
1062 meadow: [Let's Do] Meadow 1.4.2
1063 measurements: Measurements 3.0.3
1064 medieval_buildings: Medieval Buildings 1.1.1
1065 medieval_nether: Medieval Buildings [Nether Edition] 1.0.1
1066 medievalend: Medieval Buildings [The End Edition] 1.0.4
1067 melody: Melody 1.0.10
1068 memorysettings: Memorysettings Mod 1.21-5.9
1069 memoryusagetitle: Memory Usage Title 1.0.1
1070 menupause: Menu Pause 6.0.0
1071 com_moandjiezana_toml_toml4j: toml4j 0.7.2
1072 merchantmarkers: Merchant Markers 1.3.6
1073 mes: Moog's End Structures 1.4.6-1.21-fabric
1074 metalfences: Metal Fences 1.0.2
1075 midashunger: Midas Hunger 2.2.4+1.21
1076 midnightlib: MidnightLib 1.7.5
1077 miku-plushie: miku plushies 1.8-1.21.1
1078 mindfuldarkness: Mindful Darkness 21.1.0
1079 mine-spawners: Minespawners 1.4.2
1080 minecraft: Minecraft 1.21.1
1081 minecraft-cursor: Minecraft Cursor 3.10.0+1.21.1
1082 minecraft-cursor_api: Minecraft Cursor API 3.10.0+1.21.1
1083 minerally: Minerally 1.21-1.21
1084 miningspeedtooltips: Mining Speed Tooltips 1.0.0
1085 misctweaks: MiscTweaks 1.2.4+1.21.1
1086 mixson: Mixson 1.4.0
1087 missingwilds: MissingWilds 1.3.3+1.21
1088 defaultresources: Default Resources 3.6.0
1089 mmv: Moog's Structures 1.1.2-1.21-fabric
1090 mns: Moog's Nether Structures 1.0.8-1.21-fabric
1091 mo_glass: Mo Glass 1.10.1-MC1.21.1
1092 mob-ai-tweaks: Mob AI Tweaks 1.8.10
1093 mob_drops_recipes_end: Mob Drops Recipes End 2.1.0
1094 mob_drops_recipes_nether: Mob Drops Recipes Nether 2.1.1
1095 mob_drops_recipes_overworld: Mob Drops Recipes Overworld 2.1.0
1096 moblassos: Mob Lassos 21.1.1
1097 mobplaques: Mob Plaques 21.1.1
1098 modelfix: Model Gap Fix 1.21-1.6
1099 modmenu: Mod Menu 11.0.3
1100 modonomicon: Modonomicon unspecified
1101 org_commonmark_commonmark: commonmark 0.22.0
1102 org_commonmark_commonmark-ext-gfm-strikethrough: commonmark-ext-gfm-strikethrough 0.22.0
1103 org_commonmark_commonmark-ext-ins: commonmark-ext-ins 0.22.0
1104 monolib: MonoLib 2.1.0
1105 monsters_in_the_closet: Monsters in the Closet 1.0.3+1.21
1106 moonlight: Moonlight Lib 1.21-2.24.0
1107 more-than-apples: More Than Apples 1.1.0
1108 more_armor_trims: More Armor Trims 1.4.3-1.21
1109 more_beautiful_torches: More Beautiful Torches 3.0.0
1110 more_layered_blocks: more-layered-blocks 1.21.1-1.1.0
1111 more_relics: More Relics 1.0.2-1.21.1
1112 more_rpg_classes: More RPG Classes 2.4.3-1.21.1
1113 more_slabs_stairs_and_walls: More Slabs Stairs & Walls 4.1.1
1114 morebeautifulbuttons: More Beautiful Buttons 1.7.0
1115 morebeautifulplates: More Beautiful Plates 1.7.0
1116 moreberries: More Berries 1.5.11
1117 morebuttons: More Buttons 1.21.1-1.0.8
1118 morecarpets: More Carpets 1.21.1-1.0.8
1119 morecatvariants: More Cat Variants 0.0.2+1.21
1120 morechathistory: More Chat History 1.3.1
1121 moreconcrete: More Concrete 1.6.0-1.21.1
1122 moreculling: More Culling 1.0.6
1123 moredecorativeblocks: More Decorative Blocks 1.21.1-1.0.9
1124 moredoors: More Doors 1.21.1-1.0.9
1125 morefences: More Fences 1.21.1-1.0.8
1126 moreladders: MoreLadders 1.8-1.21.1
1127 moremcmeta: MoreMcmeta 1.21.1-4.5.2
1128 moremcmeta_animation_plugin: MoreMcmeta Animation Plugin 1.21-1.0.4
1129 moremcmeta_gui_plugin: MoreMcmeta GUI Plugin 1.21-1.0.1
1130 moremcmeta_json_parser_plugin: MoreMcmeta JSON Parser Plugin 1.21-1.1.1
1131 moremcmeta_properties_parser_plugin: MoreMcmeta Properties Parser Plugin 1.21-1.1.5
1132 moremcmeta_texture_plugin: MoreMcmeta Texture Plugin 1.21-1.0.1
1133 moremcmeta_emissive_plugin: MoreMcmeta Emissive Textures Plugin 1.21.1-2.0.7
1134 moreoverlays: MoreOverlays 1.24.1
1135 mores: mOres 2.1.0
1136 morestairs: More Stairs 1.21.1-1.0.8
1137 moretotems: MoreTotems 2.20.3
1138 moretrapdoor: More Trapdoors 1.21.1-1.0.9
1139 morevanillapotions: More Vanilla Potions FABRIC-1.21.1-1.0
1140 morewalls: More Walls 1.21.1-1.0.9
1141 morningglory: Morning Glory - Cat Morning Gift 1.0.1
1142 mosslayers: Moss Layers 2.1.2
1143 mousetweaks: Mouse Tweaks 2.26
1144 movingelevators: Moving Elevators 1.4.11
1145 moyai: Moyai 1.21-2.1.7
1146 mr_better_babies: Better Babies 0.7.13
1147 mr_blossom_blade: Blossom Blade 1.3
1148 mr_blue_grove: Blue Grove 1-v1.0.3
1149 mr_builders_bounty: Builder's Bounty 0.1
1150 mr_clifftree: Cliff under a Tree (CliffTree) 2.0.1
1151 mr_developer_resources: Data API 1.6.3
1152 mr_dungeons_andtaverns: Dungeons and Taverns 1-v4.4.4
1153 mr_dungeons_andtavernsancientcityoverhaul: Dungeons and Taverns Ancient City Overhaul 1-v2
1154 mr_dungeons_andtavernsdeserttemplereplacement: Dungeons and Taverns Desert Temple Replacement 1-v1.2
1155 mr_dungeons_andtavernsjungletemplereplacement: Dungeons and Taverns Jungle Temple Replacement 1-v1.2
1156 mr_dungeons_andtavernsnetherfortressoverhaul: Dungeons and Taverns Nether Fortress Overhaul 1-v2.4
1157 mr_dungeons_andtavernsoceanmonumentreplacement: Dungeons and Taverns Ocean Monument Replacement 1-v1.2
1158 mr_dungeons_andtavernspillageroutpostoverhaul: Dungeons and Taverns Pillager Outpost Overhaul 1-v2.2
1159 mr_dungeons_andtavernsstrongholdoverhaul: Dungeons and Taverns Stronghold Overhaul 1-v2.1.f
1160 mr_dungeons_andtavernsswamphutoverhaul: Dungeons and Taverns Swamp Hut Overhaul 1-v2
1161 mr_dungeons_andtavernswoodlandmansionreplacement: Dungeons and Taverns Woodland Mansion Replacement 1-v1.2
1162 mr_endercon: Endercon 2.3
1163 mr_farmers_cuttingohthebiomeswevegone: Farmer's Cutting: Oh The Biomes We've Gone 1.21.1-2.1-fabric
1164 mr_farmers_cuttingtheaether: Farmer's Cutting: The Aether 1.21.1-1.0-fabric
1165 mr_flower_tweaks: Flower Tweaks 3
1166 mr_lithosphere: Lithosphere 1.6
1167 mr_lost_libraries: Lost Libraries 1.1.2
1168 mr_lukis_ancientcities: Luki's Ancient Cities 1.1
1169 mr_lukis_crazychambers: Luki's Crazy Chambers 1.0.2
1170 mr_lukis_grandcapitals: Luki's Grand Capitals 1.1.2
1171 mr_mace: Better Maces 1.0.0
1172 mr_musical_instrumentspack: Musical Instruments Pack 1.2
1173 mr_tidal_towns: Tidal Towns 1.3.4
1174 mr_towers_ofthewildmoddedextratowers: Towers of the Wild Modded - Extra Towers 1.0.8
1175 mr_trade_villagerhats: Gen's Villager Hats 0.1.16
1176 mru: M.R.U 1.0.19+LTS+1.21.1+fabric
1177 mss: Moog's Soaring Structures 1.3.5-1.21-fabric
1178 mvs: Moog's Voyager Structures 4.2.9-1.21-fabric
1179 my-totem-doll: My Totem Doll 2.2.3+1.21.1
1180 mynethersdelight: My Nether's Delight 1.21.1-2.0.3+1.7.8.refabricated
1181 mythiclib: Mythic Lib 2.0+mc1.21(.1)
1182 mythicupgrades: Mythic Upgrades 4.2.0+mc1.21
1183 nameplate: Nameplate 1.1.7
1184 natures_spirit: Nature's Spirit 2.2.5-1.21.1
1185 naturescompass: Nature's Compass 1.21.1-2.2.7-fabric
1186 nbt_ac: NBT Autocomplete 1.3.10
1187 necronomicon: Necronomicon 1.6.0
1188 nemos-ambience: Nemos Ambience 1.2-1.21.1
1189 nemos-blooming-blossom: Nemo's Blooming Blossom 1.3-1.21.1
1190 nemos-mossy-blocks: Nemo's Mossy Blocks 1.6-1.21.1
1191 nemos-mossy-vertical-slabs: Nemo's Mossy Vertical Slabs 1.21.1-1.2.1
1192 nemos-paintings: Nemo's Paintings 1.0.2-1.21.1
1193 nemos-vertical-slabs: Nemo's Vertical Slabs 1.21.1-1.2.2
1194 nether_ores_reborn: Nether Ores Reborn 1.1.0-1.21.1-Fabric
1195 netheragriculture: Nether Agriculture 2.0
1196 netherchested: Nether Chested 21.1.0
1197 limitlesscontainers: Limitless Containers 21.1.0
1198 netherdepthsupgrade: Nether Depths Upgrade 3.1.9+1.21-fabric
1199 netheriteextras: Netherite Extras 0.4.0+mc1.21
1200 netherportalfix: NetherPortalFix 21.1.3
1201 netherwartblock: Nether Wart Blocks to Nether Warts 1.21.1-7.2
1202 new_slab_variants: New Slab Variants 3.0.1
1203 newworld: New World 1.6.2
1204 nexuslib: NexusLib 1.1.2
1205 nicemod: NiceMod - New blocks 1.4.3
1206 nicer-skies: Nicer Skies 1.4.1+1.21.1
1207 nirvana_lib: Nirvana Lib 2.0.15
1208 no-resource-pack-warnings: No Resource Pack Warnings 1.3.1
1209 no-shield-delay: No Shield Delay 1.0.1
1210 noanimaltemptdelay: No Animal Tempt Delay 1.2
1211 nochatreports: No Chat Reports 1.21.1-v2.9.1
1212 noisium: Noisium 2.3.0+mc1.21-1.21.1
1213 nostalgic_tweaks: Nostalgic Tweaks 2.0.0-beta.922
1214 notenoughanimations: NotEnoughAnimations **.**.**.**
1215 notenoughpots: NotEnoughPots 1.3
1216 notenoughtrials: Not Enough Trials 4.0
1217 notes: Notes 1.21.1-2.1.1-fabric
1218 nullscape: Nullscape 1.2.14
1219 nyfsspiders: Nyf's Spiders 2.3.2
1220 observable: Observable 5.4.4
1221 octolib: OctoLib **.**.**.**
1222 ohmysherd: OhMySherd 21.1.2
1223 ohthetreesyoullgrow: Oh The Trees You'll Grow 5.0.14
1224 oregrowth: Ore Growth 1.1.7
1225 org_jetbrains_annotations: annotations 13.0
1226 overflowingbars: Overflowing Bars 21.1.1
1227 owo: oωo **.**.**.**+1.21
1228 io_wispforest_endec: endec **.**.**.**
1229 io_wispforest_endec_gson: gson **.**.**.**
1230 io_wispforest_endec_jankson: jankson **.**.**.**
1231 io_wispforest_endec_netty: netty 0.1.2
1232 oxidized: Oxidized 1.8.4
1233 saflib: SafLib 1.1.1
1234 packanalytics: Pack Analytics 1.0.4
1235 conditional-mixin: conditional mixin 0.6.4
1236 packetfixer: Packet Fixer 3.3.0
1237 paintings: Paintings ++ 14.0.0
1238 panda_plushies: Panda Plushies! (and Friends) 1.3.0
1239 pandalib: PandaLib 0.5.2
1240 partialhearts: Partial Hearts 1.0.2-1.21
1241 particle-effects: Particle Effects 1.0.8+1.21.1
1242 particle_core: Particle Core 0.2.4+1.21
1243 particlerain: Particle Rain 3.0.5
1244 particular: Particular 1.1.2+1.21
1245 passablefoliage: Passable Foliage 9.1.2+fabric
1246 passiveshield: Passive Shield 3.7
1247 pearfection: Pearfection 1.3.3
1248 pedestals: Pedestals - Display your items! 1.2.2
1249 pehkui: Pehkui 3.8.3+1.14.4-1.21
1250 kanos_config: Kanos Config 0.4.1+1.14.4-1.19.4
1251 perception: Perception 0.1.6
1252 perfect-parity-pg: Perfect Parity Pale Garden Edition 1.0.8
1253 perfectparity: Perfect Parity 1.1.7
1254 permanentsponges: Permanent Sponges 21.1.0
1255 philipsbiomefeatures: Philip's Biome Features 1.0
1256 philipsruins: Philip`s Ruins 1.21.1
1257 pickupnotifier: Pick Up Notifier 21.1.1
1258 pigsteel: Pigsteel 2.3.1
1259 ping-wheel: Ping Wheel 1.11.1
1260 placeable_food: 3D Placeable food 2.0.0
1261 placeablemaxwell: Maxwell the placeable cat 2.0.0
1262 special-model-loader: Special Model Loader 1.3.0
1263 de_javagl_obj: obj 0.4.0
1264 placeholder-api: Placeholder API 2.4.2+1.21
1265 platform: Platform **.**.**.**
1266 playeranimator: Player Animator 2.0.1+1.21.1
1267 plushables: Plushables 2.0.8+1.21.1
1268 plushie_buddies: Plushie Buddies 0.1.6-1.21.1
1269 plushies: Plushie Mod 1.5.1
1270 polymer-bundled: Polymer 0.9.18+1.21.1
1271 polymer-blocks: Polymer (Textured Blocks) 0.9.18+1.21.1
1272 polymer-common: Polymer (Common) 0.9.18+1.21.1
1273 packet_tweaker: Packet Tweaker 0.5.5+1.21
1274 polymer-core: Polymer (Core) 0.9.18+1.21.1
1275 polymer-networking: Polymer (Networking) 0.9.18+1.21.1
1276 polymer-registry-sync-manipulator: Polymer (Registry Sync Manipulator) 0.9.18+1.21.1
1277 polymer-resource-pack: Polymer (Resource Pack) 0.9.18+1.21.1
1278 polymer-virtual-entity: Polymer (Virtual Entity) 0.9.18+1.21.1
1279 polymorph: Polymorph 1.1.0+1.21.1
1280 polytone: Polytone 1.21-3.5.9
1281 net_objecthunter_exp4j: exp4j 0.4.8
1282 portfolio: Portfolio 1.21.1-1.5.0-fabric
1283 potionicons: Potion Icons 1.21.1-1.1.0
1284 potleaves: Pot Leaves 1.1.0
1285 potteddelight: PottedDelight 1.0
1286 pottery: Pottery 1.0.2+a
1287 presencefootsteps: Presence Footsteps 1.10.2+1.21
1288 prickle: PrickleMC 21.1.11
1289 prism: root project 'Prism' 1.0.11
1290 productiveslimes: Productive Slimes 1.4.12-1.21.1-fabric
1291 puffish_attributes: Pufferfish's Attributes 0.7.6
1292 puffish_biome_dither: Pufferfish's Biome Dither 1.0.0
1293 purediscslofi: Pure Discs - Lofi Edition 2.0.0
1294 purediscstrailstales: Pure Discs - Trails & Tales 2.0.1
1295 puzzle: Puzzle **.**.**.**
1296 puzzleslib: Puzzles Lib 21.1.38
1297 questsicons: Quest Icons 0.0.5-1.21.1
1298 rain-grow: Rain Grow 1.2
1299 randombonemealflowers: Random Bone Meal Flowers 4.7
1300 randomsheepcolours: Random Sheep Colours 3.5
1301 randomshulkercolours: Random Shulker Colours 3.4
1302 ranged_weapon_api: RangedWeaponAPI 2.2.0+1.21.1
1303 realistic-rowing: Realistic Rowing 1.0.0
1304 recipeessentials: recipeessentials Mod 1.21-4.1
1305 record_days_survived: Record Days Survived 2.2
1306 reeses-sodium-options: Reese's Sodium Options 1.8.3+mc1.21.4
1307 refinedstorage: Refined Storage 2.0.0
1308 regions_unexplored: Regions Unexplored **.**.**.**
1309 regrowth: Regrowth 115.32.0
1310 reintegrated_chipped: Reintegrated Chipped 1.0.0
1311 relics_rpgs: Relics (RPG Series) 1.1.0+1.21.1
1312 remnants: Remnants 1.21.1-v1.0.0
1313 repairablesanvil: RepairablesAnvil unspecified
1314 repeatable_trial_vaults: Repeatable Trial Vaults 1.0.2
1315 repurposed_structures: Repurposed Structures 7.5.17+1.21.1-fabric
1316 reputation: Your Reputation 0.2.9+jade.1.21.1
1317 rerollenchants: Reroll-Enchants 1
1318 resistance_balancer: Resistance Balancer 1.0.0
1319 resource_nether_ores: Resource Nether Ores 1.21.1-2.4.0
1320 resourcefulconfig: Resourcefulconfig 3.0.11
1321 resourcefullib: Resourceful Lib 3.0.12
1322 com_teamresourceful_bytecodecs: bytecodecs 1.1.2
1323 com_teamresourceful_yabn: yabn 1.0.3
1324 resourcelibrary: Resource Library 1.21.1-2.9.2
1325 resourcepackoverrides: Resource Pack Overrides 21.1.0
1326 ribbits: Ribbits 1.21.1-Fabric-4.1.4
1327 rightclickharvest: Right Click Harvest 4.6.0+1.21.1
1328 riverredux: River Redux 0.4.1
1329 rocks: This Rocks! 1.9.3+1.21.1
1330 rottencreatures: RottenCreatures 1.1.2
1331 roughlyenoughitems: Roughly Enough Items 16.0.799
1332 error_notifier: Error Notifier 1.0.11
1333 roughlyenoughprofessions: Roughly Enough Professions 4.0.3
1334 rrls: Remove Reloading Screen 5.0.10+mc1.21.1-fabric
1335 runelic: Runelic 21.1.3
1336 rusticdelight: Rustic Delight 1.4.2
1337 rusticdelightrefabricated: RusticDelight:Refabricated 1.1.2-1.21
1338 satisfying_buttons: Satisfying Buttons 1.1.1
1339 sawmill: Universal Sawmill 1.21-1.7.1
1340 scalablelux: ScalableLux **.**.**.**+fabric.d0d58ab
1341 scholar: Scholar 1.1.4
1342 seamless: Seamless 2.3.2
1343 searchables: Searchables 1.0.2
1344 securecrops: Secure Crops 2.0.1
1345 separatedleaves: Separated Leaves 2.6.1
1346 seriousplayeranimations: Serious Player Animations 1.2.0
1347 servercore: ServerCore 1.5.5+1.21.1
1348 space_arim_dazzleconf_dazzleconf-core: dazzleconf-core 1.3.0-M2
1349 space_arim_dazzleconf_dazzleconf-ext-snakeyaml: dazzleconf-ext-snakeyaml 1.3.0-M2
1350 settlement-roads: Countered's Settlement Roads 2.0.1
1351 shelfmod: Shelf mod 2.2
1352 shouldersurfing: Shoulder Surfing Reloaded 4.14.3
1353 shulkerboxslot: Shulker Box Slot 6.0.0+1.21.1
1354 shulkerboxtooltip: Shulker Box Tooltip 5.1.7+1.21.1
1355 shutter: Shutter 2.1.3-fabric-1.21.1
1356 signed_paintings: Signed Paintings 1.1.1-mc1.21
1357 silverwoodtrees: Silverwood Trees 1.21.1_fabric_v1.0.0
1358 simple-close-button: Simple Close Button 3.2+1.21.1-hotfix
1359 simple_snowy_fix: Simple Snowy Fix 2.1.4
1360 simplehats: SimpleHats 0.4.0
1361 simplemod: SimpleMod 1.21.1
1362 simplyswords: Simply Swords 1.62.0-1.21.1
1363 sit: Sit 1.21-28
1364 sixstairs: Craft 6 Stairs Instead of 4 12.1
1365 skinlayers3d: 3d-Skin-Layers 1.9.1
1366 sky_aesthetics: Sky Aesthetics 1.7.1
1367 slabstoblocks: Craft Slabs Back Into Blocks 2.3
1368 slimyboyos: SlimyBoyos 14.0.2
1369 slimyfloor: Slimy Floor 1.21-1.3.2
1370 smallernetherportals: Smaller Nether Portals 3.9
1371 smallships: Small Ships 2.0.0-b2.1
1372 smallstairs: Small Stairs 1.2.1
1373 smartbrainlib: SmartBrainLib 1.16.11
1374 smoothchunk: Smooth chunk save Mod 1.21-4.1
1375 smoothcoasters: SmoothCoasters 1.21-v1
1376 smoothscrollingrefurbished: Smooth Scrolling Refurbished 1.1.4
1377 smoothskies: Smooth Skies 2.10.4
1378 snowballsfreezemobs: Snowballs Freeze Mobs 3.8
1379 snowrealmagic: Snow! Real Magic! 12.1.2+fabric
1380 snowundertrees: Snow Under Trees 2.7.4+1.21.1
1381 sodium: Sodium 0.6.13+mc1.21.1
1382 sodium-extra: Sodium Extra 0.6.0+mc1.21.1
1383 sodiumleafculling: Sodium Leaf Culling 1.0.1
1384 sodiumoptionsapi: Sodium Options API 1.0.10
1385 somemoreblocks: Some More Blocks 1.1.4
1386 sootychimneys: Sooty Chimneys 1.3.2
1387 soul_fire_d: Soul Fire'd 5.1.6
1388 soulbound: Soulbound 1.0.1+1.21
1389 soulcandles: Soul Candles 1.2.1+mc1.21
1390 soulsweapons: Marium's Soulslike Weaponry 1.3.2-1.21.1-fabric
1391 sound_physics_remastered: Sound Physics Remastered 1.21.1-1.5.1
1392 sounds: Sounds 2.4.15+lts+1.21.1+fabric
1393 sparkweave: Sparkweave Engine 0.510.0
1394 net_harawata_appdirs: appdirs 1.2.1
1395 sparkweave_renderdoc_loader: Sparkweave Engine RenderDoc Loader 0.510.0
1396 spawnanimations: Spawn Animations 1.11.1+mod
1397 spawnercontrol: Spawner Control 1.3
1398 spawnermod: Enhanced Mob Spawners 1.2.8
1399 spawners_plus: Spawners+ 5.1-1.21.1
1400 speedypath: Speedy Path 1.0.3
1401 spell_engine: Spell Engine 1.8.2+1.21.1
1402 spell_power: Spell Power Attribute 1.4.1+1.21.1
1403 spyglass_improvements: Spyglass Improvements 1.5.7
1404 stackabletrims: Stackable Trims 1.0.0
1405 stackedblocks: Stacked Blocks 25.2.13-1.21-fabric
1406 stackrefill: Stack Refill 4.9
1407 status-effect-bars: Status Effect Bars 1.0.6
1408 stellarity: Stellarity **.**.**.**
1409 stellarview: Stellar View 0.5.1-Fabric
1410 stickyenchantinglapis: Sticky Enchanting Lapis 1.5
1411 stoneworks: Stoneworks 21.1.0
1412 stonycliffs: Stony Cliffs Are Cool (Lithostitched Edition) 1.1.2
1413 storagedelight: Storage Delight 25.6.24-1.21-fabric
1414 storagedrawers: Storage Drawers 13.11.4
1415 strangeberries: Strange Berries 2.5
1416 strawstatues: Straw Statues 21.1.0
1417 strayed_fates_forsaken: STRAYED FATES: Forsaken 1-v2.0.0.2
1418 strippableblocksapi: StrippableBlocksAPI 1.0.0
1419 structory: Structory 1.3.13
1420 structory_towers: Structory: Towers 1.0.14
1421 structure_layout_optimizer: Structure Layout Optimizer 1.0.10
1422 structure_pool_api: Structure Pool API 1.2.0+1.21.1
1423 structureessentials: Structure Essentials Mod 1.21-4.8
1424 structurify: Structurify 1.0.21
1425 stylisheffects: Stylish Effects 21.1.1
1426 subtle_effects: Subtle Effects 1.13.0
1427 supermartijn642configlib: SuperMartijn642's Config Lib 1.1.8
1428 supermartijn642corelib: SuperMartijn642's Core Lib 1.1.18+a
1429 t_and_t: Towns and Towers 1.13.2
1430 taking-a-break: Taking a Break 1.0.3
1431 taxfreelevels: Tax Free Levels 1.4.7
1432 tbim: This boat is MINE! 1.0.1
1433 tectonic: Tectonic 3.0.13
1434 terrablender: TerraBlender **.**.**.**
1435 terrainslabs: Countered's Terrain Slabs 2.0.2
1436 terralith: Terralith 2.5.8
1437 texelspaintings: TexelsPaintings 17.3.1
1438 the_afterdark: The Afterdark **.**.**.**
1439 things: Things 0.4.2+1.21
1440 thirdpersondeath: Third Person Death 1.1.0
1441 tide: Tide 1.6.4
1442 time_on_display: Time On Display 2.0.0
1443 tintedcampfires: Tinted Campfires 1.0.2
1444 tiny-flowers: Tiny Flowers 1.2.0+1.21.1
1445 tipoftheloom: TipOfTheLoom 21.1.3
1446 tipsmod: Tips 21.1.2
1447 tlib: TLib 1.3.0-1.21.1
1448 tntutils: TNTUtils 1.21.1-2.0.3
1449 toms_mobs: Tom's Mobs 2.1.3+1.21
1450 too_many_entities: Too Many Entities 1.2.0
1451 tooltipfix: ToolTip Fix 1.1.1-1.20
1452 tooltipoverhaul: Tooltip overhaul 1.2.0
1453 tooltipscroll: Tooltip Scroll 1.4.0+1.21
1454 lilylib: LilyLib 1.2.1+1.21
1455 toomanypaintings: Too Many Paintings! 1.0.2-1.21-fabric
1456 totw_modded: Towers of the Wild Modded fabric-1.21-1.0.8
1457 trade_cycling: Trade Cycling 1.21.1-1.0.18
1458 tradingpost: Trading Post 21.1.0
1459 trailiertales: Trailier Tales 1.1.11-mc1.21.1
1460 transparent: Transparent 21.1.0
1461 trashslot: TrashSlot 21.1.4
1462 travelersbackpack: Traveler's Backpack 10.1.26
1463 traverse: Traverse 8.0.3
1464 terraform-config-api-v1: Terraform Config API (v1) 11.0.0
1465 terraform-tree-api-v1: Terraform Tree API (v1) 11.0.0
1466 traverse-client: Traverse: Client 8.0.3
1467 traverse-common: Traverse: Common 8.0.3
1468 traverse-worldgen: Traverse: World Generation 8.0.3
1469 trimmable_tools: Trimmable Tools 2.0.5
1470 trinkets: Trinkets 3.10.0
1471 trofers: Trofers 8.0.0
1472 trowel: Trowel 1.4.0
1473 tsa-decorations: TSA: Decorations & Furniture 2.1.0+1.21-1.21.1
1474 tumbleweeds: Tumbleweeds 1.1.0
1475 twigs: Twigs 4.0.0
1476 twod_projectiles: 2D Projectiles 1.1.1
1477 txnilib: TxniLib 1.0.24
1478 u_sea: Unnamed Sea 1.2.3
1479 ubesdelight: Ube's Delight 0.4.4
1480 ukrainedelight: Ukraine Delight 1.0.1-1.21.x
1481 underground_rivers: Underground Rivers 1.0.1
1482 underground_village: underground_village 1.5.5
1483 underground_villages: Underground Villages Mod 4.0.3
1484 undergroundbeacons: Underground Beacons 1.0
1485 underlay: Underlay 0.9.7
1486 unilib: UniLib 1.1.1
1487 unionlib: UnionLib 12.0.18
1488 com_google_code_findbugs_jsr305: jsr305 3.0.2
1489 org_checkerframework_checker-qual: checker-qual 3.21.2
1490 org_tomlj_tomlj: tomlj 1.1.1
1491 universal_ores: Universal Ores v1.6.1
1492 universalbonemeal: Universal Bone Meal 21.1.0
1493 universalcraft: UniversalCraft 430
1494 universalenchants: Universal Enchants 21.1.6
1495 untitledduckmod: Untitled Duck Mod 1.2.0
1496 updatingworldicon: Updating World Icon 1.0.1
1497 uranus: Uranus 2.4
1498 usefulhats: Useful Hats 1.21.1-6.5.2.0
1499 usefulspyglass: Useful Spyglass 0.8.0
1500 vanillabackport: VanillaBackport **.**.**.**
1501 vanillin: Vanillin 1.1.3+1.21.1
1502 flywheel: Flywheel 1.0.4+1.21.1
1503 vanity: Vanity 5.0.2
1504 vanity_aesthetic_armory: Vanity: Aesthetic Armory 1.1.1
1505 vanity_black_gold: Vanity: Black Gold 1.0.0
1506 vanity_magma: Vanity: Magma 1.0.0
1507 vanity_viking: Vanity: Viking 1.0.0
1508 variablespawnerhardness: VariableSpawnerHardness 1.21.1-1.4.3
1509 variantsandventures: Variants&Ventures 1.0.18
1510 vcinteraction: Voice Chat Interaction 1.21.1-1.0.8
1511 vertical-slabs: Vertical slabs 2.1.1-1.21
1512 vigilance: Vigilance 306
1513 villagerhats: Villager Hats 1.7.2+1.21
1514 villagespawnpoint: Village Spawn Point 4.6
1515 visuality: Visuality 0.7.7+1.21
1516 visualoverhaul: VisualOverhaul 5.2.1
1517 visualworkbench: Visual Workbench 21.1.1
1518 voicechat: Simple Voice Chat 1.21.1-2.5.35
1519 wakes: Wakes 0.4.1+1.21.1
1520 com_github_jdiemke_delaunay-triangulator_delaunaytriangulator: DelaunayTriangulator 1.0.0
1521 walljump: Wall-Jump TXF 1.21.1-1.3.5-fabric
1522 keybindfixtxf: Keybind Fix TXF 1.1.1
1523 warriorrage: Warrior Rage 1.0.0
1524 watering_overlay: Watering Overlay 1.1.0
1525 watut: What Are They Up To 1.21.0-1.2.7
1526 wayfinder: Wayfinder 1.0.1-Beta
1527 waystones: Waystones 21.1.23
1528 wearthat: WearThat 1.0.0
1529 weathersettings: Weathercontrol Mod 1.21-2.1
1530 welcomescreen: Welcome Screen 1.0.0
1531 white_pumpkins: WhitePumpkins 1.2.3
1532 wildernature: [Let's Do] WilderNature 1.1.4
1533 wilderwild: Wilder Wild 4.1.2-mc1.21.1
1534 wildfields: Wild Fields 1.21.1_v.1.2.1
1535 winteroverhaul: Winter Overhaul 4.0.0
1536 wits: WITS 1.3.0+1.21-fabric
1537 woodenbucket: Wooden Bucket 1.21-4.1.2.0
1538 woodlands_extra: Woodlands: Extra 1.21.1-1.3.3
1539 woodlands_vanilla: Woodlands: Vanilla 1.21.1-1.2.2
1540 woodwevegot: All The Wood We've Got 2.2.3
1541 wooledboots: Wooled Boots 1.8.1
1542 worldplaytime: World Play Time 1.2.2
1543 wover: WorldWeaver 21.0.13
1544 wover-biome: WorldWeaver - Biome API 21.0.13
1545 wover-block: WorldWeaver - Block and Item API 21.0.13
1546 wover-common: WorldWeaver - Common API 21.0.13
1547 wover-core: WorldWeaver - Core API 21.0.13
1548 wover-datagen: WorldWeaver - Datagen API 21.0.13
1549 wover-events: WorldWeaver - Events API 21.0.13
1550 wover-feature: WorldWeaver - Feature API 21.0.13
1551 wover-generator: WorldWeaver - World Generator API 21.0.13
1552 wover-item: WorldWeaver - Item API 21.0.13
1553 wover-math: WorldWeaver - Math API 21.0.13
1554 wover-preset: WorldWeaver - World Preset API 21.0.13
1555 wover-recipe: WorldWeaver - Recipe API 21.0.13
1556 wover-structure: WorldWeaver - Structure API 21.0.13
1557 wover-surface: WorldWeaver - Surface API 21.0.13
1558 wover-tag: WorldWeaver - Tag API 21.0.13
1559 wover-ui: WorldWeaver - UI API 21.0.13
1560 wunderlib: WunderLib 21.0.8
1561 wthit: wthit 12.6.0
1562 xaerominimap: Xaero's Minimap 25.2.10
1563 xaeroworldmap: Xaero's World Map 1.39.12
1564 xtraarrows: Xtra Arrows 3 3.4.3
1565 yeastnfeast: Yeast 'n Feast 0.1.5
1566 yeehaw_towns: Yeehaw Towns 1.0.3
1567 yeetusexperimentus: Yeetus Experimentus 87.0.0
1568 yet_another_config_lib_v3: YetAnotherConfigLib 3.7.1+1.21.1-fabric
1569 com_twelvemonkeys_common_common-io: common-io 3.12.0
1570 com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.12.0
1571 org_quiltmc_parsers_gson: gson 0.2.1
1572 org_quiltmc_parsers_json: json 0.2.1
1573 yigd: You're in Grave Danger 2.4.18
1574 libgui: LibGui 11.1.0+1.21
1575 jankson: Jankson 8.0.0+j1.2.3
1576 libninepatch: LibNinePatch 1.2.0
1577 ytones: Ytones 21.1.1
1578 hotbarslotcycling: Hotbar Slot Cycling 21.1.0
1579 yungsapi: YUNG's API 1.21.1-Fabric-5.1.6
1580 yungsbridges: YUNG's Bridges 1.21.1-Fabric-5.1.1
1581 yungscavebiomes: YUNG's Cave Biomes 1.21.1-Fabric-3.1.1
1582 yungsextras: YUNG's Extras 1.21.1-Fabric-5.1.1
1583 yungsmenutweaks: YUNG's Menu Tweaks 1.21.1-Fabric-2.1.2
1584 yuushya: Yuushya 2.2.3
1585 zombie_variants: Zombie Variants 1.0.3
1586 Flywheel Backend: flywheel:off
1587 Launched Version: fabric-0.17.3-1.21.1
1588 Launcher name: CurseForge
1589 Backend library: LWJGL version 3.3.3-snapshot
1590 Backend API: Unknown
1591 Window size: <not initialized>
1592 GFLW Platform: <error>
1593 GL Caps: Using framebuffer using OpenGL 3.2
1594 GL debug messages: <disabled>
1595 Is Modded: Definitely; Client brand changed to 'fabric'
1596 Universe: 404
1597 Type: Client (map_client.txt)
1598 Locale: en_US
1599 System encoding: Cp1252
1600 File encoding: UTF-8
1601 CPU: <unknown>
1602
This log will be saved for 90 days from their last view.
Report abuse