Simply Swords [Fabric & Forge]

Simply Swords [Fabric & Forge]

23M Downloads

Major micro stutters anytime someone pulls out or puts away weapons

BlueYoshi68 opened this issue · 1 comments

commented

Have you performed isolation testing?
Please test with only Simply Swords and it's required dependencies installed.
If you are trying to report a mod incompatibility, please test with only Simply Swords, the conflicting mod, and any required dependencies. Please do not submit a report without first isolation testing.

Describe the bug
Any time someone pulls out simply swords or simply more weapons, it causes a major lag spike for EVERYONE within render distance of whoever holds it. It's not all weapons, it's random weapons. Ones we know so far are - Stasis from Simply More, Brimstone Claymore from Simply Swords, Grand Swords from Simply More.

There are too myna mods to go 1 by 1 and try and figure out whats causing the issue, but theres an error that occours every single time it happens.

To Reproduce
Steps to reproduce the behavior:
0. Play for at least an hour

  1. Hold out a weapon
  2. Micro stutter everytime its pulled out or put away

Expected behavior
That not to happen...?

Additional Info:

  • Modloader: NeoForge
  • Modloader Version: 21.1.212
  • Minecraft Version: 1.21.1
  • Mod Version: 1.62.0
  • Environment: Multiplayer (Server)

Additional context
No idea. Normally both these mods are very reliable, so its really disappointing to see happen, and the error is just complete nonsense. Maybe you can makesense of it. Looking into it, it just says its a "data desync between the server and the player, but all the configs and mods are identical.

[24Oct2025 19:47:34.448] [Render thread/ERROR] [netprodis/]: Failed to handle packet ClientboundSetEntityDataPacket[id=32607, packedItems=[DataValue[id=22, serializer=net.minecraft.network.syncher.EntityDataSerializer$$Lambda/0x0000027454e9e8d8@7825dbd8, value=simplyswords:pose_two_handed_dragable]]]
java.lang.IllegalStateException: Invalid entity data item type for field 22 on entity RemotePlayer['lOCALASIANMAN'/32607, l='ClientLevel', x=-175.92, y=177.00, z=-91.64]: old={}(class net.minecraft.nbt.CompoundTag), new=simplyswords:pose_two_handed_dragable(class java.lang.String)
	at TRANSFORMER/[email protected]/net.minecraft.network.syncher.SynchedEntityData.assignValue(SynchedEntityData.java:125) ~[client-1.21.1-20240808.144430-srg.jar%23514!/:?]
	at TRANSFORMER/[email protected]/net.minecraft.network.syncher.SynchedEntityData.assignValues(SynchedEntityData.java:115) ~[client-1.21.1-20240808.144430-srg.jar%23514!/:?]
	at TRANSFORMER/[email protected]/net.minecraft.client.multiplayer.ClientPacketListener.handleSetEntityData(ClientPacketListener.java:538) ~[client-1.21.1-20240808.144430-srg.jar%23514!/:?]
	at TRANSFORMER/[email protected]/net.minecraft.network.protocol.game.ClientboundSetEntityDataPacket.handle(ClientboundSetEntityDataPacket.java:54) ~[client-1.21.1-20240808.144430-srg.jar%23514!/:?]
	at TRANSFORMER/[email protected]/net.minecraft.network.protocol.game.ClientboundSetEntityDataPacket.handle(ClientboundSetEntityDataPacket.java:12) ~[client-1.21.1-20240808.144430-srg.jar%23514!/:?]
	at TRANSFORMER/[email protected]/net.minecraft.network.protocol.PacketUtils.lambda$ensureRunningOnSameThread$0(PacketUtils.java:27) ~[client-1.21.1-20240808.144430-srg.jar%23514!/:?]
	at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:148) ~[client-1.21.1-20240808.144430-srg.jar%23514!/:?]
	at TRANSFORMER/[email protected]/net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:23) ~[client-1.21.1-20240808.144430-srg.jar%23514!/:?]
	at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:122) ~[client-1.21.1-20240808.144430-srg.jar%23514!/:?]
	at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.runAllTasks(BlockableEventLoop.java:111) ~[client-1.21.1-20240808.144430-srg.jar%23514!/:?]
	at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.runTick(Minecraft.java:1155) ~[client-1.21.1-20240808.144430-srg.jar%23514!/:?]
	at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.run(Minecraft.java:807) ~[client-1.21.1-20240808.144430-srg.jar%23514!/:?]
	at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.main(Main.java:230) ~[client-1.21.1-20240808.144430-srg.jar%23514!/:?]
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?]
	at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?]
	at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:136) ~[loader-4.0.42.jar%23107!/:4.0]
	at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:124) ~[loader-4.0.42.jar%23107!/:4.0]
	at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonClientLaunchHandler.runService(CommonClientLaunchHandler.java:32) ~[loader-4.0.42.jar%23107!/:4.0]
	at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonLaunchHandler.lambda$launchService$4(CommonLaunchHandler.java:118) ~[loader-4.0.42.jar%23107!/:4.0]
	at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-11.0.5.jar%23112!/:?]
	at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-11.0.5.jar%23112!/:?]
	at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-11.0.5.jar%23112!/:?]
	at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:103) [modlauncher-11.0.5.jar%23112!/:?]
	at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:74) [modlauncher-11.0.5.jar%23112!/:?]
	at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-11.0.5.jar%23112!/:?]
	at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-11.0.5.jar%23112!/:?]
	at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.run(BootstrapLauncher.java:210) [bootstraplauncher-2.0.2.jar:?]
	at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:69) [bootstraplauncher-2.0.2.jar:?]

