Skip to content

Commit f3d70e9

Browse files
authored
Update make-a-bg3-mod-with-lua.mdx
1 parent b9082a7 commit f3d70e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

projects/make-a-bg3-mod-with-lua/make-a-bg3-mod-with-lua.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ By the end of this tutorial, you’ll know how to:
5555

5656
**Note:** Special thanks to [Jon Hinkerton](https://www.nexusmods.com/baldursgate3/mods/5366) for creating the original mod that inspired this tutorial.
5757

58-
## Getting Started
58+
## Setting Up
5959

6060
Make sure you have Baldur's Gate 3 installed on your machine! If not, start [installing](https://store.steampowered.com/app/1086940/Baldurs_Gate_3) it in the background while you create your mod.
6161

@@ -80,7 +80,7 @@ Here's the structure you'll be working with inside the **Mods** folder (you'll l
8080

8181
[Here’s a zip folder](https://drive.google.com/drive/folders/1JOE5uq8Ky6MKy3agzan6Zqdr7Z2HAYtJ?usp=sharing) containing the starter files for this project! It contains the basic file structure you’ll be working with.
8282

83-
```
83+
```output
8484
Mods/Frog/
8585
├── Mods
8686
└── Frog
@@ -367,7 +367,7 @@ We created a frog companion that can fight by your side in battle!
367367

368368
May you win every battle, and have fun breaking Faerûn!
369369

370-
### Additional Resources
370+
### More Resources
371371

372372
Here are some more resources to explore:
373373

0 commit comments

Comments
 (0)