diff --git a/README.md b/README.md index 6136d8c..e68844b 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,11 @@ Minecraft|1.16.5 ## Usage - Press `H` for menu -- Select `save` to save the coordinate -- Select `list` to view saved coordinates +- Select `Save` to save the coordinate +- Select `List` to view saved coordinates ## Roadmap -- Server side support -- More metadata to a coordinate \ No newline at end of file +- ModMenu integration +- Coordinate converter utils +- Server side support \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index b675c74..cc65ca9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G loader_version=0.11.3 # Mod Properties - mod_version = 1.16.5-0.0.2 + mod_version = 1.16.5-0.0.3 maven_group = me.bionicbeanie.mods archives_base_name = save-coordinates