TeamAOF / All-of-Fabric-7

Modpack containing the latest & best of Fabric on 1.20
35 stars 28 forks source link

Crash everytime I open inventory #48

Open yoeribeck opened 7 months ago

yoeribeck commented 7 months ago

---- Minecraft Crash Report ---- // There are four lights!

Time: 2023-11-19 18:11:26 Description: Rendering item

java.lang.ClassCastException: class com.anthonyhilyard.iceberg.renderer.VertexCollector$1 cannot be cast to class me.jellysquid.mods.sodium.client.render.vertex.VertexBufferWriter (com.anthonyhilyard.iceberg.renderer.VertexCollector$1 and me.jellysquid.mods.sodium.client.render.vertex.VertexBufferWriter are in unnamed module of loader net.fabricmc.loader.impl.launch.knot.KnotClassLoader @52aa2946) at me.jellysquid.mods.sodium.client.render.vertex.VertexBufferWriter.of(VertexBufferWriter.java:8) at me.jellysquid.mods.sodium.client.render.vertex.transform.VertexTransform.copyPush(VertexTransform.java:143) at net.minecraft.class_4720$class_4589.push(class_4720.java:526) at me.jellysquid.mods.sodium.client.render.vertex.formats.ModelVertex.writeQuadVertices(ModelVertex.java:72) at net.minecraft.class_918.sodium$renderBakedItemQuads(class_918.java:10088) at net.minecraft.class_918.method_23182(class_918.java:10066) at com.anthonyhilyard.iceberg.renderer.CustomItemRenderer.renderBakedModel(CustomItemRenderer.java:475) at com.anthonyhilyard.iceberg.renderer.CustomItemRenderer.renderModelInternal(CustomItemRenderer.java:311) at com.anthonyhilyard.iceberg.renderer.CustomItemRenderer.getModelBounds(CustomItemRenderer.java:617) at com.anthonyhilyard.iceberg.renderer.CustomItemRenderer.renderModel(CustomItemRenderer.java:361) at com.anthonyhilyard.iceberg.renderer.CustomItemRenderer.renderGuiModel(CustomItemRenderer.java:154) at com.anthonyhilyard.iceberg.renderer.CustomItemRenderer.renderDetailModelIntoGUI(CustomItemRenderer.java:633) at com.anthonyhilyard.legendarytooltips.tooltip.ItemModelComponent.method_32666(ItemModelComponent.java:120) at net.minecraft.class_332.method_51435(class_332.java:663) at net.minecraft.class_332.method_51437(class_332.java:601) at net.minecraft.class_332.method_51446(class_332.java:592) at net.minecraft.class_492$class_493.method_25352(class_492.java:335) at net.minecraft.class_492.method_25394(class_492.java:228) at net.minecraft.class_437.method_47413(class_437.java:110) at net.minecraft.class_757.method_3192(class_757.java:945) at net.minecraft.class_310.method_1523(class_310.java:1219) at net.minecraft.class_310.method_1514(class_310.java:802) at net.minecraft.client.main.Main.main(Main.java:250) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:468) at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head -- Thread: Render thread Stacktrace: at me.jellysquid.mods.sodium.client.render.vertex.VertexBufferWriter.of(VertexBufferWriter.java:8) at me.jellysquid.mods.sodium.client.render.vertex.transform.VertexTransform.copyPush(VertexTransform.java:143) at net.minecraft.class_4720$class_4589.push(class_4720.java:526) at me.jellysquid.mods.sodium.client.render.vertex.formats.ModelVertex.writeQuadVertices(ModelVertex.java:72) at net.minecraft.class_918.sodium$renderBakedItemQuads(class_918.java:10088) at net.minecraft.class_918.method_23182(class_918.java:10066) at com.anthonyhilyard.iceberg.renderer.CustomItemRenderer.renderBakedModel(CustomItemRenderer.java:475) at com.anthonyhilyard.iceberg.renderer.CustomItemRenderer.renderModelInternal(CustomItemRenderer.java:311) at com.anthonyhilyard.iceberg.renderer.CustomItemRenderer.getModelBounds(CustomItemRenderer.java:617) at com.anthonyhilyard.iceberg.renderer.CustomItemRenderer.renderModel(CustomItemRenderer.java:361) at com.anthonyhilyard.iceberg.renderer.CustomItemRenderer.renderGuiModel(CustomItemRenderer.java:154) at com.anthonyhilyard.iceberg.renderer.CustomItemRenderer.renderDetailModelIntoGUI(CustomItemRenderer.java:633) at com.anthonyhilyard.legendarytooltips.tooltip.ItemModelComponent.method_32666(ItemModelComponent.java:120) at net.minecraft.class_332.method_51435(class_332.java:663) at net.minecraft.class_332.method_51437(class_332.java:601) at net.minecraft.class_332.method_51446(class_332.java:592) at net.minecraft.class_492$class_493.method_25352(class_492.java:335) at net.minecraft.class_492.method_25394(class_492.java:228) at net.minecraft.class_437.method_47413(class_437.java:110)

-- Item being rendered -- Details: Item Type: diamond_sword Registry Name: minecraft:diamond_sword Item Damage: 0 Item NBT: {Damage:0,Enchantments:[{id:"minecraft:sharpness",lvl:10b},{id:"zenith:life_mending",lvl:5b},{id:"minecraft:looting",lvl:5b},{id:"minecraft:unbreaking",lvl:5b},{id:"zenith:scavenger",lvl:5b}],display:{Name:'{"translate":"name.zenith.vigilance", "italic": false, "color": "#1ABBE0"}'}} Item Foil: true Stacktrace: at com.anthonyhilyard.iceberg.renderer.CustomItemRenderer.renderDetailModelIntoGUI(CustomItemRenderer.java:633) at com.anthonyhilyard.legendarytooltips.tooltip.ItemModelComponent.method_32666(ItemModelComponent.java:120) at net.minecraft.class_332.method_51435(class_332.java:663) at net.minecraft.class_332.method_51437(class_332.java:601) at net.minecraft.class_332.method_51446(class_332.java:592) at net.minecraft.class_492$class_493.method_25352(class_492.java:335) at net.minecraft.class_492.method_25394(class_492.java:228) at net.minecraft.class_437.method_47413(class_437.java:110) at net.minecraft.class_757.method_3192(class_757.java:945) at net.minecraft.class_310.method_1523(class_310.java:1219) at net.minecraft.class_310.method_1514(class_310.java:802) at net.minecraft.client.main.Main.main(Main.java:250) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:468) at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

-- Screen render details -- Details: Screen name: net.minecraft.class_492 Mouse location: Scaled: (362, 216). Absolute: (1087.000000, 650.000000) Screen size: Scaled: (854, 339). Absolute: (2560, 1017). Scale factor of 3.000000 Stacktrace: at net.minecraft.class_757.method_3192(class_757.java:945) at net.minecraft.class_310.method_1523(class_310.java:1219) at net.minecraft.class_310.method_1514(class_310.java:802) at net.minecraft.client.main.Main.main(Main.java:250) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:468) at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

-- Affected level -- Details: All players: 3 total; [class_746['Beck___'/247768, l='ClientLevel', x=119.50, y=70.00, z=-519.56], class_745['Silence380'/172465, l='ClientLevel', x=116.42, y=70.00, z=-519.73], class_745['Malfalse'/211157, l='ClientLevel', x=117.32, y=71.00, z=-521.41]] Chunk stats: 1024, 453 Level dimension: minecraft:overworld Level spawn location: World: (64,84,-48), Section: (at 0,4,0 in 4,5,-3; chunk contains blocks 64,-64,-48 to 79,319,-33), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,-64,-512 to 511,319,-1) Level time: 1462282 game time, 1487936 day time Server brand: fabric Server type: Non-integrated multiplayer server Stacktrace: at net.minecraft.class_638.method_8538(class_638.java:458) at net.minecraft.class_310.method_1587(class_310.java:2406) at net.minecraft.class_310.method_1514(class_310.java:821) at net.minecraft.client.main.Main.main(Main.java:250) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:468) at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

-- Last reload -- Details: Reload number: 1 Reload reason: initial Finished: Yes Packs: vanilla, fabric, Moonlight Mods Dynamic Assets, KubeJS Resource Pack [assets], resources/AoF7_menus.zip

