Update changelog

This commit is contained in:
Raoul Van den Berge
2016-12-14 19:10:57 +01:00
parent beb2ccf3ba
commit b9d6f095de

View File

@@ -1,6 +1,8 @@
# Refined Storage Changelog # Refined Storage Changelog
### 1.3.5 ### 1.3.5
- Fixed TPS lag on very large crafting tasks (way2muchnoise)
- Fixed not being able to use autocrafting on some EnderIO items (way2muchnoise)
- Fixed Controller not using energy (raoulvdberge) - Fixed Controller not using energy (raoulvdberge)
- Fixed dupe bug when inserting bucket in Fluid Grid (raoulvdberge) - Fixed dupe bug when inserting bucket in Fluid Grid (raoulvdberge)
- Fixed not being able to start autocrafting for storage disks (raoulvdberge) - Fixed not being able to start autocrafting for storage disks (raoulvdberge)
@@ -42,6 +44,11 @@
- Removed IC2 support (raoulvdberge) - Removed IC2 support (raoulvdberge)
- Removed MCMultiPart support (will be re-added as soon as MCMultiPart for MC 1.11 is available) (raoulvdberge) - Removed MCMultiPart support (will be re-added as soon as MCMultiPart for MC 1.11 is available) (raoulvdberge)
### 1.2.11
- Made the Interface sideless, you can just insert or extract from any side (raoulvdberge)
- The Grid now resizes based on screen size (max rows can be configured) (raoulvdberge, way2muchnoise)
- Added configuration option to enable large fonts in Grid (raoulvdberge, way2muchnoise)
### 1.2.10 ### 1.2.10
- A few autocrafting bugfixes (way2muchnoise) - A few autocrafting bugfixes (way2muchnoise)
- Fixed a crash with the Disk Manipulator (way2muchnoise) - Fixed a crash with the Disk Manipulator (way2muchnoise)