Baka_Gaijin-CartWeightFix icon

CartWeightFix

Restores vanilla weight-based drag to player-pulled carts. Fixes OdinHorse side effect where all carts ignore item weight. Server-enforced: every connecting client must have this mod.

CHANGELOG

Changelog

1.1.0

  • Server-enforced via Jötunn NetworkCompatibility (EveryoneMustHaveMod, Minor strictness): every connecting client must have a matching major.minor version of the mod installed or it is rejected at the connection handshake. This guarantees the cart-weight rule applies to everyone on the server.
  • Adds Jötunn as a dependency.

1.0.1

  • New mod icon.

1.0.0

  • Initial release
  • Restores vanilla UpdateMass() call for player-pulled and idle carts
  • Detects horse-pulled carts via Tameable component and skips them
  • Soft-dependency on OdinHorse (works with or without)