-- System Details -- Details: Minecraft Version: 1.20.1 Minecraft Version ID: 1.20.1 Operating System: Windows 10 (amd64) version 10.0 Java Version: 17.0.8, Microsoft Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft Memory: 854571000 bytes (814 MiB) / 4294967296 bytes (4096 MiB) up to 4294967296 bytes (4096 MiB) CPUs: 12 Processor Vendor: AuthenticAMD Processor Name: AMD Ryzen 5 5600X 6-Core Processor
Identifier: AuthenticAMD Family 25 Model 33 Stepping 0 Microarchitecture: Zen 3 Frequency (GHz): 4.39 Number of physical packages: 1 Number of physical CPUs: 6 Number of logical CPUs: 12 Graphics card #0 name: NVIDIA GeForce GTX 970 Graphics card #0 vendor: NVIDIA (0x10de) Graphics card #0 VRAM (MB): 4095.00 Graphics card #0 deviceId: 0x13c2 Graphics card #0 versionInfo: DriverVersion=31.0.15.3623 Memory slot #0 capacity (MB): 8192.00 Memory slot #0 clockSpeed (GHz): 3.20 Memory slot #0 type: DDR4 Memory slot #1 capacity (MB): 8192.00 Memory slot #1 clockSpeed (GHz): 3.20 Memory slot #1 type: DDR4 Memory slot #2 capacity (MB): 8192.00 Memory slot #2 clockSpeed (GHz): 3.20 Memory slot #2 type: DDR4 Memory slot #3 capacity (MB): 8192.00 Memory slot #3 clockSpeed (GHz): 3.20 Memory slot #3 type: DDR4 Virtual memory max (MB): 37535.67 Virtual memory used (MB): 25901.66 Swap memory total (MB): 4864.00 Swap memory used (MB): 0.00 JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4096m -Xms256m Fabric Mods: accelerateddecay: Accelerated Decay 3.0.0+mc1.20.1 ad_astra: Ad Astra 1.15.4 ad_astra_giselle_addon: Ad Astra: Giselle Addon 5.6 additionallanterns: Additional Lanterns 1.1.1 advanced_runtime_resource_pack: Runtime Resource Pack 0.8.0 advancednetherite: Advanced Netherite 2.0.2-1.20.1 advancementplaques: Advancement Plaques 1.4.11 adventurez: AdventureZ 1.4.19 ae2: Applied Energistics 2 15.0.13 team_reborn_energy: Energy 3.0.0 ae2wtlib: AE2WTLib 15.1.0-fabric almostunified: AlmostUnified 1.20.1-0.7.0 ambientsounds: AmbientSounds 5.2.22 animal_feeding_trough: Animal Feeding Trough 1.0.3+1.20.1 antighost: AntiGhost 1.20-fabric0.83.0-1.1.5 crowdin-translate: CrowdinTranslate 1.4+1.19.3 anvilrepairing: AnvilRepairing 4.0.3 appleskin: AppleSkin 2.5.1+mc1.20 aquamirae: Aquamirae 6 architectury: Architectury 9.1.12 argonauts: Argonauts 1.0.5 artifacts: Artifacts 9.1.0 cardinal-components-base: Cardinal Components API (base) 5.2.2 cardinal-components-entity: Cardinal Components API (entities) 5.2.2 expandability: ExpandAbility 9.0.0 step-height-entity-attribute: Step Height Entity Attribute 1.2.0 asynclocator: Async Locator 1.3.0 athena: Athena 3.1.1 attributefix: AttributeFix 21.0.2 authme: Auth Me 7.0.2+1.20 autoconfig1u: Auto Config v1 Updated 3.4.0 autotag-convention: AutoTag Convention 2.0.2+1.20 autotag: AutoTag 2.0.2+1.20 axolotlitemfix: Axolotl Item Fix 1.1.7 azurelibarmor: AzureLib Armor 1.0.3 badpackets: Bad Packets 0.4.3 bakery: Bakery 1.1.3 balm-fabric: Balm 7.1.4 bamboocombat: Bamboo Combat 1.0.4 bankstorage: Bank Storage 0.3.2 beachparty: Beachparty 1.1.2 beaconoverhaul: Beacon Overhaul 1.8.4+1.20 beautify: Beautify 1.0.0+1.20 bedbenefits: BedBenefits 13.0.2 besmirchment: Besmirchment 1.20.1-2 impersonate: Impersonate 2.10.0 playerabilitylib: Pal 1.8.0 terraform-wood-api-v1: Terraform Wood API (v1) 7.0.1 betterarcheology: Better Archeology 1.0.2 betterdeserttemples: YUNG's Better Desert Temples 1.20-Fabric-3.0.3 org_reflections_reflections: reflections 0.10.2 betterdungeons: YUNG's Better Dungeons 1.20-Fabric-4.0.3 betterendisland: YUNG's Better End Island 1.20-Fabric-2.0.4 betterjungletemples: YUNG's Better Jungle Temples 1.20-Fabric-2.0.4 betterlily: Better Lily Pads 1.20-1.3.2 bettermineshafts: YUNG's Better Mineshafts 1.20-Fabric-4.0.4 betteroceanmonuments: YUNG's Better Ocean Monuments 1.20-Fabric-3.0.3 betterpingdisplay: Better Ping Display 1.1.1 bettersmithingtable: BetterSmithingTable 1.1.0 betterstats: Better Statistics Screen 3.4+fabric-1.20.1 tcdcommons: TCD Commons API 3.4+fabric-1.20.1 betterstrongholds: YUNG's Better Strongholds 1.20-Fabric-4.0.3 betterthanbunnies: Better Than Bunnies 1.3.0 betterthanllamas: Better Than Llamas 1.2.0 bettertrims: BetterTrims 2.0.1 betterwitchhuts: YUNG's Better Witch Huts 1.20-Fabric-3.0.3 bewitchment: Bewitchment 1.20-6 bhmenu: BHMenu-Fabric 2.4.1 biomemakeover: Biome Makeover 1.20.1-1.11.1 taniwha: Taniwha 1.20.0-5.4.0 blast: BLAST 1.11 blockus: Blockus 2.7.6+1.20.1 bonezone: BoneZone 3.0.1 bookshelf: Bookshelf 20.1.6 bosses_of_mass_destruction: Bosses of Mass Destruction (Beta) 1.7.2-1.20 maelstrom_library: Maelstrom Library 1.6-1.20 multipart_entities: MultipartEntities 1.5-1.20 botarium: Botarium 2.2.0 brewinandchewin: Brewin And Chewin fabric-2.1.5+1.20.1 mm: Manningham Mills 2.3 brutalbosses: brutalbosses Mod 1.20.1-6.6 builtinservers: Builtin Servers 2.1+1.20 bushierflowers: Bushier Flowers 0.0.3-1.20.1 bwncr: Bad Wither No Cookie Reloaded 3.17.0 bygonenether: Bygone Nether 1.3.2 cadmus: Cadmus 1.0.2 common-protection-api: Common Protection API 1.0.0 calibrated: Calibrated Access 1.3.0+1.20 blockreachapi: Block Reach API 1.0.0-beta.1+1.20 datacriteria: Data Criteria 1.0.1+1.20 can-i-mine-this-block: cAn i MiNe thIS bLOCk? 1.4.0 cardinal-components: Cardinal Components API 5.2.2 cardinal-components-block: Cardinal Components API (blocks) 5.2.2 cardinal-components-chunk: Cardinal Components API (chunks) 5.2.2 cardinal-components-item: Cardinal Components API (items) 5.2.2 cardinal-components-level: Cardinal Components API (world saves) 5.2.2 cardinal-components-scoreboard: Cardinal Components API (scoreboard) 5.2.2 cardinal-components-world: Cardinal Components API (worlds) 5.2.2 catalogue: Catalogue 1.8.0 cccbridge: CC:C Bridge 1.6.2b-fabric chalk: Chalk 2.2.0 simplefabric: SimpleFabric 1.0.0 charmofundying: Charm of Undying 6.4.2+1.20.1 spectrelib: SpectreLib 0.13.13+1.20.1 chat_heads: Chat Heads 0.10.22 chattoggle: Chat Toggle 4.0.1 chefsdelight: Chefs Delight 1.0.3-fabric-1.20.1 cherishedworlds: Cherished Worlds 6.1.2+1.20.1 chipped: Chipped 3.0.1 chunkloaders: Chunk Loaders 1.2.8+a chunky: Chunky 1.3.92 cinderscapes: Cinderscapes 4.0.8 biolith: Biolith 1.0.0-alpha.8 cinderscapes-client: Cinderscapes: Client 4.0.8 cinderscapes-common: Cinderscapes: Common 4.0.8 cinderscapes-worldgen: Cinderscapes: World Generation 4.0.8 terraform-biome-remapper-api-v1: Terraform Biome Remapper API (v1) 7.0.1 terraform-shapes-api-v1: Terraform Shapes API (v1) 7.0.1 terraform-surfaces-api-v1: Terraform Surfaces API (v1) 7.0.1 clean_tooltips: Clean Tooltips 1.0 cloth-config: Cloth Config v11 11.1.106 cloth-basic-math: cloth-basic-math 0.6.1 clumps: Clumps 12.0.0.3 colorfulhearts: Colorful Hearts 4.0.3 com_electronwill_night-config_core: core 3.6.7 com_electronwill_night-config_toml: toml 3.6.7 colytra: Colytra 6.2.0+1.20.1 completeconfig: CompleteConfig 2.5.0 completeconfig-base: completeconfig-base 2.5.0 completeconfig-gui-cloth: completeconfig-gui-cloth 2.5.0 completeconfig-gui-yacl: completeconfig-gui-yacl 2.5.0 compressed_blocks: compressed_blocks 1.0.0 computercraft: CC: Tweaked 1.108.3 com_jcraft_jzlib: jzlib 1.1.3 io_netty_netty-codec-http: netty-codec-http 4.1.82.Final io_netty_netty-codec-socks: netty-codec-socks 4.1.82.Final io_netty_netty-handler-proxy: netty-handler-proxy 4.1.82.Final org_squiddev_cobalt: Cobalt 0.7.3 connectiblechains: Connectible Chains 2.2.1+1.20.1 continuity: Continuity 3.0.0-beta.3+1.20.1 controlling: Controlling For Fabric 12.0.2 convenientdecor: Convenient Decor 0.3.0 cookingforblockheads: Cooking for Blockheads 16.0.1 corgilib: CorgiLib 4.0.0.4 couplings: Couplings 1.9.5+1.20 coxinhautilities: Coxinha Utilities 1.4.12+1.20.1 crawl: Crawl 0.12.0 create: Create 0.5.1-d-build.1161+mc1.20.1 com_google_code_findbugs_jsr305: jsr305 3.0.2 flywheel: Flywheel 0.6.9-1 milk: Milk Lib 1.2.60 dripstone_fluid_lib: Dripstone Fluid Lib 3.0.2 porting_lib_accessors: Porting Lib Accessors 2.1.1127+1.20 porting_lib_base: Porting Lib Base 2.1.1127+1.20 porting_lib_brewing: Porting Lib Brewing 2.1.1127+1.20 porting_lib_client_events: Porting Lib Client Events 2.1.1127+1.20 porting_lib_gametest: Porting Lib GameTest 2.1.1127+1.20 porting_lib_entity: Porting Lib Entity 2.1.1127+1.20 porting_lib_extensions: Porting Lib Extensions 2.1.1127+1.20 porting_lib_fake_players: Porting Lib Fake Players 2.1.1127+1.20 porting_lib_models: Porting Lib Models 2.1.1127+1.20 porting_lib_networking: Porting Lib Networking 2.1.1127+1.20 porting_lib_obj_loader: Porting Lib Obj Loader 2.1.1127+1.20 porting_lib_model_loader: Porting Lib Model Loader 2.1.1127+1.20 porting_lib_tags: Porting Lib Tags 3.0 porting_lib_tool_actions: Porting Lib Tool Actions 2.1.1127+1.20 porting_lib_transfer: Porting Lib Transfer 2.1.1127+1.20 registrate-fabric: Registrate for Fabric 1.3.62-MC1.20.1 porting_lib_data: Porting Lib Data 2.1.1090+1.20 porting_lib_model_generators: Porting Lib Model Generators 2.1.1090+1.20 porting_lib_model_materials: Porting Lib Model Materials 2.1.1090+1.20 create_jetpack: Create Jetpack 4.0.0 flightlib: Flight Lib 2.0.0 create_structures: Create: Structures 1.1.0 createaddition: Create Crafts & Additions 0.9.0 createdieselgenerators: Create Diesel Generators 2.1.3 creategoggles: Create Goggles 0.5.5.e createreibugfix: CreateFabric&REIBugFix 0.1.0-create0.5.1-mc1.20.x conditional-mixin: conditional mixin 0.3.2 creativecore: CreativeCore 2.11.5 net_minecraftforge_eventbus: eventbus 6.0.3 creeperoverhaul: Creeper Overhaul 3.0.1 croptopia: Croptopia 2.3.2 com_typesafe_config: config 1.4.1 io_leangen_geantyref_geantyref: geantyref 1.3.11 org_spongepowered_configurate-core: configurate-core 4.1.2 org_spongepowered_configurate-hocon: configurate-hocon 4.1.2 ctov: ChoiceTheorem's Overhauled Village 3.3.4 cupboard: cupboard 1.20.1-2.1 dark-loading-screen: Dark Loading Screen 1.6.14 darkmodeeverywhere: DarkModeEverywhere 1.20.1-1.2.2 porting_lib_config: Porting Lib Config 2.1.1108+1.20 darkutils: DarkUtilities 17.0.2 decorative_blocks: Decorative Blocks 4.0.3 deepslatecutting: Deepslate Cutting 1.7.0 defaultoptions: Default Options 18.0.1 diet: Diet 2.1.0+1.20.1 display_case: Display Case Mod 1.0.7 distractingtrims: DistractingTrims 2.0.3 dml-refabricated: Deep Mob Learning: Refabricated 0.5.14-BETA+1.20.1 dml-refabricated-base: DML: Refabricated - Base 0.5.14-BETA+1.20.1 dml-refabricated-modular-armor: DML: Refabricated - Glitch Armor 0.5.14-BETA+1.20.1 dmlsimulacrum: Deep Mob Learning: Simulacrum 0.5.14-BETA+1.20.1 ktdatataglib: KtDataTagLib 1.6.7+1.20.1 doapi: Lets Do Api 1.2.7 dogslie: Let Sleeping Dogs Lie 1.2.0 dragonfight: Dragonfight Mod 1.20.1-4.1 dragonloot: DragonLoot 1.1.4 duckling: Duckling 3.0.0 dummmmmmy: MmmMmmMmmMmm 1.20-1.8.4 dungeons_arise: When Dungeons Arise 2.1.56.1 dusk: Dusk Mod 1.20.1-3.4 dyed: Dyed 1.1.2 eco: Ecospherical Expansion 2.2.0 elytra-trims-extensions: Elytra Trims Extensions 1.2.0 elytraslot: Elytra Slot 6.3.0+1.20.1 elytratrims: Elytra Trims 1.4.1 com_github_llamalad7_mixinextras: MixinExtras 0.2.0 enchdesc: EnchantmentDescriptions 17.0.8 endermanoverhaul: Enderman Overhaul 1.0.1 ends_delight: End's Delight 1.0.1 enhancedcelestials: Enhanced Celestials 5.0.0.2 enhancedworkbenches: Enhanced Workbenches 1.0+1.20.1 entangled: Entangled 1.3.16 entityculling: EntityCulling-Fabric 1.6.2-mc1.20.1 equipmentcompare: Equipment Compare 1.3.7 experiencebugfix: Experience Bug Fix 2 extraordinary_extra_totems: Extraordinary Extra Totems 1.0.3 extrasponges: ExtraSponges 1.5.0 fabric-api: Fabric API 0.87.0+1.20.1 fabric-api-base: Fabric API Base 0.4.30+7abfd51577 fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.35+4d8536c977 fabric-biome-api-v1: Fabric Biome API (v1) 13.0.10+b3afc78b77 fabric-block-api-v1: Fabric Block API (v1) 1.0.9+e022e5d177 fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.40+b3afc78b77 fabric-client-tags-api-v1: Fabric Client Tags 1.1.1+97bb207577 fabric-command-api-v1: Fabric Command API (v1) 1.2.33+f71b366f77 fabric-command-api-v2: Fabric Command API (v2) 2.2.12+b3afc78b77 fabric-commands-v0: Fabric Commands (v0) 0.2.50+df3654b377 fabric-containers-v0: Fabric Containers (v0) 0.1.63+df3654b377 fabric-content-registries-v0: Fabric Content Registries (v0) 4.0.9+b3afc78b77 fabric-convention-tags-v1: Fabric Convention Tags 1.5.4+a1a980da77 fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.18+aeb40ebe77 fabric-data-generation-api-v1: Fabric Data Generation API (v1) 12.2.2+1e61dba177 fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.53+8536527b77 fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.22+b3afc78b77 fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.6.1+e91849a877 fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.62+df3654b377 fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.38+b04edc7a77 fabric-item-api-v1: Fabric Item API (v1) 2.1.27+b3afc78b77 fabric-item-group-api-v1: Fabric Item Group API (v1) 4.0.10+23d9108177 fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.36+fb8d95da77 fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.34+df3654b377 fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.21+b3afc78b77 fabric-loot-api-v2: Fabric Loot API (v2) 1.1.39+b3afc78b77 fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.43+9e7660c677 fabric-message-api-v1: Fabric Message API (v1) 5.1.7+3265161977 fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.49+b3afc78b77 fabric-model-loading-api-v1: Fabric Model Loading API (v1) 1.0.2+709a987177 fabric-models-v0: Fabric Models (v0) 0.4.1+9386d8a777 fabric-networking-api-v1: Fabric Networking API (v1) 1.3.10+eeb8eb3677 fabric-networking-v0: Fabric Networking (v0) 0.3.50+df3654b377 fabric-object-builder-api-v1: Fabric Object Builder API (v1) 11.1.1+6beca84877 fabric-particles-v1: Fabric Particles (v1) 1.1.1+201a23a077 fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.20+b3afc78b77 fabric-registry-sync-v0: Fabric Registry Sync (v0) 2.3.2+4df89eb277 fabric-renderer-api-v1: Fabric Renderer API (v1) 3.1.2+6bdb2ed077 fabric-renderer-indigo: Fabric Renderer - Indigo 1.4.2+6bdb2ed077 fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.45+df3654b377 fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.34+b3afc78b77 fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.27+b3afc78b77 fabric-rendering-v0: Fabric Rendering (v0) 1.1.48+df3654b377 fabric-rendering-v1: Fabric Rendering (v1) 3.0.7+b3afc78b77 fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.3.5+ea08f9d877 fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.11.9+132c48c177 fabric-screen-api-v1: Fabric Screen API (v1) 2.0.7+b3afc78b77 fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.29+b3afc78b77 fabric-sound-api-v1: Fabric Sound API (v1) 1.0.12+b3afc78b77 fabric-transfer-api-v1: Fabric Transfer API (v1) 3.3.0+cdf060b277 fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 4.3.0+6c31357e77 fabric-language-kotlin: Fabric Language Kotlin 1.10.10+kotlin.1.9.10 org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.9.10 org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.9.10 org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.9.10 org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.9.10 org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.22.0 org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.7.3 org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.7.3 org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.4.0 org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.6.0 org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.6.0 org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.6.0 fabricloader: Fabric Loader 0.14.22 fakerlib: fakerlib 0.0.7 porting_lib_attributes: Porting Lib Attributes 2.1.1127+1.20 porting_lib_common: Porting Lib Common 2.1.1127+1.20 porting_lib_core: Porting Lib Core 2.1.1127+1.20 porting_lib_lazy_registration: Porting Lib Lazy Register 2.1.1127+1.20 porting_lib_loot: Porting Lib Loot 2.1.1102+1.20-entity-refactor porting_lib_mixin_extensions: Porting Lib Mixin Extensions 2.1.1127+1.20 porting_lib_registries: Porting Lib Registries 2.1.1127+1.20 porting_lib_utility: Porting Lib Utility 2.1.1127+1.20 fancymenu: FancyMenu 2.14.10 farmersdelight: Farmer's Delight 1.20.1-1.4.2 farmersrespite: Farmer's Respite 2.3.4 farmingforblockheads: Farming for Blockheads 14.0.2 ferritecore: FerriteCore 6.0.0 fishingrework: Fishing Aquatica 1.20.1-0.2.8 fishofthieves: Fish of Thieves 3.0.2 forgeconfigapiport: Forge Config API Port 8.0.0 formations: Formations 1.0.1 formationsnether: Formations Nether 1.0.2 framework: Framework 0.6.16 org_javassist_javassist: javassist 3.29.2-GA friendlyfire: FriendlyFire 18.0.5 froglegs: Frog Legs 1.1.0 ftblibrary: FTB Library 2001.1.3 ftbultimine: FTB Ultimine 2001.1.2 fuelinfo: FuelInfo 1.0.4+1.20 fullstackwatchdog: FullStack Watchdog 1.0.1+1.19.2-fabric fusion: Fusion 1.0.6 fwaystones: Fabric Waystones 3.1.3+mc1.20 gazebo: Gazebos 1.0.2+1.20.1 geckolib: Geckolib 4.2.3 com_eliotlash_mclib_mclib: mclib 20 geode_plus: Geode+ 1.2.0 paragon: Paragon 3.0.2 com_moandjiezana_toml_toml4j: toml4j 0.7.2 glassential: Glassential 2.0.0 goated: You've Goat to be kidding me 1.20-1.3.4 grassoverhaul: Grass Overhaul 23.10.11 graveyard: The Graveyard 2.9.1 guardvillagers: GuardVillagers 2.0.8-1.20.1 handcrafted: Handcrafted 3.0.3 hauntedharvest: Haunted Harvest 1.20-3.1.11 heartbond: Heartbond 1.6.0 heracles: Heracles 1.0.5 hermes: Hermes 1.2.0 iceberg: Iceberg 1.1.15 immediatelyfast: ImmediatelyFast 1.2.6+1.20.2 net_lenni0451_reflect: Reflect 1.2.4 immersive_armors: Immersive Armors 1.6.1+1.20.1 indium: Indium 1.0.21+mc1.20.1 indrev: Industrial Revolution 1.16.5-BETA libgui: LibGui 8.0.0+1.20 jankson: Jankson 5.0.1+j1.2.2 libninepatch: LibNinePatch 1.2.0 noindium: No Indium? 1.1.0+1.19 inventorysorter: Inventory Sorter 1.9.0-1.20 kyrptconfig: Kyrpt Config 1.5.6-1.20 iris: Iris 1.6.4 io_github_douira_glsl-transformer: glsl-transformer 2.0.0-pre13 org_anarres_jcpp: jcpp 1.4.14 org_antlr_antlr4-runtime: antlr4-runtime 4.11.1 iron-jetpacks: Iron Jetpacks 0.4.7 ironchests: Iron Chests: Restocked 5.0.2 itemcollectors: Item Collectors 1.1.8 itemfavorites: ItemFavorites 1.0.4+1.20.1 jamlib: JamLib 0.6.1+1.20.x java: OpenJDK 64-Bit Server VM 17 javd: Just Another Void Dimension 5.0.1+mc1.20.1 jeed: Just Enough Effects Descriptions 1.20-2.1.5 jewelry: Jewelry 1.1.2+1.20.1 com_github_zsoltmolnarrr_tinyconfig: TinyConfig 2.3.2 journeymap: Journeymap 5.9.15 journeymap-api-fabric: JourneyMap API 1.20-1.9-fabric-SNAPSHOT jumpoverfences: JumpOverFences 1.0-SNAPSHOT kibe: Kibe 1.10.1-BETA+1.20 konkrete: Konkrete 1.7.0 kubejs: KubeJS 2001.6.3-build.73 lazydfu: LazyDFU 0.1.3 legendarytooltips: Legendary Tooltips 1.4.4 leveltextfix: LevelTextFix 7.0.2 libz: LibZ 1.0.2 com_fasterxml_jackson_core_jackson-annotations: jackson-annotations 2.15.2 com_fasterxml_jackson_core_jackson-core: jackson-core 2.15.2 com_fasterxml_jackson_core_jackson-databind: jackson-databind 2.15.2 lightoverlay: Light Overlay 8.0.0 lithium: Lithium 0.11.2 logbegone: Log Begone 1.0.8 lolmcv: More Chest Variants 1.4.1 lookinsharp: Lookin' Sharp! 1.0.1 reach-entity-attributes: Reach Entity Attributes 2.4.1 lootjs: LootJS 2.10.3 lootr: Lootr 0.7.29.75 maxhealthfix: MaxHealthFix 12.0.2 mcpitanlibarch: MCPitanLib 1.7.9-1.20.1-fabric org_yaml_snakeyaml: snakeyaml 2.0 mcwbridges: Macaw's Bridges 2.1.0 mcwdoors: Macaw's Doors 1.1.0 mcwfences: Macaw's Fences and Walls 1.0.7 mcwlights: Macaw's Lights and Lamps 1.0.6 mcwpaths: Macaw's Paths and Pavings 1.0.3 mcwroofs: Macaw's Roofs 2.2.4 mcwtrpdoors: Macaw's Trapdoors 1.1.1 mcwwindows: Macaw's Windows 2.2.0 measurements: Measurements 2.0.0 megacells: MEGA Cells 2.1.5-1.20.1 menulogue: Menulogue 1.20.1-1.0.4 merequester: ME Requester 1.20.1-1.1.4 mi_sound_addon: MI Sound Addon 1.0.1-1.20.1 magna: Magna 1.10.1+1.20.1 midnightlib: MidnightLib 1.4.1 mighty_mail: Mighty Mail 1.0.14 minecells: Mine Cells 1.5.7 omega-config: OmegaConfig 1.2.3-1.18.1 minecraft: Minecraft 1.20.1 minerally: Minerally 1.20.2-1.0 miningutility: Mining Utility 1.2.7+1.20.1 yet_another_config_lib_v3: YetAnotherConfigLib 3.2.1+1.20 com_twelvemonkeys_common_common-image: common-image 3.10.0-SNAPSHOT com_twelvemonkeys_common_common-io: common-io 3.10.0-SNAPSHOT com_twelvemonkeys_common_common-lang: common-lang 3.10.0-SNAPSHOT com_twelvemonkeys_imageio_imageio-core: imageio-core 3.10.0-SNAPSHOT com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.10.0-SNAPSHOT com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.10.0-SNAPSHOT org_quiltmc_parsers_gson: gson 0.2.1 org_quiltmc_parsers_json: json 0.2.1 modern_industrialization: Modern Industrialization 1.7.4 modernfix: ModernFix 5.8.1+mc1.20.1 mooblooms: Mooblooms 1.6.2 moonlight: Moonlight 1.20-2.8.51 more_armor_trims: More Armor Trims 1.1.1-1.20.1 moremobvariants: More Mob Variants 1.2.2 mousetweaks: Mouse Tweaks 2.25 mr_tidal_towns: Tidal Towns 1.2 mythicupgrades: Mythic Upgrades mc1.20.1-2.2.2 natures_spirit: Nature's Spirit 1.1.1 naturescompass: Nature's Compass 1.20.1-2.2.3-fabric nears: Nears 2.0.4 necronomicon: Necronomicon 1.1.0 neruina: Neruina 1.2.6 mixinsquared: MixinSquared 0.1.1 netherdepthsupgrade: Nether Depths Upgrade fabric-3.1.0-1.20 netherportalfix: NetherPortalFix 13.0.0 nochatreports: No Chat Reports 1.20.1-v2.2.2 obscure_api: Obscure API 16 obsidianboat: Obsidian Boat 3.0.2+mc1.20.1 onlyhammers: OnlyHammers 1.20.1-0.2 openloader: OpenLoader 19.0.3 owo: oωo 0.11.2+1.20 blue_endless_jankson: jankson 1.2.2 packedup: Packed Up 1.0.30 packetfixer: Packet Fixer 1.1.7 paginatedadvancements: Paginated Advancements 2.3.0 patchouli: Patchouli 1.20.1-81-FABRIC fiber: fiber 0.23.0-2 pehkui: Pehkui 3.7.8+1.14.4-1.20.1 kanos_config: Kanos Config 0.4.1+1.14.4-1.19.4 perfectplushies: Perfect Plushies 1.5.0 piercingpaxels: piercingpaxels 1.0.12 pigpen: PigPen 15.0.2 playdate: Playdate 2.0.0 player-animator: Player Animator 1.0.2-rc1+1.20 pling: Pling 1.8.0 polymer-bundled: Polymer 0.5.16+1.20.1 polymer-blocks: Polymer (Textured Blocks) 0.5.16+1.20.1 polymer-common: Polymer (Common) 0.5.16+1.20.1 polymer-core: Polymer (Core) 0.5.16+1.20.1 polymer-networking: Polymer (Networking) 0.5.16+1.20.1 polymer-registry-sync-manipulator: Polymer (Registry Sync Manipulator) 0.5.16+1.20.1 polymer-resource-pack: Polymer (Resource Pack) 0.5.16+1.20.1 polymer-virtual-entity: Polymer (Virtual Entity) 0.5.16+1.20.1 polymorph: Polymorph 0.49.0+1.20.1 portable_tables: Portable Tables 2.4 powah: Powah! 5.0.2 prism: Prism 1.0.5 projectile_damage: Projectile Damage Attribute 3.2.2+1.20.1 prometheus: Prometheus 1.2.1 railways: Create: Steam 'n' Rails 1.5.1+fabric-mc1.20.1 rare-ice: Rare Ice 0.6.0 reacharound: Reacharound 1.1.2 reborncore: Reborn Core 5.8.7 rechiseled: Rechiseled 1.1.5 rechiseledcreate: Rechiseled: Create 1.0.1 reeses-sodium-options: Reese's Sodium Options 1.6.3+mc1.20.1-build.92 regions_unexplored: Regions Unexplored 0.5.3+1.20.1 repurposed_structures: Repurposed Structures 7.1.9+1.20.1-fabric resourcefulconfig: Resourcefulconfig 2.1.0 resourcefullib: Resourceful Lib 2.1.11 com_teamresourceful_bytecodecs: bytecodecs 1.0.2 com_teamresourceful_yabn: yabn 1.0.3 respawnablepets: Respawnable Pets 1.20-1 respitecreators: Respite Creators 1.2.0 rhino: Rhino 2001.2.2-build.6 rightclickharvest: Right Click Harvest 3.2.3+1.19.x-1.20.1-fabric riverredux: River Redux 0.3.1 rootsclassic: Roots Classic 1.2.1-fabric porting_lib: Porting Lib 2.1.1087+1.20 mm_shedaniel: Manningham Mills (shedaniel's fork) 2.4.1 porting_lib_chunk_loading: Porting Lib Chunk Loading 2.1.1087+1.20 porting_lib_model_builders: Porting Lib Model Builders 2.1.1087+1.20 porting_lib_recipe_book_categories: Porting Lib Recipe Book Categories 2.1.1087+1.20 roughlyenoughitems: Roughly Enough Items 12.0.665 error_notifier: Error Notifier 1.0.9 roughlyenoughprofessions: Roughly Enough Professions 2.0.2 roughlyenoughresources: Roughly Enough Resources 2.9.0 runelic: Runelic 18.0.2 runes: Runes 0.9.10+1.20.1 sdrp: Simple Discord Rich Presence 4.0.2-build.36+mc1.20.1 com_github_jagrosh_discordipc: DiscordIPC a8d6631cc9 com_kohlschutter_junixsocket_junixsocket-common: junixsocket-common 2.6.2 com_kohlschutter_junixsocket_junixsocket-native-common: junixsocket-native-common 2.6.2 org_json_json: json 20210307 searchables: Searchables 1.0.2 sihywtcamd: sihywtcamd 1.7.5+1.20.1 simplemagnets: Simple Magnets 1.1.10 simplyswords: Simply Swords 1.51.4-1.20.1 spruceui: SpruceUI 5.0.0+1.20 skeletalremains: Skeletal Remains 1.4.1 sliceanddice: Create Slice & Dice 3.0.0 smwyg: Show Me What You Got 1.1.1 sneak_through_berries: Sneak Through Berries 8.0.0+1.20.1 sodium: Sodium 0.4.10+build.27 soulsweapons: Marium's Soulslike Weaponry 0.9.9.7-1.20-fabric spark: spark 1.10.53 speedometer: Speedometer Mod 1.3.1 spell_engine: Spell Engine 0.11.0+1.20.1 spell_power: Spell Power Attribute 0.9.18+1.20.1 status-effect-bars: Status Effect Bars 1.0.3 strangeberries: Strange Berries 2.3.2 strongersnowballs: StrongerSnowballs 13.0.2 structory: Structory 1.3.3 structory_towers: Structory: Towers 1.0.5 subterrestrial: Subterrestrial 2.2.0 supermartijn642configlib: SuperMartijn642's Config Lib 1.1.8+a supermartijn642corelib: SuperMartijn642's Core Lib 1.1.15 supplementaries: Supplementaries 1.20-2.6.15 techreborn: Tech Reborn 5.8.7 tempad: Tempad 2.1.1 terrablender: TerraBlender 3.0.0.169 tesseract: Tesseract 1.0.35a the_bumblezone: The Bumblezone - Fabric 7.0.20+1.20.1-fabric tinycoal: Tiny Coal 1.1.4 tipsmod: Tips 12.0.3 toolkit: Toolkit 3.0.2-build.23+mc1.20.1 toolstats: ToolStats 16.0.4 totw_additions: Towers of the Wild: Additions 1.3 tramplenomore: TrampleNoMore 13.0.2 trashcans: Trash Cans 1.0.18 travelersbackpack: Traveler's Backpack 1.20.1-9.1.6 trenzalore: Trenzalore 3.3.9 com_unrealdinnerbone_unrealconfig-core: UnRealConfig-core 12.3.4 com_unrealdinnerbone_unrealconfig-gson: UnRealConfig-gson 12.3.4 trimeffects: Trim Effects 1.0.3-fabric trinkets: Trinkets 3.7.1 triqueapi: TriQue API mc1.20.1-1.1.0 trowel: Trowel 1.2.1@1.20 twigs: Twigs 3.1.0 universal-graves: Universal Graves 3.0.0+1.20.1 fabric-permissions-api-v0: fabric-permissions-api 0.2-SNAPSHOT placeholder-api: Placeholder API 2.1.3+1.20.1 predicate-api: Predicate API 0.2.1+1.20.1 server_translations_api: Server Translations API 2.0.0+1.20 packet_tweaker: Packet Tweaker 0.4.0+1.19.4 sgui: sgui 1.2.2+1.20 utilitybelt: Utility Belt 1.3.5+1.20.x tutorial-lib: Tutorial Lib 1.1.2+1.20.x vanilla_claws: Vanilla Claws 1.1 villager-hats: Villager Hats 1.6.1+1.20 villager-trading-station: Villager Trading Station 1.2.0 villagersplus: Villagers Plus 2.1 vinery: Vinery 1.4.5 visuality: Visuality 0.7.1+1.20 voicechat: Simple Voice Chat 1.20.1-2.4.28 voidz: VoidZ 1.0.10 wardentools: Warden Tools mc1.20.1-2.3.2 whatthebucket: WhatTheBucket 11.0.3 wirelesschargers: Wireless Chargers 1.0.9 wirelessnetworks: Wireless Networks 1.7.1 wits: WITS 1.1.0+1.20.1-fabric wizards: Wizards 1.0.1+1.20.1 wormhole: Wormhole (Portals) 1.1.15 wthit: wthit 8.4.0 yeetusexperimentus: Yeetus Experimentus 2.3.1-build.6+mc1.20.1 yungsapi: YUNG's API 1.20-Fabric-4.0.2 yungsbridges: YUNG's Bridges 1.20-Fabric-4.0.3 yungsextras: YUNG's Extras 1.20-Fabric-4.0.3 zenith: Zenith 0.1.5-1.20.1 zenith_attributes: Zenith Attributes 0.0.4 additionalentityattributes: Additional Entity Attributes 1.4.0+1.20.0 Loaded Shaderpack: (off) NEC status: No NEC detected Flywheel Backend: GL33 Instanced Arrays Launched Version: fabric-loader-0.14.22-1.20.1 Backend library: LWJGL version 3.3.1 SNAPSHOT Backend API: NVIDIA GeForce GTX 970/PCIe/SSE2 GL version 3.2.0 NVIDIA 536.23, NVIDIA Corporation Window size: 2560x1017 GL Caps: Using framebuffer using OpenGL 3.2 GL debug messages: Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'fabric' Type: Client (map_client.txt) Graphics mode: fancy Resource Packs: vanilla, fabric, Moonlight Mods Dynamic Assets, resources/AoF7_menus.zip Current Language: en_us CPU: 12x AMD Ryzen 5 5600X 6-Core Processor

