Issue someone know how to fix this? pleasee

evanderiee

Newcomer
Sorry for my bad english but I need to know what could be causing this error. I saw the same problem in another post but there was no answer or how i could fix it. Thank you!

[Json Assets] Mod crashed when editing asset 'Maps/springobjects', 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.InjectMapsSpringobjects(IAssetData asset)
at StardewModdingAPI.Framework.ContentManagers.GameContentManager.ApplyEditors[T](IAssetInfo info, IAssetData asset, List`1 editOperations)
[Json Assets] Mod crashed when editing asset 'TileSheets/Craftables', 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.InjectTileSheetsCraftables(IAssetData asset)
at StardewModdingAPI.Framework.ContentManagers.GameContentManager.ApplyEditors[T](IAssetInfo info, IAssetData asset, List`1 editOperations)
[Json Assets] Mod crashed when editing asset 'TileSheets/crops', 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.InjectTileSheetsCrops(IAssetData asset)
at StardewModdingAPI.Framework.ContentManagers.GameContentManager.ApplyEditors[T](IAssetInfo info, IAssetData asset, List`1 editOperations)
[Json Assets] Mod crashed when editing asset 'TileSheets/fruitTrees', 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.InjectTileSheetsFruitTrees(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)'.
 
Top