Fabric 1.21.1 Crash Report

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