Skip to content

Commit ef3ab6b

Browse files
committed
consistency in docs
1 parent 7ff709c commit ef3ab6b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/pathfinding/02-precalculation/03-precalculate-locally.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,46 +57,46 @@ It takes few minutes to generate all precalculation requests.
5757

5858
After it has generated all the requests it will continue with zipping the requests.
5959

60-
### 4. Git clone Pathfinder Repository
60+
### Step 4. Git clone Pathfinder Repository
6161

6262
C++ Pathfinder is located at [this github repository](https://github.com/Dungeons-Guide/Pathfinder)
6363

6464
Please git clone
6565

66-
### 5. Build C++ Pathfinder
66+
### Step 5. Build C++ Pathfinder
6767

6868
Using your favorite build tools, build the pathfinder.
6969

7070
Please don't ask developer for the instruction to build C++ Pathfinder on your pc. Maybe use ChatGPT, it can help you out with setting up build env.
7171

72-
### 6. Get the zip from step 3.
72+
### Step 6. Get the zip from step 3.
7373

7474
![Request Precalac](./img/screenshot7.png)
7575

7676
Click Open Directory on bottom right, and find the generated pf req file.
7777
The file name of the generated file also can be found in the chat.
7878

79-
### 7. Unzip the file
79+
### Step 7. Unzip the file
8080

8181
Create new `requests/` directory under pathfinder.
8282

8383
Unzip all the files into that.
8484

8585
Also create new `results/` directory under pathfinder
8686

87-
### 8. Run precalculation
87+
### Step 8. Run precalculation
8888

8989
run `./processFiles.sh`. The file is simple enough that you can modify it to change your cpu count and stuff.
9090

91-
### 9. Get results
91+
### Step 9. Get results
9292

9393
The resulting precalculation files should be `results/` directory.
9494

9595
Create new directory under `.minecraft/config/dungeonsguide/precalculation`, and paste all the resulting files into that directory.
9696

9797
Restart the Minecraft
9898

99-
### 10. Confirm precalculations are installed
99+
### Step 10. Confirm precalculations are installed
100100

101101
Go back to `/dg -> Pathfinding & Secrets -> Precalculations` and choose the preset you requested precalculation on.
102102
![Presets](./img/screenshot16.png)

0 commit comments

Comments
 (0)