- DLLs are now correctly versioned
- Added default value constructor to SynchronisedMetadata
- SynchronisedMetadata now implements IDisposable
- Disconnect() is now obsolete but calls Dispose()
- Added LobbyHosted event to SynchronisedMetadata
- Invoked when the local player successfully creates a new lobby
- Use this to overwrite any remnant settings from a previous lobby
ShopItem
now correctly uses localised item names whenever available- Items registered to the shop via the mod will now be considered when spawning random items in the Old World
- For an item to be eligible,
spawnable
must be true anditemType
must beItem.ItemType.Tool
- For an item to be eligible,
Important
Some ShopLocalisation
consts were changed to static fields. Mods compiled against v1.2+ will not work with lower versions, but mods compiled against previous versions will have no issues.
See the readme for setup and usage instructions.