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.
AzuAutoStoreCompat
A narrow compatibility patch and bridge for AzuAutoStore 3.0.14 on Valheim 1.0 (Ashlands/Unity 6). Fixes missing methods and Harmony ambiguity with mods like ExtraSlots.
| Last updated | 5 days ago |
| Total downloads | 3652 |
| Total rating | 1 |
| Categories | Mods Bog Witch Update AI Generated |
| Dependency string | KRINJUN-AzuAutoStoreCompat-1.0.0 |
| Dependants | 1 other package depends on this package |
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.2350Azumatt-AzuAutoStore
Automatically store and deposit items from your inventory or ground into nearby chests and containers. Chest management, hotkey support, quick stack, auto-pickup, favorites, ItemDrawers, backpacks, WardIsLove, ward protection.
Preferred version: 3.0.14README
AzuAutoStoreCompat
A narrow, lightweight runtime compatibility bridge and patch for Azumatt-AzuAutoStore (v3.0.14) to run seamlessly on Valheim 1.0+ (Ashlands / Unity 6).
What this does
- Injects runtime IL compatibility bridges into game assemblies during the BepInEx preloader phase without touching or redistributing original mod DLLs.
- Bridges legacy method signatures:
- ZRoutedRpc.Everybody
- InventoryGrid.Element
- Inventory.AddItem
- Inventory.Changed
- ItemDrop.ItemData.GetTooltip
- Terminal.ConsoleCommand
- Character.Message
- EffectList.Create
- Features dynamic Harmony reflection disambiguation to eliminate AmbiguousMatchException when combined with other mods such as ExtraSlots.
Installation
- Install using r2modman or Thunderstore Mod Manager.
- Depends on BepInExPack_Valheim and Azumatt-AzuAutoStore.