This simply adds the classic 3x3 workbench (crafted out of 4 wood blocks) while forcing a 2x2 crafting grid in the inventory window (non-creative only). Textures and code by me and licensed PD / WTFPL / whatever.
The nice part about this workbench is that it only modifies the player's own crafting area and inventory formspec, rather than using node inventories. This allows local prediction to work for crafting, whereas using meta inventory is horribly laggy. It also guarantees that other players can't steal your materials while you're crafting, since they never leave your inventory.
Short description of how it works: When you right-click the workbench, your craft grid is resized and your inventory formspec updated and shown. However, your existing inventory formspec is first persisted. When you close the workbench, your previous inventory settings are restored. This allows the workbench to be compatible with mods that set their own inventory formspec, unless they change it during the moment you use a workbench of course.
https://github.com/MirceaKitsune/minete ... _workbench
