Update CHANGELOG.md (#1834)

This commit is contained in:
Samtrion
2018-06-27 12:21:23 +02:00
committed by Raoul
parent e0dc8a1219
commit cdd6583586

View File

@@ -10,9 +10,11 @@ NOTE: Worlds that used Refined Storage 1.5.x are fully compatible with Refined S
- Removed the Wrench (raoulvdberge) - Removed the Wrench (raoulvdberge)
- Removed "void excess items or fluids" functionality on storages (raoulvdberge) - Removed "void excess items or fluids" functionality on storages (raoulvdberge)
- Rewrote autocrafting (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) - Autocrafting tasks that take longer than 5 seconds to calculate 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 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 /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 energy capacity of Refined Storage items (raoulvdberge) - Added config option to configure energy capacity of Refined Storage items (raoulvdberge)
- Added config option to change Reader / Writer channel energy capacity (raoulvdberge) - Added config option to change Reader / Writer channel energy capacity (raoulvdberge)
- Changed fluid storage progression to be 64k - 256k - 1024k - 4096k (raoulvdberge) - Changed fluid storage progression to be 64k - 256k - 1024k - 4096k (raoulvdberge)