v1.0.0 and readme changes

This commit is contained in:
Ash B 2021-07-30 21:03:16 +01:00
parent a8a640d1e6
commit 9f9977a3da
No known key found for this signature in database
GPG key ID: 1AE71DC3E127235F
2 changed files with 4 additions and 1 deletions

View file

@ -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) ![](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.

View file

@ -4,7 +4,7 @@ plugins {
`maven-publish` `maven-publish`
} }
version = "1.0.0-beta" version = "1.0.0"
group = "io.github.ashisbored" group = "io.github.ashisbored"
repositories { repositories {