Bump version
This commit is contained in:
parent
b51b9828ac
commit
c4bc899c77
@ -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
|
||||||
|
|||||||
@ -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 {
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user