Skip to content

Commit 0be796e

Browse files
authored
Update README.md
1 parent 3683e0e commit 0be796e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This is a project that, when finished, will allow for the creation of data packs
2828
- [ ] [default tags](#default-item-tags)
2929

3030
# How To Use
31-
Download both "main.py" and "tags.py" and put them in your chosen project root directory. Create a directory called "tags" (where your tags go) and create your files (files can be present in any subdirectory that does not have "." at the beginning of it). Copy the ".saved" directory into your root (you can delete any file that doesn't begin with "minecraft" in ".saved/tags") In your "main.mcscript" file (create one if you don't have it; must be in root directory), add the following line to specify your pack details:
31+
Download both "main.py" and "tags.py" and put them in your chosen project root directory. Create a directory called "tags" (where your tags go) and create your files (files can be present in any subdirectory that does not have "." at the beginning of it). Copy the ".saved" directory into your root (you can delete any file that is in the "you can delete this" directory) In your "main.mcscript" file (create one if you don't have it; must be in root directory), add the following line to specify your pack details:
3232

3333
pack-info: "[Pack name]" "[Pack ID (used for namespace)]" "[Pack description]" [Use snapshots (true or false)];
3434

0 commit comments

Comments
 (0)