From 89f44119f00b9dcdf72f26b79a9acd82bdf86bd6 Mon Sep 17 00:00:00 2001 From: McHorse Date: Sun, 7 Feb 2021 15:59:46 +0000 Subject: [PATCH] Update CHANGELOG.md and version.json --- CHANGELOG.md | 10 +++++++++- version.json | 5 +++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1fb41f9..7eb39a1e 100644 --- a/CHANGELOG.md +++ b/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. @@ -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**) \ No newline at end of file diff --git a/version.json b/version.json index 9ca26192..90af4e55 100644 --- a/version.json +++ b/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.", @@ -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",