Correct attribution.

This commit is contained in:
raoulvdberge
2018-06-27 14:50:29 +02:00
parent 51c0274062
commit b34b0ea09c

View File

@@ -10,11 +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) - Rewrote network energy storage (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 (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 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 controller max receive rate (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)