SMAPI - Stardew Modding API

SMAPI - Stardew Modding API

971k Downloads

Let mods check which mods edited an asset

Pathoschild opened this issue ยท 1 comments

commented

Add a content API method which lists mods that loaded or edited an asset.

/// <summary>Get a list of mods which loaded or edited the current version of a given asset.</summary>
/// <param name="assetName">The asset name to check.</param>
public IEnumerable<IModInfo> GetModsWhichInterceptedAsset(string assetName);
commented

Future SMAPI updates might add an equivalent feature, but I don't have any plans to implement this ticket specifically. I'll close this ticket since GitHub issues aren't really the place to track long-term suggestions/ideas.