---- Minecraft Network Protocol Error Report ----

// It's sable sunday
Please make sure this issue is not caused by Sable before reporting it to other mod authors.
If you cannot reproduce it without Sable, file a report on the issue tracker
https://github.com/ryanhcode/sable/issues

// Don't worry, I'll be fine

Time: 2026-08-16 11:46:57
Description: Packet handling error

java.net.SocketException: Connection reset
	at java.base/sun.nio.ch.SocketChannelImpl.throwConnectionReset(Unknown Source) ~[?:?] {}
	at java.base/sun.nio.ch.SocketChannelImpl.read(Unknown Source) ~[?:?] {}
	at MC-BOOTSTRAP/io.netty.buffer@4.1.97.Final/io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:254) ~[netty-buffer-4.1.97.Final.jar%23137!/:4.1.97.Final] {}
	at MC-BOOTSTRAP/io.netty.buffer@4.1.97.Final/io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) ~[netty-buffer-4.1.97.Final.jar%23137!/:4.1.97.Final] {}
	at MC-BOOTSTRAP/io.netty.transport@4.1.97.Final/io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357) ~[netty-transport-4.1.97.Final.jar%23144!/:4.1.97.Final] {}
	at MC-BOOTSTRAP/io.netty.transport@4.1.97.Final/io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) ~[netty-transport-4.1.97.Final.jar%23144!/:4.1.97.Final] {}
	at MC-BOOTSTRAP/io.netty.transport@4.1.97.Final/io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) ~[netty-transport-4.1.97.Final.jar%23144!/:4.1.97.Final] {}
	at MC-BOOTSTRAP/io.netty.transport@4.1.97.Final/io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.97.Final.jar%23144!/:4.1.97.Final] {}
	at MC-BOOTSTRAP/io.netty.transport@4.1.97.Final/io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.97.Final.jar%23144!/:4.1.97.Final] {}
	at MC-BOOTSTRAP/io.netty.transport@4.1.97.Final/io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.97.Final.jar%23144!/:4.1.97.Final] {}
	at MC-BOOTSTRAP/io.netty.common@4.1.97.Final/io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.97.Final.jar%23139!/:4.1.97.Final] {}
	at MC-BOOTSTRAP/io.netty.common@4.1.97.Final/io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.97.Final.jar%23139!/:4.1.97.Final] {}
	at java.base/java.lang.Thread.run(Unknown Source) [?:?] {re:mixin}


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

-- Head --
Thread: Netty Client IO #4
Stacktrace:
	at TRANSFORMER/minecraft@1.21.1/net.minecraft.network.PacketListener.fillCrashReport(PacketListener.java:33) ~[client-1.21.1-20240808.144430-srg.jar%23409!/:?] {re:classloading,re:mixin}
-- Connection --
Details:
	Protocol: play
	Flow: CLIENTBOUND
	Server type: OTHER
	Server brand: neoforge
Stacktrace:
	at TRANSFORMER/minecraft@1.21.1/net.minecraft.network.PacketListener.fillCrashReport(PacketListener.java:33) ~[client-1.21.1-20240808.144430-srg.jar%23409!/:?] {re:classloading,re:mixin}
	at TRANSFORMER/minecraft@1.21.1/net.minecraft.network.protocol.PacketUtils.fillCrashReport(PacketUtils.java:62) ~[client-1.21.1-20240808.144430-srg.jar%23409!/:?] {re:classloading}
	at TRANSFORMER/minecraft@1.21.1/net.minecraft.client.multiplayer.ClientCommonPacketListenerImpl.storeDisconnectionReport(ClientCommonPacketListenerImpl.java:130) ~[client-1.21.1-20240808.144430-srg.jar%23409!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:computing_frames,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
	at TRANSFORMER/minecraft@1.21.1/net.minecraft.client.multiplayer.ClientCommonPacketListenerImpl.createDisconnectionInfo(ClientCommonPacketListenerImpl.java:123) ~[client-1.21.1-20240808.144430-srg.jar%23409!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:computing_frames,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
	at TRANSFORMER/minecraft@1.21.1/net.minecraft.network.Connection.exceptionCaught(Connection.java:157) ~[client-1.21.1-20240808.144430-srg.jar%23409!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
	at MC-BOOTSTRAP/io.netty.transport@4.1.97.Final/io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:346) ~[netty-transport-4.1.97.Final.jar%23144!/:4.1.97.Final] {}
	at MC-BOOTSTRAP/io.netty.transport@4.1.97.Final/io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:325) ~[netty-transport-4.1.97.Final.jar%23144!/:4.1.97.Final] {}
	at MC-BOOTSTRAP/io.netty.transport@4.1.97.Final/io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:317) ~[netty-transport-4.1.97.Final.jar%23144!/:4.1.97.Final] {}
	at MC-BOOTSTRAP/io.netty.transport@4.1.97.Final/io.netty.channel.DefaultChannelPipeline$HeadContext.exceptionCaught(DefaultChannelPipeline.java:1377) ~[netty-transport-4.1.97.Final.jar%23144!/:4.1.97.Final] {}
	at MC-BOOTSTRAP/io.netty.transport@4.1.97.Final/io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:346) ~[netty-transport-4.1.97.Final.jar%23144!/:4.1.97.Final] {}
	at MC-BOOTSTRAP/io.netty.transport@4.1.97.Final/io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:325) ~[netty-transport-4.1.97.Final.jar%23144!/:4.1.97.Final] {}
	at MC-BOOTSTRAP/io.netty.transport@4.1.97.Final/io.netty.channel.DefaultChannelPipeline.fireExceptionCaught(DefaultChannelPipeline.java:907) ~[netty-transport-4.1.97.Final.jar%23144!/:4.1.97.Final] {}
	at MC-BOOTSTRAP/io.netty.transport@4.1.97.Final/io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.handleReadException(AbstractNioByteChannel.java:125) ~[netty-transport-4.1.97.Final.jar%23144!/:4.1.97.Final] {}
	at MC-BOOTSTRAP/io.netty.transport@4.1.97.Final/io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:177) ~[netty-transport-4.1.97.Final.jar%23144!/:4.1.97.Final] {}
	at MC-BOOTSTRAP/io.netty.transport@4.1.97.Final/io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) ~[netty-transport-4.1.97.Final.jar%23144!/:4.1.97.Final] {}
	at MC-BOOTSTRAP/io.netty.transport@4.1.97.Final/io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.97.Final.jar%23144!/:4.1.97.Final] {}
	at MC-BOOTSTRAP/io.netty.transport@4.1.97.Final/io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.97.Final.jar%23144!/:4.1.97.Final] {}
	at MC-BOOTSTRAP/io.netty.transport@4.1.97.Final/io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.97.Final.jar%23144!/:4.1.97.Final] {}
	at MC-BOOTSTRAP/io.netty.common@4.1.97.Final/io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.97.Final.jar%23139!/:4.1.97.Final] {}
	at MC-BOOTSTRAP/io.netty.common@4.1.97.Final/io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.97.Final.jar%23139!/:4.1.97.Final] {}
	at java.base/java.lang.Thread.run(Unknown Source) [?:?] {re:mixin}


-- Dynamic Lighting --
Details:
	Description: This section contains information related to dynamic lighting, this may not be related to your crash.
	Mode: fancy
	Dynamic Light Sources: 1
	Spatial Hash Occupancy: 1 / 1024

