· last year · Jul 30, 2024, 10:25 PM
1---- Minecraft Crash Report ----
2// You're mean.
3
4Time: 2024-07-31 00:03:42
5Description: mouseClicked event handler
6
7java.lang.ClassCastException: class io.github.mattidragon.advancednetworking.graph.node.item.info.ItemCapacityNode cannot be cast to class io.github.mattidragon.advancednetworking.graph.node.base.CountNode (io.github.mattidragon.advancednetworking.graph.node.item.info.ItemCapacityNode and io.github.mattidragon.advancednetworking.graph.node.base.CountNode are in unnamed module of loader net.fabricmc.loader.impl.launch.knot.KnotClassLoader @675d3402)
8 at io.github.mattidragon.nodeflow.client.ui.NodeConfigScreenRegistry.createScreen(NodeConfigScreenRegistry.java:39)
9 at io.github.mattidragon.nodeflow.client.ui.widget.NodeWidget.method_25348(NodeWidget.java:123)
10 at net.minecraft.class_339.method_25402(class_339.java:141)
11 at net.minecraft.class_4069.method_25402(class_4069.java:38)
12 at io.github.mattidragon.nodeflow.client.ui.widget.ZoomableAreaWidget.method_25402(ZoomableAreaWidget.java:119)
13 at io.github.mattidragon.nodeflow.client.ui.widget.EditorAreaWidget.method_25402(EditorAreaWidget.java:196)
14 at net.minecraft.class_4069.method_25402(class_4069.java:38)
15 at net.minecraft.class_312.method_1611(class_312.java:107)
16 at net.minecraft.class_437.method_25412(class_437.java:431)
17 at net.minecraft.class_312.method_1601(class_312.java:107)
18 at net.minecraft.class_312.method_22686(class_312.java:196)
19 at net.minecraft.class_1255.execute(class_1255.java:108)
20 at net.minecraft.class_312.method_22684(class_312.java:196)
21 at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
22 at org.lwjgl.system.JNI.invokeV(Native Method)
23 at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3438)
24 at com.mojang.blaze3d.systems.RenderSystem.pollEvents(RenderSystem.java:150)
25 at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:161)
26 at net.minecraft.class_1041.method_15998(class_1041.java:303)
27 at net.minecraft.class_310.method_1523(class_310.java:1307)
28 at net.minecraft.class_310.method_1514(class_310.java:882)
29 at net.minecraft.client.main.Main.main(Main.java:256)
30 at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
31 at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
32 at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
33
34
35A detailed walkthrough of the error, its code path and all known details is as follows:
36---------------------------------------------------------------------------------------
37
38-- Head --
39Thread: Render thread
40Stacktrace:
41 at io.github.mattidragon.nodeflow.client.ui.NodeConfigScreenRegistry.createScreen(NodeConfigScreenRegistry.java:39)
42 at io.github.mattidragon.nodeflow.client.ui.widget.NodeWidget.method_25348(NodeWidget.java:123)
43 at net.minecraft.class_339.method_25402(class_339.java:141)
44 at net.minecraft.class_4069.method_25402(class_4069.java:38)
45 at io.github.mattidragon.nodeflow.client.ui.widget.ZoomableAreaWidget.method_25402(ZoomableAreaWidget.java:119)
46 at io.github.mattidragon.nodeflow.client.ui.widget.EditorAreaWidget.method_25402(EditorAreaWidget.java:196)
47 at net.minecraft.class_4069.method_25402(class_4069.java:38)
48 at net.minecraft.class_312.method_1611(class_312.java:107)
49 at net.minecraft.class_437.method_25412(class_437.java:431)
50 at net.minecraft.class_312.method_1601(class_312.java:107)
51 at net.minecraft.class_312.method_22686(class_312.java:196)
52 at net.minecraft.class_1255.execute(class_1255.java:108)
53 at net.minecraft.class_312.method_22684(class_312.java:196)
54 at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
55 at org.lwjgl.system.JNI.invokeV(Native Method)
56 at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3438)
57 at com.mojang.blaze3d.systems.RenderSystem.pollEvents(RenderSystem.java:150)
58 at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:161)
59
60-- Affected screen --
61Details:
62 Screen name: io.github.mattidragon.advancednetworking.client.screen.ControllerScreen
63Stacktrace:
64 at net.minecraft.class_437.method_25412(class_437.java:431)
65 at net.minecraft.class_312.method_1601(class_312.java:107)
66 at net.minecraft.class_312.method_22686(class_312.java:196)
67 at net.minecraft.class_1255.execute(class_1255.java:108)
68 at net.minecraft.class_312.method_22684(class_312.java:196)
69 at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
70 at org.lwjgl.system.JNI.invokeV(Native Method)
71 at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3438)
72 at com.mojang.blaze3d.systems.RenderSystem.pollEvents(RenderSystem.java:150)
73 at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:161)
74 at net.minecraft.class_1041.method_15998(class_1041.java:303)
75 at net.minecraft.class_310.method_1523(class_310.java:1307)
76 at net.minecraft.class_310.method_1514(class_310.java:882)
77 at net.minecraft.client.main.Main.main(Main.java:256)
78 at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
79 at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
80 at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
81
82-- Uptime --
83Details:
84 JVM uptime: 47609.748s
85 Wall uptime: 47600.434s
86 High-res time: 47595.833s
87 Client ticks: 951729 ticks / 47586.450s
88Stacktrace:
89 at net.minecraft.class_310.method_1587(class_310.java:2501)
90 at net.minecraft.class_310.method_54580(class_310.java:949)
91 at net.minecraft.class_310.method_1514(class_310.java:902)
92 at net.minecraft.client.main.Main.main(Main.java:256)
93 at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
94 at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
95 at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
96
97-- Affected level --
98Details:
99 All players: 1 total; [class_746['Konitor'/429133, l='ClientLevel', x=75.88, y=220.00, z=-183.38]]
100 Chunk stats: 729, 453
101 Level dimension: minecraft:overworld
102 Level spawn location: World: (0,71,0), Section: (at 0,7,0 in 0,4,0; chunk contains blocks 0,-64,0 to 15,511,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,511,511)
103 Level time: 19636213 game time, 19979552 day time
104 Server brand: fabric
105 Server type: Non-integrated multiplayer server
106 Tracked entity count: 179
107
108-- Last reload --
109Details:
110 Reload number: 1
111 Reload reason: initial
112 Finished: Yes
113 Packs: vanilla, fabric, adorabuild_structures, advanced_networking, allthetrims, auto-workstations, balm-fabric, basic-storage, betterclouds, bfr, camerapture, cardinal-components-base, cardinal-components-block, cardinal-components-entity, chunkloaders, clearvoid, cloth-config, codextra, commandkeys, common_events, compact_storage, computercraft, config_toolkit, disenchanter, dokokashira_door, ducky-updater-lib, easyrename, elevatorid, energizedpower, expanded_bow_enchanting, expandedstorage, explorerscompass, extended_drawers, 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, factorytools, forgeconfigapiport, formations, glideaway, graphlib, gravelminer, gravestones, growable_ores, guardvillagers, hangglider, ikwid, impropers3dminimap, itemcollectors, jade, jei, journeymap, justhammers, kogtyv-tav, lightweight-inventory-sorting, lighty, loadmychunks, midnightlib, modernfix, modmenu, modonomicon, mostructures, movingelevators, mr_dungeons_andtaverns, mvs, naturescompass, nicer-skies, nodeflow, not_interested, novaultlimit, obsidianequipment, owo, packedup, paginatedadvancements, playerplates, pneumonocore, polymer-core, polymer-resource-pack, polymorph, potionring, repurposed_structures, reputation, romod, scribble, sereneseasons, shared-resources-api, simplemagnets, slime, smallships, sticky-fingers, supermartijn642corelib, taxfreelevels, team_reborn_energy, toms_storage, totw_modded, tputils, trade_cycling, trashcans, travelersbackpack, travelerscompass, trinkets, twisb-enchanting, unseaworthy, usefulslime, veindigging, waystones, wits, yacg, yet_another_config_lib_v3, $polymer-resources, file/railgun's_redstone_pack_1.1.4+1.21.zip, file/Beautiful_Enchanted_Books_2.0.0.zip
114
115-- System Details --
116Details:
117 Minecraft Version: 1.21
118 Minecraft Version ID: 1.21
119 Operating System: Windows 11 (amd64) version 10.0
120 Java Version: 21.0.3, Azul Systems, Inc.
121 Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Azul Systems, Inc.
122 Memory: 424810024 bytes (405 MiB) / 1740636160 bytes (1660 MiB) up to 8589934592 bytes (8192 MiB)
123 CPUs: 24
124 Processor Vendor: GenuineIntel
125 Processor Name: 13th Gen Intel(R) Core(TM) i7-13700K
126 Identifier: Intel64 Family 6 Model 183 Stepping 1
127 Microarchitecture: Raptor Lake
128 Frequency (GHz): 3.42
129 Number of physical packages: 1
130 Number of physical CPUs: 16
131 Number of logical CPUs: 24
132 Graphics card #0 name: Intel(R) UHD Graphics 770
133 Graphics card #0 vendor: Intel Corporation
134 Graphics card #0 VRAM (MiB): 1024.00
135 Graphics card #0 deviceId: VideoController1
136 Graphics card #0 versionInfo: 31.0.101.4577
137 Graphics card #1 name: Microsoft Basic Display Adapter
138 Graphics card #1 vendor: Microsoft
139 Graphics card #1 VRAM (MiB): 0.00
140 Graphics card #1 deviceId: VideoController2
141 Graphics card #1 versionInfo: 10.0.22621.1
142 Graphics card #2 name: NVIDIA GeForce RTX 3060
143 Graphics card #2 vendor: NVIDIA
144 Graphics card #2 VRAM (MiB): 12288.00
145 Graphics card #2 deviceId: VideoController3
146 Graphics card #2 versionInfo: 31.0.15.5244
147 Memory slot #0 capacity (MiB): 32768.00
148 Memory slot #0 clockSpeed (GHz): 4.80
149 Memory slot #0 type: Unknown
150 Memory slot #1 capacity (MiB): 32768.00
151 Memory slot #1 clockSpeed (GHz): 4.80
152 Memory slot #1 type: Unknown
153 Virtual memory max (MiB): 130836.83
154 Virtual memory used (MiB): 34286.14
155 Swap memory total (MiB): 65536.00
156 Swap memory used (MiB): 86.90
157 Space in storage for jna.tmpdir (MiB): available: 2199686.50, total: 3815445.75
158 Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): available: 2199686.50, total: 3815445.75
159 Space in storage for io.netty.native.workdir (MiB): available: 2199686.50, total: 3815445.75
160 Space in storage for java.io.tmpdir (MiB): available: 2199686.50, total: 3815445.75
161 Space in storage for workdir (MiB): available: 2199686.50, total: 3815445.75
162 JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8192M
163 Fabric Mods:
164 adorabuild_structures: AdoraBuild: Structures 2.7.0
165 advanced_networking: Advanced Networking 4.0.0+mc.1.21
166 config_toolkit: ConfigToolkit 1.1.1
167 io_determann_shadow-api-17: shadow-api-17 0.2.0
168 net_fabricmc_javapoet: javapoet 0.1.0
169 graphlib: Graph Lib 2.0.0+1.21
170 codextra: Codextra 2.0.0+1.21
171 common_events: Common Events 1.0.0+1.21
172 nodeflow: Nodeflow 2.0.0+mc.1.21
173 team_reborn_energy: Energy 4.1.0
174 yet_another_config_lib_v3: YetAnotherConfigLib 3.5.0+1.21-fabric
175 com_twelvemonkeys_common_common-image: common-image 3.10.0
176 com_twelvemonkeys_common_common-io: common-io 3.10.0
177 com_twelvemonkeys_common_common-lang: common-lang 3.10.0
178 com_twelvemonkeys_imageio_imageio-core: imageio-core 3.10.0
179 com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.10.0
180 com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.10.0
181 org_quiltmc_parsers_gson: gson 0.2.1
182 org_quiltmc_parsers_json: json 0.2.1
183 allthetrims: AllTheTrims 4.0.1
184 alwaysawitherskull: Always a Wither Skull 3.5
185 anvilrestoration: Anvil Restoration 2.3
186 architectury: Architectury 13.0.6
187 auto-workstations: Auto Workstations 1.0-rc.25
188 autolec: Auto Lectern 1.0.15
189 automaticdoors: Automatic Doors 4.8
190 balm-fabric: Balm 21.0.14
191 kuma_api: KumaAPI 21.0.4
192 basic-storage: Basic Storage 1.0.1+1.21
193 betterclouds: Better Clouds 1.7.1+1.21
194 bfr: BetterFireResistance 1.2.1
195 midnightlib: MidnightLib 1.5.7
196 bundle_recipe: Bundle Recipe v1.0.3
197 camerapture: Camerapture 1.6.0
198 io_github_darkxanter_webp-imageio: webp-imageio 0.3.2
199 chunkloaders: Chunk Loaders 1.2.8
200 clearvoid: Clear Void 1.3.0
201 cloth-config: Cloth Config v15 15.0.128
202 cloth-basic-math: cloth-basic-math 0.6.1
203 collective: Collective 7.79
204 commandkeys: CommandKeys 2.1.0-beta.1
205 commonnetworking: Common Network 1.0.11-1.21
206 compact_storage: CompactStorage 8.0.74
207 computercraft: CC: Tweaked 1.111.1
208 cc_tweaked_cobalt: cobalt 0.9.3
209 com_jcraft_jzlib: jzlib 1.1.3
210 io_netty_netty-codec-http: netty-codec-http 4.1.97
211 io_netty_netty-codec-socks: netty-codec-socks 4.1.97
212 io_netty_netty-handler-proxy: netty-handler-proxy 4.1.97
213 disenchanter: Disenchanter 0.1.10+1.21
214 dokokashira_door: Dokokashira Door 1.0.2
215 easyrename: Easy Rename 0.4.1+1.21
216 elevatorid: ElevatorMod 1.21-1.11.1
217 energizedpower: Energized Power 1.21-2.12.1-fabric
218 expanded_bow_enchanting: Expanded Bow Enchanting 1.1.0
219 expandedstorage: Expanded Storage 14.0.2
220 explorerscompass: Explorer's Compass 1.21-2.2.5-fabric
221 extended_drawers: Extended Drawers 3.0.2+mc.1.21
222 fabric-api: Fabric API 0.100.7+1.21
223 fabric-api-base: Fabric API Base 0.4.42+6573ed8cd1
224 fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.67+b5597344d1
225 fabric-biome-api-v1: Fabric Biome API (v1) 13.0.29+5bd9f1bcd1
226 fabric-block-api-v1: Fabric Block API (v1) 1.0.22+0af3f5a7d1
227 fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.10+6573ed8cd1
228 fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.52+0af3f5a7d1
229 fabric-client-tags-api-v1: Fabric Client Tags 1.1.15+6573ed8cd1
230 fabric-command-api-v1: Fabric Command API (v1) 1.2.49+f71b366fd1
231 fabric-command-api-v2: Fabric Command API (v2) 2.2.28+6ced4dd9d1
232 fabric-commands-v0: Fabric Commands (v0) 0.2.66+df3654b3d1
233 fabric-content-registries-v0: Fabric Content Registries (v0) 8.0.15+b5597344d1
234 fabric-convention-tags-v1: Fabric Convention Tags 2.0.18+7f945d5bd1
235 fabric-convention-tags-v2: Fabric Convention Tags (v2) 2.4.2+c111832ad1
236 fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.29+0af3f5a7d1
237 fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.1.25+6a6dfa19d1
238 fabric-data-generation-api-v1: Fabric Data Generation API (v1) 20.2.12+16c4ae25d1
239 fabric-dimensions-v1: Fabric Dimensions API (v1) 4.0.0+6fc22b99d1
240 fabric-entity-events-v1: Fabric Entity Events (v1) 1.6.12+6fc22b99d1
241 fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.7.10+e633f883d1
242 fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.53+6ced4dd9d1
243 fabric-item-api-v1: Fabric Item API (v1) 11.0.0+afdfc921d1
244 fabric-item-group-api-v1: Fabric Item Group API (v1) 4.1.3+78017270d1
245 fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.47+0af3f5a7d1
246 fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.45+df3654b3d1
247 fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.3.11+8f3583aed1
248 fabric-loot-api-v2: Fabric Loot API (v2) 3.0.13+3f89f5a5d1
249 fabric-loot-api-v3: Fabric Loot API (v3) 1.0.1+3f89f5a5d1
250 fabric-message-api-v1: Fabric Message API (v1) 6.0.13+6573ed8cd1
251 fabric-model-loading-api-v1: Fabric Model Loading API (v1) 2.0.0+fe474d6bd1
252 fabric-networking-api-v1: Fabric Networking API (v1) 4.2.0+ab7edbacd1
253 fabric-object-builder-api-v1: Fabric Object Builder API (v1) 15.1.13+d1321076d1
254 fabric-particles-v1: Fabric Particles (v1) 4.0.2+6573ed8cd1
255 fabric-recipe-api-v1: Fabric Recipe API (v1) 5.0.10+65089712d1
256 fabric-registry-sync-v0: Fabric Registry Sync (v0) 5.0.25+5bd9f1bcd1
257 fabric-renderer-api-v1: Fabric Renderer API (v1) 3.3.0+0ae0b97dd1
258 fabric-renderer-indigo: Fabric Renderer - Indigo 1.6.5+48fb1586d1
259 fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.68+df3654b3d1
260 fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.48+73761d2ed1
261 fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.1.6+b5597344d1
262 fabric-rendering-v0: Fabric Rendering (v0) 1.1.71+df3654b3d1
263 fabric-rendering-v1: Fabric Rendering (v1) 5.0.5+df16efd0d1
264 fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 4.2.1+d153f344d1
265 fabric-resource-loader-v0: Fabric Resource Loader (v0) 1.2.0+7e687b32d1
266 fabric-screen-api-v1: Fabric Screen API (v1) 2.0.24+b5597344d1
267 fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.82+b5597344d1
268 fabric-sound-api-v1: Fabric Sound API (v1) 1.0.23+6573ed8cd1
269 fabric-transfer-api-v1: Fabric Transfer API (v1) 5.1.15+3dccd343d1
270 fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 6.0.12+6573ed8cd1
271 fabric-language-kotlin: Fabric Language Kotlin 1.11.0+kotlin.2.0.0
272 org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 2.0.0
273 org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 2.0.0
274 org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 2.0.0
275 org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 2.0.0
276 org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.24.0
277 org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.8.1
278 org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.8.1
279 org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.6.0
280 org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.6.3
281 org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.6.3
282 org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.6.3
283 fabricloader: Fabric Loader 0.16.0
284 mixinextras: MixinExtras 0.4.0
285 fixedanvilrepaircost: Fixed Anvil Repair Cost 3.4
286 forgeconfigapiport: Forge Config API Port 21.0.6
287 com_electronwill_night-config_core: core 3.8.0
288 com_electronwill_night-config_toml: toml 3.8.0
289 formations: Formations 1.0.2
290 formationsoverworld: Formations Overworld 1.0.4
291 gd_betterloot: GD BetterLoot 1.0b3
292 glideaway: Glide Away! 1.2.1+1.21
293 common-protection-api: Common Protection API 1.0.0
294 factorytools: FactoryTools 0.3.0+1.21
295 glitchcore: GlitchCore 2.0.0.2
296 net_jodah_typetools: typetools 0.6.3
297 gravelminer: Gravel Miner 21.0.1
298 gravestones: Gravestones 1.0.9
299 growable_ores: Skniro's GrowableOres 2.4.0-1.21-Fabric
300 guardvillagers: GuardVillagers 2.1.2-1.21
301 hangglider: Hang Glider 21.0.0
302 healingcampfire: Healing Campfire 6.1
303 ikwid: I Know What I'm Doing 1.0-SNAPSHOT
304 impropers3dminimap: Impropers3DMinimap 1.21-0.0.4
305 infinite_bundle: Infinite Storage Bundle 4
306 itemcollectors: Item Collectors 1.1.10
307 jade: Jade 15.1.5+fabric
308 java: OpenJDK 64-Bit Server VM 21
309 jei: Just Enough Items 19.5.2.66
310 journeymap: Journeymap 1.21-6.0.0-beta.18
311 ar_com_hjg_pngj: pngj 2.1.0
312 journeymap-api-fabric: JourneyMap API 2.0.0-1.21-SNAPSHOT
313 justhammers: Just Hammers 21.0.2
314 kogtyv-tav: kogtyv-TAV 1.3.1
315 lightweight-inventory-sorting: Lightweight Inventory Sorting 1.1.1+1.21
316 lighty: Lighty 3.0.0-beta.3
317 loadmychunks: Load My Chunks 1.0.6-hf2
318 minecraft: Minecraft 1.21
319 mineralchance: Mineral Chance 3.7
320 modernfix: ModernFix 5.19.0+mc1.21
321 modmenu: Mod Menu 11.0.1
322 placeholder-api: Placeholder API 2.4.0-pre.2+1.21
323 modonomicon: Modonomicon 1.96.1
324 fiber: fiber 0.23.0-2
325 org_commonmark_commonmark: commonmark 0.22.0
326 org_commonmark_commonmark-ext-gfm-strikethrough: commonmark-ext-gfm-strikethrough 0.22.0
327 org_commonmark_commonmark-ext-ins: commonmark-ext-ins 0.22.0
328 mostructures: Mo' Structures 1.5.0+1.21
329 omegaconfig: Omega Config Architectury 1.5.1
330 movingelevators: Moving Elevators 1.4.7
331 mr_catenary: Catenary 1.3
332 mr_dungeons_andtaverns: Dungeons and Taverns 1-v4.3
333 mr_neoenchant: Neo Enchant+ 5.6.0
334 mr_thepa_structures: Patriot Structures 1.0
335 mvs: Moog's Voyager Structures 4.1.3-1.21-fabric
336 naturescompass: Nature's Compass 1.21-2.2.6-fabric
337 nerb: Not Enough Recipe Book 0.4
338 nicer-skies: Nicer Skies 1.4.0+1.21
339 nohostilesaroundcampfire: No Hostiles Around Campfire 7.1
340 not_interested: Not interested! 1.0.0
341 novaultlimit: novaultlimit r1.1.0-1.21
342 obsidianequipment: Obsidian Equipment 1.0.2
343 overpoweredmending: OverpoweredMending 1.21.0.1
344 owo: oωo 0.12.10+1.21
345 blue_endless_jankson: jankson 1.2.2
346 io_wispforest_endec: endec 0.1.0
347 io_wispforest_endec_gson: gson 0.1.0
348 io_wispforest_endec_jankson: jankson 0.1.0
349 io_wispforest_endec_netty: netty 0.1.0
350 packedup: Packed Up 1.0.30+c
351 paginatedadvancements: Paginated Advancements 2.4.2
352 passiveshield: Passive Shield 3.6
353 playerplates: Player Plates 21.0.3+mc1.21
354 pneumonocore: PneumonoCore 1.1.6
355 polymer-bundled: Polymer 0.9.7+1.21
356 polymer-blocks: Polymer (Textured Blocks) 0.9.7+1.21
357 polymer-common: Polymer (Common) 0.9.7+1.21
358 packet_tweaker: Packet Tweaker 0.5.5+1.21
359 polymer-core: Polymer (Core) 0.9.7+1.21
360 polymer-networking: Polymer (Networking) 0.9.7+1.21
361 polymer-registry-sync-manipulator: Polymer (Registry Sync Manipulator) 0.9.7+1.21
362 polymer-resource-pack: Polymer (Resource Pack) 0.9.7+1.21
363 polymer-virtual-entity: Polymer (Virtual Entity) 0.9.7+1.21
364 polymorph: Polymorph 1.0.4+1.21
365 cardinal-components-base: Cardinal Components API (base) 6.1.0
366 cardinal-components-block: Cardinal Components API (blocks) 6.1.0
367 cardinal-components-entity: Cardinal Components API (entities) 6.1.0
368 potionring: Potion Ring - REFORGED 1.21-1.0
369 puzzleslib: Puzzles Lib 21.0.18
370 replantingcrops: Replanting Crops 5.4
371 repurposed_structures: Repurposed Structures 7.5.4+1.21-fabric
372 reputation: Your Reputation 0.2.6+jade.1.21
373 romod: Fabric Reinforced Obsidian 1.21-1.2.9
374 screenshot_organisation: Screenshot Organisation 1.8
375 shared-resources-api: Shared Resources API 1.8.0
376 scribble: Scribble 1.2.0
377 sereneseasons: SereneSeasons 10.0.0.2
378 simplemagnets: Simple Magnets 1.1.11+a
379 slime: Slime 1.21.1
380 smallships: Small Ships 2.0.0-b1.4
381 stackrefill: Stack Refill 4.5
382 sticky-fingers: Sticky Fingers 0.3.0
383 super_simple_home: SuperSimpleHome 1.2.4
384 supermartijn642configlib: SuperMartijn642's Config Lib 1.1.8
385 supermartijn642corelib: SuperMartijn642's Core Lib 1.1.17
386 taxfreelevels: Tax Free Levels 1.3.12
387 toms_storage: Tom's Simple Storage Mod 2.0.8
388 totw_modded: Towers of the Wild Modded fabric-1.21-1.0.5
389 tputils: TP Utils 1.9.16
390 trade_cycling: Trade Cycling 1.21-1.0.13
391 trashcans: Trash Cans 1.0.18
392 travelersbackpack: Traveler's Backpack fabric-1.21-10.0.4
393 travelerscompass: Traveler's Compass 3.0.4
394 treeharvester: Tree Harvester 9.0
395 trinkets: Trinkets 3.10.0
396 twisb-enchanting: TWISB-enchanting 1.0.0
397 unseaworthy: Unseaworthy 1.1.2+1.21
398 usefulrottenflash: Useful Rotten Flash 1.0.1-1.21
399 usefulslime: UsefulSlime 1.10.1
400 veindigging: VeinDigging 1.0.2+1.21
401 villagerdeathmessages: Villager Death Messages 3.5
402 waystones: Waystones 21.0.8
403 wits: WITS 1.3.0+1.21-fabric
404 wooltweaks: Wool Tweaks 3.7
405 yacg: Yet Another Cobblestone Generator 2024.6.2
406 ducky-updater-lib: Ducky Updater Lib 2023.10.1
407 modmenu-badges-lib: ModMenu Badges Lib 2023.6.1
408 Launched Version: 1.21
409 Launcher name: theseus
410 Backend library: LWJGL version 3.3.3-snapshot
411 Backend API: NVIDIA GeForce RTX 3060/PCIe/SSE2 GL version 3.2.0 NVIDIA 552.44, NVIDIA Corporation
412 Window size: 1920x1000
413 GFLW Platform: win32
414 GL Caps: Using framebuffer using OpenGL 3.2
415 GL debug messages:
416 Is Modded: Definitely; Client brand changed to 'fabric'
417 Universe: 400921fb54442d18
418 Type: Client (map_client.txt)
419 Graphics mode: fancy
420 Render Distance: 10/12 chunks
421 Resource Packs: vanilla, fabric, adorabuild_structures (incompatible), advanced_networking, allthetrims (incompatible), auto-workstations, balm-fabric (incompatible), basic-storage, betterclouds, bfr (incompatible), camerapture, cardinal-components-base, cardinal-components-block, cardinal-components-entity, chunkloaders, clearvoid, cloth-config, codextra, commandkeys (incompatible), common_events (incompatible), compact_storage, computercraft (incompatible), config_toolkit, disenchanter, dokokashira_door, ducky-updater-lib, easyrename, elevatorid, energizedpower (incompatible), expanded_bow_enchanting, expandedstorage, explorerscompass, extended_drawers, 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, factorytools, forgeconfigapiport, formations, glideaway, graphlib (incompatible), gravelminer (incompatible), gravestones, growable_ores, guardvillagers, hangglider, ikwid, impropers3dminimap, itemcollectors, jade (incompatible), jei (incompatible), journeymap, justhammers, kogtyv-tav, lightweight-inventory-sorting, lighty, loadmychunks (incompatible), midnightlib, modernfix (incompatible), modmenu, modonomicon, mostructures, movingelevators, mr_dungeons_andtaverns (incompatible), mvs (incompatible), naturescompass, nicer-skies, nodeflow, not_interested, novaultlimit, obsidianequipment, owo, packedup, paginatedadvancements, playerplates, pneumonocore, polymer-core, polymer-resource-pack, polymorph (incompatible), potionring, repurposed_structures, reputation, romod, scribble, sereneseasons (incompatible), shared-resources-api, simplemagnets, slime, smallships, sticky-fingers, supermartijn642corelib, taxfreelevels, team_reborn_energy, toms_storage (incompatible), totw_modded, tputils, trade_cycling, trashcans, travelersbackpack, travelerscompass, trinkets, twisb-enchanting, unseaworthy, usefulslime (incompatible), veindigging, waystones (incompatible), wits, yacg, yet_another_config_lib_v3 (incompatible), $polymer-resources, file/railgun's_redstone_pack_1.1.4+1.21.zip, file/Beautiful_Enchanted_Books_2.0.0.zip
422 Current Language: en_us
423 Locale: de_DE
424 System encoding: Cp1252
425 File encoding: UTF-8
426 CPU: 24x 13th Gen Intel(R) Core(TM) i7-13700K