Roughly Enough Items Fabric/Forge/NeoForge (REI)

Roughly Enough Items Fabric/Forge/NeoForge (REI)

40M Downloads

[Bug] Crash occuring during Rendering entry base

Frontear opened this issue · 3 comments

commented

What happened?

Opened the inventory, began typing in the search bar and it crashed. I did press Ctrl+F as a shortcut for the search bar (but its not), I doubt that caused anything but those were my exact steps.

What mod loaders are you seeing the problem on?

Fabric

What do you think this bug is of?

  • Visual
  • Recipe Lookup
  • Cheat Mode
  • Plugin Integration / JEI Plugin Compatibility
  • Others

Relevant log output

---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!

Time: 2023-02-02 11:21:16
Description: Rendering entry base

java.lang.IllegalStateException: BufferBuilder not started
	at net.minecraft.class_287.method_22900(class_287.java:416)
	at net.minecraft.class_4584.method_22912(class_4584.java:18)
	at net.minecraft.class_4588.method_22918(class_4588.java:1532)
	at link.infra.indium.renderer.render.VertexConsumerQuadBufferer.bufferQuad(VertexConsumerQuadBufferer.java:46)
	at link.infra.indium.renderer.render.ItemRenderContext.bufferQuad(ItemRenderContext.java:179)
	at link.infra.indium.renderer.render.ItemRenderContext.renderQuad(ItemRenderContext.java:205)
	at link.infra.indium.renderer.render.ItemRenderContext$FallbackConsumer.renderQuadWithTransform(ItemRenderContext.java:298)
	at link.infra.indium.renderer.render.ItemRenderContext$FallbackConsumer.accept(ItemRenderContext.java:281)
	at link.infra.indium.renderer.render.ItemRenderContext$FallbackConsumer.accept(ItemRenderContext.java:267)
	at net.fabricmc.fabric.api.renderer.v1.render.RenderContext$1.accept(RenderContext.java:62)
	at net.minecraft.class_1087.emitItemQuads(class_1087.java:551)
	at net.fabricmc.fabric.api.renderer.v1.model.ForwardingBakedModel.emitItemQuads(ForwardingBakedModel.java:56)
	at me.pepperbell.continuity.client.model.EmissiveBakedModel.emitItemQuads(EmissiveBakedModel.java:95)
	at link.infra.indium.renderer.render.ItemRenderContext.renderModel(ItemRenderContext.java:111)
	at net.minecraft.class_918.handler$hdd000$hook_renderItem(class_918.java:6057)
	at net.minecraft.class_918.method_23179(class_918.java:132)
	at me.shedaniel.rei.plugin.client.entry.ItemEntryDefinition$ItemEntryRenderer.renderBase(ItemEntryDefinition.java:319)
	at me.shedaniel.rei.plugin.client.entry.ItemEntryDefinition$ItemEntryRenderer.renderBase(ItemEntryDefinition.java:244)
	at me.shedaniel.rei.impl.client.gui.widget.BatchedEntryRendererManager.renderBatched(BatchedEntryRendererManager.java:190)
	at me.shedaniel.rei.impl.client.gui.widget.BatchedEntryRendererManager.render(BatchedEntryRendererManager.java:123)
	at me.shedaniel.rei.impl.client.gui.widget.entrylist.PaginatedEntryListWidget.renderEntries(PaginatedEntryListWidget.java:110)
	at me.shedaniel.rei.impl.client.gui.widget.entrylist.EntryListWidget.method_25394(EntryListWidget.java:196)
	at me.shedaniel.rei.impl.client.gui.ScreenOverlayImpl.renderWidgets(ScreenOverlayImpl.java:346)
	at me.shedaniel.rei.impl.client.gui.ScreenOverlayImpl.method_25394(ScreenOverlayImpl.java:244)
	at me.shedaniel.rei.RoughlyEnoughItemsCoreClient.lambda$registerEvents$22(RoughlyEnoughItemsCoreClient.java:424)
	at net.minecraft.class_465.handler$bap000$renderBackground(class_465.java:1240)
	at net.minecraft.class_465.method_25394(class_465.java:100)
	at net.minecraft.class_485.method_25394(class_485.java:27)
	at net.minecraft.class_490.method_25394(class_490.java:90)
	at net.minecraft.class_757.method_3192(class_757.java:881)
	at net.minecraft.class_310.method_1523(class_310.java:1177)
	at net.minecraft.class_310.method_1514(class_310.java:768)
	at net.minecraft.client.main.Main.method_44604(Main.java:244)
	at net.minecraft.client.main.Main.main(Main.java:51)
	at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
	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:88)
	at org.prismlauncher.EntryPoint.listen(EntryPoint.java:126)
	at org.prismlauncher.EntryPoint.main(EntryPoint.java:71)


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

-- Head --
Thread: Render thread
Stacktrace:
	at net.minecraft.class_287.method_22900(class_287.java:416)
	at net.minecraft.class_4584.method_22912(class_4584.java:18)
	at net.minecraft.class_4588.method_22918(class_4588.java:1532)
	at link.infra.indium.renderer.render.VertexConsumerQuadBufferer.bufferQuad(VertexConsumerQuadBufferer.java:46)
	at link.infra.indium.renderer.render.ItemRenderContext.bufferQuad(ItemRenderContext.java:179)
	at link.infra.indium.renderer.render.ItemRenderContext.renderQuad(ItemRenderContext.java:205)
	at link.infra.indium.renderer.render.ItemRenderContext$FallbackConsumer.renderQuadWithTransform(ItemRenderContext.java:298)
	at link.infra.indium.renderer.render.ItemRenderContext$FallbackConsumer.accept(ItemRenderContext.java:281)
	at link.infra.indium.renderer.render.ItemRenderContext$FallbackConsumer.accept(ItemRenderContext.java:267)
	at net.fabricmc.fabric.api.renderer.v1.render.RenderContext$1.accept(RenderContext.java:62)
	at net.minecraft.class_1087.emitItemQuads(class_1087.java:551)
	at net.fabricmc.fabric.api.renderer.v1.model.ForwardingBakedModel.emitItemQuads(ForwardingBakedModel.java:56)
	at me.pepperbell.continuity.client.model.EmissiveBakedModel.emitItemQuads(EmissiveBakedModel.java:95)
	at link.infra.indium.renderer.render.ItemRenderContext.renderModel(ItemRenderContext.java:111)
	at net.minecraft.class_918.handler$hdd000$hook_renderItem(class_918.java:6057)
	at net.minecraft.class_918.method_23179(class_918.java:132)
