Fast Entity Transfer
Have you ever played Factorio and admired the convenient "Fast Entity Transfer" feature? This capability allows moving items without the need to open interfaces.
This mod implements a similar mechanic for Minecraft, offering the Factorio style when transferring items between the player and various blocks.
How It Works
Simply hold CTRL and click LEFT/RIGHT mouse button while holding suitable items. The system will automatically determine the optimal placement:
- If there are items or experience in the output slot of a furnace, smoker, or blast furnace, they will automatically transfer to the player
- Combustible materials are directed directly to the fuel compartment
- Items that can be used as fuel and simultaneously smelted first try to occupy space in the fuel slot, then in the smelting slot
- Everything that can be melted, fired, or smoked is automatically placed in the input slot


Compatibility
The mod supports not only standard Minecraft blocks but also modified objects if they inherit from AbstractFurnaceBlockEntity, SmokerBlockEntity, or BlastFurnaceBlockEntity.