Bump version

This commit is contained in:
Surya 2021-06-05 12:15:11 +05:30
parent b51b9828ac
commit c4bc899c77
3 changed files with 7 additions and 3 deletions

View File

@ -15,8 +15,9 @@ Minecraft|1.16.5
## Usage ## 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 `SAVE` to save the coordinate
- Select `PING` to ping the coordinate to other players - Select `PING` to ping the coordinate to other players
- Select `LIST` to view saved coordinates - 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

View File

@ -39,6 +39,9 @@ processResources {
filesMatching("fabric.mod.json") { filesMatching("fabric.mod.json") {
expand "version": project.version expand "version": project.version
} }
exclude("**/icon.pdn")
exclude("**/icon400.png")
} }
test { test {

View File

@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G
loader_version=0.11.3 loader_version=0.11.3
# Mod Properties # Mod Properties
mod_version = 1.16.5-1.1.0 mod_version = 1.16.5-1.1.1
maven_group = me.bionicbeanie.mods.savecoords maven_group = me.bionicbeanie.mods.savecoords
archives_base_name = save-coordinates archives_base_name = save-coordinates