Skip to content

Commit

Permalink
Update format_version.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanV2 authored Jan 9, 2024
1 parent 1fb65ed commit 2fe0116
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions minecraft/format_version.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
# Minecraft - Format Version

A Minecraft format version is a string of three numbers made out of the major version, followed by the minor version and ends the patch version. All seperated by dots

```js
`<major: number>.<minor: number>.<patch: number>`
```

0 comments on commit 2fe0116

Please sign in to comment.