Json crashed ? Trying to find the issue.

mueslimissi

Newcomer
hello, i downloaded some new mods today and for some reasons Json broke down on 'Characters/Farmer/shirts' and "TileSheets/fruitTrees'. The SMAPI log parser couldnt help. I will upload the whole log as a pdf with the issue marked red. but here again thats what i'm facing. Please help, thank you :(

[Json Assets] Mod crashed when editing asset 'Characters/Farmer/shirts', which may cause errors in-game. Error details:
MissingMethodException: Method not found: 'Void SpaceCore.TileSheetExtensions.PatchExtendedTileSheet(StardewModdingAPI.IAssetDataForImage, Microsoft.Xna.Framework.Graphics.Texture2D, System.Nullable`1<Microsoft.Xna.Framework.Rectangle>, System.Nullable`1<Microsoft.Xna.Framework.Rectangle>, StardewModdingAPI.PatchMode)'.
at JsonAssets.Framework.ContentInjector1.InjectCharactersFarmerShirts(IAssetData asset)
at StardewModdingAPI.Framework.ContentManagers.GameContentManager.ApplyEditors[T](IAssetInfo info, IAssetData asset, List`1 editOperations)
[Json Assets] Mod crashed when editing asset 'Characters/Farmer/pants', which may cause errors in-game. Error details:
MissingMethodException: Method not found: 'Void SpaceCore.TileSheetExtensions.PatchExtendedTileSheet(StardewModdingAPI.IAssetDataForImage, Microsoft.Xna.Framework.Graphics.Texture2D, System.Nullable`1<Microsoft.Xna.Framework.Rectangle>, System.Nullable`1<Microsoft.Xna.Framework.Rectangle>, StardewModdingAPI.PatchMode)'.
at JsonAssets.Framework.ContentInjector1.InjectCharactersFarmerPants(IAssetData asset)
at .....
 

Attachments

Top