Inventory Setup
The database tables create themselves on first start.
You do not need a manual SQL import.
You do need to add the packaged items to your inventory system.
Copy the contents of the Restaurants install item list into:
ox_inventory/data/items.lua
Copy the QB install item list into your shared items file.
You will usually place those items in:
qb-core/shared/items.lua
Make sure these item groups exist
At minimum, check these groups:
containers like bowls and cups
Typical examples include:
QB servers also need item images.
Use the inventory image folder and keep names aligned with the item name.
Example: cheeseburger.png
If items fail in game
Check these first:
item names match the config exactly
the inventory resource restarted after the change
cup and bowl items exist if you use beverages or pot cooking
recipe outputs also exist, not just ingredients