Skip to content

Commit bfc719e

Browse files
committed
Update ox templates
1 parent 572b300 commit bfc719e

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

pages/it-drugs/adjustments/drugs.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ If you use the ox_inventory, please use the following template to add the drugs
3737
weight = 20,
3838
stack = true,
3939
close = true,
40+
consume = 0,
4041
description = "Item Description",
4142
server = {
4243
export = "it-drugs.takeDrug"

pages/it-drugs/adjustments/plants.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ If you use the ox_inventory, please use the following template to add the plants
176176
weight = 20,
177177
stack = true,
178178
close = true,
179+
consume = 0,
179180
description = "Item Description",
180181
server = {
181182
export = "it-drugs.useSeed"

pages/it-drugs/adjustments/processing-tables.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ If you use the ox_inventory, please use the following template to add the tables
163163
weight = 1000,
164164
stack = false,
165165
close = true,
166+
consume = 0,
166167
description = "Item Description",
167168
server = {
168169
export = "it-drugs.placeProcessingTable"

0 commit comments

Comments
 (0)