ZenDragon-ZenDistributor icon

ZenDistributor

Put items into nearby chests. Unload cargo, distribute everything from your cart. Improved cart handling and ease of use.

CHANGELOG

v0.2.7

  • changed the log level for prefabs flagged in v0.2.6 to Warning instead of silent Info. It should be noted but can be ignored.

v0.2.6

  • fix: remove the error message when prefab is not in ZNetScene when setting layers, instead log the error silently and skip it. This can be caused by WackyDB creating new prefabs after ZenDistributor.

v0.2.5

  • fix: apply the correct layer mask to pieces which do not have the "piece" mask applied to their colliders.

v0.2.4

  • removed Attack from the list of actions that can quickly detach the cart. you can still block to quickly detach. This way you can clear shrubs or weak animals without detaching.
  • compiled for Valheim 0.221.4, Call to Arms

v0.2.3

  • added a config option to list prefabs that can be used as distributors. Hint: You can list all the ship prefabs if you want to unload from ships more easily. However, they are not included by default because it discourages building docks.

v0.2.2

  • same as v0.2.3 (forgot to update readme)

v0.2.1

  • moved highlight color config to Zen.ModLib
  • moved area search code to Zen.ModLib
  • updated to use Zen.ModLib v1.2.5

v0.2.0

  • updated for Zen.ModLib v1.2.0
  • recompile for BepInEx v5.4.2332
  • recompile for JVL v2.26.0

v0.1.7

  • add a "Known Issues" section to the readme. no code changes.

v0.1.6

  • small change to work better with MultiUserChest

v0.1.5

  • fix ZDO ownership issues in multiplayer games.

v0.1.4

  • update readme, no code changes.
  • update Zen.ModLib dependency to v1.1.24

v0.1.3

  • disable distribution processing if no allowed containers are defined in the configs. (provides an easy way to disable the distribution mechanism while still retaining cart QoL handling improvements)
  • check for warded containers before distribution.

v0.1.2

  • updated readme and description, no code changes.

v0.1.1

  • moved cart handling code from ZenWorldSettings into this mod.

v0.1.0

  • Initial release