4 · Blueprints
Install blueprint items, create technical drawings, manage quality/uses and gate recipes through metadata.
Blueprint System Overview
Blueprints are metadata-rich inventory items used to unlock or authorize recipes. A blueprint def...
Blueprint Item Installation
The blueprint system requires the inventory item: blueprint Nord Inventory Use Nord Crafting's au...
Drafting & Quality
Blueprint benches can open the drafting interface. The client sends the detected blueprint type a...
Blueprint Metadata & Uses
A generated blueprint contains metadata similar to: { label = 'Pistol Blueprint (85%)', d...
Blueprint-Gated Recipes
A recipe can require a blueprint type. Database-backed recipes use: use_blueprint blueprint_type ...
Blueprint Developer API
Server exports exports['nord_crafting']:GetPlayerBlueprintRecipes(source) exports['nord_crafting'...