SMAPI - Stardew Modding API

SMAPI - Stardew Modding API

971k Downloads

Store extra manifest fields

Pathoschild opened this issue ยท 1 comments

commented

When a manifest.json has extra fields, store them into a dictionary field. This can be used to pass extra metadata (e.g. for mods to mark themselves as multiplayer-safe for the Makeshift Multiplayer mod), or to detect unknown fields and log a TRACE message in case it's a mistake.

commented

Done in develop for the next SMAPI release.