



Are you tired of rummaging through chests to find that one missing ingredient that you know is somewhere? Tired of having to split stacks, craft and then put it all back again?
Say no more!
With this mod when you are crafting, building or fueling up, it will not only use your inventory, but also containers within your range.
Jump to changelog by clicking here
Drop the .dll into <GameLocation>\BepInEx\plugins
Please create an issue in the GitHub repo here:
https://github.com/abearcodes/Valheim/issues/new
The plugin supports multiple ways of configuring it's behaviour. For specific details on how to set them, please check the config file via R2Modman or manually under
BepInEx/config/com.github.abearcodes.valheim.craftingwithcontainers.cfg
The list below only highlights settings with major impact.
ContainerLookupRange
Range in which the mod searches for containers. Base range is equal to the range of the crafting table (20). Will not take from containers that are not currently loaded into memory, so setting this value to big numbers might not yield the expected result.
AddExtractionEffectWhenCrafting
Enabled by default
If enabled, when removing items from containers an fading line effect will appear from affected containers (see demo screenshot).
LogItemRemovalsToConsole
If enabled, item removal requests will be logged to the ingame console (accessible via F5).

AllowTakeFuelForKilnAndFurnace and AllowTakeFuelForFireplace
If enabled, will allow the mod to take fuel from nearby containers when using fuels & kilns or fireplaces accordingly.
ShouldFilterByContainerPieceNames and AllowedContainerLookupPieceNames
These settings allows you to enable and filter the containers that are checked. For example, you might want to exclude ships, carts or personal chests.
The value for this setting is a comma separated list of identifiers.
By default it's disabled and all containers are considered when crafting.
InventoryGui.SetupRequirement that would break the crafting requirements indicator.Big changes! Pretty much a rewrite!
No longer requires a crafting station
Now supports building too!
No longer patches Inventory methods directly.
Toggleable Smelter, Kiln and Fireplace fuel consumption from nearby containers
Added indicator to how many resources of a type the player has

Swapped previous "crafting station extension" effect for a "sucking" effect when the crafting actually takes place
Option to take resources from player inventory first removed
Option to log crafting events to Console window (via F5)

Fixed a bug of not removing items when the amount of items is the exact one needed.
Fixed a bug where tracker would attempt to remove effects from non existing entries
Changed GitHub URL in README
Initial release