helix_crafting
Visual crafting interface for FiveM with recipe discovery, progress tracking, quality tiers, and workstation support.
Coming Soon
Full documentation will be available here once the script is released. Below is a feature overview.
Features
- Visual Crafting UI — React-based NUI with recipe browsing, ingredient display, and progress animations
- Recipe System — Define recipes with ingredients, quantities, crafting time, and skill requirements
- Quality Tiers — Items can have quality levels affecting stats and value
- Workstations — Location-based crafting with workstation types (forge, workbench, chemistry table, etc.)
- Skill Progression — Players improve crafting skill through practice
- Discovery System — Recipes can be hidden until players find blueprints or reach skill thresholds
- Economy Integration — Works with helix_economy for dynamic ingredient pricing
Requirements
Installation
- Download the latest release from GitHub
- Place
helix_craftingin your resources folder - Add
ensure helix_craftingto yourserver.cfg(afterhelix_libandoxmysql) - Configure
config.luato your liking - Restart your server
Directory Structure
helix_crafting/
├── fxmanifest.lua
├── config.lua
├── client/
├── server/
├── shared/
├── nui/ (React + Vite crafting UI)
└── html/ (Built NUI output)