yoeribeck commented 7 months ago

Another one:

---- Minecraft Crash Report ---- // Don't do that.

Time: 2023-11-19 18:22:36 Description: Rendering item

java.lang.ClassCastException: class com.anthonyhilyard.iceberg.renderer.VertexCollector$1 cannot be cast to class me.jellysquid.mods.sodium.client.render.vertex.VertexBufferWriter (com.anthonyhilyard.iceberg.renderer.VertexCollector$1 and me.jellysquid.mods.sodium.client.render.vertex.VertexBufferWriter are in unnamed module of loader net.fabricmc.loader.impl.launch.knot.KnotClassLoader @52aa2946) at me.jellysquid.mods.sodium.client.render.vertex.VertexBufferWriter.of(VertexBufferWriter.java:8) at net.minecraft.class_918.method_23182(class_918.java:10042) at com.anthonyhilyard.iceberg.renderer.CustomItemRenderer.renderBakedModel(CustomItemRenderer.java:475) at com.anthonyhilyard.iceberg.renderer.CustomItemRenderer.renderModelInternal(CustomItemRenderer.java:311) at com.anthonyhilyard.iceberg.renderer.CustomItemRenderer.getModelBounds(CustomItemRenderer.java:617) at com.anthonyhilyard.iceberg.renderer.CustomItemRenderer.renderModel(CustomItemRenderer.java:361) at com.anthonyhilyard.iceberg.renderer.CustomItemRenderer.renderGuiModel(CustomItemRenderer.java:154) at com.anthonyhilyard.iceberg.renderer.CustomItemRenderer.renderDetailModelIntoGUI(CustomItemRenderer.java:633) at com.anthonyhilyard.legendarytooltips.tooltip.ItemModelComponent.method_32666(ItemModelComponent.java:120) at net.minecraft.class_332.method_51435(class_332.java:663) at net.minecraft.class_332.method_51437(class_332.java:601) at net.minecraft.class_465.method_2380(class_465.java:178) at net.minecraft.class_476.method_25394(class_476.java:29) at net.minecraft.class_437.method_47413(class_437.java:110) at net.minecraft.class_757.method_3192(class_757.java:945) at net.minecraft.class_310.method_1523(class_310.java:1219) at net.minecraft.class_310.method_1514(class_310.java:802) at net.minecraft.client.main.Main.main(Main.java:250) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:468) at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head -- Thread: Render thread Stacktrace: at me.jellysquid.mods.sodium.client.render.vertex.VertexBufferWriter.of(VertexBufferWriter.java:8) at net.minecraft.class_918.method_23182(class_918.java:10042) at com.anthonyhilyard.iceberg.renderer.CustomItemRenderer.renderBakedModel(CustomItemRenderer.java:475) at com.anthonyhilyard.iceberg.renderer.CustomItemRenderer.renderModelInternal(CustomItemRenderer.java:311) at com.anthonyhilyard.iceberg.renderer.CustomItemRenderer.getModelBounds(CustomItemRenderer.java:617) at com.anthonyhilyard.iceberg.renderer.CustomItemRenderer.renderModel(CustomItemRenderer.java:361) at com.anthonyhilyard.iceberg.renderer.CustomItemRenderer.renderGuiModel(CustomItemRenderer.java:154) at com.anthonyhilyard.iceberg.renderer.CustomItemRenderer.renderDetailModelIntoGUI(CustomItemRenderer.java:633) at com.anthonyhilyard.legendarytooltips.tooltip.ItemModelComponent.method_32666(ItemModelComponent.java:120) at net.minecraft.class_332.method_51435(class_332.java:663) at net.minecraft.class_332.method_51437(class_332.java:601) at net.minecraft.class_465.method_2380(class_465.java:178) at net.minecraft.class_476.method_25394(class_476.java:29) at net.minecraft.class_437.method_47413(class_437.java:110)

