
FastBench for Fabric
Crafting Table Optimization for Fabric
This modification is an adaptation of the original FastBench by Shadows for the Fabric platform, aimed at significantly speeding up the standard crafting table operation and reducing network load.
How It Works
The main improvement lies in intelligent recipe caching. The system remembers the last used recipe and checks it first during the next crafting session, before scanning the entire recipe database again. This is particularly noticeable when quickly creating items with the Shift key held down - the process becomes significantly faster.
Network Improvements
The mod optimizes network traffic by sending data packets only when actually needed, rather than with every change in the crafting grid slot. This reduces connection load and makes gameplay more stable.
Important Limitations
It's worth noting that optimizations apply only to the standard Minecraft crafting table. Crafting stations from other mods should independently implement recipe caching for performance improvement. Also, the changes do not affect the player's 2x2 crafting inventory.
The mod replaces only the container that opens when interacting with a crafting table - developers of other modifications are recommended to create their own optimized containers.
Requirements
Fabric API and Fabric Loader are required for operation.