Orbit StudiosOrbit Studios
Orbit Studios Resourcesorbit-craftingsystem

Dependencies

Required and optional dependencies for orbit-craftingsystem.

Dependencies

orbit-craftingsystem needs database, library, inventory, target, and bridge resources to be started before the crafting resource.

Required

DependencyWhy it is neededLink
ox_libLoads @ox_lib/init.lua, locales, callbacks, UI helpers, notifications, and target helper utilities used by the resource.overextended/ox_lib
oxmysqlLoads @oxmysql/lib/MySQL.lua and stores persistent crafting data such as progression and bench data.overextended/oxmysql
orbit-libProvides the framework, inventory, target, notification, progress, player, item, and metadata bridge used by Orbit resources.orbit-lib
Supported inventoryRequired for checking materials, removing requirements, giving crafted items, blueprint metadata, and bench items.Supported inventories
Supported targetRequired for station and bench interactions. Use ox_target or qb-target through orbit-lib.ox_target, qb-target

Supported Inventories

The inventory is selected in orbit-lib, not inside the crafting resource.

Config.InventoryInventory
ox_inventoryoverextended/ox_inventory
qb-inventoryqbcore-framework/qb-inventory
ps-inventoryProject-Sloth/ps-inventory
lj-inventoryloljoshie/lj-inventory
qb-likeCustom QB-style inventory exports
ox-likeCustom OX-style inventory exports

Start Order

server.cfg
ensure oxmysql
ensure ox_lib
ensure [framework-resources]
ensure [inventory]
ensure [target]
ensure orbit-lib
ensure orbit-craftingsystem

If the crafting UI opens but materials or rewards fail, check the inventory provider in orbit-lib first. If stations or benches do not show, check the target provider and start order.

On this page