Mixins in Stacktrace: None found

-- Screen details --
Details:
	Screen name: net.minecraft.class_490
Stacktrace:
	at me.shedaniel.rei.impl.client.util.CrashReportUtils.screen(CrashReportUtils.java:50)
	at me.shedaniel.rei.impl.client.util.CrashReportUtils.essential(CrashReportUtils.java:44)
	at me.shedaniel.rei.impl.client.gui.widget.BatchedEntryRendererManager.renderBatched(BatchedEntryRendererManager.java:193)
	at me.shedaniel.rei.impl.client.gui.widget.BatchedEntryRendererManager.render(BatchedEntryRendererManager.java:123)
	at me.shedaniel.rei.impl.client.gui.widget.entrylist.PaginatedEntryListWidget.renderEntries(PaginatedEntryListWidget.java:110)
	at me.shedaniel.rei.impl.client.gui.widget.entrylist.EntryListWidget.method_25394(EntryListWidget.java:196)
	at me.shedaniel.rei.impl.client.gui.ScreenOverlayImpl.renderWidgets(ScreenOverlayImpl.java:346)
	at me.shedaniel.rei.impl.client.gui.ScreenOverlayImpl.method_25394(ScreenOverlayImpl.java:244)
	at me.shedaniel.rei.RoughlyEnoughItemsCoreClient.lambda$registerEvents$22(RoughlyEnoughItemsCoreClient.java:424)
	at net.minecraft.class_465.handler$bap000$renderBackground(class_465.java:1240)
	at net.minecraft.class_465.method_25394(class_465.java:100)
	at net.minecraft.class_485.method_25394(class_485.java:27)
	at net.minecraft.class_490.method_25394(class_490.java:90)
	at net.minecraft.class_757.method_3192(class_757.java:881)
	at net.minecraft.class_310.method_1523(class_310.java:1177)
	at net.minecraft.class_310.method_1514(class_310.java:768)
	at net.minecraft.client.main.Main.method_44604(Main.java:244)
	at net.minecraft.client.main.Main.main(Main.java:51)
	at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
	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:88)
	at org.prismlauncher.EntryPoint.listen(EntryPoint.java:126)
	at org.prismlauncher.EntryPoint.main(EntryPoint.java:71)
Mixins in Stacktrace: None found

-- Renderer details --
Details:
	Renderer name: me.shedaniel.rei.impl.client.gui.widget.entrylist.EntryListStackEntry
	Z level: 0
	Bounds: me.shedaniel.math.Rectangle@4032e2f1[height=18,width=18,x=930,y=442]
	Notice mark: 0
	Interactable: true
	Interactable favorites: true
	Highlight enabled: true
	Tooltip enabled: true
	Background enabled: false
	Entries count: 1

-- Current Rendering Entry --
Details:
	Renderer name: me.shedaniel.rei.impl.common.entry.TypedEntryStack
	Z level: 100
	Entry type: minecraft:item
	Is empty: false
	Entry identifier: minecraft:magma_block

-- Entry Renderer --
Details:
	Entry definition class name: me.shedaniel.rei.plugin.client.entry.ItemEntryDefinition
	Item Type: magma_block
	Item Damage: 0
	Item NBT: null
	Item Foil: false

-- Screen details --
Details:
	Screen name: net.minecraft.class_490

