From 9f9977a3da725e64ae56cfd030725ff2e7bbed13 Mon Sep 17 00:00:00 2001 From: Ash B Date: Fri, 30 Jul 2021 21:03:16 +0100 Subject: [PATCH] v1.0.0 and readme changes --- README.md | 3 +++ build.gradle.kts | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ed878a6..f2279f9 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/build.gradle.kts b/build.gradle.kts index f786f00..3bed62c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ plugins { `maven-publish` } -version = "1.0.0-beta" +version = "1.0.0" group = "io.github.ashisbored" repositories {