Fabric 1.21.1 Crash Report

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