-- Item being rendered -- Details: Item Type: stone_pickaxe Registry Name: minecraft:stone_pickaxe Item Damage: 110 Item NBT: {Damage:110} Item Foil: false Stacktrace: at com.anthonyhilyard.iceberg.renderer.CustomItemRenderer.renderDetailModelIntoGUI(CustomItemRenderer.java:633) at com.anthonyhilyard.legendarytooltips.tooltip.ItemModelComponent.method_32666(ItemModelComponent.java:120) at net.minecraft.class_332.method_51435(class_332.java:663) at net.minecraft.class_332.method_51437(class_332.java:601) at net.minecraft.class_465.method_2380(class_465.java:178) at net.minecraft.class_476.method_25394(class_476.java:29) at net.minecraft.class_437.method_47413(class_437.java:110) at net.minecraft.class_757.method_3192(class_757.java:945) at net.minecraft.class_310.method_1523(class_310.java:1219) at net.minecraft.class_310.method_1514(class_310.java:802) at net.minecraft.client.main.Main.main(Main.java:250) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:468) at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

-- Screen render details -- Details: Screen name: net.minecraft.class_476 Mouse location: Scaled: (427, 169). Absolute: (1280.000000, 508.000000) Screen size: Scaled: (854, 339). Absolute: (2560, 1017). Scale factor of 3.000000 Stacktrace: at net.minecraft.class_757.method_3192(class_757.java:945) at net.minecraft.class_310.method_1523(class_310.java:1219) at net.minecraft.class_310.method_1514(class_310.java:802) at net.minecraft.client.main.Main.main(Main.java:250) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:468) at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

