
balrond hammerSorter
Rearanges build pieces in hammer to 8 tabs and allows for setting their order of view
Last updated | 10 hours ago |
Total downloads | 34 |
Total rating | 1 |
Categories | Mods Tweaks Misc Tools Client-side Utility Building Bog Witch Update |
Dependency string | Balrond-balrond_hammerSorter-1.0.0 |
Dependants | 0 other packages depend on this package |
README
๐ ๏ธ BalrondHammerSorter - Mod Documentation
๐ ๏ธ Overview
BalrondHammerSorter is a Valheim mod that completely overhauls your hammerโs build menu. It gives you full control over how build pieces are organized, displayed, and accessed. Best used along side mods like :
This mod provides:
- ๐ Advanced tab sorting and custom renaming
- ๐งฉ Three additional custom tabs
- ๐๏ธ Complete piece reordering within any tab
- โ๏ธ Seamless support for both vanilla and modded build pieces
๐ง All customization is handled via a single JSON configuration file.
๐ก If you use other building mods, simply merge their prefabID names into your config to include them automatically.
๐ Key Features
-
๐ Full Tab Customization
- Renamed tabs to better reflect their content and divide them best i could:
- Misc
- Crafting
- Walls & Doors (includes windows)
- Floors & Stairs
- Beams & Poles
- Roofs & Lights
- Furniture
- Rugs & Banners
- Renamed tabs to better reflect their content and divide them best i could:
-
โ Additional Tabs
- Includes 3 extra tabs for expanded categorization.
โ ๏ธ *Note: No you can't add more tabs with this.
-
๐งฉ Piece Sorting
- Define the precise order of every build piece within each tab.
-
๐ Convenient Shortcuts
- Press N while holding the hammer to instantly select the Repair tool.
- Press O while holding the hammer to reload your configuration file without restarting the game(may take few seconds for it to show up you may need to take off the hammer and equip it again).
โ ๏ธ *Note: In future works its planned to have those shortcuts set via config
-
โ๏ธ Auto Sorting
- Any pieces not included in your config will be automatically sorted and placed in the appropriate tab. A simple script that checks the name of prefabID and picks best suited tab to add it otherwise it ends in MISC.
โ ๏ธ *Note: The auto sorting is made for the default setup if you decided to change name of tabs and divide them different way you will need to input all the pieces in config
-
๐ Console Logging
- All unconfigured pieces are listed in your console log by their prefab IDs so you can easily update your config and change what you need.
-
๐ฆ Ready-to-Use Default Config
-
Comes with a default configuration that organizes all Balrondโs mod pieces along with vanilla items.
โ ๏ธ *Note: Dont worry if you dont use Balrond's mods they will just get skipped
-
Preview
โ๏ธ Configuration
๐ฅ Client-side only. No server sync is required.
The mod uses a JSON file named balrond-hammerconfig.json
. This file must be placed in your config folder.
๐ Remember to backup your config it takes time to write one down like this and config is delivered with the mod on updates.
Each tab entry includes:
name
: The label displayed in-game. You can rename it or translate this to any language.order
: The tabโs position in the list. (Do not modify this as it responds directly to order number of original base category)orginal
: The internal name of the original tab. (Do not change.)pieces
: A list of build piece prefab IDs, sorted as you wish.
โ Example Configuration:
> โ ๏ธ *Note: You can't comment an entry it needs to be removed
{
"tabs": [
{
"name": "Misc",
"order": 0,
"orginal": "Misc",
"pieces": [
"piece_repair",
"wood_stack",
"wood_fine_stack"
]
}
]
}
๐ฌ Community & Support
- Join our Discord: Balrond's Den
- Support on Ko-fi: ko-fi.com/balrond1020
๐งพ Changelog
Update 1.0.0
- Base Mod