Heres the modlist:

	3d-Skin-Layers 1.9.2 (skinlayers3d)
	3rd life + 1.1.4 (third_life_plus)
	Abridged 2.0.0 (abridged)
	Accessories 1.1.0-beta.48+1.21.1 (accessories)
	Ace's Spell Utils 1.1.16-1.21.1 (aces_spell_utils)
	Advanced Chimneys 11.1.3.0 (adchimneys)
	AdventureDungeons 1.3.1 (adventuredungeons)
	AeroBlender 1.0.0 (aeroblender)
	Aether Villages 1.0.8 (aether_villages)
	AI-Improvements 0.5.3 (aiimprovements)
	All The Leaks 1.0.6+1.21.1-neoforge (alltheleaks)
	AmbientEnvironment 18.0.0.2 (ambientenvironment)
	AmbientSounds 6.2.1 (ambientsounds)
	Amendments 1.21-2.0.8 (amendments)
	Apotheosis 8.4.0 (apotheosis)
	Apotheosis Modern Ragnarok: Zero 1.21.1-5.0.16-neoforge (apotheosis_modern_ragnarok)
	Apothic Amendments - Enchanting 0.1.4 (apothic_amendments__enchanting)
	Apothic Attributes 2.9.0 (apothic_attributes)
	Apothic Cataclysm 1.2.0 (apothic_cataclysm)
	Apothic Compats 0.1.9.1 (apothic_compats)
	Apothic Enchanting 1.5.0 (apothic_enchanting)
	Apothic Spawners 1.3.2 (apothic_spawners)
	AppleSkin 3.0.7+mc1.21 (appleskin)
	Architectury 13.0.8 (architectury)
	Athena 4.0.2 (athena)
	Atlas API 1.21.1-1.2.0 (atlas_api)
	Atlas Lib 1.21.0-1.1.14 (atlaslib)
	AttributeFix 21.1.3 (attributefix)
	Automatic Doors 4.9 (automaticdoors)
	Awesome dungeon 3.2.0 (awesomedungeon)
	AzureLib 3.0.39 (azurelib)
	Bad Packets 0.8.2 (badpackets)
	Balm 21.0.54 (balm)
	Better Combat 2.2.5+1.21.1 (bettercombat)
	Better Foliage 1 (betterfoliage)
	Better Ping Display 1.1 (betterpingdisplay)
	Better Third Person 1.9.0 (betterthirdperson)
	Better village 3.3.1 (bettervillage)
	Better World Loading 1.0 (betterworldloadingnf21)
	BetterDays 3.3.6.0 (betterdays)
	betterfpsdist mod 6.0 (betterfpsdist)
	Blueprint 8.0.6 (blueprint)
	Bookshelf 21.1.69 (bookshelf)
	Born in Chaos  1.7.2 (born_in_chaos_v1)
	Building Gadgets 2 1.3.9 (buildinggadgets2)
	Carry On 2.2.2 (carryon)
	Cataclysm Spellbook 1.1.9-1.21 (cataclysm_spellbooks)
	Chipped 4.0.2 (chipped)
	chisels-and-bits 21.1.25 (chiselsandbits)
	Cig Craft 0.4 (cig_craft)
	Clavis 0.2.3 (clavis)
	Clean Swing 1.9 (cleanswing)
	Client Tweaks 21.1.9 (clienttweaks)
	Cloth Config v15 API 15.0.140 (cloth_config)
	Collective 8.7 (collective)
	Comforts 9.0.4+1.21.1 (comforts)
	Common Networking 1.0.18-1.21.1 (commonnetworking)
	conditional mixin 0.6.4 (conditional_mixin)
	ConfigLib TXF 7.2.8-neoforge (configlibtxf)
	Configured 2.6.2 (configured)
	Continuity 3.0.01.21.neoforge (continuity)
	Controlling 19.0.5 (controlling)
	Cool Rain 1.0.0 (coolrain)
	CorgiLib 5.0.0.7 (corgilib)
	CoroUtil 1.21.0-1.3.8 (coroutil)
	Corpse 1.21.1-1.1.13 (corpse)
	CosmeticArmorReworked 1.21.1-v1-neoforge (cosmeticarmorreworked)
	cosmeticcorpsecompat 1.0.0 (cosmeticcorpsecompat)
	CraftTweaker 21.0.34 (crafttweaker)
	CraftTweaker GUI 0.3.0 (ctgui)
	Crash Assistant 1.10.14 (crash_assistant)
	Crash Utilities 9.0.4 (crashutilities)
	Create 6.0.6 (create)
	Create Oh The Biomes We ve Gone Compat 0.0NONE (create_sophback_compat)
	Create: Complete Immersive Aircraft 1.0.7 (create_completeimmersiveaircraft)
	CreativeCore 2.13.13 (creativecore)
	Creeper Overhaul 4.0.6 (creeperoverhaul)
	Cristel Lib 3.0.0 (cristellib)
	CrystalChronicles 0.0.7-alpha (crystal_chronicles)
	Cumulus 2.0.7 (cumulus_menus)
	Cupboard mod 2.9 (cupboard)
	Curios API 9.5.1+1.21.1 (curios)
	Data Anchor 2.0.0.12 (dataanchor)
	Deep Aether 1.1.4 (deep_aether)
	Default Options 21.1.5 (defaultoptions)
	Discerning The Eldritch 1.3.2-1.21 (discerning_the_eldritch)
	Distraction Free Recipes (EMI) 1.2.1 (distraction_free_recipes)
	Dragon Survival 2.0.37 (dragonsurvival)
	Dragon Survival - Aether Dragon Addon 1.1.0 (ds_aether_addon)
	Dragon Survival: IAF Integration 1.2 (dragon_survival_iaf_integration)
	Dramatic Doors 1.21.1-3.3.2 (dramaticdoors)
	Dungeon Crawl 2.3.15 (dungeoncrawl)
	Dungeons and Taverns 1-v4.4.4 (mr_dungeons_andtaverns)
	Dungeons and Taverns Ancient City Overhaul 1-v2 (mr_dungeons_andtavernsancientcityoverhaul)
	Dungeons and Taverns End Castle Standalone 1-v1.1 (mr_dungeons_andtavernsendcastlestandalone)
	Dungeons and Taverns Pillager Outpost Overhaul 1-v2.2 (mr_dungeons_andtavernspillageroutpostoverhaul)
	Dungeons and Taverns Stronghold Overhaul 1-v2.1.f (mr_dungeons_andtavernsstrongholdoverhaul)
	Dungeons and Taverns Woodland Mansion Replacement 1-v1.2 (mr_dungeons_andtavernswoodlandmansionreplacement)
	Dynamic Surroundings 0.4.2 (dsurround)
	Dynamic Trees 1.5.0-BETA07 (dynamictrees)
	Dynamic Trees for Nature's Spirit 1.3 (dtnatures_spirit)
	Emissivity 1.0.2 (aether_emissivity)
	EnchantmentDescriptions 21.1.9 (enchdesc)
	End Remastered 6.0.2 (endrem)
	Enhanced Celestials 6.0.2.5 (enhancedcelestials)
	Entity Model Features 3.0.1 (entity_model_features)
	Entity Texture Features 7.0.2 (entity_texture_features)
	EntityCulling 1.9.2 (entityculling)
	Epic Knights: Shields, Armor and Weapons 9.30 (magistuarmory)
	ExpandAbility 12.0.0 (expandability)
	Explore Ruins Aether 1.0.0 (explore_ruins_aether)
	Explorify 1.6.4 (explorify)
	Extra Apoth Compat 1.0.4 (extra_apoth_compat)
	Fadeless 1.1.0 (fadeless)
	Fallingleaves 2.5.1 (fallingleaves)
	Fantasy Armor 1.1.1-1.21.1 (fantasy_armor)
	Fast Suite 6.0.5 (fastsuite)
	Ferrite Core 7.0.2 (ferritecore)
	Fire's Ender Expansion 2.1.4 (firesenderexpansion)
	Flywheel 1.0.4-30 (flywheel)
	Forge Config API Port 21.1.0 (forgeconfigapiport)
	ForgeEndertech 12.1.1.0 (forgeendertech)
	Forgified Fabric API 0.115.6+2.1.4+1.21.1 (fabric_api)
	Formations 1.0.4 (formations)
	Formations Nether 1.0.5 (formationsnether)
	FPS Reducer 1.21-2.10 (fpsreducer)
	FramedBlocks 10.5.1 (framedblocks)
	FTB Chunks 2101.1.11 (ftbchunks)
	FTB Essentials 2101.1.7 (ftbessentials)
	FTB Library 2101.1.22 (ftblibrary)
	FTB Teams 2101.1.4 (ftbteams)
	Fzzy Config 0.7.3+1.21+neoforge (fzzy_config)
	GameTechBC's Spellbooks 3.0.0-1.21.1 (gametechbcs_spellbooks)
	Gateways To Eternity 5.1.0 (gateways)
	GeckoLib 4 4.8.2 (geckolib)
	Gpu memory leak fix 1.8 (gpumemleakfix)
	GTBC's Geomancy Plus 1.1.0-1.21.1 (gtbcs_geomancy_plus)
	GTBC's SpellLib 1.3.1-1.21.1 (gtbcs_spell_lib)
	Guard Villagers 2.3.2 (guardvillagers)
	GunsmithLib 1.21.1-4.8.2-neoforge (gunsmithlib)
	HoldMyItems 2.0 (holdmyitemsnf)
	HopoBetterMineshaft 1.3.0 (hopo)
	Ice And Fire Community Edition 2.0-beta.7 (iceandfire)
	Iceberg 1.3.2 (iceberg)
	ImmediatelyFast 1.6.7+1.21.1 (immediatelyfast)
	Immersive Aircraft 1.4.1+1.21.1 (immersive_aircraft)
	Immersive Armor HUD 1.0.1 (immersivearmorhud)
	Immersive Damage Indicators 1.0.0 (immersivedamageindicators)
	Immersive Messages API 1.0.18 (immersivemessages)
	InControl 1.21-10.1.4 (incontrol)
	Integration 0.2 (integration)
	Inventory Tweaks Refoxed 1.21.1-1.3.2 (invtweaks)
	Invocore 5.2.4 (invocore)
	Iris 1.8.12-snapshot+mc1.21.1-local (iris)
	Iris Shader Folder 1.2.4-neoforge (iris_shader_folder)
	Iron Chests 1.21-neoforge-16.0.7 (ironchest)
	Iron's Apothic 1.9.0 (irons_apothic)
	Iron's Gems 'n Jewelry 1.21.1-1.5.3 (irons_jewelry)
	Iron's Spells 'n Spellbooks 1.21.1-3.14.6 (irons_spellbooks)
	Iron's Spells 'n Spellbooks Dynamic Skill Tree 1.1.0 (irons_spells_dynamic_skilltree)
	ISS: Magic From The East 1.1.2 (iss_magicfromtheeast)
	Item Obliterator 2.3.0 (item_obliterator)
	Jade 15.10.3+neoforge (jade)
	JinxedLib 1.0.4 (jinxedlib)
	Journeymap 1.21.1-6.0.0-beta.52 (journeymap)
	JourneyMap API 2.0.0 (journeymap_api)
	Jupiter 2.2.2 (jupiter)
	Just Enough Items 19.25.0.323 (jei)
	Just Enough Resources 1.6.0.17 (jeresources)
	Kiwi Library 15.7.5+neoforge (kiwi)
	Kobolds 3.0.33 (kobolds)
	Kotlin For Forge 5.10.0 (kotlinforforge)
	KubeJS 2101.7.2-build.277 (kubejs)
	KumaAPI 21.0.7 (kuma_api)
	L2Core 3.0.8+8 (l2core)
	L_Ender's Cataclysm 1.21.1 3.16 (cataclysm)
	Leaves Be Gone 21.1.0 (leavesbegone)
	Legendary Tooltips 1.5.5 (legendarytooltips)
	Library ferret 4.0.0 (libraryferret)
	lionfishapi 2.6 (lionfishapi)
	Lithium 0.15.0+mc1.21.1 (lithium)
	Lithostitched 1.5.0 (lithostitched)
	Lootintegrations mod 4.7 (lootintegrations)
	lootintegrations_awesome mod 1 (lootintegrations_awesome)
	lootintegrations_dnt mod 1 (lootintegrations_dnt)
	lootintegrations_dungeoncrawl mod 1 (lootintegrations_dungeoncrawl)
	lootintegrations_valhelsia mod 1 (lootintegrations_valhelsia)
	Lootr 1.21-1.10.35.91 (lootr)
	Lucky Blocks 1-v1.3.3 (mr_ly_luckyblocks)
	Lucky Blocks World Add-on 1-v1.0.1 (mr_lucky_blocksworld)
	Macaw's Doors 1.1.2 (mcwdoors)
	Macaw's Lights and Lamps 1.1.2 (mcwlights)
	Macaw's Roofs 2.3.2 (mcwroofs)
	Macaw's Trapdoors 1.1.4 (mcwtrpdoors)
	Macaw's Windows 2.4.1 (mcwwindows)
	Medieval Buildings [The End Edition] 1.0.4 (medievalend)
	Mekanism 10.7.17 (mekanism)
	Mekanism Turrets 2.2.1 (mekanism_turrets)
	MidnightLib 1.7.5 (midnightlib)
	Minecraft 1.21.1 (minecraft)
	Mob Weapon API 3.0.2 (mob_weapon_api)
	Model Gap Fix 1.21-1.10 (modelfix)
	ModernFix 5.24.3+mc1.21.1 (modernfix)
	Modonomicon 1.117.2 (modonomicon)
	Moog's End Structures 1.4.6-1.21 (mes)
	Moog's Structure Lib 1.0.1-1.21-1.21.1 (moogs_structures)
	MoogsNetherStructures 2.0.0 (mns)
	MoogsVoyagerStructures 5.0.1 (mvs)
	Moonlight Lib 1.21-2.24.1 (moonlight)
	More Enchants 1.2.1 (mr_moreenchantments)
	Mouse Tweaks 2.26.1 (mousetweaks)
	Mowzie's Mobs 1.7.5 (mowziesmobs)
	Nature's Compass 1.21.1-3.0.2-neoforge (naturescompass)
	Nature's Spirit 2.2.5-1.21.1 (natures_spirit)
	Necronomicon 1.6.0 (necronomicon)
	NeoForge 21.1.212 (neoforge)
	Neruina 2.2.11 (neruina)
	NetherEx 1.2.3 (netherex)
	NetherPortalFix 21.1.1 (netherportalfix)
	Network Protocol Disconnect 1.1.0+1.21.4 (netprodis)
	Nitrogen 1.1.25 (nitrogen_internals)
	No Chat Reports 1.21.1-v2.9.1 (nochatreports)
	Not Enough Trials 4.0 (notenoughtrials)
	NotEnoughAnimations 1.10.4.1 (notenoughanimations)
	OctoLib 0.6.0.4 (octolib)
	Oh The Trees You'll Grow 5.1.2 (ohthetreesyoullgrow)
	OpenLoader 21.1.5 (openloader)
	Overflowing Bars 21.1.1 (overflowingbars)
	oωo 0.12.15.5-beta.1+1.21 (owo)
	ParCool! 3.4.1.5 (parcool)
	Passable Foliage 9.1.2+neoforge (passablefoliage)
	Patchouli 1.21.1-92-NEOFORGE (patchouli)
	Personality 5.0.1 (personality)
	Placebo 9.9.1 (placebo)
	Player Animator 2.0.1+1.21.1 (playeranimator)
	PlayerRevive 2.0.36 (playerrevive)
	Polymorph 1.1.0+1.21.1 (polymorph)
	Polytone 1.21-3.5.10 (polytone)
	Ponder 1.0.61 (ponder)
	Pretty Rain 1.1.4 (particlerain)
	PrickleMC 21.1.11 (prickle)
	Prism 1.0.11 (prism)
	Productive Lib 1.21.0-0.1.27 (productivelib)
	Productive Metalworks 1.21.1-1.12.1 (productivemetalworks)
	Pufferfish's Attributes 0.7.6 (puffish_attributes)
	Pufferfish's Skills 0.16.8 (puffish_skills)
	Pufferfish's Unofficial Additions 2.2.7 (pufferfish_unofficial_additions)
	Puzzles Lib 21.1.38 (puzzleslib)
	Random Gateways Spawning 2.7 (plagatesummon)
	Reactive Music 1.0.11.21 (reactivemusic)
	Reese's Sodium Options 1.8.3+mc1.21.4 (reeses_sodium_options)
	Relics 0.10.7.6 (relics)
	Reliquified Twilight Forest 0.5.2 (reliquified_twilight_forest)
	Repurposed Structures 7.5.17+1.21.1-neoforge (repurposed_structures)
	Resonances 1.2.9 (resonances)
	Resource Pack Overrides 21.1.0 (resourcepackoverrides)
	Resourceful Lib 3.0.12 (resourcefullib)
	Resourcefulconfig 3.0.11 (resourcefulconfig)
	Rhino 2101.2.7-build.77 (rhino)
	Ribbits 1.21.1-NeoForge-4.1.4 (ribbits)
	RPG Companions: Tiny Dragons 0.0.5 (rpg_companions_tiny_dragons)
	Saecularia Caudices 21.1.5 (saeculariacaudices)
	scena 21.1.18 (scena)
	Searchables 1.0.2 (searchables)
	SiegeMachines 1.32 (siegemachines)
	Silent Gear 4.0.29 (silentgear)
	Silent Gear Metalworks 1.21.1-1.4.5 (sgearmetalworks)
	Silent Lib 10.5.1 (silentlib)
	Silent's Gems 5.1.2.1 (silentgems)
	Silent's Power Scale 0.3.0 (powerscale)
	Simple Voice Chat 1.21.1-2.6.6 (voicechat)
	Simply More 1.2.1 (simplymore)
	Simply Swords 1.62.0-1.21.1 (simplyswords)
	Simply Traps 1.7 (simply_traps)
	Sinytra Connector 2.0.0-beta.10+1.21.1 (connector)
	Sky Villages 1.0.6 (skyvillages)
	Small Ships 2.0.0-b2.1 (smallships)
	SnackPirate's Aeromancy Additions 1.2.4 (aero_additions)
	Sodium 0.6.13+mc1.21.1 (sodium)
	Sodium Dynamic Lights 1.0.9 (sodiumdynamiclights)
	Sodium Extra 0.6.0+mc1.21.1 (sodium_extra)
	Sodium Extras 1.0.7 (sodiumextras)
	Sodium Leaf Culling 1.0.1 (sodiumleafculling)
	Sodium Options API 1.0.10 (sodiumoptionsapi)
	Sodium Options Mod Compat 1.0.0 (sodiumoptionsmodcompat)
	Sophisticated Backpacks 3.25.12 (sophisticatedbackpacks)
	Sophisticated Core 1.3.87 (sophisticatedcore)
	Sound Physics Remastered 1.21.1-1.5.1 (sound_physics_remastered)
	SpectreLib 0.17.2+1.21 (spectrelib)
	Spells Gone Wrong 1.21.1-2.0.0 (spells_gone_wrong)
	Spiral Tower Village 0.0.2 (spiral_tower_village)
	Starter Kit 7.4 (starterkit)
	Status Effect Bars 1.0.2 (statuseffectbars)
	Structure Pool API 1.2.0+1.21.1 (structure_pool_api)
	Structurify 1.0.21 (structurify)
	Supplementaries 1.21-3.4.18 (supplementaries)
	TaCZ Pack Upgrader 1.1.0 (taczpackupgrader)
	TerraBlender 4.1.0.8 (terrablender)
	Terralith 2.5.8 (terralith)
	The Aether 1.5.10 (aether)
	The Afterdark 1.0.3.1 (the_afterdark)
	The Hordes 1.6.2b (hordes)
	The Twilight Forest 4.7.3196 (twilightforest)
	Timeless & Classics Guns: Zero 1.1.6-hotfix-r5 (tacz)
	Tiny Config 3.0.0 (tiny_config)
	Toast Control 9.0.1 (toastcontrol)
	Tom's Simple Storage Mod 2.2.2 (toms_storage)
	Towers of The Wild: Modded 1.0.8 (totw_modded)
	Towns and Towers 1.13.7 (t_and_t)
	TRansition 1.0.6 (transition)
	TRender 1.0.7 (trender)
	Tropicraft 9.8.1 (tropicraft)
	True Darkness 1.1 (darkness)
	Tundra Dragon (Add-on for Dragon Survival) 1.0.0 (tundradragon)
	Twilight Forest - Dungeons & Villages 2.0.3 (tf_dnv)
	Twilight Treehouses 1.0.2 (twilight_treehouses)
	Twilight Tweaks 1.3 (twilighttweaks)
	Twilights Big Swords 1.0.0 (twilights_big_swords)
	TxniLib 1.0.24 (txnilib)
	Underground Villages Mod 4.0.3 (underground_villages)
	UnionLib 12.0.18 (unionlib)
	Uranus 2.4 (uranus)
	Valhelsia Core 1.1.5 (valhelsia_core)
	Valhelsia Furniture 1.1.1 (valhelsia_furniture)
	Valhelsia Structures 1.1.2 (valhelsia_structures)
	Village Taverns (RPG Series) 1.1.3 (village_taverns)
	Voiceless Survival 1.21.1-1.0.0 (ezvcsurvival)
	Wall-Jump TXF 1.21.1-1.3.5-neoforge (walljump)
	Wanderer_Ribbit 2.0.0 (wanderer_ribbit)
	Wandrous 1.3.1 (wandrous)
	Waystones 21.1.23 (waystones)
	What Are They Up To 1.21.0-1.2.7 (watut)
	What's That Slot 1.3.6 (whats_that_slot)
	WhiteNoise 2.0.5 (whitenoise)
	WITS 1.3.0+1.21-neoforge (wits)
	wws port 1.0.0 (wws_port)
	Yeehaw Towns 1.0.3 (yeehaw_towns)
	YetAnotherConfigLib 3.8.0+1.21.1-neoforge (yet_another_config_lib_v3)
	YUNG's API 1.21.1-NeoForge-5.1.6 (yungsapi)
	YUNG's Better Caves 1.21.1-NeoForge-3.1.4 (bettercaves)
	YUNG's Better Desert Temples 1.21.1-NeoForge-4.1.5 (betterdeserttemples)
	YUNG's Better Dungeons 1.21.1-NeoForge-5.1.4 (betterdungeons)
	YUNG's Better End Island 1.21.1-NeoForge-3.1.2 (betterendisland)
	YUNG's Better Jungle Temples 1.21.1-NeoForge-3.1.2 (betterjungletemples)
	YUNG's Better Mineshafts 1.21.1-NeoForge-5.1.1 (bettermineshafts)
	YUNG's Better Nether Fortresses 1.21.1-NeoForge-3.1.5 (betterfortresses)
	YUNG's Better Ocean Monuments 1.21.1-NeoForge-4.1.2 (betteroceanmonuments)
	YUNG's Better Witch Huts 1.21.1-NeoForge-4.1.1 (betterwitchhuts)
	YUNG's Cave Biomes 1.21.1-NeoForge-3.1.1 (yungscavebiomes)
commented

THis isnt a simply swords thing, but i dont know what to do atp.