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.

ox_inventory

Copy the contents of the Restaurants install item list into:

ox_inventory/data/items.lua

QB inventory

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:

  • raw ingredients

  • cooked proteins

  • prepared ingredients

  • final food products

  • supply items

  • containers like bowls and cups

Typical examples include:

  • raw_beef_patty

  • raw_bacon

  • beef_patty

  • sliced_tomato

  • cheeseburger

  • pizza_pepperoni

  • cola

  • bowl

  • cup_paper

QB image files

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

Last updated