diff --git a/README.md b/README.md index bcdf8d4..62b1e69 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,9 @@ Minecraft|1.16.5 ## Usage -- Press `H` for menu (This is the default keybinding to open the mod ui) +- Press `H` to open menu +- Press `B` to beam location - Select `SAVE` to save the coordinate - Select `PING` to ping the coordinate to other players - Select `LIST` to view saved coordinates -- Select `CONF` to update default keybinding +- Select `CONF` to update configs. Reachable through mod menu as well when mod menu is installed diff --git a/build.gradle b/build.gradle index 6777381..3e25e30 100644 --- a/build.gradle +++ b/build.gradle @@ -39,6 +39,9 @@ processResources { filesMatching("fabric.mod.json") { expand "version": project.version } + + exclude("**/icon.pdn") + exclude("**/icon400.png") } test { diff --git a/gradle.properties b/gradle.properties index 795b060..f32e086 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-1.1.0 + mod_version = 1.16.5-1.1.1 maven_group = me.bionicbeanie.mods.savecoords archives_base_name = save-coordinates