Space Core Falling Need help

DutchVaderS

Newcomer
Everytime I run the game This Error Message pops up in SMAPI
[SpaceCore] This mod failed in the Content.AssetsInvalidated event. Technical details:
ArgumentException: An item with the same key has already been added. Key: {X:32 Y:256 Width:16 Height:16}
at System.Collections.Generic.Dictionary`2.TryInsert(TKey key, TValue value, InsertionBehavior behavior)
at SpaceCore.VanillaAssetExpansion.VanillaAssetExpansion.SetupTextureOverrides() in C:\Users\space\Programming\StardewValley\StardewValleyMods\SpaceCore\VanillaAssetExpansion\VanillaAssetExpansion.cs:line 316
at SpaceCore.VanillaAssetExpansion.VanillaAssetExpansion.Content_AssetInvalidated(Object sender, AssetsInvalidatedEventArgs e) in C:\Users\space\Programming\StardewValley\StardewValleyMods\SpaceCore\VanillaAssetExpansion\VanillaAssetExpansion.cs:line 212
at StardewModdingAPI.Framework.Events.ManagedEvent`1.Raise(TEventArgs args) in SMAPI\Framework\Events\ManagedEvent.cs:line 101
how do i fix this
 

ThePuzzlemaker

Greenhorn
(necropost, I know, but posting in case anyone else like me was searching for this issue!)
By chance, are you using Iridium Recolors and Animated Mining Pack?
If so, this error is because of both mods trying to override the iridium and meteorite textures. With the latest versions (as of writing) of both of these, this can be solved by opening [CP] Animated Mining Pack/config.json and changing "IridiumBar", "IridiumOre", "IridiumNode", and "Meteorite" all to "false"
 
Top