- Finished implementing Auto Crafting Tables
- Items are now pulled from the inventory above and distributed around the grid
- You can save 3 recipes to each table
- Read more in the in-game guide book (requires Patchouli)
- Item particles will now spawn for the last 2 seconds of a Combination Crafting operation
- Added a tooltip to the arrow in Ender Crafter recipes in JEI showing base ticks required
- Fixed the Crafting Core not filtering out empty pedestals when checking for a recipe
- Started adding Auto Crafting Tables
- The replacement for the Automation Interface
- Currently only has the auto crafting functionality
- The item insertion, item distribution, and pattern saving functionality has not yet been implemented
- Added back CraftTweaker support
- Added recipe types 'extendedcrafting:combination', 'extendedcrafting:compressor', 'extendedcrafting:table', 'extendedcrafting:ender_crafter' to the recipe type registry
- Fixed extended crafting tables exposing their inventories to automation
- Fixed the Quantum Compressor I/O slot validation/sidedness
- Fixed the Crafting Core not having a 1 item limit
- Fixed pedestals not updating their item visually when an item is inserted with automation
- Added back Recipe Maker functionality
- Can be used on tables, ender crafter, crafting core
- Has both datapack and crafttweaker variants
- Using tags is now disabled by default
- Added an in-game guide book (requires Patchouli)
- Added 'inUltimateSingularity' field to singularity jsons to define whether or not the singularity should be in the Ultimate Singularity recipe (true by default)
- Fixed the config option to disable the ultimate singularity recipe
- Added an input limit for the Quantum Compressor input buffer, can be toggled on and off in the GUI, will limit the buffer to 100% of the recipe requirement
- Added support for some of the CraftTweaker recipe input transforms (such as .reuse(), .noReturn(), .transformReplace()) to the crafting tables
- Added the ability to specify the base crafting time required for Ender Crafting recipes on a per recipe basis (set amount of seconds as the last parameter in a recipe addition)
- Added russian translation
- Changed energy requirement for Combination Crafting to long from int (allowing for more power creep)
- Fixed issues with container items in the crafting tables
- Fixed the Recipe Maker not outputting NBT in the correct format for CraftTweaker
- Added mods.extendedcrafting.TableCrafting.addShapedMirrored (uses same syntax as addShaped)
- Changed the Black Iron Frame recipe to use ordict glass
- Made Combination Crafting and Quantum Compression respect NBT better
- Fixed the Automation Interface trying to insert items into incorrect tables