| 1 | ---- Minecraft Crash Report ----
|
| 2 | |
| 3 |
|
| 4 | Time: 2026-01-15 00:25:26
|
| 5 | Description: Bootstrap
|
| 6 |
|
| 7 | java.lang.BootstrapMethodError: java.lang.RuntimeException: Mixin transformation of net.minecraft.class_1921 failed
|
| 8 | at knot//net.minecraft.class_12249.<clinit>(class_12249.java:33)
|
| 9 | at knot//net.minecraft.class_4722.<clinit>(class_4722.java:42)
|
| 10 | at knot//net.minecraft.class_10500$class_10501.<init>(class_10500.java:32)
|
| 11 | at knot//net.minecraft.class_10517.<clinit>(class_10517.java:91)
|
| 12 | at knot//net.minecraft.class_10455$class_10456.method_65636(class_10455.java:64)
|
| 13 | at knot//com.mojang.serialization.codecs.RecordCodecBuilder.mapCodec(RecordCodecBuilder.java:76)
|
| 14 | at knot//net.minecraft.class_10455$class_10456.<clinit>(class_10455.java:63)
|
| 15 | at knot//net.minecraft.class_10443.method_65599(class_10443.java:17)
|
| 16 | at knot//net.minecraft.class_10395.method_65385(class_10395.java:23)
|
| 17 | at knot//net.minecraft.client.main.Main.main(Main.java:136)
|
| 18 | at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:514)
|
| 19 | at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:72)
|
| 20 | at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
| 21 | Caused by: java.lang.RuntimeException: Mixin transformation of net.minecraft.class_1921 failed
|
| 22 | at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:440)
|
| 23 | at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:336)
|
| 24 | at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:231)
|
| 25 | at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
|
| 26 | at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
|
| 27 | ... 13 more
|
| 28 | Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
|
| 29 | at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:381)
|
| 30 | at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:237)
|
| 31 | at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202)
|
| 32 | at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:435)
|
| 33 | ... 17 more
|
| 34 | Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [asteorbar.mixins.json:RenderTypeMixin from mod asteorbar] from phase [DEFAULT] in config [asteorbar.mixins.json] FAILED during APPLY
|
| 35 | at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:686)
|
| 36 | at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:637)
|
| 37 | at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:368)
|
| 38 | ... 20 more
|
| 39 | Caused by: org.spongepowered.asm.mixin.gen.throwables.InvalidAccessorException: No candidates were found matching method_24049(Ljava/lang/String;IZZLcom/mojang/blaze3d/pipeline/RenderPipeline;Lnet/minecraft/class_1921$class_4688;)Lnet/minecraft/class_1921$class_4687; in net/minecraft/class_1921 for asteorbar.mixins.json:RenderTypeMixin from mod asteorbar->@Invoker[METHOD_PROXY]::create(Ljava/lang/String;IZZLcom/mojang/blaze3d/pipeline/RenderPipeline;Lnet/minecraft/class_1921$class_4688;)Lnet/minecraft/class_1921$class_4687; [ACCESSOR Applicator Phase -> asteorbar.mixins.json:RenderTypeMixin from mod asteorbar -> Apply Accessors -> -> Locate -> asteorbar.mixins.json:RenderTypeMixin from mod asteorbar->@Invoker[METHOD_PROXY]::create(Ljava/lang/String;IZZLcom/mojang/blaze3d/pipeline/RenderPipeline;Lnet/minecraft/class_1921$class_4688;)Lnet/minecraft/class_1921$class_4687;]
|
| 40 | at org.spongepowered.asm.mixin.gen.InvokerInfo.findTargetMethod(InvokerInfo.java:120)
|
| 41 | at org.spongepowered.asm.mixin.gen.InvokerInfo.locate(InvokerInfo.java:103)
|
| 42 | at org.spongepowered.asm.mixin.transformer.MixinTargetContext.generateAccessors(MixinTargetContext.java:1514)
|
| 43 | at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyAccessors(MixinApplicatorStandard.java:761)
|
| 44 | at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:320)
|
| 45 | at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:246)
|
| 46 | at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:437)
|
| 47 | at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:418)
|
| 48 | at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:352)
|
| 49 | ... 20 more
|
| 50 |
|
| 51 |
|
| 52 | A detailed walkthrough of the error, its code path and all known details is as follows:
|
| 53 | ---------------------------------------------------------------------------------------
|
| 54 |
|
| 55 | -- Head --
|
| 56 | Thread: main
|
| 57 | Stacktrace:
|
| 58 | at knot//net.minecraft.class_12249.<clinit>(class_12249.java:33)
|
| 59 | at knot//net.minecraft.class_4722.<clinit>(class_4722.java:42)
|
| 60 | at knot//net.minecraft.class_10500$class_10501.<init>(class_10500.java:32)
|
| 61 | at knot//net.minecraft.class_10517.<clinit>(class_10517.java:91)
|
| 62 | at knot//net.minecraft.class_10455$class_10456.method_65636(class_10455.java:64)
|
| 63 | at knot//com.mojang.serialization.codecs.RecordCodecBuilder.mapCodec(RecordCodecBuilder.java:76)
|
| 64 | at knot//net.minecraft.class_10455$class_10456.<clinit>(class_10455.java:63)
|
| 65 | at knot//net.minecraft.class_10443.method_65599(class_10443.java:17)
|
| 66 | at knot//net.minecraft.class_10395.method_65385(class_10395.java:23)
|
| 67 |
|
| 68 | -- Initialization --
|
| 69 | Details:
|
| 70 | Modules:
|
| 71 | ADVAPI32.dll:API base de Windows 32 avanzado:10.0.26100.3624 (WinBuild.160101.0800):Microsoft Corporation
|
| 72 | COMCTL32.dll:Biblioteca de controles de la experiencia del usuario:6.10 (WinBuild.160101.0800):Microsoft Corporation
|
| 73 | CRYPTBASE.dll:Base cryptographic API DLL:10.0.26100.7019 (WinBuild.160101.0800):Microsoft Corporation
|
| 74 | CRYPTSP.dll:Cryptographic Service Provider API:10.0.26100.7309 (WinBuild.160101.0800):Microsoft Corporation
|
| 75 | DBGHELP.DLL:Windows Image Helper:10.0.26100.5074 (WinBuild.160101.0800):Microsoft Corporation
|
| 76 | DNSAPI.dll:DLL de API de cliente DNS:10.0.26100.1591 (WinBuild.160101.0800):Microsoft Corporation
|
| 77 | GDI32.dll:GDI Client DLL:10.0.26100.7309 (WinBuild.160101.0800):Microsoft Corporation
|
| 78 | IMM32.DLL:Multi-User Windows IMM32 API Client DLL:10.0.26100.7309 (WinBuild.160101.0800):Microsoft Corporation
|
| 79 | IPHLPAPI.DLL:API auxiliar para IP:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
| 80 | KERNEL32.DLL:Archivo DLL de cliente API BASE de Windows NT:10.0.26100.7309 (WinBuild.160101.0800):Microsoft Corporation
|
| 81 | KERNELBASE.dll:Archivo DLL de cliente API BASE de Windows NT:10.0.26100.7309 (WinBuild.160101.0800):Microsoft Corporation
|
| 82 | MpOav.dll:IOfficeAntiVirus Module:4.18.25110.6 (747f30181b4cd739116f0a6ad3cabef997251d7f):Microsoft Corporation
|
| 83 | NSI.dll:NSI User-mode interface DLL:10.0.26100.7019 (WinBuild.160101.0800):Microsoft Corporation
|
| 84 | OLEAUT32.dll:OLEAUT32.DLL:10.0.26100.7309 (WinBuild.160101.0800):Microsoft Corporation
|
| 85 | Ole32.dll:Microsoft OLE para Windows:10.0.26100.6725 (WinBuild.160101.0800):Microsoft Corporation
|
| 86 | POWRPROF.dll:Archivo DLL auxiliar del perfil de energía:10.0.26100.7689 (WinBuild.160101.0800):Microsoft Corporation
|
| 87 | PSAPI.DLL:Process Status Helper:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
| 88 | Pdh.dll:Ayudante de los datos de rendimiento DLL de Windows:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
| 89 | RPCRT4.dll:Tiempo de ejecución de llamada a procedimiento remoto:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
| 90 | SHCORE.dll:SHCORE:10.0.26100.7689 (WinBuild.160101.0800):Microsoft Corporation
|
| 91 | SHELL32.dll:Archivo DLL común del shell de Windows:10.0.26100.7306 (WinBuild.160101.0800):Microsoft Corporation
|
| 92 | UMPDC.dll:User Mode Power Dependency Coordinator:10.0.26100.7019 (WinBuild.160101.0800):Microsoft Corporation
|
| 93 | USER32.dll:Archivo DLL de cliente API USER de Windows multiusuario:10.0.26100.7689 (WinBuild.160101.0800):Microsoft Corporation
|
| 94 | USERENV.dll:Userenv:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
| 95 | VCRUNTIME140.dll:Microsoft® C Runtime Library:14.38.33135.0:Microsoft Corporation
|
| 96 | VERSION.dll:Version Checking and File Installation Libraries:10.0.26100.1150 (WinBuild.160101.0800):Microsoft Corporation
|
| 97 | WINHTTP.dll:Servicios HTTP de Windows:10.0.26100.5074 (WinBuild.160101.0800):Microsoft Corporation
|
| 98 | WINMM.dll:MCI API DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
| 99 | WS2_32.dll:DLL de 32 bits de Windows Socket 2.0:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
| 100 | amsi.dll:Anti-Malware Scan Interface:10.0.26100.7309 (WinBuild.160101.0800):Microsoft Corporation
|
| 101 | bcrypt.dll:Biblioteca de primitivas criptográficas de Windows:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
| 102 | bcryptPrimitives.dll:Windows Cryptographic Primitives Library:10.0.26100.7309 (WinBuild.160101.0800):Microsoft Corporation
|
| 103 | clbcatq.dll:COM Configuration Catalog:2001.12.10941.16384 (WinBuild.160101.0800):Microsoft Corporation
|
| 104 | combase.dll:Microsoft COM para Windows:10.0.26100.6725 (WinBuild.160101.0800):Microsoft Corporation
|
| 105 | dbgcore.DLL:Windows Core Debugging Helpers:10.0.26100.7309 (WinBuild.160101.0800):Microsoft Corporation
|
| 106 | discord-rpc.dll
|
| 107 | dxcore.dll:DXCore:10.0.26100.7309 (WinBuild.160101.0800):Microsoft Corporation
|
| 108 | fwpuclnt.dll:API de modo usuario de FWP/IPsec:10.0.26100.3915 (WinBuild.160101.0800):Microsoft Corporation
|
| 109 | gdi32full.dll:GDI Client DLL:10.0.26100.7309 (WinBuild.160101.0800):Microsoft Corporation
|
| 110 | instrument.dll:OpenJDK Platform binary:**.**.**.**:Microsoft
|
| 111 | java.dll:OpenJDK Platform binary:**.**.**.**:Microsoft
|
| 112 | javaw.exe:OpenJDK Platform binary:**.**.**.**:Microsoft
|
| 113 | jemalloc.dll
|
| 114 | jimage.dll:OpenJDK Platform binary:**.**.**.**:Microsoft
|
| 115 | jli.dll:OpenJDK Platform binary:**.**.**.**:Microsoft
|
| 116 | jna1363770884373086062.dll:JNA native library:7.0.2:Java(TM) Native Access (JNA)
|
| 117 | jna13661341833600354183.dll:JNA native library:7.0.2:Java(TM) Native Access (JNA)
|
| 118 | jsvml.dll:OpenJDK Platform binary:**.**.**.**:Microsoft
|
| 119 | jvm.dll:OpenJDK 64-Bit server VM:**.**.**.**:Microsoft
|
| 120 | kernel.appcore.dll:AppModel API Host:10.0.26100.7309 (WinBuild.160101.0800):Microsoft Corporation
|
| 121 | lwjgl.dll
|
| 122 | management.dll:OpenJDK Platform binary:**.**.**.**:Microsoft
|
| 123 | management_ext.dll:OpenJDK Platform binary:**.**.**.**:Microsoft
|
| 124 | msvcp140.dll:Microsoft® C Runtime Library:14.38.33135.0:Microsoft Corporation
|
| 125 | msvcp_win.dll:Microsoft® C Runtime Library:10.0.26100.7019 (WinBuild.160101.0800):Microsoft Corporation
|
| 126 | msvcrt.dll:Windows NT CRT DLL:7.0.26100.7019 (WinBuild.160101.0800):Microsoft Corporation
|
| 127 | mswsock.dll:Proveedor de servicios de Microsoft Windows Sockets 2.0:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
| 128 | napinsp.dll:Proveedor de correcciones de compatibilidad (shim) de nomenclaturas de correo electrónico:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
| 129 | net.dll:OpenJDK Platform binary:**.**.**.**:Microsoft
|
| 130 | nio.dll:OpenJDK Platform binary:**.**.**.**:Microsoft
|
| 131 | nlansp_c.dll:NLA Namespace Service Provider DLL:10.0.26100.7309 (WinBuild.160101.0800):Microsoft Corporation
|
| 132 | ntdll.dll:DLL del nivel de Windows NT:10.0.26100.7309 (WinBuild.160101.0800):Microsoft Corporation
|
| 133 | perfos.dll:DLL de objetos de rendimiento del sistema Windows:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
| 134 | pfclient.dll:SysMain Client:10.0.26100.4202 (WinBuild.160101.0800):Microsoft Corporation
|
| 135 | profapi.dll:User Profile Basic API:10.0.26100.7309 (WinBuild.160101.0800):Microsoft Corporation
|
| 136 | rasadhlp.dll:Remote Access AutoDial Helper:10.0.26100.7171 (WinBuild.160101.0800):Microsoft Corporation
|
| 137 | rsaenh.dll:Microsoft Enhanced Cryptographic Provider:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
| 138 | sechost.dll:Host for SCM/SDDL/LSA Lookup APIs:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
| 139 | shlwapi.dll:Biblioteca de utilidades de Shell:10.0.26100.7689 (WinBuild.160101.0800):Microsoft Corporation
|
| 140 | ucrtbase.dll:Microsoft® C Runtime Library:10.0.26100.7019 (WinBuild.160101.0800):Microsoft Corporation
|
| 141 | vcruntime140_1.dll:Microsoft® C Runtime Library:14.38.33135.0:Microsoft Corporation
|
| 142 | verify.dll:OpenJDK Platform binary:**.**.**.**:Microsoft
|
| 143 | win32u.dll:Win32u:10.0.26100.7309 (WinBuild.160101.0800):Microsoft Corporation
|
| 144 | windows.storage.dll:API de almacenamiento de Microsoft WinRT:10.0.26100.7689 (WinBuild.160101.0800):Microsoft Corporation
|
| 145 | winrnr.dll:LDAP RnR Provider DLL:10.0.26100.1882 (WinBuild.160101.0800):Microsoft Corporation
|
| 146 | wintypes.dll:DLL de tipos basados en Windows:10.0.26100.6725 (WinBuild.160101.0800):Microsoft Corporation
|
| 147 | wshbth.dll:Windows Sockets Helper DLL:10.0.26100.5074 (WinBuild.160101.0800):Microsoft Corporation
|
| 148 | zip.dll:OpenJDK Platform binary:**.**.**.**:Microsoft
|
| 149 | Stacktrace:
|
| 150 | at knot//net.minecraft.client.main.Main.main(Main.java:136)
|
| 151 | at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:514)
|
| 152 | at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:72)
|
| 153 | at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
| 154 |
|
| 155 | -- System Details --
|
| 156 | Details:
|
| 157 | Minecraft Version: 1.21.11
|
| 158 | Minecraft Version ID: 1.21.11
|
| 159 | Operating System: Windows 11 (amd64) version 10.0
|
| 160 | Java Version: 21.0.7, Microsoft
|
| 161 | Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
|
| 162 | Memory: 243993960 bytes (232 MiB) / 503316480 bytes (480 MiB) up to 3942645760 bytes (3760 MiB)
|
| 163 | CPUs: 12
|
| 164 | Processor Vendor: AuthenticAMD
|
| 165 | Processor Name: AMD Ryzen 5 7535HS with Radeon Graphics
|
| 166 | Identifier: AuthenticAMD Family 25 Model 68 Stepping 1
|
| 167 | Microarchitecture: Zen 3
|
| 168 | Frequency (GHz): 3.29
|
| 169 | Number of physical packages: 1
|
| 170 | Number of physical CPUs: 6
|
| 171 | Number of logical CPUs: 12
|
| 172 | Graphics card #0 name: AMD Radeon(TM) Graphics
|
| 173 | Graphics card #0 vendor: Advanced Micro Devices, Inc.
|
| 174 | Graphics card #0 VRAM (MiB): 512.00
|
| 175 | Graphics card #0 deviceId: VideoController1
|
| 176 | Graphics card #0 versionInfo: 32.0.11036.4
|
| 177 | Graphics card #1 name: NVIDIA GeForce RTX 2050
|
| 178 | Graphics card #1 vendor: NVIDIA
|
| 179 | Graphics card #1 VRAM (MiB): 4096.00
|
| 180 | Graphics card #1 deviceId: VideoController2
|
| 181 | Graphics card #1 versionInfo: 32.0.15.6607
|
| 182 | Memory slot #0 capacity (MiB): 8192.00
|
| 183 | Memory slot #0 clockSpeed (GHz): 5.60
|
| 184 | Memory slot #0 type: DDR5
|
| 185 | Virtual memory max (MiB): 18762.79
|
| 186 | Virtual memory used (MiB): 11119.25
|
| 187 | Swap memory total (MiB): 11264.00
|
| 188 | Swap memory used (MiB): 367.55
|
| 189 | Space in storage for jna.tmpdir (MiB): available: 223623.70, total: 458092.31
|
| 190 | Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): available: 223623.70, total: 458092.31
|
| 191 | Space in storage for io.netty.native.workdir (MiB): available: 223623.70, total: 458092.31
|
| 192 | Space in storage for java.io.tmpdir (MiB): available: 223623.70, total: 458092.31
|
| 193 | Space in storage for workdir (MiB): available: 223623.70, total: 458092.31
|
| 194 | JVM Flags: 8 total; -XX: UnlockExperimentalVMOptions -XX: UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M -Xmx3749m -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
|
| 195 | Debug Flags: 0 total;
|
| 196 | Fabric Mods:
|
| 197 | asteorbar: AsteorBar 1.5.3
|
| 198 | biomesoplenty: BiomesOPlenty **.**.**.**
|
| 199 | com_electronwill_night-config_core: core 3.6.7
|
| 200 | com_electronwill_night-config_toml: toml 3.6.7
|
| 201 | net_jodah_typetools: typetools 0.6.3
|
| 202 | camerautils: Camera Utils 1.21.11-1.1.2
|
| 203 | fabric-api-base: Fabric API Base 1.0.5 4ebb5c0853
|
| 204 | fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.1.7 4fc5413f53
|
| 205 | fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.6.15 4ebb5c0853
|
| 206 | fabric-resource-loader-v0: Fabric Resource Loader (v0) 3.3.4 4fc5413f53
|
| 207 | fabric-resource-loader-v1: Fabric Resource Loader (v1) 1.0.10 78c8b46653
|
| 208 | cardinal-components: Cardinal Components API 7.3.0
|
| 209 | cardinal-components-base: Cardinal Components API (base) 7.3.0
|
| 210 | cardinal-components-block: Cardinal Components API (blocks) 7.3.0
|
| 211 | cardinal-components-chunk: Cardinal Components API (chunks) 7.3.0
|
| 212 | cardinal-components-entity: Cardinal Components API (entities) 7.3.0
|
| 213 | cardinal-components-item: Cardinal Components API (items) 7.3.0
|
| 214 | cardinal-components-level: Cardinal Components API (world saves) 7.3.0
|
| 215 | cardinal-components-scoreboard: Cardinal Components API (scoreboard) 7.3.0
|
| 216 | cardinal-components-world: Cardinal Components API (worlds) 7.3.0
|
| 217 | cloth-config: Cloth Config v20 21.11.153
|
| 218 | cloth-basic-math: cloth-basic-math 0.6.1
|
| 219 | cristellib: Cristel Lib 3.0.4
|
| 220 | blue_endless_jankson: jankson 1.2.3
|
| 221 | crosshairtweaks: Crosshair Tweaks 1.5.0
|
| 222 | com_moulberry_mixinconstraints: mixinconstraints 1.1.0
|
| 223 | mixinsquared: MixinSquared 0.3.3
|
| 224 | entity_model_features: Entity Model Features 3.0.10
|
| 225 | entity_texture_features: Entity Texture Features 7.0.8
|
| 226 | fabric-api: Fabric API 0.141.1 1.21.11
|
| 227 | fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.113 1fb1cde93e
|
| 228 | fabric-biome-api-v1: Fabric Biome API (v1) 17.1.1 4fc5413f3e
|
| 229 | fabric-block-api-v1: Fabric Block API (v1) 1.1.10 4ebb5c083e
|
| 230 | fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.39 4ebb5c083e
|
| 231 | fabric-command-api-v2: Fabric Command API (v2) 2.4.7 6b42a6003e
|
| 232 | fabric-content-registries-v0: Fabric Content Registries (v0) 10.2.14 4fc5413f3e
|
| 233 | fabric-convention-tags-v1: Fabric Convention Tags 2.1.55 7f945d5b3e
|
| 234 | fabric-convention-tags-v2: Fabric Convention Tags (v2) 2.17.3 8ef948ba3e
|
| 235 | fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.3.23 4ebb5c083e
|
| 236 | fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.8.46 b6ef3aec3e
|
| 237 | fabric-data-generation-api-v1: Fabric Data Generation API (v1) 23.4.0 69974c4e3e
|
| 238 | fabric-dimensions-v1: Fabric Dimensions API (v1) 4.0.28 4fc5413f3e
|
| 239 | fabric-entity-events-v1: Fabric Entity Events (v1) 3.1.1 1d0ab4303e
|
| 240 | fabric-events-interaction-v0: Fabric Events Interaction (v0) 4.1.0 3b89ecf63e
|
| 241 | fabric-game-rule-api-v1: Fabric Game Rule API (v1) 2.0.3 4fc5413f3e
|
| 242 | fabric-item-api-v1: Fabric Item API (v1) 11.5.20 d0c46b9e3e
|
| 243 | fabric-item-group-api-v1: Fabric Item Group API (v1) 4.2.36 4fc5413f3e
|
| 244 | fabric-loot-api-v2: Fabric Loot API (v2) 3.0.73 3f89f5a53e
|
| 245 | fabric-loot-api-v3: Fabric Loot API (v3) 2.0.20 78c8b4663e
|
| 246 | fabric-message-api-v1: Fabric Message API (v1) 6.1.12 4ebb5c083e
|
| 247 | fabric-model-loading-api-v1: Fabric Model Loading API (v1) 6.0.14 4fc5413f3e
|
| 248 | fabric-networking-api-v1: Fabric Networking API (v1) 5.1.5 ae1e07683e
|
| 249 | fabric-object-builder-api-v1: Fabric Object Builder API (v1) 21.1.39 4fc5413f3e
|
| 250 | fabric-particles-v1: Fabric Particles (v1) 4.2.11 4fc5413f3e
|
| 251 | fabric-recipe-api-v1: Fabric Recipe API (v1) 8.2.3 4ebb5c083e
|
| 252 | fabric-registry-sync-v0: Fabric Registry Sync (v0) 6.2.5 1718722b3e
|
| 253 | fabric-renderer-api-v1: Fabric Renderer API (v1) 8.0.2 f4ffd2e53e
|
| 254 | fabric-renderer-indigo: Fabric Renderer - Indigo 5.0.2 f4ffd2e53e
|
| 255 | fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.1.43 4ebb5c083e
|
| 256 | fabric-rendering-v1: Fabric Rendering (v1) 16.2.9 7edacff13e
|
| 257 | fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 5.0.35 4fc5413f3e
|
| 258 | fabric-screen-api-v1: Fabric Screen API (v1) 3.1.7 4ebb5c083e
|
| 259 | fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.161 4fc5413f3e
|
| 260 | fabric-serialization-api-v1: Fabric Serialization API (v1) 1.0.5 4ebb5c083e
|
| 261 | fabric-sound-api-v1: Fabric Sound API (v1) 1.0.51 4fc5413f3e
|
| 262 | fabric-tag-api-v1: Fabric Tag API (v1) 1.2.20 4fc5413f3e
|
| 263 | fabric-transfer-api-v1: Fabric Transfer API (v1) 6.0.24 4fc5413f3e
|
| 264 | fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 7.1.0 014c8cec3e
|
| 265 | fabricloader: Fabric Loader 0.18.4
|
| 266 | mixinextras: MixinExtras 0.5.0
|
| 267 | farmersdelight: Farmer's Delight 1.21.11-3.4.6 refabricated
|
| 268 | mm: Manningham Mills 2.3
|
| 269 | glitchcore: GlitchCore **.**.**.**
|
| 270 | iris: Iris 1.10.3 mc1.21.11
|
| 271 | io_github_douira_glsl-transformer: glsl-transformer 3.0.0-pre3
|
| 272 | org_anarres_jcpp: jcpp 1.4.14
|
| 273 | org_antlr_antlr4-runtime: antlr4-runtime 4.13.1
|
| 274 | java: OpenJDK 64-Bit Server VM 21
|
| 275 | journeymap: Journeymap 1.21.11-6.0.0-beta.54
|
| 276 | ar_com_hjg_pngj: pngj 2.1.0
|
| 277 | commonnetworking: Common Network 1.0.22-1.21.11
|
| 278 | journeymap-api-fabric: JourneyMap API 2.0.0-1.21.11-SNAPSHOT
|
| 279 | lithium: Lithium 0.21.2 mc1.21.11
|
| 280 | minecraft: Minecraft 1.21.11
|
| 281 | modmenu: Mod Menu 17.0.0-beta.2
|
| 282 | placeholder-api: Placeholder API 2.8.1 1.21.10
|
| 283 | mr_dungeons_andtaverns: Dungeons and Taverns 1-v5.1.0
|
| 284 | reactivemusic: Reactive Music 1.2.2 1.21.11
|
| 285 | skinlayers3d: 3d-Skin-Layers 1.10.1
|
| 286 | transition: TRansition 1.0.11
|
| 287 | trender: TRender 1.0.10
|
| 288 | sodium: Sodium 0.8.1 mc1.21.11
|
| 289 | t_and_t: Towns and Towers 1.13.8
|
| 290 | terrablender: TerraBlender **.**.**.**
|
| 291 | terralith: Terralith 2.5.14
|
| 292 | travelersbackpack: Traveler's Backpack 10.11.2
|
| 293 | yet_another_config_lib_v3: YetAnotherConfigLib 3.8.2 1.21.11-fabric
|
| 294 | com_twelvemonkeys_common_common-image: common-image 3.12.0
|
| 295 | com_twelvemonkeys_common_common-io: common-io 3.12.0
|
| 296 | com_twelvemonkeys_common_common-lang: common-lang 3.12.0
|
| 297 | com_twelvemonkeys_imageio_imageio-core: imageio-core 3.12.0
|
| 298 | com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.12.0
|
| 299 | com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.12.0
|
| 300 | org_quiltmc_parsers_gson: gson 0.2.1
|
| 301 | org_quiltmc_parsers_json: json 0.2.1
|
| 302 | Launched Version: fabric-loader-0.18.4-1.21.11
|
| 303 | Launcher name: java-minecraft-launcher
|
| 304 | Backend library: LWJGL version 3.3.3-snapshot
|
| 305 | Backend API: Unknown
|
| 306 | Window size: <not initialized>
|
| 307 | GFLW Platform: <error>
|
| 308 | Render Extensions: ERR
|
| 309 | GL debug messages: <no renderer available>
|
| 310 | Is Modded: Definitely; Client brand changed to 'fabric'
|
| 311 | Universe: 404
|
| 312 | Type: Client (map_client.txt)
|
| 313 | Locale: es_CL
|
| 314 | System encoding: Cp1252
|
| 315 | File encoding: UTF-8
|
| 316 | CPU: 12x AMD Ryzen 5 7535HS with Radeon Graphics
|
| 317 |
|