SMAPI - Stardew Modding API

SMAPI - Stardew Modding API

971k Downloads

ReadConfig<T> incorrectly crashes if file doesn't exist

Pathoschild opened this issue ยท 1 comments

commented

The ModHelper.ReadConfig<T> method should read the mod's config.json file, creating it if it doesn't exist. In the latter case, a FileNotFoundException is thrown instead.

Reported via the forums.

commented

Fixed in the upcoming 1.1 release.