Skip to content

Commit b206a96

Browse files
authored
Updated format version (#99)
1 parent 675bfe8 commit b206a96

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/routes/guide/getting-started/+page.svx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ as well as holding the basic information of the pack. **Create `pack.mcmeta`, an
6262
{
6363
"pack": {
6464
"description": "DATAPACK NAME HERE",
65-
"pack_format": 71
65+
"pack_format": 80
6666
}
6767
}
6868
```
@@ -71,7 +71,7 @@ If you're interested, here's what this file means:
7171

7272
- `pack` is an object containing the metadata of the file.
7373
- `description` is the name of your datapack, usually along with a short description of what your pack does.
74-
- `pack_format` tells Minecraft what versions this datapack works in. `71` is the latest for 1.21.5
74+
- `pack_format` tells Minecraft what versions this datapack works in. `80` is the latest for 1.21.6
7575

7676
## Writing your first function
7777

0 commit comments

Comments
 (0)