Fabric 1.21 Crash Report

#RPixOty
479 lines
Raw
Analysis
Minecraft version:
1.21
Java version:
21.0.3
Fabric loader version:
0.16.0
1---- Minecraft Crash Report ----
2// Hey, that tickles! Hehehe!
3
4Time: 2024-09-11 22:24:15
5Description: Unexpected error
6
7java.lang.RuntimeException: Exception thrown while executing job
8 at net.caffeinemc.mods.sodium.client.render.chunk.compile.executor.ChunkJobResult.unwrap(ChunkJobResult.java:27)
9 at net.caffeinemc.mods.sodium.client.render.chunk.RenderSectionManager.collectChunkBuildResults(RenderSectionManager.java:384)
10 at net.caffeinemc.mods.sodium.client.render.chunk.RenderSectionManager.uploadChunks(RenderSectionManager.java:294)
11 at net.caffeinemc.mods.sodium.client.render.SodiumWorldRenderer.setupTerrain(SodiumWorldRenderer.java:235)
12 at net.minecraft.client.render.WorldRenderer.setupTerrain(WorldRenderer.java:19284)
13 at net.minecraft.class_761.mixinextras$bridge$method_3273$291(class_761.java)
14 at net.minecraft.client.render.WorldRenderer.wrapOperation$dde000$flashback$setupRender(WorldRenderer.java:29840)
15 at net.minecraft.client.render.WorldRenderer.render(WorldRenderer.java:983)
16 at net.minecraft.client.render.GameRenderer.renderWorld(GameRenderer.java:1087)
17 at net.minecraft.client.render.GameRenderer.render(GameRenderer.java:850)
18 at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1285)
19 at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:882)
20 at net.minecraft.client.main.Main.main(Main.java:256)
21 at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
22 at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
23 at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
24Caused by: java.lang.NoClassDefFoundError: me/jellysquid/mods/sodium/client/SodiumClientMod
25 at ca.fxco.moreculling.utils.CullingUtils.areLeavesOpaque(CullingUtils.java:92)
26 at net.minecraft.block.LeavesBlock.isSideInvisible(LeavesBlock.java:2037)
27 at net.minecraft.block.AbstractBlock$AbstractBlockState.isSideInvisible(class_4970.java:1050)
28 at net.caffeinemc.mods.sodium.client.render.chunk.compile.pipeline.BlockOcclusionCache.shouldDrawSide(BlockOcclusionCache.java:48)
29 at net.caffeinemc.mods.sodium.client.render.frapi.render.AbstractBlockRenderContext.isFaceCulled(AbstractBlockRenderContext.java:145)
30 at me.pepperbell.continuity.client.model.CtmBakedModel$CtmQuadTransform.transform(CtmBakedModel.java:100)
31 at net.caffeinemc.mods.sodium.client.render.frapi.render.AbstractRenderContext.transform(AbstractRenderContext.java:47)
32 at net.caffeinemc.mods.sodium.client.render.frapi.render.AbstractBlockRenderContext.renderQuad(AbstractBlockRenderContext.java:172)
33 at net.caffeinemc.mods.sodium.client.render.frapi.render.AbstractBlockRenderContext.bufferDefaultModel(AbstractBlockRenderContext.java:256)
34 at net.minecraft.client.render.model.BakedModel.emitBlockQuads(BakedModel.java:1521)
35 at net.fabricmc.fabric.api.renderer.v1.model.ForwardingBakedModel.emitBlockQuads(ForwardingBakedModel.java:51)
36 at me.pepperbell.continuity.client.model.CtmBakedModel.emitBlockQuads(CtmBakedModel.java:53)
37 at net.caffeinemc.mods.sodium.client.render.chunk.compile.pipeline.BlockRenderer.renderModel(BlockRenderer.java:98)
38 at net.caffeinemc.mods.sodium.client.render.chunk.compile.tasks.ChunkBuilderMeshingTask.execute(ChunkBuilderMeshingTask.java:111)
39 at net.caffeinemc.mods.sodium.client.render.chunk.compile.tasks.ChunkBuilderMeshingTask.execute(ChunkBuilderMeshingTask.java:49)
40 at net.caffeinemc.mods.sodium.client.render.chunk.compile.executor.ChunkJobTyped.execute(ChunkJobTyped.java:45)
41 at net.caffeinemc.mods.sodium.client.render.chunk.compile.executor.ChunkBuilder$WorkerRunnable.run(ChunkBuilder.java:213)
42 at java.base/java.lang.Thread.run(Unknown Source)
43Caused by: java.lang.ClassNotFoundException: me.jellysquid.mods.sodium.client.SodiumClientMod
44 at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(Unknown Source)
45 at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
46 at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:226)
47 at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
48 at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
49 ... 18 more
50
51
52A detailed walkthrough of the error, its code path and all known details is as follows:
53---------------------------------------------------------------------------------------
54
55-- Head --
56Thread: Render thread
57Stacktrace:
58 at net.caffeinemc.mods.sodium.client.render.chunk.compile.executor.ChunkJobResult.unwrap(ChunkJobResult.java:27)
59 at net.caffeinemc.mods.sodium.client.render.chunk.RenderSectionManager.collectChunkBuildResults(RenderSectionManager.java:384)
60 at net.caffeinemc.mods.sodium.client.render.chunk.RenderSectionManager.uploadChunks(RenderSectionManager.java:294)
61 at net.caffeinemc.mods.sodium.client.render.SodiumWorldRenderer.setupTerrain(SodiumWorldRenderer.java:235)
62 at net.minecraft.client.render.WorldRenderer.setupTerrain(WorldRenderer.java:19284)
63 at net.minecraft.class_761.mixinextras$bridge$method_3273$291(class_761.java)
64 at net.minecraft.client.render.WorldRenderer.wrapOperation$dde000$flashback$setupRender(WorldRenderer.java:29840)
65 at net.minecraft.client.render.WorldRenderer.render(WorldRenderer.java:983)
66 at net.minecraft.client.render.GameRenderer.renderWorld(GameRenderer.java:1087)
67
68-- Uptime --
69Details:
70 JVM uptime: 514.899s
71 Wall uptime: 496.446s
72 High-res time: 479.454s
73 Client ticks: 8781 ticks / 439.050s
74Stacktrace:
75 at net.minecraft.client.MinecraftClient.addDetailsToCrashReport(MinecraftClient.java:2501)
76 at net.minecraft.client.MinecraftClient.printCrashReport(MinecraftClient.java:949)
77 at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:905)
78 at net.minecraft.client.main.Main.main(Main.java:256)
79 at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
80 at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
81 at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
82
83-- Affected level --
84Details:
85 All players: 1 total; [class_746['{MINECRAFT_USERNAME}'/11, l='ClientLevel', x=992.18, y=51.00, z=516.38]]
86 Chunk stats: 529, 277
87 Level dimension: minecraft:overworld
88 Level spawn location: World: (416,76,48), Section: (at 0,12,0 in 26,4,3; chunk contains blocks 416,-64,48 to 431,319,63), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
89 Level time: 3200693 game time, 3560477 day time
90 Server brand: fabric
91 Server type: Integrated singleplayer server
92 Tracked entity count: 57
93
94-- Last reload --
95Details:
96 Reload number: 1
97 Reload reason: initial
98 Finished: Yes
99 Packs: vanilla, fabric, advancementplaques, ambientsounds, animatica, appleskin, axiom, balm-fabric, bcc, betterf3, bettermounthud, betterpingdisplay, betterstats, bobby, bundle_scroll, c2me, cat_jam, chat_heads, chatanimation, cherishedworlds, chunky, cicada, citresewn, citresewn-defaults, cloth-config, com_viaversion_viabackwards-common, com_viaversion_viaversion-common, continuity, controlling, craftpresence, creativecore, detailab, distanthorizons, do_a_barrel_roll, drippyloadingscreen, dynamic_fps, e4mc_minecraft, eatinganimationid, enhanced_attack_indicator, enhancedblockentities, enhancedvisuals, entity_model_features, entity_texture_features, entityculling, euphoria_patcher, explosiveenhancement, fabric-api, fabric-api-base, fabric-api-lookup-api-v1, fabric-biome-api-v1, fabric-block-api-v1, fabric-block-view-api-v2, fabric-blockrenderlayer-v1, fabric-client-tags-api-v1, fabric-command-api-v1, fabric-command-api-v2, fabric-commands-v0, fabric-content-registries-v0, fabric-convention-tags-v1, fabric-convention-tags-v2, fabric-crash-report-info-v1, fabric-data-attachment-api-v1, fabric-data-generation-api-v1, fabric-dimensions-v1, fabric-entity-events-v1, fabric-events-interaction-v0, fabric-game-rule-api-v1, fabric-item-api-v1, fabric-item-group-api-v1, fabric-key-binding-api-v1, fabric-keybindings-v0, fabric-language-kotlin, fabric-lifecycle-events-v1, fabric-loot-api-v2, fabric-loot-api-v3, fabric-message-api-v1, fabric-model-loading-api-v1, fabric-networking-api-v1, fabric-object-builder-api-v1, fabric-particles-v1, fabric-recipe-api-v1, fabric-registry-sync-v0, fabric-renderer-api-v1, fabric-renderer-indigo, fabric-renderer-registries-v1, fabric-rendering-data-attachment-v1, fabric-rendering-fluids-v1, fabric-rendering-v0, fabric-rendering-v1, fabric-resource-conditions-api-v1, fabric-resource-loader-v0, fabric-screen-api-v1, fabric-screen-handler-api-v1, fabric-sound-api-v1, fabric-transfer-api-v1, fabric-transitive-access-wideners-v1, fabricloader, fabricskyboxes, fancymenu, fastipping, flashback, forcecloseworldloadingscreen, forgeconfigapiport, freecam, held-item-info, highlighter, immediatelyfast, inventory-tabs, inventoryprofilesnext, iris, jade, jamlib, jei, konkrete, libipn, lighty, litematica, lithium, make_bubbles_pop, malilib, modernfix, modmenu, moreculling, mr_true_ending, mru, musicnotification, net_raphimc_viaaprilfools-common, net_raphimc_viabedrock, net_raphimc_vialegacy, netherportalfix, noisium, notenoughanimations, openmcskins, optigui, owo, particular, presencefootsteps, prism, reacharound, reeses-sodium-options, replaymod, resourcify, rightclickharvest, satin, searchables, serverpingerfixer, shulkerboxtooltip, silk-all, sit, skinlayers3d, sodium, sodium-extra, sound_physics_remastered, spark, status-effect-bars, talkbubbles, tcdcommons, titlefixer, totemcounter, ukulib, veinminer, viafabricplus, visuality, voicechat, wakes, waveycapes, wawn, xaeroworldmap, yet_another_config_lib_v3, zoomify, file/CTM OF-Fabric 0.6.1+1.20.x-1.21.zip, file/FreshAnimations_v1.9.2.zip, file/Zephyr_Warhammer.zip, file/LowOnFire_1.21.zip, presencefootsteps:default_sound_pack, minecraft:supporteatinganimation, musicnotification:dark_mode, file/Hardcore Hearts - v19.zip, file/Fancy_Beds-v3.2.zip, file/FA-Villager_Variety-All_Mixed-[V1b].zip, replaymod_lang
100
101-- System Details --
102Details:
103 Minecraft Version: 1.21
104 Minecraft Version ID: 1.21
105 Operating System: Windows 11 (amd64) version 10.0
106 Java Version: 21.0.3, Azul Systems, Inc.
107 Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Azul Systems, Inc.
108 Memory: 658911688 bytes (628 MiB) / 3791650816 bytes (3616 MiB) up to 10804527104 bytes (10304 MiB)
109 CPUs: 16
110 Processor Vendor: AuthenticAMD
111 Processor Name: AMD Ryzen 7 6800H with Radeon Graphics
112 Identifier: AuthenticAMD Family 25 Model 68 Stepping 1
113 Microarchitecture: Zen 3
114 Frequency (GHz): 3.19
115 Number of physical packages: 1
116 Number of physical CPUs: 8
117 Number of logical CPUs: 16
118 Graphics card #0 name: AMD Radeon(TM) Graphics
119 Graphics card #0 vendor: Advanced Micro Devices, Inc.
120 Graphics card #0 VRAM (MiB): 512.00
121 Graphics card #0 deviceId: VideoController1
122 Graphics card #0 versionInfo: 30.0.14018.19001
123 Graphics card #1 name: NVIDIA GeForce RTX 3060 Laptop GPU
124 Graphics card #1 vendor: NVIDIA
125 Graphics card #1 VRAM (MiB): 6144.00
126 Graphics card #1 deviceId: VideoController2
127 Graphics card #1 versionInfo: 32.0.15.5612
128 Memory slot #0 capacity (MiB): 16384.00
129 Memory slot #0 clockSpeed (GHz): 4.80
130 Memory slot #0 type: Unknown
131 Virtual memory max (MiB): 29964.91
132 Virtual memory used (MiB): 22204.42
133 Swap memory total (MiB): 14336.00
134 Swap memory used (MiB): 64.04
135 Space in storage for jna.tmpdir (MiB): available: 11330.54, total: 251592.00
136 Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): available: 11330.54, total: 251592.00
137 Space in storage for io.netty.native.workdir (MiB): available: 11330.54, total: 251592.00
138 Space in storage for java.io.tmpdir (MiB): available: 11330.54, total: 251592.00
139 Space in storage for workdir (MiB): available: 11330.54, total: 251592.00
140 JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx10304M
141 Fabric Mods:
142 advancementplaques: Advancement Plaques 1.6.6
143 ambientsounds: AmbientSounds 6.0.5
144 animatica: Animatica 0.6.1+1.21
145 appleskin: AppleSkin 3.0.5+mc1.21
146 architectury: Architectury 13.0.6
147 athena: Athena 4.0.1
148 axiom: Axiom 3.2.1
149 com_moulberry_axiomclientapi_axiomclientapi_: axiomclientapi 1.0.0
150 com_moulberry_mixinconstraints: mixinconstraints 1.0.1
151 badpackets: Bad Packets 0.8.1
152 balm-fabric: Balm 21.0.14
153 kuma_api: KumaAPI 21.0.4
154 bcc: BetterCompatibilityChecker 21.0.1
155 betterf3: BetterF3 11.0.1
156 bettermounthud: Better Mount HUD 1.2.4
157 betterpingdisplay: Better Ping Display 1.1.1
158 betterstats: Better Statistics Screen 3.13.1+fabric-1.21
159 bobby: Bobby 5.2.4+mc1.21
160 com_typesafe_config: config 1.4.2
161 fabric-api-base: Fabric API Base 0.4.42+6573ed8c6a
162 fabric-command-api-v2: Fabric Command API (v2) 2.2.28+6ced4dd96a
163 io_leangen_geantyref_geantyref: geantyref 1.3.13
164 org_spongepowered_configurate-core: configurate-core 4.1.2
165 org_spongepowered_configurate-hocon: configurate-hocon 4.1.2
166 bundle_scroll: Bundle Scroll 1.1
167 c2me: Concurrent Chunk Management Engine 0.2.0+alpha.11.109+1.21
168 c2me-base: Concurrent Chunk Management Engine (Base) 0.2.0+alpha.11.109+1.21
169 c2me-client-uncapvd: Concurrent Chunk Management Engine (Client/Uncap View Distance) 0.2.0+alpha.11.109+1.21
170 c2me-fixes-chunkio-threading-issues: Concurrent Chunk Management Engine (Fixes/Chunk IO/Threading Issues) 0.2.0+alpha.11.109+1.21
171 c2me-fixes-general-threading-issues: Concurrent Chunk Management Engine (Fixes/General/Threading Issues) 0.2.0+alpha.11.109+1.21
172 c2me-fixes-worldgen-threading-issues: Concurrent Chunk Management Engine (Fixes/WorldGen/Threading Issues) 0.2.0+alpha.11.109+1.21
173 c2me-fixes-worldgen-vanilla-bugs: Concurrent Chunk Management Engine (Fixes/WorldGen/Vanilla Bugs) 0.2.0+alpha.11.109+1.21
174 c2me-notickvd: Concurrent Chunk Management Engine (No Tick View Distance) 0.2.0+alpha.11.109+1.21
175 c2me-opts-allocs: Concurrent Chunk Management Engine (Optimizations/Memory Allocations) 0.2.0+alpha.11.109+1.21
176 c2me-opts-chunk-access: Concurrent Chunk Management Engine (Optimizations/Chunk Access) 0.2.0+alpha.11.109+1.21
177 c2me-opts-chunkio: Concurrent Chunk Management Engine (Optimizations/Chunk IO) 0.2.0+alpha.11.109+1.21
178 c2me-opts-math: Concurrent Chunk Management Engine (Optimizations/Math) 0.2.0+alpha.11.109+1.21
179 c2me-opts-scheduling: Concurrent Chunk Management Engine (Optimizations/Scheduling) 0.2.0+alpha.11.109+1.21
180 c2me-opts-worldgen-general: Concurrent Chunk Management Engine (Optimizations/General WorldGen) 0.2.0+alpha.11.109+1.21
181 c2me-opts-worldgen-vanilla: Concurrent Chunk Management Engine (Optimizations/Vanilla WorldGen) 0.2.0+alpha.11.109+1.21
182 c2me-rewrites-chunk-serializer: Concurrent Chunk Management Engine (Rewrites/Chunk Serializer) 0.2.0+alpha.11.109+1.21
183 c2me-rewrites-chunkio: Concurrent Chunk Management Engine (Rewrites/Chunk IO) 0.2.0+alpha.11.109+1.21
184 c2me-server-utils: Concurrent Chunk Management Engine (Server Utils) 0.2.0+alpha.11.109+1.21
185 c2me-threading-chunkio: Concurrent Chunk Management Engine (Threading/WorldGen) 0.2.0+alpha.11.109+1.21
186 c2me-threading-lighting: Concurrent Chunk Management Engine (Threading/Lighting) 0.2.0+alpha.11.109+1.21
187 c2me-threading-worldgen: Concurrent Chunk Management Engine (Threading/WorldGen) 0.2.0+alpha.11.109+1.21
188 com_ibm_async_asyncutil: asyncutil 0.1.0
189 net_objecthunter_exp4j: exp4j 0.4.8
190 org_threadly_threadly: threadly 7.0
191 cat_jam: cat_jam 1.2.3
192 chat_heads: Chat Heads 0.12.13
193 chatanimation: ChatAnimation 1.0.6
194 cherishedworlds: Cherished Worlds 10.0.2+1.21.1
195 chunky: Chunky 1.4.16
196 cicada: CICADA 0.8.3+1.21-and-above
197 citresewn: CIT Resewn 1.2.0+1.21
198 citresewn-defaults: CIT Resewn: Defaults 1.2.0+1.21
199 cloth-config: Cloth Config v15 15.0.130
200 cloth-basic-math: cloth-basic-math 0.6.1
201 collective: Collective 7.84
202 continuity: Continuity 3.0.0-beta.5+1.21
203 controlling: Controlling 18.0.4
204 craftify: Craftify 1.16.0
205 elementa: Elementa 636
206 universalcraft: UniversalCraft 342
207 vigilance: Vigilance 295
208 craftpresence: CraftPresence 2.5.0
209 fabric-resource-loader-v0: Fabric Resource Loader (v0) 1.3.0+56599129d1
210 creativecore: CreativeCore 2.12.6
211 net_neoforged_bus: bus 7.2.0
212 detailab: Detail Armor Bar 2.6.3+1.21-fabric
213 distanthorizons: Distant Horizons 2.2.1-a
214 fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.7.10+e633f88390
215 fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.47+0af3f5a790
216 fabric-screen-api-v1: Fabric Screen API (v1) 2.0.24+b559734490
217 do_a_barrel_roll: Do a Barrel Roll 3.6.2+1.21
218 drippyloadingscreen: Drippy Loading Screen 3.0.7
219 dynamic_fps: Dynamic FPS 3.6.3
220 net_lostluma_battery: battery 1.1.0
221 e4mc_minecraft: e4mc 5.1.0
222 folk_sisby_kaleido-config: kaleido-config 0.3.1+1.3.1
223 eatinganimationid: Eating Animation 1.21+1.9.72
224 enhanced_attack_indicator: Enhanced Attack Indicator 1.0.4+1.21
225 enhancedblockentities: Enhanced Block Entities 0.10.1+1.21
226 enhancedvisuals: EnhancedVisuals 1.8.8
227 entity_model_features: Entity Model Features 2.2.3
228 entity_texture_features: Entity Texture Features 6.2.2
229 org_apache_httpcomponents_httpmime: httpmime 4.5.10
230 entityculling: EntityCulling 1.6.7
231 euphoria_patcher: Euphoria Patcher 0.3.4-fabric
232 io_sigpipe_jbsdiff: jbsdiff 1.0
233 explorify: Explorify 1.6.1
234 explosiveenhancement: Explosive Enhancement 1.2.3-1.21.0
235 fabric-api: Fabric API 0.100.8+1.21
236 fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.67+b5597344d1
237 fabric-biome-api-v1: Fabric Biome API (v1) 13.0.29+5bd9f1bcd1
238 fabric-block-api-v1: Fabric Block API (v1) 1.0.22+0af3f5a7d1
239 fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.10+6573ed8cd1
240 fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.52+0af3f5a7d1
241 fabric-client-tags-api-v1: Fabric Client Tags 1.1.15+6573ed8cd1
242 fabric-command-api-v1: Fabric Command API (v1) 1.2.49+f71b366fd1
243 fabric-commands-v0: Fabric Commands (v0) 0.2.66+df3654b3d1
244 fabric-content-registries-v0: Fabric Content Registries (v0) 8.0.15+b5597344d1
245 fabric-convention-tags-v1: Fabric Convention Tags 2.0.18+7f945d5bd1
246 fabric-convention-tags-v2: Fabric Convention Tags (v2) 2.4.2+c111832ad1
247 fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.29+0af3f5a7d1
248 fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.1.25+6a6dfa19d1
249 fabric-data-generation-api-v1: Fabric Data Generation API (v1) 20.2.13+16c4ae25d1
250 fabric-dimensions-v1: Fabric Dimensions API (v1) 4.0.0+6fc22b99d1
251 fabric-entity-events-v1: Fabric Entity Events (v1) 1.6.12+6fc22b99d1
252 fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.53+6ced4dd9d1
253 fabric-item-api-v1: Fabric Item API (v1) 11.0.0+afdfc921d1
254 fabric-item-group-api-v1: Fabric Item Group API (v1) 4.1.3+78017270d1
255 fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.45+df3654b3d1
256 fabric-loot-api-v2: Fabric Loot API (v2) 3.0.13+3f89f5a5d1
257 fabric-loot-api-v3: Fabric Loot API (v3) 1.0.1+3f89f5a5d1
258 fabric-message-api-v1: Fabric Message API (v1) 6.0.13+6573ed8cd1
259 fabric-model-loading-api-v1: Fabric Model Loading API (v1) 2.0.0+fe474d6bd1
260 fabric-object-builder-api-v1: Fabric Object Builder API (v1) 15.1.13+d1321076d1
261 fabric-particles-v1: Fabric Particles (v1) 4.0.2+6573ed8cd1
262 fabric-recipe-api-v1: Fabric Recipe API (v1) 5.0.10+65089712d1
263 fabric-renderer-indigo: Fabric Renderer - Indigo 1.6.5+48fb1586d1
264 fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.68+df3654b3d1
265 fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.48+73761d2ed1
266 fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.1.6+b5597344d1
267 fabric-rendering-v0: Fabric Rendering (v0) 1.1.71+df3654b3d1
268 fabric-rendering-v1: Fabric Rendering (v1) 5.0.5+df16efd0d1
269 fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 4.2.1+d153f344d1
270 fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.83+b5597344d1
271 fabric-sound-api-v1: Fabric Sound API (v1) 1.0.23+6573ed8cd1
272 fabric-transfer-api-v1: Fabric Transfer API (v1) 5.1.15+3dccd343d1
273 fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 6.0.12+6573ed8cd1
274 fabric-language-kotlin: Fabric Language Kotlin 1.12.0+kotlin.2.0.10
275 org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 2.0.10
276 org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 2.0.10
277 org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 2.0.10
278 org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 2.0.10
279 org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.25.0
280 org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.8.1
281 org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.8.1
282 org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.6.0
283 org_jetbrains_kotlinx_kotlinx-io-bytestring-jvm: kotlinx-io-bytestring-jvm 0.5.1
284 org_jetbrains_kotlinx_kotlinx-io-core-jvm: kotlinx-io-core-jvm 0.5.1
285 org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.7.1
286 org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.7.1
287 org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.7.1
288 fabricloader: Fabric Loader 0.16.0
289 mixinextras: MixinExtras 0.4.0
290 fabricskyboxes: FabricSkyBoxes 0.7.4+mc1.21
291 fancymenu: FancyMenu 3.2.5
292 com_github_keksuccino_japng: japng 0.5.3
293 com_github_rtyley_animated-gif-lib-for-java: animated-gif-lib-for-java animated-gif-lib-1.7
294 fastipping: Fast IP Ping 1.0.3
295 ferritecore: FerriteCore 7.0.0
296 flashback: Flashback 0.6.0
297 mixinsquared: MixinSquared 0.2.0-beta.6
298 forcecloseworldloadingscreen: kennytv's epic force close loading screen mod for Fabric 2.2.2
299 forgeconfigapiport: Forge Config API Port 21.0.7
300 com_electronwill_night-config_core: core 3.8.0
301 com_electronwill_night-config_toml: toml 3.8.0
302 freecam: Freecam (Modrinth Edition) 1.3.0+mc1.21
303 glitchcore: GlitchCore **.**.**.**
304 net_jodah_typetools: typetools 0.6.3
305 held-item-info: Held Item Info 1.7.0
306 hideexperimentalwarning: Hide Experimental Warning 1.2
307 highlighter: Highlighter 1.1.11
308 iceberg: Iceberg 1.2.5
309 immediatelyfast: ImmediatelyFast 1.2.21+1.21.1
310 net_lenni0451_reflect: Reflect 1.3.4
311 inventory-tabs: Inventory Tabs 1.3.3+1.21
312 inventoryprofilesnext: Inventory Profiles Next 2.0.4
313 iris: Iris 1.8.0-beta.3+mc1.21.1
314 io_github_douira_glsl-transformer: glsl-transformer 2.0.1
315 org_anarres_jcpp: jcpp 1.4.14
316 org_antlr_antlr4-runtime: antlr4-runtime 4.13.1
317 itemborders: Item Borders 1.2.5
318 jade: Jade 15.1.5+fabric
319 jamlib: JamLib 1.0.11+1.21
320 blue_endless_jankson: jankson 1.2.3
321 java: OpenJDK 64-Bit Server VM 21
322 jei: Just Enough Items **.**.**.**
323 konkrete: Konkrete 1.9.9
324 libipn: libIPN 6.0.2
325 lighty: Lighty 3.0.0-beta.4
326 litematica: Litematica 0.19.2-alpha.1
327 lithium: Lithium 0.13.0
328 make_bubbles_pop: Make Bubbles Pop 0.3.0-fabric
329 malilib: MaLiLib 0.20.2
330 melody: Melody 1.0.10
331 minecraft: Minecraft 1.21
332 modelfix: Model Gap Fix 1.21-1.6
333 modernfix: ModernFix 5.19.1+mc1.21
334 modmenu: Mod Menu 11.0.1
335 placeholder-api: Placeholder API 2.4.0-pre.2+1.21
336 moreculling: More Culling 0.26.0
337 com_github_fallen-breath_conditional-mixin: conditional-mixin v0.6.2
338 mousetweaks: Mouse Tweaks 2.26
339 mr_qraftyfied: qraftyfied 9.1.1
340 mr_true_ending: True Ending: Ender Dragon Overhaul 1-v1.1.2b
341 mru: Mineblock's Repeated Utilities 1.0.2+1.21+fabric
342 musicnotification: Music Notification 2.1.0
343 nerb: Not Enough Recipe Book 0.4.1
344 netherportalfix: NetherPortalFix 21.0.2
345 no-resource-pack-warnings: No Resource Pack Warnings 1.3.0
346 noisium: Noisium 2.3.0+mc1.21-1.21.1
347 notenoughanimations: NotEnoughAnimations 1.7.5
348 nyfsspiders: Nyf's Spiders 2.3.1
349 commonnetworking: Common Network 1.0.11-1.21
350 octolib: OctoLib 0.4.2
351 org_yaml_snakeyaml: snakeyaml 2.2
352 openmcskins: OpenMCSkins 2.0.0b5
353 optigui: OptiGUI 2.3.0-beta.2+1.21
354 org_apache_commons_commons-text: commons-text 1.12.0
355 org_ini4j_ini4j: ini4j 0.5.4
356 owo: oωo 0.12.11+1.21
357 io_wispforest_endec: endec 0.1.5
358 io_wispforest_endec_gson: gson 0.1.3
359 io_wispforest_endec_jankson: jankson 0.1.3
360 io_wispforest_endec_netty: netty 0.1.2
361 particular: Particular 1.1.1+1.21
362 passiveshield: Passive Shield 3.6
363 presencefootsteps: Presence Footsteps 1.10.0+1.21
364 kirin: Kirin UI 1.19.0+1.21
365 prism: root project 'Prism' 1.0.8
366 reacharound: Reacharound 1.3.0
367 reeses-sodium-options: Reese's Sodium Options 1.8.0-beta.2+mc1.21.1
368 replaymod: Replay Mod 1.21-2.6.17
369 resourcify: Resourcify 1.4.1
370 rightclickharvest: Right Click Harvest 4.3.1+1.21
371 searchables: Searchables 1.0.5
372 serverpingerfixer: Server Pinger Fixer 1.0.5
373 shulkerboxtooltip: Shulker Box Tooltip 5.0.4+1.21
374 silk-all: Silk (All modules) 1.10.7
375 silk-commands: Silk Commands 1.10.7
376 silk-core: Silk Core 1.10.7
377 silk-game: Silk Game 1.10.7
378 silk-igui: Silk Inventory GUI 1.10.7
379 silk-nbt: Silk NBT 1.10.7
380 silk-network: Silk Network 1.10.7
381 silk-persistence: Silk Persistence 1.10.7
382 sit: Sit 1.21-28
383 skinlayers3d: 3d-Skin-Layers 1.6.7
384 smoothscrollingrefurbished: Smooth Scrolling Refurbished 1.1.4
385 sodium: Sodium 0.6.0-beta.1+mc1.21
386 fabric-renderer-api-v1: Fabric Renderer API (v1) 3.4.0+c705a49cd1
387 sodium-extra: Sodium Extra 0.6.0-beta.1+mc1.21.1
388 com_lodborg_interval-tree: interval-tree 1.0.0
389 sound_physics_remastered: Sound Physics Remastered 1.21.1-1.4.6
390 spark: spark 1.10.97
391 fabric-permissions-api-v0: fabric-permissions-api 0.3.1
392 status-effect-bars: Status Effect Bars 1.0.6
393 talkbubbles: Talk Bubbles 1.0.8
394 tcdcommons: TCD Commons API 3.12.3+fabric-1.21
395 titlefixer: Title Fixer 1.0+1.21
396 totemcounter: TotemCounter 1.6.1+mc1.21
397 treeharvester: Tree Harvester 9.1
398 ukulib: ukulib 1.4.0+1.21
399 com_moandjiezana_toml_toml4j: toml4j 0.7.2
400 unilib: UniLib 1.0.1
401 veinminer: Veinminer 2.1.3
402 de_miraculixx_core: core 2.1.3
403 viafabricplus: ViaFabricPlus 3.4.4
404 com_google_code_findbugs_jsr305: jsr305 3.0.2
405 com_vdurmont_semver4j: semver4j 3.1.0
406 com_viaversion_viabackwards-common: viabackwards-common 5.0.3
407 com_viaversion_viaversion-common: viaversion-common 5.0.4-20240808.153015-1
408 de_florianmichael_classic4j: Classic4J 2.0.2
409 fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.3.12+6c1df3606a
410 fabric-networking-api-v1: Fabric Networking API (v1) 4.2.2+60c3209b6a
411 fabric-registry-sync-v0: Fabric Registry Sync (v0) 5.1.2+60c3209b6a
412 io_jsonwebtoken_jjwt-api: jjwt-api 0.12.6
413 io_jsonwebtoken_jjwt-gson: jjwt-gson 0.12.6
414 io_jsonwebtoken_jjwt-impl: jjwt-impl 0.12.6
415 io_netty_netty-codec-http: netty-codec-http 4.1.112
416 net_jodah_expiringmap: expiringmap 0.5.10
417 net_lenni0451_commons_httpclient: httpclient 1.5.1
418 net_lenni0451_mcping: MCPing 1.4.1
419 net_lenni0451_mcstructs-bedrock_forms: forms 1.2.1
420 net_lenni0451_mcstructs-bedrock_text: text 1.2.1
421 net_raphimc_minecraftauth: MinecraftAuth 4.1.0
422 net_raphimc_viaaprilfools-common: viaaprilfools-common 3.0.2-20240806.214715-4
423 net_raphimc_viabedrock: ViaBedrock 0.0.10-20240807.200847-18
424 net_raphimc_vialegacy: ViaLegacy 3.0.3-20240806.214914-6
425 net_raphimc_vialoader: ViaLoader 3.0.3-20240808.151621-9
426 org_cloudburstmc_netty_netty-transport-raknet: netty-transport-raknet 1.0.0.CR3-SNAPSHOT
427 org_iq80_leveldb_leveldb: leveldb 0.12
428 org_iq80_leveldb_leveldb-api: leveldb-api 0.12
429 org_lz4_lz4-pure-java: lz4-pure-java 1.8.0
430 videotape: Video Tape 1.0.0
431 villagernames: Villager Names 8.1
432 visuality: Visuality 0.7.7+1.21
433 voicechat: Simple Voice Chat 1.21.1-2.5.20
434 wakes: Wakes 0.3.0+1.21.1
435 com_github_jdiemke_delaunay-triangulator_delaunaytriangulator: DelaunayTriangulator 1.0.0
436 satin: Satin 2.0.0
437 waveycapes: WaveyCapes 1.4.9
438 wawn: Where Are We Now? 1.3.0
439 xaeroworldmap: Xaero's World Map 1.39.0
440 yet_another_config_lib_v3: YetAnotherConfigLib 3.5.0+1.21-fabric
441 com_twelvemonkeys_common_common-image: common-image 3.10.0
442 com_twelvemonkeys_common_common-io: common-io 3.10.0
443 com_twelvemonkeys_common_common-lang: common-lang 3.10.0
444 com_twelvemonkeys_imageio_imageio-core: imageio-core 3.10.0
445 com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.10.0
446 com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.10.0
447 org_quiltmc_parsers_gson: gson 0.2.1
448 org_quiltmc_parsers_json: json 0.2.1
449 zoomify: Zoomify 2.14.0+1.21
450 com_akuleshov7_ktoml-core-jvm: ktoml-core-jvm 0.5.1
451 Loaded Shaderpack: ComplementaryUnbound_r5.2.1 + EuphoriaPatches_1.3.1 (fallback)
452 Profile: Custom (+22 options changed by user)
453 Launched Version: 1.21
454 Launcher name: theseus
455 Backend library: LWJGL version 3.3.3-snapshot
456 Backend API: NVIDIA GeForce RTX 3060 Laptop GPU/PCIe/SSE2 GL version 3.2.0 NVIDIA 556.12, NVIDIA Corporation
457 Window size: 1920x1080
458 GFLW Platform: win32
459 GL Caps: Using framebuffer using OpenGL 3.2
460 GL debug messages:
461 Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric'
462 Universe: 400921fb54442d18
463 Type: Integrated Server (map_client.txt)
464 Graphics mode: fancy
465 Render Distance: 8/8 chunks
466 Resource Packs: vanilla, fabric, advancementplaques, ambientsounds, animatica, appleskin (incompatible), axiom, balm-fabric (incompatible), bcc (incompatible), betterf3, bettermounthud, betterpingdisplay, betterstats, bobby, bundle_scroll, c2me, cat_jam, chat_heads, chatanimation, cherishedworlds (incompatible), chunky, cicada, citresewn, citresewn-defaults, cloth-config, com_viaversion_viabackwards-common, com_viaversion_viaversion-common, continuity, controlling (incompatible), craftpresence, creativecore, detailab, distanthorizons (incompatible), do_a_barrel_roll (incompatible), drippyloadingscreen (incompatible), dynamic_fps, e4mc_minecraft, eatinganimationid, enhanced_attack_indicator, enhancedblockentities, enhancedvisuals, entity_model_features, entity_texture_features, entityculling, euphoria_patcher, explosiveenhancement, fabric-api, fabric-api-base, fabric-api-lookup-api-v1, fabric-biome-api-v1, fabric-block-api-v1, fabric-block-view-api-v2, fabric-blockrenderlayer-v1, fabric-client-tags-api-v1, fabric-command-api-v1, fabric-command-api-v2, fabric-commands-v0, fabric-content-registries-v0, fabric-convention-tags-v1, fabric-convention-tags-v2, fabric-crash-report-info-v1, fabric-data-attachment-api-v1, fabric-data-generation-api-v1, fabric-dimensions-v1, fabric-entity-events-v1, fabric-events-interaction-v0, fabric-game-rule-api-v1, fabric-item-api-v1, fabric-item-group-api-v1, fabric-key-binding-api-v1, fabric-keybindings-v0, fabric-language-kotlin, fabric-lifecycle-events-v1, fabric-loot-api-v2, fabric-loot-api-v3, fabric-message-api-v1, fabric-model-loading-api-v1, fabric-networking-api-v1, fabric-object-builder-api-v1, fabric-particles-v1, fabric-recipe-api-v1, fabric-registry-sync-v0, fabric-renderer-api-v1, fabric-renderer-indigo, fabric-renderer-registries-v1, fabric-rendering-data-attachment-v1, fabric-rendering-fluids-v1, fabric-rendering-v0, fabric-rendering-v1, fabric-resource-conditions-api-v1, fabric-resource-loader-v0, fabric-screen-api-v1, fabric-screen-handler-api-v1, fabric-sound-api-v1, fabric-transfer-api-v1, fabric-transitive-access-wideners-v1, fabricloader, fabricskyboxes, fancymenu (incompatible), fastipping, flashback, forcecloseworldloadingscreen, forgeconfigapiport, freecam, held-item-info, highlighter, immediatelyfast, inventory-tabs, inventoryprofilesnext, iris, jade (incompatible), jamlib, jei (incompatible), konkrete (incompatible), libipn, lighty, litematica, lithium, make_bubbles_pop, malilib, modernfix (incompatible), modmenu, moreculling, mr_true_ending, mru (incompatible), musicnotification, net_raphimc_viaaprilfools-common, net_raphimc_viabedrock, net_raphimc_vialegacy, netherportalfix (incompatible), noisium, notenoughanimations, openmcskins, optigui, owo, particular, presencefootsteps, prism, reacharound, reeses-sodium-options, replaymod (incompatible), resourcify (incompatible), rightclickharvest, satin, searchables (incompatible), serverpingerfixer, shulkerboxtooltip, silk-all, sit, skinlayers3d, sodium, sodium-extra, sound_physics_remastered, spark (incompatible), status-effect-bars, talkbubbles, tcdcommons, titlefixer, totemcounter, ukulib, veinminer, viafabricplus, visuality, voicechat, wakes, waveycapes, wawn, xaeroworldmap (incompatible), yet_another_config_lib_v3 (incompatible), zoomify, file/CTM OF-Fabric 0.6.1+1.20.x-1.21.zip, file/FreshAnimations_v1.9.2.zip, file/Zephyr_Warhammer.zip, file/LowOnFire_1.21.zip, presencefootsteps:default_sound_pack, minecraft:supporteatinganimation, musicnotification:dark_mode, file/Hardcore Hearts - v19.zip, file/Fancy_Beds-v3.2.zip, file/FA-Villager_Variety-All_Mixed-[V1b].zip (incompatible)
467 Current Language: en_us
468 Locale: en_US
469 System encoding: Cp1252
470 File encoding: UTF-8
471 CPU: 16x AMD Ryzen 7 6800H with Radeon Graphics
472 Server Running: true
473 Player Count: 1 / 8; [class_3222['{MINECRAFT_USERNAME}'/11, l='ServerLevel[a New Start]', x=992.18, y=51.00, z=516.38]]
474 Active Data Packs: vanilla, fabric, axiom, balm-fabric (incompatible), collective, explorify, fabric-convention-tags-v2, moreculling, mr_qraftyfied, mr_true_ending, rightclickharvest, bundle
475 Available Data Packs: axiom, balm-fabric (incompatible), bundle, collective, explorify, fabric, fabric-convention-tags-v2, moreculling, mr_qraftyfied, mr_true_ending, rightclickharvest, trade_rebalance, vanilla
476 Enabled Feature Flags: minecraft:bundle, minecraft:vanilla
477 World Generation: Stable
478 World Seed: 3633753238229874198
479
This log will be saved for 90 days from their last view.
Report abuse