1 | ---- Minecraft Crash Report ----
|
2 | |
3 |
|
4 | Time: 2025-06-28 15:51:02
|
5 | Description: Bootstrap
|
6 |
|
7 | java.lang.ExceptionInInitializerError
|
8 | at knot//net.minecraft.class_2358.method_10199(class_2358.java:336)
|
9 | at knot//net.minecraft.class_2966.method_12851(class_2966.java:52)
|
10 | at knot//net.minecraft.client.main.Main.main(Main.java:130)
|
11 | at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
|
12 | at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
13 | at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
14 | Caused by: java.lang.RuntimeException: Mixin transformation of net.minecraft.class_5620 failed
|
15 | at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:427)
|
16 | at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323)
|
17 | at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218)
|
18 | at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
|
19 | at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
|
20 | at knot//net.minecraft.class_5546.<init>(class_5546.java:25)
|
21 | at knot//net.minecraft.class_2246.<clinit>(class_2246.java:480)
|
22 | ... 6 more
|
23 | Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
|
24 | at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392)
|
25 | at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234)
|
26 | at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202)
|
27 | at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:422)
|
28 | ... 12 more
|
29 | Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinPreProcessorException: Attach error for cauldron-dyeing.mixins.json:CauldronBehaviorMixin from mod cauldron_dyeing during activity: [Transform -> Method cauldron_dyeing$injectCleanDyeableItem(Lnet/minecraft/class_2680;Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_1657;Lnet/minecraft/class_1268;Lnet/minecraft/class_1799;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V -> INVOKEINTERFACE -> net/minecraft/class_1768::method_7799:(Lnet/minecraft/class_1799;I)V]
|
30 | at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attach(MixinPreProcessorStandard.java:313)
|
31 | at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.createContextFor(MixinPreProcessorStandard.java:277)
|
32 | at org.spongepowered.asm.mixin.transformer.MixinInfo.createContextFor(MixinInfo.java:1292)
|
33 | at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:203)
|
34 | at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:437)
|
35 | at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:418)
|
36 | at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
|
37 | ... 15 more
|
38 | Caused by: java.lang.RuntimeException: java.lang.ClassNotFoundException: net.minecraft.class_1768
|
39 | at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.transformMemberReference(MixinPreProcessorStandard.java:791)
|
40 | at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.transformMethod(MixinPreProcessorStandard.java:777)
|
41 | at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.transform(MixinPreProcessorStandard.java:743)
|
42 | at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attach(MixinPreProcessorStandard.java:307)
|
43 | ... 21 more
|
44 | Caused by: java.lang.ClassNotFoundException: net.minecraft.class_1768
|
45 | ... 25 more
|
46 |
|
47 |
|
48 | A detailed walkthrough of the error, its code path and all known details is as follows:
|
49 | ---------------------------------------------------------------------------------------
|
50 |
|
51 | -- Head --
|
52 | Thread: main
|
53 | Stacktrace:
|
54 | at knot//net.minecraft.class_2358.method_10199(class_2358.java:336)
|
55 | at knot//net.minecraft.class_2966.method_12851(class_2966.java:52)
|
56 | Mixins in Stacktrace:
|
57 | net.minecraft.class_2358:
|
58 | net.fabricmc.fabric.mixin.content.registry.FireBlockMixin (fabric-content-registries-v0.mixins.json)
|
59 | net.minecraft.class_2966:
|
60 | de.cristelknight.cristellib.fabric.mixin.LoadConfig (cristellib.mixins.json)
|
61 | net.fabricmc.fabric.mixin.registry.sync.BootstrapMixin (fabric-registry-sync-v0.mixins.json)
|
62 |
|
63 | -- Initialization --
|
64 | Details:
|
65 | Modules:
|
66 | Stacktrace:
|
67 | at knot//net.minecraft.client.main.Main.main(Main.java:130)
|
68 | at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
|
69 | at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
70 | at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
71 | Mixins in Stacktrace: None found
|
72 |
|
73 | -- System Details --
|
74 | Details:
|
75 | Minecraft Version: 1.21.1
|
76 | Minecraft Version ID: 1.21.1
|
77 | Operating System: Mac OS X (aarch64) version 15.5
|
78 | Java Version: 21.0.7, Azul Systems, Inc.
|
79 | Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Azul Systems, Inc.
|
80 | Memory: 316359136 bytes (301 MiB) / 513802240 bytes (490 MiB) up to 2147483648 bytes (2048 MiB)
|
81 | CPUs: 8
|
82 | Processor Vendor: Apple Inc.
|
83 | Processor Name: Apple M1
|
84 | Identifier: Apple Inc. Family 0x1b588bb3 Model 0 Stepping 0
|
85 | Microarchitecture: ARM64 SoC: Firestorm + Icestorm
|
86 | Frequency (GHz): 3.20
|
87 | Number of physical packages: 1
|
88 | Number of physical CPUs: 8
|
89 | Number of logical CPUs: 8
|
90 | Graphics card #0 name: Apple M1
|
91 | Graphics card #0 vendor: Apple (0x106b)
|
92 | Graphics card #0 VRAM (MiB): 0.00
|
93 | Graphics card #0 deviceId: unknown
|
94 | Graphics card #0 versionInfo: unknown
|
95 | Memory slot #0 capacity (MiB): 0.00
|
96 | Memory slot #0 clockSpeed (GHz): 0.00
|
97 | Memory slot #0 type: unknown
|
98 | Virtual memory max (MiB): 16384.00
|
99 | Virtual memory used (MiB): 9276.72
|
100 | Swap memory total (MiB): 0.00
|
101 | Swap memory used (MiB): 0.00
|
102 | Space in storage for jna.tmpdir (MiB): available: 55466.50, total: 471482.09
|
103 | Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): available: 55466.50, total: 471482.09
|
104 | Space in storage for io.netty.native.workdir (MiB): available: 55466.50, total: 471482.09
|
105 | Space in storage for java.io.tmpdir (MiB): available: 55466.50, total: 471482.09
|
106 | Space in storage for workdir (MiB): available: 55466.50, total: 471482.09
|
107 | JVM Flags: 1 total; -Xmx2048M
|
108 | Fabric Mods:
|
109 | ambientsounds: AmbientSounds 6.1.11
|
110 | archers: Archers (RPG Series) 2.4.11+1.21.1
|
111 | bundleapi: Bundle API 1.0.2
|
112 | structure_pool_api: Structure Pool API 1.1.3+1.21.1
|
113 | arsenal: Arsenal (RPG Series) 1.1.2+1.21.1
|
114 | com_github_zsoltmolnarrr_tinyconfig: TinyConfig 2.3.2
|
115 | shield_api: Shield API 2.0.2+1.21.1
|
116 | azurelib: AzureLib 3.0.20
|
117 | azurelibarmor: AzureLib Armor 3.0.12
|
118 | betteradvancements: Better Advancements **.**.**.**
|
119 | bettercombat: Better Combat 2.2.4+1.21.1
|
120 | betterdeserttemples: YUNG's Better Desert Temples 1.21.1-Fabric-4.1.5
|
121 | betterdungeons: YUNG's Better Dungeons 1.21.1-Fabric-5.1.4
|
122 | betterendisland: YUNG's Better End Island 1.21.1-Fabric-3.1.2
|
123 | org_reflections_reflections: reflections 0.10.2
|
124 | betterf3: BetterF3 11.0.3
|
125 | betterfortresses: YUNG's Better Nether Fortresses 1.21.1-Fabric-3.1.5
|
126 | bettergrass: BetterGrassify 1.7.0+fabric.1.21.1
|
127 | betterjungletemples: YUNG's Better Jungle Temples 1.21.1-Fabric-3.1.2
|
128 | bettermineshafts: YUNG's Better Mineshafts 1.21.1-Fabric-5.1.1
|
129 | bettermounthud: Better Mount HUD 1.2.4
|
130 | betteroceanmonuments: YUNG's Better Ocean Monuments 1.21.1-Fabric-4.1.2
|
131 | betterstrongholds: YUNG's Better Strongholds 1.21.1-Fabric-5.1.3
|
132 | betterwitchhuts: YUNG's Better Witch Huts 1.21.1-Fabric-4.1.1
|
133 | bookshelf: Bookshelf 21.1.65
|
134 | brutalnightmare: Brutal Nightmare : Insane Difficulty 4.6
|
135 | bushierflowers: Bushier Flowers 0.0.3-1.21
|
136 | capes: Capes 1.5.4+1.21
|
137 | carryon: Carry On 2.2.2
|
138 | cauldron_dyeing: Cauldron Dyeing 1.0.12
|
139 | cavedust: Cave Dust 3.0.1
|
140 | kirin: Kirin UI 1.20.0+1.21
|
141 | clear-despawn-reworked: Clear Despawn Reworked 1.1.0
|
142 | cloth-config: Cloth Config v15 15.0.140
|
143 | cloth-basic-math: cloth-basic-math 0.6.1
|
144 | clumps: Clumps **.**.**.**
|
145 | combat_roll: Combat Roll 2.0.4+1.21.1
|
146 | connectiblechains: Connectible Chains 2.5.4+1.21.1
|
147 | continuity: Continuity 3.0.0+1.21
|
148 | controlify: Controlify 2.2.1+1.21.1-fabric
|
149 | dev_isxander_libsdl4j: libsdl4j 3.2.16.release-3.2.16-75
|
150 | dev_isxander_steamdeck4j: steamdeck4j 1.1.7
|
151 | mixinextras: MixinExtras 0.5.0-beta.4
|
152 | org_hid4java_hid4java: hid4java 0.8.0
|
153 | creativecore: CreativeCore 2.13.5
|
154 | net_neoforged_bus: bus 7.2.0
|
155 | cristellib: Cristel Lib 1.2.8
|
156 | blue_endless_jankson: jankson 1.2.3
|
157 | cullleaves: Cull Leaves 4.0.1
|
158 | debugify: Debugify 1.21.1+1.0
|
159 | durabilitytooltip: Durability Tooltip 1.1.5
|
160 | dynamic_fps: Dynamic FPS 3.9.5
|
161 | net_lostluma_battery: battery 1.3.0
|
162 | e4mc_minecraft: e4mc 5.3.1
|
163 | folk_sisby_kaleido-config: kaleido-config 0.3.1+1.3.1
|
164 | elementa: Elementa 708
|
165 | entity_model_features: Entity Model Features 2.4.1
|
166 | entity_texture_features: Entity Texture Features 6.2.9
|
167 | org_apache_httpcomponents_httpmime: httpmime 4.5.10
|
168 | entityculling: EntityCulling 1.8.0
|
169 | transition: TRansition 1.0.2
|
170 | trender: TRender 1.0.4
|
171 | essential: Essential **.**.**.**
|
172 | essential-container: essential-container 1.0.0
|
173 | essential-loader: essential-loader 1.2.4
|
174 | explosiveenhancement: Explosive Enhancement 1.3.2-1.21-1.21.1
|
175 | fabric-api: Fabric API 0.116.3+1.21.1
|
176 | fabric-api-base: Fabric API Base 0.4.42+6573ed8c19
|
177 | fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.71+b559734419
|
178 | fabric-biome-api-v1: Fabric Biome API (v1) 13.0.31+d527f9fd19
|
179 | fabric-block-api-v1: Fabric Block API (v1) 1.1.0+0bc3503219
|
180 | fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.11+ebb2264e19
|
181 | fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.52+0af3f5a719
|
182 | fabric-client-tags-api-v1: Fabric Client Tags 1.1.15+6573ed8c19
|
183 | fabric-command-api-v1: Fabric Command API (v1) 1.2.49+f71b366f19
|
184 | fabric-command-api-v2: Fabric Command API (v2) 2.2.28+6ced4dd919
|
185 | fabric-commands-v0: Fabric Commands (v0) 0.2.66+df3654b319
|
186 | fabric-content-registries-v0: Fabric Content Registries (v0) 8.0.19+b559734419
|
187 | fabric-convention-tags-v1: Fabric Convention Tags 2.1.5+7f945d5b19
|
188 | fabric-convention-tags-v2: Fabric Convention Tags (v2) 2.11.1+a406e79519
|
189 | fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.29+0af3f5a719
|
190 | fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.4.5+6116a37819
|
191 | fabric-data-generation-api-v1: Fabric Data Generation API (v1) 20.2.31+16c4ae2519
|
192 | fabric-dimensions-v1: Fabric Dimensions API (v1) 4.0.0+6fc22b9919
|
193 | fabric-entity-events-v1: Fabric Entity Events (v1) 1.8.0+2b27e0a419
|
194 | fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.7.13+ba9dae0619
|
195 | fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.53+6ced4dd919
|
196 | fabric-item-api-v1: Fabric Item API (v1) 11.1.1+d5debaed19
|
197 | fabric-item-group-api-v1: Fabric Item Group API (v1) 4.1.7+def88e3a19
|
198 | fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.47+0af3f5a719
|
199 | fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.45+df3654b319
|
200 | fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.6.0+0865547519
|
201 | fabric-loot-api-v2: Fabric Loot API (v2) 3.0.15+3f89f5a519
|
202 | fabric-loot-api-v3: Fabric Loot API (v3) 1.0.3+3f89f5a519
|
203 | fabric-message-api-v1: Fabric Message API (v1) 6.0.14+8aaf3aca19
|
204 | fabric-model-loading-api-v1: Fabric Model Loading API (v1) 2.0.0+fe474d6b19
|
205 | fabric-networking-api-v1: Fabric Networking API (v1) 4.3.0+c7469b2119
|
206 | fabric-object-builder-api-v1: Fabric Object Builder API (v1) 15.2.1+40875a9319
|
207 | fabric-particles-v1: Fabric Particles (v1) 4.0.2+6573ed8c19
|
208 | fabric-recipe-api-v1: Fabric Recipe API (v1) 5.0.14+248df81c19
|
209 | fabric-registry-sync-v0: Fabric Registry Sync (v0) 5.3.1+e3eddc2119
|
210 | fabric-renderer-api-v1: Fabric Renderer API (v1) 3.4.0+c705a49c19
|
211 | fabric-renderer-indigo: Fabric Renderer - Indigo 1.7.0+c705a49c19
|
212 | fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.68+df3654b319
|
213 | fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.49+73761d2e19
|
214 | fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.1.6+1daea21519
|
215 | fabric-rendering-v0: Fabric Rendering (v0) 1.1.71+df3654b319
|
216 | fabric-rendering-v1: Fabric Rendering (v1) 5.0.5+df16efd019
|
217 | fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 4.3.0+8dc279b119
|
218 | fabric-resource-loader-v0: Fabric Resource Loader (v0) 1.3.1+5b5275af19
|
219 | fabric-screen-api-v1: Fabric Screen API (v1) 2.0.25+8b68f1c719
|
220 | fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.90+b559734419
|
221 | fabric-sound-api-v1: Fabric Sound API (v1) 1.0.23+6573ed8c19
|
222 | fabric-transfer-api-v1: Fabric Transfer API (v1) 5.4.3+c24bd99419
|
223 | fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 6.2.0+45b9699719
|
224 | fabric-language-kotlin: Fabric Language Kotlin 1.13.3+kotlin.2.1.21
|
225 | org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 2.1.21
|
226 | org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 2.1.21
|
227 | org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 2.1.21
|
228 | org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 2.1.21
|
229 | org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.27.0
|
230 | org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.10.2
|
231 | org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.10.2
|
232 | org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.6.2
|
233 | org_jetbrains_kotlinx_kotlinx-io-bytestring-jvm: kotlinx-io-bytestring-jvm 0.7.0
|
234 | org_jetbrains_kotlinx_kotlinx-io-core-jvm: kotlinx-io-core-jvm 0.7.0
|
235 | org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.8.1
|
236 | org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.8.1
|
237 | org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.8.1
|
238 | fabricloader: Fabric Loader 0.16.14
|
239 | fastquit: FastQuit 3.0.0+1.20.6
|
240 | ferritecore: FerriteCore 7.0.2-hotfix
|
241 | fokusapi: FokusAPI 2.6
|
242 | forgeconfigapiport: Forge Config API Port 21.1.3
|
243 | com_electronwill_night-config_core: core 3.8.0
|
244 | com_electronwill_night-config_toml: toml 3.8.0
|
245 | immediatelyfast: ImmediatelyFast 1.6.5+1.21.1
|
246 | net_lenni0451_reflect: Reflect 1.3.4
|
247 | iris: Iris 1.8.8+mc1.21.1
|
248 | io_github_douira_glsl-transformer: glsl-transformer 2.0.1
|
249 | org_anarres_jcpp: jcpp 1.4.14
|
250 | org_antlr_antlr4-runtime: antlr4-runtime 4.13.1
|
251 | isxander-main-menu-credits: Main Menu Credits 1.2.0
|
252 | java: OpenJDK 64-Bit Server VM 21
|
253 | jewelry: Jewelry (RPG Series) 2.0.10+1.21.1
|
254 | kiwi: Kiwi Library 15.1.5+fabric
|
255 | lambdynlights: LambDynamicLights 4.1.3+1.21.1
|
256 | lambdynlights_api: LambDynamicLights (API) 4.1.3+1.21.1
|
257 | yumi-commons-collections: Yumi Commons: Collections 1.0.0-alpha.12
|
258 | yumi-commons-core: Yumi Commons: Core 1.0.0-alpha.12
|
259 | yumi-commons-event: Yumi Commons: Event 1.0.0-alpha.12
|
260 | pride: Pride Lib 1.2.1+1.21
|
261 | spruceui: SpruceUI 6.2.1+1.21
|
262 | languagereload: Language Reload 1.7.4+1.21.1
|
263 | lithium: Lithium 0.15.0+mc1.21.1
|
264 | lithostitched: Lithostitched 1.4.2
|
265 | minecraft: Minecraft 1.21.1
|
266 | mixintrace: MixinTrace 1.1.1+1.17
|
267 | modelfix: Model Gap Fix 1.21-1.6
|
268 | modmenu: Mod Menu 11.0.3
|
269 | placeholder-api: Placeholder API 2.4.0-pre.2+1.21
|
270 | morechathistory: More Chat History 1.3.1
|
271 | moreculling: More Culling 1.0.6
|
272 | conditional-mixin: conditional mixin 0.6.3
|
273 | mixinsquared: MixinSquared 0.2.0
|
274 | mr_death_count: Death Count 1.0
|
275 | mr_dungeons_andtaverns: Dungeons and Taverns 1-v4.4.4
|
276 | mr_haul_datapack: Haul 1.3
|
277 | mr_true_ending: True Ending: Ender Dragon Overhaul 1-v1.1.2d
|
278 | mr_witherswrath: Wither's Wrath 1.11.2
|
279 | music_control: Music Control 1.8.3+1.21
|
280 | libgui: LibGui 11.0.0+1.21
|
281 | jankson: Jankson 8.0.0+j1.2.3
|
282 | libninepatch: LibNinePatch 1.2.0
|
283 | nochatreports: No Chat Reports 1.21.1-v2.9.1
|
284 | notenoughanimations: NotEnoughAnimations 1.9.3
|
285 | optigui: OptiGUI 2.3.0-beta.6.1-modrinth+1.21
|
286 | org_apache_commons_commons-text: commons-text 1.12.0
|
287 | org_ini4j_ini4j: ini4j 0.5.4
|
288 | org_jetbrains_annotations: annotations 13.0
|
289 | paladins: Paladins & Priests (RPG Series) 2.4.14+1.21.1
|
290 | particlerain: Particle Rain 3.0.5
|
291 | pickupnotifier: Pick Up Notifier 21.1.1
|
292 | playeranimator: Player Animator 2.0.1+1.21.1
|
293 | presencefootsteps: Presence Footsteps 1.11.0+1.21
|
294 | prickle: PrickleMC 21.1.8
|
295 | puzzle: Puzzle 2.0.1
|
296 | midnightlib: MidnightLib 1.6.3
|
297 | puzzleslib: Puzzles Lib 21.1.36
|
298 | ranged_weapon_api: RangedWeaponAPI 2.1.1+1.21.1
|
299 | reeses-sodium-options: Reese's Sodium Options 1.8.3+mc1.21.4
|
300 | relics_rpgs: Relics (RPG Series) 1.0.6+1.21.1
|
301 | rogues: Rogues & Warriors (RPG Series) 2.4.10+1.21.1
|
302 | runes: Runes 1.1.3+1.21.1
|
303 | shulkerboxtooltip: Shulker Box Tooltip 5.1.6+1.21.1
|
304 | skinlayers3d: 3d-Skin-Layers 1.8.0
|
305 | snowrealmagic: Snow! Real Magic! 12.0.8+fabric
|
306 | sodium: Sodium 0.6.13+mc1.21.1
|
307 | sodium-extra: Sodium Extra 0.6.0+mc1.21.1
|
308 | sound_physics_remastered: Sound Physics Remastered 1.21.1-1.4.12
|
309 | spell_engine: Spell Engine 1.6.12+1.21.1
|
310 | spell_power: Spell Power Attribute 1.3.0+1.21.1
|
311 | supermartijn642configlib: SuperMartijn642's Config Lib 1.1.8
|
312 | t_and_t: Towns and Towers 1.13.2
|
313 | tall-flower-pots: Tall Flower Pots 0.1.3+1.21
|
314 | tectonic: Tectonic 3.0.1
|
315 | terralith: Terralith 2.5.8
|
316 | tramplenomore: TrampleNoMore 21.1.2
|
317 | travelerstitles: Traveler's Titles 1.21.1-Fabric-5.1.3
|
318 | trinkets: Trinkets 3.10.0
|
319 | cardinal-components-base: Cardinal Components API (base) 6.1.0
|
320 | cardinal-components-entity: Cardinal Components API (entities) 6.1.0
|
321 | universal_ores: Universal Ores v1.6.1
|
322 | universalcraft: UniversalCraft 412
|
323 | vigilance: Vigilance 306
|
324 | voicechat: Simple Voice Chat 1.21.1-2.5.30
|
325 | wakes: Wakes 0.4.1+1.21.1
|
326 | com_github_jdiemke_delaunay-triangulator_delaunaytriangulator: DelaunayTriangulator 1.0.0
|
327 | wizards: Wizards (RPG Series) 2.4.12+1.21.1
|
328 | yet_another_config_lib_v3: YetAnotherConfigLib 3.7.1+1.21.1-fabric
|
329 | com_twelvemonkeys_common_common-image: common-image 3.12.0
|
330 | com_twelvemonkeys_common_common-io: common-io 3.12.0
|
331 | com_twelvemonkeys_common_common-lang: common-lang 3.12.0
|
332 | com_twelvemonkeys_imageio_imageio-core: imageio-core 3.12.0
|
333 | com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.12.0
|
334 | com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.12.0
|
335 | org_quiltmc_parsers_gson: gson 0.2.1
|
336 | org_quiltmc_parsers_json: json 0.2.1
|
337 | yosbr: YOSBR 0.1.2
|
338 | yungsapi: YUNG's API 1.21.1-Fabric-5.1.5
|
339 | org_javassist_javassist: javassist 3.29.2-GA
|
340 | yungsbridges: YUNG's Bridges 1.21.1-Fabric-5.1.1
|
341 | yungsextras: YUNG's Extras 1.21.1-Fabric-5.1.1
|
342 | zoomify: Zoomify 2.14.4+1.21.1
|
343 | com_akuleshov7_ktoml-core-jvm: ktoml-core-jvm 0.5.2
|
344 | Launched Version: 1.21.1
|
345 | Launcher name: theseus
|
346 | Backend library: LWJGL version 3.3.3-snapshot
|
347 | Backend API: Unknown
|
348 | Window size: <not initialized>
|
349 | GFLW Platform: <error>
|
350 | GL Caps: ERR
|
351 | GL debug messages: <disabled>
|
352 | Is Modded: Definitely; Client brand changed to 'fabric'
|
353 | Universe: 404
|
354 | Type: Client (map_client.txt)
|
355 | Locale: en_US
|
356 | System encoding: UTF-8
|
357 | File encoding: UTF-8
|
358 | CPU: <unknown>
|
359 |
|