A companion mod for MoreShopItems_Updated by Jettcodey.
Adds the empty glass display vitrines in the shop (e.g. Drink Shelves (Weird))
to the list of locations where MoreShopItems spawns its custom shelves.
The original vitrine is hidden and replaced with a usable custom shelf at the
same position.
Harmony-postfixes MoreShopItems.ShopManagerPatch.SpawnShelf. After the original
mod's shelf-spawning is done, this mod scans for known vitrine GameObjects and
replaces them with the same CustomItemShelf prefab MoreShopItems uses,
spawned through ShelfSpawner.Spawn so it works correctly in multiplayer.
Currently no in-game config. The list of target GameObjects is baked into the
DLL (see Plugin.TargetNames). To add more vitrines from other shop layouts,
rebuild the mod after appending names.
Currently included:
Drink Shelves (Weird)Drop the DLL into BepInEx/plugins/GlasVitrineRegal/ next to your existing
MoreShopItems plugin folder, or import the ZIP as a local mod via the
Thunderstore App.
Works in multiplayer if the host has the mod. Clients without the mod will see the vitrine still standing locally (cosmetic), but the shelf the host spawns will sync correctly. For full visual parity, all players should install it.