-- System Details --
Details:
	Minecraft Version: 1.21.1
	Minecraft Version ID: 1.21.1
	Operating System: Windows 10 (amd64) version 10.0
	Java Version: 21.0.12, Eclipse Adoptium
	Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium
	Memory: 398889168 bytes (380 MiB) / 4676648960 bytes (4460 MiB) up to 8589934592 bytes (8192 MiB)
	CPUs: 12
	Processor Vendor: GenuineIntel
	Processor Name: 11th Gen Intel(R) Core(TM) i5-11400H @ 2.70GHz
	Identifier: Intel64 Family 6 Model 141 Stepping 1
	Microarchitecture: Tiger Lake
	Frequency (GHz): 2.69
	Number of physical packages: 1
	Number of physical CPUs: 6
	Number of logical CPUs: 12
	Graphics card #0 name: NVIDIA GeForce RTX 3060 Laptop GPU
	Graphics card #0 vendor: NVIDIA
	Graphics card #0 VRAM (MiB): 6144.00
	Graphics card #0 deviceId: VideoController1
	Graphics card #0 versionInfo: 32.0.15.9186
	Graphics card #1 name: Intel(R) UHD Graphics
	Graphics card #1 vendor: Intel Corporation
	Graphics card #1 VRAM (MiB): 128.00
	Graphics card #1 deviceId: VideoController2
	Graphics card #1 versionInfo: 31.0.101.5333
	Memory slot #0 capacity (MiB): 8192.00
	Memory slot #0 clockSpeed (GHz): 3.20
	Memory slot #0 type: DDR4
	Memory slot #1 capacity (MiB): 8192.00
	Memory slot #1 clockSpeed (GHz): 3.20
	Memory slot #1 type: DDR4
	Virtual memory max (MiB): 35102.38
	Virtual memory used (MiB): 31556.17
	Swap memory total (MiB): 18980.44
	Swap memory used (MiB): 1953.37
	Space in storage for jna.tmpdir (MiB): <path not set>
	Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): <path not set>
	Space in storage for io.netty.native.workdir (MiB): <path not set>
	Space in storage for java.io.tmpdir (MiB): available: 33948.35, total: 487737.53
	Space in storage for workdir (MiB): available: 33948.35, total: 487737.53
	JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx8192m
	Loaded Shaderpack: (off)
	Yumi MC Core: 1.0.0-beta.1+1.21.1
	Mods: 
		abnormals_delight: Abnormals Delight v6.0.2
		accessories: Accessories v1.1.0-beta.53+1.21.1
		accessories_compat_layer: Accessories Compatibility Layer v0.1.12
			cclayer: cclayer v0.1.12
				tclayer: tclayer v0.1.12
					cclayer: cclayer v0.1.12
			tclayer: tclayer v0.1.12
				cclayer: cclayer v0.1.12
					tclayer: tclayer v0.1.12
		accessorify: Accessorify v2.4.0-beta.5
		aero_cam_sync: Aeronautics Camera Sync v1.3.6
		aeronautics: Create Aeronautics v1.3.0
		aeronautics_bundled: Create Aeronautics v1.3.0
		aeronautics_curios_compat: Create Aeronautics Curios Compat v2.0
		aeronautics_utility_objects: Create Aeronautics: Transmission & Linkage v0.2.5
		aeroworks: Create: Aeroworks v1.4.2
		ali: AdvancedLootInfo v1.12.0
		allurement: Allurement v5.0.2
		almanac: Almanac v1.5.2
		apotheosis: Apotheosis v8.7.0
		apotheoticcreation: Apotheosis/Create Addon v2.0.0
		apothic_attributes: Apothic Attributes v2.10.1
		apothic_enchanting: Apothic Enchanting v1.6.0
		apothic_spawners: Apothic Spawners v1.4.0
		apothic_tooltip_cleanup: Apothic Tooltip Cleanup v1.3.0
		appleskin: AppleSkin v3.0.9+mc1.21
		architectury: Architectury v13.0.11
		asyncparticles: AsyncParticles v21.1.4.0-beta.3
		athena: Athena v4.0.6
		atmosphere: Atmosphere v1.0.17
		atmospheric: Atmospheric v7.0.1
		attributefix: AttributeFix v21.1.3
		autumnity: Autumnity v6.0.1
		badoptimizations: BadOptimizations v2.4.1
		ballastmod: Create: Ballast v0.1.0
		balm: Balm v21.0.65
		beekeeperhut: Friends&Foes - Beekeeper Hut v3.0.3
		betteradvancements: Better Advancements v0.4.3.21
		betterdays: BetterDays v3.3.6.3
		betterf3: BetterF3 v11.0.3
		biomeswevegone: Oh The Biomes We've Gone v2.6.0
		blueprint: Blueprint v8.1.1
		boatiview: Boat Item View v0.0.6
		boatload: Boatload v6.0.2
		bookshelf: Bookshelf v21.1.81
		brewinandchewin: Brewin' And Chewin' v4.5.0
		buzzier_bees: Buzzier Bees v7.0.1
		cclayer: cclayer v0.1.12
			tclayer: tclayer v0.1.12
				cclayer: cclayer v0.1.12
		changed: Changed: Minecraft Mod v0.15.7.1
		chat_heads: Chat Heads v0.15.7
		chatanimation: ChatAnimation v1.3.1
		chefsdelight: Chefs Delight v1.0.5
		chipped: Chipped v4.0.2
		chloride: Chloride v1.8.1
		clientcrafting: clientcrafting mod v2.1
		climbable_ropes: Climbable Ropes for Create Aeronautics v2.1.1
		cloth_config: Cloth Config v15 API v15.0.140
		colorwheel: Colorwheel v1.2.9+mc1.21.1
		colorwheel_patcher: Colorwheel Patcher v1.0.5+mc1.21.1
		compasstomapxaeros: Compass to Map: Xaero's Minimap & Explorer's Compass & Nature's Compass Addon v0.1.1
		compat_manager: Compat Manager v1.0.7
		computercraft: CC: Tweaked v1.120.2
		conditional_mixin: conditional mixin v0.6.4
		configurable: Configurable v3.5.2
		configured: Configured v2.6.3
		constructionstick: Construction Sticks v1.4.2
		controlling: Controlling v19.0.5
		copycats: Create: Copycats+ v3.0.4+mc.1.21.1-neoforge
		corgilib: CorgiLib v5.0.0.9
		crabbersdelight: Crabber's Delight v1.2.6
		create: Create v6.0.10
		create_abyss: Create Abyss v1.0.0
		create_central_kitchen: Create: Central Kitchen v2.6.0
		create_chipped: Create: Chipped v1.0.0
		create_connected: Create: Connected v1.3.2-mc1.21.1
		create_dragons_plus: Create: Dragons Plus v1.11.7b
		create_high_seas: Create High Seas v0.1.0
		create_submarine: Create Deep Seas v2.2.4
		create_things_and_misc: create: things and misc v4.1.1
		create_train_parts: Create Train Parts v0.5.2
		createbetterfps: CreateBetterFps v1.1.4
		createcasing: Create Encased v1.9.0-ht3
		createdeco: Create Deco v2.1.3
		createdieselgenerators: Create Diesel Generators v1.21.1-1.3.15
		createpropulsion: Create Propulsion: Simulated v1.1.5
		createrailgrinding: Create: Rail Grinding v1.2.2
		createrailwaysnavigator: Create Railways Navigator v1.21.1-beta-0.9.1-C6
		createreautomated: Create ReAutomated v0.3.2
		creeperoverhaul: Creeper Overhaul v4.0.6
		ctov: ChoiceTheorem's Overhauled Village v3.6.3
		cupboard: Cupboard mod v4.0
		curios: Curios API v9.5.1+1.21.1
		cutthrough: Cut Through v21.1.0
		deeperdarker: Deeper and Darker v1.4.1
		deployer: Deployer v0.1.2
		diagonalblocks: Diagonal Blocks v21.1.2
		diagonalfences: Diagonal Fences v21.1.1
		diagonalwalls: Diagonal Walls v21.1.2
		diagonalwindows: Diagonal Windows v21.1.1
		dragonlib: DragonLib v1.21.1-beta-3.0.28
		durabilitytooltip: Durability Tooltip v1.1.6
		easy_mob_spawn_control: Easy Mob Spawn Control v1.5.6
		emi: EMI v1.1.24+1.21.1+neoforge
		emi_enchanting: EMI Enchanting v0.1.2+1.21+neoforge
		emiffect: EMIffect v2.1.6+mc1.21.1
		emiprofessions: EMI Professions (EMIP) v1.0.3
		emojiful: Emojiful v5.2.4
		enchantmentinsights: Enchantment Insights v21.1.4
		endermanoverhaul: Enderman Overhaul v2.0.3
		enderscape: Enderscape v1.0.9
		endersdelight: Ender's Delight v1.3.1
		enhanced_attack_indicator: Enhanced Attack Indicator v1.1.1+1.21-forge
		entity_model_features: Entity Model Features v3.2.4
		entity_texture_features: Entity Texture Features v7.1
		entityculling: EntityCulling v1.10.5
		environmental: Environmental v5.0.1
		escalated: Create: Escalated v1.3.1
		eternalnether: Eternal Nether v21.1.3
		explorerscompass: Explorer's Compass v1.21.1-3.4.0-neoforge
		extensibleenums: Extensible Enums v21.1.1
		extra_gauges: Create: Extra Gauges v2.1.2
		fabric_api: Forgified Fabric API v0.115.6+2.1.0+1.21.1
		fabric_api_base: Forgified Fabric API Base v0.4.42+d1308ded19
		fabric_api_lookup_api_v1: Forgified Fabric API Lookup API (v1) v1.6.70+c21168c319
		fabric_biome_api_v1: Forgified Fabric Biome API (v1) v13.0.31+1e62d33c19
		fabric_block_api_v1: Forgified Fabric Block API (v1) v1.0.22+a6e994cd19
		fabric_block_view_api_v2: Forgified Fabric BlockView API (v2) v1.0.10+9afaaf8c19
		fabric_blockrenderlayer_v1: Forgified Fabric BlockRenderLayer Registration (v1) v1.1.52+b089b4bd19
		fabric_client_tags_api_v1: Forgified Fabric Client Tags v1.1.15+e053909619
		fabric_command_api_v2: Forgified Fabric Command API (v2) v2.2.28+36d727be19
		fabric_content_registries_v0: Forgified Fabric Content Registries (v0) v8.0.18+0a0c14ff19
		fabric_convention_tags_v1: Forgified Fabric Convention Tags v2.1.4+7f945d5b19
		fabric_convention_tags_v2: Forgified Fabric Convention Tags (v2) v2.11.0+87e5848019
		fabric_data_attachment_api_v1: Forgified Fabric Data Attachment API (v1) v1.4.3+58235da019
		fabric_data_generation_api_v1: Forgified Fabric Data Generation API (v1) v20.2.28+2d91a6db19
		fabric_entity_events_v1: Forgified Fabric Entity Events (v1) v1.7.0+1af6e62419
		fabric_events_interaction_v0: Forgified Fabric Events Interaction (v0) v0.7.13+7b71cc1619
		fabric_game_rule_api_v1: Forgified Fabric Game Rule API (v1) v1.0.53+36d727be19
		fabric_gametest_api_v1: Forgified Fabric Game Test API (v1) v2.0.5+29f188ce19
		fabric_item_api_v1: Forgified Fabric Item API (v1) v11.1.1+57cdfa8219
		fabric_item_group_api_v1: Forgified Fabric Item Group API (v1) v4.1.7+e324903319
		fabric_key_binding_api_v1: Forgified Fabric Key Binding API (v1) v1.0.47+62cc7ce119
		fabric_lifecycle_events_v1: Forgified Fabric Lifecycle Events (v1) v2.5.0+a2ee258a19
		fabric_loot_api_v2: Forgified Fabric Loot API (v2) v3.0.15+a3ee712d19
		fabric_loot_api_v3: Forgified Fabric Loot API (v3) v1.0.3+333dfad919
		fabric_message_api_v1: Forgified Fabric Message API (v1) v6.0.13+e053909619
		fabric_model_loading_api_v1: Forgified Fabric Model Loading API (v1) v2.0.0+986ae77219
		fabric_networking_api_v1: Forgified Fabric Networking API (v1) v4.3.0+4f690eb619
		fabric_object_builder_api_v1: Forgified Fabric Object Builder API (v1) v15.2.1+cc242efd19
		fabric_particles_v1: Forgified Fabric Particles (v1) v4.0.2+824f924c19
		fabric_recipe_api_v1: Forgified Fabric Recipe API (v1) v5.0.14+59440bcc19
		fabric_registry_sync_v0: Forgified Fabric Registry Sync (v0) v5.2.0+867470b919
		fabric_renderer_api_v1: Forgified Fabric Renderer API (v1) v3.4.1+9125b6dc19
		fabric_renderer_indigo: Forgified Fabric Renderer - Indigo v1.7.0+4198af7119
		fabric_rendering_data_attachment_v1: Forgified Fabric Rendering Data Attachment (v1) v0.3.48+73761d2e19
		fabric_rendering_fluids_v1: Forgified Fabric Rendering Fluids (v1) v3.1.6+857185bc19
		fabric_rendering_v1: Forgified Fabric Rendering (v1) v5.0.5+077ba95f19
		fabric_resource_conditions_api_v1: Forgified Fabric Resource Conditions API (v1) v4.3.0+5bdd099819
		fabric_resource_loader_v0: Forgified Fabric Resource Loader (v0) v1.3.1+4ea8954419
		fabric_screen_api_v1: Forgified Fabric Screen API (v1) v2.0.25+4228281319
		fabric_screen_handler_api_v1: Forgified Fabric Screen Handler API (v1) v1.3.88+8dbc56dd19
		fabric_sound_api_v1: Forgified Fabric Sound API (v1) v1.0.23+10b84f8419
		fabric_transfer_api_v1: Forgified Fabric Transfer API (v1) v5.4.2+a25cb45619
		fabric_transitive_access_wideners_v1: Forgified Fabric Transitive Access Wideners (v1) v6.2.0+6c854b6f19
		farmersdelight: Farmer's Delight v1.3.2
		fastipping: Fast IP Ping v1.0.11
		ferritecore: Ferrite Core v7.0.3
		figura: Figura v0.1.6+1.21.1
		figurasvc: FiguraSVC v2.0.1+1.21.1
		floralench: Floral Enchantment v1.1.0
		flowerymooblooms: Friends&Foes - Flowery Mooblooms v3.0.3
		flywheel: Flywheel v1.0.6
		forgeconfigapiport: Forge Config API Port v21.1.1
		framedblocks: FramedBlocks v10.6.1
		framework: Framework v0.13.11
		friendsandfoes: Friends&Foes v4.0.27
		fzzy_config: Fzzy Config v0.7.6+1.21+neoforge
		geckolib: GeckoLib 4 v4.9.2
		gnkinetics: Gears n' Kinetics v1.0m
		golemoverhaul: Golem Overhaul v1.1.1
		greenhouseconfig: Greenhouse Config v2.2.3+1.21.1
		greenhouseconfig_night_config: Greenhouse Config - Night Config v1.1.0
		greenhouseconfig_toml: Greenhouse Config - TOML v1.1.0
		hotstuff: Hot's Aerostuff v1.1.6
		illagerinvasion: Illager Invasion v21.1.6
		immediatelyfast: ImmediatelyFast v1.6.11+1.21.1
		immersive_paintings: Immersive Paintings v0.7.8
		iris: Iris v1.8.14-beta.1+mc1.21.1
		jade: Jade v15.10.6+neoforge
		jei: Just Enough Items v19.44.0.401
		jeiworldgen: JEIWorldGen v1.4.1
		jumpboat: Jumpy Boats v1.21.0-1.0.5
		kerria: Kerria v1.3.2+1.21.1-neoforge
		kotlinforforge: Kotlin For Forge v5.12.0
		kuma_api: KumaAPI v21.0.8
		lambdynlights: LambDynamicLights v4.8.10+1.21.1
		lambdynlights_api: LambDynamicLights (API) v4.8.10+1.21.1
		lambdynlights_runtime: LambDynamicLights (Runtime) v4.8.10+1.21.1
		leavemybarsalone: Leave My Bars Alone v21.1.2
		letmedespawn: Let Me Despawn v1.5.0
		lithostitched: Lithostitched v1.7.13
		lootr: Lootr v1.21.1-1.11.38.123
		maptooltip: Map Tooltip v5.0.1
		measurements: Measurements v3.0.3
		meed: Moderately Enough Effect Descriptions v8.0.5
		minecraft: Minecraft v1.21.1
		miningspeedtooltips: Mining Speed Tooltips v1.0.0
		modelfix: Model Gap Fix v1.21-1.10
		modernfix: ModernFix v5.27.20+mc1.21.1
		moreculling: More Culling v1.0.9
		moremousetweaks: MoreMouseTweaks v1.1.1+1.21.1
		moresnifferflowers: More Sniffer Flowers v6.6.6
		morevillagers: MoreVillagers v1.25.12.4
		mousetweaks: Mouse Tweaks v2.26.1
		mynethersdelight: My Nether's Delight v1.10.4
		naturescompass: Nature's Compass v1.21.1-3.4.0-neoforge
		neapolitan: Neapolitan v6.0.1
		neoforge: NeoForge v21.1.248
		neruina: Neruina v3.3.3
		nether_cruelty: Nether's Cruelty v1.1.0
		nethers_exoticism: Nether's Exoticism v1.2.9
		nochatreports: No Chat Reports v1.21.1-v2.9.1
		nowheel: Nowheel v1.0.6
		oceansdelight: Ocean's Delight v1.0.4
		octolib: OctoLib v0.6.2
		offroad: Create Offroad v1.3.0
		ohthetreesyoullgrow: Oh The Trees You'll Grow v5.3.2
		openpartiesandclaims: Open Parties and Claims v0.29.3
		overflowingbars: Overflowing Bars v21.1.1
		owo: oωo v0.12.15.5-beta.1+1.21
		packetfixer: PacketFixer v3.3.1
		particle_core: Particle Core v0.3.3+1.21+neoforge
		patchouli: Patchouli v1.21.1-93-NEOFORGE
		personality: Personality v5.0.2
		placebo: Placebo v9.9.2
		platform: Platform v1.3.3
		playeranimator: Player Animator v2.0.4+1.21.1
		playercollars: Leashable Collars v1.0.5
		polymorph: Polymorph (alias) v1.2.456
		polymorph_plus: Polymorph+ v1.2.1+1.21.1
		ponder: Ponder v1.0.82+mc1.21.1
		powergrid: Create: Power Grid v0.6.0.1
		prickle: PrickleMC v21.1.11
		pride: Pride Lib v1.2.4+1.21.1
		puzzleslib: Puzzles Lib v21.1.52
		ragdoll_corpse: Sable: Ragdoll Corpse v0.3.0
		ragdoll_reactions: Ragdoll Reactions v0.7.0
		reanimal: Re:Animal v0.6.0
		redirected: Redirected v1.0.0
		reeses_sodium_options: Reese's Sodium Options v2.2.3+mc1.21.1
		refurbished_furniture: MrCrayfish's Furniture Mod: Refurbished v1.0.22
		regions_unexplored: Regions Unexplored v0.6.2
		resonant_synthesis: Resonant Synthesis v0.3.0
		resourcefulconfig: Resourcefulconfig v3.0.11
		resourcefullib: Resourceful Lib v3.0.12
		sable: Sable v2.0.3
		sable_player_ragdoll: Sable Ragdolls v0.7.5
		sable_player_ragdoll_patch: Sable Ragdolls Patch v1.8.1
		sablecompanion: Sable Companion v1.6.0
		searchables: Searchables v1.0.2
		simulated: Create Simulated v1.3.0
		simulated_gauges: Simulated Gauges v1.1.0
		simulatedcoasters: Create: Coasters Simulated v0.1.4
		sliceanddice: Create Slice & Dice v4.3.3
		smart_particles: Smart Particles v21.8.10
		smsn: Save My Shit Network v1.4.3-1.21.1
		sodium: Sodium v0.8.13-beta.2+mc1.21.1
		sophisticatedbackpacks: Sophisticated Backpacks v3.25.77
		sophisticatedbackpackscreateintegration: Sophisticated Backpacks Create Integration v0.1.8
		sophisticatedcore: Sophisticated Core v1.4.86
		sophisticatedinventoryinteractions: Sophisticated Inventory Interactions v0.1.13
		sophisticatedstorage: Sophisticated Storage v1.5.85
		sophisticatedstoragecreateintegration: Sophisticated Storage Create Integration v0.1.21
		spark: spark v1.10.124
		spruceui: SpruceUI v6.2.5+1.21.1
		storagedelight: Storage Delight v26.07.01a-1.21-neoforge
		streamsreflowing: StreamsReflowing v2.12.6
		supermartijn642configlib: SuperMartijn642's Config Library v1.1.8
		tclayer: tclayer v0.1.12
			cclayer: cclayer v0.1.12
				tclayer: tclayer v0.1.12
		terrablender: TerraBlender v4.1.0.8
		terrablenderfix: TerraBlenderFix v0.0.1
		tfmc: The Factory Must Backport v1.0.2
		tfmg: Create: The Factory Must Grow v1.2.0
		tinymultiblocklib: Tiny Multiblock Lib v3.2.0
		tooltipinsights: Tooltip Insights v21.1.4
		tracks: Create Tracks+ v1.0.6b2
		transition: TRansition v1.0.21
		trashslot: TrashSlot v21.1.11
		trender: TRender v1.0.15
		trimmed: Trimmed v3.0.0
		txnilib: TxniLib v1.0.24
		unusualend: Unusual End v2.3-neo
		upgrade_aquatic: Upgrade Aquatic v7.0.1
		vanillabackport: VanillaBackport v1.1.7.10
		veil: Veil v4.1.4
		villagerapi: VillagerAPI v1.26.1.3
		voicechat: Simple Voice Chat v1.21.1-2.6.22
		voicechat_api: Simple Voice Chat API v2.6.20
		whitenoise: WhiteNoise v2.2.0
		xaerolib: XaeroLib v1.7.1
		xaerominimap: Xaero's Minimap v26.4.2
		xaeroworldmap: Xaero's World Map v1.44.2
		xmmp: Xaero's Maps: Multiplayer+ v0.3.2+1.21.1-neoforge
		yet_another_config_lib_v3: YetAnotherConfigLib v3.8.2+1.21.1-neoforge
		yumi_mc_core: Yumi Minecraft Libraries: Foundation v1.0.0-beta.1+1.21.1
	ModLauncher: 11.0.5+main.901c6ea8
	ModLauncher launch target: forgeclient
	ModLauncher services: 
		sponge-mixin-0.15.2+mixin.0.8.7.jar mixin PLUGINSERVICE 
		loader-4.0.43.jar slf4jfixer PLUGINSERVICE 
		loader-4.0.43.jar runtime_enum_extender PLUGINSERVICE 
		at-modlauncher-10.0.1.jar accesstransformer PLUGINSERVICE 
		loader-4.0.43.jar runtimedistcleaner PLUGINSERVICE 
		modlauncher-11.0.5.jar mixin TRANSFORMATIONSERVICE 
		modlauncher-11.0.5.jar fml TRANSFORMATIONSERVICE 
	FML Language Providers: 
		__fabric_loader_bootstrap@2.5.29+0.16.0+1.21
		kotlinforforge@5.12.0
		javafml@4.0
		lowcodefml@4.0
		minecraft@4.0
	Mod List: 
		abnormals_delight-1.21.1-6.0.2.jar                |Abnormals Delight             |abnormals_delight             |6.0.2               |Manifest: NOSIGNATURE
		accessories-neoforge-1.1.0-beta.53+1.21.1.jar     |Accessories                   |accessories                   |1.1.0-beta.53+1.21.1|Manifest: NOSIGNATURE
		accessories_compat_layer-neoforge-0.1.12+1.21.1.ja|Accessories Compatibility Laye|accessories_compat_layer      |0.1.12              |Manifest: NOSIGNATURE
		accessorify-2.4.0-beta.5+1.21.1-neoforge.jar      |Accessorify                   |accessorify                   |2.4.0-beta.5        |Manifest: NOSIGNATURE
		AdvancedLootInfo-neoforge-1.21.1-1.12.0.jar       |AdvancedLootInfo              |ali                           |1.12.0              |Manifest: NOSIGNATURE
		aero_cam_sync-1.3.6.jar                           |Aeronautics Camera Sync       |aero_cam_sync                 |1.3.6               |Manifest: NOSIGNATURE
		allurement-1.21.1-5.0.2.jar                       |Allurement                    |allurement                    |5.0.2               |Manifest: NOSIGNATURE
		Almanac-1.21.1-2-neoforge-1.5.2.jar               |Almanac                       |almanac                       |1.5.2               |Manifest: NOSIGNATURE
		Apotheosis-1.21.1-8.7.0.jar                       |Apotheosis                    |apotheosis                    |8.7.0               |Manifest: NOSIGNATURE
		apotheoticcreation-2.0.0.jar                      |Apotheosis/Create Addon       |apotheoticcreation            |2.0.0               |Manifest: NOSIGNATURE
		ApothicAttributes-1.21.1-2.10.1.jar               |Apothic Attributes            |apothic_attributes            |2.10.1              |Manifest: NOSIGNATURE
		ApothicEnchanting-1.21.1-1.6.0.jar                |Apothic Enchanting            |apothic_enchanting            |1.6.0               |Manifest: NOSIGNATURE
		ApothicSpawners-1.21.1-1.4.0.jar                  |Apothic Spawners              |apothic_spawners              |1.4.0               |Manifest: NOSIGNATURE
		apothic_tooltip_cleanup-1.3.0.jar                 |Apothic Tooltip Cleanup       |apothic_tooltip_cleanup       |1.3.0               |Manifest: NOSIGNATURE
		appleskin-neoforge-mc1.21-3.0.9.jar               |AppleSkin                     |appleskin                     |3.0.9+mc1.21        |Manifest: NOSIGNATURE
		architectury-13.0.11-neoforge.jar                 |Architectury                  |architectury                  |13.0.11             |Manifest: NOSIGNATURE
		AsyncParticles-21.1.4.0-beta.3+1.21.1.jar         |AsyncParticles                |asyncparticles                |21.1.4.0-beta.3     |Manifest: NOSIGNATURE
		athena-neoforge-1.21.1-4.0.6.jar                  |Athena                        |athena                        |4.0.6               |Manifest: NOSIGNATURE
		atmosphere-1.21.1-neoforge-1.0.17.jar             |Atmosphere                    |atmosphere                    |1.0.17              |Manifest: NOSIGNATURE
		atmospheric-1.21.1-7.0.1.jar                      |Atmospheric                   |atmospheric                   |7.0.1               |Manifest: NOSIGNATURE
		attributefix-neoforge-1.21.1-21.1.3.jar           |AttributeFix                  |attributefix                  |21.1.3              |Manifest: NOSIGNATURE
		autumnity-1.21.1-6.0.1.jar                        |Autumnity                     |autumnity                     |6.0.1               |Manifest: NOSIGNATURE
		BadOptimizations-2.4.1-1.21.1.jar                 |BadOptimizations              |badoptimizations              |2.4.1               |Manifest: NOSIGNATURE
		balm-neoforge-1.21.1-21.0.65.jar                  |Balm                          |balm                          |21.0.65             |Manifest: NOSIGNATURE
		BetterAdvancements-NeoForge-1.21.1-0.4.3.21.jar   |Better Advancements           |betteradvancements            |0.4.3.21            |Manifest: NOSIGNATURE
		betterdays-1.21.1-3.3.6.3-NEOFORGE.jar            |BetterDays                    |betterdays                    |3.3.6.3             |Manifest: NOSIGNATURE
		BetterF3-11.0.3-NeoForge-1.21.1.jar               |BetterF3                      |betterf3                      |11.0.3              |Manifest: NOSIGNATURE
		blueprint-1.21.1-8.1.1.jar                        |Blueprint                     |blueprint                     |8.1.1               |Manifest: NOSIGNATURE
		boatiview-neoforge-0.0.6-1.21.1.jar               |Boat Item View                |boatiview                     |0.0.6               |Manifest: NOSIGNATURE
		boatload-1.21.1-6.0.2.jar                         |Boatload                      |boatload                      |6.0.2               |Manifest: NOSIGNATURE
		bookshelf-neoforge-1.21.1-21.1.81.jar             |Bookshelf                     |bookshelf                     |21.1.81             |Manifest: NOSIGNATURE
		BrewinAndChewin-neoforge-4.5.0+1.21.1.jar         |Brewin' And Chewin'           |brewinandchewin               |4.5.0               |Manifest: NOSIGNATURE
		buzzier_bees-1.21.1-7.0.1.jar                     |Buzzier Bees                  |buzzier_bees                  |7.0.1               |Manifest: NOSIGNATURE
		cc-tweaked-1.21.1-forge-1.120.2.jar               |CC: Tweaked                   |computercraft                 |1.120.2             |Manifest: NOSIGNATURE
		Changed-m1.21.1-neo-0.15.7.1.jar                  |Changed: Minecraft Mod        |changed                       |0.15.7.1            |Manifest: NOSIGNATURE
		chat_heads-0.15.7-neoforge-1.21.jar               |Chat Heads                    |chat_heads                    |0.15.7              |Manifest: NOSIGNATURE
		chatanimation-neoforge-1.3.1+mc1.21.jar           |ChatAnimation                 |chatanimation                 |1.3.1               |Manifest: NOSIGNATURE
		chefsdelight-1.0.5-neoforge-1.21.1.jar            |Chefs Delight                 |chefsdelight                  |1.0.5               |Manifest: NOSIGNATURE
		chipped-neoforge-1.21.1-4.0.2.jar                 |Chipped                       |chipped                       |4.0.2               |Manifest: NOSIGNATURE
		chloride-NEOFORGE-mc1.21.1-v1.8.1.jar             |Chloride                      |chloride                      |1.8.1               |Manifest: NOSIGNATURE
		[Neoforge]ctov-3.6.3.jar                          |ChoiceTheorem's Overhauled Vil|ctov                          |3.6.3               |Manifest: NOSIGNATURE
		clientcrafting-1.21-2.1.jar                       |clientcrafting mod            |clientcrafting                |2.1                 |Manifest: NOSIGNATURE
		climbable_ropes-2.1.1.jar                         |Climbable Ropes for Create Aer|climbable_ropes               |2.1.1               |Manifest: NOSIGNATURE
		cloth-config-15.0.140-neoforge.jar                |Cloth Config v15 API          |cloth_config                  |15.0.140            |Manifest: NOSIGNATURE
		colorwheel-neoforge-1.2.9+mc1.21.1.jar            |Colorwheel                    |colorwheel                    |1.2.9+mc1.21.1      |Manifest: NOSIGNATURE
		colorwheel_patcher-neoforge-1.0.5+mc1.21.1.jar    |Colorwheel Patcher            |colorwheel_patcher            |1.0.5+mc1.21.1      |Manifest: NOSIGNATURE
		c2mx-neoforge-1.21.1.jar                          |Compass to Map: Xaero's Minima|compasstomapxaeros            |0.1.1               |Manifest: NOSIGNATURE
		compat_manager-1.21.1-1.0.7.jar                   |Compat Manager                |compat_manager                |1.0.7               |Manifest: NOSIGNATURE
		conditional-mixin-neoforge-0.6.4.jar              |conditional mixin             |conditional_mixin             |0.6.4               |Manifest: NOSIGNATURE
		configurable-3.5.2+1.21.1-neoforge.jar            |Configurable                  |configurable                  |3.5.2               |Manifest: NOSIGNATURE
		configured-neoforge-1.21.1-2.6.3.jar              |Configured                    |configured                    |2.6.3               |Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99
		ConstructionSticks-1.21.1-1.4.2.jar               |Construction Sticks           |constructionstick             |1.4.2               |Manifest: NOSIGNATURE
		Controlling-neoforge-1.21.1-19.0.5.jar            |Controlling                   |controlling                   |19.0.5              |Manifest: NOSIGNATURE
		Corgilib-NeoForge-1.21.1-5.0.0.9.jar              |CorgiLib                      |corgilib                      |5.0.0.9             |Manifest: NOSIGNATURE
		crabbersdelight-1.21.1-1.2.6.jar                  |Crabber's Delight             |crabbersdelight               |1.2.6               |Manifest: NOSIGNATURE
		create-1.21.1-6.0.10.jar                          |Create                        |create                        |6.0.10              |Manifest: NOSIGNATURE
		create-aeronautics-bundled-1.21.1-1.3.0.jar       |Create Aeronautics            |aeronautics_bundled           |1.3.0               |Manifest: NOSIGNATURE
		dev.eriksonn.aeronautics.aeronautics-neoforge-1.21|Create Aeronautics            |aeronautics                   |1.3.0               |Manifest: NOSIGNATURE
		createaeronauticscurios-neoforge-1.21.1-2.2.jar   |Create Aeronautics Curios Comp|aeronautics_curios_compat     |2.0                 |Manifest: NOSIGNATURE
		create_aeronautics_transmission_linkage-0.2.5.jar |Create Aeronautics: Transmissi|aeronautics_utility_objects   |0.2.5               |Manifest: NOSIGNATURE
		createdeco-2.1.3.jar                              |Create Deco                   |createdeco                    |2.1.3               |Manifest: NOSIGNATURE
		create_submarine-2.2.4.jar                        |Create Deep Seas              |create_submarine              |2.2.4               |Manifest: NOSIGNATURE
		createdieselgenerators-1.21.1-1.3.15.jar          |Create Diesel Generators      |createdieselgenerators        |1.21.1-1.3.15       |Manifest: NOSIGNATURE
		Create Encased-1.21.1-1.9.0-ht3.jar               |Create Encased                |createcasing                  |1.9.0-ht3           |Manifest: NOSIGNATURE
		dev.ryanhcode.offroad.offroad-neoforge-1.21.1-1.3.|Create Offroad                |offroad                       |1.3.0               |Manifest: NOSIGNATURE
		createpropulsion-1.1.5.jar                        |Create Propulsion: Simulated  |createpropulsion              |1.1.5               |Manifest: NOSIGNATURE
		createrailwaysnavigator-neoforge-1.21.1-beta-0.9.1|Create Railways Navigator     |createrailwaysnavigator       |1.21.1-beta-0.9.1-C6|Manifest: NOSIGNATURE
		createreautomated-0.3.2-mc1.21.1-neoforge.jar     |Create ReAutomated            |createreautomated             |0.3.2               |Manifest: NOSIGNATURE
		dev.simulated_team.simulated.simulated-neoforge-1.|Create Simulated              |simulated                     |1.3.0               |Manifest: NOSIGNATURE
		sliceanddice-4.3.3-neoforge.jar                   |Create Slice & Dice           |sliceanddice                  |4.3.3               |Manifest: NOSIGNATURE
		tracks_plus-1.0.6b2.jar                           |Create Tracks+                |tracks                        |1.0.6b2             |Manifest: NOSIGNATURE
		create_train_parts-0.5.2-1.21.1-6.0.10-281.jar    |Create Train Parts            |create_train_parts            |0.5.2               |Manifest: NOSIGNATURE
		aeroworks-1.4.2.jar                               |Create: Aeroworks             |aeroworks                     |1.4.2               |Manifest: NOSIGNATURE
		ballastmod-0.1.0.jar                              |Create: Ballast               |ballastmod                    |0.1.0               |Manifest: NOSIGNATURE
		create-central-kitchen-2.6.0.jar                  |Create: Central Kitchen       |create_central_kitchen        |2.6.0               |Manifest: NOSIGNATURE
		create_chipped-1.2.0-neoforge-1.21.1.jar          |Create: Chipped               |create_chipped                |1.0.0               |Manifest: NOSIGNATURE
		simulatedcoasters-0.1.4.jar                       |Create: Coasters Simulated    |simulatedcoasters             |0.1.4               |Manifest: NOSIGNATURE
		create_connected-1.3.2-mc1.21.1.jar               |Create: Connected             |create_connected              |1.3.2-mc1.21.1      |Manifest: NOSIGNATURE
		copycats-3.0.4+mc.1.21.1-neoforge.jar             |Create: Copycats+             |copycats                      |3.0.4+mc.1.21.1-neof|Manifest: NOSIGNATURE
		CreateDragonsPlus-1.11.7b.jar                     |Create: Dragons Plus          |create_dragons_plus           |1.11.7b             |Manifest: NOSIGNATURE
		escalated-1.3.1-mc.1.21.1.jar                     |Create: Escalated             |escalated                     |1.3.1               |Manifest: NOSIGNATURE
		extra_gauges-2.1.2.jar                            |Create: Extra Gauges          |extra_gauges                  |2.1.2               |Manifest: NOSIGNATURE
		powergrid-mc1.21.1-0.6.0.1.jar                    |Create: Power Grid            |powergrid                     |0.6.0.1             |Manifest: NOSIGNATURE
		createrailgrinding-1.2.2.jar                      |Create: Rail Grinding         |createrailgrinding            |1.2.2               |Manifest: NOSIGNATURE
		tfmg-1.2.0.jar                                    |Create: The Factory Must Grow |tfmg                          |1.2.0               |Manifest: NOSIGNATURE
		create_things_and_misc-4.1.1-neoforge-1.21.1.jar  |create: things and misc       |create_things_and_misc        |4.1.1               |Manifest: NOSIGNATURE
		createbetterfps-1.21.1-1.1.4.jar                  |CreateBetterFps               |createbetterfps               |1.1.4               |Manifest: NOSIGNATURE
		CreeperOverhaul-neoforge-1.21.1-4.0.6.jar         |Creeper Overhaul              |creeperoverhaul               |4.0.6               |Manifest: NOSIGNATURE
		cupboard-1.21.1-4.0.jar                           |Cupboard mod                  |cupboard                      |4.0                 |Manifest: NOSIGNATURE
		curios-neoforge-9.5.1+1.21.1.jar                  |Curios API                    |curios                        |9.5.1+1.21.1        |Manifest: NOSIGNATURE
		CutThrough-v21.1.0-1.21.1-NeoForge.jar            |Cut Through                   |cutthrough                    |21.1.0              |Manifest: NOSIGNATURE
		deeperdarker-neoforge-1.21.1-1.4.1.jar            |Deeper and Darker             |deeperdarker                  |1.4.1               |Manifest: NOSIGNATURE
		deployer-0.1.2.jar                                |Deployer                      |deployer                      |0.1.2               |Manifest: NOSIGNATURE
		diagonalblocks-neoforge-21.1.2.jar                |Diagonal Blocks               |diagonalblocks                |21.1.2              |Manifest: NOSIGNATURE
		DiagonalFences-v21.1.1-1.21.1-NeoForge.jar        |Diagonal Fences               |diagonalfences                |21.1.1              |Manifest: NOSIGNATURE
		DiagonalWalls-v21.1.2-1.21.1-NeoForge.jar         |Diagonal Walls                |diagonalwalls                 |21.1.2              |Manifest: NOSIGNATURE
		DiagonalWindows-v21.1.1-1.21.1-NeoForge.jar       |Diagonal Windows              |diagonalwindows               |21.1.1              |Manifest: NOSIGNATURE
		dragonlib-neoforge-1.21.1-beta-3.0.28.jar         |DragonLib                     |dragonlib                     |1.21.1-beta-3.0.28  |Manifest: NOSIGNATURE
		durabilitytooltip-1.1.6-neoforge-mc1.21.jar       |Durability Tooltip            |durabilitytooltip             |1.1.6               |Manifest: NOSIGNATURE
		easy_mob_spawn_control-1.5.6.jar                  |Easy Mob Spawn Control        |easy_mob_spawn_control        |1.5.6               |Manifest: NOSIGNATURE
		emi-1.1.24+1.21.1+neoforge.jar                    |EMI                           |emi                           |1.1.24+1.21.1+neofor|Manifest: NOSIGNATURE
		emi_enchanting-0.1.2+1.21+neoforge.jar            |EMI Enchanting                |emi_enchanting                |0.1.2+1.21+neoforge |Manifest: NOSIGNATURE
		EMIProfessions-neoforge-1.21.1-1.0.3.jar          |EMI Professions (EMIP)        |emiprofessions                |1.0.3               |Manifest: NOSIGNATURE
		emiffect-neoforge-2.1.6+mc1.21.1.jar              |EMIffect                      |emiffect                      |2.1.6+mc1.21.1      |Manifest: NOSIGNATURE
		Emojiful-Neoforge-1.21-5.2.4-all.jar              |Emojiful                      |emojiful                      |5.2.4               |Manifest: NOSIGNATURE
		EnchantmentInsights-v21.1.4-mc1.21.1-NeoForge.jar |Enchantment Insights          |enchantmentinsights           |21.1.4              |Manifest: NOSIGNATURE
		endersdelight-1.3.1.jar                           |Ender's Delight               |endersdelight                 |1.3.1               |Manifest: NOSIGNATURE
		endermanoverhaul-neoforge-1.21.1-2.0.3.jar        |Enderman Overhaul             |endermanoverhaul              |2.0.3               |Manifest: NOSIGNATURE
		enderscape-neoforge-1.0.9+mc1.21.1.jar            |Enderscape                    |enderscape                    |1.0.9               |Manifest: NOSIGNATURE
		enhanced_attack_indicator-1.1.1+1.21-forge.jar    |Enhanced Attack Indicator     |enhanced_attack_indicator     |1.1.1+1.21-forge    |Manifest: NOSIGNATURE
		entity_model_features-3.2.4-1.21-neoforge.jar     |Entity Model Features         |entity_model_features         |3.2.4               |Manifest: NOSIGNATURE
		entity_texture_features_1.21-neoforge-7.1.jar     |Entity Texture Features       |entity_texture_features       |7.1                 |Manifest: NOSIGNATURE
		entityculling-neoforge-1.10.5-mc1.21.1.jar        |EntityCulling                 |entityculling                 |1.10.5              |Manifest: NOSIGNATURE
		environmental-1.21.1-5.0.1.jar                    |Environmental                 |environmental                 |5.0.1               |Manifest: NOSIGNATURE
		EternalNether-v21.1.3-1.21.1-NeoForge.jar         |Eternal Nether                |eternalnether                 |21.1.3              |Manifest: NOSIGNATURE
		ExplorersCompass-1.21.1-3.4.0-neoforge.jar        |Explorer's Compass            |explorerscompass              |1.21.1-3.4.0-neoforg|Manifest: NOSIGNATURE
		extensibleenums-neoforge-21.1.1.jar               |Extensible Enums              |extensibleenums               |21.1.1              |Manifest: NOSIGNATURE
		FarmersDelight-1.21.1-1.3.2.jar                   |Farmer's Delight              |farmersdelight                |1.3.2               |Manifest: NOSIGNATURE
		fast-ip-ping-v1.0.11-mc1.21.1-neoforge.jar        |Fast IP Ping                  |fastipping                    |1.0.11              |Manifest: NOSIGNATURE
		ferritecore-7.0.3-neoforge.jar                    |Ferrite Core                  |ferritecore                   |7.0.3               |Manifest: 41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a
		figura-0.1.6+1.21.1-neoforge-mc.jar               |Figura                        |figura                        |0.1.6+1.21.1        |Manifest: NOSIGNATURE
		figurasvc-2.0.1+1.21.1.jar                        |FiguraSVC                     |figurasvc                     |2.0.1+1.21.1        |Manifest: NOSIGNATURE
		Floral Enchantment-neoforge-1.21.1-1.1.0.jar      |Floral Enchantment            |floralench                    |1.1.0               |Manifest: NOSIGNATURE
		flywheel-neoforge-1.21.1-1.0.6.jar                |Flywheel                      |flywheel                      |1.0.6               |Manifest: NOSIGNATURE
		forgeconfigapiport-neoforge-21.1.1.jar            |Forge Config API Port         |forgeconfigapiport            |21.1.1              |Manifest: NOSIGNATURE
		forgified-fabric-api-0.115.6+2.1.0+1.21.1.jar     |Forgified Fabric API          |fabric_api                    |0.115.6+2.1.0+1.21.1|Manifest: NOSIGNATURE
		fabric-api-base-0.4.42+d1308ded19.jar             |Forgified Fabric API Base     |fabric_api_base               |0.4.42+d1308ded19   |Manifest: NOSIGNATURE
		fabric-api-lookup-api-v1-1.6.70+c21168c319.jar    |Forgified Fabric API Lookup AP|fabric_api_lookup_api_v1      |1.6.70+c21168c319   |Manifest: NOSIGNATURE
		fabric-biome-api-v1-13.0.31+1e62d33c19.jar        |Forgified Fabric Biome API (v1|fabric_biome_api_v1           |13.0.31+1e62d33c19  |Manifest: NOSIGNATURE
		fabric-block-api-v1-1.0.22+a6e994cd19.jar         |Forgified Fabric Block API (v1|fabric_block_api_v1           |1.0.22+a6e994cd19   |Manifest: NOSIGNATURE
		fabric-blockrenderlayer-v1-1.1.52+b089b4bd19.jar  |Forgified Fabric BlockRenderLa|fabric_blockrenderlayer_v1    |1.1.52+b089b4bd19   |Manifest: NOSIGNATURE
		fabric-block-view-api-v2-1.0.10+9afaaf8c19.jar    |Forgified Fabric BlockView API|fabric_block_view_api_v2      |1.0.10+9afaaf8c19   |Manifest: NOSIGNATURE
		fabric-client-tags-api-v1-1.1.15+e053909619.jar   |Forgified Fabric Client Tags  |fabric_client_tags_api_v1     |1.1.15+e053909619   |Manifest: NOSIGNATURE
		fabric-command-api-v2-2.2.28+36d727be19.jar       |Forgified Fabric Command API (|fabric_command_api_v2         |2.2.28+36d727be19   |Manifest: NOSIGNATURE
		fabric-content-registries-v0-8.0.18+0a0c14ff19.jar|Forgified Fabric Content Regis|fabric_content_registries_v0  |8.0.18+0a0c14ff19   |Manifest: NOSIGNATURE
		fabric-convention-tags-v1-2.1.4+7f945d5b19.jar    |Forgified Fabric Convention Ta|fabric_convention_tags_v1     |2.1.4+7f945d5b19    |Manifest: NOSIGNATURE
		fabric-convention-tags-v2-2.11.0+87e5848019.jar   |Forgified Fabric Convention Ta|fabric_convention_tags_v2     |2.11.0+87e5848019   |Manifest: NOSIGNATURE
		fabric-data-attachment-api-v1-1.4.3+58235da019.jar|Forgified Fabric Data Attachme|fabric_data_attachment_api_v1 |1.4.3+58235da019    |Manifest: NOSIGNATURE
		fabric-data-generation-api-v1-20.2.28+2d91a6db19.j|Forgified Fabric Data Generati|fabric_data_generation_api_v1 |20.2.28+2d91a6db19  |Manifest: NOSIGNATURE
		fabric-entity-events-v1-1.7.0+1af6e62419.jar      |Forgified Fabric Entity Events|fabric_entity_events_v1       |1.7.0+1af6e62419    |Manifest: NOSIGNATURE
		fabric-events-interaction-v0-0.7.13+7b71cc1619.jar|Forgified Fabric Events Intera|fabric_events_interaction_v0  |0.7.13+7b71cc1619   |Manifest: NOSIGNATURE
		fabric-game-rule-api-v1-1.0.53+36d727be19.jar     |Forgified Fabric Game Rule API|fabric_game_rule_api_v1       |1.0.53+36d727be19   |Manifest: NOSIGNATURE
		fabric-gametest-api-v1-2.0.5+29f188ce19.jar       |Forgified Fabric Game Test API|fabric_gametest_api_v1        |2.0.5+29f188ce19    |Manifest: NOSIGNATURE
		fabric-item-api-v1-11.1.1+57cdfa8219.jar          |Forgified Fabric Item API (v1)|fabric_item_api_v1            |11.1.1+57cdfa8219   |Manifest: NOSIGNATURE
		fabric-item-group-api-v1-4.1.7+e324903319.jar     |Forgified Fabric Item Group AP|fabric_item_group_api_v1      |4.1.7+e324903319    |Manifest: NOSIGNATURE
		fabric-key-binding-api-v1-1.0.47+62cc7ce119.jar   |Forgified Fabric Key Binding A|fabric_key_binding_api_v1     |1.0.47+62cc7ce119   |Manifest: NOSIGNATURE
		fabric-lifecycle-events-v1-2.5.0+a2ee258a19.jar   |Forgified Fabric Lifecycle Eve|fabric_lifecycle_events_v1    |2.5.0+a2ee258a19    |Manifest: NOSIGNATURE
		fabric-loot-api-v2-3.0.15+a3ee712d19.jar          |Forgified Fabric Loot API (v2)|fabric_loot_api_v2            |3.0.15+a3ee712d19   |Manifest: NOSIGNATURE
		fabric-loot-api-v3-1.0.3+333dfad919.jar           |Forgified Fabric Loot API (v3)|fabric_loot_api_v3            |1.0.3+333dfad919    |Manifest: NOSIGNATURE
		fabric-message-api-v1-6.0.13+e053909619.jar       |Forgified Fabric Message API (|fabric_message_api_v1         |6.0.13+e053909619   |Manifest: NOSIGNATURE
		fabric-model-loading-api-v1-2.0.0+986ae77219.jar  |Forgified Fabric Model Loading|fabric_model_loading_api_v1   |2.0.0+986ae77219    |Manifest: NOSIGNATURE
		fabric-networking-api-v1-4.3.0+4f690eb619.jar     |Forgified Fabric Networking AP|fabric_networking_api_v1      |4.3.0+4f690eb619    |Manifest: NOSIGNATURE
		fabric-object-builder-api-v1-15.2.1+cc242efd19.jar|Forgified Fabric Object Builde|fabric_object_builder_api_v1  |15.2.1+cc242efd19   |Manifest: NOSIGNATURE
		fabric-particles-v1-4.0.2+824f924c19.jar          |Forgified Fabric Particles (v1|fabric_particles_v1           |4.0.2+824f924c19    |Manifest: NOSIGNATURE
		fabric-recipe-api-v1-5.0.14+59440bcc19.jar        |Forgified Fabric Recipe API (v|fabric_recipe_api_v1          |5.0.14+59440bcc19   |Manifest: NOSIGNATURE
		fabric-registry-sync-v0-5.2.0+867470b919.jar      |Forgified Fabric Registry Sync|fabric_registry_sync_v0       |5.2.0+867470b919    |Manifest: NOSIGNATURE
		fabric-renderer-indigo-1.7.0+4198af7119.jar       |Forgified Fabric Renderer - In|fabric_renderer_indigo        |1.7.0+4198af7119    |Manifest: NOSIGNATURE
		fabric-renderer-api-v1-3.4.1+9125b6dc19.jar       |Forgified Fabric Renderer API |fabric_renderer_api_v1        |3.4.1+9125b6dc19    |Manifest: NOSIGNATURE
		fabric-rendering-v1-5.0.5+077ba95f19.jar          |Forgified Fabric Rendering (v1|fabric_rendering_v1           |5.0.5+077ba95f19    |Manifest: NOSIGNATURE
		fabric-rendering-data-attachment-v1-0.3.48+73761d2|Forgified Fabric Rendering Dat|fabric_rendering_data_attachme|0.3.48+73761d2e19   |Manifest: NOSIGNATURE
		fabric-rendering-fluids-v1-3.1.6+857185bc19.jar   |Forgified Fabric Rendering Flu|fabric_rendering_fluids_v1    |3.1.6+857185bc19    |Manifest: NOSIGNATURE
		fabric-resource-conditions-api-v1-4.3.0+5bdd099819|Forgified Fabric Resource Cond|fabric_resource_conditions_api|4.3.0+5bdd099819    |Manifest: NOSIGNATURE
		fabric-resource-loader-v0-1.3.1+4ea8954419.jar    |Forgified Fabric Resource Load|fabric_resource_loader_v0     |1.3.1+4ea8954419    |Manifest: NOSIGNATURE
		fabric-screen-api-v1-2.0.25+4228281319.jar        |Forgified Fabric Screen API (v|fabric_screen_api_v1          |2.0.25+4228281319   |Manifest: NOSIGNATURE
		fabric-screen-handler-api-v1-1.3.88+8dbc56dd19.jar|Forgified Fabric Screen Handle|fabric_screen_handler_api_v1  |1.3.88+8dbc56dd19   |Manifest: NOSIGNATURE
		fabric-sound-api-v1-1.0.23+10b84f8419.jar         |Forgified Fabric Sound API (v1|fabric_sound_api_v1           |1.0.23+10b84f8419   |Manifest: NOSIGNATURE
		fabric-transfer-api-v1-5.4.2+a25cb45619.jar       |Forgified Fabric Transfer API |fabric_transfer_api_v1        |5.4.2+a25cb45619    |Manifest: NOSIGNATURE
		fabric-transitive-access-wideners-v1-6.2.0+6c854b6|Forgified Fabric Transitive Ac|fabric_transitive_access_widen|6.2.0+6c854b6f19    |Manifest: NOSIGNATURE
		FramedBlocks-10.6.1.jar                           |FramedBlocks                  |framedblocks                  |10.6.1              |Manifest: NOSIGNATURE
		framework-neoforge-1.21.1-0.13.11.jar             |Framework                     |framework                     |0.13.11             |Manifest: NOSIGNATURE
		friendsandfoes-neoforge-4.0.27+mc1.21.1.jar       |Friends&Foes                  |friendsandfoes                |4.0.27              |Manifest: NOSIGNATURE
		beekeeperhut-neoforge-3.0.3+mc1.21.1.jar          |Friends&Foes - Beekeeper Hut  |beekeeperhut                  |3.0.3               |Manifest: NOSIGNATURE
		flowerymooblooms-neoforge-3.0.3+mc1.21.1.jar      |Friends&Foes - Flowery Moobloo|flowerymooblooms              |3.0.3               |Manifest: NOSIGNATURE
		fzzy_config-0.7.6+1.21+neoforge.jar               |Fzzy Config                   |fzzy_config                   |0.7.6+1.21+neoforge |Manifest: NOSIGNATURE
		GnKinetics-1.21.1-1.0m.jar                        |Gears n' Kinetics             |gnkinetics                    |1.0m                |Manifest: NOSIGNATURE
		geckolib-neoforge-1.21.1-4.9.2.jar                |GeckoLib 4                    |geckolib                      |4.9.2               |Manifest: NOSIGNATURE
		golemoverhaul-neoforge-1.21.1-1.1.1.jar           |Golem Overhaul                |golemoverhaul                 |1.1.1               |Manifest: NOSIGNATURE
		greenhouseconfig-2.2.3+1.21.1-neoforge.jar        |Greenhouse Config             |greenhouseconfig              |2.2.3+1.21.1        |Manifest: NOSIGNATURE
		greenhouseconfig_night_config-1.1.0.jar           |Greenhouse Config - Night Conf|greenhouseconfig_night_config |1.1.0               |Manifest: NOSIGNATURE
		greenhouseconfig_toml-1.1.0.jar                   |Greenhouse Config - TOML      |greenhouseconfig_toml         |1.1.0               |Manifest: NOSIGNATURE
		hotstuff-1.1.6.jar                                |Hot's Aerostuff               |hotstuff                      |1.1.6               |Manifest: NOSIGNATURE
		IllagerInvasion-v21.1.6-1.21.1-NeoForge.jar       |Illager Invasion              |illagerinvasion               |21.1.6              |Manifest: NOSIGNATURE
		ImmediatelyFast-NeoForge-1.6.11+1.21.1.jar        |ImmediatelyFast               |immediatelyfast               |1.6.11+1.21.1       |Manifest: NOSIGNATURE
		immersive_paintings-neoforge-1.21.1-0.7.8.jar     |Immersive Paintings           |immersive_paintings           |0.7.8               |Manifest: NOSIGNATURE
		iris-neoforge-1.8.14-beta.1+mc1.21.1.jar          |Iris                          |iris                          |1.8.14-beta.1+mc1.21|Manifest: NOSIGNATURE
		Jade-1.21.1-NeoForge-15.10.6.jar                  |Jade                          |jade                          |15.10.6+neoforge    |Manifest: NOSIGNATURE
		jeiworldgen-neoforge-1.21.1-1.4.1.jar             |JEIWorldGen                   |jeiworldgen                   |1.4.1               |Manifest: NOSIGNATURE
		jumpboat-1.21.0-1.0.5.jar                         |Jumpy Boats                   |jumpboat                      |1.21.0-1.0.5        |Manifest: NOSIGNATURE
		jei-1.21.1-neoforge-19.44.0.401.jar               |Just Enough Items             |jei                           |19.44.0.401         |Manifest: NOSIGNATURE
		Kerria-1.3.2+1.21.1-neoforge.jar                  |Kerria                        |kerria                        |1.3.2+1.21.1-neoforg|Manifest: NOSIGNATURE
		thedarkcolour.kffmod-5.12.0.jar                   |Kotlin For Forge              |kotlinforforge                |5.12.0              |Manifest: NOSIGNATURE
		kuma-api-neoforge-21.0.8+1.21.jar                 |KumaAPI                       |kuma_api                      |21.0.8              |Manifest: NOSIGNATURE
		lambdynamiclights-4.8.10+1.21.1.jar               |LambDynamicLights             |lambdynlights                 |4.8.10+1.21.1       |Manifest: NOSIGNATURE
		lambdynamiclights-api-4.8.10+1.21.1-mojmap.jar    |LambDynamicLights (API)       |lambdynlights_api             |4.8.10+1.21.1       |Manifest: NOSIGNATURE
		lambdynamiclights-4.8.10+1.21.1-neoforge.jar      |LambDynamicLights (Runtime)   |lambdynlights_runtime         |4.8.10+1.21.1       |Manifest: NOSIGNATURE
		playercollars-1.21.1-neoforge-1.0.5.jar           |Leashable Collars             |playercollars                 |1.0.5               |Manifest: NOSIGNATURE
		LeaveMyBarsAlone-v21.1.2-1.21.1-NeoForge.jar      |Leave My Bars Alone           |leavemybarsalone              |21.1.2              |Manifest: NOSIGNATURE
		letmedespawn-1.21.x-neoforge-1.5.0.jar            |Let Me Despawn                |letmedespawn                  |1.5.0               |Manifest: NOSIGNATURE
		lithostitched-1.7.13-neoforge-21.1.jar            |Lithostitched                 |lithostitched                 |1.7.13              |Manifest: NOSIGNATURE
		lootr-neoforge-1.21.1-1.11.38.123.jar             |Lootr                         |lootr                         |1.21.1-1.11.38.123  |Manifest: NOSIGNATURE
		maptooltip-5.0.1+1.21-neoforge.jar                |Map Tooltip                   |maptooltip                    |5.0.1               |Manifest: NOSIGNATURE
		Measurements-neoforge-1.21.1-3.0.3.jar            |Measurements                  |measurements                  |3.0.3               |Manifest: NOSIGNATURE
		client-1.21.1-20240808.144430-srg.jar             |Minecraft                     |minecraft                     |1.21.1              |Manifest: a1:d4:5e:04:4f:d3:d6:e0:7b:37:97:cf:77:b0:de:ad:4a:47:ce:8c:96:49:5f:0a:cf:8c:ae:b2:6d:4b:8a:3f
		miningspeedtooltips-neoforge-1.0.0-1.21.1.jar     |Mining Speed Tooltips         |miningspeedtooltips           |1.0.0               |Manifest: NOSIGNATURE
		modelfix-1.21-1.10.jar                            |Model Gap Fix                 |modelfix                      |1.21-1.10           |Manifest: NOSIGNATURE
		meed-1.21.1-8.0.6.jar                             |Moderately Enough Effect Descr|meed                          |8.0.5               |Manifest: NOSIGNATURE
		modernfix-neoforge-5.27.20+mc1.21.1.jar           |ModernFix                     |modernfix                     |5.27.20+mc1.21.1    |Manifest: NOSIGNATURE
		moreculling-neoforge-1.21.1-1.0.9.jar             |More Culling                  |moreculling                   |1.0.9               |Manifest: NOSIGNATURE
		MoreSnifferFlowers-1.21.1-neo-6.6.6.jar           |More Sniffer Flowers          |moresnifferflowers            |6.6.6               |Manifest: NOSIGNATURE
		moremousetweaks-neoforge-1.1.1+1.21.1.jar         |MoreMouseTweaks               |moremousetweaks               |1.1.1+1.21.1        |Manifest: NOSIGNATURE
		MoreVillagers-Re-1.21.1-neoforge-1.25.12.4.jar    |MoreVillagers                 |morevillagers                 |1.25.12.4           |Manifest: NOSIGNATURE
		MouseTweaks-neoforge-mc1.21-2.26.1.jar            |Mouse Tweaks                  |mousetweaks                   |2.26.1              |Manifest: NOSIGNATURE
		refurbished_furniture-neoforge-1.21.1-1.0.22.jar  |MrCrayfish's Furniture Mod: Re|refurbished_furniture         |1.0.22              |Manifest: NOSIGNATURE
		MyNethersDelight-1.21.1-1.10.4.jar                |My Nether's Delight           |mynethersdelight              |1.10.4              |Manifest: NOSIGNATURE
		NaturesCompass-1.21.1-3.4.0-neoforge.jar          |Nature's Compass              |naturescompass                |1.21.1-3.4.0-neoforg|Manifest: NOSIGNATURE
		neapolitan-1.21.1-6.0.1.jar                       |Neapolitan                    |neapolitan                    |6.0.1               |Manifest: NOSIGNATURE
		neoforge-21.1.248-universal.jar                   |NeoForge                      |neoforge                      |21.1.248            |Manifest: NOSIGNATURE
		neruina-3.3.3+1.21.1-neoforge.jar                 |Neruina                       |neruina                       |3.3.3               |Manifest: NOSIGNATURE
		nether_cruelty-1.1.0-neoforge-1.21.1.jar          |Nether's Cruelty              |nether_cruelty                |1.1.0               |Manifest: NOSIGNATURE
		nether-s-exoticism-1.21.1-1.2.9.jar               |Nether's Exoticism            |nethers_exoticism             |1.2.9               |Manifest: NOSIGNATURE
		NoChatReports-NEOFORGE-1.21.1-v2.9.1.jar          |No Chat Reports               |nochatreports                 |1.21.1-v2.9.1       |Manifest: NOSIGNATURE
		nowheel-1.0.6+1.21.1neoforge.jar                  |Nowheel                       |nowheel                       |1.0.6               |Manifest: NOSIGNATURE
		oceansdelight-neoforge-1.0.4-1.21.1.jar           |Ocean's Delight               |oceansdelight                 |1.0.4               |Manifest: NOSIGNATURE
		OctoLib-NEOFORGE-0.6.2+1.21.jar                   |OctoLib                       |octolib                       |0.6.2               |Manifest: NOSIGNATURE
		Oh-The-Biomes-Weve-Gone-NeoForge-2.6.0.jar        |Oh The Biomes We've Gone      |biomeswevegone                |2.6.0               |Manifest: NOSIGNATURE
		Oh-The-Trees-Youll-Grow-neoforge-1.21.1-5.3.2.jar |Oh The Trees You'll Grow      |ohthetreesyoullgrow           |5.3.2               |Manifest: NOSIGNATURE
		open-parties-and-claims-neoforge-1.21.1-0.29.3.jar|Open Parties and Claims       |openpartiesandclaims          |0.29.3              |Manifest: NOSIGNATURE
		OverflowingBars-v21.1.1-1.21.1-NeoForge.jar       |Overflowing Bars              |overflowingbars               |21.1.1              |Manifest: NOSIGNATURE
		owo-lib-neoforge-0.12.15.5-beta.1+1.21.jar        |oωo                           |owo                           |0.12.15.5-beta.1+1.2|Manifest: NOSIGNATURE
		packetfixer-3.3.1-1.20.5-1.21.X-merged.jar        |PacketFixer                   |packetfixer                   |3.3.1               |Manifest: NOSIGNATURE
		particle_core-0.3.3+1.21+neoforge.jar             |Particle Core                 |particle_core                 |0.3.3+1.21+neoforge |Manifest: NOSIGNATURE
		Patchouli-1.21.1-93-NEOFORGE.jar                  |Patchouli                     |patchouli                     |1.21.1-93-NEOFORGE  |Manifest: NOSIGNATURE
		personality-1.21.1-5.0.2.jar                      |Personality                   |personality                   |5.0.2               |Manifest: NOSIGNATURE
		Placebo-1.21.1-9.9.2.jar                          |Placebo                       |placebo                       |9.9.2               |Manifest: NOSIGNATURE
		Platform-neoforge-1.21.1-1.3.3.jar                |Platform                      |platform                      |1.3.3               |Manifest: NOSIGNATURE
		player-animation-lib-forge-2.0.4+1.21.1.jar       |Player Animator               |playeranimator                |2.0.4+1.21.1        |Manifest: NOSIGNATURE
		polymorph_plus-neoforge-1.2.1+1.21.1.jar          |Polymorph+                    |polymorph_plus                |1.2.1+1.21.1        |Manifest: NOSIGNATURE
		ponder-neoforge-1.0.82+mc1.21.1.jar               |Ponder                        |ponder                        |1.0.82+mc1.21.1     |Manifest: NOSIGNATURE
		prickle-neoforge-1.21.1-21.1.11.jar               |PrickleMC                     |prickle                       |21.1.11             |Manifest: NOSIGNATURE
		pridelib-1.2.4+1.21.1-mojmap.jar                  |Pride Lib                     |pride                         |1.2.4+1.21.1        |Manifest: NOSIGNATURE
		PuzzlesLib-v21.1.52-1.21.1-NeoForge.jar           |Puzzles Lib                   |puzzleslib                    |21.1.52             |Manifest: NOSIGNATURE
		ragdoll_reactions-1.21.1-0.7.0.jar                |Ragdoll Reactions             |ragdoll_reactions             |0.7.0               |Manifest: NOSIGNATURE
		reanimal-0.6.0.jar                                |Re:Animal                     |reanimal                      |0.6.0               |Manifest: NOSIGNATURE
		redirected-neoforge-1.0.0-1.21.1.jar              |Redirected                    |redirected                    |1.0.0               |Manifest: NOSIGNATURE
		reeses-sodium-options-neoforge-2.2.3+mc1.21.1.jar |Reese's Sodium Options        |reeses_sodium_options         |2.2.3+mc1.21.1      |Manifest: NOSIGNATURE
		regions-unexplored-0.6.2-neoforge-21.1.jar        |Regions Unexplored            |regions_unexplored            |0.6.2               |Manifest: NOSIGNATURE
		resonant_synthesis-0.3.0.jar                      |Resonant Synthesis            |resonant_synthesis            |0.3.0               |Manifest: NOSIGNATURE
		resourcefullib-neoforge-1.21-3.0.12.jar           |Resourceful Lib               |resourcefullib                |3.0.12              |Manifest: NOSIGNATURE
		resourcefulconfig-neoforge-1.21-3.0.11.jar        |Resourcefulconfig             |resourcefulconfig             |3.0.11              |Manifest: NOSIGNATURE
		sable-neoforge-1.21.1-2.0.3.jar                   |Sable                         |sable                         |2.0.3               |Manifest: NOSIGNATURE
		sable-companion-common-1.21.1-1.6.0.jar           |Sable Companion               |sablecompanion                |1.6.0               |Manifest: NOSIGNATURE
		sable_player_ragdoll-1.21.1-0.7.5.jar             |Sable Ragdolls                |sable_player_ragdoll          |0.7.5               |Manifest: NOSIGNATURE
		sable_player_ragdoll_patch-1.21.1-1.8.1.jar       |Sable Ragdolls Patch          |sable_player_ragdoll_patch    |1.8.1               |Manifest: NOSIGNATURE
		ragdoll_corpse-1.21.1-0.3.0.jar                   |Sable: Ragdoll Corpse         |ragdoll_corpse                |0.3.0               |Manifest: NOSIGNATURE
		smsn-neoforge-1.4.3-1.21.1.jar                    |Save My Shit Network          |smsn                          |1.4.3-1.21.1        |Manifest: NOSIGNATURE
		Searchables-neoforge-1.21.1-1.0.2.jar             |Searchables                   |searchables                   |1.0.2               |Manifest: NOSIGNATURE
		voicechat-neoforge-1.21.1-2.6.22.jar              |Simple Voice Chat             |voicechat                     |1.21.1-2.6.22       |Manifest: NOSIGNATURE
		simulated_gauges-1.1.0.jar                        |Simulated Gauges              |simulated_gauges              |1.1.0               |Manifest: NOSIGNATURE
		smart_particles-21.8.10.jar                       |Smart Particles               |smart_particles               |21.8.10             |Manifest: NOSIGNATURE
		net.caffeinemc.sodium-neoforge-0.8.13-beta.2+mc1.2|Sodium                        |sodium                        |0.8.13-beta.2+mc1.21|Manifest: NOSIGNATURE
		sophisticatedbackpacks-1.21.1-3.25.77.2074.jar    |Sophisticated Backpacks       |sophisticatedbackpacks        |3.25.77             |Manifest: NOSIGNATURE
		sophisticatedbackpackscreateintegration-1.21.1-0.1|Sophisticated Backpacks Create|sophisticatedbackpackscreatein|0.1.8               |Manifest: NOSIGNATURE
		sophisticatedcore-1.21.1-1.4.86.2259.jar          |Sophisticated Core            |sophisticatedcore             |1.4.86              |Manifest: NOSIGNATURE
		sophisticatedinventoryinteractions-1.21.1-0.1.13.2|Sophisticated Inventory Intera|sophisticatedinventoryinteract|0.1.13              |Manifest: NOSIGNATURE
		sophisticatedstorage-1.21.1-1.5.85.2077.jar       |Sophisticated Storage         |sophisticatedstorage          |1.5.85              |Manifest: NOSIGNATURE
		sophisticatedstoragecreateintegration-1.21.1-0.1.2|Sophisticated Storage Create I|sophisticatedstoragecreateinte|0.1.21              |Manifest: NOSIGNATURE
		spark-1.10.124-neoforge.jar                       |spark                         |spark                         |1.10.124            |Manifest: NOSIGNATURE
		spruceui-6.2.5+1.21.1-mojmap.jar                  |SpruceUI                      |spruceui                      |6.2.5+1.21.1        |Manifest: NOSIGNATURE
		storagedelight-26.07.01a-1.21-neoforge.jar        |Storage Delight               |storagedelight                |26.07.01a-1.21-neofo|Manifest: NOSIGNATURE
		StreamsReflowing-1.21.1-neoforge-2.12.6.jar       |StreamsReflowing              |streamsreflowing              |2.12.6              |Manifest: NOSIGNATURE
		supermartijn642configlib-1.1.8-neoforge-mc1.21.jar|SuperMartijn642's Config Libra|supermartijn642configlib      |1.1.8               |Manifest: NOSIGNATURE
		TerraBlender-neoforge-1.21.1-4.1.0.8.jar          |TerraBlender                  |terrablender                  |4.1.0.8             |Manifest: NOSIGNATURE
		terrablenderfix-neoforge-1.21.1-0.0.1.jar         |TerraBlenderFix               |terrablenderfix               |0.0.1               |Manifest: NOSIGNATURE
		tfmc-1.0.2-neoforge-1.21.1.jar                    |The Factory Must Backport     |tfmc                          |1.0.2               |Manifest: NOSIGNATURE
		tiny-multiblock-lib-neo-1.21.1-3.2.0.jar          |Tiny Multiblock Lib           |tinymultiblocklib             |3.2.0               |Manifest: NOSIGNATURE
		tooltipinsights-neoforge-21.1.4.jar               |Tooltip Insights              |tooltipinsights               |21.1.4              |Manifest: NOSIGNATURE
		TRansition-1.0.21-1.21.1-neoforge-SNAPSHOT.jar    |TRansition                    |transition                    |1.0.21              |Manifest: NOSIGNATURE
		trashslot-neoforge-1.21.1-21.1.11.jar             |TrashSlot                     |trashslot                     |21.1.11             |Manifest: NOSIGNATURE
		TRender-1.0.15-1.21.1-neoforge-SNAPSHOT.jar       |TRender                       |trender                       |1.0.15              |Manifest: NOSIGNATURE
		trimmed-neo-1.21-3.0.0.jar                        |Trimmed                       |trimmed                       |3.0.0               |Manifest: NOSIGNATURE
		txnilib-neoforge-1.0.24-1.21.1.jar                |TxniLib                       |txnilib                       |1.0.24              |Manifest: NOSIGNATURE
		unusualend-2.3.jar                                |Unusual End                   |unusualend                    |2.3-neo             |Manifest: NOSIGNATURE
		upgrade_aquatic-1.21.1-7.0.1.jar                  |Upgrade Aquatic               |upgrade_aquatic               |7.0.1               |Manifest: NOSIGNATURE
		VanillaBackport-neoforge-1.21.1-1.1.7.10.jar      |VanillaBackport               |vanillabackport               |1.1.7.10            |Manifest: NOSIGNATURE
		veil-neoforge-1.21.1-4.1.4.jar                    |Veil                          |veil                          |4.1.4               |Manifest: NOSIGNATURE
		Villager-API-1.21.1-neoforge-1.26.1.3.jar         |VillagerAPI                   |villagerapi                   |1.26.1.3            |Manifest: NOSIGNATURE
		whitenoise-1.21.1-neoforge-2.2.0.jar              |WhiteNoise                    |whitenoise                    |2.2.0               |Manifest: NOSIGNATURE
		xmmp-0.3.2+1.21.1-neoforge.jar                    |Xaero's Maps: Multiplayer+    |xmmp                          |0.3.2+1.21.1-neoforg|Manifest: NOSIGNATURE
		xaerominimap-neoforge-1.21.1-26.4.2.jar           |Xaero's Minimap               |xaerominimap                  |26.4.2              |Manifest: NOSIGNATURE
		xaeroworldmap-neoforge-1.21.1-1.44.2.jar          |Xaero's World Map             |xaeroworldmap                 |1.44.2              |Manifest: NOSIGNATURE
		xaerolib-neoforge-1.21.1-1.7.1.jar                |XaeroLib                      |xaerolib                      |1.7.1               |Manifest: NOSIGNATURE
		yet_another_config_lib_v3-3.8.2+1.21.1-neoforge.ja|YetAnotherConfigLib           |yet_another_config_lib_v3     |3.8.2+1.21.1-neoforg|Manifest: NOSIGNATURE
		yumi-mc-foundation-1.0.0-beta.1+1.21.1-mojmap.jar |Yumi Minecraft Libraries: Foun|yumi_mc_core                  |1.0.0-beta.1+1.21.1 |Manifest: NOSIGNATURE
	Crash Report UUID: 3d45814f-6b91-4d9b-a74d-22cb31996408
	FML: 4.0.43
	NeoForge: 21.1.248
	Flywheel Backend: flywheel:indirect