From 21973ad4c19aa12a447da7b6fe5eb8540ba2ab48 Mon Sep 17 00:00:00 2001 From: raoulvdberge Date: Mon, 27 Aug 2018 21:59:22 +0200 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 038749f9ca..66d7c56dbe 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,12 @@ # Refined Storage Changelog ### 1.6.4 -- Rewrote autocrafting again (raoulvdberge) -- Reworked the Crafting Monitor (raoulvdberge) +- Rewrote autocrafting again, bringing performance up to par with other autocrafting mods (raoulvdberge) +- Autocrafting now reserves items and fluids in an internal inventory to avoid having the storage network steal stacks required for autocrafting (raoulvdberge) +- Reworked the Crafting Monitor to be more condensed and more clear (raoulvdberge) - Removed left / right click functionality on filter slots to increase / decrease the amount, replaced that functionality with a dialog (raoulvdberge) - Fixed not being able to craft upgrades that require enchanted books (raoulvdberge) +- Fixed quick jittering of the Grid and Crafting Monitor when opening them because the tabs appear (raoulvdberge) ### 1.6.3 - Fixed crash with Wireless Fluid Grid (raoulvdberge)