-- Affected level -- Details: All players: 4 total; [class_746['Beck___'/249255, l='ClientLevel', x=102.03, y=72.00, z=-488.24], class_745['Silence380'/172465, l='ClientLevel', x=108.18, y=-14.97, z=-481.01], class_745['Maltrue'/248346, l='ClientLevel', x=107.69, y=70.00, z=-505.58], class_745['Malfalse'/211157, l='ClientLevel', x=100.61, y=-16.00, z=-482.43]] Chunk stats: 1024, 453 Level dimension: minecraft:overworld Level spawn location: World: (64,84,-48), Section: (at 0,4,0 in 4,5,-3; chunk contains blocks 64,-64,-48 to 79,319,-33), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,-64,-512 to 511,319,-1) Level time: 1475527 game time, 1501181 day time Server brand: fabric Server type: Non-integrated multiplayer server Stacktrace: at net.minecraft.class_638.method_8538(class_638.java:458) at net.minecraft.class_310.method_1587(class_310.java:2406) at net.minecraft.class_310.method_1514(class_310.java:821) at net.minecraft.client.main.Main.main(Main.java:250) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:468) at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

-- Last reload -- Details: Reload number: 1 Reload reason: initial Finished: Yes Packs: vanilla, fabric, Moonlight Mods Dynamic Assets, KubeJS Resource Pack [assets], resources/AoF7_menus.zip

