Skip to content

V1.2

Latest
Compare
Choose a tag to compare
@Xerren09 Xerren09 released this 08 Feb 20:08
· 3 commits to main since this release
  • 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 and itemType must be Item.ItemType.Tool

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.