Skip to content

Commit 054bf94

Browse files
committed
Update update guide
1 parent f497317 commit 054bf94

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

pages/it-drugs/update.mdx

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import ExternLink from '@components/ExternLink'
88
import { Callout } from '@components/Callout'
99
import { IconBrandGithub } from '@tabler/icons-react'
1010

11-
## v.1.2.4 to 1.3.x
11+
## v.1.2.4 to v.1.3.x
1212

1313
<Callout type="info">
1414
If you have already added custom items to the script, it is worth making a backup of these and adapting them to the new version later.
@@ -31,20 +31,24 @@ DROP TABLE IF EXISTS drug_processing;
3131

3232
### Follow the install guide
3333
<ExternLink href="https://docs.it-scripts.com/it-drugs/installation"></ExternLink>
34-
35-
3634
</Steps>
3735

38-
## v1.3.x to 1.3.x
36+
## v1.3.betaX to 1.3.0
3937
<Steps>
4038
### Stop your server
4139

4240
### Replace files
4341

4442
Replace all files on your server except for config.lua with the new script files. If you have not edited the config.lua you can also replace this file
4543

44+
<Callout type="warning">
45+
Also make sure to reimport the items from the script to your inventory. You can find the items here:
46+
https://docs.it-scripts.com/it-drugs/installation#items-for-it-drugs
47+
</Callout>
48+
49+
4650
### Check Config.lua changes
47-
<ExternLink href="https://github.com/it-scripts/it-drugs/compare/v1.3.0beta5...v1.3.0beta6" manualTitle="Github | Comparing changes" icon={<IconBrandGithub />} ></ExternLink>
51+
<ExternLink href="https://github.com/it-scripts/it-drugs/compare/v1.3.0beta7...v1.3.0" manualTitle="Github | Comparing changes" icon={<IconBrandGithub />} ></ExternLink>
4852

4953
<Callout type="info">
5054
![Github Comparing changes](/github_comparing_changes.png)

0 commit comments

Comments
 (0)