Skip to content

Commit

Permalink
v1.0.0 and readme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ashhhleyyy committed Jul 30, 2021
1 parent a8a640d commit 9f9977a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,6 @@ To configure pronouns to show up like this, you can set the `chat` style to the
```

![](https://cdn.discordapp.com/attachments/859419898962116642/870739744286453820/2021-07-30_19.45.49.png)

### Backing up the database
The mod stores the mapping of players -> pronouns inside the world save file at `world/playerdata/pronouns.dat`. Note that the file is a custom binary format, NOT NBT, and so cannot be edited using normal tools.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
`maven-publish`
}

version = "1.0.0-beta"
version = "1.0.0"
group = "io.github.ashisbored"

repositories {
Expand Down

0 comments on commit 9f9977a

Please sign in to comment.