Skip to content

Commit 0c053d1

Browse files
authored
add crafting name to inventory (#248)
1 parent ec609d6 commit 0c053d1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pages/ox_inventory/Guides/crafting.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Crafting locations, items and their ingredients are defined in [data/crafting.lu
4343
},
4444
},
4545
blip = { id = 566, colour = 31, scale = 0.8 },
46+
name = 'crafting-bench',
4647
},
4748
```
4849

@@ -79,3 +80,5 @@ Crafting locations, items and their ingredients are defined in [data/crafting.lu
7980
- Blip sprite number.
8081
- colour: `number`
8182
- scale: `number`
83+
- name: `string`
84+
- Optional name that can be used as id when using the openInventory export.

0 commit comments

Comments
 (0)