Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
You are viewing a potentially older version of this package.
View all versions.
EnchantingPouch
EpicLoot pouch as chest panel. Esc closes inventory; X closes only the pouch.
By AstralBeauty
| Date uploaded | 11 hours ago |
| Version | 1.2.11 |
| Download link | AstralBeauty-EnchantingPouch-1.2.11.zip |
| Downloads | 17 |
| Dependency string | AstralBeauty-EnchantingPouch-1.2.11 |
This mod requires the following mods to function
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.2333RandyKnapp-EpicLoot
Adds loot drops, magic items, and enchanting to Valheim.
Preferred version: 0.12.15README
Enchanting Pouch
Opens like a chest panel under your inventory (same UI as chests).
Controls
- Tab: open vanilla inventory (Adventure Backpacks uses I separately)
- Right-click pouch: equip / unequip
- E while hovering the pouch: open the chest panel under the inventory
- X on the pouch panel: close only the pouch (inventory stays open)
- Esc / Tab: close inventory normally (vanilla)
- Auto-store: only while equipped, only mats picked from the ground
Craft / upgrade
Workbench, JamesJones progression (2x4 → 8x4). Contents weigh 50%.
Debug: if No Placement Cost is on (debug mode, often key B), upgrades look free. Turn it off to test real costs.
CHANGELOG
Changelog
1.2.11
- Removed center popup message when opening the pouch (name/size)
1.2.10
- Fix Esc closing inventory then immediately reopening (stuck SuppressHide + Show race)
- Esc always closes inventory; X still closes only the pouch panel
1.2.9
- Esc / Tab close the full inventory like vanilla again
- Added an X on the pouch chest panel to close only that window (Backpacks / quiver style)
1.2.8
- Fix pouch vanishing on relog (null m_dropPrefab on save + register before Inventory.Load)
- Fix Esc: first press closes only the pouch panel; second closes inventory (no close-all/reopen glitch)
- Fix free upgrades: vanilla GetAmount ignored m_amount for quality>1 when m_amountPerLevel was 0
- Note: debug No Placement Cost (key B in debug mode) also makes crafts/upgrades free — turn it off to test costs
1.2.7
- Fix: pouch now opens as the real chest panel under the inventory (Container.IsOwner was blocking the grid)
- Container is parented to the player so it does not auto-close from distance
1.2.6
- Esc / close while pouch is open closes only the pouch panel; player inventory stays open
- Hover + E still opens/toggles the pouch
1.2.5
- Fix open with E while hovering: vanilla E closes inventory (Use→Hide); now intercepts Use when the cursor is over the pouch slot.
1.2.4
- Open with E while hovering the pouch in inventory (BBH quiver / backpack style), not world E
1.2.3
- Right-click equips/unequips; auto-store only for ground pickups while equipped
1.2.2
- Fixed open crash, FPS on mass deposit, transparent icon
1.2.1
- Fixed Inventory.AddItem Harmony __result type