1 | ---- Minecraft Crash Report ----
|
2 | |
3 |
|
4 | Time: 2025-09-22 17:51:01
|
5 | Description: Unexpected error
|
6 |
|
7 | java.lang.RuntimeException: Exception thrown while executing job
|
8 | at knot//me.jellysquid.mods.sodium.client.render.chunk.compile.executor.ChunkJobResult.unwrap(ChunkJobResult.java:27)
|
9 | at knot//me.jellysquid.mods.sodium.client.render.chunk.RenderSectionManager.collectChunkBuildResults(RenderSectionManager.java:347)
|
10 | at knot//me.jellysquid.mods.sodium.client.render.chunk.RenderSectionManager.uploadChunks(RenderSectionManager.java:280)
|
11 | at knot//me.jellysquid.mods.sodium.client.render.SodiumWorldRenderer.setupTerrain(SodiumWorldRenderer.java:197)
|
12 | at knot//net.minecraft.class_761.method_3273(class_761.java:18535)
|
13 | at knot//net.minecraft.class_761.invokeSetupRender(class_761.java)
|
14 | at knot//net.irisshaders.iris.shadows.ShadowRenderer.renderShadows(ShadowRenderer.java:425)
|
15 | at knot//net.irisshaders.iris.pipeline.IrisRenderingPipeline.renderShadows(IrisRenderingPipeline.java:1022)
|
16 | at knot//net.minecraft.class_761.handler$dlc000$iris$renderTerrainShadows(class_761.java:11552)
|
17 | at knot//net.minecraft.class_761.method_22710(class_761.java:1241)
|
18 | at knot//net.minecraft.class_757.method_3188(class_757.java:1110)
|
19 | at knot//net.minecraft.class_757.method_3192(class_757.java:880)
|
20 | at knot//net.minecraft.class_310.method_1523(class_310.java:1219)
|
21 | at knot//net.minecraft.class_310.method_1514(class_310.java:802)
|
22 | at knot//net.minecraft.client.main.Main.main(Main.java:250)
|
23 | at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:506)
|
24 | at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:72)
|
25 | at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
26 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
27 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
|
28 | at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
|
29 | at java.base/java.lang.reflect.Method.invoke(Unknown Source)
|
30 | at com.modrinth.theseus.MinecraftLaunch.relaunch(MinecraftLaunch.java:63)
|
31 | at com.modrinth.theseus.MinecraftLaunch.main(MinecraftLaunch.java:28)
|
32 | Caused by: java.lang.OutOfMemoryError
|
33 | at knot//org.lwjgl.system.MemoryUtil.nmemReallocChecked(MemoryUtil.java:496)
|
34 | at knot//org.lwjgl.system.MemoryUtil.memRealloc(MemoryUtil.java:529)
|
35 | at knot//me.jellysquid.mods.sodium.client.render.chunk.vertex.builder.ChunkMeshBufferBuilder.reallocate(ChunkMeshBufferBuilder.java:58)
|
36 | at knot//me.jellysquid.mods.sodium.client.render.chunk.vertex.builder.ChunkMeshBufferBuilder.start(ChunkMeshBufferBuilder.java:66)
|
37 | at knot//me.jellysquid.mods.sodium.client.render.chunk.compile.buffers.BakedChunkModelBuilder.begin(BakedChunkModelBuilder.java:37)
|
38 | at knot//me.jellysquid.mods.sodium.client.render.chunk.compile.ChunkBuildBuffers.init(ChunkBuildBuffers.java:47)
|
39 | at knot//me.jellysquid.mods.sodium.client.render.chunk.compile.tasks.ChunkBuilderMeshingTask.execute(ChunkBuilderMeshingTask.java:57)
|
40 | at knot//me.jellysquid.mods.sodium.client.render.chunk.compile.tasks.ChunkBuilderMeshingTask.execute(ChunkBuilderMeshingTask.java:39)
|
41 | at knot//me.jellysquid.mods.sodium.client.render.chunk.compile.executor.ChunkJobTyped.execute(ChunkJobTyped.java:44)
|
42 | at knot//me.jellysquid.mods.sodium.client.render.chunk.compile.executor.ChunkBuilder$WorkerRunnable.run(ChunkBuilder.java:186)
|
43 | at java.base/java.lang.Thread.run(Unknown Source)
|
44 |
|
45 |
|
46 | A detailed walkthrough of the error, its code path and all known details is as follows:
|
47 | ---------------------------------------------------------------------------------------
|
48 |
|
49 | -- Head --
|
50 | Thread: Render thread
|
51 | Stacktrace:
|
52 | at knot//me.jellysquid.mods.sodium.client.render.chunk.compile.executor.ChunkJobResult.unwrap(ChunkJobResult.java:27)
|
53 | at knot//me.jellysquid.mods.sodium.client.render.chunk.RenderSectionManager.collectChunkBuildResults(RenderSectionManager.java:347)
|
54 | at knot//me.jellysquid.mods.sodium.client.render.chunk.RenderSectionManager.uploadChunks(RenderSectionManager.java:280)
|
55 | at knot//me.jellysquid.mods.sodium.client.render.SodiumWorldRenderer.setupTerrain(SodiumWorldRenderer.java:197)
|
56 | at knot//net.minecraft.class_761.method_3273(class_761.java:18535)
|
57 | at knot//net.minecraft.class_761.invokeSetupRender(class_761.java)
|
58 | at knot//net.irisshaders.iris.shadows.ShadowRenderer.renderShadows(ShadowRenderer.java:425)
|
59 | at knot//net.irisshaders.iris.pipeline.IrisRenderingPipeline.renderShadows(IrisRenderingPipeline.java:1022)
|
60 | at knot//net.minecraft.class_761.handler$dlc000$iris$renderTerrainShadows(class_761.java:11552)
|
61 | at knot//net.minecraft.class_761.method_22710(class_761.java:1241)
|
62 | at knot//net.minecraft.class_757.method_3188(class_757.java:1110)
|
63 |
|
64 | -- Affected level --
|
65 | Details:
|
66 | All players: 3 total; [class_746['{MINECRAFT_USERNAME}'/39433, l='ClientLevel', x=2692.94, y=66.00, z=841.46], class_745['_Ibex'/14890, l='ClientLevel', x=2785.50, y=63.56, z=844.50], class_745['efbax'/40266, l='ClientLevel', x=2794.85, y=64.03, z=846.71]]
|
67 | Chunk stats: 961, 625 F: 3448 L: 0 U: 325
|
68 | Level dimension: minecraft:overworld
|
69 | Level spawn location: World: (-64,103,-48), Section: (at 0,7,0 in -4,6,-3; chunk contains blocks -64,-64,-48 to -49,319,-33), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,-64,-512 to -1,319,-1)
|
70 | Level time: 3229254 game time, 4045448 day time
|
71 | Server brand: fabric
|
72 | Server type: Non-integrated multiplayer server
|
73 | Stacktrace:
|
74 | at knot//net.minecraft.class_638.method_8538(class_638.java:458)
|
75 | at knot//net.minecraft.class_310.method_1587(class_310.java:2406)
|
76 | at knot//net.minecraft.class_310.method_1514(class_310.java:826)
|
77 | at knot//net.minecraft.client.main.Main.main(Main.java:250)
|
78 | at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:506)
|
79 | at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:72)
|
80 | at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
81 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
82 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
|
83 | at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
|
84 | at java.base/java.lang.reflect.Method.invoke(Unknown Source)
|
85 | at com.modrinth.theseus.MinecraftLaunch.relaunch(MinecraftLaunch.java:63)
|
86 | at com.modrinth.theseus.MinecraftLaunch.main(MinecraftLaunch.java:28)
|
87 |
|
88 | -- Last reload --
|
89 | Details:
|
90 | Reload number: 1
|
91 | Reload reason: initial
|
92 | Finished: Yes
|
93 | Packs: vanilla, fabric, seasons:seasonal_lush_caves, Moonlight Mods Dynamic Assets, file/FreshAnimations_v1.10.1.zip, continuity:default, continuity:glass_pane_culling_fix
|
94 |
|
95 | -- System Details --
|
96 | Details:
|
97 | Minecraft Version: 1.20.1
|
98 | Minecraft Version ID: 1.20.1
|
99 | Operating System: Windows 11 (amd64) version 10.0
|
100 | Java Version: 17.0.14, Azul Systems, Inc.
|
101 | Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Azul Systems, Inc.
|
102 | Memory: 544643728 bytes (519 MiB) / 2726297600 bytes (2600 MiB) up to 4831838208 bytes (4608 MiB)
|
103 | CPUs: 16
|
104 | Processor Vendor: AuthenticAMD
|
105 | Processor Name: AMD Ryzen 7 6800H with Radeon Graphics
|
106 | Identifier: AuthenticAMD Family 25 Model 68 Stepping 1
|
107 | Microarchitecture: Zen 3
|
108 | Frequency (GHz): 3.19
|
109 | Number of physical packages: 1
|
110 | Number of physical CPUs: 8
|
111 | Number of logical CPUs: 16
|
112 | Graphics card #0 name: Parsec Virtual Display Adapter
|
113 | Graphics card #0 vendor: Parsec Cloud, Inc.
|
114 | Graphics card #0 VRAM (MB): 0.00
|
115 | Graphics card #0 deviceId: unknown
|
116 | Graphics card #0 versionInfo: DriverVersion=**.**.**.**
|
117 | Graphics card #1 name: AMD Radeon(TM) Graphics
|
118 | Graphics card #1 vendor: Advanced Micro Devices, Inc. (0x1002)
|
119 | Graphics card #1 VRAM (MB): 512.00
|
120 | Graphics card #1 deviceId: 0x1681
|
121 | Graphics card #1 versionInfo: DriverVersion=31.0.12044.3
|
122 | Graphics card #2 name: NVIDIA GeForce RTX 3050 Ti Laptop GPU
|
123 | Graphics card #2 vendor: NVIDIA (0x10de)
|
124 | Graphics card #2 VRAM (MB): 4095.00
|
125 | Graphics card #2 deviceId: 0x25a0
|
126 | Graphics card #2 versionInfo: DriverVersion=32.0.15.7703
|
127 | Memory slot #0 capacity (MB): 8192.00
|
128 | Memory slot #0 clockSpeed (GHz): 4.80
|
129 | Memory slot #0 type: Unknown
|
130 | Memory slot #1 capacity (MB): 8192.00
|
131 | Memory slot #1 clockSpeed (GHz): 4.80
|
132 | Memory slot #1 type: Unknown
|
133 | Virtual memory max (MB): 30179.64
|
134 | Virtual memory used (MB): 30163.30
|
135 | Swap memory total (MB): 14622.63
|
136 | Swap memory used (MB): 1074.96
|
137 | JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4608M
|
138 | Fabric Mods:
|
139 | amendments: Amendments 1.20-2.2.1
|
140 | animal_armor_trims: Animal Armor Trims 2.0.1
|
141 | animal_feeding_trough: Animal Feeding Trough 1.1.0+1.20.1
|
142 | appleskin: AppleSkin 2.5.1+mc1.20
|
143 | architectury: Architectury 9.2.14
|
144 | armorable-skeleton-horses: Armorable Skeleton Horses 1.0.3
|
145 | athena: Athena 3.1.2
|
146 | backported_wolves: Backported Wolves 1.1.0-1.19.3-1.20.4
|
147 | badoptimizations: BadOptimizations 2.3.0
|
148 | bclib: BCLib 3.0.14
|
149 | wunderlib: WunderLib 1.1.5
|
150 | better_end_sky: Better End Sky 0.2.1+1.20
|
151 | betterf3: BetterF3 7.0.2
|
152 | betternether: Better Nether 9.0.10
|
153 | betterthirdperson: Better Third Person 1.9.0
|
154 | bobby: Bobby 5.0.1
|
155 | com_typesafe_config: config 1.4.2
|
156 | io_leangen_geantyref_geantyref: geantyref 1.3.13
|
157 | org_spongepowered_configurate-core: configurate-core 4.1.2
|
158 | org_spongepowered_configurate-hocon: configurate-hocon 4.1.2
|
159 | bookshelf: Bookshelf 20.2.13
|
160 | c2me: Concurrent Chunk Management Engine 0.2.0+alpha.11.16
|
161 | c2me-base: Concurrent Chunk Management Engine (Base) 0.2.0+alpha.11.16
|
162 | c2me-client-uncapvd: Concurrent Chunk Management Engine (Client/Uncap View Distance) 0.2.0+alpha.11.16
|
163 | c2me-fixes-chunkio-threading-issues: Concurrent Chunk Management Engine (Fixes/Chunk IO/Threading Issues) 0.2.0+alpha.11.16
|
164 | c2me-fixes-general-threading-issues: Concurrent Chunk Management Engine (Fixes/General/Threading Issues) 0.2.0+alpha.11.16
|
165 | c2me-fixes-worldgen-threading-issues: Concurrent Chunk Management Engine (Fixes/WorldGen/Threading Issues) 0.2.0+alpha.11.16
|
166 | c2me-fixes-worldgen-vanilla-bugs: Concurrent Chunk Management Engine (Fixes/WorldGen/Vanilla Bugs) 0.2.0+alpha.11.16
|
167 | c2me-notickvd: Concurrent Chunk Management Engine (No Tick View Distance) 0.2.0+alpha.11.16
|
168 | c2me-opts-allocs: Concurrent Chunk Management Engine (Optimizations/Memory Allocations) 0.2.0+alpha.11.16
|
169 | c2me-opts-chunk-access: Concurrent Chunk Management Engine (Optimizations/Chunk Access) 0.2.0+alpha.11.16
|
170 | c2me-opts-chunkio: Concurrent Chunk Management Engine (Optimizations/Chunk IO) 0.2.0+alpha.11.16
|
171 | c2me-opts-math: Concurrent Chunk Management Engine (Optimizations/Math) 0.2.0+alpha.11.16
|
172 | c2me-opts-scheduling: Concurrent Chunk Management Engine (Optimizations/Scheduling) 0.2.0+alpha.11.16
|
173 | c2me-opts-worldgen-general: Concurrent Chunk Management Engine (Optimizations/General WorldGen) 0.2.0+alpha.11.16
|
174 | c2me-opts-worldgen-vanilla: Concurrent Chunk Management Engine (Optimizations/Vanilla WorldGen) 0.2.0+alpha.11.16
|
175 | c2me-rewrites-chunk-serializer: Concurrent Chunk Management Engine (Rewrites/Chunk Serializer) 0.2.0+alpha.11.16
|
176 | c2me-rewrites-chunkio: Concurrent Chunk Management Engine (Rewrites/Chunk IO) 0.2.0+alpha.11.16
|
177 | c2me-server-utils: Concurrent Chunk Management Engine (Server Utils) 0.2.0+alpha.11.16
|
178 | c2me-threading-chunkio: Concurrent Chunk Management Engine (Threading/WorldGen) 0.2.0+alpha.11.16
|
179 | c2me-threading-lighting: Concurrent Chunk Management Engine (Threading/Lighting) 0.2.0+alpha.11.16
|
180 | c2me-threading-worldgen: Concurrent Chunk Management Engine (Threading/WorldGen) 0.2.0+alpha.11.16
|
181 | com_ibm_async_asyncutil: asyncutil 0.1.0
|
182 | net_objecthunter_exp4j: exp4j 0.4.8
|
183 | org_threadly_threadly: threadly 7.0
|
184 | chas: Craftable Horse Armour & Saddle 1.20
|
185 | chunky: Chunky 1.3.146
|
186 | cloth-config: Cloth Config v11 11.1.136
|
187 | cloth-basic-math: cloth-basic-math 0.6.1
|
188 | clumps: Clumps **.**.**.**
|
189 | collective: Collective 8.3
|
190 | comforts: Comforts 6.4.0+1.20.1
|
191 | cardinal-components-base: Cardinal Components API (base) 5.2.1
|
192 | cardinal-components-entity: Cardinal Components API (entities) 5.2.1
|
193 | spectrelib: SpectreLib 0.13.15+1.20.1
|
194 | continuity: Continuity 3.0.0+1.20.1
|
195 | controlling: Controlling For Fabric 12.0.2
|
196 | coroutil: CoroUtil 1.20.1-1.3.7
|
197 | cosmetic-armor: Cosmetic Armor 1.6.0
|
198 | cpm: Customizable Player Models 0.6.24a
|
199 | creativecore: CreativeCore 2.12.34
|
200 | net_minecraftforge_eventbus: eventbus 6.0.3
|
201 | cristellib: Cristel Lib 1.1.5
|
202 | blue_endless_jankson: jankson 1.2.3
|
203 | ctov: ChoiceTheorem's Overhauled Village 3.4.14
|
204 | cull-less-leaves: Cull Less Leaves 1.4.2+1.21-fabric
|
205 | cutthrough: Cut Through 8.0.2
|
206 | darkpaintings: DarkPaintings 17.0.4
|
207 | deeperdarker: Deeper and Darker 1.3.3
|
208 | customportalapi: Custom Portal Api 0.0.1-beta64-1.20
|
209 | dragon_mounts: Dragon Mounts: SoW Edition 1.4
|
210 | easymagic: Easy Magic 8.0.1
|
211 | enchdesc: EnchantmentDescriptions 17.1.19
|
212 | enhancedblockentities: Enhanced Block Entities 0.9+1.20
|
213 | advanced_runtime_resource_pack: Runtime Resource Pack 0.6.7
|
214 | entity_model_features: Entity Model Features 3.0.1
|
215 | entity_texture_features: Entity Texture Features 7.0.2
|
216 | org_apache_httpcomponents_httpmime: httpmime 4.5.10
|
217 | entityculling: EntityCulling 1.8.2
|
218 | transition: TRansition 1.0.3
|
219 | trender: TRender 1.0.5
|
220 | fabric-api: Fabric API 0.92.6+1.20.1
|
221 | fabric-api-base: Fabric API Base 0.4.32+1802ada577
|
222 | fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.37+1802ada577
|
223 | fabric-biome-api-v1: Fabric Biome API (v1) 13.0.14+1802ada577
|
224 | fabric-block-api-v1: Fabric Block API (v1) 1.0.12+1802ada577
|
225 | fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.3+924f046a77
|
226 | fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.42+1802ada577
|
227 | fabric-client-tags-api-v1: Fabric Client Tags 1.1.3+1802ada577
|
228 | fabric-command-api-v1: Fabric Command API (v1) 1.2.35+f71b366f77
|
229 | fabric-command-api-v2: Fabric Command API (v2) 2.2.14+1802ada577
|
230 | fabric-commands-v0: Fabric Commands (v0) 0.2.52+df3654b377
|
231 | fabric-containers-v0: Fabric Containers (v0) 0.1.67+df3654b377
|
232 | fabric-content-registries-v0: Fabric Content Registries (v0) 4.0.13+1802ada577
|
233 | fabric-convention-tags-v1: Fabric Convention Tags 1.5.6+1802ada577
|
234 | fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.20+1802ada577
|
235 | fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.0.2+de0fd6d177
|
236 | fabric-data-generation-api-v1: Fabric Data Generation API (v1) 12.3.7+1802ada577
|
237 | fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.55+1802ada577
|
238 | fabric-entity-events-v1: Fabric Entity Events (v1) 1.6.1+1c78457f77
|
239 | fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.6.5+13a40c6677
|
240 | fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.64+df3654b377
|
241 | fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.41+1802ada577
|
242 | fabric-item-api-v1: Fabric Item API (v1) 2.1.29+1802ada577
|
243 | fabric-item-group-api-v1: Fabric Item Group API (v1) 4.0.14+1802ada577
|
244 | fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.38+1802ada577
|
245 | fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.36+df3654b377
|
246 | fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.23+1802ada577
|
247 | fabric-loot-api-v2: Fabric Loot API (v2) 1.2.3+1802ada577
|
248 | fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.47+9e7660c677
|
249 | fabric-message-api-v1: Fabric Message API (v1) 5.1.10+1802ada577
|
250 | fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.52+1802ada577
|
251 | fabric-model-loading-api-v1: Fabric Model Loading API (v1) 1.0.4+1802ada577
|
252 | fabric-models-v0: Fabric Models (v0) 0.4.3+9386d8a777
|
253 | fabric-networking-api-v1: Fabric Networking API (v1) 1.3.14+a158aa0477
|
254 | fabric-networking-v0: Fabric Networking (v0) 0.3.54+df3654b377
|
255 | fabric-object-builder-api-v1: Fabric Object Builder API (v1) 11.1.5+e35120df77
|
256 | fabric-particles-v1: Fabric Particles (v1) 1.1.3+1802ada577
|
257 | fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.24+1802ada577
|
258 | fabric-registry-sync-v0: Fabric Registry Sync (v0) 2.3.6+1802ada577
|
259 | fabric-renderer-api-v1: Fabric Renderer API (v1) 3.2.2+1802ada577
|
260 | fabric-renderer-indigo: Fabric Renderer - Indigo 1.5.3+85287f9f77
|
261 | fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.47+df3654b377
|
262 | fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.39+92a0d36777
|
263 | fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.29+1802ada577
|
264 | fabric-rendering-v0: Fabric Rendering (v0) 1.1.50+df3654b377
|
265 | fabric-rendering-v1: Fabric Rendering (v1) 3.0.9+1802ada577
|
266 | fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.3.9+1802ada577
|
267 | fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.11.12+fb82e9d777
|
268 | fabric-screen-api-v1: Fabric Screen API (v1) 2.0.9+1802ada577
|
269 | fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.33+1802ada577
|
270 | fabric-sound-api-v1: Fabric Sound API (v1) 1.0.14+1802ada577
|
271 | fabric-transfer-api-v1: Fabric Transfer API (v1) 3.3.6+8dd72ea377
|
272 | fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 4.3.2+1802ada577
|
273 | fabric-language-kotlin: Fabric Language Kotlin 1.13.6+kotlin.2.2.20
|
274 | org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 2.2.20
|
275 | org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 2.2.20
|
276 | org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 2.2.20
|
277 | org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 2.2.20
|
278 | org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.29.0
|
279 | org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.10.2
|
280 | org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.10.2
|
281 | org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.7.1
|
282 | org_jetbrains_kotlinx_kotlinx-io-bytestring-jvm: kotlinx-io-bytestring-jvm 0.8.0
|
283 | org_jetbrains_kotlinx_kotlinx-io-core-jvm: kotlinx-io-core-jvm 0.8.0
|
284 | org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.9.0
|
285 | org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.9.0
|
286 | org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.9.0
|
287 | fabricloader: Fabric Loader 0.17.2
|
288 | mixinextras: MixinExtras 0.5.0
|
289 | fabricskyboxes: FabricSkyBoxes 0.7.3+mc1.20.1
|
290 | farmersdelight: Farmer's Delight 1.20.1-2.4.0+refabricated
|
291 | mm: Manningham Mills 2.3
|
292 | porting_lib_accessors: Porting Lib Accessors 2.3.8+1.20.1
|
293 | porting_lib_base: Porting Lib Base 2.3.8+1.20.1
|
294 | porting_lib_attributes: Porting Lib Attributes 2.3.8+1.20.1
|
295 | porting_lib_common: Porting Lib Common 2.3.8+1.20.1
|
296 | porting_lib_entity: Porting Lib Entity 2.3.8+1.20.1
|
297 | porting_lib_extensions: Porting Lib Extensions 2.3.8+1.20.1
|
298 | porting_lib_fluids: Porting Lib Fluids 2.3.8+1.20.1
|
299 | porting_lib_gui_utils: Porting Lib Gui Utils 2.3.8+1.20.1
|
300 | porting_lib_mixin_extensions: Porting Lib Mixin Extensions 2.3.8+1.20.1
|
301 | porting_lib_transfer: Porting Lib Transfer 2.3.8+1.20.1
|
302 | porting_lib_utility: Porting Lib Utility 2.3.8+1.20.1
|
303 | reach-entity-attributes: Reach Entity Attributes 2.4.0
|
304 | porting_lib_config: Porting Lib Config 2.3.8+1.20.1
|
305 | com_electronwill_night-config_core: core 3.6.6
|
306 | com_electronwill_night-config_toml: toml 3.6.6
|
307 | porting_lib_lazy_registration: Porting Lib Lazy Register 2.3.8+1.20.1
|
308 | porting_lib_loot: Porting Lib Loot 2.3.8+1.20.1
|
309 | porting_lib_networking: Porting Lib Networking 2.3.8+1.20.1
|
310 | porting_lib_recipe_book_categories: Porting Lib Recipe Book Categories 2.3.8+1.20.1
|
311 | porting_lib_tags: Porting Lib Tags 3.0
|
312 | porting_lib_tool_actions: Porting Lib Tool Actions 2.3.8+1.20.1
|
313 | porting_lib_core: Porting Lib Core 2.3.8+1.20.1
|
314 | fastquit: FastQuit 3.0.0+1.20+
|
315 | ferritecore: FerriteCore 6.0.1
|
316 | forgeconfigapiport: Forge Config API Port 8.0.2
|
317 | geckolib: GeckoLib 4 4.7.4
|
318 | com_eliotlash_mclib_mclib: mclib 20
|
319 | geophilic: Geophilic 3.4.3
|
320 | horse_whistle: Horse Whistle: Reloaded 1.0.0-S.V-1.20.1
|
321 | horseexpert: Horse Expert 8.1.1
|
322 | horseshoes: Horseshoes 1.0.3
|
323 | horsestonks: Horse Stonks 1.0.1
|
324 | immediatelyfast: ImmediatelyFast 1.5.2+1.20.4
|
325 | net_lenni0451_reflect: Reflect 1.3.4
|
326 | immersive_aircraft: Immersive Aircraft 1.4.0+1.20.1
|
327 | org_mariuszgromada_math_mathparser_org-mxparser: MathParser.org-mXparser 5.2.1
|
328 | indium: Indium 1.0.36+mc1.20.1
|
329 | iris: Iris 1.7.6+mc1.20.1
|
330 | io_github_douira_glsl-transformer: glsl-transformer 2.0.1
|
331 | org_anarres_jcpp: jcpp 1.4.14
|
332 | org_antlr_antlr4-runtime: antlr4-runtime 4.13.1
|
333 | jade: Jade 11.13.1+fabric
|
334 | jamlib: JamLib 1.3.5+1.20.1
|
335 | java: OpenJDK 64-Bit Server VM 17
|
336 | jupiter: Jupiter 2.2.2
|
337 | lambdynlights: LambDynamicLights 4.4.0+1.20.1
|
338 | lambdynlights_api: LambDynamicLights (API) 4.4.0+1.20.1
|
339 | yumi_commons_collections: Yumi Commons: Collections 1.0.0-beta.4
|
340 | yumi_commons_core: Yumi Commons: Core 1.0.0-beta.4
|
341 | yumi_commons_event: Yumi Commons: Event 1.0.0-beta.4
|
342 | pride: Pride Lib 1.2.0+1.19.4
|
343 | spruceui: SpruceUI 6.2.1+1.20
|
344 | lazydfu: LazyDFU 0.1.3
|
345 | leavesbegone: Leaves Be Gone 8.0.0
|
346 | libipn: libIPN 4.0.2
|
347 | lithium: Lithium 0.11.3
|
348 | lithostitched: Lithostitched 1.4.11
|
349 | lootr: Lootr **.**.**.**
|
350 | midnightlib: MidnightLib 1.4.1
|
351 | minecraft: Minecraft 1.20.1
|
352 | modernfix: ModernFix 5.24.4+mc1.20.1
|
353 | modmenu: Mod Menu 7.2.2
|
354 | monolib: MonoLib 2.1.0
|
355 | moonlight: Moonlight 1.20-2.16.12
|
356 | moreculling: More Culling 1.20.4-0.24.0
|
357 | conditional-mixin: conditional mixin 0.3.2
|
358 | mixinsquared: MixinSquared 0.1.1
|
359 | mr_dungeons_andtaverns: Dungeons and Taverns 3.0.3.f
|
360 | naturalist: Naturalist 5.0pre3
|
361 | nochatreports: No Chat Reports 1.20.1-v2.2.2
|
362 | owo: oωo 0.11.2+1.20
|
363 | petowner: Pet Owner 1.8.5-1.19.4+
|
364 | puzzleslib: Puzzles Lib 8.1.33
|
365 | puzzlesaccessapi: Puzzles Access Api 20.1.1
|
366 | resourcefullib: Resourceful Lib 2.1.29
|
367 | com_teamresourceful_bytecodecs: bytecodecs 1.0.2
|
368 | com_teamresourceful_yabn: yabn 1.0.3
|
369 | rightclickharvest: Right Click Harvest 4.5.3+1.20.1
|
370 | roughlyenoughitems: Roughly Enough Items 12.1.785
|
371 | error_notifier: Error Notifier 1.0.9
|
372 | searchables: Searchables 1.0.3
|
373 | seasons: Fabric Seasons 2.4.2-BETA+1.20
|
374 | shinyhorses: Shiny Horses 1.0.0
|
375 | skeletonhorsespawn: Skeleton Horse Spawn 4.1
|
376 | smallhorsestable: SmallHorseStable 1.1.0
|
377 | smallships: Small Ships 2.0.0-b1.4
|
378 | sodium: Sodium 0.5.13+mc1.20.1
|
379 | sophisticatedbackpacks: Sophisticated Backpacks 1.20.1-3.**.**.**.**
|
380 | sophisticatedcore: Sophisticated Core 1.20.1-1.**.**.**.**
|
381 | porting_lib_model_loader: Porting Lib Model Loader 2.3.2+1.20.1
|
382 | team_reborn_energy: Energy 3.0.0
|
383 | sound_physics_remastered: Sound Physics Remastered 1.20.1-1.5.0
|
384 | starlight: Starlight 1.1.2+fabric.dbc156f
|
385 | swimming-horses: Swimming Horses 1.0.0
|
386 | threadtweak: ThreadTweak 1.20.2-0.1.1
|
387 | treechop: HT's TreeChop 0.19.0
|
388 | trinkets: Trinkets 3.7.2
|
389 | twoplayersonehorse: TwoPlayersOneHorse 1.0.3
|
390 | undertale_death_screen: Undertale Death Screen 1.2.2
|
391 | vmp: Very Many Players 0.2.0+beta.7.102
|
392 | voicechat: Simple Voice Chat 1.20.1-2.6.4
|
393 | voicechat_api: Simple Voice Chat API 2.6.0
|
394 | watut: What Are They Up To 1.20.1-1.2.3
|
395 | xaerominimap: Xaero's Minimap 25.2.10
|
396 | xaeroworldmap: Xaero's World Map 1.39.12
|
397 | yet_another_config_lib_v3: YetAnotherConfigLib 3.6.6+1.20.1-fabric
|
398 | com_twelvemonkeys_common_common-image: common-image 3.12.0
|
399 | com_twelvemonkeys_common_common-io: common-io 3.12.0
|
400 | com_twelvemonkeys_common_common-lang: common-lang 3.12.0
|
401 | com_twelvemonkeys_imageio_imageio-core: imageio-core 3.12.0
|
402 | com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.12.0
|
403 | com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.12.0
|
404 | org_quiltmc_parsers_gson: gson 0.2.1
|
405 | org_quiltmc_parsers_json: json 0.2.1
|
406 | zombiehorsespawn: Zombie Horse Spawn 5.2
|
407 | Loaded Shaderpack: BSL_v10.0.zip
|
408 | Profile: HIGH (+3 options changed by user)
|
409 | Launched Version: 1.20.1
|
410 | Backend library: LWJGL version 3.3.1 SNAPSHOT
|
411 | Backend API: NVIDIA GeForce RTX 3050 Ti Laptop GPU/PCIe/SSE2 GL version 3.2.0 NVIDIA 577.03, NVIDIA Corporation
|
412 | Window size: 854x480
|
413 | GL Caps: Using framebuffer using OpenGL 3.2
|
414 | GL debug messages:
|
415 | Using VBOs: Yes
|
416 | Is Modded: Definitely; Client brand changed to 'fabric'
|
417 | Type: Client (map_client.txt)
|
418 | Graphics mode: fancy
|
419 | Resource Packs: vanilla, fabric, seasons:seasonal_lush_caves, Moonlight Mods Dynamic Assets, file/FreshAnimations_v1.10.1.zip, continuity:default, continuity:glass_pane_culling_fix
|
420 | Current Language: en_us
|
421 | CPU: 16x AMD Ryzen 7 6800H with Radeon Graphics
|
422 |
|