-- System Details --
Details:
	Minecraft Version: 1.19.2
	Minecraft Version ID: 1.19.2
	Operating System: Windows 11 (amd64) version 10.0
	Java Version: 18.0.2.1, Eclipse Adoptium
	Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium
	Memory: 4394432992 bytes (4190 MiB) / 10737418240 bytes (10240 MiB) up to 10737418240 bytes (10240 MiB)
	CPUs: 12
	Processor Vendor: AuthenticAMD
	Processor Name: AMD Ryzen 5 3600 6-Core Processor              
	Identifier: AuthenticAMD Family 23 Model 113 Stepping 0
	Microarchitecture: Zen 2
	Frequency (GHz): 3.59
	Number of physical packages: 1
	Number of physical CPUs: 6
	Number of logical CPUs: 12
	Graphics card #0 name: NVIDIA GeForce GTX 1070 Ti
	Graphics card #0 vendor: NVIDIA (0x10de)
	Graphics card #0 VRAM (MB): 4095.00
	Graphics card #0 deviceId: 0x1b82
	Graphics card #0 versionInfo: DriverVersion=31.0.15.2824
	Memory slot #0 capacity (MB): 16384.00
	Memory slot #0 clockSpeed (GHz): 3.60
	Memory slot #0 type: DDR4
	Memory slot #1 capacity (MB): 16384.00
	Memory slot #1 clockSpeed (GHz): 3.60
	Memory slot #1 type: DDR4
	Virtual memory max (MB): 34743.84
	Virtual memory used (MB): 29553.32
	Swap memory total (MB): 2048.00
	Swap memory used (MB): 81.12
	JVM Flags: 61 total; -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+UnlockDiagnosticVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -XX:UseAVX=3 -XX:+UseStringDeduplication -XX:+UseFastUnorderedTimeStamps -XX:+UseAES -XX:+UseAESIntrinsics -XX:UseSSE=4 -XX:+UseFMA -XX:AllocatePrefetchStyle=1 -XX:+UseLoopPredicate -XX:+RangeCheckElimination -XX:+EliminateLocks -XX:+DoEscapeAnalysis -XX:+UseCodeCacheFlushing -XX:+SegmentedCodeCache -XX:+UseFastJNIAccessors -XX:+OptimizeStringConcat -XX:+UseCompressedOops -XX:+UseThreadPriorities -XX:+OmitStackTraceInFastThrow -XX:+TrustFinalNonStaticFields -XX:ThreadPriorityPolicy=1 -XX:+UseInlineCaches -XX:+RewriteBytecodes -XX:+RewriteFrequentPairs -XX:+UseNUMA -XX:-DontCompileHugeMethods -XX:+UseFPUForSpilling -XX:+UseFastStosb -XX:+UseNewLongLShift -XX:+UseVectorCmov -XX:+UseXMMForArrayCopy -XX:+UseXmmI2D -XX:+UseXmmI2F -XX:+UseXmmLoadAndClearUpper -XX:+UseXmmRegToRegMoveAll -XX:+HeapDumpOnOutOfMemoryError -XX:NativeMemoryTracking=detail -XX:+ShowMessageBoxOnError -Xlog:gc*,cpu*,heap* -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms10240m -Xmx10240m
	Fabric Mods: 
		additionalstructures: Additional Structures 4.1.1
		adorn: Adorn 3.8.1+1.19.2
		advanced_runtime_resource_pack: Runtime Resource Pack 0.6.4
		advancementplaques: Advancement Plaques 1.4.6
		advdebug: Advancements Debug 2.3.0
		adventurez: AdventureZ 1.4.17
		alloy_forgery: Alloy Forgery 2.0.17+1.19
		alternate-current: Alternate Current 1.4.0
		animatica: Animatica 0.5+1.19
		another_furniture: Another Furniture 2.1.2-1.19.2
		arcanus: Arcanus 1.30
		architects_palette: Architect's Palette Fabric 2.1.1
		architectury: Architectury 6.4.62
		archon: Archon 0.4.1
			omega-config: OmegaConfig 1.2.3-1.18.1
		autotag-convention: AutoTag Convention 2.0.0+1.19
			autotag: AutoTag 2.0.0+1.19
		badpackets: Bad Packets 0.2.1
		balm-fabric: Balm 4.5.2+0
		barteringstation: Bartering Station 4.0.3
		bcc: BetterCompatibilityChecker 2.0.2-build.16+mc1.19.1
		bclib: BCLib 2.1.5
		beekeeperhut: Friends&Foes - Beekeeper Hut 1.2.0
		besmirchment: Besmirchment 1.19-7
			playerabilitylib: Pal 1.6.0
			reach-entity-attributes: Reach Entity Attributes 2.3.0
			terraform-wood-api-v1: Terraform Wood API (v1) 4.2.0
		betteradvancements: Better Advancements 0.2.2.142
		betteranimationscollection: Better Animations Collection 4.0.5
		bettercombat: Better Combat 1.5.5+1.19
		betterdeserttemples: YUNG's Better Desert Temples 1.19.2-Fabric-2.2.1
		betterdungeons: YUNG's Better Dungeons 1.19.2-Fabric-3.2.1
		betterend: Better End 2.1.3
		betterfpsdist: Better FPS distance Mod 1.19-2.4
		bettermineshafts: YUNG's Better Mineshafts 1.19.2-Fabric-3.2.0
		bettermounthud: Better Mount HUD 1.2.0
		betternether: Better Nether 7.1.2
		betteroceanmonuments: YUNG's Better Ocean Monuments 1.19.2-Fabric-2.1.0
		betterstats: Better Statistics Screen 2.1.1+1.19.2
			tcdcommons: TCD Commons API 1.1+1.19.2
		betterstrongholds: YUNG's Better Strongholds 1.19.2-Fabric-3.2.0
		betterthirdperson: Better Third Person 1.9.0
		bettertridents: Better Tridents 4.0.2
		betterwitchhuts: YUNG's Better Witch Huts 1.19.2-Fabric-2.1.0
		bewitchment: Bewitchment 1.19-6
			impersonate: Impersonate 2.8.0
			step-height-entity-attribute: Step Height Entity Attribute 1.0.0
		bhmenu: BHMenu-Fabric 1.19-1.3
		biomemakeover: Biome Makeover 1.19.2-1.6.2
		blur: Blur (Fabric) 2.6.0
			satin: Satin 1.8.0
		boatbreakfix: Boat Break Fix 1.0.11
		boatiview: Boat Item View Fabric 0.0.4
		bookshelf: Bookshelf 16.2.17
		bosses_of_mass_destruction: Bosses of Mass Destruction (Beta) 1.4.6-1.19.2
			maelstrom_library: Maelstrom Library 1.3-1.19-pre1
			multipart_entities: MultipartEntities 1.2-1.19-pre1
		bountiful: Bountiful 3.0.0
		brewinandchewin: Brewin And Chewin fabric-1.0.5+1.19.2
		bwplus: Bewitchment Plus 1.19-9
		byg: Oh The Biomes You'll Go 2.0.0.13
			com_electronwill_night-config_core: core 3.6.6
			com_electronwill_night-config_toml: toml 3.6.6
		cardinal-components: Cardinal Components API 5.0.2
			cardinal-components-base: Cardinal Components API (base) 5.0.2
			cardinal-components-block: Cardinal Components API (blocks) 5.0.2
			cardinal-components-chunk: Cardinal Components API (chunks) 5.0.2
			cardinal-components-entity: Cardinal Components API (entities) 5.0.2
			cardinal-components-item: Cardinal Components API (items) 5.0.2
			cardinal-components-level: Cardinal Components API (world saves) 5.0.2
			cardinal-components-scoreboard: Cardinal Components API (scoreboard) 5.0.2
			cardinal-components-world: Cardinal Components API (worlds) 5.0.2
		carryon: Carry On 2.0.4.6
			com_github_llamalad7_mixinextras: MixinExtras 0.2.0-beta.1
		cem: Custom Entity Models 0.7.1
			completeconfig-base: completeconfig-base 2.0.0-beta.3
			completeconfig-gui-cloth: completeconfig-gui-cloth 2.0.0-beta.3
		charm: Charm 4.4.4
			com_moandjiezana_toml_toml4j: toml4j 0.7.2
		charmofundying: Charm of Undying 6.1.1+1.19.2
		charmonium: Charmonium 4.2.1
		chat_heads: Chat Heads 0.9.0
		chatpatches: Chat Patches 192.2.0
		cherishedworlds: Cherished Worlds 6.0.1+1.19.2
		chubbystuff: Chubby Stuff 2.0.1-fabric
		cinderscapes: Cinderscapes 3.0.3
			cinderscapes-client: Cinderscapes: Client 3.0.3
			cinderscapes-common: Cinderscapes: Common 3.0.3
			cinderscapes-worldgen: Cinderscapes: World Generation 3.0.3
		citresewn: CIT Resewn 1.1.2+1.19.2
			citresewn-defaults: CIT Resewn: Defaults 1.1.2+1.19.2
		cleancut: CleanCut 1.19.2-5.1-fabric
		clienttweaks: Client Tweaks 8.1.0
		cloth-api: Cloth API 4.0.65
			cloth-basic-math: cloth-basic-math 0.6.1
			cloth-client-events-v0: Cloth Client Events v0 4.0.65
			cloth-common-events-v1: Cloth Common Events v1 4.0.65
			cloth-scissors-api-v1: Cloth Scissors API v1 4.0.65
			cloth-utils-v1: Cloth Utils v1 4.0.65
		cloth-config: Cloth Config v8 8.2.88
		clumps: Clumps 9.0.0+14
		collective: Collective 6.43
		colormatic: Colormatic 3.1.2+mc.1.19
		combatroll: Combat Roll 1.1.2+1.19
		conjuring: Conjuring 1.0.26+1.19
		connectivity: Connectivity Mod 1.19.2-3.8
		continuity: Continuity 2.0.1+1.19
		controlling: Controlling For Fabric 10.0+7
		corgilib: CorgiLib 1.0.0.20
		crawl: Crawl 0.11.1
			mm: Manningham Mills 2.3
		creaturesfromthesnow: Creatures from The Snow 4.1.0+1.19.2
		ctov: ChoiceTheorem's Overhauled Villages 3.1.4
		culturaldelights: Cultural Delights Fabric 0.14.9+1.19.2
		darkpaintings: DarkPaintings 13.1.5
		dashloader: DashLoader 4.1.3+1.19
			com_github_luben_zstd-jni: zstd-jni 1.5.2-2
			dev_quantumfusion_hyphen: Hyphen 0.2.2
			dev_quantumfusion_taski: Taski 1.1.0
		dataattributes: Data Attributes 1.4.0
		dawn: Dawn API 3.5.0
		debugify: Debugify 2.8.0
		decorative_blocks: Decorative Blocks 3.0.0
		deeperdarker: Deeper and Darker 1.1.6
			customportalapi: Custom Portal Api 0.0.1-beta54-1.19
			paragon: Paragon 3.0.2
				org_yaml_snakeyaml: snakeyaml 1.27
		deepslatecutting: Deepslate Cutting 1.5.0
		dehydration: Dehydration 1.3.3
		dragonloot: DragonLoot 1.1.2
		dramaticdoors: Dramatic Doors (Fabric) 1.19.2-1.4.0_1
		drippyloadingscreen: Drippy Loading Screen 1.6.6
		droplight: Droplight 1.0.5
		dummmmmmy: MmmMmmMmmMmm 1.19.2-1.6.2
		dungeon_difficulty: Dungeon Difficulty 2.0.0+1.19
			com_github_zsoltmolnarrr_tinyconfig: TinyConfig 2.1.1
		dungeons_arise: When Dungeons Arise 2.1.54
		easyanvils: Easy Anvils 4.0.6
		ecologics: Ecologics 2.1.11
		edenring: EdenRing 0.6.4
		eldritch_mobs: EldritchMobs 1.12.10
			polymer: Polymer (Core) 0.2.18+1.19.2
				polymer-registry-sync-manipulator: Polymer Registry Sync Manipulator 0.0.3+1.19.2
			polymer-blocks-ext: Polymer Blocks 0.1.0-alpha.9+1.19.2
			server_translations_api: Server Translations API 1.4.18+1.19.2
		elytraslot: Elytra Slot 6.1.0+1.19.2
		emotecraft: Emotecraft 2.2.5
			bendy-lib: Bendy api 2.1.2
		enchdesc: EnchantmentDescriptions 13.0.14
		endgoblintraders: End Goblin Traders 1.5.1
		endrem: End Remastered 5.2.0
		enhancedcelestials: Enhanced Celestials 2.1.0.2
		entity_texture_features: Entity Texture Features 4.3.1
			org_apache_httpcomponents_httpmime: httpmime 4.5.10
		entityculling: EntityCulling-Fabric 1.5.2-mc1.19
			com_logisticscraft_occlusionculling: occlusionculling 0.0.6-SNAPSHOT
		environmentz: EnvironmentZ 1.3.5
		equipmentcompare: Equipment Compare 1.3.1
		everycomp: Every Compat 1.19.2-2.2.2
		expandeddelight: Expanded Delight 0.2.5.1
		explorify-fabric: Explorify 1.19-1.3.0
		extrasounds: ExtraSounds 2.3.1+1.19.2-1.19.1
			soundcategories: Sound Categories 1.2.4+1.19
		fabric-api: Fabric API 0.73.2+1.19.2
			fabric-api-base: Fabric API Base 0.4.15+8f4e8eb390
			fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.14+93d8cb8290
			fabric-biome-api-v1: Fabric Biome API (v1) 9.1.0+82db024a90
			fabric-block-api-v1: Fabric Block API (v1) 1.0.2+e415d50e90
			fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.24+c6af733c90
			fabric-client-tags-api-v1: Fabric Client Tags 1.0.5+b35fea8390
			fabric-command-api-v1: Fabric Command API (v1) 1.2.16+f71b366f90
			fabric-command-api-v2: Fabric Command API (v2) 2.2.1+413cbbc790
			fabric-commands-v0: Fabric Commands (v0) 0.2.33+df3654b390
			fabric-containers-v0: Fabric Containers (v0) 0.1.41+df3654b390
			fabric-content-registries-v0: Fabric Content Registries (v0) 3.5.1+7c6cd14d90
			fabric-convention-tags-v1: Fabric Convention Tags 1.2.2+27265b3490
			fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.8+aeb40ebe90
			fabric-data-generation-api-v1: Fabric Data Generation API (v1) 5.3.7+413cbbc790
			fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.35+0d0f210290
			fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.4+9244241690
			fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.34+562bff6e90
			fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.35+df3654b390
			fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.24+b6b6abb490
			fabric-item-api-v1: Fabric Item API (v1) 1.6.5+dce4603e90
			fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.38+9244241690
			fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.25+5c4fce2890
			fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.23+df3654b390
			fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.4+1b46dc7890
			fabric-loot-api-v2: Fabric Loot API (v2) 1.1.12+83a8659290
			fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.15+9e7660c690
			fabric-message-api-v1: Fabric Message API (v1) 5.0.7+93d8cb8290
			fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.23+33fbc73890
			fabric-models-v0: Fabric Models (v0) 0.3.21+c6af733c90
			fabric-networking-api-v1: Fabric Networking API (v1) 1.2.11+10eb22f490
			fabric-networking-v0: Fabric Networking (v0) 0.3.28+df3654b390
			fabric-object-builder-api-v1: Fabric Object Builder API (v1) 4.2.1+d8ef690890
			fabric-particles-v1: Fabric Particles (v1) 1.0.14+4d0d570390
			fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.1+413cbbc790
			fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.32+9244241690
			fabric-renderer-api-v1: Fabric Renderer API (v1) 1.2.1+2e5408b590
			fabric-renderer-indigo: Fabric Renderer - Indigo 0.7.1+2e5408b590
			fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.24+df3654b390
			fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.19+6e0787e690
			fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.11+4d0d570390
			fabric-rendering-v0: Fabric Rendering (v0) 1.1.27+df3654b390
			fabric-rendering-v1: Fabric Rendering (v1) 1.12.1+d8ef690890
			fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.1.2+aae9039d90
			fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.8.3+251d254a90
			fabric-screen-api-v1: Fabric Screen API (v1) 1.0.32+4d0d570390
			fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.7+1cc24b1b90
			fabric-sound-api-v1: Fabric Sound API (v1) 1.0.2+c4f28df590
			fabric-textures-v0: Fabric Textures (v0) 1.0.24+aeb40ebe90
			fabric-transfer-api-v1: Fabric Transfer API (v1) 2.1.6+413cbbc790
			fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.3.3+08b73de490
		fabric-language-kotlin: Fabric Language Kotlin 1.9.0+kotlin.1.8.0
			org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.8.0
			org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.8.0
			org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.8.0
			org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.8.0
			org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.18.5
			org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.6.4
			org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.6.4
			org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.4.0
			org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.4.1
			org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.4.1
			org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.4.1
		fabricloader: Fabric Loader 0.14.12
		fabrishot: Fabrishot 1.9.1
		fallingleaves: Falling Leaves 1.13.0+1.19.2
		fancymenu: FancyMenu 2.13.3
		farmersdelight: Farmer's Delight 1.19.2-1.3.9
		farmersknives: Farmer's Knives 2.4
		farmersrespite: Farmer's Respite 2.2.4
			porting_lib: Porting Lib 2.1.656+1.19.2
				forge_tags: Porting Lib Tags 3.0
				porting_lib_base: Porting Lib Base 2.1.656+1.19.2
					serialization_hooks: Serialization Hooks 0.3.26
				porting_lib_entity: Porting Lib Entity 2.1.656+1.19.2
				porting_lib_lazy_registration: Porting Lib Lazy Register 2.1.656+1.19.2
				porting_lib_model_generators: Porting Lib Model Generators 2.1.656+1.19.2
				porting_lib_models: Porting Lib Models 2.1.656+1.19.2
				porting_lib_networking: Porting Lib Networking 2.1.656+1.19.2
				porting_lib_obj_loader: Porting Lib Obj Loader 2.1.656+1.19.2
					porting_lib_model_loader: Porting Lib Model Loader 2.1.656+1.19.2
				porting_lib_transfer: Porting Lib Transfer 2.1.656+1.19.2
					porting_lib_extensions: Porting Lib Extensions 2.1.656+1.19.2
						porting_lib_accessors: Porting Lib Accessors 2.1.656+1.19.2
						porting_lib_attributes: Porting Lib Attributes 2.1.656+1.19.2
							porting_lib_constants: Porting Lib Constants 2.1.656+1.19.2
						porting_lib_common: Porting Lib Common 2.1.656+1.19.2
		farsight: Farsight Mod 1.19-2.4
			com_github_jctools_jctools_jctools-core: jctools-core v4.0.1
		fastback: FastBack 0.7.4+1.19.2
			com_googlecode_javaewah_javaewah: JavaEWAH 1.1.13
			fabric-permissions-api-v0: fabric-permissions-api 0.2-SNAPSHOT
			net_i2p_crypto_eddsa: eddsa 0.3.0
			org_apache_sshd_sshd-common: sshd-common 2.8.0
			org_apache_sshd_sshd-core: sshd-core 2.8.0
			org_eclipse_jgit_org_eclipse_jgit: org.eclipse.jgit 6.2.0.202206071550-r
			org_eclipse_jgit_org_eclipse_jgit_ssh_apache: org.eclipse.jgit.ssh.apache 6.2.0.202206071550-r
			packet_tweaker: Packet Tweaker 0.3.0+1.18.2
		fastload: Fast Load 2.6.11
		fastquit: FastQuit 2.1.0+1.19-1.19.2
		ferritecore: FerriteCore 5.0.3
		forgeconfigapiport: Forge Config API Port 4.2.10
		frame: Frame 0.26.1+1.19-fabric
			frame-api-base: Frame Base 0.2.1+906ebc04a9
			frame-blocks-v0: Frame Blocks (v0) 0.1.3+233e7428a9
			frame-config-v0: Frame Config (v0) 0.3.1+0fa45150a9
			frame-content-registries-v0: Frame Content Registries (v0) 0.4.0+2876b511a9
			frame-enchantments-v0: Frame Enchantments (v0) 0.1.0+4093105da9
			frame-game-rules-v0: Frame Game Rules (v0) 0.2.4+e7ce56a6a9
			frame-items-v0: Frame Items (v0) 0.1.3+906ebc04a9
			frame-loot-tables-v0: Frame Loot Tables (v0) 0.1.4+4f7341eca9
			frame-registries-v0: Frame Registries (v0) 0.1.1+0e0ec74ea9
			frame-rendering-v0: Frame Rendering (v0) 0.1.5+906ebc04a9
			frame-tabbed-item-groups-v0: Frame Tabbed Item Groups (v0) 0.2.4+0aca9b56a9
			frame-toymaker-v0: Frame Data Generation Helpers (v0) 0.6.1+b13741c3a9
			frame-woods-v0: Frame Woods (v0) 0.2.1+6a33fbada9
		friendsandfoes: Friends&Foes 1.6.8
		ftbchunks: FTB Chunks 1902.3.15-build.233
		ftblibrary: FTB Library 1902.3.11-build.166
		ftbquests: FTB Quests 1902.4.6-build.176
			team_reborn_energy: Energy 2.2.0
		ftbteams: FTB Teams 1902.2.12-build.95
		fwaystones: Fabric Waystones 3.0.5+mc1.19.2
		galosphere: Galosphere 1.19.2-1.2.1
		geckolib3: Geckolib 3.1.38
			com_eliotlash_mclib_mclib: mclib 20
		geodes: More Geodes 1.6.4+1.19
		geophilic-fabric: Geophilic 1.19-1.0.1
		go-fish: Go Fish 1.6.0-1.19.1
		goblintraders: Goblin Traders 1.5.2
		goodall: Goodall 1.2.0
		graphutil: GraphUtil-Fabric 1.0.0-mc1.19
		graveyard: The Graveyard 2.3
		graveyard_biomes: The Graveyard Biomes 1.6
		guardvillagers: Guard Villagers Fabric 1.19.2-1.0.16
		here-be-no-dragons: Here be no Dragons! 1.0.0
		highlighter: Highlighter 1.1.4
		horseexpert: Horse Expert 4.0.0
		icarus: Icarus 1.13
		iceberg: Iceberg 1.0.46
		illagerslovearmor: IllagersLoveArmor 1.0.2+1.19
		illuminations: Illuminations 1.10.11
		immediatelyfast: ImmediatelyFast 1.1.8
		immersive_armors: Immersive Armors 1.5.4+1.19.2
		immersive_weathering: Immersive Weathering 1.19.2-1.2.5
		imst: Immersive structures 2.0.7
		indium: Indium 1.0.9+mc1.19.2
		interactic: Interactic 0.1.11+1.19
		inventoryhud: Inventory HUD + 3.4.7
		inventoryprofilesnext: Inventory Profiles Next 1.9.2
		iris: Iris 1.5.0
			io_github_douira_glsl-transformer: glsl-transformer 2.0.0-pre8
			org_anarres_jcpp: jcpp 1.4.14
			org_antlr_antlr4-runtime: antlr4-runtime 4.11.1
		itemfilters: Item Filters 1902.2.9-build.46
		itemmodelfix: Item Model Fix 1.0.3+1.19
		jade: Jade 8.7.3
		jamlib: JamLib 0.6.0+1.19
		java: OpenJDK 64-Bit Server VM 18
		jmi: JourneyMapIntegration 0.13-30
		journeymap: Journeymap 5.9.2
			journeymap-api-fabric: JourneyMap API 1.19.1-1.9-fabric-SNAPSHOT
		kambrik: Kambrik 4.0-1.19.2
		kiwi: Kiwi Lib 8.1.2
		kleeslabs: KleeSlabs 12.1.0
		konkrete: Konkrete 1.6.0
		krypton: Krypton 0.2.1
			com_velocitypowered_velocity-native: velocity-native 3.1.2-SNAPSHOT
		lambdabettergrass: LambdaBetterGrass 1.3.0+1.19
		lambdynlights: LambDynamicLights 2.2.0+1.19.2
			pride: Pride Lib 1.1.2+1.19
			spruceui: SpruceUI 4.1.0+1.19.2
		languagereload: Language Reload 1.5.4+1.19.2
		lazydfu: LazyDFU 0.1.3
		leavesbegone: Leaves Be Gone 4.0.1
		legendarytooltips: Legendary Tooltips 1.3.3
		libipn: libIPN 2.0.2
		lithium: Lithium 0.10.4
		logbegone: Log Begone 1.0.4
		magnumtorch: Magnum Torch 4.2.1
		mantori: Aphid Additions 1.1.2-1.19.2
		mcda: MC Dungeons Armors 2.4.2
		mcdar: MC Dungeons Artifacts 1.5.2-1.19
		mcdw: MC Dungeons Weapons 5.0.4-1.19
			enchant_giver: Enchant Giver 1.3.0
		mcsa: MC Story Mode Armors 3.1.2+1.19
		medievalmusic: Medieval Music Mod 1.19-1.9
		medievalorigins: Medieval Origins 1.19.x-4.1.3
		medievalweapons: Medieval Weapons 1.4.2
		memoryleakfix: memory Leak Fix 1.19.1-0.7.0
		merchantmarkers: Merchant Markers 1.2.3
		midnightlib: MidnightLib 1.0.0
		minecells: Mine Cells 1.3.3
		minecraft: Minecraft 1.19.2
		minelib: mine11lib 0.1.3+1.19
			com_sksamuel_scrimage_scrimage-core: scrimage-core 4.0.31
		mixintrace: MixinTrace 1.1.1+1.17
		modmenu: Mod Menu 4.1.2
		moonlight: Moonlight 1.19.2-2.2.3
		moreculling: More Culling 1.19.1-0.15.0
			conditional-mixin: conditional mixin 0.3.0
		moremcmeta: MoreMcmeta 1.19-3.0.5
		mousetweaks: Mouse Tweaks 2.22
		mvs: Vanilla Structure Mod 2.5.10-1.19.2
		mysticaloaktree: Mystical Oak Tree 1.19.2-1.7
		mythicmetals: Mythic Metals 0.17.0+1.19.2
			additionalentityattributes: Additionalentityattributes 1.2.0+1.19
		mythicmetals_decorations: Mythic Metals Decorations 0.5.1+1.19.2
		mythicmounts: Mythic Mounts 1.19.2-7.1
		mythicupgrades: Mythic Upgrades 1.5
		nameplate: Nameplate 1.0.10
		naturalist: Naturalist 2.1.1
		naturescompass: Nature's Compass 1.19.2-2.1.0-fabric
		nears: Nears 1.2.3
		netherdepthsupgrade: Nether Depths Upgrade fabric-2.0.3
		netherportalfix: NetherPortalFix 10.0.0
		nethersdelight: Nether's Delight 1.0.1
			disable_custom_worlds_advice: Disable Custom Worlds Advice 3.0
		nicer-skies: Nicer Skies 1.2.0
		nightconfigfixes: Night Config Fixes 4.0.1
		nnvf: No Night Vision Flickering 0.1.1
		no-resource-pack-warnings: No Resource Pack Warnings 1.0.0
		nochatreports: No Chat Reports 1.19.2-v1.13.12
		nofade: No Fade 1.18-2.0.1
		notenoughanimations: NotEnoughAnimations 1.6.2
		onsoulfire: On Soul Fire 1.19-2
		optigui: OptiGUI 1.1.6
			org_apache_commons_commons-text: commons-text 1.9
		origins: Origins 1.7.1
			apoli: Apoli 2.6.1
				calio: Calio 1.7.0
		owo: oωo 0.9.3+1.19
			blue_endless_jankson: jankson 1.2.1
		packetpray: Packetpray 1.0-SNAPSHOT
		paintings: Paintings++ 10.2.4.0
		paradise_lost: Paradise Lost 2.0.2-beta+1.19.2
			gud_recipe_confidence: Recipe Confidence 1.0.2
			incubus_core: Incubus Core 1.8.0
		passablefoliage: Passable Foliage 1.19-fabric-5.0.2
		patchouli: Patchouli 1.19.2-77-FABRIC
			fiber: fiber 0.23.0-2
		paxi: Paxi 1.19.2-Fabric-3.0.1
		pehkui: Pehkui 3.6.3+1.14.4-1.19.3
			kanos_config: Kanos Config 0.3.1+1.14.4-1.19
		philipsruins: Philip`s ruins 1.19.2
		pickupnotifier: Pick Up Notifier 4.2.0
		ping-wheel: Ping Wheel 1.2.0
		player-animator: Player Animator 0.4.2
		playerex: PlayerEx 3.5.1
			net_objecthunter_exp4j: exp4j 0.4.8
			opc: Offline Player Cache 0.6.4
			placeholder-api: Placeholder API 2.0.0-pre.1+1.19.2
		plushies: Plushie Mod 1.2
		polymorph: Polymorph 0.46.1+1.19.2
			spectrelib: SpectreLib 0.11.0+1.19
		presencefootsteps: Presence Footsteps 1.6.4
			kirin: Kirin UI 1.11.1
		prism: Prism 1.0.3
		probablychests: Probably Chests 0.5.5-1.19.2
		professions: Professions 1.0.4
			com_typesafe_config: config 1.4.1
			io_leangen_geantyref_geantyref: geantyref 1.3.11
			octo-economy-api: Octo Economy API 1.1.0
			org_spongepowered_configurate-core: configurate-core 4.1.2
			org_spongepowered_configurate-hocon: configurate-hocon 4.1.2
		professionsi: Professions Integrations 1.0.4
		projectile_damage: Projectile Damage Attribute 3.0.0+1.19
		puzzle: Puzzle 1.4.0-1.19
			puzzle-base: Puzzle Base 1.4.0-1.19
			puzzle-gui: Puzzle GUI 1.4.0-1.19
			puzzle-models: Puzzle Models 1.4.0-1.19
			puzzle-splashscreen: Puzzle Splash Screen 1.4.0-1.19
		puzzleslib: Puzzles Lib 4.3.12
		quartzelv: Quartz Elevator 2.1.5+1.19
		reacharound: Reacharound 1.1.2
		rebind_narrator: Rebind Narrator 2.0.0
		redmorestructure: Reds More Structures 1.0.4-1.19.2
		reeses-sodium-options: Reese's Sodium Options 1.4.9+mc1.19.2-build.67
		relicex: RelicEx 3.2.7
			armorrenderlib: Armor Render Lib 0.2.6
		repurposed_structures: Repurposed Structures 6.1.3+1.19.2
		rhino: Rhino 1902.2.2-build.264
		rightclickharvest: Right Click Harvest 3.1.0+1.19-1.19.2
		rocks: This Rocks! 1.6.1
		rottencreatures: Rotten Creatures 1.0.1
		roughly_enough_trades: Roughly Enough Trades 1.19-1.0
		roughlyenoughitems: Roughly Enough Items 9.1.587
			error_notifier: Error Notifier 1.0.9
		roughlyenoughprofessions: Roughly Enough Professions 1.1.3
		rpg_origins: RPG Origins 1.2.2
		rpgdifficulty: Rpg Difficulty 1.3.5
		sdrp: Simple Discord Rich Presence 3.0.4-build.27+mc1.19.2
		seasons: Fabric Seasons 1.4-BETA+1.19
		shroom_dealers: Shroom Dealers! 1.5.2
		skinlayers: 3d Skin Layers 1.5.2-mc1.19.1
		skyvillages: Sky Villages 1.0.2.1
		smarterfarmers: Smarter Farmers 1.19.2-1.7.0
		smoothboot: Smooth Boot 1.19-1.7.1
		smoothchunk: Smooth chunk save Mod 1.19.1-2.0
		snowrealmagic: Snow! Real Magic! 5.0.5
		snowundertrees: Snow Under Trees 1.0.0+1.19.2
		snowyspirit: Snowy Spirit 1.19.2-2.1.4
		sod: Sod 22.10.13
		sodium: Sodium 0.4.4+build.18
			org_joml_joml: joml 1.10.4
		sodium-extra: Sodium Extra 0.4.16+mc1.19.2-build.90
			caffeineconfig: CaffeineConfig 1.0.0+1.17
		soulsweapons: Marium's Soulslike Weaponry 0.9.7
		sound_physics_remastered: Sound Physics Remastered 1.19.2-1.0.18
		spark: spark 1.10.17
		spyglass-improvements: Spyglass Improvements 1.4+mc1.19+fabric
		starlight: Starlight 1.1.1+fabric.ae22326
		starterkit: Starter Kit 5.0
		stoneholm: Stoneholm 1.4.4
		strawgolem: Straw Golem 2.0.0-beta.5
		structory: Structory 1.0.1
		structory_towers: Structory: Towers 1.0.0
		supplementaries: Supplementaries 1.19.2-2.2.45
		t_and_t: Towns and Towers 1.10
		takesapillage: Takes a Pillage 1.0.4
		talkbubbles: Talk Bubbles 1.0.4
		terrablender: TerraBlender 2.0.1.130
		terrestria: Terrestria 5.0.8
			terraform-biome-remapper-api-v1: Terraform Biome Remapper API (v1) 4.2.0
			terraform-config-api-v1: Terraform Config API (v1) 4.2.0
			terraform-dirt-api-v1: Terraform Dirt API (v1) 4.2.0
			terraform-shapes-api-v1: Terraform Shapes API (v1) 4.2.0
			terraform-surfaces-api-v1: Terraform Surfaces API (v1) 4.2.0
			terraform-tree-api-v1: Terraform Tree API (v1) 4.2.0
			terrestria-client: Terrestria: Client 5.0.8
			terrestria-common: Terrestria: Common 5.0.8
			terrestria-worldgen: Terrestria: World Generation 5.0.8
		the_bumblezone: The Bumblezone - Fabric 6.6.4+1.19.2
			fake-player-api: Fake Player API 0.5.0
		things: Things 0.3.0+1.19
		thonkutil: ThonkUtil 2.15.4+1.19
			thonkutil-base: ThonkUtil Base 1.13.2+4a8c408a57
			thonkutil-capes-v1: ThonkUtil Capes (v1) 1.4.2+3eb2749857
			thonkutil-coords-v1: ThonkUtil Coords (v1) 1.1.2+8ff533c957
			thonkutil-customization-v1: ThonkUtil Customization (v1) 1.1.2+8ff533c957
			thonkutil-legacy: ThonkUtil Legacy 1.1.2+5d4263f557
			thonkutil-modchecker-v1: ThonkUtil ModChecker (v1) 1.1.3+bd4b387957
			thonkutil-potions-v0: ThonkUtil Potions (v0) 1.5.2+8ff533c957
			thonkutil-titlescreen-v1: ThonkUtil TitleScreen (v1) 1.2.2+8ff533c957
			thonkutil-trades-v1: ThonkUtil Trades (v1) 1.2.2+8ff533c957
		tiered: Tiered 1.2.1
		tinyskeletons: Tiny Skeletons 4.2.2
		tlc: The Lost Castle 1.0.0
		toms_storage: Tom's Simple Storage Mod 1.4.6
		toolstats: ToolStats 12.0.2
		tradingpost: Trading Post 4.2.0
		transparent: Transparent 5.1.2
		travelersbackpack: Traveler's Backpack 1.19.2-8.2.12
		treechop: HT's TreeChop 0.17.3
		trinkets: Trinkets 3.4.2
		twigs: Twigs 2.0.0-beta.9+1.19-fabric
		twilightforest: The Twilight Forest 4.2.333
			com_google_code_findbugs_jsr305: jsr305 3.0.2
			javax_annotation_javax_annotation-api: javax.annotation-api 1.3.2
		veinmining: Vein Mining 1.0.2+1.19.2
		villagernames: Villager Names 4.2.1
		vinery: Vinery 1.1.4
		visuality: Visuality 0.5.5
		visualworkbench: Visual Workbench 4.2.1
		voidtotem: Void Totem 2.1.0
		voidz: VoidZ 1.0.9
		wabi_sabi_structures: Wabi-Sabi Structures 1.1.2
		wetlands: Beneath the Wetlands 1.0.2
		whisperwoods: Whisperwoods 1.19-2.1.1
		windchimes: Windchimes 1.2.1
		winterly: Winterly 0.8.2
		wolfarmorcompat: Wolf Armor Compat 1.0.2-1.19.2
		wolveswitharmor: Wolves With Armor 1.8.0-1.19
			maybe-data: Maybe data 1.3.2-1.19-rc2
			static-content: Static Content 1.0.1-1.16.2
				staticdata: Static Data 1.1.2
		wondrouswilds: Wondrous Wilds 1.19.2-1.1.5
		woof: Woof 3.0.0-1.19
		xps: Xp Obelisk 0.4.7-r+1.19.2-Fabric
		xps_additions: XP Obelisk Additions 0.1.8-r+1.19.2-Fabric
		yet-another-config-lib: YetAnotherConfigLib 2.2.0-for-1.19.2
		yigd: You're in Grave Danger 1.4.8
		yosbr: YOSBR 0.1.1
		yungsapi: YUNG's API 1.19.2-Fabric-3.8.2
			org_javassist_javassist: javassist 3.28.0-GA
			org_reflections_reflections: reflections 0.10.2
		yungsbridges: YUNG's Bridges 1.19.2-Fabric-3.1.0
		yungsextras: YUNG's Extras 1.19.2-Fabric-3.1.0
		zenith: Zenith 0.4.1+1.19.2
	Loaded Shaderpack: §r§lAstra§4§lLex§r§l_(§4§lBSL§r§l_Edit)_By_LexBoosT_§4§lV70.0§r§l.zip
		Profile: Custom (+1 option changed by user)
	NEC status: No NEC detected

Anything else?

Noticing indium, continuity are mentioned in the logs, but beyond that I dont see what could have caused this issue.

By submitting this issue, I have included the necessary logs by pasting the contents into the correct location or attaching the file as an upload.

  • Yes, and I did not use any paste services other than GitHub Gists.

By submitting this issue, I have confirmed my REI and REI's dependencies are up to date.

  • Yes
commented

Seems to be caused by indium, try without that mod, REI is likely not the culprit. Try /give minecraft:magma_block to see if it crashes without REI.

commented

Created a minimal instance with REI + required deps, and Indium + required deps. Could not reproduce. Given that this issue has popped up twice in other repositories, it seems there's a separate mod responsible. Will do some testing and see why. One thing I notice, at least on my end, is the crashes always mention MagmaBlock for ItemEntry. I'm assuming this means it tries to render a magma block and fails. Not sure why but I'll look into it

commented

I don't think it is on my end to fix as this issue is in EMI as well, please follow the issue on Indium above.
Please update here if REI is actually the cause, we can look into that afterwards.