1 | ---- Minecraft Crash Report ----
|
2 | |
3 |
|
4 | Time: 2025-06-14 13:23:12
|
5 | Description: Bootstrap
|
6 |
|
7 | java.lang.BootstrapMethodError: java.lang.RuntimeException: Mixin transformation of net.minecraft.class_1642 failed
|
8 | at knot//net.minecraft.class_1299.<clinit>(class_1299.java:213)
|
9 | at knot//net.minecraft.class_1802.<clinit>(class_1802.java:854)
|
10 | at knot//net.minecraft.class_2246.redirect$fgf000$modernfix$skipCacheInit(class_2246.java:1844)
|
11 | at knot//net.minecraft.class_2246.<clinit>(class_2246.java:1259)
|
12 | at knot//net.minecraft.class_2358.method_10199(class_2358.java:336)
|
13 | at knot//net.minecraft.class_2966.method_12851(class_2966.java:52)
|
14 | at knot//net.minecraft.client.main.Main.main(Main.java:130)
|
15 | at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
|
16 | at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
17 | at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
18 | Caused by: java.lang.RuntimeException: Mixin transformation of net.minecraft.class_1642 failed
|
19 | at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:427)
|
20 | at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323)
|
21 | at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218)
|
22 | at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
|
23 | at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
|
24 | at java.base/java.lang.ClassLoader.defineClass1(Native Method)
|
25 | at java.base/java.lang.ClassLoader.defineClass(Unknown Source)
|
26 | at java.base/java.security.SecureClassLoader.defineClass(Unknown Source)
|
27 | at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.defineClassFwd(KnotClassLoader.java:160)
|
28 | at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:355)
|
29 | at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218)
|
30 | at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
|
31 | at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
|
32 | ... 10 more
|
33 | Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
|
34 | at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392)
|
35 | at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234)
|
36 | at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202)
|
37 | at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:422)
|
38 | ... 22 more
|
39 | Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [fixed-villager-trades.mixins.json:ZombieEntityMixin from mod fixed-villager-trades] from phase [DEFAULT] in config [fixed-villager-trades.mixins.json] FAILED during APPLY
|
40 | at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:638)
|
41 | at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:589)
|
42 | at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:379)
|
43 | ... 25 more
|
44 | Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: @At("INVOKE") on net/minecraft/class_1642::fixedVillagerTrades$setOffersNbtOnConversion 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 -> fixed-villager-trades.mixins.json:ZombieEntityMixin from mod fixed-villager-trades -> Prepare Injections -> handler$dje000$fixed-villager-trades$fixedVillagerTrades$setOffersNbtOnConversion(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 }]
|
45 | at org.spongepowered.asm.mixin.injection.code.Injector.findTargetNodes(Injector.java:312)
|
46 | at org.spongepowered.asm.mixin.injection.code.Injector.find(Injector.java:248)
|
47 | at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.prepare(InjectionInfo.java:475)
|
48 | at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1407)
|
49 | at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:731)
|
50 | at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:315)
|
51 | at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:246)
|
52 | at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:437)
|
53 | at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:418)
|
54 | at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
|
55 | ... 25 more
|
56 |
|
57 |
|
58 | A detailed walkthrough of the error, its code path and all known details is as follows:
|
59 | ---------------------------------------------------------------------------------------
|
60 |
|
61 | -- Head --
|
62 | Thread: main
|
63 | Stacktrace:
|
64 | at knot//net.minecraft.class_1299.<clinit>(class_1299.java:213)
|
65 | at knot//net.minecraft.class_1802.<clinit>(class_1802.java:854)
|
66 | at knot//net.minecraft.class_2246.redirect$fgf000$modernfix$skipCacheInit(class_2246.java:1844)
|
67 | at knot//net.minecraft.class_2246.<clinit>(class_2246.java:1259)
|
68 | at knot//net.minecraft.class_2358.method_10199(class_2358.java:336)
|
69 | at knot//net.minecraft.class_2966.method_12851(class_2966.java:52)
|
70 |
|
71 | -- Initialization --
|
72 | Details:
|
73 | Modules:
|
74 | ADVAPI32.dll:Windows 32 -pohjainen lisä-API:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
|
75 | COMCTL32.dll:Käyttäjäkokemus-ohjausobjektien kirjasto:6.10 (WinBuild.160101.0800):Microsoft Corporation
|
76 | CRYPT32.dll:Crypto API32:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
|
77 | CRYPTBASE.dll:Base cryptographic API DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
|
78 | CRYPTSP.dll:Cryptographic Service Provider API:10.0.19041.5856 (WinBuild.160101.0800):Microsoft Corporation
|
79 | DBGHELP.DLL:Windows Image Helper:10.0.19041.5848 (WinBuild.160101.0800):Microsoft Corporation
|
80 | DNSAPI.dll:DNS Client API DLL:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
|
81 | GDI32.dll:GDI Client DLL:10.0.19041.5737 (WinBuild.160101.0800):Microsoft Corporation
|
82 | IMM32.DLL:Multi-User Windows IMM32 API Client DLL:10.0.19041.5737 (WinBuild.160101.0800):Microsoft Corporation
|
83 | IPHLPAPI.DLL:IP Helper API:10.0.19041.320 (WinBuild.160101.0800):Microsoft Corporation
|
84 | KERNEL32.DLL:Windows NT BASE APIn asiakas-DLL:10.0.19041.5915 (WinBuild.160101.0800):Microsoft Corporation
|
85 | KERNELBASE.dll:Windows NT BASE APIn asiakas-DLL:10.0.19041.5915 (WinBuild.160101.0800):Microsoft Corporation
|
86 | MpOav.dll:IOfficeAntiVirus Module:4.18.25050.5 (bcf51ab773be21957c5713cae9cb3adf2fd75bf5):Microsoft Corporation
|
87 | NLAapi.dll:Network Location Awareness 2:10.0.19041.4123 (WinBuild.160101.0800):Microsoft Corporation
|
88 | NSI.dll:NSI User-mode interface DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
|
89 | NTASN1.dll:Microsoft ASN.1 API:10.0.19041.320 (WinBuild.160101.0800):Microsoft Corporation
|
90 | OLEAUT32.dll:OLEAUT32.DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
|
91 | Ole32.dll:Microsoft OLE Windowsia varten:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
|
92 | POWRPROF.dll:Virtaprofiiliaputoimien DLL-tiedosto:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
|
93 | PSAPI.DLL:Process Status Helper:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
|
94 | Pdh.dll:Windows Performance Data Helper DLL:10.0.19041.320 (WinBuild.160101.0800):Microsoft Corporation
|
95 | RPCRT4.dll:Etäproseduurikutsun suoritusaika:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
|
96 | SHCORE.dll:SHCORE:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
|
97 | SHELL32.dll:Windows-käyttöliittymän yleinen DLL:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
|
98 | UMPDC.dll
|
99 | USER32.dll:Yhteiskäyttö-Windows USER API Client -DLL-kirjasto:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
|
100 | USERENV.dll:Userenv:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
|
101 | VCRUNTIME140.dll:Microsoft® C Runtime Library:14.31.31103.0:Microsoft Corporation
|
102 | VERSION.dll:Version Checking and File Installation Libraries:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
|
103 | WINHTTP.dll:Windowsin HTTP-palvelut:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
|
104 | WINMM.dll:MCI API DLL:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
|
105 | WS2_32.dll:Windows Socket 2.0 32-Bit DLL:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
|
106 | Wldp.dll:Windowsin lukituskäytäntö:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
|
107 | amsi.dll:Anti-Malware Scan Interface:10.0.19041.4355 (WinBuild.160101.0800):Microsoft Corporation
|
108 | apphelp.dll:Application Compatibility Client Library:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
|
109 | awt.dll:Zulu Platform x64 Architecture:21.0.6:Azul Systems Inc.
|
110 | bcrypt.dll:Windowsin salausprimitiivikirjasto:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
|
111 | bcryptPrimitives.dll:Windows Cryptographic Primitives Library:10.0.19041.5007 (WinBuild.160101.0800):Microsoft Corporation
|
112 | clbcatq.dll:COM+ Configuration Catalog:2001.12.10941.16384 (WinBuild.160101.0800):Microsoft Corporation
|
113 | combase.dll:Microsoft OLE Windowsia varten:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
|
114 | dbgcore.DLL:Windows Core Debugging Helpers:10.0.19041.5794 (WinBuild.160101.0800):Microsoft Corporation
|
115 | extnet.dll:Zulu Platform x64 Architecture:21.0.6:Azul Systems Inc.
|
116 | fwpuclnt.dll:FWP/IPsec-käyttäjätila-API:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
|
117 | gdi32full.dll:GDI Client DLL:10.0.19041.5915 (WinBuild.160101.0800):Microsoft Corporation
|
118 | java.dll:Zulu Platform x64 Architecture:21.0.6:Azul Systems Inc.
|
119 | javaw.exe:Zulu Platform x64 Architecture:21.0.6:Azul Systems Inc.
|
120 | jemalloc.dll
|
121 | jimage.dll:Zulu Platform x64 Architecture:21.0.6:Azul Systems Inc.
|
122 | jli.dll:Zulu Platform x64 Architecture:21.0.6:Azul Systems Inc.
|
123 | jna15269716782211122533.dll:JNA native library:7.0.0:Java(TM) Native Access (JNA)
|
124 | jsvml.dll:Zulu Platform x64 Architecture:21.0.6:Azul Systems Inc.
|
125 | jvm.dll:Zulu 64-Bit Server VM:21.0.6:Azul Systems Inc.
|
126 | kernel.appcore.dll:AppModel API Host:10.0.19041.3758 (WinBuild.160101.0800):Microsoft Corporation
|
127 | lwjgl.dll
|
128 | management.dll:Zulu Platform x64 Architecture:21.0.6:Azul Systems Inc.
|
129 | management_ext.dll:Zulu Platform x64 Architecture:21.0.6:Azul Systems Inc.
|
130 | msvcp140.dll:Microsoft® C Runtime Library:14.31.31103.0:Microsoft Corporation
|
131 | msvcp_win.dll:Microsoft® C Runtime Library:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
|
132 | msvcrt.dll:Windows NT CRT DLL:7.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
|
133 | mswsock.dll:Microsoft Windows Sockets 2.0 -palveluntarjoaja:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
|
134 | napinsp.dll:E-mail Naming Shim Provider:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
|
135 | ncrypt.dll:Windows NCrypt -reititin:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
|
136 | net.dll:Zulu Platform x64 Architecture:21.0.6:Azul Systems Inc.
|
137 | nio.dll:Zulu Platform x64 Architecture:21.0.6:Azul Systems Inc.
|
138 | ntdll.dll:NT Layer -kirjasto (DLL):10.0.19041.4842 (WinBuild.160101.0800):Microsoft Corporation
|
139 | pnrpnsp.dll:PNRP Name Space Provider:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
|
140 | profapi.dll:User Profile Basic API:10.0.19041.5794 (WinBuild.160101.0800):Microsoft Corporation
|
141 | rasadhlp.dll:Remote Access AutoDial Helper:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
|
142 | rsaenh.dll:Microsoft Enhanced Cryptographic Provider:10.0.19041.320 (WinBuild.160101.0800):Microsoft Corporation
|
143 | sechost.dll:Host for SCM/SDDL/LSA Lookup APIs:10.0.19041.320 (WinBuild.160101.0800):Microsoft Corporation
|
144 | shlwapi.dll:Liittymän kevyt apuohjelmakirjasto:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
|
145 | sunmscapi.dll:Zulu Platform x64 Architecture:21.0.6:Azul Systems Inc.
|
146 | ucrtbase.dll:Microsoft® C Runtime Library:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
|
147 | vcruntime140_1.dll:Microsoft® C Runtime Library:14.31.31103.0:Microsoft Corporation
|
148 | verify.dll:Zulu Platform x64 Architecture:21.0.6:Azul Systems Inc.
|
149 | win32u.dll:Win32u:10.0.19041.5965 (WinBuild.160101.0800):Microsoft Corporation
|
150 | windows.storage.dll:Microsoftin WinRT-tallennuksen ohjelmointirajapinta:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
|
151 | winrnr.dll:LDAP RnR Provider DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
|
152 | wshbth.dll:Windows Sockets Helper DLL:10.0.19041.5848 (WinBuild.160101.0800):Microsoft Corporation
|
153 | zip.dll:Zulu Platform x64 Architecture:21.0.6:Azul Systems Inc.
|
154 | Stacktrace:
|
155 | at knot//net.minecraft.client.main.Main.main(Main.java:130)
|
156 | at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
|
157 | at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
158 | at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
159 |
|
160 | -- System Details --
|
161 | Details:
|
162 | Minecraft Version: 1.21.1
|
163 | Minecraft Version ID: 1.21.1
|
164 | Operating System: Windows 10 (amd64) version 10.0
|
165 | Java Version: 21.0.6, Azul Systems, Inc.
|
166 | Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Azul Systems, Inc.
|
167 | Memory: 242433680 bytes (231 MiB) / 897581056 bytes (856 MiB) up to 10468982784 bytes (9984 MiB)
|
168 | CPUs: 12
|
169 | Processor Vendor: GenuineIntel
|
170 | Processor Name: 12th Gen Intel(R) Core(TM) i5-12400F
|
171 | Identifier: Intel64 Family 6 Model 151 Stepping 2
|
172 | Microarchitecture: Alder Lake
|
173 | Frequency (GHz): 2.50
|
174 | Number of physical packages: 1
|
175 | Number of physical CPUs: 6
|
176 | Number of logical CPUs: 12
|
177 | Graphics card #0 name: NVIDIA GeForce GTX 1660 Ti
|
178 | Graphics card #0 vendor: NVIDIA
|
179 | Graphics card #0 VRAM (MiB): 6144.00
|
180 | Graphics card #0 deviceId: VideoController1
|
181 | Graphics card #0 versionInfo: 30.0.15.1215
|
182 | Graphics card #1 name: AMD Radeon RX 6700 XT
|
183 | Graphics card #1 vendor: Advanced Micro Devices, Inc.
|
184 | Graphics card #1 VRAM (MiB): 12272.00
|
185 | Graphics card #1 deviceId: VideoController2
|
186 | Graphics card #1 versionInfo: 32.0.21013.1000
|
187 | Graphics card #2 name: AMD Radeon RX 7600
|
188 | Graphics card #2 vendor: Advanced Micro Devices, Inc.
|
189 | Graphics card #2 VRAM (MiB): 8176.00
|
190 | Graphics card #2 deviceId: VideoController3
|
191 | Graphics card #2 versionInfo: 32.0.21013.1000
|
192 | Memory slot #0 capacity (MiB): 8192.00
|
193 | Memory slot #0 clockSpeed (GHz): 2.67
|
194 | Memory slot #0 type: DDR4
|
195 | Memory slot #1 capacity (MiB): 8192.00
|
196 | Memory slot #1 clockSpeed (GHz): 2.67
|
197 | Memory slot #1 type: DDR4
|
198 | Virtual memory max (MiB): 30045.92
|
199 | Virtual memory used (MiB): 16293.41
|
200 | Swap memory total (MiB): 13824.00
|
201 | Swap memory used (MiB): 0.00
|
202 | Space in storage for jna.tmpdir (MiB): available: 145357.45, total: 476311.25
|
203 | Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): available: 145357.45, total: 476311.25
|
204 | Space in storage for io.netty.native.workdir (MiB): available: 145357.45, total: 476311.25
|
205 | Space in storage for java.io.tmpdir (MiB): available: 145357.45, total: 476311.25
|
206 | Space in storage for workdir (MiB): available: 145357.45, total: 476311.25
|
207 | JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx9984M
|
208 | Fabric Mods:
|
209 | accessories: Accessories 1.1.0-beta.43+1.21.1
|
210 | accurateblockplacement: Accurate Block Placement 1.3.5-mc1.20.5-1.21.1
|
211 | alternate-current: Alternate Current 1.9.0
|
212 | ambientenvironment: AmbientEnvironment **.**.**.**
|
213 | antique_atlas: Antique Atlas 2.11.2+1.21
|
214 | appleskin: AppleSkin 3.0.6+mc1.21
|
215 | architectury: Architectury 13.0.8
|
216 | atg: Attack Through Grass 2.0.3
|
217 | auditory: Auditory 0.0.7-1.21.1
|
218 | azurelib: AzureLib 3.0.20
|
219 | azurelibarmor: AzureLib Armor 3.0.12
|
220 | balm: Balm 21.0.46
|
221 | kuma_api: KumaAPI 21.0.5
|
222 | beautifiedchatclient: Beautified Chat Client 2.7
|
223 | betterarcheology: Better Archeology 1.3.2
|
224 | bettercombat: Better Combat 2.2.4+1.21.1
|
225 | betterf3: BetterF3 11.0.3
|
226 | bettersafebed: BetterSafeBed 1.21-16
|
227 | betterthirdperson: Better Third Person 1.9.0
|
228 | betterwitchhuts: YUNG's Better Witch Huts 1.21.1-Fabric-4.1.1
|
229 | boids: Boids 1.2.3
|
230 | blue_endless_jankson: jankson 1.2.3
|
231 | bundleapi: Bundle API 1.0.4
|
232 | cardinal-components: Cardinal Components API 6.1.2
|
233 | cardinal-components-base: Cardinal Components API (base) 6.1.2
|
234 | cardinal-components-block: Cardinal Components API (blocks) 6.1.2
|
235 | cardinal-components-chunk: Cardinal Components API (chunks) 6.1.2
|
236 | cardinal-components-entity: Cardinal Components API (entities) 6.1.2
|
237 | cardinal-components-item: Cardinal Components API (items) 6.1.2
|
238 | cardinal-components-level: Cardinal Components API (world saves) 6.1.2
|
239 | cardinal-components-scoreboard: Cardinal Components API (scoreboard) 6.1.2
|
240 | cardinal-components-world: Cardinal Components API (worlds) 6.1.2
|
241 | chat_heads: Chat Heads 0.13.18
|
242 | chatpatches: Chat Patches 211.6.9-secure
|
243 | cicada: CICADA 0.13.0+1.21-1.21.1
|
244 | org_yaml_snakeyaml: snakeyaml 2.2
|
245 | citresewn: CIT Resewn 1.2.2+1.21
|
246 | citresewn-defaults: CIT Resewn: Defaults 1.2.2+1.21
|
247 | clienttweaks: Client Tweaks 21.1.7
|
248 | cloth-config: Cloth Config v15 15.0.140
|
249 | cloth-basic-math: cloth-basic-math 0.6.1
|
250 | clumps: Clumps **.**.**.**
|
251 | cobweb: Cobweb 1.3.3
|
252 | collective: Collective 8.3
|
253 | collisionfix: CollisionFix 1.0.1
|
254 | comforts: Comforts 9.0.4+1.21.1
|
255 | spectrelib: SpectreLib 0.17.2+1.21
|
256 | commonnetworking: Common Network 1.0.18-1.21.1
|
257 | concentration: Concentration 2.3.0
|
258 | continuity: Continuity 3.0.0+1.21
|
259 | controlling: Controlling 19.0.5
|
260 | coolrain: CoolRain 1.1.0-1.21.1
|
261 | corgilib: CorgiLib **.**.**.**
|
262 | com_electronwill_night-config_core: core 3.8.2
|
263 | com_electronwill_night-config_toml: toml 3.8.2
|
264 | creeperoverhaul: Creeper Overhaul 4.0.6
|
265 | com_teamresourceful_resourceful-cosmetics-4j: resourceful-cosmetics-4j 1.0.3
|
266 | customizableelytra: Customizable Elytra 2.2.8+1.21
|
267 | dark-loading-screen: Dark Loading Screen 1.6.14
|
268 | desertupdate: DunesDrought 1.3.7-1.21.1
|
269 | distantfriends: Distant Friends 0.9.2
|
270 | do_a_barrel_roll: Do a Barrel Roll 3.7.3
|
271 | mixinsquared: MixinSquared 0.1.2-beta.4
|
272 | dropspread: DropSpread 1.0.3
|
273 | dsurround: Dynamic Surroundings 0.4.2
|
274 | org_openjdk_nashorn_nashorn-core: nashorn-core 15.4
|
275 | dynamic_fps: Dynamic FPS 3.9.4
|
276 | net_lostluma_battery: battery 1.3.0
|
277 | eatinganimationid: Eating Animation 1.21+1.9.72
|
278 | economical_villager_trading: Economical Villager Trading 1.3.1
|
279 | effective: Effective 2.4.8-1.21.1
|
280 | veil: Veil **.**.**.**
|
281 | gg_moonflower_molang-compiler: molang-compiler **.**.**.**
|
282 | io_github_spair_imgui-java-binding: imgui-java-binding 1.86.11
|
283 | io_github_spair_imgui-java-lwjgl3: imgui-java-lwjgl3 1.86.11
|
284 | io_github_spair_imgui-java-natives-linux: imgui-java-natives-linux 1.86.11
|
285 | io_github_spair_imgui-java-natives-macos-ft: imgui-java-natives-macos-ft 1.86.11
|
286 | io_github_spair_imgui-java-natives-windows: imgui-java-natives-windows 1.86.11
|
287 | org_lwjgl_lwjgl-opencl: lwjgl-opencl 3.3.3
|
288 | org_lwjgl_lwjgl-shaderc: lwjgl-shaderc 3.3.3
|
289 | org_lwjgl_lwjgl-shaderc_natives-linux: lwjgl-shaderc 3.3.3
|
290 | org_lwjgl_lwjgl-shaderc_natives-linux-arm64: lwjgl-shaderc 3.3.3
|
291 | org_lwjgl_lwjgl-shaderc_natives-macos: lwjgl-shaderc 3.3.3
|
292 | org_lwjgl_lwjgl-shaderc_natives-macos-arm64: lwjgl-shaderc 3.3.3
|
293 | org_lwjgl_lwjgl-shaderc_natives-windows: lwjgl-shaderc 3.3.3
|
294 | org_lwjgl_lwjgl-shaderc_natives-windows-arm64: lwjgl-shaderc 3.3.3
|
295 | elementa: Elementa 708
|
296 | emojitype: Emoji Type 2.3.0-1.21.3
|
297 | end_remastered_dimension_fix: End Remastered Dimension Fix 1.1
|
298 | endrem: End Remastered 6.0.2
|
299 | enhancedblockentities: Enhanced Block Entities 0.10.2+1.21
|
300 | entity_model_features: Entity Model Features 2.4.1
|
301 | entity_texture_features: Entity Texture Features 6.2.9
|
302 | org_apache_httpcomponents_httpmime: httpmime 4.5.10
|
303 | entityculling: EntityCulling 1.7.4
|
304 | environmentz: EnvironmentZ 2.0.9
|
305 | essential: Essential **.**.**.**
|
306 | essential-container: essential-container 1.0.0
|
307 | essential-loader: essential-loader 1.2.4
|
308 | expedition_essentials: Expedition Essentials 1.0.0
|
309 | explorify: Explorify 1.6.2
|
310 | explosiveenhancement: Explosive Enhancement 1.3.2-1.21-1.21.1
|
311 | exposure: Exposure 1.9.8
|
312 | fabric-api: Fabric API 0.116.1+1.21.1
|
313 | fabric-api-base: Fabric API Base 0.4.42+6573ed8c19
|
314 | fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.71+b559734419
|
315 | fabric-biome-api-v1: Fabric Biome API (v1) 13.0.31+d527f9fd19
|
316 | fabric-block-api-v1: Fabric Block API (v1) 1.1.0+0bc3503219
|
317 | fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.11+ebb2264e19
|
318 | fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.52+0af3f5a719
|
319 | fabric-client-tags-api-v1: Fabric Client Tags 1.1.15+6573ed8c19
|
320 | fabric-command-api-v1: Fabric Command API (v1) 1.2.49+f71b366f19
|
321 | fabric-command-api-v2: Fabric Command API (v2) 2.2.28+6ced4dd919
|
322 | fabric-commands-v0: Fabric Commands (v0) 0.2.66+df3654b319
|
323 | fabric-content-registries-v0: Fabric Content Registries (v0) 8.0.19+b559734419
|
324 | fabric-convention-tags-v1: Fabric Convention Tags 2.1.5+7f945d5b19
|
325 | fabric-convention-tags-v2: Fabric Convention Tags (v2) 2.11.1+a406e79519
|
326 | fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.29+0af3f5a719
|
327 | fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.4.5+6116a37819
|
328 | fabric-data-generation-api-v1: Fabric Data Generation API (v1) 20.2.29+16c4ae2519
|
329 | fabric-dimensions-v1: Fabric Dimensions API (v1) 4.0.0+6fc22b9919
|
330 | fabric-entity-events-v1: Fabric Entity Events (v1) 1.8.0+2b27e0a419
|
331 | fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.7.13+ba9dae0619
|
332 | fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.53+6ced4dd919
|
333 | fabric-item-api-v1: Fabric Item API (v1) 11.1.1+d5debaed19
|
334 | fabric-item-group-api-v1: Fabric Item Group API (v1) 4.1.7+def88e3a19
|
335 | fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.47+0af3f5a719
|
336 | fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.45+df3654b319
|
337 | fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.6.0+0865547519
|
338 | fabric-loot-api-v2: Fabric Loot API (v2) 3.0.15+3f89f5a519
|
339 | fabric-loot-api-v3: Fabric Loot API (v3) 1.0.3+3f89f5a519
|
340 | fabric-message-api-v1: Fabric Message API (v1) 6.0.14+8aaf3aca19
|
341 | fabric-model-loading-api-v1: Fabric Model Loading API (v1) 2.0.0+fe474d6b19
|
342 | fabric-networking-api-v1: Fabric Networking API (v1) 4.3.0+c7469b2119
|
343 | fabric-object-builder-api-v1: Fabric Object Builder API (v1) 15.2.1+40875a9319
|
344 | fabric-particles-v1: Fabric Particles (v1) 4.0.2+6573ed8c19
|
345 | fabric-recipe-api-v1: Fabric Recipe API (v1) 5.0.14+248df81c19
|
346 | fabric-registry-sync-v0: Fabric Registry Sync (v0) 5.2.0+34f5d91419
|
347 | fabric-renderer-api-v1: Fabric Renderer API (v1) 3.4.0+c705a49c19
|
348 | fabric-renderer-indigo: Fabric Renderer - Indigo 1.7.0+c705a49c19
|
349 | fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.68+df3654b319
|
350 | fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.49+73761d2e19
|
351 | fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.1.6+1daea21519
|
352 | fabric-rendering-v0: Fabric Rendering (v0) 1.1.71+df3654b319
|
353 | fabric-rendering-v1: Fabric Rendering (v1) 5.0.5+df16efd019
|
354 | fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 4.3.0+8dc279b119
|
355 | fabric-resource-loader-v0: Fabric Resource Loader (v0) 1.3.1+5b5275af19
|
356 | fabric-screen-api-v1: Fabric Screen API (v1) 2.0.25+8b68f1c719
|
357 | fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.88+b559734419
|
358 | fabric-sound-api-v1: Fabric Sound API (v1) 1.0.23+6573ed8c19
|
359 | fabric-transfer-api-v1: Fabric Transfer API (v1) 5.4.3+c24bd99419
|
360 | fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 6.2.0+45b9699719
|
361 | fabric-language-kotlin: Fabric Language Kotlin 1.13.3+kotlin.2.1.21
|
362 | org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 2.1.21
|
363 | org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 2.1.21
|
364 | org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 2.1.21
|
365 | org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 2.1.21
|
366 | org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.27.0
|
367 | org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.10.2
|
368 | org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.10.2
|
369 | org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.6.2
|
370 | org_jetbrains_kotlinx_kotlinx-io-bytestring-jvm: kotlinx-io-bytestring-jvm 0.7.0
|
371 | org_jetbrains_kotlinx_kotlinx-io-core-jvm: kotlinx-io-core-jvm 0.7.0
|
372 | org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.8.1
|
373 | org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.8.1
|
374 | org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.8.1
|
375 | fabricloader: Fabric Loader 0.16.14
|
376 | fadeless: Fadeless 2.0.1
|
377 | fallingleaves: Falling Leaves 1.16.4
|
378 | farmersdelight: Farmer's Delight 1.21.1-3.1.0+refabricated
|
379 | mm: Manningham Mills 2.3
|
380 | faster-random: Faster Random 5.1.0
|
381 | ferritecore: FerriteCore 7.0.2-hotfix
|
382 | fishofthieves: Fish of Thieves 4.1.2
|
383 | fixed-villager-trades: Fixed Villager Trades 1.2.2
|
384 | flow: Flow 2.2.0+1.21
|
385 | fog: Fog 1.8.0-1.21.1
|
386 | forgeconfigapiport: Forge Config API Port 21.1.3
|
387 | fpsdisplay: FPS-Display 4.2.1+1.21.1
|
388 | fpsreducer: FPS Reducer 1.21-2.9
|
389 | friendsandfoes: Friends&Foes 4.0.5
|
390 | fzzy_config: Fzzy Config 0.7.0+1.21
|
391 | fabric-permissions-api-v0: fabric-permissions-api 0.3.1
|
392 | net_peanuuutz_tomlkt_tomlkt-jvm: tomlkt-jvm 0.3.7
|
393 | geckolib: GeckoLib 4 **.**.**.**
|
394 | geophilic: Geophilic 3.4.1
|
395 | glitchcore: GlitchCore **.**.**.**
|
396 | net_jodah_typetools: typetools 0.6.3
|
397 | globalwind: Global Wind 1.2.0+1.21.1
|
398 | held-item-info: Held Item Info 1.7.0
|
399 | herdspanic: Herds Panic 1.1.1
|
400 | highlighter: Highlighter 1.1.11
|
401 | horsebuff: HorseBuff 2.1.8
|
402 | iceberg: Iceberg 1.3.2
|
403 | immersivemessages: Immersive Messages API 1.0.18
|
404 | immersiveui: ImmersiveUI 0.3.0
|
405 | impillagers: Impillagers 1.5.0
|
406 | improved_village_placement: Improved Village Placement 1.0.0
|
407 | inventoryessentials: Inventory Essentials 21.1.2
|
408 | invmove: InvMove 0.9.0
|
409 | invmove_compat: InvMoveCompats 0.4.0
|
410 | iris: Iris 1.8.8+mc1.21.1
|
411 | io_github_douira_glsl-transformer: glsl-transformer 2.0.1
|
412 | org_anarres_jcpp: jcpp 1.4.14
|
413 | org_antlr_antlr4-runtime: antlr4-runtime 4.13.1
|
414 | java: OpenJDK 64-Bit Server VM 21
|
415 | kiwi: Kiwi Library 15.1.5+fabric
|
416 | knightlib: Knight Lib 1.2.0
|
417 | knightquest: Knight Quest 1.8.7
|
418 | krypton: Krypton 0.2.8
|
419 | com_velocitypowered_velocity-native: velocity-native 3.3.0-SNAPSHOT
|
420 | lambdynlights: LambDynamicLights 4.1.3+1.21.1
|
421 | lambdynlights_api: LambDynamicLights (API) 4.1.3+1.21.1
|
422 | yumi-commons-collections: Yumi Commons: Collections 1.0.0-alpha.12
|
423 | yumi-commons-core: Yumi Commons: Core 1.0.0-alpha.12
|
424 | yumi-commons-event: Yumi Commons: Event 1.0.0-alpha.12
|
425 | pride: Pride Lib 1.2.1+1.21
|
426 | spruceui: SpruceUI 6.2.1+1.21
|
427 | leafmealone: Leaf Me Alone 1.0.1
|
428 | leahs-immersive-thunder: Immersive Thunder 1.21.1+1.2.2
|
429 | lithium: Lithium 0.15.0+mc1.21.1
|
430 | lithostitched: Lithostitched 1.4.2
|
431 | lunaslimes: Luna Slimes 1.8.4-Fabric+1.21.1
|
432 | make_bubbles_pop: Make Bubbles Pop 0.3.0-fabric
|
433 | midnightlib: MidnightLib 1.6.9
|
434 | minecraft: Minecraft 1.21.1
|
435 | mobs_of_mythology: Mobs of Mythology 2.2.2
|
436 | modernfix: ModernFix 5.23.1+mc1.21.1
|
437 | modmenu: Mod Menu 11.0.3
|
438 | moonlight: Moonlight Lib 1.21-2.18.16
|
439 | mousetweaks: Mouse Tweaks 2.26
|
440 | mr_allay_upgrades: Allay Upgrades 2.3
|
441 | mr_craft_saddle: Craftable Saddles 48.1
|
442 | mr_dungeons_andtaverns: Dungeons and Taverns 1-v4.4.4
|
443 | mr_dungeons_andtavernsancientcityoverhaul: Dungeons and Taverns Ancient City Overhaul 1-v2
|
444 | mr_dungeons_andtavernsdeserttemplereplacement: Dungeons and Taverns Desert Temple Replacement 1-v1.2
|
445 | mr_dungeons_andtavernsjungletemplereplacement: Dungeons and Taverns Jungle Temple Replacement 1-v1.2
|
446 | mr_dungeons_andtavernsnetherfortressoverhaul: Dungeons and Taverns Nether Fortress Overhaul 1-v2.4
|
447 | mr_dungeons_andtavernsoceanmonumentreplacement: Dungeons and Taverns Ocean Monument Replacement 1-v1.2
|
448 | mr_dungeons_andtavernsstrongholdoverhaul: Dungeons and Taverns Stronghold Overhaul 1-v2.1.f
|
449 | mr_dungeons_andtavernswoodlandmansionreplacement: Dungeons and Taverns Woodland Mansion Replacement 1-v1.2
|
450 | mr_farmers_cuttingohthebiomeswevegone: Farmer's Cutting: Oh The Biomes We've Gone 1.21.1-2.1-fabric
|
451 | mr_keep_someinventory: Keep Some Inventory 1-v2.0.1
|
452 | mr_leadrecipebackport: LeadRecipeBackport 1-v1.0.0
|
453 | mr_lukis_grandcapitals: Luki's Grand Capitals 1.1.1
|
454 | mr_mastercutter: MasterCutter 1.3.1+1.21
|
455 | mr_nightosphere: Nightosphere 2.0
|
456 | mr_rotten_fleshleather: Rotten Flesh Leather 1-v1.0.1
|
457 | mr_ships: Ships 3.0.3
|
458 | mr_tidal_towns: Tidal Towns 1.3.4
|
459 | mru: M.R.U 1.0.17+1.21.1+fabric
|
460 | org_commonmark_commonmark: commonmark 0.21.0
|
461 | musicplayer: Music Player **.**.**.**
|
462 | mysticaloaktree: Mystical Oak Tree 1.21-1.13
|
463 | netherdepthsupgrade: Nether Depths Upgrade 3.1.9+1.21-fabric
|
464 | niftycarts: NiftyCarts 21.1.0-hotfix
|
465 | no-resource-pack-warnings: No Resource Pack Warnings 1.3.1
|
466 | noanimaltemptdelay: No Animal Tempt Delay 1.2
|
467 | nodurability: No Durability 2.0.0
|
468 | noisium: Noisium 2.3.0+mc1.21-1.21.1
|
469 | northerncompass: NorthernCompass 1.21-1.1.3
|
470 | nyfsspiders: Nyf's Spiders 2.3.2
|
471 | octolib: OctoLib **.**.**.**
|
472 | org_jetbrains_annotations: annotations 13.0
|
473 | owo: oωo **.**.**.**+1.21
|
474 | io_wispforest_endec: endec **.**.**.**
|
475 | io_wispforest_endec_gson: gson **.**.**.**
|
476 | io_wispforest_endec_jankson: jankson **.**.**.**
|
477 | io_wispforest_endec_netty: netty 0.1.2
|
478 | packetfixer: Packet Fixer 2.1.1
|
479 | particle-effects: Particle Effects 1.0.3+1.21
|
480 | particlerain: Particle Rain 3.0.5
|
481 | perception: Perception 0.1.4
|
482 | persistentinventorysearch: Persistent Inventory Search 1.5
|
483 | placeholder-api: Placeholder API 2.4.2+1.21
|
484 | playeranimator: Player Animator 2.0.1+1.21.1
|
485 | pocketwatch: Pocketwatch 1.2.0+1.21
|
486 | polymer-bundled: Polymer 0.9.18+1.21.1
|
487 | polymer-blocks: Polymer (Textured Blocks) 0.9.18+1.21.1
|
488 | polymer-common: Polymer (Common) 0.9.18+1.21.1
|
489 | packet_tweaker: Packet Tweaker 0.5.5+1.21
|
490 | polymer-core: Polymer (Core) 0.9.18+1.21.1
|
491 | polymer-networking: Polymer (Networking) 0.9.18+1.21.1
|
492 | polymer-registry-sync-manipulator: Polymer (Registry Sync Manipulator) 0.9.18+1.21.1
|
493 | polymer-resource-pack: Polymer (Resource Pack) 0.9.18+1.21.1
|
494 | polymer-virtual-entity: Polymer (Virtual Entity) 0.9.18+1.21.1
|
495 | polymorph: Polymorph 1.0.10+1.21.1
|
496 | presencefootsteps: Presence Footsteps 1.11.0+1.21
|
497 | kirin: Kirin UI 1.20.0+1.21
|
498 | puzzleslib: Puzzles Lib 21.1.36
|
499 | ranged_weapon_api: RangedWeaponAPI 2.1.1+1.21.1
|
500 | reacharound: Reacharound 1.3.1
|
501 | replantswampoak: Replant Swamp Oak 1.21.1-1.0.0
|
502 | repurposed_structures: Repurposed Structures 7.5.15+1.21.1-fabric
|
503 | resourcefulconfig: Resourcefulconfig 3.0.11
|
504 | resourcefullib: Resourceful Lib 3.0.12
|
505 | com_teamresourceful_bytecodecs: bytecodecs 1.1.2
|
506 | com_teamresourceful_yabn: yabn 1.0.3
|
507 | respawninganimals: Respawning Animals 21.1.1
|
508 | ribbits: Ribbits 1.21.1-Fabric-4.1.2
|
509 | org_reflections_reflections: reflections 0.10.2
|
510 | rolling_down_in_the_deep: Rolling Down in the Deep 0.2.0+1.21
|
511 | satin: Satin 2.0.0
|
512 | scribble: Scribble 1.5.1
|
513 | sculk_expansion_mr: Sculk Expansion 1.3.3
|
514 | searchables: Searchables 1.0.2
|
515 | separatedleaves: Separated Leaves 2.6.1
|
516 | shield_api: Shield API 2.0.2+1.21.1
|
517 | shifting-wares: Shifting Wares 3.1.1+1.21.3
|
518 | skinlayers3d: 3d-Skin-Layers 1.7.5
|
519 | smallships: Small Ships 2.0.0-b2.1
|
520 | smartbrainlib: SmartBrainLib 1.16.7
|
521 | smarterfarmers: Smarter Farmers 1.21-2.2.2
|
522 | smoothscrollingrefurbished: Smooth Scrolling Refurbished 1.1.4
|
523 | smoothswapping: Bedrock Inventory Animations 1.0.1
|
524 | snowpig: Snow Pig 4.0.3
|
525 | snowrealmagic: Snow! Real Magic! 12.0.8+fabric
|
526 | snowundertrees: Snow Under Trees 2.7.1+1.21.1
|
527 | snuffles: Snuffles 1.3.0+1.21.1
|
528 | sodium: Sodium 0.6.13+mc1.21.1
|
529 | soul_fire_d: Soul Fire'd 5.1.6
|
530 | soulcandles: Soul Candles 1.2.0+mc1.21
|
531 | sounds: Sounds 2.4.11+1.21.1+fabric
|
532 | mixinextras: MixinExtras 0.5.0-rc.1
|
533 | sparkweave: Sparkweave Engine 0.509.1
|
534 | net_harawata_appdirs: appdirs 1.2.1
|
535 | sparkweave_renderdoc_loader: Sparkweave Engine RenderDoc Loader 0.509.1
|
536 | spell_engine: Spell Engine 1.6.12+1.21.1
|
537 | com_github_zsoltmolnarrr_tinyconfig: TinyConfig 2.3.2
|
538 | spell_power: Spell Power Attribute 1.3.0+1.21.1
|
539 | spyglass_astronomy: Spyglass Astronomy 1.0.13-mc1.21+
|
540 | stackrefill: Stack Refill 4.7
|
541 | status-effect-bars: Status Effect Bars 1.0.6
|
542 | structory: Structory 1.3.10
|
543 | structure_pool_api: Structure Pool API 1.1.3+1.21.1
|
544 | subtle_effects: Subtle Effects 1.11.0
|
545 | suggestion_tweaker: Suggestion Tweaker 1.20.6-1.5.2
|
546 | superbsteeds: Superb Steeds 1.21-r1
|
547 | superflatworldnoslimes: Superflat World No Slimes 3.5
|
548 | surveyor: Surveyor Map Framework 0.6.26+1.21
|
549 | folk_sisby_kaleido-config: kaleido-config 0.3.1+1.3.2
|
550 | talkbubbles: Talk Bubbles 1.0.8
|
551 | taxfreelevels: Tax Free Levels 1.4.7
|
552 | terrablender: TerraBlender **.**.**.**
|
553 | terrestria: Terrestria 7.0.2
|
554 | biolith: Biolith 3.0.2
|
555 | terraform-biome-remapper-api-v1: Terraform Biome Remapper API (v1) 11.0.0
|
556 | terraform-config-api-v1: Terraform Config API (v1) 11.0.0
|
557 | terraform-dirt-api-v1: Terraform Dirt API (v1) 11.0.0
|
558 | terraform-shapes-api-v1: Terraform Shapes API (v1) 11.0.0
|
559 | terraform-surfaces-api-v1: Terraform Surfaces API (v1) 11.0.0
|
560 | terraform-tree-api-v1: Terraform Tree API (v1) 11.0.0
|
561 | terraform-wood-api-v1: Terraform Wood API (v1) 11.0.0
|
562 | terrestria-client: Terrestria: Client 7.0.2
|
563 | terrestria-common: Terrestria: Common 7.0.2
|
564 | terrestria-worldgen: Terrestria: World Generation 7.0.2
|
565 | tia: Tiny Item Animations 1.2.1
|
566 | travelersbackpack: Traveler's Backpack 10.1.22
|
567 | travelerstitles: Traveler's Titles 1.21.1-Fabric-5.1.3
|
568 | trinkets: Trinkets 3.10.0
|
569 | trowel: Trowel 1.4.0
|
570 | txnilib: TxniLib 1.0.24
|
571 | universal-graves: Universal Graves 3.4.4+1.21
|
572 | common-protection-api: Common Protection API 1.0.0
|
573 | predicate-api: Predicate API 0.5.1+1.21
|
574 | server_translations_api: Server Translations API 2.3.1+1.21-pre2
|
575 | sgui: sgui 1.6.0+1.21
|
576 | universal_ores: Universal Ores v1.6.1
|
577 | universalcraft: UniversalCraft 406
|
578 | untitledduckmod: Untitled Duck Mod 0.8.1
|
579 | uteamcore: U Team Core **.**.**.**
|
580 | vectorientation: Vectorientation 1.1
|
581 | videotape: Video Tape 1.0.0
|
582 | vigilance: Vigilance 306
|
583 | village_taverns: Village Taverns (RPG Series) 1.0.6+1.21.1
|
584 | villagernames: Villager Names 8.2
|
585 | villagerunknown-platform: VillagerUnknown's Platform 1.3.2+1.21.1
|
586 | villagesandpillages: Villages & Pillages 1.0.3
|
587 | visuality: Visuality 0.7.7+1.21
|
588 | waystones: Waystones 21.1.19
|
589 | yeetusexperimentus: Yeetus Experimentus 87.0.0
|
590 | yet_another_config_lib_v3: YetAnotherConfigLib 3.6.6+1.21.1-fabric
|
591 | com_twelvemonkeys_common_common-image: common-image 3.12.0
|
592 | com_twelvemonkeys_common_common-io: common-io 3.12.0
|
593 | com_twelvemonkeys_common_common-lang: common-lang 3.12.0
|
594 | com_twelvemonkeys_imageio_imageio-core: imageio-core 3.12.0
|
595 | com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.12.0
|
596 | com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.12.0
|
597 | org_quiltmc_parsers_gson: gson 0.2.1
|
598 | org_quiltmc_parsers_json: json 0.2.1
|
599 | yungsapi: YUNG's API 1.21.1-Fabric-5.1.5
|
600 | org_javassist_javassist: javassist 3.29.2-GA
|
601 | yungsbridges: YUNG's Bridges 1.21.1-Fabric-5.1.1
|
602 | yungsextras: YUNG's Extras 1.21.1-Fabric-5.1.1
|
603 | yungsmenutweaks: YUNG's Menu Tweaks 1.21.1-Fabric-2.1.2
|
604 | Launched Version: 1.21.1
|
605 | Launcher name: theseus
|
606 | Backend library: LWJGL version 3.3.3-snapshot
|
607 | Backend API: Unknown
|
608 | Window size: <not initialized>
|
609 | GFLW Platform: <error>
|
610 | GL Caps: ERR
|
611 | GL debug messages: <disabled>
|
612 | Is Modded: Definitely; Client brand changed to 'fabric'
|
613 | Universe: 404
|
614 | Type: Client (map_client.txt)
|
615 | Locale: fi_FI
|
616 | System encoding: Cp1252
|
617 | File encoding: UTF-8
|
618 | CPU: <unknown>
|
619 |
|