Skip to content

Commit

Permalink
Update version.json and CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mchorse committed Dec 31, 2021
1 parent 7b48878 commit 0ebba4f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
## Metamorph 1.2.12

This update adds a couple of QoL tweaks.

**Compatible** with McLib `2.3.6`. It doesn't mean that future versions of McLib would be incompatible, but older versions are most likely incompatible.

* Added up and down arrows (and `W` and `S`) in body part morph editor panel
* Added toggle to hide/show separate morph categories

## Metamorph 1.2.11

This update was made by Chryfi. The only change is making Use target option enabled by default for Blockbuster's tracker morphs.
Expand Down
Expand Up @@ -454,7 +454,7 @@ private int getMoveIndex(int keyCode)
}
else if (keyCode == Keyboard.KEY_DOWN)
{
return -1;
return 1;
}

return 0;
Expand Down
5 changes: 3 additions & 2 deletions version.json
@@ -1,6 +1,7 @@
{
"homepage": "https://www.curseforge.com/minecraft/mc-mods/metamorph",
"1.12.2": {
"1.2.12": "This update adds a couple of QoL tweaks.",
"1.2.11": "This update was made by Chryfi. The only change is making Use target option enabled by default for Blockbuster's tracker morphs.",
"1.2.10": "This patch adds an option to replace entity morphs texture.",
"1.2.9": "This is patch fixes a couple of bugs.",
Expand Down Expand Up @@ -34,8 +35,8 @@
"1.1.5": "This is a small, quick and dirty patch that provides several bugfixes (mainly for Blockbuster's update)."
},
"promos": {
"1.12.2-latest":"1.2.11",
"1.12.2-recommended":"1.2.11",
"1.12.2-latest":"1.2.12",
"1.12.2-recommended":"1.2.12",
"1.11.2-latest":"1.1.10",
"1.11.2-recommended":"1.1.10",
"1.10.2-latest":"1.1.10",
Expand Down

0 comments on commit 0ebba4f

Please sign in to comment.