Skip to content

Commit

Permalink
Update CHANGELOG.md and version.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mchorse committed Feb 7, 2021
1 parent 3263261 commit 89f4411
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
@@ -1,3 +1,11 @@
## Metamorph 1.2.6

This patch update adds context menu to body part list, which allows to copy paste body parts.

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

* Add **Copy body part** and **Paste copied body part** context menu items to body part list (suggested by Crazy)

## Metamorph 1.2.5

This patch update adds a keybind field to creative morph menu, added animation of body part transformations based on parent animated morph, and improved performance in the creative morph list.
Expand Down Expand Up @@ -369,4 +377,4 @@ This version adds morphs to most of vanilla creatures.
* Added **actions**: `potions`, `snowball`, `teleport`, `fireball`, `explode` and `jump` *action*.
* Added **Creative Morph Menu** (use `B` key to open)
* Added **Survival Morph Menu** (use `[` and `]` to select a morph and `enter` to apply)
* Added **ghost** (by picking up a ghost, you gain a *morph* into your **Survival Morphing Menu**)
* Added **ghost** (by picking up a ghost, you gain a *morph* into your **Survival Morphing Menu**)
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.6": "This patch update adds context menu to body part list, which allows to copy paste body parts.",
"1.2.5": "This patch update adds a keybind field to creative morph menu, added animation of body part transformations based on parent animated morph, and improved performance in the creative morph list.",
"1.2.4": "This patch fix features some bug fixes that are required for the release of my new Chameleon mod.",
"1.2.3": "This small update mostly needed for Blockbuster update.",
Expand Down Expand Up @@ -28,8 +29,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.5",
"1.12.2-recommended":"1.2.5",
"1.12.2-latest":"1.2.6",
"1.12.2-recommended":"1.2.6",
"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 89f4411

Please sign in to comment.