Skip to content

Commit

Permalink
bump 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lilgallon committed Sep 23, 2020
1 parent bed3e1c commit f8d0177
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 10 deletions.
Binary file added .github/resources/demo-1.2.0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
- You can disable the stats from showing on the GUI. In that case, it will show the horse's stats when hovering its name (default: disabled)
- You can disable the stats from showing with colors. In that case, it will use the default color (gray) (default: enabled)

## Version 1.0.0 for Minecraft 1.16.
3
## Version 1.0.0 for Minecraft 1.16.3

*Needs forge >= 34.0.6 (MC1.16.3)*
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ A lightweight mod that shows the horses' stats (health, jump height and speed).

![demo](https://github.com/N3ROO/HorseStatsMod/raw/MC_1.16.3/.github/resources/demo-1.1.0.png)

![demo](https://github.com/N3ROO/HorseStatsMod/raw/MC_1.16.3/.github/resources/demo-1.2.0.png)

## Contributing
Don't hesitate to contribute. Even if it's your first time, it's never too late to learn!

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'eclipse'
apply plugin: 'maven-publish'

version = 'MC1.16.3-1.1.0'
version = 'MC1.16.3-1.2.0'
group = 'dev.nero.horsestatsmod' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'horsestatsmod'

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ issueTrackerURL="https://github.com/N3ROO/HorseStatsMod/issues" #optional

[[mods]] #mandatory
modId="horsestatsmod" #mandatory
version="1.1.0" #mandatory
version="1.2.0" #mandatory
displayName="Horse Stats Mod" #mandatory
updateJSONURL="https://raw.githubusercontent.com/N3ROO/HorseStatsMod/MC_1.16.3/update.json" #optional
displayURL="https://github.com/N3ROO/HorseStatsMod" #optional
Expand Down
12 changes: 6 additions & 6 deletions update.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
{
"homepage": "https://github.com/N3ROO/HorseStatsMod/releases",
"promos": {
"1.16.3-latest": "1.1.0",
"1.16.3-recommended": "1.1.0",
"1.16.2-latest": "1.1.0",
"1.16.2-recommended": "1.1.0",
"1.16.1-latest": "1.1.0",
"1.16.1-recommended": "1.1.0"
"1.16.3-latest": "1.2.0",
"1.16.3-recommended": "1.2.0",
"1.16.2-latest": "1.2.0",
"1.16.2-recommended": "1.2.0",
"1.16.1-latest": "1.2.0",
"1.16.1-recommended": "1.2.0"
}
}

0 comments on commit f8d0177

Please sign in to comment.