PPJA operation

GODPIERRE

Newcomer
Good morning everybody!
Can anyone tell me if the "PPJA - Artisan Valley" mod is working correctly, because the new machines don't appear to me. :(
 

GODPIERRE

Newcomer
Some of the errors that occur to me:




[Json Assets] Exception injecting object information for Dehydrator: System.ArgumentException: An item with the same key has already been added. Key: Dehydrator
at System.Collections.Generic.Dictionary`2.TryInsert(TKey key, TValue value, InsertionBehavior behavior)
at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
at JsonAssets.Framework.ContentInjector1.InjectDataBigCraftablesInformation(IAssetData asset) in C:\Users\space\Programming\StardewValley\StardewValleyMods\JsonAssets\Framework\ContentInjector1.cs:line 347
[Json Assets] Exception injecting object information for Broccoli: System.ArgumentException: An item with the same key has already been added. Key: Broccoli
at System.Collections.Generic.Dictionary`2.TryInsert(TKey key, TValue value, InsertionBehavior behavior)
at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
at JsonAssets.Framework.ContentInjector1.InjectDataObjectInformation(IAssetData asset) in C:\Users\space\Programming\StardewValley\StardewValleyMods\JsonAssets\Framework\ContentInjector1.cs:line 183
[Json Assets] Exception injecting object information for Carrot: System.ArgumentException: An item with the same key has already been added. Key: Carrot
at System.Collections.Generic.Dictionary`2.TryInsert(TKey key, TValue value, InsertionBehavior behavior)
at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
at JsonAssets.Framework.ContentInjector1.InjectDataObjectInformation(IAssetData asset) in C:\Users\space\Programming\StardewValley\StardewValleyMods\JsonAssets\Framework\ContentInjector1.cs:line 183
[Json Assets] Exception injecting object information for Raisins: System.ArgumentException: An item with the same key has already been added. Key: Raisins
at System.Collections.Generic.Dictionary`2.TryInsert(TKey key, TValue value, InsertionBehavior behavior)
at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
at JsonAssets.Framework.ContentInjector1.InjectDataObjectInformation(IAssetData asset) in C:\Users\space\Programming\StardewValley\StardewValleyMods\JsonAssets\Framework\ContentInjector1.cs:line 183
[Json Assets] Exception injecting crafting recipe for Dehydrator: System.ArgumentException: An item with the same key has already been added. Key: Dehydrator
at System.Collections.Generic.Dictionary`2.TryInsert(TKey key, TValue value, InsertionBehavior behavior)
at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
at JsonAssets.Framework.ContentInjector1.InjectDataCraftingRecipes(IAssetData asset) in C:\Users\space\Programming\StardewValley\StardewValleyMods\JsonAssets\Framework\ContentInjector1.cs:line 309
 
Top