LEGIOmods-ChestGrid icon

ChestGrid

Snaps normal wooden chests into clean rows, blocks, and stacks while placing them with the hammer.

Last updated a day ago
Total downloads 54
Total rating 0 
Categories Mods Tweaks Client-side Utility Building AI Generated
Dependency string LEGIOmods-ChestGrid-1.0.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2333 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured with the correct entry point for mods and preferred defaults for the community.

Preferred version: 5.4.2333

README

ChestGrid

ChestGrid is a small Valheim BepInEx mod that snaps normal wooden chests into clean rows, blocks, and stacked layouts while placing them with the hammer.

Status

This is an early release and has not been broadly tested yet. Please treat it as experimental and make a backup of important worlds before using it on a server or long-running world.

AI Disclosure

This mod and Thunderstore package were created with AI assistance. OpenAI Codex was used to help generate code, package structure, and documentation.

Features

  • Snaps normal wooden chests to nearby normal wooden chests while placing.
  • Supports rows, blocks, and vertical stacks.
  • Tuned default spacing for tight wooden chest layouts.
  • Configurable grid spacing, snap range, vertical snap behavior, and cache interval.
  • Hold Shift to temporarily disable snapping.
  • Client-side only. The server does not need this mod.
  • No runtime dependency on other placement or snapping mods.

Installation

Install with r2modman or Thunderstore Mod Manager.

For manual installation, place ChestGrid.dll in:

BepInEx/plugins/ChestGrid/

Configuration

After first launch, edit:

BepInEx/config/ChestGrid.cfg

Important values:

  • GridWidth
  • GridDepth
  • GridHeight
  • SnapRange
  • VerticalSnapRange
  • UsePlacementHeightForVerticalSnap
  • DisableWhileShiftHeld
  • ChestCacheInterval

Notes

  • ChestGrid only affects placement previews for normal wooden chests.
  • Existing chests are not moved automatically.
  • If snapping feels too aggressive, hold Shift while placing or lower SnapRange.