-- System Details -- Details: Minecraft Version: 1.20.1 Minecraft Version ID: 1.20.1 Operating System: Windows 10 (amd64) version 10.0 Java Version: 17.0.8, Microsoft Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft Memory: 589523784 bytes (562 MiB) / 4294967296 bytes (4096 MiB) up to 4294967296 bytes (4096 MiB) CPUs: 12 Processor Vendor: AuthenticAMD Processor Name: AMD Ryzen 5 5600X 6-Core Processor
Identifier: AuthenticAMD Family 25 Model 33 Stepping 0 Microarchitecture: Zen 3 Frequency (GHz): 4.39 Number of physical packages: 1 Number of physical CPUs: 6 Number of logical CPUs: 12 Graphics card #0 name: NVIDIA GeForce GTX 970 Graphics card #0 vendor: NVIDIA (0x10de) Graphics card #0 VRAM (MB): 4095.00 Graphics card #0 deviceId: 0x13c2 Graphics card #0 versionInfo: DriverVersion=31.0.15.3623 Memory slot #0 capacity (MB): 8192.00 Memory slot #0 clockSpeed (GHz): 3.20 Memory slot #0 type: DDR4 Memory slot #1 capacity (MB): 8192.00 Memory slot #1 clockSpeed (GHz): 3.20 Memory slot #1 type: DDR4 Memory slot #2 capacity (MB): 8192.00 Memory slot #2 clockSpeed (GHz): 3.20 Memory slot #2 type: DDR4 Memory slot #3 capacity (MB): 8192.00 Memory slot #3 clockSpeed (GHz): 3.20 Memory slot #3 type: DDR4 Virtual memory max (MB): 37535.67 Virtual memory used (MB): 26285.82 Swap memory total (MB): 4864.00 Swap memory used (MB): 184.01 JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4096m -Xms256m Fabric Mods: accelerateddecay: Accelerated Decay 3.0.0+mc1.20.1 ad_astra: Ad Astra 1.15.4 ad_astra_giselle_addon: Ad Astra: Giselle Addon 5.6 additionallanterns: Additional Lanterns 1.1.1 advanced_runtime_resource_pack: Runtime Resource Pack 0.8.0 advancednetherite: Advanced Netherite 2.0.2-1.20.1 advancementplaques: Advancement Plaques 1.4.11 adventurez: AdventureZ 1.4.19 ae2: Applied Energistics 2 15.0.13 team_reborn_energy: Energy 3.0.0 ae2wtlib: AE2WTLib 15.1.0-fabric almostunified: AlmostUnified 1.20.1-0.7.0 ambientsounds: AmbientSounds 5.2.22 animal_feeding_trough: Animal Feeding Trough 1.0.3+1.20.1 antighost: AntiGhost 1.20-fabric0.83.0-1.1.5 crowdin-translate: CrowdinTranslate 1.4+1.19.3 anvilrepairing: AnvilRepairing 4.0.3 appleskin: AppleSkin 2.5.1+mc1.20 aquamirae: Aquamirae 6 architectury: Architectury 9.1.12 argonauts: Argonauts 1.0.5 artifacts: Artifacts 9.1.0 cardinal-components-base: Cardinal Components API (base) 5.2.2 cardinal-components-entity: Cardinal Components API (entities) 5.2.2 expandability: ExpandAbility 9.0.0 step-height-entity-attribute: Step Height Entity Attribute 1.2.0 asynclocator: Async Locator 1.3.0 athena: Athena 3.1.1 attributefix: AttributeFix 21.0.2 authme: Auth Me 7.0.2+1.20 autoconfig1u: Auto Config v1 Updated 3.4.0 autotag-convention: AutoTag Convention 2.0.2+1.20 autotag: AutoTag 2.0.2+1.20 axolotlitemfix: Axolotl Item Fix 1.1.7 azurelibarmor: AzureLib Armor 1.0.3 badpackets: Bad Packets 0.4.3 bakery: Bakery 1.1.3 balm-fabric: Balm 7.1.4 bamboocombat: Bamboo Combat 1.0.4 bankstorage: Bank Storage 0.3.2 beachparty: Beachparty 1.1.2 beaconoverhaul: Beacon Overhaul 1.8.4+1.20 beautify: Beautify 1.0.0+1.20 bedbenefits: BedBenefits 13.0.2 besmirchment: Besmirchment 1.20.1-2 impersonate: Impersonate 2.10.0 playerabilitylib: Pal 1.8.0 terraform-wood-api-v1: Terraform Wood API (v1) 7.0.1 betterarcheology: Better Archeology 1.0.2 betterdeserttemples: YUNG's Better Desert Temples 1.20-Fabric-3.0.3 org_reflections_reflections: reflections 0.10.2 betterdungeons: YUNG's Better Dungeons 1.20-Fabric-4.0.3 betterendisland: YUNG's Better End Island 1.20-Fabric-2.0.4 betterjungletemples: YUNG's Better Jungle Temples 1.20-Fabric-2.0.4 betterlily: Better Lily Pads 1.20-1.3.2 bettermineshafts: YUNG's Better Mineshafts 1.20-Fabric-4.0.4 betteroceanmonuments: YUNG's Better Ocean Monuments 1.20-Fabric-3.0.3 betterpingdisplay: Better Ping Display 1.1.1 bettersmithingtable: BetterSmithingTable 1.1.0 betterstats: Better Statistics Screen 3.4+fabric-1.20.1 tcdcommons: TCD Commons API 3.4+fabric-1.20.1 betterstrongholds: YUNG's Better Strongholds 1.20-Fabric-4.0.3 betterthanbunnies: Better Than Bunnies 1.3.0 betterthanllamas: Better Than Llamas 1.2.0 bettertrims: BetterTrims 2.0.1 betterwitchhuts: YUNG's Better Witch Huts 1.20-Fabric-3.0.3 bewitchment: Bewitchment 1.20-6 bhmenu: BHMenu-Fabric 2.4.1 biomemakeover: Biome Makeover 1.20.1-1.11.1 taniwha: Taniwha 1.20.0-5.4.0 blast: BLAST 1.11 blockus: Blockus 2.7.6+1.20.1 bonezone: BoneZone 3.0.1 bookshelf: Bookshelf 20.1.6 bosses_of_mass_destruction: Bosses of Mass Destruction (Beta) 1.7.2-1.20 maelstrom_library: Maelstrom Library 1.6-1.20 multipart_entities: MultipartEntities 1.5-1.20 botarium: Botarium 2.2.0 brewinandchewin: Brewin And Chewin fabric-2.1.5+1.20.1 mm: Manningham Mills 2.3 brutalbosses: brutalbosses Mod 1.20.1-6.6 builtinservers: Builtin Servers 2.1+1.20 bushierflowers: Bushier Flowers 0.0.3-1.20.1 bwncr: Bad Wither No Cookie Reloaded 3.17.0 bygonenether: Bygone Nether 1.3.2 cadmus: Cadmus 1.0.2 common-protection-api: Common Protection API 1.0.0 calibrated: Calibrated Access 1.3.0+1.20 blockreachapi: Block Reach API 1.0.0-beta.1+1.20 datacriteria: Data Criteria 1.0.1+1.20 can-i-mine-this-block: cAn i MiNe thIS bLOCk? 1.4.0 cardinal-components: Cardinal Components API 5.2.2 cardinal-components-block: Cardinal Components API (blocks) 5.2.2 cardinal-components-chunk: Cardinal Components API (chunks) 5.2.2 cardinal-components-item: Cardinal Components API (items) 5.2.2 cardinal-components-level: Cardinal Components API (world saves) 5.2.2 cardinal-components-scoreboard: Cardinal Components API (scoreboard) 5.2.2 cardinal-components-world: Cardinal Components API (worlds) 5.2.2 catalogue: Catalogue 1.8.0 cccbridge: CC:C Bridge 1.6.2b-fabric chalk: Chalk 2.2.0 simplefabric: SimpleFabric 1.0.0 charmofundying: Charm of Undying 6.4.2+1.20.1 spectrelib: SpectreLib 0.13.13+1.20.1 chat_heads: Chat Heads 0.10.22 chattoggle: Chat Toggle 4.0.1 chefsdelight: Chefs Delight 1.0.3-fabric-1.20.1 cherishedworlds: Cherished Worlds 6.1.2+1.20.1 chipped: Chipped 3.0.1 chunkloaders: Chunk Loaders 1.2.8+a chunky: Chunky 1.3.92 cinderscapes: Cinderscapes 4.0.8 biolith: Biolith 1.0.0-alpha.8 cinderscapes-client: Cinderscapes: Client 4.0.8 cinderscapes-common: Cinderscapes: Common 4.0.8 cinderscapes-worldgen: Cinderscapes: World Generation 4.0.8 terraform-biome-remapper-api-v1: Terraform Biome Remapper API (v1) 7.0.1 terraform-shapes-api-v1: Terraform Shapes API (v1) 7.0.1 terraform-surfaces-api-v1: Terraform Surfaces API (v1) 7.0.1 clean_tooltips: Clean Tooltips 1.0 cloth-config: Cloth Config v11 11.1.106 cloth-basic-math: cloth-basic-math 0.6.1 clumps: Clumps 12.0.0.3 colorfulhearts: Colorful Hearts 4.0.3 com_electronwill_night-config_core: core 3.6.7 com_electronwill_night-config_toml: toml 3.6.7 colytra: Colytra 6.2.0+1.20.1 completeconfig: CompleteConfig 2.5.0 completeconfig-base: completeconfig-base 2.5.0 completeconfig-gui-cloth: completeconfig-gui-cloth 2.5.0 completeconfig-gui-yacl: completeconfig-gui-yacl 2.5.0 compressed_blocks: compressed_blocks 1.0.0 computercraft: CC: Tweaked 1.108.3 com_jcraft_jzlib: jzlib 1.1.3 io_netty_netty-codec-http: netty-codec-http 4.1.82.Final io_netty_netty-codec-socks: netty-codec-socks 4.1.82.Final io_netty_netty-handler-proxy: netty-handler-proxy 4.1.82.Final org_squiddev_cobalt: Cobalt 0.7.3 connectiblechains: Connectible Chains 2.2.1+1.20.1 continuity: Continuity 3.0.0-beta.3+1.20.1 controlling: Controlling For Fabric 12.0.2 convenientdecor: Convenient Decor 0.3.0 cookingforblockheads: Cooking for Blockheads 16.0.1 corgilib: CorgiLib 4.0.0.4 couplings: Couplings 1.9.5+1.20 coxinhautilities: Coxinha Utilities 1.4.12+1.20.1 crawl: Crawl 0.12.0 create: Create 0.5.1-d-build.1161+mc1.20.1 com_google_code_findbugs_jsr305: jsr305 3.0.2 flywheel: Flywheel 0.6.9-1 milk: Milk Lib 1.2.60 dripstone_fluid_lib: Dripstone Fluid Lib 3.0.2 porting_lib_accessors: Porting Lib Accessors 2.1.1127+1.20 porting_lib_base: Porting Lib Base 2.1.1127+1.20 porting_lib_brewing: Porting Lib Brewing 2.1.1127+1.20 porting_lib_client_events: Porting Lib Client Events 2.1.1127+1.20 porting_lib_entity: Porting Lib Entity 2.1.1127+1.20 porting_lib_extensions: Porting Lib Extensions 2.1.1127+1.20 porting_lib_fake_players: Porting Lib Fake Players 2.1.1127+1.20 porting_lib_models: Porting Lib Models 2.1.1127+1.20 porting_lib_gametest: Porting Lib GameTest 2.1.1127+1.20 porting_lib_model_loader: Porting Lib Model Loader 2.1.1127+1.20 porting_lib_networking: Porting Lib Networking 2.1.1127+1.20 porting_lib_obj_loader: Porting Lib Obj Loader 2.1.1127+1.20 porting_lib_tags: Porting Lib Tags 3.0 porting_lib_tool_actions: Porting Lib Tool Actions 2.1.1127+1.20 porting_lib_transfer: Porting Lib Transfer 2.1.1127+1.20 registrate-fabric: Registrate for Fabric 1.3.62-MC1.20.1 porting_lib_data: Porting Lib Data 2.1.1090+1.20 porting_lib_model_generators: Porting Lib Model Generators 2.1.1090+1.20 porting_lib_model_materials: Porting Lib Model Materials 2.1.1090+1.20 create_jetpack: Create Jetpack 4.0.0 flightlib: Flight Lib 2.0.0 create_structures: Create: Structures 1.1.0 createaddition: Create Crafts & Additions 0.9.0 createdieselgenerators: Create Diesel Generators 2.1.3 creategoggles: Create Goggles 0.5.5.e createreibugfix: CreateFabric&REIBugFix 0.1.0-create0.5.1-mc1.20.x conditional-mixin: conditional mixin 0.3.2 creativecore: CreativeCore 2.11.5 net_minecraftforge_eventbus: eventbus 6.0.3 creeperoverhaul: Creeper Overhaul 3.0.1 croptopia: Croptopia 2.3.2 com_typesafe_config: config 1.4.1 io_leangen_geantyref_geantyref: geantyref 1.3.11 org_spongepowered_configurate-core: configurate-core 4.1.2 org_spongepowered_configurate-hocon: configurate-hocon 4.1.2 ctov: ChoiceTheorem's Overhauled Village 3.3.4 cupboard: cupboard 1.20.1-2.1 dark-loading-screen: Dark Loading Screen 1.6.14 darkmodeeverywhere: DarkModeEverywhere 1.20.1-1.2.2 porting_lib_config: Porting Lib Config 2.1.1108+1.20 darkutils: DarkUtilities 17.0.2 decorative_blocks: Decorative Blocks 4.0.3 deepslatecutting: Deepslate Cutting 1.7.0 defaultoptions: Default Options 18.0.1 diet: Diet 2.1.0+1.20.1 display_case: Display Case Mod 1.0.7 distractingtrims: DistractingTrims 2.0.3 dml-refabricated: Deep Mob Learning: Refabricated 0.5.14-BETA+1.20.1 dml-refabricated-base: DML: Refabricated - Base 0.5.14-BETA+1.20.1 dml-refabricated-modular-armor: DML: Refabricated - Glitch Armor 0.5.14-BETA+1.20.1 dmlsimulacrum: Deep Mob Learning: Simulacrum 0.5.14-BETA+1.20.1 ktdatataglib: KtDataTagLib 1.6.7+1.20.1 doapi: Lets Do Api 1.2.7 dogslie: Let Sleeping Dogs Lie 1.2.0 dragonfight: Dragonfight Mod 1.20.1-4.1 dragonloot: DragonLoot 1.1.4 duckling: Duckling 3.0.0 dummmmmmy: MmmMmmMmmMmm 1.20-1.8.4 dungeons_arise: When Dungeons Arise 2.1.56.1 dusk: Dusk Mod 1.20.1-3.4 dyed: Dyed 1.1.2 eco: Ecospherical Expansion 2.2.0 elytra-trims-extensions: Elytra Trims Extensions 1.2.0 elytraslot: Elytra Slot 6.3.0+1.20.1 elytratrims: Elytra Trims 1.4.1 com_github_llamalad7_mixinextras: MixinExtras 0.2.0 enchdesc: EnchantmentDescriptions 17.0.8 endermanoverhaul: Enderman Overhaul 1.0.1 ends_delight: End's Delight 1.0.1 enhancedcelestials: Enhanced Celestials 5.0.0.2 enhancedworkbenches: Enhanced Workbenches 1.0+1.20.1 entangled: Entangled 1.3.16 entityculling: EntityCulling-Fabric 1.6.2-mc1.20.1 equipmentcompare: Equipment Compare 1.3.7 experiencebugfix: Experience Bug Fix 2 extraordinary_extra_totems: Extraordinary Extra Totems 1.0.3 extrasponges: ExtraSponges 1.5.0 fabric-api: Fabric API 0.87.0+1.20.1 fabric-api-base: Fabric API Base 0.4.30+7abfd51577 fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.35+4d8536c977 fabric-biome-api-v1: Fabric Biome API (v1) 13.0.10+b3afc78b77 fabric-block-api-v1: Fabric Block API (v1) 1.0.9+e022e5d177 fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.40+b3afc78b77 fabric-client-tags-api-v1: Fabric Client Tags 1.1.1+97bb207577 fabric-command-api-v1: Fabric Command API (v1) 1.2.33+f71b366f77 fabric-command-api-v2: Fabric Command API (v2) 2.2.12+b3afc78b77 fabric-commands-v0: Fabric Commands (v0) 0.2.50+df3654b377 fabric-containers-v0: Fabric Containers (v0) 0.1.63+df3654b377 fabric-content-registries-v0: Fabric Content Registries (v0) 4.0.9+b3afc78b77 fabric-convention-tags-v1: Fabric Convention Tags 1.5.4+a1a980da77 fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.18+aeb40ebe77 fabric-data-generation-api-v1: Fabric Data Generation API (v1) 12.2.2+1e61dba177 fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.53+8536527b77 fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.22+b3afc78b77 fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.6.1+e91849a877 fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.62+df3654b377 fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.38+b04edc7a77 fabric-item-api-v1: Fabric Item API (v1) 2.1.27+b3afc78b77 fabric-item-group-api-v1: Fabric Item Group API (v1) 4.0.10+23d9108177 fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.36+fb8d95da77 fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.34+df3654b377 fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.21+b3afc78b77 fabric-loot-api-v2: Fabric Loot API (v2) 1.1.39+b3afc78b77 fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.43+9e7660c677 fabric-message-api-v1: Fabric Message API (v1) 5.1.7+3265161977 fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.49+b3afc78b77 fabric-model-loading-api-v1: Fabric Model Loading API (v1) 1.0.2+709a987177 fabric-models-v0: Fabric Models (v0) 0.4.1+9386d8a777 fabric-networking-api-v1: Fabric Networking API (v1) 1.3.10+eeb8eb3677 fabric-networking-v0: Fabric Networking (v0) 0.3.50+df3654b377 fabric-object-builder-api-v1: Fabric Object Builder API (v1) 11.1.1+6beca84877 fabric-particles-v1: Fabric Particles (v1) 1.1.1+201a23a077 fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.20+b3afc78b77 fabric-registry-sync-v0: Fabric Registry Sync (v0) 2.3.2+4df89eb277 fabric-renderer-api-v1: Fabric Renderer API (v1) 3.1.2+6bdb2ed077 fabric-renderer-indigo: Fabric Renderer - Indigo 1.4.2+6bdb2ed077 fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.45+df3654b377 fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.34+b3afc78b77 fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.27+b3afc78b77 fabric-rendering-v0: Fabric Rendering (v0) 1.1.48+df3654b377 fabric-rendering-v1: Fabric Rendering (v1) 3.0.7+b3afc78b77 fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.3.5+ea08f9d877 fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.11.9+132c48c177 fabric-screen-api-v1: Fabric Screen API (v1) 2.0.7+b3afc78b77 fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.29+b3afc78b77 fabric-sound-api-v1: Fabric Sound API (v1) 1.0.12+b3afc78b77 fabric-transfer-api-v1: Fabric Transfer API (v1) 3.3.0+cdf060b277 fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 4.3.0+6c31357e77 fabric-language-kotlin: Fabric Language Kotlin 1.10.10+kotlin.1.9.10 org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.9.10 org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.9.10 org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.9.10 org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.9.10 org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.22.0 org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.7.3 org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.7.3 org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.4.0 org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.6.0 org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.6.0 org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.6.0 fabricloader: Fabric Loader 0.14.22 fakerlib: fakerlib 0.0.7 porting_lib_attributes: Porting Lib Attributes 2.1.1127+1.20 porting_lib_common: Porting Lib Common 2.1.1127+1.20 porting_lib_core: Porting Lib Core 2.1.1127+1.20 porting_lib_lazy_registration: Porting Lib Lazy Register 2.1.1127+1.20 porting_lib_loot: Porting Lib Loot 2.1.1102+1.20-entity-refactor porting_lib_mixin_extensions: Porting Lib Mixin Extensions 2.1.1127+1.20 porting_lib_registries: Porting Lib Registries 2.1.1127+1.20 porting_lib_utility: Porting Lib Utility 2.1.1127+1.20 fancymenu: FancyMenu 2.14.10 farmersdelight: Farmer's Delight 1.20.1-1.4.2 farmersrespite: Farmer's Respite 2.3.4 farmingforblockheads: Farming for Blockheads 14.0.2 ferritecore: FerriteCore 6.0.0 fishingrework: Fishing Aquatica 1.20.1-0.2.8 fishofthieves: Fish of Thieves 3.0.2 forgeconfigapiport: Forge Config API Port 8.0.0 formations: Formations 1.0.1 formationsnether: Formations Nether 1.0.2 framework: Framework 0.6.16 org_javassist_javassist: javassist 3.29.2-GA friendlyfire: FriendlyFire 18.0.5 froglegs: Frog Legs 1.1.0 ftblibrary: FTB Library 2001.1.3 ftbultimine: FTB Ultimine 2001.1.2 fuelinfo: FuelInfo 1.0.4+1.20 fullstackwatchdog: FullStack Watchdog 1.0.1+1.19.2-fabric fusion: Fusion 1.0.6 fwaystones: Fabric Waystones 3.1.3+mc1.20 gazebo: Gazebos 1.0.2+1.20.1 geckolib: Geckolib 4.2.3 com_eliotlash_mclib_mclib: mclib 20 geode_plus: Geode+ 1.2.0 paragon: Paragon 3.0.2 com_moandjiezana_toml_toml4j: toml4j 0.7.2 glassential: Glassential 2.0.0 goated: You've Goat to be kidding me 1.20-1.3.4 grassoverhaul: Grass Overhaul 23.10.11 graveyard: The Graveyard 2.9.1 guardvillagers: GuardVillagers 2.0.8-1.20.1 handcrafted: Handcrafted 3.0.3 hauntedharvest: Haunted Harvest 1.20-3.1.11 heartbond: Heartbond 1.6.0 heracles: Heracles 1.0.5 hermes: Hermes 1.2.0 iceberg: Iceberg 1.1.15 immediatelyfast: ImmediatelyFast 1.2.6+1.20.2 net_lenni0451_reflect: Reflect 1.2.4 immersive_armors: Immersive Armors 1.6.1+1.20.1 indium: Indium 1.0.21+mc1.20.1 indrev: Industrial Revolution 1.16.5-BETA libgui: LibGui 8.0.0+1.20 jankson: Jankson 5.0.1+j1.2.2 libninepatch: LibNinePatch 1.2.0 noindium: No Indium? 1.1.0+1.19 inventorysorter: Inventory Sorter 1.9.0-1.20 kyrptconfig: Kyrpt Config 1.5.6-1.20 iris: Iris 1.6.4 io_github_douira_glsl-transformer: glsl-transformer 2.0.0-pre13 org_anarres_jcpp: jcpp 1.4.14 org_antlr_antlr4-runtime: antlr4-runtime 4.11.1 iron-jetpacks: Iron Jetpacks 0.4.7 ironchests: Iron Chests: Restocked 5.0.2 itemcollectors: Item Collectors 1.1.8 itemfavorites: ItemFavorites 1.0.4+1.20.1 jamlib: JamLib 0.6.1+1.20.x java: OpenJDK 64-Bit Server VM 17 javd: Just Another Void Dimension 5.0.1+mc1.20.1 jeed: Just Enough Effects Descriptions 1.20-2.1.5 jewelry: Jewelry 1.1.2+1.20.1 com_github_zsoltmolnarrr_tinyconfig: TinyConfig 2.3.2 journeymap: Journeymap 5.9.15 journeymap-api-fabric: JourneyMap API 1.20-1.9-fabric-SNAPSHOT jumpoverfences: JumpOverFences 1.0-SNAPSHOT kibe: Kibe 1.10.1-BETA+1.20 konkrete: Konkrete 1.7.0 kubejs: KubeJS 2001.6.3-build.73 lazydfu: LazyDFU 0.1.3 legendarytooltips: Legendary Tooltips 1.4.4 leveltextfix: LevelTextFix 7.0.2 libz: LibZ 1.0.2 com_fasterxml_jackson_core_jackson-annotations: jackson-annotations 2.15.2 com_fasterxml_jackson_core_jackson-core: jackson-core 2.15.2 com_fasterxml_jackson_core_jackson-databind: jackson-databind 2.15.2 lightoverlay: Light Overlay 8.0.0 lithium: Lithium 0.11.2 logbegone: Log Begone 1.0.8 lolmcv: More Chest Variants 1.4.1 lookinsharp: Lookin' Sharp! 1.0.1 reach-entity-attributes: Reach Entity Attributes 2.4.1 lootjs: LootJS 2.10.3 lootr: Lootr 0.7.29.75 maxhealthfix: MaxHealthFix 12.0.2 mcpitanlibarch: MCPitanLib 1.7.9-1.20.1-fabric org_yaml_snakeyaml: snakeyaml 2.0 mcwbridges: Macaw's Bridges 2.1.0 mcwdoors: Macaw's Doors 1.1.0 mcwfences: Macaw's Fences and Walls 1.0.7 mcwlights: Macaw's Lights and Lamps 1.0.6 mcwpaths: Macaw's Paths and Pavings 1.0.3 mcwroofs: Macaw's Roofs 2.2.4 mcwtrpdoors: Macaw's Trapdoors 1.1.1 mcwwindows: Macaw's Windows 2.2.0 measurements: Measurements 2.0.0 megacells: MEGA Cells 2.1.5-1.20.1 menulogue: Menulogue 1.20.1-1.0.4 merequester: ME Requester 1.20.1-1.1.4 mi_sound_addon: MI Sound Addon 1.0.1-1.20.1 magna: Magna 1.10.1+1.20.1 midnightlib: MidnightLib 1.4.1 mighty_mail: Mighty Mail 1.0.14 minecells: Mine Cells 1.5.7 omega-config: OmegaConfig 1.2.3-1.18.1 minecraft: Minecraft 1.20.1 minerally: Minerally 1.20.2-1.0 miningutility: Mining Utility 1.2.7+1.20.1 yet_another_config_lib_v3: YetAnotherConfigLib 3.2.1+1.20 com_twelvemonkeys_common_common-image: common-image 3.10.0-SNAPSHOT com_twelvemonkeys_common_common-io: common-io 3.10.0-SNAPSHOT com_twelvemonkeys_common_common-lang: common-lang 3.10.0-SNAPSHOT com_twelvemonkeys_imageio_imageio-core: imageio-core 3.10.0-SNAPSHOT com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.10.0-SNAPSHOT com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.10.0-SNAPSHOT org_quiltmc_parsers_gson: gson 0.2.1 org_quiltmc_parsers_json: json 0.2.1 modern_industrialization: Modern Industrialization 1.7.4 modernfix: ModernFix 5.8.1+mc1.20.1 mooblooms: Mooblooms 1.6.2 moonlight: Moonlight 1.20-2.8.51 more_armor_trims: More Armor Trims 1.1.1-1.20.1 moremobvariants: More Mob Variants 1.2.2 mousetweaks: Mouse Tweaks 2.25 mr_tidal_towns: Tidal Towns 1.2 mythicupgrades: Mythic Upgrades mc1.20.1-2.2.2 natures_spirit: Nature's Spirit 1.1.1 naturescompass: Nature's Compass 1.20.1-2.2.3-fabric nears: Nears 2.0.4 necronomicon: Necronomicon 1.1.0 neruina: Neruina 1.2.6 mixinsquared: MixinSquared 0.1.1 netherdepthsupgrade: Nether Depths Upgrade fabric-3.1.0-1.20 netherportalfix: NetherPortalFix 13.0.0 nochatreports: No Chat Reports 1.20.1-v2.2.2 obscure_api: Obscure API 16 obsidianboat: Obsidian Boat 3.0.2+mc1.20.1 onlyhammers: OnlyHammers 1.20.1-0.2 openloader: OpenLoader 19.0.3 owo: oωo 0.11.2+1.20 blue_endless_jankson: jankson 1.2.2 packedup: Packed Up 1.0.30 packetfixer: Packet Fixer 1.1.7 paginatedadvancements: Paginated Advancements 2.3.0 patchouli: Patchouli 1.20.1-81-FABRIC fiber: fiber 0.23.0-2 pehkui: Pehkui 3.7.8+1.14.4-1.20.1 kanos_config: Kanos Config 0.4.1+1.14.4-1.19.4 perfectplushies: Perfect Plushies 1.5.0 piercingpaxels: piercingpaxels 1.0.12 pigpen: PigPen 15.0.2 playdate: Playdate 2.0.0 player-animator: Player Animator 1.0.2-rc1+1.20 pling: Pling 1.8.0 polymer-bundled: Polymer 0.5.16+1.20.1 polymer-blocks: Polymer (Textured Blocks) 0.5.16+1.20.1 polymer-common: Polymer (Common) 0.5.16+1.20.1 polymer-core: Polymer (Core) 0.5.16+1.20.1 polymer-networking: Polymer (Networking) 0.5.16+1.20.1 polymer-registry-sync-manipulator: Polymer (Registry Sync Manipulator) 0.5.16+1.20.1 polymer-resource-pack: Polymer (Resource Pack) 0.5.16+1.20.1 polymer-virtual-entity: Polymer (Virtual Entity) 0.5.16+1.20.1 polymorph: Polymorph 0.49.0+1.20.1 portable_tables: Portable Tables 2.4 powah: Powah! 5.0.2 prism: Prism 1.0.5 projectile_damage: Projectile Damage Attribute 3.2.2+1.20.1 prometheus: Prometheus 1.2.1 railways: Create: Steam 'n' Rails 1.5.1+fabric-mc1.20.1 rare-ice: Rare Ice 0.6.0 reacharound: Reacharound 1.1.2 reborncore: Reborn Core 5.8.7 rechiseled: Rechiseled 1.1.5 rechiseledcreate: Rechiseled: Create 1.0.1 reeses-sodium-options: Reese's Sodium Options 1.6.3+mc1.20.1-build.92 regions_unexplored: Regions Unexplored 0.5.3+1.20.1 repurposed_structures: Repurposed Structures 7.1.9+1.20.1-fabric resourcefulconfig: Resourcefulconfig 2.1.0 resourcefullib: Resourceful Lib 2.1.11 com_teamresourceful_bytecodecs: bytecodecs 1.0.2 com_teamresourceful_yabn: yabn 1.0.3 respawnablepets: Respawnable Pets 1.20-1 respitecreators: Respite Creators 1.2.0 rhino: Rhino 2001.2.2-build.6 rightclickharvest: Right Click Harvest 3.2.3+1.19.x-1.20.1-fabric riverredux: River Redux 0.3.1 rootsclassic: Roots Classic 1.2.1-fabric porting_lib: Porting Lib 2.1.1087+1.20 mm_shedaniel: Manningham Mills (shedaniel's fork) 2.4.1 porting_lib_chunk_loading: Porting Lib Chunk Loading 2.1.1087+1.20 porting_lib_model_builders: Porting Lib Model Builders 2.1.1087+1.20 porting_lib_recipe_book_categories: Porting Lib Recipe Book Categories 2.1.1087+1.20 roughlyenoughitems: Roughly Enough Items 12.0.665 error_notifier: Error Notifier 1.0.9 roughlyenoughprofessions: Roughly Enough Professions 2.0.2 roughlyenoughresources: Roughly Enough Resources 2.9.0 runelic: Runelic 18.0.2 runes: Runes 0.9.10+1.20.1 sdrp: Simple Discord Rich Presence 4.0.2-build.36+mc1.20.1 com_github_jagrosh_discordipc: DiscordIPC a8d6631cc9 com_kohlschutter_junixsocket_junixsocket-common: junixsocket-common 2.6.2 com_kohlschutter_junixsocket_junixsocket-native-common: junixsocket-native-common 2.6.2 org_json_json: json 20210307 searchables: Searchables 1.0.2 sihywtcamd: sihywtcamd 1.7.5+1.20.1 simplemagnets: Simple Magnets 1.1.10 simplyswords: Simply Swords 1.51.4-1.20.1 spruceui: SpruceUI 5.0.0+1.20 skeletalremains: Skeletal Remains 1.4.1 sliceanddice: Create Slice & Dice 3.0.0 smwyg: Show Me What You Got 1.1.1 sneak_through_berries: Sneak Through Berries 8.0.0+1.20.1 sodium: Sodium 0.4.10+build.27 soulsweapons: Marium's Soulslike Weaponry 0.9.9.7-1.20-fabric spark: spark 1.10.53 speedometer: Speedometer Mod 1.3.1 spell_engine: Spell Engine 0.11.0+1.20.1 spell_power: Spell Power Attribute 0.9.18+1.20.1 status-effect-bars: Status Effect Bars 1.0.3 strangeberries: Strange Berries 2.3.2 strongersnowballs: StrongerSnowballs 13.0.2 structory: Structory 1.3.3 structory_towers: Structory: Towers 1.0.5 subterrestrial: Subterrestrial 2.2.0 supermartijn642configlib: SuperMartijn642's Config Lib 1.1.8+a supermartijn642corelib: SuperMartijn642's Core Lib 1.1.15 supplementaries: Supplementaries 1.20-2.6.15 techreborn: Tech Reborn 5.8.7 tempad: Tempad 2.1.1 terrablender: TerraBlender 3.0.0.169 tesseract: Tesseract 1.0.35a the_bumblezone: The Bumblezone - Fabric 7.0.20+1.20.1-fabric tinycoal: Tiny Coal 1.1.4 tipsmod: Tips 12.0.3 toolkit: Toolkit 3.0.2-build.23+mc1.20.1 toolstats: ToolStats 16.0.4 totw_additions: Towers of the Wild: Additions 1.3 tramplenomore: TrampleNoMore 13.0.2 trashcans: Trash Cans 1.0.18 travelersbackpack: Traveler's Backpack 1.20.1-9.1.6 trenzalore: Trenzalore 3.3.9 com_unrealdinnerbone_unrealconfig-core: UnRealConfig-core 12.3.4 com_unrealdinnerbone_unrealconfig-gson: UnRealConfig-gson 12.3.4 trimeffects: Trim Effects 1.0.3-fabric trinkets: Trinkets 3.7.1 triqueapi: TriQue API mc1.20.1-1.1.0 trowel: Trowel 1.2.1@1.20 twigs: Twigs 3.1.0 universal-graves: Universal Graves 3.0.0+1.20.1 fabric-permissions-api-v0: fabric-permissions-api 0.2-SNAPSHOT placeholder-api: Placeholder API 2.1.3+1.20.1 predicate-api: Predicate API 0.2.1+1.20.1 server_translations_api: Server Translations API 2.0.0+1.20 packet_tweaker: Packet Tweaker 0.4.0+1.19.4 sgui: sgui 1.2.2+1.20 utilitybelt: Utility Belt 1.3.5+1.20.x tutorial-lib: Tutorial Lib 1.1.2+1.20.x vanilla_claws: Vanilla Claws 1.1 villager-hats: Villager Hats 1.6.1+1.20 villager-trading-station: Villager Trading Station 1.2.0 villagersplus: Villagers Plus 2.1 vinery: Vinery 1.4.5 visuality: Visuality 0.7.1+1.20 voicechat: Simple Voice Chat 1.20.1-2.4.28 voidz: VoidZ 1.0.10 wardentools: Warden Tools mc1.20.1-2.3.2 whatthebucket: WhatTheBucket 11.0.3 wirelesschargers: Wireless Chargers 1.0.9 wirelessnetworks: Wireless Networks 1.7.1 wits: WITS 1.1.0+1.20.1-fabric wizards: Wizards 1.0.1+1.20.1 wormhole: Wormhole (Portals) 1.1.15 wthit: wthit 8.4.0 yeetusexperimentus: Yeetus Experimentus 2.3.1-build.6+mc1.20.1 yungsapi: YUNG's API 1.20-Fabric-4.0.2 yungsbridges: YUNG's Bridges 1.20-Fabric-4.0.3 yungsextras: YUNG's Extras 1.20-Fabric-4.0.3 zenith: Zenith 0.1.5-1.20.1 zenith_attributes: Zenith Attributes 0.0.4 additionalentityattributes: Additional Entity Attributes 1.4.0+1.20.0 Loaded Shaderpack: (off) NEC status: No NEC detected Flywheel Backend: GL33 Instanced Arrays Launched Version: fabric-loader-0.14.22-1.20.1 Backend library: LWJGL version 3.3.1 SNAPSHOT Backend API: NVIDIA GeForce GTX 970/PCIe/SSE2 GL version 3.2.0 NVIDIA 536.23, NVIDIA Corporation Window size: 2560x1017 GL Caps: Using framebuffer using OpenGL 3.2 GL debug messages: Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'fabric' Type: Client (map_client.txt) Graphics mode: fancy Resource Packs: vanilla, fabric, Moonlight Mods Dynamic Assets, resources/AoF7_menus.zip Current Language: en_us CPU: 12x AMD Ryzen 5 5600X 6-Core Processor

Linguardium commented 7 months ago

did your legendary tooltips config suddenly change how it renders tooltips (Again) https://github.com/TeamAOF/All-of-Fabric-7/blob/774139096dfd465b82a945ffdbf4f5a420554f67/config/legendarytooltips-common.toml#L34

please make sure you are using the current configs and mods. deleting configs may cause problems