diff --git a/CHANGELOG.md b/CHANGELOG.md index 8980b2b70..539e7f36d 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,11 +10,11 @@ NOTE: Worlds that used Refined Storage 1.5.x are fully compatible with Refined S - Removed the Wrench (raoulvdberge) - Removed "void excess items or fluids" functionality on storages (raoulvdberge) - Rewrote autocrafting (raoulvdberge) -- Rewrote network energy storage (raoulvdberge/samtrion) -- Autocrafting tasks that take longer than 5 seconds to calculate are automatically stopped to avoid server strain (raoulvdberge) +- Rewrote network energy storage (samtrion) +- Autocrafting tasks that take longer than 5 seconds to CALCULATE (NOT execute) are automatically stopped to avoid server strain (raoulvdberge) - Added new storage disk system where the storage disk data (items, fluids) are stored off the disk itself, in another file (refinedstorage_disks.dat). The disk itself only stores its ID (raoulvdberge) - Added /createdisk command which creates a disk based on the disk ID. Turn on advanced tooltips to see the disk ID on a disk item (raoulvdberge) -- Added config option to configure controller max receive rate (raoulvdberge/samtrion) +- Added config option to configure controller max receive rate (samtrion) - Added config option to configure energy capacity of Refined Storage items (raoulvdberge) - Added config option to change Reader / Writer channel energy capacity (raoulvdberge) - Changed fluid storage progression to be 64k - 256k - 1024k - 4096k (raoulvdberge)