From 139e267aaaeca9ad84e2a46b1068967b5599f1b6 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sun, 22 Dec 2019 12:04:40 -0500 Subject: update item spawning code, detect ring type automatically to support custom rings, minor refactor --- docs/release-notes.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs') diff --git a/docs/release-notes.md b/docs/release-notes.md index bae1cb98..a9df73f4 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -8,6 +8,11 @@ * Updated for the 'Force Off' gamepad mode added in Stardew Valley 1.4.1. * Fixed compatibility with Linux Mint 18 (thanks to techge!) and Arch Linux. * Fixed compatibility with Linux systems which have libhybris-utils installed. + * Fixes for the bundled Console Commands mod: + * added new clothing items; + * fixed spawning new flooring and rings (thanks to Mizzion!); + * fixed spawning custom rings added by mods; + * Fixed errors when some item data is invalid. * Internal optimizations. * Updated translations. Thanks to PlussRolf (added Spanish)! -- cgit