

A mod for Valheim that adds snap points to chests and crates, allowing you to place them perfectly on a grid or stack them with ease.
ChestSnap solves the problem of imprecise chest placement. It automatically injects snap points into the prefabs of various containers. No more spending minutes trying to align your storage — now they snap like building pieces.
The mod load data a YAML configuration file and injects snap points into placeable objects.
The mod adds a terminal command to help you find snap points for new objects:
| Command | Arguments | Description |
|---|---|---|
generate_snap_points |
[onlyBottom:bool] |
Generates snap points for the building piece you are currently hovering with a hammer. Saves points to the YAML config. |
Modify com.Frogger.ChestSnap.cfg in your BepInEx/config to toggle debug visuals:
Show debug visuals: Hidden / Always / OnHover.Draw object bounds: Toggles green bounding box.Draw snap points: Toggles cyan snap point spheres.You can manually edit BepInEx/config/com.Frogger.ChestSnap__snappoints_data.yaml to add support for any modded container.
Format example:
piece_chest_wood:
- (0.8, 0, 0.37)
- (0.8, 0, -0.37)
This is a fully client-side mod. It should be installed on the client. There is no need to install on a dedicated server.
Discord — justafrogger
Source Code
If something does not work for you, you have found any bugs, or have suggestions — DM me or open a github issue