Carry Mechanics (1.0.1)
Curse Maven Snippet
What's new
v1.0.1 - Fix server crash on familiar pickup
Fixes a server crash when picking up certain modded companion entities — specifically Ars Nouveau familiars (e.g. Ars Elemental's Siren Familiar).
Fixed
- Server crash when picking up an Ars Nouveau familiar entity. Computing the carry weight/slowness for a picked-up entity used to reconstruct a detached, orphan copy of it from NBT, which for some third-party entities (Ars Nouveau familiars) runs code that assumes the entity is already registered to its owner and throws an exception — crashing the server. The weight calculation no longer needs to reconstruct the entity at all, and entity reconstruction elsewhere is now guarded against third-party crashes.
Notes
No gameplay change. No Ars Nouveau code touched — the fix lives entirely in
Carry Mechanics. Verified: ./gradlew clean build is green.
JAR: carry_mechanics-1.21.1-neoforge-21.1.249-1.0.1.jar
Tag: 1.21.1-neoforge-1.0.1
This mod has no additional files

