* change CraftingPreviewScreen from full resourcelocation to just the version
* added v6 engine for autocrafting
* fix craftingpreview count for requested items
* fix crafting monitor not displaying errors
and displaying empty crafts in some cases
* fix fluid crafting not working for multiple iterations
* Revert "change CraftingPreviewScreen from full resourcelocation to just the version"
This reverts commit 7dd90c47
This should really have been it's own PR/issue
* fix crash with craftingMonitor
Fixed crash when loading a network. Fixes#2381
Experimental test for #2345
Fixed being able to drain energy from the Refined Storage Controller. Fixes#2361
Fixed the Grid crashing on a item/fluid update-heavy storage system. Fixes#2345
Fixed the Grid crashing on a item/fluid update-heavy storage system (PT. 2). Fixes#2345
Fixed the Grid crashing on a item/fluid update-heavy storage system (PT. 3, fix typo). Fixes#2345
Update changelog
Fix issue in extractEnergyInternal
Fixed crash with the Disk Manipulator and using item/fluid filters when inserting into the network. Fixes#2367
Rename IPortableGrid#isActive -> IPortableGrid#isGridActive, IGrid#isActive -> IGrid#isGridActive, ICraftingMonitor#isActive -> ICraftingMonitor#isActiveOnClient, CrafterManagerNetworkNode#isActive -> CrafterManagerNetworkNode#isActiveOnClient
Fixed the network being able to run off 1 FE/t. Fixes#2369
Fixed the Grid displaying the old quantity when shift clicking an entire stack out.
Update the storage stacker entry as well on the crafting stack.
When pressing ESCAPE in the search box on the Grid or Crafter Manager, focus on the search bar will be lost first before closing the GUI immediately. Then on the next ESCAPE press, the GUI will be closed.
Fix performance issue caused by getEnergyUsage calls.
Optimize any call to getEnergyUsage.