Game crashes after hover mouse into a tank with potion
BartzV opened this issue · 3 comments
Minecraft 1.21, Fabric loader 0.16.10, Traveller's Backpack 10.9.19
Step 1: Open backpack and add a potion liquid into it
Step 1.X: Game crashed
The game crashed after the addition of the potion liquid, so now, everytime I hover into the tank, the game crashes.
---- Minecraft Crash Report ----
// I bet Cylons wouldn't have this problem.
Time: 2025-04-22 20:24:04
Description: Rendering screen
java.lang.NoSuchMethodError: 'net.minecraft.class_9323 net.fabricmc.fabric.api.transfer.v1.fluid.FluidVariant.getComponentMap()'
at knot//com.tiviacz.travelersbackpack.inventory.upgrades.tanks.TankWidget.getTankTooltip(TankWidget.java:110)
at knot//com.tiviacz.travelersbackpack.inventory.upgrades.tanks.TankWidget.renderTooltip(TankWidget.java:48)
at knot//com.tiviacz.travelersbackpack.client.screens.BackpackScreen.lambda$renderTooltip$8(BackpackScreen.java:301)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1708)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
at knot//com.tiviacz.travelersbackpack.client.screens.BackpackScreen.method_2380(BackpackScreen.java:301)
at knot//com.tiviacz.travelersbackpack.client.screens.BackpackScreen.method_25394(BackpackScreen.java:290)
at knot//net.minecraft.class_437.method_47413(class_437.java:117)
at knot//net.minecraft.class_757.mixinextras$bridge$method_47413$266(class_757.java)
at knot//net.minecraft.class_757.wrapOperation$cfi000$fabric-screen-api-v1$onRenderScreen(class_757.java:5086)
at knot//net.minecraft.class_757.method_3192(class_757.java:913)
at knot//net.minecraft.class_310.method_1523(class_310.java:1285)
at knot//net.minecraft.class_310.method_1514(class_310.java:882)
at knot//net.minecraft.client.main.Main.main(Main.java:256)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:87)
at org.prismlauncher.EntryPoint.listen(EntryPoint.java:130)
at org.prismlauncher.EntryPoint.main(EntryPoint.java:70)
A detailed walkthrough of the error, its code path and all known details is as follows:
-- Head --
Thread: Render thread
Stacktrace:
at knot//com.tiviacz.travelersbackpack.inventory.upgrades.tanks.TankWidget.getTankTooltip(TankWidget.java:110)
at knot//com.tiviacz.travelersbackpack.inventory.upgrades.tanks.TankWidget.renderTooltip(TankWidget.java:48)
at knot//com.tiviacz.travelersbackpack.client.screens.BackpackScreen.lambda$renderTooltip$8(BackpackScreen.java:301)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1708)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
at knot//com.tiviacz.travelersbackpack.client.screens.BackpackScreen.method_2380(BackpackScreen.java:301)
at knot//com.tiviacz.travelersbackpack.client.screens.BackpackScreen.method_25394(BackpackScreen.java:290)
at knot//net.minecraft.class_437.method_47413(class_437.java:117)
at knot//net.minecraft.class_757.mixinextras$bridge$method_47413$266(class_757.java)
at knot//net.minecraft.class_757.wrapOperation$cfi000$fabric-screen-api-v1$onRenderScreen(class_757.java:5086)
-- Screen render details --
Details:
Screen name: com.tiviacz.travelersbackpack.client.screens.BackpackScreen
Mouse location: Scaled: (301, 121). Absolute: (603.000000, 242.000000)
Screen size: Scaled: (427, 240). Absolute: (854, 480). Scale factor of 2.000000
Stacktrace:
at knot//net.minecraft.class_757.method_3192(class_757.java:913)
at knot//net.minecraft.class_310.method_1523(class_310.java:1285)
at knot//net.minecraft.class_310.method_1514(class_310.java:882)
at knot//net.minecraft.client.main.Main.main(Main.java:256)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:87)
at org.prismlauncher.EntryPoint.listen(EntryPoint.java:130)
at org.prismlauncher.EntryPoint.main(EntryPoint.java:70)
-- Uptime --
Details:
JVM uptime: 47.530s
Wall uptime: 37.043s
High-res time: 30.806s
Client ticks: 463 ticks / 23.150s
Stacktrace:
at knot//net.minecraft.class_310.method_1587(class_310.java:2501)
at knot//net.minecraft.class_310.method_54580(class_310.java:949)
at knot//net.minecraft.class_310.method_1514(class_310.java:902)
at knot//net.minecraft.client.main.Main.main(Main.java:256)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:87)
at org.prismlauncher.EntryPoint.listen(EntryPoint.java:130)
at org.prismlauncher.EntryPoint.main(EntryPoint.java:70)
-- Affected level --
Details:
All players: 1 total; [class_746['Bartz'/7, l='ClientLevel', x=84.17, y=67.00, z=-340.00]]
Chunk stats: 18225, 609 F: 60 L: 0 U: 0 C: 0
Level dimension: minecraft:overworld
Level spawn location: World: (0,81,0), Section: (at 0,1,0 in 0,5,0; chunk contains blocks 0,-64,0 to 15,319,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
Level time: 1321974 game time, 1373996 day time
Server brand: fabric
Server type: Integrated singleplayer server
Tracked entity count: 196
-- Last reload --
Details:
Reload number: 1
Reload reason: initial
Finished: Yes
Packs: vanilla, fabric, advancementplaques, appleskin, axiom, barch-lib, betterdeserttemples, betterdungeons, betterendisland, betterf3, betterfortresses, betterjungletemples, bettermineshafts, betteroceanmonuments, betterstats, betterstrongholds, betterwitchhuts, bobby, camerautils, cardinal-components, cardinal-components-base, cardinal-components-block, cardinal-components-chunk, cardinal-components-entity, cardinal-components-item, cardinal-components-level, cardinal-components-scoreboard, cardinal-components-world, cavedust, cherishedworlds, citresewn, citresewn-defaults, clientsort, cloth-config, continuity, controlling, creativecore, disenchanting_table, distanthorizons, durabilitytooltip, dynamiccrosshair, dynamiccrosshair-api, eatinganimationid, endrem, entity_model_features, entity_texture_features, entityculling, expandedstorage, 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, fallingleaves, fancyhealthbar, farmersdelight, flow, forgeconfigapiport, glowing-torchflower, held-item-info, highlight, immediatelyfast, inventorymanagement, iris, jamlib, jei, jrftl, leahs-immersive-thunder, legendarytooltips, libbamboo, lithium, malilib, map_atlases, minihud, mm, modmenu, moonlight, moredelight, mr_better_nethermobs, mr_blooming_biosphere, musketmod, noisium, notebook, orthocamera, particlerain, placeholder-api, polytone, prism, rightclickharvest, satin, searchables, silk-all, skinlayers3d, smoothscroll, sodium, sound_physics_remastered, sounds, stackedblocks, stackedblocksfarmersdelight, status-effect-bars, taxfreelevels, tcdcommons, toggleableitemframes, travelersbackpack, twisb-enchanting, veindigging, viafabric, viaversion, wakes, yet_another_config_lib_v3, continuity:default, continuity:glass_pane_culling_fix, file/enchant icons 1.21 v1.3.zip, file/VanillaTweaks_r354814_MC1.21.x.zip, file/MoreGrassHeights1.1.zip, moonlight:mods_dynamic_assets, file/Simple Grass Flowers v1.9.4.zip, file/Spring_Flowers_(1.21).zip, file/Better+Lanterns+v1.2(mc-1.21).zip, file/§9RAY's§r 3D Rails.zip, file/§l3D§f+Ladders+v1.2(mc-1.21).zip, file/Fancy Crops v1.1.zip, file/xali's Enhanced Vanilla -1.11.2b-rev.54d51d4.zip, file/Icons v.1.11.3.zip, file/fumofumo.zip, file/3D-muskets-1.1.zip, file/Alternative Musket Sounds for Ewewukek's Musket Mod .zip, file/ewewukek's ?D WildWest.zip
-- System Details --
Details:
Minecraft Version: 1.21
Minecraft Version ID: 1.21
Operating System: Windows 10 (amd64) version 10.0
Java Version: 21.0.5, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
Memory: 1377814208 bytes (1313 MiB) / 3053453312 bytes (2912 MiB) up to 21005074432 bytes (20032 MiB)
CPUs: 12
Processor Vendor: AuthenticAMD
Processor Name: AMD Ryzen 5 5600G with Radeon Graphics
Identifier: AuthenticAMD Family 25 Model 80 Stepping 0
Microarchitecture: Zen 3
Frequency (GHz): 3.89
Number of physical packages: 1
Number of physical CPUs: 6
Number of logical CPUs: 12
Graphics card #0 name: AMD Radeon(TM) RX Vega 11 Graphics
Graphics card #0 vendor: Advanced Micro Devices, Inc.
Graphics card #0 VRAM (MiB): 2048.00
Graphics card #0 deviceId: VideoController1
Graphics card #0 versionInfo: 30.0.15021.11005
Graphics card #1 name: NVIDIA GeForce RTX 2060
Graphics card #1 vendor: NVIDIA
Graphics card #1 VRAM (MiB): 6144.00
Graphics card #1 deviceId: VideoController2
Graphics card #1 versionInfo: 31.0.15.5186
Graphics card #2 name: AMD Radeon(TM) RX Vega 11 Graphics
Graphics card #2 vendor: Advanced Micro Devices, Inc.
Graphics card #2 VRAM (MiB): 2048.00
Graphics card #2 deviceId: VideoController3
Graphics card #2 versionInfo: 30.0.15021.11005
Graphics card #3 name: NVIDIA GeForce RTX 2060
Graphics card #3 vendor: NVIDIA
Graphics card #3 VRAM (MiB): 6144.00
Graphics card #3 deviceId: VideoController4
Graphics card #3 versionInfo: 32.0.15.7242
Memory slot #0 capacity (MiB): 8192.00
Memory slot #0 clockSpeed (GHz): 2.13
Memory slot #0 type: DDR4
Memory slot #1 capacity (MiB): 8192.00
Memory slot #1 clockSpeed (GHz): 2.13
Memory slot #1 type: DDR4
Memory slot #2 capacity (MiB): 8192.00
Memory slot #2 clockSpeed (GHz): 2.13
Memory slot #2 type: DDR4
Memory slot #3 capacity (MiB): 8192.00
Memory slot #3 clockSpeed (GHz): 2.13
Memory slot #3 type: DDR4
Virtual memory max (MiB): 34704.07
Virtual memory used (MiB): 17590.45
Swap memory total (MiB): 2048.00
Swap memory used (MiB): 102.05
Space in storage for jna.tmpdir (MiB):
Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB):
Space in storage for io.netty.native.workdir (MiB):
Space in storage for java.io.tmpdir (MiB): available: 12918.38, total: 228385.00
Space in storage for workdir (MiB): available: 12918.38, total: 228385.00
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx20032m
Fabric Mods:
advancementplaques: Advancement Plaques 1.6.6
appleskin: AppleSkin 3.0.2+mc1.21
architectury: Architectury 13.0.6
axiom: Axiom 4.3.3
com_moulberry_axiomclientapi: axiomclientapi 1.0.0
com_moulberry_mixinconstraints: mixinconstraints 1.0.1
barch-lib: Barch Lib 2.0.0
betterdeserttemples: YUNG's Better Desert Temples 1.21.1-Fabric-4.1.5
betterdungeons: YUNG's Better Dungeons 1.21.1-Fabric-5.1.4
betterendisland: YUNG's Better End Island 1.21.1-Fabric-3.1.2
betterf3: BetterF3 11.0.1
betterfortresses: YUNG's Better Nether Fortresses 1.21.1-Fabric-3.1.4
betterjungletemples: YUNG's Better Jungle Temples 1.21.1-Fabric-3.1.2
bettermineshafts: YUNG's Better Mineshafts 1.21.1-Fabric-5.1.1
betteroceanmonuments: YUNG's Better Ocean Monuments 1.21.1-Fabric-4.1.2
betterstats: Better Statistics Screen 3.12.4+fabric-1.21
betterstrongholds: YUNG's Better Strongholds 1.21.1-Fabric-5.1.3
betterwitchhuts: YUNG's Better Witch Huts 1.21.1-Fabric-4.1.1
bobby: Bobby 5.2.4+mc1.21
com_typesafe_config: config 1.4.2
fabric-api-base: Fabric API Base 0.4.42+6573ed8c6a
fabric-command-api-v2: Fabric Command API (v2) 2.2.28+6ced4dd96a
io_leangen_geantyref_geantyref: geantyref 1.3.13
org_spongepowered_configurate-core: configurate-core 4.1.2
org_spongepowered_configurate-hocon: configurate-hocon 4.1.2
camerautils: Camera Utils 1.21-1.0.9
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.47+0af3f5a790
cardinal-components: Cardinal Components API 6.1.2
cardinal-components-base: Cardinal Components API (base) 6.1.2
cardinal-components-block: Cardinal Components API (blocks) 6.1.2
cardinal-components-chunk: Cardinal Components API (chunks) 6.1.2
cardinal-components-entity: Cardinal Components API (entities) 6.1.2
cardinal-components-item: Cardinal Components API (items) 6.1.2
cardinal-components-level: Cardinal Components API (world saves) 6.1.2
cardinal-components-scoreboard: Cardinal Components API (scoreboard) 6.1.2
cardinal-components-world: Cardinal Components API (worlds) 6.1.2
cavedust: Cave Dust 3.0.0
kirin: Kirin UI 1.19.0+1.21
cherishedworlds: Cherished Worlds 10.0.2+1.21.1
citresewn: CIT Resewn 1.2.2+1.21
citresewn-defaults: CIT Resewn: Defaults 1.2.2+1.21
clientsort: ClientSort 1.3.0+1.21
cloth-config: Cloth Config v15 15.0.140
cloth-basic-math: cloth-basic-math 0.6.1
collective: Collective 7.94
continuity: Continuity 3.0.0-beta.5+1.21
controlling: Controlling 18.0.4
creativecore: CreativeCore 2.12.4
net_neoforged_bus: bus 7.2.0
disenchanting_table: Dis-Enchanting Table 3.1.0
distanthorizons: Distant Horizons 2.2.1-a-dev
fabric-screen-api-v1: Fabric Screen API (v1) 2.0.24+b559734490
durabilitytooltip: Durability Tooltip 1.1.5
dynamiccrosshair: Dynamic Crosshair 9.3
dynamiccrosshair-api: DynamicCrosshair API 1.1
libbamboo: LibBamboo 2.2
eatinganimationid: Eating Animation 1.21+1.9.72
enchantmentlevelcapindicator: Enchantment Level Cap Indicator 1.1
endrem: End Remastered 6.0.2
entity_model_features: Entity Model Features 2.2
entity_texture_features: Entity Texture Features 6.2
org_apache_httpcomponents_httpmime: httpmime 4.5.10
entityculling: EntityCulling 1.7.2
expandedstorage: Expanded Storage 14.1.3
explorify: Explorify 1.6.1
fabric-api: Fabric API 0.102.0+1.21
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.68+b5597344d1
fabric-biome-api-v1: Fabric Biome API (v1) 13.0.29+5bd9f1bcd1
fabric-block-api-v1: Fabric Block API (v1) 1.0.22+0af3f5a7d1
fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.10+6573ed8cd1
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.52+0af3f5a7d1
fabric-client-tags-api-v1: Fabric Client Tags 1.1.15+6573ed8cd1
fabric-command-api-v1: Fabric Command API (v1) 1.2.49+f71b366fd1
fabric-commands-v0: Fabric Commands (v0) 0.2.66+df3654b3d1
fabric-content-registries-v0: Fabric Content Registries (v0) 8.0.16+b5597344d1
fabric-convention-tags-v1: Fabric Convention Tags 2.0.19+7f945d5bd1
fabric-convention-tags-v2: Fabric Convention Tags (v2) 2.5.0+c5e2b5c6d1
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.29+0af3f5a7d1
fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.1.27+6a6dfa19d1
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 20.2.16+16c4ae25d1
fabric-dimensions-v1: Fabric Dimensions API (v1) 4.0.0+6fc22b99d1
fabric-entity-events-v1: Fabric Entity Events (v1) 1.6.12+6fc22b99d1
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.7.12+ba9dae06d1
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.53+6ced4dd9d1
fabric-item-api-v1: Fabric Item API (v1) 11.0.0+afdfc921d1
fabric-item-group-api-v1: Fabric Item Group API (v1) 4.1.4+78017270d1
fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.45+df3654b3d1
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.3.12+6c1df360d1
fabric-loot-api-v2: Fabric Loot API (v2) 3.0.14+3f89f5a5d1
fabric-loot-api-v3: Fabric Loot API (v3) 1.0.2+3f89f5a5d1
fabric-message-api-v1: Fabric Message API (v1) 6.0.13+6573ed8cd1
fabric-model-loading-api-v1: Fabric Model Loading API (v1) 2.0.0+fe474d6bd1
fabric-networking-api-v1: Fabric Networking API (v1) 4.2.2+60c3209bd1
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 15.2.0+a551f7a4d1
fabric-particles-v1: Fabric Particles (v1) 4.0.2+6573ed8cd1
fabric-recipe-api-v1: Fabric Recipe API (v1) 5.0.12+65089712d1
fabric-registry-sync-v0: Fabric Registry Sync (v0) 5.1.2+60c3209bd1
fabric-renderer-api-v1: Fabric Renderer API (v1) 3.4.0+c705a49cd1
fabric-renderer-indigo: Fabric Renderer - Indigo 1.7.0+c705a49cd1
fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.68+df3654b3d1
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.48+73761d2ed1
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.1.6+b5597344d1
fabric-rendering-v0: Fabric Rendering (v0) 1.1.71+df3654b3d1
fabric-rendering-v1: Fabric Rendering (v1) 5.0.5+df16efd0d1
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 4.3.0+8dc279b1d1
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.86+b5597344d1
fabric-sound-api-v1: Fabric Sound API (v1) 1.0.23+6573ed8cd1
fabric-transfer-api-v1: Fabric Transfer API (v1) 5.1.16+3dccd343d1
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 6.1.0+176f9036d1
fabric-language-kotlin: Fabric Language Kotlin 1.13.2+kotlin.2.1.20
org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 2.1.20
org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 2.1.20
org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 2.1.20
org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 2.1.20
org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.27.0
org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.10.1
org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.10.1
org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.6.2
org_jetbrains_kotlinx_kotlinx-io-bytestring-jvm: kotlinx-io-bytestring-jvm 0.7.0
org_jetbrains_kotlinx_kotlinx-io-core-jvm: kotlinx-io-core-jvm 0.7.0
org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.8.0
org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.8.0
org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.8.0
fabricloader: Fabric Loader 0.16.10
mixinextras: MixinExtras 0.4.1
fallingleaves: Falling Leaves 1.16.4
fancyhealthbar: FancyHealthBar 1.1.1
farmersdelight: Farmer's Delight 1.21.1-3.0.1+refabricated
mm: Manningham Mills 2.3
ferritecore: FerriteCore 7.0.0
flow: Flow 1.6.1+1.21
yet_another_config_lib_v3: YetAnotherConfigLib 3.5.0+1.21-fabric
com_twelvemonkeys_common_common-image: common-image 3.10.0
com_twelvemonkeys_common_common-io: common-io 3.10.0
com_twelvemonkeys_common_common-lang: common-lang 3.10.0
com_twelvemonkeys_imageio_imageio-core: imageio-core 3.10.0
com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.10.0
com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.10.0
org_quiltmc_parsers_gson: gson 0.2.1
org_quiltmc_parsers_json: json 0.2.1
forgeconfigapiport: Forge Config API Port 21.0.8
com_electronwill_night-config_core: core 3.8.0
com_electronwill_night-config_toml: toml 3.8.0
glowing-torchflower: Glowing Torchflower 1.1.0
hearths: Hearths 1.0.1
held-item-info: Held Item Info 1.7.0
highlight: Highlight 3.0.0
resourcefullib: Resourceful Lib 3.0.1
com_teamresourceful_bytecodecs: bytecodecs 1.1.0
com_teamresourceful_yabn: yabn 1.0.3
iceberg: Iceberg 1.2.7
immediatelyfast: ImmediatelyFast 1.3.3+1.21.1
net_lenni0451_reflect: Reflect 1.3.4
inventorymanagement: Inventory Management 1.6.0
iris: Iris 1.8.1+mc1.21.1
io_github_douira_glsl-transformer: glsl-transformer 2.0.1
org_anarres_jcpp: jcpp 1.4.14
org_antlr_antlr4-runtime: antlr4-runtime 4.13.1
jamlib: JamLib 1.3.2+1.21.1
blue_endless_jankson: jankson 1.2.3
java: Java HotSpot(TM) 64-Bit Server VM 21
jei: Just Enough Items 19.21.0.247
jrftl: JRFTL 1.8.0
leahs-immersive-thunder: Immersive Thunder 1.21+1.2.2
leavesbegone: Leaves Be Gone 21.0.0
legendarytooltips: Legendary Tooltips 1.4.11
lithium: Lithium 0.13.1
malilib: MaLiLib 0.20.2
map_atlases: Map Atlases 1.21-6.3.1
minecraft: Minecraft 1.21
minihud: MiniHUD 0.31.999-sakura.15
modmenu: Mod Menu 11.0.3
monolib: MonoLib 2.0.0
moonlight: Moonlight Lib 1.21-2.17.37
moredelight: More Delight 25.1.13-1.21-fabric
mousetweaks: Mouse Tweaks 2.26
mr_better_nethermobs: Better Nether Mobs 1-v6.5_dp
mr_blooming_biosphere: Blooming Biosphere 1.1.2
mr_health_damagehud: Health & Damage HUD 1
mr_horses_staystill: Horses stay still! 1.2.2-Datapack
mr_hostile_mobsimproveovertime: Hostile Mobs Improve Over Time 1.10.1
mr_larger_oreveinsnether: Larger Ore Veins: Nether 1.1.2
mr_trader_locatoratlasplays: Trader Locator 1.1.0
mru: Mineblock's Repeated Utilities 0.4.4+1.21
musketmod: Musket Mod 1.5.4
noincreasingrepaircost: No Increasing Repair Cost 1.0.0
noisium: Noisium 2.2.0+mc1.21
notebook: Notebook 4.0.5
orthocamera: OrthoCamera 0.1.7+1.21
particlerain: Particle Rain 3.0.5
pickupnotifier: Pick Up Notifier 21.0.0
placeholder-api: Placeholder API 2.4.2+1.21
polytone: Polytone 1.21-3.3.4
net_objecthunter_exp4j: exp4j 0.4.8
prism: root project 'Prism' 1.0.9
puzzleslib: Puzzles Lib 21.0.22
rightclickharvest: Right Click Harvest 4.5.3+1.21.1
searchables: Searchables 1.0.5
silk-all: Silk (All modules) 1.10.7
silk-commands: Silk Commands 1.10.7
silk-core: Silk Core 1.10.7
silk-game: Silk Game 1.10.7
silk-igui: Silk Inventory GUI 1.10.7
silk-nbt: Silk NBT 1.10.7
silk-network: Silk Network 1.10.7
silk-persistence: Silk Persistence 1.10.7
skinlayers3d: 3d-Skin-Layers 1.6.7
smoothscroll: Smooth Scroll 2.1.2
sodium: Sodium 0.6.5+mc1.21.1
fabric-resource-loader-v0: Fabric Resource Loader (v0) 1.3.1+5b5275af19
sound_physics_remastered: Sound Physics Remastered 1.21-1.4.5
sounds: Sounds 1.1.1+1.21
stackedblocks: Stacked Blocks 25.2.13-1.21-fabric
stackedblocksfarmersdelight: Stacked Blocks: Farmer's Delight 25.1.3-1.21-fabric
status-effect-bars: Status Effect Bars 1.0.6
supermartijn642configlib: SuperMartijn642's Config Lib 1.1.8
taxfreelevels: Tax Free Levels 1.4.7
tcdcommons: TCD Commons API 3.12.2+fabric-1.21
tia: Tiny Item Animations 1.2
toggleableitemframes: Toggleable Item Frames 5.0.0-1.21.1
travelersbackpack: Traveler's Backpack 10.1.19
twisb-enchanting: TWISB-enchanting 1.0.0
veindigging: VeinDigging 1.0.2+1.21
viafabric: ViaFabric 0.4.14+73-main
org_yaml_snakeyaml: snakeyaml 2.2
viafabric-mc121: ViaFabric for 1.21 0.4.14+73-main
viaversion: ViaVersion 5.0.0
wakes: Wakes 0.3.0+1.21.1
com_github_jdiemke_delaunay-triangulator_delaunaytriangulator: DelaunayTriangulator 1.0.0
satin: Satin 2.0.0
yeetusexperimentus: Yeetus Experimentus 87.0.0
yungsapi: YUNG's API 1.21.1-Fabric-5.1.4
org_javassist_javassist: javassist 3.29.2-GA
org_reflections_reflections: reflections 0.10.2
yungsextras: YUNG's Extras 1.21.1-Fabric-5.1.1
Loaded Shaderpack: (off)
Launched Version: 1.21
Launcher name: PrismLauncher
Backend library: LWJGL version 3.3.3-snapshot
Backend API: NVIDIA GeForce RTX 2060/PCIe/SSE2 GL version 3.2.0 NVIDIA 572.42, NVIDIA Corporation
Window size: 854x480
GFLW Platform: win32
GL Caps: Using framebuffer using OpenGL 3.2
GL debug messages:
Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric'
Universe: 400921fb54442d18
Type: Integrated Server (map_client.txt)
Graphics mode: fancy
Render Distance: 12/12 chunks
Resource Packs: vanilla, fabric, advancementplaques, appleskin (incompatible), axiom, barch-lib, betterdeserttemples, betterdungeons, betterendisland, betterf3, betterfortresses, betterjungletemples, bettermineshafts, betteroceanmonuments, betterstats, betterstrongholds, betterwitchhuts, bobby, camerautils, cardinal-components, cardinal-components-base, cardinal-components-block, cardinal-components-chunk, cardinal-components-entity, cardinal-components-item, cardinal-components-level, cardinal-components-scoreboard, cardinal-components-world, cavedust, cherishedworlds (incompatible), citresewn, citresewn-defaults, clientsort (incompatible), cloth-config, continuity, controlling (incompatible), creativecore, disenchanting_table (incompatible), distanthorizons, durabilitytooltip, dynamiccrosshair, dynamiccrosshair-api, eatinganimationid, endrem, entity_model_features, entity_texture_features, entityculling, expandedstorage, 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, fallingleaves, fancyhealthbar, farmersdelight, flow, forgeconfigapiport, glowing-torchflower, held-item-info, highlight, immediatelyfast, inventorymanagement, iris, jamlib, jei (incompatible), jrftl, leahs-immersive-thunder, legendarytooltips, libbamboo, lithium, malilib, map_atlases, minihud, mm, modmenu, moonlight, moredelight, mr_better_nethermobs (incompatible), mr_blooming_biosphere (incompatible), musketmod, noisium, notebook, orthocamera, particlerain, placeholder-api, polytone, prism, rightclickharvest, satin, searchables (incompatible), silk-all, skinlayers3d, smoothscroll, sodium, sound_physics_remastered, sounds, stackedblocks, stackedblocksfarmersdelight, status-effect-bars, taxfreelevels, tcdcommons, toggleableitemframes, travelersbackpack, twisb-enchanting, veindigging, viafabric, viaversion, wakes, yet_another_config_lib_v3 (incompatible), continuity:default, continuity:glass_pane_culling_fix, file/enchant icons 1.21 v1.3.zip, file/VanillaTweaks_r354814_MC1.21.x.zip, file/MoreGrassHeights1.1.zip (incompatible), moonlight:mods_dynamic_assets, file/Simple Grass Flowers v1.9.4.zip, file/Spring_Flowers_(1.21).zip, file/Better+Lanterns+v1.2(mc-1.21).zip, file/§9RAY's§r 3D Rails.zip, file/§l3D§f+Ladders+v1.2(mc-1.21).zip, file/Fancy Crops v1.1.zip, file/xali's Enhanced Vanilla -1.11.2b-rev.54d51d4.zip, file/Icons v.1.11.3.zip, file/fumofumo.zip (incompatible), file/3D-muskets-1.1.zip, file/Alternative Musket Sounds for Ewewukek's Musket Mod .zip, file/ewewukek's ?D WildWest.zip
Current Language: en_gb
Locale: en_ES
System encoding: Cp1252
File encoding: UTF-8
CPU: 12x AMD Ryzen 5 5600G with Radeon Graphics
Server Running: true
Player Count: 1 / 8; [class_3222['Bartz'/7, l='ServerLevel[Pixela3]', x=84.17, y=67.00, z=-340.00]]
Active Data Packs: vanilla, fabric, axiom, betterdeserttemples (incompatible), betterdungeons (incompatible), betterendisland (incompatible), betterfortresses (incompatible), betterjungletemples (incompatible), bettermineshafts (incompatible), betteroceanmonuments (incompatible), betterstrongholds (incompatible), betterwitchhuts (incompatible), collective, disenchanting_table (incompatible), dynamiccrosshair-api, endrem (incompatible), expandedstorage, explorify, fabric-convention-tags-v2, farmersdelight, hearths, jrftl, map_atlases, moonlight, moredelight, mr_better_nethermobs, mr_blooming_biosphere, mr_health_damagehud, mr_horses_staystill (incompatible), mr_hostile_mobsimproveovertime, mr_larger_oreveinsnether, mr_trader_locatoratlasplays, musketmod (incompatible), rightclickharvest, stackedblocks, stackedblocksfarmersdelight, travelersbackpack, twisb-enchanting, veindigging, yungsapi (incompatible), yungsextras (incompatible), moonlight:mods_dynamic_assets
Available Data Packs: axiom, betterdeserttemples (incompatible), betterdungeons (incompatible), betterendisland (incompatible), betterfortresses (incompatible), betterjungletemples (incompatible), bettermineshafts (incompatible), betteroceanmonuments (incompatible), betterstrongholds (incompatible), betterwitchhuts (incompatible), bundle, collective, disenchanting_table (incompatible), dynamiccrosshair-api, endrem (incompatible), expandedstorage, explorify, fabric, fabric-convention-tags-v2, farmersdelight, hearths, jrftl, map_atlases, moonlight, moonlight:mods_dynamic_assets, moredelight, mr_better_nethermobs, mr_blooming_biosphere, mr_health_damagehud, mr_horses_staystill (incompatible), mr_hostile_mobsimproveovertime, mr_larger_oreveinsnether, mr_trader_locatoratlasplays, musketmod (incompatible), rightclickharvest, stackedblocks, stackedblocksfarmersdelight, trade_rebalance, travelersbackpack, twisb-enchanting, vanilla, veindigging, yungsapi (incompatible), yungsextras (incompatible)
Enabled Feature Flags: minecraft:vanilla
World Generation: Experimental
World Seed: 8233195190334533869
#@!@# Game crashed! Crash report saved to: #@!@# C:\Users\SICKDUCKER\AppData\Roaming\PrismLauncher\instances\DB's Minecraft REFINED.minecraft\crash-reports\crash-2025-04-22_20.24.04-client.txt
Process exited with code -1.