Does anyone know if more logging can be turned on to help with debugging.
I added a few items and recipes (no code, just JSON and textures) and I'm getting this crash but none of the logs tell me which key it could not find in the dictionary.
All i can do is keep deleting items using trial and error.
2018-03-23 11:47:00 AM: Critical error occurred
System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.ThrowHelper.ThrowKeyNotFoundException()
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)