qb-inventory
Inventory Installation
Go to your lj/qb-inventory > html > js > app.js (EARLIER VERSION BELOW THIS BLOCK)
lj/qb-inventory > html > js > app.js (EARLIER VERSION BELOW THIS BLOCK)Search for the following code block:
case "harness":Add the following code block directly underneath the code block in Step 1:
case "joint":
case "weedbaggie":
case "femaleseed":
return `<p><strong>Strain: </strong>${itemData.info.strain}.</p>`
case "weedpackage":
case "driedbud":
return `<p><strong>Strain: </strong>${itemData.info.strain}</span></p><p><strong>Remaining Weights: </strong><span>${itemData.info.remainweight} grams.</p>`
case "wetbud":
return `<p><strong>Strain: </strong><span>${itemData.info.strain}</span></p><p><strong>Dry: </strong><span>${itemData.info.dry}%.</p>`
case "wateringcan":
return `<p><strong>Water: </strong>${itemData.info.water}%.</p>`OR IF YOU HAVE THE EARLIER VERSION OF Ps/Lj/Qb-inventory, follow this instead for this specific step
Go to your lj/qb-inventory > html > js > app.js
lj/qb-inventory > html > js > app.jsSearch for the following code block:
Add the following code block directly underneath the code block in Step 1:

Go to your lj/qb-inventory > server > main.lua
Search for the following code:
Add the following code after the whole function:

Search for the following code:
Right before
Add:
Search for the following code:
Add this BEFORE that line:

Search for the following code:
Right before:
Add:
(OPTIONAL) If you want weed to also dry in trunk, player or glove trunk, repeat the same process
Last updated
Was this helpful?